[rtems-crossrpms commit] Update w32api

Ralf Corsepius ralf at rtems.org
Thu Jan 30 18:03:15 UTC 2014


Module:    rtems-crossrpms
Branch:    master
Commit:    c3b6bd5b5d6ced841bf52bada5c6a179d2822229
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=c3b6bd5b5d6ced841bf52bada5c6a179d2822229

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Wed Jan 29 04:13:20 2014 +0100

Update w32api

---

 cygwin/i686/Makefile.am                            |    8 ++++----
 cygwin/i686/Makefile.in                            |    8 ++++----
 cygwin/i686/i686-pc-cygwin-w32api-headers.spec     |    8 ++++----
 cygwin/i686/i686-pc-cygwin-w32api-runtime.spec     |    8 ++++----
 cygwin/i686/w32api-headers.add                     |    4 ++--
 cygwin/i686/w32api-runtime.add                     |    4 ++--
 cygwin/x86_64/Makefile.am                          |    8 ++++----
 cygwin/x86_64/Makefile.in                          |    8 ++++----
 cygwin/x86_64/w32api-headers.add                   |    4 ++--
 cygwin/x86_64/w32api-runtime.add                   |    4 ++--
 cygwin/x86_64/x86_64-pc-cygwin-w32api-headers.spec |    8 ++++----
 cygwin/x86_64/x86_64-pc-cygwin-w32api-runtime.spec |    8 ++++----
 12 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/cygwin/i686/Makefile.am b/cygwin/i686/Makefile.am
index 28d3620..1a2a926 100644
--- a/cygwin/i686/Makefile.am
+++ b/cygwin/i686/Makefile.am
@@ -46,12 +46,12 @@ MPFR_VERS = 3.1.2-1
 MPFR_RPMREL = 0.20131210.0%{?dist}
 include ../mpfr.am
 
-W32API_HEADERS_VERS = 3.0.0-1
-W32API_HEADERS_RPMREL = 0.20131212.0%{?dist}
+W32API_HEADERS_VERS = 3.1.0-1
+W32API_HEADERS_RPMREL = 0.20140129.0%{?dist}
 include ../w32api-headers.am
 
-W32API_RUNTIME_VERS = 3.0.0-1
-W32API_RUNTIME_RPMREL = 0.20131212.0%{?dist}
+W32API_RUNTIME_VERS = 3.1.0-1
+W32API_RUNTIME_RPMREL = 0.20140129.0%{?dist}
 include ../w32api-runtime.am
 
 BINUTILS_VERS = 2.23.51-1
diff --git a/cygwin/i686/Makefile.in b/cygwin/i686/Makefile.in
index fadde3a..75f3416 100644
--- a/cygwin/i686/Makefile.in
+++ b/cygwin/i686/Makefile.in
@@ -316,14 +316,14 @@ MPFR_RPMREL = 0.20131210.0%{?dist}
 MPFR_SUBPACKAGES = $(top_srcdir)/common/common.add $(srcdir)/mpfr.add \
 	$(top_srcdir)/gcc/rpm-install.add \
 	$(top_srcdir)/common/clean.add $(srcdir)/target-mpfr.add
-W32API_HEADERS_VERS = 3.0.0-1
-W32API_HEADERS_RPMREL = 0.20131212.0%{?dist}
+W32API_HEADERS_VERS = 3.1.0-1
+W32API_HEADERS_RPMREL = 0.20140129.0%{?dist}
 W32API_HEADERS_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(srcdir)/w32api-headers.add $(top_srcdir)/gcc/rpm-install.add \
 	$(top_srcdir)/common/clean.add \
 	$(srcdir)/target-w32api-headers.add
-W32API_RUNTIME_VERS = 3.0.0-1
-W32API_RUNTIME_RPMREL = 0.20131212.0%{?dist}
+W32API_RUNTIME_VERS = 3.1.0-1
+W32API_RUNTIME_RPMREL = 0.20140129.0%{?dist}
 W32API_RUNTIME_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(srcdir)/w32api-runtime.add $(top_srcdir)/gcc/rpm-install.add \
 	$(top_srcdir)/common/clean.add \
diff --git a/cygwin/i686/i686-pc-cygwin-w32api-headers.spec b/cygwin/i686/i686-pc-cygwin-w32api-headers.spec
index 69c6b75..8b6dc0f 100644
--- a/cygwin/i686/i686-pc-cygwin-w32api-headers.spec
+++ b/cygwin/i686/i686-pc-cygwin-w32api-headers.spec
@@ -31,11 +31,11 @@
 %endif
 
 %{?!el5:%global _with_noarch_subpackages 1}
-%define w32api_headers_version 3.0.0-1
-%define w32api_headers_rpmvers %{expand:%(echo 3.0.0-1 | tr - _)} 
+%define w32api_headers_version 3.1.0-1
+%define w32api_headers_rpmvers %{expand:%(echo 3.1.0-1 | tr - _)}
 
 Name:         i686-pc-cygwin-w32api-headers
-Release:      0.20131212.0%{?dist}
+Release:      0.20140129.0%{?dist}
 License:      GPL
 Group:        Development/Tools
 
@@ -45,7 +45,7 @@ BuildArch:	noarch
 Version:      	%w32api_headers_rpmvers
 Summary:      	MinGW-w64 Windows API headers for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-headers-%{w32api_headers_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-headers-%{w32api_headers_version}.tar.xz
 
 %description
 MinGW-w64 Windows API headers for Cygwin.
diff --git a/cygwin/i686/i686-pc-cygwin-w32api-runtime.spec b/cygwin/i686/i686-pc-cygwin-w32api-runtime.spec
index 40a08ba..1e613e3 100644
--- a/cygwin/i686/i686-pc-cygwin-w32api-runtime.spec
+++ b/cygwin/i686/i686-pc-cygwin-w32api-runtime.spec
@@ -31,11 +31,11 @@
 %endif
 
 %{?!el5:%global _with_noarch_subpackages 1}
-%define w32api_runtime_version 3.0.0-1
-%define w32api_runtime_rpmvers %{expand:%(echo 3.0.0-1 | tr - _)} 
+%define w32api_runtime_version 3.1.0-1
+%define w32api_runtime_rpmvers %{expand:%(echo 3.1.0-1 | tr - _)}
 
 Name:         i686-pc-cygwin-w32api-runtime
-Release:      0.20131212.0%{?dist}
+Release:      0.20140129.0%{?dist}
 License:      GPL
 Group:        Development/Tools
 
@@ -45,7 +45,7 @@ BuildArch:	noarch
 Version:      	%w32api_runtime_rpmvers
 Summary:      	MinGW-w64 Windows API runtime for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.xz
 
 %description
 MinGW-w64 Windows API runtime for Cygwin.
diff --git a/cygwin/i686/w32api-headers.add b/cygwin/i686/w32api-headers.add
index 32a547e..f0d4f44 100644
--- a/cygwin/i686/w32api-headers.add
+++ b/cygwin/i686/w32api-headers.add
@@ -1,5 +1,5 @@
 %define w32api_headers_version @W32API_HEADERS_VERS@
-%define w32api_headers_rpmvers %{expand:%(echo @W32API_HEADERS_VERS@ | tr - _)} 
+%define w32api_headers_rpmvers %{expand:%(echo @W32API_HEADERS_VERS@ | tr - _)}
 
 Name:         @rpmprefix@@tool_target at -w32api-headers
 Release:      @W32API_HEADERS_RPMREL@
@@ -12,7 +12,7 @@ BuildArch:	noarch
 Version:      	%w32api_headers_rpmvers
 Summary:      	MinGW-w64 Windows API headers for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-headers-%{w32api_headers_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-headers-%{w32api_headers_version}.tar.xz
 
 %description
 MinGW-w64 Windows API headers for Cygwin.
diff --git a/cygwin/i686/w32api-runtime.add b/cygwin/i686/w32api-runtime.add
index ae551b7..225ba2f 100644
--- a/cygwin/i686/w32api-runtime.add
+++ b/cygwin/i686/w32api-runtime.add
@@ -1,5 +1,5 @@
 %define w32api_runtime_version @W32API_RUNTIME_VERS@
-%define w32api_runtime_rpmvers %{expand:%(echo @W32API_RUNTIME_VERS@ | tr - _)} 
+%define w32api_runtime_rpmvers %{expand:%(echo @W32API_RUNTIME_VERS@ | tr - _)}
 
 Name:         @rpmprefix@@tool_target at -w32api-runtime
 Release:      @W32API_RUNTIME_RPMREL@
@@ -12,7 +12,7 @@ BuildArch:	noarch
 Version:      	%w32api_runtime_rpmvers
 Summary:      	MinGW-w64 Windows API runtime for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.xz
 
 %description
 MinGW-w64 Windows API runtime for Cygwin.
diff --git a/cygwin/x86_64/Makefile.am b/cygwin/x86_64/Makefile.am
index a3e22ec..62a5553 100644
--- a/cygwin/x86_64/Makefile.am
+++ b/cygwin/x86_64/Makefile.am
@@ -42,12 +42,12 @@ MPFR_VERS = 3.1.2-1
 MPFR_RPMREL = 0.20131210.0%{?dist}
 include ../mpfr.am
 
-W32API_HEADERS_VERS = 3.0.0-1
-W32API_HEADERS_RPMREL = 0.20131212.0%{?dist}
+W32API_HEADERS_VERS = 3.1.0-1
+W32API_HEADERS_RPMREL = 0.20140129.0%{?dist}
 include ../w32api-headers.am
 
-W32API_RUNTIME_VERS = 3.0.0-1
-W32API_RUNTIME_RPMREL = 0.20131212.0%{?dist}
+W32API_RUNTIME_VERS = 3.1.0-1
+W32API_RUNTIME_RPMREL = 0.20140129.0%{?dist}
 include ../w32api-runtime.am
 
 BINUTILS_VERS = 2.23.52-5
diff --git a/cygwin/x86_64/Makefile.in b/cygwin/x86_64/Makefile.in
index c4f88af..ab9c181 100644
--- a/cygwin/x86_64/Makefile.in
+++ b/cygwin/x86_64/Makefile.in
@@ -303,14 +303,14 @@ MPFR_RPMREL = 0.20131210.0%{?dist}
 MPFR_SUBPACKAGES = $(top_srcdir)/common/common.add $(srcdir)/mpfr.add \
 	$(top_srcdir)/gcc/rpm-install.add \
 	$(top_srcdir)/common/clean.add $(srcdir)/target-mpfr.add
-W32API_HEADERS_VERS = 3.0.0-1
-W32API_HEADERS_RPMREL = 0.20131212.0%{?dist}
+W32API_HEADERS_VERS = 3.1.0-1
+W32API_HEADERS_RPMREL = 0.20140129.0%{?dist}
 W32API_HEADERS_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(srcdir)/w32api-headers.add $(top_srcdir)/gcc/rpm-install.add \
 	$(top_srcdir)/common/clean.add \
 	$(srcdir)/target-w32api-headers.add
-W32API_RUNTIME_VERS = 3.0.0-1
-W32API_RUNTIME_RPMREL = 0.20131212.0%{?dist}
+W32API_RUNTIME_VERS = 3.1.0-1
+W32API_RUNTIME_RPMREL = 0.20140129.0%{?dist}
 W32API_RUNTIME_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(srcdir)/w32api-runtime.add $(top_srcdir)/gcc/rpm-install.add \
 	$(top_srcdir)/common/clean.add \
diff --git a/cygwin/x86_64/w32api-headers.add b/cygwin/x86_64/w32api-headers.add
index 6e66f17..7555947 100644
--- a/cygwin/x86_64/w32api-headers.add
+++ b/cygwin/x86_64/w32api-headers.add
@@ -1,5 +1,5 @@
 %define w32api_headers_version @W32API_HEADERS_VERS@
-%define w32api_headers_rpmvers %{expand:%(echo @W32API_HEADERS_VERS@ | tr - _)} 
+%define w32api_headers_rpmvers %{expand:%(echo @W32API_HEADERS_VERS@ | tr - _)}
 
 Name:         @rpmprefix@@tool_target at -w32api-headers
 Release:      @W32API_HEADERS_RPMREL@
@@ -12,7 +12,7 @@ BuildArch:	noarch
 Version:      	%w32api_headers_rpmvers
 Summary:      	MinGW-w64 Windows API headers for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-headers-%{w32api_headers_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-headers-%{w32api_headers_version}.tar.xz
 
 %description
 MinGW-w64 Windows API headers for Cygwin.
diff --git a/cygwin/x86_64/w32api-runtime.add b/cygwin/x86_64/w32api-runtime.add
index d24397f..41be90c 100644
--- a/cygwin/x86_64/w32api-runtime.add
+++ b/cygwin/x86_64/w32api-runtime.add
@@ -1,5 +1,5 @@
 %define w32api_runtime_version @W32API_RUNTIME_VERS@
-%define w32api_runtime_rpmvers %{expand:%(echo @W32API_RUNTIME_VERS@ | tr - _)} 
+%define w32api_runtime_rpmvers %{expand:%(echo @W32API_RUNTIME_VERS@ | tr - _)}
 
 Name:         @rpmprefix@@tool_target at -w32api-runtime
 Release:      @W32API_RUNTIME_RPMREL@
@@ -12,7 +12,7 @@ BuildArch:	noarch
 Version:      	%w32api_runtime_rpmvers
 Summary:      	MinGW-w64 Windows API runtime for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.xz
 
 %description
 MinGW-w64 Windows API runtime for Cygwin.
diff --git a/cygwin/x86_64/x86_64-pc-cygwin-w32api-headers.spec b/cygwin/x86_64/x86_64-pc-cygwin-w32api-headers.spec
index ca666cc..eb17ad6 100644
--- a/cygwin/x86_64/x86_64-pc-cygwin-w32api-headers.spec
+++ b/cygwin/x86_64/x86_64-pc-cygwin-w32api-headers.spec
@@ -31,11 +31,11 @@
 %endif
 
 %{?!el5:%global _with_noarch_subpackages 1}
-%define w32api_headers_version 3.0.0-1
-%define w32api_headers_rpmvers %{expand:%(echo 3.0.0-1 | tr - _)} 
+%define w32api_headers_version 3.1.0-1
+%define w32api_headers_rpmvers %{expand:%(echo 3.1.0-1 | tr - _)}
 
 Name:         x86_64-pc-cygwin-w32api-headers
-Release:      0.20131212.0%{?dist}
+Release:      0.20140129.0%{?dist}
 License:      GPL
 Group:        Development/Tools
 
@@ -45,7 +45,7 @@ BuildArch:	noarch
 Version:      	%w32api_headers_rpmvers
 Summary:      	MinGW-w64 Windows API headers for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-headers-%{w32api_headers_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-headers-%{w32api_headers_version}.tar.xz
 
 %description
 MinGW-w64 Windows API headers for Cygwin.
diff --git a/cygwin/x86_64/x86_64-pc-cygwin-w32api-runtime.spec b/cygwin/x86_64/x86_64-pc-cygwin-w32api-runtime.spec
index 8fe68f0..9bb517a 100644
--- a/cygwin/x86_64/x86_64-pc-cygwin-w32api-runtime.spec
+++ b/cygwin/x86_64/x86_64-pc-cygwin-w32api-runtime.spec
@@ -31,11 +31,11 @@
 %endif
 
 %{?!el5:%global _with_noarch_subpackages 1}
-%define w32api_runtime_version 3.0.0-1
-%define w32api_runtime_rpmvers %{expand:%(echo 3.0.0-1 | tr - _)} 
+%define w32api_runtime_version 3.1.0-1
+%define w32api_runtime_rpmvers %{expand:%(echo 3.1.0-1 | tr - _)}
 
 Name:         x86_64-pc-cygwin-w32api-runtime
-Release:      0.20131212.0%{?dist}
+Release:      0.20140129.0%{?dist}
 License:      GPL
 Group:        Development/Tools
 
@@ -45,7 +45,7 @@ BuildArch:	noarch
 Version:      	%w32api_runtime_rpmvers
 Summary:      	MinGW-w64 Windows API runtime for Cygwin
 
-Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.bz2
+Source0:	ftp://sources.redhat.com/pub/cygwin/x86_64/release/w32api/w32api-runtime-%{w32api_runtime_version}.tar.xz
 
 %description
 MinGW-w64 Windows API runtime for Cygwin.




More information about the vc mailing list