rpms/libsigc++/FC-4 libsigc++.spec, 1.9, 1.10 libsigc++-1.2.5-pc-cflags.patch, 1.1, NONE

Denis Leroy (denis) fedora-extras-commits at redhat.com
Tue Oct 10 12:22:04 UTC 2006


Author: denis

Update of /cvs/extras/rpms/libsigc++/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22390

Modified Files:
	libsigc++.spec 
Removed Files:
	libsigc++-1.2.5-pc-cflags.patch 
Log Message:
fixed source url, removed integrated patches, added dist tag


Index: libsigc++.spec
===================================================================
RCS file: /cvs/extras/rpms/libsigc++/FC-4/libsigc++.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libsigc++.spec	10 Oct 2006 12:01:50 -0000	1.9
+++ libsigc++.spec	10 Oct 2006 12:22:03 -0000	1.10
@@ -1,21 +1,18 @@
 Name:           libsigc++
 Version:        1.2.7
-Release:        1
+Release:        2%{?dist}
 Summary:        Typesafe signal framework for C++
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://libsigc.sourceforge.net/
-Source0:        http://dl.sourceforge.net/libsigc/libsigc++-1.2.5.tar.gz
+Source0:        http://dl.sourceforge.net/libsigc/libsigc++-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  m4
 BuildRequires:  doxygen
 BuildRequires:  libxslt docbook-style-xsl
 # for multilib fix
-Patch1:         libsigc++-1.2.5-pc-cflags.patch
-Patch2:         libsigc++-1.2.5-stylesheet.patch
-# patch created with: aclocal -I scripts ; libtoolize -c -f 
-# automake -a -c -f ; autoconf ; rm -rf autom4te.cache
-Patch3:         libsigc++-1.2.5-autoregen.patch.bz2
+Patch1:         libsigc++-1.2.5-stylesheet.patch
+
 
 %description
 This library implements a full callback system for use in widget libraries,
@@ -43,9 +40,7 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .pc-cflags
-%patch2 -p1 -b .stylesheet
-%patch3 -p1 -b .autoregen
+%patch1 -p1 -b .stylesheet
 
 
 
@@ -101,6 +96,11 @@
 
 
 %changelog
+* Tue Oct 10 2006 Denis Leroy <denis at poolshark.org> - 1.2.7-2
+- Fixed Source URL
+- Patches integrated upstream
+- Added dist tag
+
 * Mon Oct  9 2006 Denis Leroy <denis at poolshark.org> - 1.2.7-1
 - Update to 1.2.7
 


--- libsigc++-1.2.5-pc-cflags.patch DELETED ---




More information about the scm-commits mailing list