rpms/pigment/devel .cvsignore, 1.3, 1.4 pigment.spec, 1.3, 1.4 sources, 1.3, 1.4 pigment-0.3.1-r606.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Oct 9 12:06:34 UTC 2007


Author: thias

Update of /cvs/extras/rpms/pigment/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4880

Modified Files:
	.cvsignore pigment.spec sources 
Removed Files:
	pigment-0.3.1-r606.patch 
Log Message:
Update to 0.3.2.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pigment/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Aug 2007 14:57:43 -0000	1.3
+++ .cvsignore	9 Oct 2007 12:05:59 -0000	1.4
@@ -1 +1 @@
-pigment-0.3.1.tar.gz
+pigment-0.3.2.tar.gz


Index: pigment.spec
===================================================================
RCS file: /cvs/extras/rpms/pigment/devel/pigment.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pigment.spec	22 Aug 2007 11:56:29 -0000	1.3
+++ pigment.spec	9 Oct 2007 12:05:59 -0000	1.4
@@ -3,13 +3,12 @@
 
 Summary: Media Center Toolkit
 Name: pigment
-Version: 0.3.1
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Applications/Multimedia
 URL: http://elisa.fluendo.com/
 Source: http://elisa.fluendo.com/static/download/pigment/pigment-%{version}.tar.gz
-Patch0: pigment-0.3.1-r606.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
@@ -20,9 +19,9 @@
 BuildRequires: gstreamer-plugins-base-devel
 BuildRequires: mesa-libGLU-devel
 Buildrequires: check
-#BuildRequires: gtk-doc
-# For make check
-BuildRequires: gstreamer-python, pygtk2
+BuildRequires: gtk-doc
+# For make check (disabled...)
+#BuildRequires: gstreamer-python, pygtk2
 
 %description
 Pigment is a toolkit for writing Media Center software.
@@ -34,7 +33,7 @@
 Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel
 Requires: pkgconfig
-#Requires: gtk-doc
+Requires: gtk-doc
 
 %description devel
 Pigment is a toolkit for writing Media Center software.
@@ -45,16 +44,14 @@
 
 %prep
 %setup -q
-%patch0 -p2
 
 
 %build
-# Disable --enable-gtk-doc since it would require ugly hacks (as of 0.3.1)
 %configure
-# Get rid of the /usr/lib64 RPATH on 64bit (still as of 0.3.1)
+# Get rid of the /usr/lib64 RPATH on 64bit (still as of 0.3.2)
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-# Parallel make fails (still as of 0.3.1), so remove %{?_smp_mflags}
+# Parallel make fails (still as of 0.3.2), so remove %{?_smp_mflags}
 %{__make}
 
 
@@ -91,14 +88,17 @@
 
 %files devel
 %defattr(-,root,root,-)
-#doc docs/pgm/
 %{_includedir}/pigment-0.3/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/pigment-0.3.pc
-#{_datadir}/gtk-doc/html/pigment-render/
+%doc %{_datadir}/gtk-doc/html/pigment/
 
 
 %changelog
+* Tue Oct  9 2007 Matthias Saou <http://freshrpms.net/> 0.3.2-1
+- Update to 0.3.2.
+- Re-enable gtk-doc stuff, it works again.
+
 * Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 0.3.1-2
 - Include r606 patch to fix pigment bug #147 (segfaults with python bits).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pigment/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Aug 2007 14:57:43 -0000	1.3
+++ sources	9 Oct 2007 12:05:59 -0000	1.4
@@ -1 +1 @@
-a46ed37282da90cde306f26b7c87e8e6  pigment-0.3.1.tar.gz
+c7c5cac44fba8610726eec8888264943  pigment-0.3.2.tar.gz


--- pigment-0.3.1-r606.patch DELETED ---




More information about the fedora-extras-commits mailing list