rpms/cinepaint/F-10 cinepaint-0.22-1-underquoted.patch, NONE, 1.1 cinepaint.spec, 1.11, 1.12

Chauvet Nicolas kwizart at fedoraproject.org
Mon Dec 8 22:59:42 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/cinepaint/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23498

Modified Files:
	cinepaint.spec 
Added Files:
	cinepaint-0.22-1-underquoted.patch 
Log Message:
- Fix underquoted cinepaint.m4 - #450325


cinepaint-0.22-1-underquoted.patch:

--- NEW FILE cinepaint-0.22-1-underquoted.patch ---
diff -up cinepaint-0.22-1/cinepaint.m4.underquoted cinepaint-0.22-1/cinepaint.m4
--- cinepaint-0.22-1/cinepaint.m4.underquoted	2004-02-10 02:40:36.000000000 +0100
+++ cinepaint-0.22-1/cinepaint.m4	2008-12-08 23:12:13.000000000 +0100
@@ -5,7 +5,7 @@
 dnl AM_PATH_CINEPAINT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for CINEPAINT, and define CINEPAINT_CFLAGS and CINEPAINT_LIBS
 dnl
-AC_DEFUN(AM_PATH_CINEPAINT,
+AC_DEFUN([AM_PATH_CINEPAINT],
 [dnl 
 dnl Get the cflags and libraries from the cinepainttool script
 dnl


Index: cinepaint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cinepaint/F-10/cinepaint.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cinepaint.spec	9 Oct 2008 15:34:29 -0000	1.11
+++ cinepaint.spec	8 Dec 2008 22:59:12 -0000	1.12
@@ -6,7 +6,7 @@
 
 Name:           cinepaint
 Version:        %(echo %{cinever} |sed 's|-|.|')
-Release:        8%{?dist}
+Release:        10%{?dist}
 Summary:        CinePaint is a tool for manipulating images
 
 Group:          Applications/Multimedia
@@ -23,6 +23,7 @@
 Patch5:         cinepaint-0.22-md5_rm_RSA.patch
 Patch6:         cinepaint-0.22-multilib.patch
 Patch8:         cinepaint-0.22-gcc43_cine.patch
+Patch9:         cinepaint-0.22-1-underquoted.patch
 Patch11:        icc_examin-0.44-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -95,6 +96,10 @@
 %patch5 -p1 -b .rm_RSA
 %patch6 -p1 -b .multilib
 %patch8 -p1 -b .gcc43_cine
+#Fix #450325
+%patch9 -p1 -b .underquoted
+#Fix to prevent a multilibs problem
+touch -r cinepaint.m4.underquoted cinepaint.m4
 
 %setup -q -D -T -a 1 -n cinepaint-%{cinever}
 pushd icc_examin-0.44
@@ -220,6 +225,10 @@
 
 
 %changelog
+* Mon Dec  8 2008 kwizart < kwizart at gmail.com > - 0.22.1-10
+- Fix underquoted cinepaint.m4 - #450325
+- Fix automatic provides a specific architecture
+
 * Thu Oct 09 2008 Dennis Gilmore <dennis at ausil.us> - 0.22.1-8
 - add sparc64 to the list of 64 bit arches for python site arch
 




More information about the fedora-extras-commits mailing list