commit c++-gtk-utils for openSUSE:Factory

2020-05-02 Thread root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2020-05-02 22:17:14

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new.2738 (New)


Package is "c++-gtk-utils"

Sat May  2 22:17:14 2020 rev:31 rq:799473 version:2.2.19

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2018-02-03 15:42:36.837058957 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new.2738/c++-gtk-utils.changes
2020-05-02 22:17:17.280529838 +0200
@@ -1,0 +2,19 @@
+Wed Apr 29 23:57:32 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 2.2.19:
+  + Use autoconf's TAP support for running tests.
+  + Cater for guile-3.0 declarative modules.
+  + Suppress GStaticRecMutex deprecation warnings.
+- Changes from versions 2.2.16 through 2.2.18: See installed
+  ChangeLog file.
+- Convert to multibuild format to build flavours for gtk2, gtk3,
+  and gtk4.
+- Add BuildRequires: autoconf which is needed when building gtk2
+  and gtk4 flavours where the configure script is modified before
+  running %configure.
+- Add c++-gtk-utils-gtk4-3.98-fixes.patch to fix compilation
+  against gtk4 >= 3.98; combined from upstream git master commits
+  3589475, 687abc, 847e9b, and 97eb26 and rebased to apply cleanly
+  using quilt.
+
+---

Old:

  c++-gtk-utils-2.2.15.tar.gz

New:

  _multibuild
  c++-gtk-utils-2.2.19.tar.gz
  c++-gtk-utils-gtk4-3.98-fixes.patch



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.IlEuTu/_old  2020-05-02 22:17:17.992531329 +0200
+++ /var/tmp/diff_new_pack.IlEuTu/_new  2020-05-02 22:17:17.996531338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package c++-gtk-utils
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,30 +13,63 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define soname 2_2-0
+%global flavor @BUILD_FLAVOR@%{nil}
+%global soname 2_2-0
 
-Name:   c++-gtk-utils
-Version:2.2.15
+%global srcname c++-gtk-utils
+
+%if "%{flavor}" == ""
+ExclusiveArch:  do_not_build
+%define pkgname %{srcname}
+%endif
+
+%if "%{flavor}" == "gtk2"
+%bcond_without gtk
+%define _gtk 2
+%define config_script configure-gtk2
+%define gtk_dev_pkg pkgconfig(gtk+-2.0)
+%define pkgname %{srcname}-gtk%{_gtk}
+%endif
+
+%if "%{flavor}" == "gtk3"
+%bcond_without gtk
+%define _gtk 3
+%define config_script configure
+%define gtk_dev_pkg pkgconfig(gtk+-3.0)
+%define pkgname %{srcname}-gtk%{_gtk}
+%endif
+
+%if "%{flavor}" == "gtk4"
+%bcond_without gtk
+%define _gtk 4
+%define config_script configure-gtk4
+%define gtk_dev_pkg pkgconfig(gtk4)
+%define pkgname %{srcname}-gtk%{_gtk}
+%endif
+
+%define libname libcxx-gtk-utils-%{_gtk}-%{soname}
+%define devname libcxx-gtk-utils-%{_gtk}-devel
+
+Name:   %{pkgname}
+Version:2.2.19
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  System/Libraries
-Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/%{version}/c++-gtk-utils-%{version}.tar.gz
+URL:http://cxx-gtk-utils.sourceforge.net/
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/%{version}/%{srcname}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM c++-gtk-utils-gtk4-3.98-fixes.patch badshah...@gmail.com 
-- Fix compilation against gtk4 >= 3.98; patch taken from upstream git commits
+Patch0: c++-gtk-utils-gtk4-3.98-fixes.patch
+BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
-%if 0%{?favor_gtk2}
-%define _gtk 2
-BuildRequires:  gtk2-devel
-%else
-%define _gtk 3
-BuildRequires:  gtk3-devel
+%if %{with gtk}
+BuildRequires:  %{gtk_dev_pkg}
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is a lightweight library containing a number of classes and
@@ -44,59 +77,63 @@
 environments, where the user does not want to use a full-on wrapper
 such as gtkmm or wxWidgets.
 
-%package -n libcxx-gtk-utils-%{_gtk}-%{soname}
+%package -n %{libname}
 Summary:Lightweight library for GTK+ programs using C++
 Group:  System/Libraries
 

commit c++-gtk-utils for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2018-02-03 15:42:34

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is "c++-gtk-utils"

Sat Feb  3 15:42:34 2018 rev:30 rq:572100 version:2.2.15

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2016-12-01 10:28:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2018-02-03 15:42:36.837058957 +0100
@@ -1,0 +2,10 @@
+Sun Jan  7 23:33:01 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.2.15:
+  + Use streambuffers not streams when testing fdstream and gstream
+with char16_t and char32_t character types.
+  + Update documentation.
+- Pass --docdir to configure to correct the documentation's
+  destination folder.
+
+---

Old:

  c++-gtk-utils-2.2.14.1.tar.gz

New:

  c++-gtk-utils-2.2.15.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.5BDzaY/_old  2018-02-03 15:42:37.729017297 +0100
+++ /var/tmp/diff_new_pack.5BDzaY/_new  2018-02-03 15:42:37.745016550 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package c++-gtk-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.14.1
+Version:2.2.15
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
@@ -73,13 +73,13 @@
 cp -a configure-gtk2 configure
 cp -a configure-gtk2.ac configure.ac
 %endif
-%configure --disable-static
-make %{?_smp_mflags}
+%configure \
+--disable-static \
+--docdir=%{_docdir}/%{name}
+make %{?_smp_flags}
 
 %install
-%makeinstall
-# Fix docdir as we'll package them as rpm docs
-rm -r %{buildroot}%{_datadir}/doc/%{name}/
+%make_install
 # Clean up
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
@@ -89,14 +89,14 @@
 
 %files -n libcxx-gtk-utils-%{_gtk}-%{soname}
 %defattr(-,root,root,-)
+%doc COPYING NEWS
 %{_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.2 README
-%doc docs/html/*.html
+%doc ChangeLog
+%doc %{_docdir}/%{name}
 %{_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.2.14.1.tar.gz -> c++-gtk-utils-2.2.15.tar.gz ++
 56233 lines of diff (skipped)




commit c++-gtk-utils for openSUSE:Factory

2016-12-01 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2016-12-01 10:28:31

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  
2016-05-19 12:15:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2016-12-01 10:28:32.0 +0100
@@ -1,0 +2,25 @@
+Fri Nov 25 14:05:49 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.2.14.1:
+  + Explicitly qualify malloc() as being within the std namespace.
+  + Do not document the Cgu::Thread::FutureHelper and
+Cgu::Thread::TaskManagerHelper2 namespaces.
+  + Update documentation.
+
+---
+Fri Nov 25 11:35:53 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.2.14:
+  + Provide Cgu::AsyncChannel.
+  + Remove the 'noexcept' specifier for Cgu::Thread::Cond::wait()
+and Cgu::Thread::Cond::timed_wait(): any cancellation
+pseudo-exception is inconsistent with this specifier.
+  + Provide TaskManager::get_max_tasks() method with documentation
+on rate limiting.
+  + Zero initialise the character buffer in Reassembler class.
+  + Adjust configuration macros to enable use of Cgu::Extension
+with guile-2.2.
+  + Increase coverage of io_watch tests.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.13.tar.gz

New:

  c++-gtk-utils-2.2.14.1.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.jI0HQm/_old  2016-12-01 10:28:33.0 +0100
+++ /var/tmp/diff_new_pack.jI0HQm/_new  2016-12-01 10:28:33.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.13
+Version:2.2.14.1
 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.2.13/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/%{version}/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.13.tar.gz -> c++-gtk-utils-2.2.14.1.tar.gz ++
 40028 lines of diff (skipped)




commit c++-gtk-utils for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2016-05-19 12:15:11

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  
2015-11-08 11:27:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2016-05-19 12:15:13.0 +0200
@@ -1,0 +2,9 @@
+Sun May 15 17:39:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.2.13:
+  + Use glib's unix fd implementation for io_watch where glib
+>= 2.36 is installed, unless otherwise chosen during
+configuration.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.12.tar.gz

New:

  c++-gtk-utils-2.2.13.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.wnpd9S/_old  2016-05-19 12:15:14.0 +0200
+++ /var/tmp/diff_new_pack.wnpd9S/_new  2016-05-19 12:15:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package c++-gtk-utils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.12
+Version:2.2.13
 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.2.12/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.13/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.12.tar.gz -> c++-gtk-utils-2.2.13.tar.gz ++
 21811 lines of diff (skipped)




commit c++-gtk-utils for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2015-11-08 11:26:57

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  
2015-04-10 09:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2015-11-08 11:27:07.0 +0100
@@ -1,0 +2,14 @@
+Sun Nov  1 13:39:35 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.2.12
+  + Simplify Cgu::Application::add() method.
+  + Minor implementation improvement for
+Cgu::Thread::parallel_transform* functions.
+  + Permit return value optimisation when returning thread object
+on starting new thread.
+  + Update libtool to version 2.4.6.
+  + Documentation fix for doxygen-1.8.9.
+  + Update code comments.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.11.tar.gz

New:

  c++-gtk-utils-2.2.12.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.xTUNNN/_old  2015-11-08 11:27:08.0 +0100
+++ /var/tmp/diff_new_pack.xTUNNN/_new  2015-11-08 11:27:08.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.11
+Version:2.2.12
 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.2.11/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.12/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.11.tar.gz -> c++-gtk-utils-2.2.12.tar.gz ++
 93446 lines of diff (skipped)




commit c++-gtk-utils for openSUSE:Factory

2014-12-08 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2014-12-08 16:56:45

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  
2014-10-18 09:08:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2014-12-08 16:56:30.0 +0100
@@ -1,0 +2,21 @@
+Fri Dec  5 12:47:54 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.2.10:
+  + Permit Cgu::Thread::parallel_for_each(),
+Cgu::Thread::parallel_for_each_partial(),
+Cgu::Thread::parallel_transform() and
+Cgu::Thread::parallel_transform_partial() to take const source
+iterators.
+  + Provide Cgu::IntIter class to enable for loops to be more
+easily implemented with the parallel algorithms.
+  + With gcc = 4.8 or clang = 3.4, implement callback classes
+using std::tuple (this enables Callback::make() and
+Callback::make_ref() to take up to 10 bound arguments, avoids
+a lot of code duplication and makes for a cleaner
+implementation).
+  + Preallocate vectors in translator functions which return
+std::vector.
+  + Correct information about clang compatibility.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.9.tar.gz

New:

  c++-gtk-utils-2.2.10.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.G9sR78/_old  2014-12-08 16:56:32.0 +0100
+++ /var/tmp/diff_new_pack.G9sR78/_new  2014-12-08 16:56:32.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.9
+Version:2.2.10
 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.2.9/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.10/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.9.tar.gz - c++-gtk-utils-2.2.10.tar.gz ++
 37154 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2014-10-18 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2014-10-18 09:08:46

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  
2014-08-11 10:07:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2014-10-18 09:08:59.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct 16 12:48:01 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.2.9:
+  + Provide AsyncQueue::move_pop_basic(),
+AsyncQueueDispatch::move_pop_basic(),
+AsyncQueueDispatch::move_pop_dispatch_basic() and
+AsyncQueueDispatch::move_pop_timed_dispatch_basic() methods.
+  + Prevent new GTK+-3.14 deprecation warnings interfering with
+tests.
+  + Update build system to automake-1.14.1.
+  + Update build system to gettext-0.18.2.
+  + Update tests.
+  + Add comments about strict aliasing with character set
+conversion functions.
+  + Update documentation, including to cover C++14.
+
+---

Old:

  c++-gtk-utils-2.2.8.tar.gz

New:

  c++-gtk-utils-2.2.9.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.6S062l/_old  2014-10-18 09:09:00.0 +0200
+++ /var/tmp/diff_new_pack.6S062l/_new  2014-10-18 09:09:00.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.8
+Version:2.2.9
 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.2.8/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.9/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.8.tar.gz - c++-gtk-utils-2.2.9.tar.gz ++
 29888 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2014-08-11 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2014-08-11 10:07:33

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  
2014-02-05 13:42:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2014-08-11 10:07:44.0 +0200
@@ -1,0 +2,32 @@
+Sat Aug  9 11:03:12 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.2.8:
+  + Correct testing of minimum values in
+Extension::real_to_double() and
+Extension::list_to_vector_double().
+  + Deal properly with unexpected out-of-memory conditions in
+executing Extension::exec() and Extension::exec_shared().
+  + Minor code refactoring in EmitterArg::connect() and
+SafeEmitterArg::connect().
+  + Update documentation.
+- Changes from version 2.2.7:
+  + Provide a new Extension::exec_shared() function.
+  + Throw a C++ exception if a translator throws a native guile
+exception, simplify exception handling code and make the
+translation of guile exceptions to text more meaningful.
+  + Block asyncs when executing a scheme to C++ translator where
+guile supports it.
+  + Avoid constructing a SafeEmitterArg object with untracked
+io_watches.
+  + Deal internally with any exceptions in
+cgu_winbase_delete_event().
+  + Update documentation.
+- Changes from version 2.2.6:
+  + Provide Cgu::Callback::to_unique(), Cgu::Callback::to_functor()
+and Cgu::Callback::to_safe_functor() functions.
+  + Make minor adjustments to handling of C++ exceptions in
+Cgu::Extension::exec().
+  + Fix Cgu::Application tests for API breakage in GTK+-3.12.0.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.5.1.tar.gz

New:

  c++-gtk-utils-2.2.8.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.rz40rS/_old  2014-08-11 10:07:45.0 +0200
+++ /var/tmp/diff_new_pack.rz40rS/_new  2014-08-11 10:07:45.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.5.1
+Version:2.2.8
 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.2.5.1/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.8/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.5.1.tar.gz - c++-gtk-utils-2.2.8.tar.gz ++
 34028 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2014-02-05 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2014-02-05 13:42:42

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-12-09 16:52:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2014-02-05 13:42:44.0 +0100
@@ -1,0 +2,22 @@
+Sun Feb  2 23:16:46 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.2.5.1:
+  + Deal correctly with a thrown guile exception which has a key
+but no other arguments, and a scheme extension file which does
+not throw but evaluates to a null list (extension.h).
+  + Adjust timing of TaskManager releaser tests
+(tests/test_task_manager.cpp).
+- Changes from version 2.2.5:
+  + Provide support for guile extensions.
+  + TaskManager::make_task_packaged_compose() methods, which will
+pass a std::future object for a task running on a TaskManager
+object asynchronously (task_manager.h, task_manager.tpp;
+tests/test_task_manager.cpp).
+  + Minor code refactoring and test improvements (parallel.h,
+task_manager.tpp; tests/test_task_manager.cpp).
+  + Update code comments (async_queue.h, task_manager.h,
+task_manager.tpp).
+  + Update documentation (task_manager.h).
+- Add guile-devel BuildRequires to build the new guile extensions.
+
+---

Old:

  c++-gtk-utils-2.2.4.tar.gz

New:

  c++-gtk-utils-2.2.5.1.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.tIOlo0/_old  2014-02-05 13:42:45.0 +0100
+++ /var/tmp/diff_new_pack.tIOlo0/_new  2014-02-05 13:42:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package c++-gtk-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,14 +20,15 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.4
+Version:2.2.5.1
 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.2.4/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.5.1/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
+BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}
 %define _gtk 2
 BuildRequires:  gtk2-devel

++ c++-gtk-utils-2.2.4.tar.gz - c++-gtk-utils-2.2.5.1.tar.gz ++
 28977 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-12-09 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-12-09 16:52:42

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-09-23 14:20:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-12-09 16:52:43.0 +0100
@@ -1,0 +2,19 @@
+Sat Dec  7 13:50:11 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.4:
+  + Provide a TaskManager::make_task_packaged() method, which will
+return a std::future object for a task running on a TaskManager
+object.
+  + Provide the expected result where TaskManager::add_task() is
+called concurrently with TaskManager::stop_all() in
+wait_for_running stop mode.
+  + Guarantee strong exception safety of 
+AsyncQueue::push(value_type) and (task_manager.cpp).
+  + Guarantee strong exception safety of
+AsyncQueue::push(value_type) and
+AsyncQueueDispatch::push(value_type) for std::list container
+specialization.
+  + Stop deprecation warnings with GTK+-3.10 in tests.
+  + Updated documentation.
+
+---

Old:

  c++-gtk-utils-2.2.3.tar.gz

New:

  c++-gtk-utils-2.2.4.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.E1KFlK/_old  2013-12-09 16:52:44.0 +0100
+++ /var/tmp/diff_new_pack.E1KFlK/_new  2013-12-09 16:52:44.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.3
+Version:2.2.4
 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.2.3/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.4/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.2.3.tar.gz - c++-gtk-utils-2.2.4.tar.gz ++
 12611 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-09-23 14:16:11

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-08-19 15:48:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-09-23 14:20:40.0 +0200
@@ -1,0 +2,19 @@
+Sat Sep 21 07:58:35 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.3:
+  + Revise implementation of parallel_transform() functions and add
+parallel_for_each_partial() and parallel_transform_partial()
+functions returning position iterators.
+  + Provide a specialization of AsyncQueue and AsyncQueueDispatch
+for std::list containers which has push() and emplace() members
+which do not allocate within the mutex.
+  + Improve scalability of TaskManager objects by starting new
+threads and adding to the task queue outside the mutex.
+  + As the 2.2 series of c++-gtk-utils has minimum requirements of
+gcc = 4.6 and clang = 3.2, make non-throwing functions
+'noexcept' where this does not affect ABI.
+  + Really delete copy constructor and assignment operator of
+Thread::RWLock::WriterTrackLock.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.2.tar.gz

New:

  c++-gtk-utils-2.2.3.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.3bzbh1/_old  2013-09-23 14:20:41.0 +0200
+++ /var/tmp/diff_new_pack.3bzbh1/_new  2013-09-23 14:20:41.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.2
+Version:2.2.3
 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.2.2/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.3/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.2.2.tar.gz - c++-gtk-utils-2.2.3.tar.gz ++
 37413 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-08-19 15:48:42

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-07-19 11:14:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-08-19 15:48:44.0 +0200
@@ -1,0 +2,16 @@
+Sun Aug 18 00:09:25 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.2:
+  + Add parallel_for_each() and parallel_transform() functions for
+TaskManager objects.
+  + Provide a move constructor and move assignment operator for
+MainWidgetBase, PipeFifo and ScopedHandle classes.
+  + Really delete fdstream's copy constructor and assignment
+operator.
+  + Do not deprecate the version of Future::make() taking a
+function pointer and no arguments - it is equivalent to a
+callable object.
+  + Add documentation on using the library with Qt.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.1.tar.gz

New:

  c++-gtk-utils-2.2.2.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.lo0Ve4/_old  2013-08-19 15:48:45.0 +0200
+++ /var/tmp/diff_new_pack.lo0Ve4/_new  2013-08-19 15:48:45.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.1
+Version:2.2.2
 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.2.1/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.2/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.2.1.tar.gz - c++-gtk-utils-2.2.2.tar.gz ++
 28441 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-07-19 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-07-19 11:14:00

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-06-24 09:19:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-07-19 11:14:02.0 +0200
@@ -1,0 +2,17 @@
+Thu Jul  4 18:03:34 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.1:
+  + Provide a Thread::TaskManager::IncHandle class, and deprecate
+the use of TaskManager::set_max_threads.
+  + Make the TaskManager::add_task() overload taking callable
+objects fully exception safe.
+  + Issue a g_critical warning if a Thread::TaskManger task expires
+with an exception, there is no 'fail' callback and the thrown
+object is not Thread::Exit.
+  + Replace AC_CONFIG_HEADER macro with AC_CONFIG_HEADERS when
+configuring.
+  + Update build system to automake-1.13.3.
+  + Upgrade doxygen configuration files to doxygen-1.8.4.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.0.tar.gz

New:

  c++-gtk-utils-2.2.1.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.ON9c1W/_old  2013-07-19 11:14:03.0 +0200
+++ /var/tmp/diff_new_pack.ON9c1W/_new  2013-07-19 11:14:03.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.0
+Version:2.2.1
 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.2.0/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.1/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.2.0.tar.gz - c++-gtk-utils-2.2.1.tar.gz ++
 50981 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-06-24 09:19: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-06-05 11:42:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-06-24 09:19:03.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 22 11:15:50 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.0:
+  + Un-deprecate the overloads of EmitterArg::connect() taking a
+Callback::FunctorArg object. This was not intended.
+  + Update git links following sourceforge repository changes.
+  + Update unit tests.
+  + Update documentation.
+
+---

Old:

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

New:

  c++-gtk-utils-2.2.0.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.WCApiB/_old  2013-06-24 09:19:04.0 +0200
+++ /var/tmp/diff_new_pack.WCApiB/_new  2013-06-24 09:19:04.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.1.0
+Version:2.2.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.1.0/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.0/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.1.0.tar.gz - c++-gtk-utils-2.2.0.tar.gz ++
 14276 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-06-05 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-06-05 11:42:06.0 +0200
@@ -1,0 +2,29 @@
+Thu May 23 10:55:17 UTC 2013 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.aWAVwm/_new  2013-06-05 11:42:07.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-03-22 11:01:14

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2013-03-12 17:11:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-03-22 11:01:16.0 +0100
@@ -1,0 +2,23 @@
+Wed Mar 20 19:56:05 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.0.16:
+  + Allow the Callback::lambda() factory function to be passed
+callable objects which are lvalues (callback.h).
+  + Deal with document format breakage from doxygen markup changes.
+  + Update documentation.
+- Changes from version 2.0.15:
+  + Make global static Notifier objects safe.
+  + Avoid use of GObject-style casts in inline functions and
+function templates to enable user code defining
+G_DISABLE_CAST_CHECKS to be more easily compliant with the
+one-definition rule.
+  + Remove some other unnecessary GObject-style casts, where the
+object concerned is created in the function where the cast is
+carried out.
+  + Avoid deprecation warning for g_type_init() with glib=2.36
+  + Provide a --without-gtk configuration option, to enable the
+library to be compiled without classes which require GTK+
+support.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.14.tar.gz

New:

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



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.likmtj/_old  2013-03-22 11:01:19.0 +0100
+++ /var/tmp/diff_new_pack.likmtj/_new  2013-03-22 11:01:19.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.14
+Version:2.0.16
 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.14/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.16/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.14.tar.gz - c++-gtk-utils-2.0.16.tar.gz ++
 86084 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-03-12 17:11:11

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-12-14 06:35:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-03-12 17:11:13.0 +0100
@@ -1,0 +2,17 @@
+Mon Jan 14 21:36:26 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.0.14:
+  + Add a Cgu::Thread::Taskmanager::change_max_threads() method
+  + Generalise the Cgu::Thread::Future and Cgu::Thread::TaskManager
+methods which take a function object so as to take the object
+via a template parameter rather than via a std::function
+object, and deduce return types automatically in the
+Cgu::Thread::Taskmanger::make_task_*() and
+Cgu::Thread::make_future() methods.
+  + Make efficiency improvement when executing 'when' and 'fail'
+callback in a Cgu::Thread::TaskManager object and callback in a
+Cgu::Thread::Future object.
+  + Add test to Cgu::Thread::TaskManager unit tests
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.13.tar.gz

New:

  c++-gtk-utils-2.0.14.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.q4Ytn7/_old  2013-03-12 17:11:18.0 +0100
+++ /var/tmp/diff_new_pack.q4Ytn7/_new  2013-03-12 17:11:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package c++-gtk-utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.13
+Version:2.0.14
 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.13/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.14/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.13.tar.gz - c++-gtk-utils-2.0.14.tar.gz ++
 18209 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-12-13 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-12-14 06:35:24

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-10-10 09:20:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-12-14 06:35:28.0 +0100
@@ -1,0 +2,16 @@
+Sun Dec  2 18:43:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.0.13:
+  + Provide TaskManager::make_task_result(),
+TaskManager::make_task_when(),
+TaskManager::make_task_when_full() and
+TaskManager::make_task_compose() convenience wrapper methods
+for target functions which return a value, for easier task
+composition.
+  + Don't use static member function of local struct for callback
+function.
+  + Make explicit move operations where relevant.
+  + Update unit tests.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.12.tar.gz

New:

  c++-gtk-utils-2.0.13.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.5P9I6C/_old  2012-12-14 06:35:30.0 +0100
+++ /var/tmp/diff_new_pack.5P9I6C/_new  2012-12-14 06:35:30.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.12
+Version:2.0.13
 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.12/%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.13/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.12.tar.gz - c++-gtk-utils-2.0.13.tar.gz ++
 16096 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-10-10 09:18: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, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-09-25 13:39:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-10-10 09:20:50.0 +0200
@@ -1,0 +2,12 @@
+Sun Oct  7 16:28:31 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.0.12:
+  + Provide a Cgu::Thread::TaskManager thread pool class for
+multiple task to thread mapping and task_manager.
+  + Suppress deprecated warnings for g_thread_init(), 
+GStaticRecMutex and GtkTable with glib-2.34/gtk+-3.6.
+  + Replace the sourceforge SVN repository with a sourceforge
+git respository.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.11.tar.gz

New:

  c++-gtk-utils-2.0.12.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.pMWg4V/_old  2012-10-10 09:20:51.0 +0200
+++ /var/tmp/diff_new_pack.pMWg4V/_new  2012-10-10 09:20:51.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.11
+Version:2.0.12
 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.11/%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.12/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.11.tar.gz - c++-gtk-utils-2.0.12.tar.gz ++
 31898 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-09-25 13:39:28

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-07-22 21:58:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-09-25 13:39:30.0 +0200
@@ -1,0 +2,17 @@
+Sun Sep 16 13:32:04 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.0.11:
+  + Add move_pop() methods to AsyncQueue and AsyncQueueDispatch
+classes, and move_pop_dispatch() and move_pop_timed_dispatch()
+methods to the AsyncQueueDispatch class.
+  + Add move_get() method to AsyncResult class.
+  + Add move_get() method to Thread::Future class.
+  + Make AsyncResult::get() truly cancellation safe
+  + Carry out locking in the AsyncResult destructor.
+  + Make Thread::Future::get() cancellation safe.
+  + Make sure Thread::Future::get() does not hang if a call to
+Thread::Future::run() by another thread threw.
+  + Merge c++11 branch with trunk in SVN.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.10.tar.gz

New:

  c++-gtk-utils-2.0.11.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.ZiPRY7/_old  2012-09-25 13:39:31.0 +0200
+++ /var/tmp/diff_new_pack.ZiPRY7/_new  2012-09-25 13:39:31.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.10
+Version:2.0.11
 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.10/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.11/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.10.tar.gz - c++-gtk-utils-2.0.11.tar.gz ++
 19098 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-07-22 21:58:38

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-06-26 15:15:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-07-22 21:58:40.0 +0200
@@ -1,0 +2,12 @@
+Sun Jul 22 10:39:36 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.0.10:
+  + Enable Callback objects created with Cgu::Callback::lambda() to
+be constructed for mutable lambda objects.
+  + Update build system to libtool-2.4.2, automake-1.12.1 and
+autoconf-2.69.
+  + Update doxygen configuration file for doxygen-1.8.1.1.
+  + Update unit test.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.9.tar.gz

New:

  c++-gtk-utils-2.0.10.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.jsV91g/_old  2012-07-22 21:58:42.0 +0200
+++ /var/tmp/diff_new_pack.jsV91g/_new  2012-07-22 21:58:42.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.9
+Version:2.0.10
 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.9/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.10/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.9.tar.gz - c++-gtk-utils-2.0.10.tar.gz ++
 137898 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-06-26 15:15:48

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-06-05 15:29:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-06-26 15:15:50.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 11 18:10:17 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.0.9:
+  + Provide a new Callback::lambda() factory function for more
+convenient construction of callback objects from C++11 lambda
+expressions.
+  + Provide for unblocking of threads waiting on an
+AsyncQueueDispatch object where it acquires items from a move
+assignment.
+  + Update unit tests.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.8.tar.gz

New:

  c++-gtk-utils-2.0.9.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.l9WbJE/_old  2012-06-26 15:15:52.0 +0200
+++ /var/tmp/diff_new_pack.l9WbJE/_new  2012-06-26 15:15:52.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.8
+Version:2.0.9
 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.8/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.9/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.8.tar.gz - c++-gtk-utils-2.0.9.tar.gz ++
 24806 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-06-05 15:29:35

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-05-03 10:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-06-05 15:29:51.0 +0200
@@ -1,0 +2,14 @@
+Sun May 20 14:52:02 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.0.8:
+  + Provide new Cgu::AsyncResult class.
+  + Provide copy constructors, assignment operators and swap
+methodsfor Cgu::AsyncQueue and Cgu::AsyncQueueDispatch classes.
+  + Provide size() method for Cgu::AsyncQueue and
+Cgu::AsyncQueueDispatch classes.
+  + Add default constructor for Cgu::Thread::JoinableHandle class.
+  + Add gcc-4.7 to the list of compilers requiring use of the
+-std=c++0x flag.
+  + Update other documentation.
+
+---

Old:

  c++-gtk-utils-2.0.7.tar.gz

New:

  c++-gtk-utils-2.0.8.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.cyoEsd/_old  2012-06-05 15:29:53.0 +0200
+++ /var/tmp/diff_new_pack.cyoEsd/_new  2012-06-05 15:29:53.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.7
+Version:2.0.8
 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.7/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.8/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.7.tar.gz - c++-gtk-utils-2.0.8.tar.gz ++
 35794 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-05-03 10:54:14

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is c++-gtk-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-03-29 11:35:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-05-03 10:54:21.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 12 12:40:12 UTC 2012 - malcolmle...@opensuse.org
+
+- Update to version 2.0.7:
+  + Fix compilation with gcc-4.7.
+  + Provide unit test for Future asynchronous functions.
+  + Avoid types deprecated in gtk+-3.4 in the Application unit
+test, when compiled against gtk+-3.4.
+  + Update FSF address in relevant copyright notices.
+  + Update documentation.
+- Drop c++-gtk-utils-fix-incorrect-fsf-address.patch: fixed
+  upstream.
+- Drop c++-gtk-utils-gcc47.patch: fixed upstream.
+
+---

Old:

  c++-gtk-utils-2.0.6.tar.gz
  c++-gtk-utils-fix-incorrect-fsf-address.patch
  c++-gtk-utils-gcc47.patch

New:

  c++-gtk-utils-2.0.7.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.9UZ9a3/_old  2012-05-03 10:54:23.0 +0200
+++ /var/tmp/diff_new_pack.9UZ9a3/_new  2012-05-03 10:54:23.0 +0200
@@ -20,17 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.6
+Version:2.0.7
 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://sourceforge.net/projects/cxx-gtk-utils/files/cxx-gtk-utils/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM c++-gtk-utils-fix-incorrect-fsf-address.patch sf#3484267 
malcolmle...@opensuse.org -- Fix incorrect FSF address.
-Patch0: c++-gtk-utils-fix-incorrect-fsf-address.patch
-# PATCH-FIX-UPSTREAM c++-gtk-utils-gcc47.patch sf#3510500 dims...@opensuse.org 
-- Fix build with gcc 4.7
-Patch1: c++-gtk-utils-gcc47.patch
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.7/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2
@@ -70,8 +66,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.0.6.tar.gz - c++-gtk-utils-2.0.7.tar.gz ++
 15353 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org