From fb0f157cc2f427f5a3baa35a90101db1b9532139 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 21 Oct 2012 17:41:59 -0500 Subject: cygwin 1.7.17-1 --- cygwin.spec | 20 +++++++++++++------- get-sources.sh | 3 +-- sources | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/cygwin.spec b/cygwin.spec index 9a9c020..d92954d 100644 --- a/cygwin.spec +++ b/cygwin.spec @@ -5,7 +5,7 @@ %define __find_provides %{_cygwin_findprovides} Name: cygwin -Version: 1.7.15 +Version: 1.7.17 Release: 1 Summary: Cygwin cross-compiler runtime @@ -16,24 +16,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # downloaded and extracted by get-sources.sh -Source0: cygwin-%{version}.tar.xz +Source0: winsup-%{version}.tar.bz2 BuildRequires: cygwin-filesystem >= 2 BuildRequires: cygwin-binutils BuildRequires: cygwin-gcc BuildRequires: cygwin-gcc-c++ -BuildRequires: cygwin-w32api -BuildRequires: mingw32-runtime -BuildRequires: mingw32-w32api +BuildRequires: cygwin-w32api-headers +BuildRequires: cygwin-w32api-libs +BuildRequires: mingw32-crt +BuildRequires: mingw32-headers + +Requires: cygwin-w32api-libs -Requires: cygwin-w32api %description Cygwin cross-compiler runtime, base libraries. %prep -%setup -q -n cygwin-%{version} +%setup -q -n src %build @@ -85,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 21 2012 Yaakov Selkowitz - 1.7.17-1 +- Version bump. +- New API: memrchr. + * Wed May 23 2012 Yaakov Selkowitz - 1.7.15-1 - Version bump. diff --git a/get-sources.sh b/get-sources.sh index 2ee14f2..1291f74 100755 --- a/get-sources.sh +++ b/get-sources.sh @@ -3,5 +3,4 @@ tarsrc=cygwin-$pv-1-src.tar.bz2 url=ftp://sourceware.org/pub/cygwin/release/cygwin/${tarsrc} curl --fail --remote-time --location --output ${tarsrc} $url -tar jxf ${tarsrc} cygwin-$pv.tar.xz -rm ${tarsrc} +tar jxf ${tarsrc} winsup-$pv.tar.bz2 && rm ${tarsrc} diff --git a/sources b/sources index 2dc2636..36bccdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c519e625241bca4af752296ac827555d cygwin-1.7.15.tar.xz +f67925155ea10be1418d1c38cdb0a0e3 winsup-1.7.17.tar.bz2 -- cgit