rpms/mingw32-libsigc++20/devel mingw32-libsigc++20.spec,1.1,1.2

Thomas M. Sailer sailer at fedoraproject.org
Thu Apr 16 09:13:59 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-libsigc++20/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11275/mingw32-libsigc++20/devel

Modified Files:
	mingw32-libsigc++20.spec 
Log Message:
replace %define with %global



Index: mingw32-libsigc++20.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libsigc++20/devel/mingw32-libsigc++20.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mingw32-libsigc++20.spec	30 Mar 2009 21:45:48 -0000	1.1
+++ mingw32-libsigc++20.spec	16 Apr 2009 09:13:29 -0000	1.2
@@ -1,12 +1,12 @@
-%define __strip %{_mingw32_strip}
-%define __objdump %{_mingw32_objdump}
-%define _use_internal_dependency_generator 0
-%define __find_requires %{_mingw32_findrequires}
-%define __find_provides %{_mingw32_findprovides}
+%global __strip %{_mingw32_strip}
+%global __objdump %{_mingw32_objdump}
+%global _use_internal_dependency_generator 0
+%global __find_requires %{_mingw32_findrequires}
+%global __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-libsigc++20
 Version:        2.2.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        MinGW Windows port of the typesafe signal framework for C++
 
 License:        LGPLv2+
@@ -75,6 +75,9 @@
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.2.2-7
+- replace %%define with %%global
+
 * Sun Mar 29 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.2.2-6
 - remove executable permission from .dll.a and .la file
 - remove inappropriate comment




More information about the fedora-extras-commits mailing list