rpms/fotoxx/devel .cvsignore, 1.12, 1.13 fotoxx.spec, 1.12, 1.13 sources, 1.12, 1.13

Pavel Alexeev hubbitus at fedoraproject.org
Wed Feb 25 12:20:34 UTC 2009


Author: hubbitus

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

Modified Files:
	.cvsignore fotoxx.spec sources 
Log Message:
Add patch to build on new gcc 4.4
fotoxx-5.8.constchar.patch




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	4 Jan 2009 18:03:20 -0000	1.12
+++ .cvsignore	25 Feb 2009 12:20:03 -0000	1.13
@@ -1 +1,2 @@
 fotoxx-5.8.tar.gz
+fotoxx-5.8.constchar.patch


Index: fotoxx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/devel/fotoxx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fotoxx.spec	24 Feb 2009 18:03:17 -0000	1.12
+++ fotoxx.spec	25 Feb 2009 12:20:03 -0000	1.13
@@ -1,19 +1,21 @@
-Name:           fotoxx
-Version:        5.8
-Release:        2%{?dist}
-Summary:        Photo editor 
-
-Group:          Applications/Multimedia 
-License:        GPLv2
-URL:            http://kornelix.squarespace.com/%{name}
-Source0:        http://kornelix.squarespace.com/storage/%{name}-%{version}.tar.gz
-Source1:        %{name}.desktop
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  gtk2-devel
-BuildRequires:  desktop-file-utils
-Requires:       exiv2
-Requires:       printoxx
+Name:		fotoxx
+Version:		5.8
+Release:		3%{?dist}
+Summary:		Photo editor
+
+Group:		Applications/Multimedia
+License:		GPLv2
+URL:			http://kornelix.squarespace.com/%{name}
+Source0:		http://kornelix.squarespace.com/storage/%{name}-%{version}.tar.gz
+Source1:		%{name}.desktop
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	gtk2-devel
+BuildRequires:	desktop-file-utils
+Requires:		exiv2
+Requires:		printoxx
+
+Patch0:		fotoxx-5.8.constchar.patch
 
 %description
 Fotoxx is a free open source Linux program for editing image files
@@ -22,6 +24,9 @@
 
 %prep
 %setup -q -n %{name}
+
+%patch0 -p1 -b .constchar
+
 # To use "fedora" CFLAGS (exported)
 sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile
 
@@ -56,6 +61,10 @@
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 5.8-3
+- Add patch0 fotoxx-5.8.constchar.patch
+- Reformat spec with tabs, remove trailing spaces.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fotoxx/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	4 Jan 2009 18:03:20 -0000	1.12
+++ sources	25 Feb 2009 12:20:03 -0000	1.13
@@ -1 +1,2 @@
 7f86e79ab79e8bf830e71930f6941b01  fotoxx-5.8.tar.gz
+7e891f89b87ee5a3e8db60a8860f4221  fotoxx-5.8.constchar.patch




More information about the scm-commits mailing list