[mingw-winstorecompat] Update to r6069 (20130810 snapshot)

Erik van Pienbroek epienbro at fedoraproject.org
Fri Aug 16 20:23:51 UTC 2013


commit fa7a791d2a4661982c81f08677de398cff0d9eb9
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Aug 16 22:23:32 2013 +0200

    Update to r6069 (20130810 snapshot)
    
    and updated instructions to regenerate snapshots
    (SourceForge has changed their SVN infrastructure)

 .gitignore                |    1 +
 mingw-winstorecompat.spec |   21 +++++++++++++++------
 sources                   |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 016d86d..5f46a79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mingw-w64-trunk-snapshot-20130520.tar.gz
+/mingw-w64-code-6069-trunk.zip
diff --git a/mingw-winstorecompat.spec b/mingw-winstorecompat.spec
index c6eaf14..19d76ec 100644
--- a/mingw-winstorecompat.spec
+++ b/mingw-winstorecompat.spec
@@ -1,6 +1,7 @@
 %?mingw_package_header
 
-%global snapshot_date 20130520
+%global snapshot_date 20130810
+%global snapshot_rev 6069
 %global branch trunk
 
 # Run the testsuite
@@ -8,7 +9,7 @@
 
 Name:           mingw-winstorecompat
 Version:        2.0.999
-Release:        0.3.%{branch}.%{snapshot_date}%{?dist}
+Release:        0.4.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
 Summary:        MinGW library to help porting to Windows Store
 License:        MIT
 Group:          Development/Libraries
@@ -16,8 +17,11 @@ Group:          Development/Libraries
 URL:            http://mingw-w64.sourceforge.net/
 %if 0%{?snapshot_date}
 # To regerenate a snapshot:
-# wget http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/%{branch}/?view=tar -O mingw-w64-%{branch}-snapshot-$(date '+%Y%m%d').tar.gz
-Source0:        mingw-w64-%{branch}-snapshot-%{snapshot_date}.tar.gz
+# Use your regular webbrowser to open http://sourceforge.net/p/mingw-w64/code/%{snapshot_rev}/tarball?path=/trunk
+# This triggers the SourceForge instructure to generate a snapshot
+# After that you can pull in the archive with:
+# wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip
+Source0:        mingw-w64-code-%{snapshot_rev}-%{branch}.zip
 %else
 Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
 %endif
@@ -68,8 +72,8 @@ running WACK (Windows Application Certification Kit) on the application.
 rm -rf mingw-w64-v%{version}
 mkdir mingw-w64-v%{version}
 cd mingw-w64-v%{version}
-tar -xf %{S:0}
-%setup -q -D -T -n mingw-w64-v%{version}/%{branch}
+unzip %{S:0}
+%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-code-%{snapshot_rev}-%{branch}
 %else
 %setup -q -n mingw-w64-v%{version}
 %endif
@@ -101,6 +105,11 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Fri Aug 16 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.4.trunk.r6069.20130810
+- Update to r6069 (20130810 snapshot)
+- Updated instructions to regenerate snapshots
+  (SourceForge has changed their SVN infrastructure)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.999-0.3.trunk.20130520
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4b1536e..7f2dd51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb2aeffaeabd436a389377bb399a1b1f  mingw-w64-trunk-snapshot-20130520.tar.gz
+6e47557f567c3940ee9089577168431a  mingw-w64-code-6069-trunk.zip


More information about the scm-commits mailing list