[mingw-w64-tools] Update to 20140524 snapshot (git rev 502c72)

Erik van Pienbroek epienbro at fedoraproject.org
Wed May 28 23:01:48 UTC 2014


commit 1dd5c1af4c55b17cdf2098d3565d0bd9cbd31a3d
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu May 29 01:01:47 2014 +0200

    Update to 20140524 snapshot (git rev 502c72)

 .gitignore           |    1 +
 mingw-w64-tools.spec |   19 ++++++++++++-------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92aff8c..c24c2b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /mingw-w64-v3.0.0.tar.bz2
 /mingw-w64-code-6432-trunk.zip
 /mingw-w64-code-6559-trunk.zip
+/mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip
diff --git a/mingw-w64-tools.spec b/mingw-w64-tools.spec
index e16cedf..bf8cac6 100644
--- a/mingw-w64-tools.spec
+++ b/mingw-w64-tools.spec
@@ -1,10 +1,11 @@
-%global snapshot_date 20140330
-%global snapshot_rev 6559
+%global snapshot_date 20140524
+%global snapshot_rev 502c72047e68fecf07f628628b75296863ff5b35
+%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
 %global branch trunk
 
 Name:           mingw-w64-tools
 Version:        3.1.999
-Release:        0.2.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
+Release:        0.3.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
 Summary:        Supplementary tools which are part of the mingw-w64 toolchain
 
 # http://sourceforge.net/mailarchive/forum.php?thread_name=5157C0FC.1010309%40users.sourceforge.net&forum_name=mingw-w64-public
@@ -14,12 +15,12 @@ License:        GPLv3+ and LGPLv2+
 Group:          Development/Libraries
 URL:            http://mingw-w64.sourceforge.net/
 %if 0%{?snapshot_date}
-# To regerenate a snapshot:
-# Use your regular webbrowser to open http://sourceforge.net/p/mingw-w64/code/%{snapshot_rev}/tarball?path=/trunk
+# To regenerate a snapshot:
+# Use your regular webbrowser to open https://sourceforge.net/p/mingw-w64/mingw-w64/ci/%{snapshot_rev}/tarball
 # This triggers the SourceForge instructure to generate a snapshot
 # After that you can pull in the archive with:
 # spectool -g mingw-w64-tools.spec
-Source0:        http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip
+Source0:        http://sourceforge.net/code-snapshots/git/m/mi/mingw-w64/mingw-w64.git/mingw-w64-mingw-w64-%{snapshot_rev}.zip
 %else
 Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
 %endif
@@ -44,7 +45,7 @@ rm -rf mingw-w64-v%{version}
 mkdir mingw-w64-v%{version}
 cd mingw-w64-v%{version}
 unzip %{S:0}
-%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-code-%{snapshot_rev}-%{branch}
+%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-mingw-w64-%{snapshot_rev}
 %else
 %setup -q -n mingw-w64-v%{version}
 %endif
@@ -101,6 +102,10 @@ popd
 
 
 %changelog
+* Wed May 28 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.999-0.3.trunk.git502c72.20140524
+- Update to 20140524 snapshot (git rev 502c72)
+- Upstream has switched from SVN to Git
+
 * Sun Mar 30 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.999-0.2.trunk.r6559.20140330
 - Update to r6559 (20140330 snapshot)
 
diff --git a/sources b/sources
index 451ed8b..3b5fe9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8370d4a3550cc8ed32726daf28c03375  mingw-w64-code-6559-trunk.zip
+b73334ae88745e506f34aae0fc7ce593  mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip


More information about the scm-commits mailing list