diff --git a/pangomm-2.36.0.tar.xz b/pangomm-2.36.0.tar.xz deleted file mode 100644 index 15e6bfc..0000000 --- a/pangomm-2.36.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8d96952c708d7726bed260d693cece554f8f00e48b97cccfbf4f5690b6821f0 -size 773628 diff --git a/pangomm-2.39.1.tar.xz b/pangomm-2.39.1.tar.xz new file mode 100644 index 0000000..ee9898b --- /dev/null +++ b/pangomm-2.39.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c06bbf12a03963ffe9c697887b57c72f1dac1671d09dba45cecd25db5dc6ed +size 791264 diff --git a/pangomm.changes b/pangomm.changes index 66471d5..82e8786 100644 --- a/pangomm.changes +++ b/pangomm.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Nov 30 12:07:00 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.39.1: + + Renderer: Added get/set_alpha(). + + Attribute: Added create_attr_background_alpha() and + create_attr_foreground_alpha(). + + Reduce the cairomm dependency back to 1.2.2 (bgo#755460). + +------------------------------------------------------------------- +Wed Sep 30 11:52:31 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.38.1: + + Regenerate with the latest glibmm. +- Changes from version 2.38.0: + + MSVC build fixes. + +------------------------------------------------------------------- +Fri Sep 4 19:23:25 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.37.2: + + Rebuilt with latest glibmm, whose gmmproc generates C++ move + operations. + + C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final. + +------------------------------------------------------------------- +Sat Jul 18 10:35:26 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.37.1: + + Use (and require) C++11. + + Attribute: fix operator!= (bgo#751531). + ------------------------------------------------------------------- Tue Mar 24 19:14:32 UTC 2015 - dimstar@opensuse.org diff --git a/pangomm.spec b/pangomm.spec index ff2727d..083fe2b 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -20,19 +20,19 @@ %define so_ver -1_4-1 Name: pangomm -Version: 2.36.0 +Version: 2.39.1 Release: 0 Summary: C++ interface for pango License: GPL-2.0+ and LGPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.gtkmm.org -Source: http://download.gnome.org/sources/pangomm/2.36/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pangomm/2.39/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2 -BuildRequires: pkgconfig(glibmm-2.4) >= 2.36.0 -BuildRequires: pkgconfig(pangocairo) >= 1.34.2 +BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.2 +BuildRequires: pkgconfig(pangocairo) >= 1.38.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description