rpms/synfigstudio/devel synfigstudio-0.62.00-cflags.patch, NONE, 1.1 synfigstudio.spec, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Thu Dec 24 02:56:26 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/synfigstudio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19886

Modified Files:
	synfigstudio.spec 
Added Files:
	synfigstudio-0.62.00-cflags.patch 
Log Message:
* Thu Dec 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.62.00-2
- Fix optflags use (Ville Skyttä, #549420)


synfigstudio-0.62.00-cflags.patch:
 configure.ac |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

--- NEW FILE synfigstudio-0.62.00-cflags.patch ---
Do not cripple the CFLAGS, while removing debugging
information and adding arbitrary flags.

Lubomir Rintel <lkundrak at v3.sk>

diff -urp synfigstudio-0.62.00/configure.ac synfigstudio-0.62.00.fixed/configure.ac
--- synfigstudio-0.62.00/configure.ac	2009-10-12 11:33:44.000000000 +0200
+++ synfigstudio-0.62.00.fixed/configure.ac	2009-12-24 03:16:09.977442048 +0100
@@ -31,7 +31,7 @@ AC_PROG_INSTALL
 AC_LANG([C++])
 
 
-AC_ARG_DEBUG
+#AC_ARG_DEBUG
 
 case "$debug" in
 	yes)
@@ -39,11 +39,11 @@ case "$debug" in
 	;;
 esac
 
-AC_ARG_OPTIMIZATION
-AC_ARG_WARNINGS
-AC_ARG_PROFILE_ARCS
-AC_ARG_BRANCH_PROBABILITIES
-AC_ARG_PROFILING
+#AC_ARG_OPTIMIZATION
+#AC_ARG_WARNINGS
+#AC_ARG_PROFILE_ARCS
+#AC_ARG_BRANCH_PROBABILITIES
+#AC_ARG_PROFILING
 
 AC_ARG_ENABLE(g5opt,[
   --enable-g5opt           enable optimizations specific to G5 proc],[


Index: synfigstudio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synfigstudio/devel/synfigstudio.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- synfigstudio.spec	7 Dec 2009 22:59:59 -0000	1.1
+++ synfigstudio.spec	24 Dec 2009 02:56:25 -0000	1.2
@@ -1,18 +1,20 @@
 Name:           synfigstudio
 Version:        0.62.00
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Vector-based 2D animation studio
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://synfig.org/
 Source0:        http://download.sourceforge.net/synfig/%{name}-%{version}.tar.gz
+Patch0:         synfigstudio-0.62.00-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  synfig-devel
 BuildRequires:  ETL-devel >= 0.04.13
 BuildRequires:  gtkmm24-devel
+BuildRequires:  autoconf
 
 %description
 Synfig Animation Studio is a powerful, industrial-strength vector-based
@@ -39,9 +41,11 @@ developing applications that use %{name}
 
 %prep
 %setup -q
+%patch0 -p1 -b .cflags
 
 
 %build
+autoconf
 %configure
 make %{?_smp_mflags}
 
@@ -95,8 +99,11 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Thu Dec 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.62.00-2
+- Fix optflags use (Ville Skyttä, #549420)
+
 * Tue Nov 17 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.62.00-1
-- Initial packaging attempt
+- Bump version
 
 * Fri Jan 09 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.61.09-1
 - Initial packaging attempt




More information about the fedora-extras-commits mailing list