rpms/libsigc++20/EL-5 .cvsignore, 1.5, 1.6 libsigc++.spec, 1.12, 1.13 sources, 1.6, 1.7

Denis Leroy (denis) fedora-extras-commits at redhat.com
Thu Dec 13 11:05:20 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/libsigc++20/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30613

Modified Files:
	.cvsignore libsigc++.spec sources 
Log Message:
Update to 2.0.18


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libsigc++20/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	28 Feb 2006 21:19:42 -0000	1.5
+++ .cvsignore	13 Dec 2007 11:04:39 -0000	1.6
@@ -1 +1 @@
-libsigc++-2.0.17.tar.bz2
+libsigc++-2.0.18.tar.bz2


Index: libsigc++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsigc++20/EL-5/libsigc++.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libsigc++.spec	10 Jul 2007 09:26:20 -0000	1.12
+++ libsigc++.spec	13 Dec 2007 11:04:39 -0000	1.13
@@ -1,11 +1,10 @@
 Name:           libsigc++20
-Version:        2.0.17
-Release:        3%{?dist}
+Version:        2.0.18
+Release:        1%{?dist}
 
 Summary:        Typesafe signal framework for C++
-
 Group:          System Environment/Libraries
-License:        LGPL
+License:        LGPLv2+
 URL:            http://libsigc.sourceforge.net/
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -20,18 +19,20 @@
 widget set, %name is now a separate library to provide for more general
 use. It is the most complete library of its kind with the ability to connect
 an abstract callback to a class method, function, or function object. It
-contains adaptor classes for connection of dissimilar callbacks and has an
+contains adapter classes for connection of dissimilar callbacks and has an
 ease of use unmatched by other C++ callback libraries.
 
 Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
 starting with version 1.1.2, uses %name.
 
+
 %package devel
 Summary:        Development tools for the typesafe signal framework for C++
 Group:          Development/Libraries
 Requires:       %name = %{version}-%{release}
 Requires:       pkgconfig
 
+
 %description devel
 The %name-devel package contains the static libraries and header files
 needed for development with %name.
@@ -53,17 +54,15 @@
 %{__mkdir} docs-to-include
 %{__mv} ${RPM_BUILD_ROOT}%{_docdir}/libsigc-2.0/* docs-to-include/
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 
-%postun
-/sbin/ldconfig
-
+%postun -p /sbin/ldconfig
 
 
 %files
@@ -71,6 +70,7 @@
 %doc AUTHORS COPYING README NEWS ChangeLog TODO
 %{_libdir}/*.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc docs-to-include/*
@@ -80,7 +80,12 @@
 %{?_with_static: %{_libdir}/*.a}
 %{_libdir}/*.so
 
+
 %changelog
+* Thu Dec 13 2007 Denis Leroy <denis at poolshark.org> - 2.0.18-1
+- Update to 2.0.18
+- Spec cleanup
+
 * Tue Jul 10 2007 Denis Leroy <denis at poolshark.org> - 2.0.17-3
 - Added dist tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libsigc++20/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Feb 2006 21:19:42 -0000	1.6
+++ sources	13 Dec 2007 11:04:39 -0000	1.7
@@ -1 +1 @@
-fde0ee69e3125e982746d9fe005763e1  libsigc++-2.0.17.tar.bz2
+ddebf5aafc8525d10366a8724abc9f28  libsigc++-2.0.18.tar.bz2




More information about the fedora-extras-commits mailing list