Mailinglist Archive: opensuse-commit (1083 mails)

< Previous Next >
commit gconfmm
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 17 Sep 2007 17:41:56 +0200
  • Message-id: <20070917154156.4AC686781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gconfmm
checked in at Mon Sep 17 17:41:56 CEST 2007.

--------
--- GNOME/gconfmm/gconfmm.changes       2007-09-11 02:09:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/gconfmm/gconfmm.changes        2007-09-17 17:34:07.826146000 +0200
@@ -1,0 +2,7 @@
+Mon Sep 17 17:33:23 CEST 2007 - maw@xxxxxxx
+
+- Update to version 2.20.0:
+  + Cosmetic version bump.
+- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
+
+-------------------------------------------------------------------

Old:
----
  gconfmm-2.18.1.tar.bz2

New:
----
  gconfmm-2.20.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gconfmm.spec ++++++
--- /var/tmp/diff_new_pack.Fst544/_old  2007-09-17 17:41:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Fst544/_new  2007-09-17 17:41:44.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package gconfmm (Version 2.18.1)
+# spec file for package gconfmm (Version 2.20.0)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -12,14 +12,14 @@
 
 Name:           gconfmm
 BuildRequires:  gcc-c++ gconf2-devel gtkmm2-devel update-desktop-files
-Version:        2.18.1
+Version:        2.20.0
 Release:        1
-URL:            http://www.gtkmm.org/
+Url:            http://www.gtkmm.org/
 Group:          System/GUI/GNOME
 License:        LGPL v2 or later
 Summary:        C++ Interface for GConf (Part of the GNOME Project)
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
-Autoreqprov:    on
+AutoReqProv:    on
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,10 +65,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%run_ldconfig
+/sbin/ldconfig
 
 %postun
-%run_ldconfig
+/sbin/ldconfig
 
 %files
 %defattr (-, root, root)
@@ -87,6 +87,10 @@
 %{_libdir}/gconfmm-2.6/proc/m4
 
 %changelog
+* Mon Sep 17 2007 - maw@xxxxxxx
+- Update to version 2.20.0:
+  + Cosmetic version bump.
+- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
 * Tue Sep 11 2007 - mauro@xxxxxxx
 - Update to version 2.18.1
   + SetInterface.h: Use #pragma GCC system_header

++++++ gconfmm-2.18.1.tar.bz2 -> gconfmm-2.20.0.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gconfmm-2.18.1/ChangeLog new/gconfmm-2.20.0/ChangeLog
--- old/gconfmm-2.18.1/ChangeLog        2007-09-10 17:41:48.000000000 +0200
+++ new/gconfmm-2.20.0/ChangeLog        2007-09-14 13:57:06.000000000 +0200
@@ -1,3 +1,10 @@
+2.20.0:
+
+2007-09-09  Jonathon Jongsma  <jjongsma@xxxxxxxxx>
+
+       * docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation 
+       is built wihout hiding optional API, such as use of exceptions. 
+
 2.18.1:
 
 2007-09-10  Martin Ejdestig  <marejde@xxxxxxxxx>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gconfmm-2.18.1/configure new/gconfmm-2.20.0/configure
--- old/gconfmm-2.18.1/configure        2007-09-10 17:43:06.000000000 +0200
+++ new/gconfmm-2.20.0/configure        2007-09-14 14:04:47.000000000 +0200
@@ -1940,8 +1940,8 @@
 #  Version and initialization
 #########################################################################
 GCONFMM_MAJOR_VERSION=2
-GCONFMM_MINOR_VERSION=18
-GCONFMM_MICRO_VERSION=1
+GCONFMM_MINOR_VERSION=20
+GCONFMM_MICRO_VERSION=0
 
 #
 # +1 : ? : +1  == new interface that does not break old one
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gconfmm-2.18.1/configure.in new/gconfmm-2.20.0/configure.in
--- old/gconfmm-2.18.1/configure.in     2007-09-10 17:40:52.000000000 +0200
+++ new/gconfmm-2.20.0/configure.in     2007-09-14 14:04:21.000000000 +0200
@@ -17,8 +17,8 @@
 #  Version and initialization
 #########################################################################
 GCONFMM_MAJOR_VERSION=2
-GCONFMM_MINOR_VERSION=18
-GCONFMM_MICRO_VERSION=1
+GCONFMM_MINOR_VERSION=20
+GCONFMM_MICRO_VERSION=0
 
 #
 # +1 : ? : +1  == new interface that does not break old one
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gconfmm-2.18.1/docs/reference/Doxyfile new/gconfmm-2.20.0/docs/reference/Doxyfile
--- old/gconfmm-2.18.1/docs/reference/Doxyfile  2007-09-10 17:43:25.000000000 +0200
+++ new/gconfmm-2.20.0/docs/reference/Doxyfile  2007-09-14 14:04:56.000000000 +0200
@@ -4,7 +4,7 @@
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = gconfmm
-PROJECT_NUMBER         = 2.18.1 
+PROJECT_NUMBER         = 2.20.0 
 OUTPUT_DIRECTORY       = 
 OUTPUT_LANGUAGE        = English
 EXTRACT_ALL            = YES
@@ -137,7 +137,14 @@
 SEARCH_INCLUDES        = YES
 INCLUDE_PATH           = 
 INCLUDE_FILE_PATTERNS  = 
-PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS
+PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS \
+                         GTKMM_USING_STD(x)= \
+                         GTKMM_API \
+                         GTKMM_ATKMM_ENABLED \
+                         GLIBMM_VFUNCS_ENABLED \
+                         GLIBMM_PROPERTIES_ENABLED \
+                         GLIBMM_EXCEPTIONS_ENABLED \
+                         GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
 EXPAND_AS_DEFINED      = 
 SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gconfmm-2.18.1/docs/reference/Doxyfile.in new/gconfmm-2.20.0/docs/reference/Doxyfile.in
--- old/gconfmm-2.18.1/docs/reference/Doxyfile.in       2007-08-13 15:59:16.000000000 +0200
+++ new/gconfmm-2.20.0/docs/reference/Doxyfile.in       2007-09-14 13:36:24.000000000 +0200
@@ -137,7 +137,14 @@
 SEARCH_INCLUDES        = YES
 INCLUDE_PATH           = 
 INCLUDE_FILE_PATTERNS  = 
-PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS
+PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS \
+                         GTKMM_USING_STD(x)= \
+                         GTKMM_API \
+                         GTKMM_ATKMM_ENABLED \
+                         GLIBMM_VFUNCS_ENABLED \
+                         GLIBMM_PROPERTIES_ENABLED \
+                         GLIBMM_EXCEPTIONS_ENABLED \
+                         GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
 EXPAND_AS_DEFINED      = 
 SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gconfmm-2.18.1/NEWS new/gconfmm-2.20.0/NEWS
--- old/gconfmm-2.18.1/NEWS     2007-09-10 17:42:44.000000000 +0200
+++ new/gconfmm-2.20.0/NEWS     2007-09-14 14:04:32.000000000 +0200
@@ -1,3 +1,7 @@
+2.20.0:
+
+Increased version to match the GNOME version
+
 2.18.1:
 
 * SetInterface.h: Use #pragma GCC system_header


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread