summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cygwin.spec7
-rwxr-xr-xget-sources.sh2
2 files changed, 6 insertions, 3 deletions
diff --git a/cygwin.spec b/cygwin.spec
index c246472..576264a 100644
--- a/cygwin.spec
+++ b/cygwin.spec
@@ -1,8 +1,8 @@
%{?cygwin_package_header}
Name: cygwin
-Version: 1.7.31
-Release: 1
+Version: 1.7.32
+Release: 1%{?dist}
Summary: Cygwin cross-compiler runtime
License: GPLv2 with exceptions
@@ -144,6 +144,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/rpc/
%changelog
+* Fri Aug 15 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1.7.32-1
+- Version bump.
+
* Fri Jul 25 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1.7.31-1
- Version bump.
diff --git a/get-sources.sh b/get-sources.sh
index 0349bf0..3b9c069 100755
--- a/get-sources.sh
+++ b/get-sources.sh
@@ -1,5 +1,5 @@
v=$(grep '^Version:' cygwin.spec | sed -e 's/.* //')
-r=3
+r=1
tarsrc=cygwin-$v-$r-src.tar.xz
url=ftp://sourceware.org/pub/cygwin/x86/release/cygwin/${tarsrc}