Update to 3.0.0

This commit is contained in:
Erik van Pienbroek 2013-09-20 16:45:41 +02:00
parent 6be52e6a54
commit 313ddd2eb8
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/mingw-w64-code-6258-trunk.zip
/mingw-w64-code-6277-trunk.zip
/mingw-w64-code-6284-trunk.zip
/mingw-w64-v3.0.0.tar.bz2

View File

@ -1,12 +1,12 @@
%{?mingw_package_header}
%global snapshot_date 20130914
%global snapshot_rev 6284
%global branch trunk
#%%global snapshot_date 20130914
#%%global snapshot_rev 6284
#%%global branch trunk
Name: mingw-crt
Version: 2.0.999
Release: 0.38.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
Version: 3.0.0
Release: 1%{?dist}
Summary: MinGW Windows cross-compiler runtime
License: Public Domain and ZPLv2.1
@ -20,7 +20,7 @@ URL: http://mingw-w64.sourceforge.net/
# spectool -g mingw-crt.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/mingw-w64/mingw-w64-v%{version}.tar.gz
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
%endif
BuildArch: noarch
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
%changelog
* Fri Sep 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.0.0-1
- Update to 3.0.0
* Sat Sep 14 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.38.trunk.r6284.20130914
- Update to r6284 (20130914 snapshot)

View File

@ -1 +1 @@
b928a44a082d147ce74b255a5334bd1b mingw-w64-code-6284-trunk.zip
22b0030702fe00927daf1ae6ddfb526e mingw-w64-v3.0.0.tar.bz2