summaryrefslogtreecommitdiffstats
path: root/cygwin.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-05-08 22:22:24 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-05-08 22:22:24 -0500
commit98993d2bbf2906be1d384096f4199d9b45aa2c0a (patch)
treeb09b7b74aa2daa4e3fffe31fd891e4ef123a4499 /cygwin.spec
parentf2f3f82944ccc9c39c13c0750461de276700343a (diff)
downloadcygwin-98993d2bbf2906be1d384096f4199d9b45aa2c0a.tar.gz
cygwin-98993d2bbf2906be1d384096f4199d9b45aa2c0a.tar.xz
cygwin-98993d2bbf2906be1d384096f4199d9b45aa2c0a.zip
cygwin 1.7.14-1
Diffstat (limited to 'cygwin.spec')
-rw-r--r--cygwin.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/cygwin.spec b/cygwin.spec
index 089b5f0..b7ca33e 100644
--- a/cygwin.spec
+++ b/cygwin.spec
@@ -4,8 +4,10 @@
%define __find_requires %{_cygwin_findrequires}
%define __find_provides %{_cygwin_findprovides}
+%define cygrelease 2
+
Name: cygwin
-Version: 1.7.11
+Version: 1.7.14
Release: 1
Summary: Cygwin cross-compiler runtime
@@ -15,7 +17,7 @@ URL: http://www.cygwin.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-Source0: ftp://sourceware.org/pub/cygwin/release/cygwin/cygwin-%{version}-1-src.tar.bz2
+Source0: ftp://sourceware.org/pub/cygwin/release/cygwin/cygwin-%{version}-%{cygrelease}-src.tar.bz2
BuildRequires: cygwin-filesystem >= 2
BuildRequires: cygwin-binutils
@@ -32,7 +34,7 @@ Cygwin cross-compiler runtime, base libraries.
%prep
-%setup -q -n cygwin-%{version}-1
+%setup -q -n cygwin-%{version}-%{cygrelease}
%build
@@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue May 08 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.7.14-1
+- Version bump.
+
* Sun Feb 26 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.7.11-1
- Version bump.
- New API: scandirat.