summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-08-15 13:10:33 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-08-15 13:10:33 -0500
commit37c704f43380f0b2df47dce856430176aaf6f6f3 (patch)
treed4df5391c05ee7acd56b92a619875aa30e7d9daa
parent95b58d4b9bc334d09e849ddfc406eb7f59ecea17 (diff)
downloadcygwin-37c704f43380f0b2df47dce856430176aaf6f6f3.tar.gz
cygwin-37c704f43380f0b2df47dce856430176aaf6f6f3.tar.xz
cygwin-37c704f43380f0b2df47dce856430176aaf6f6f3.zip
cygwin 1.7.32
-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}