commit bc4e5ca025a739bf5bc0164af9dc8c4c1a8efb43
Author: Kalev Lember <[email protected]>
Date:   Tue May 10 19:47:12 2011 +0300

    Update to 3.17

 .gitignore          |    1 +
 mingw32-w32api.spec |   13 +++++++++----
 sources             |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d756cbc..5408f7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 w32api-3.14-mingw32-src.tar.gz
 /w32api-3.15-1-mingw32-src.tar.lzma
+/w32api-3.17-2-mingw32-src.tar.lzma
diff --git a/mingw32-w32api.spec b/mingw32-w32api.spec
index 69d5fed..df14e5c 100644
--- a/mingw32-w32api.spec
+++ b/mingw32-w32api.spec
@@ -4,15 +4,17 @@
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
 
+%global extra_version 2
+
 Name:           mingw32-w32api
-Version:        3.15
-Release:        2%{?dist}
+Version:        3.17
+Release:        1%{?dist}
 Summary:        Win32 header files and stubs
 
 License:        Public Domain
 Group:          Development/Libraries
 URL:            http://www.mingw.org/
-Source0:        
http://downloads.sourceforge.net/mingw/w32api-%{version}-1-mingw32-src.tar.lzma
+Source0:        
http://downloads.sourceforge.net/mingw/w32api-%{version}-%{extra_version}-mingw32-src.tar.lzma
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -34,7 +36,7 @@ MinGW Windows cross-compiler Win32 header files.
 
 
 %prep
-%setup -q -n w32api-%{version}-1-mingw32
+%setup -q -n w32api-%{version}-%{extra_version}-mingw32
 
 %build
 %{_mingw32_configure}
@@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 10 2011 Kalev Lember <[email protected]> - 3.17-1
+- Update to 3.17
+
 * Tue Feb 08 2011 Fedora Release Engineering <[email protected]> 
- 3.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c1bb07..7cd8ce9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea8f80d622446a63f3fa6aff64f79bfc  w32api-3.15-1-mingw32-src.tar.lzma
+7a14e6c9687c010eed35db95604548a4  w32api-3.17-2-mingw32-src.tar.lzma
_______________________________________________
mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to