Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-06-05 11:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and      /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "c++-gtk-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes      
2013-03-22 11:01:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-06-05 11:42:06.000000000 +0200
@@ -1,0 +2,29 @@
+Thu May 23 10:55:17 UTC 2013 - [email protected]
+
+- Update to version 2.1.0:
+  + Bump version to version 2.1.0 in the 2.2 series of
+    c++-gtk-utils.
+  + Provide a generic callable object interface for
+    Callback::post(), start_iowatch(), start_timeout(),
+    Emitter::connect(), Future::fail(), Future::when(),
+    Notifer::connect(), SafeEmitter::connect(),
+    TaskManager::add_task(), TaskManager::make_task_when(),
+    TaskManager::make_task_when_full(),
+    TaskManager::make_task_compose() and Thread::start();
+    deprecate the starting of tasks using Thread::Future and
+    Thread::TaskManager except by callable objects.
+  + Make move construction of AsyncQueue and AsyncQueueDispatch
+    objects strongly exception safe (async_queue.h).
+  + Remove the --with-auto-ptr option.
+  + Simplify emitter/releaser implementation now lambdas and range-for
+    are available in gcc-4.6 and above (emitter.h, emitter.cpp).
+  + No longer document the deprecated Callback::make_val() functions.
+  + Remove redundant Callback::Callback_function class.
+  + Update build system to automake-1.13.1.
+  + Stop clang++ mismatched-tags and unused-private-field warnings.
+  + Cause bootstrap scripts to build translation files.
+  + Make other documentation changes.
+- Change soname 2_0-0 defines to 2_2-0: this results in a renamed
+  package, according to the shared library packaging policy.
+
+-------------------------------------------------------------------

Old:
----
  c++-gtk-utils-2.0.16.tar.gz

New:
----
  c++-gtk-utils-2.1.0.tar.gz

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

Other differences:
------------------
++++++ c++-gtk-utils.spec ++++++
--- /var/tmp/diff_new_pack.aWAVwm/_old  2013-06-05 11:42:07.000000000 +0200
+++ /var/tmp/diff_new_pack.aWAVwm/_new  2013-06-05 11:42:07.000000000 +0200
@@ -17,16 +17,16 @@
 #
 
 
-%define         soname 2_0-0
+%define         soname 2_2-0
 
 Name:           c++-gtk-utils
-Version:        2.0.16
+Version:        2.1.0
 Release:        0
 Summary:        Lightweight library for GTK+ programs using C++
 License:        LGPL-2.1
 Group:          System/Libraries
 Url:            http://cxx-gtk-utils.sourceforge.net/
-Source0:        
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.16/c++-gtk-utils-%{version}.tar.gz
+Source0:        
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.1.0/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define         _gtk 2
@@ -78,7 +78,7 @@
 %install
 %makeinstall
 # Fix docdir as we'll package them as rpm docs
-rm -r 
%{buildroot}%{_datadir}/doc/%{name}/2.0/{BUGS,COPYING,html,NEWS,PORTING-TO-2.0,README}
+rm -r %{buildroot}%{_datadir}/doc/%{name}/
 # Clean up
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
@@ -88,14 +88,14 @@
 
 %files -n libcxx-gtk-utils-%{_gtk}-%{soname}
 %defattr(-,root,root,-)
-%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.0.so.*
+%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so.*
 
 %files -n libcxx-gtk-utils-%{_gtk}-devel
 %defattr(-,root,root,-)
-%doc BUGS ChangeLog COPYING NEWS PORTING-TO-2.0 README
+%doc BUGS ChangeLog COPYING NEWS PORTING-TO-2.2 README
 %doc docs/html/*.html
-%{_includedir}/c++-gtk-utils-%{_gtk}-2.0/
-%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.0.so
-%{_libdir}/pkgconfig/c++-gtk-utils-%{_gtk}-2.0.pc
+%{_includedir}/c++-gtk-utils-%{_gtk}-2.2/
+%{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so
+%{_libdir}/pkgconfig/c++-gtk-utils-%{_gtk}-2.2.pc
 
 %changelog

++++++ c++-gtk-utils-2.0.16.tar.gz -> c++-gtk-utils-2.1.0.tar.gz ++++++
++++ 51642 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to