rpms/mingw32-binutils/devel .cvsignore, 1.4, 1.5 mingw32-binutils.spec, 1.7, 1.8 sources, 1.4, 1.5

Richard W.M. Jones rjones at fedoraproject.org
Tue Mar 10 13:51:03 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/mingw32-binutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9510

Modified Files:
	.cvsignore mingw32-binutils.spec sources 
Log Message:
- Switch to using upstream (GNU) binutils 2.19.1.  It's exactly the
  same as the MinGW version now.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-binutils/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Feb 2009 23:37:16 -0000	1.4
+++ .cvsignore	10 Mar 2009 13:50:31 -0000	1.5
@@ -1 +1 @@
-binutils-2.19.1-mingw32-src.tar.gz
+binutils-2.19.1.tar.bz2


Index: mingw32-binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-binutils/devel/mingw32-binutils.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mingw32-binutils.spec	26 Feb 2009 00:54:39 -0000	1.7
+++ mingw32-binutils.spec	10 Mar 2009 13:50:31 -0000	1.8
@@ -1,16 +1,12 @@
-%define binutils_version 2.19.1
-#%define mingw32_binutils_version 20080109-2
-#%define mingw32_binutils_rpmvers %{expand:%(echo %{mingw32_binutils_version} | tr - _)} 
-
 Name:           mingw32-binutils
-Version:        %{binutils_version}
-Release:        3%{?dist}
+Version:        2.19.1
+Release:        4%{?dist}
 Summary:        MinGW Windows binutils
 
 License:        GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
 Group:          Development/Libraries
-URL:            http://www.mingw.org/
-Source0:        http://dl.sourceforge.net/sourceforge/mingw/binutils-%{binutils_version}-mingw32-src.tar.gz
+URL:            http://www.gnu.org/software/binutils/
+Source0:        http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  flex
@@ -28,7 +24,7 @@
 
 
 %prep
-%setup -q -n binutils-%{binutils_version}
+%setup -q -n binutils-%{version}
 
 
 %build
@@ -74,6 +70,10 @@
 
 
 %changelog
+* Tue Mar 10 2009 Richard W.M. Jones <rjones at redhat.com> - 2.19.1-4
+- Switch to using upstream (GNU) binutils 2.19.1.  It's exactly the
+  same as the MinGW version now.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.19.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-binutils/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Feb 2009 23:37:16 -0000	1.4
+++ sources	10 Mar 2009 13:50:32 -0000	1.5
@@ -1 +1 @@
-ad3f2b5fdcd599a772ad75fec2c384d8  binutils-2.19.1-mingw32-src.tar.gz
+09a8c5821a2dfdbb20665bc0bd680791  binutils-2.19.1.tar.bz2




More information about the fedora-extras-commits mailing list