Ver código fonte

upgrading package: libsigcxx 2.0.18 -> 2.2.3

Ralf S. Engelschall 17 anos atrás
pai
commit
c1096916a9
2 arquivos alterados com 13 adições e 13 exclusões
  1. 10 10
      libsigcxx/libsigcxx.patch
  2. 3 3
      libsigcxx/libsigcxx.spec

+ 10 - 10
libsigcxx/libsigcxx.patch

@@ -1,18 +1,18 @@
 Index: Makefile.in
---- Makefile.in.orig	2007-09-10 17:26:26 +0200
-+++ Makefile.in	2007-09-11 07:50:32 +0200
-@@ -206,7 +206,7 @@
+--- Makefile.in.orig	2008-10-14 17:52:18 +0200
++++ Makefile.in	2008-10-26 19:30:20 +0100
+@@ -210,7 +210,7 @@
  # other stuff here
  EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
  # ACLOCAL_FLAGS = -I scripts
--SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2003
+-SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
 +SUBDIRS = sigc++
  DIST_SUBDIRS = $(SUBDIRS)
  sigc_configdir = $(libdir)/sigc++-2.0/include
  sigc_config_DATA = sigc++config.h
 Index: sigc++-2.0.pc.in
---- sigc++-2.0.pc.in.orig	2007-08-13 13:17:42 +0200
-+++ sigc++-2.0.pc.in	2007-09-11 07:50:32 +0200
+--- sigc++-2.0.pc.in.orig	2008-02-26 20:44:35 +0100
++++ sigc++-2.0.pc.in	2008-10-26 19:29:59 +0100
 @@ -6,5 +6,5 @@
  Name: libsigc++ 2
  Description: Typesafe signal and callback system for C++
@@ -22,9 +22,9 @@ Index: sigc++-2.0.pc.in
 +Libs: -L${libdir} -lsigc
 +Cflags: -I${includedir}/sigc++
 Index: sigc++/Makefile.in
---- sigc++/Makefile.in.orig	2007-09-10 17:26:25 +0200
-+++ sigc++/Makefile.in	2007-09-11 07:57:46 +0200
-@@ -263,7 +263,7 @@
+--- sigc++/Makefile.in.orig	2008-10-14 17:52:18 +0200
++++ sigc++/Makefile.in	2008-10-26 19:29:59 +0100
+@@ -267,7 +267,7 @@
  @PLATFORM_WIN32_TRUE@win32_dlls_ldflags = -no-undefined -Wl,--export-all-symbols
  
  # build the library
@@ -33,7 +33,7 @@ Index: sigc++/Makefile.in
  libsigc_2_0_la_SOURCES = signal.cc signal_base.cc trackable.cc connection.cc \
                           functors/slot.cc functors/slot_base.cc \
  			 adaptors/lambda/lambda.cc
-@@ -341,7 +341,7 @@
+@@ -345,7 +345,7 @@
  	  echo "rm -f \"$${dir}/so_locations\""; \
  	  rm -f "$${dir}/so_locations"; \
  	done

+ 3 - 3
libsigcxx/libsigcxx.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package version
-%define       V_libsigcxx        2.0.18
-%define       V_libsigcxx_major  2.0
+%define       V_libsigcxx        2.2.3
+%define       V_libsigcxx_major  2.2
 
 #   package information
 Name:         libsigcxx
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Libraries
 License:      LGPL
 Version:      %{V_libsigcxx}
-Release:      20080101
+Release:      20081026
 
 #   list of sources
 Source0:      ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{V_libsigcxx_major}/libsigc++-%{version}.tar.bz2