diff --git a/.gitignore b/.gitignore index c4f72ac..f313b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mingw-w64-src_20120124.tar.bz2 /mingw-w64-code-6228-trunk.zip +/mingw-w64-v3.0.0.tar.bz2 diff --git a/mingw-w64-tools.spec b/mingw-w64-tools.spec index f3e0be8..dfa5a97 100644 --- a/mingw-w64-tools.spec +++ b/mingw-w64-tools.spec @@ -1,10 +1,10 @@ -%global snapshot_date 20130403 -%global snapshot_rev 6228 -%global branch trunk +#%%global snapshot_date 20130403 +#%%global snapshot_rev 6228 +#%%global branch trunk Name: mingw-w64-tools -Version: 2.0.999 -Release: 0.10.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist} +Version: 3.0.0 +Release: 1%{?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 @@ -21,7 +21,7 @@ URL: http://mingw-w64.sourceforge.net/ # 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 %else -Source0: http://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v%{version}.tar.gz +Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2 %endif # just to make widl to build on s390 Patch0: %{name}-2.0.999-s390.patch @@ -101,6 +101,9 @@ popd %changelog +* Sat Jan 4 2014 Erik van Pienbroek - 3.0.0-1 +- Update to 3.0.0 + * Wed Jan 1 2014 Yaakov Selkowitz - 2.0.999-0.10.trunk.r6228.20130907 - Fix widl default includedir (RHBZ #1047727) diff --git a/sources b/sources index e4b9a59..1b159d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cac4042a32d41d63075ae98a69e0a732 mingw-w64-code-6228-trunk.zip +22b0030702fe00927daf1ae6ddfb526e mingw-w64-v3.0.0.tar.bz2