From 07c3a7a4b6028f6e6b3e36103593578cb910ab5ab0b8b89297ed10b5e37d495a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 11 Sep 2007 16:20:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkmm2?expand=0&rev=6 --- gtkmm-2.11.7.tar.bz2 | 3 --- gtkmm-2.11.8.tar.bz2 | 3 +++ gtkmm2.changes | 14 ++++++++++++++ gtkmm2.spec | 15 +++++++++++++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 gtkmm-2.11.7.tar.bz2 create mode 100644 gtkmm-2.11.8.tar.bz2 diff --git a/gtkmm-2.11.7.tar.bz2 b/gtkmm-2.11.7.tar.bz2 deleted file mode 100644 index 5477165..0000000 --- a/gtkmm-2.11.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f78790ab9ccfecaf15b9624de808fb8f48b25b4389e8ab86c83c419284ab06d -size 8618038 diff --git a/gtkmm-2.11.8.tar.bz2 b/gtkmm-2.11.8.tar.bz2 new file mode 100644 index 0000000..378d37d --- /dev/null +++ b/gtkmm-2.11.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915ab985fd548a972fed732b45d90238e374f3fef330bf4c9e7834a2554e40c7 +size 8560852 diff --git a/gtkmm2.changes b/gtkmm2.changes index f509944..cfd7045 100644 --- a/gtkmm2.changes +++ b/gtkmm2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 11 01:01:07 CEST 2007 - mauro@suse.de + +- Update to version 2.11.8: + + Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap(): + Deprecated the existing versions of these methods and added overloads that + take a const RefPtr& instead. + + Deprecated Gdk::Cairo::rectangle(), replacing it with + add_rectangle_to_path(). and deprecated Gdk::Cairo::region(), replacing it + with add_region_to_path(), + because these names are clearer. + + Documentation: Tutorial: DrawingArea: Corrected a mention of + PixBuf to Pixbuf. Bug #465961 + ------------------------------------------------------------------- Fri Aug 31 19:29:22 CEST 2007 - maw@suse.de diff --git a/gtkmm2.spec b/gtkmm2.spec index e499207..6a77d8f 100644 --- a/gtkmm2.spec +++ b/gtkmm2.spec @@ -1,5 +1,5 @@ # -# spec file for package gtkmm2 (Version 2.11.7) +# spec file for package gtkmm2 (Version 2.11.8) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ Name: gtkmm2 BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files # Only for directory ownership: BuildRequires: devhelp -Version: 2.11.7 +Version: 2.11.8 Release: 1 Group: System/Libraries License: LGPL v2 or later @@ -145,6 +145,17 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/devhelp/books/gtkmm-2.4 %changelog +* Tue Sep 11 2007 - mauro@suse.de +- Update to version 2.11.8: + + Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap(): + Deprecated the existing versions of these methods and added overloads that + take a const RefPtr& instead. + + Deprecated Gdk::Cairo::rectangle(), replacing it with + add_rectangle_to_path(). and deprecated Gdk::Cairo::region(), replacing it + with add_region_to_path(), + because these names are clearer. + + Documentation: Tutorial: DrawingArea: Corrected a mention of + PixBuf to Pixbuf. Bug #465961 * Fri Aug 31 2007 - maw@suse.de - Update to version 2.11.7: + Build fixes