Accepting request 364337 from GNOME:Factory
Scripted push of project GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/364337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=31
This commit is contained in:
commit
89c20d0f37
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8d96952c708d7726bed260d693cece554f8f00e48b97cccfbf4f5690b6821f0
|
|
||||||
size 773628
|
|
3
pangomm-2.39.1.tar.xz
Normal file
3
pangomm-2.39.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10c06bbf12a03963ffe9c697887b57c72f1dac1671d09dba45cecd25db5dc6ed
|
||||||
|
size 791264
|
@ -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
|
Tue Mar 24 19:14:32 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,19 +20,19 @@
|
|||||||
%define so_ver -1_4-1
|
%define so_ver -1_4-1
|
||||||
|
|
||||||
Name: pangomm
|
Name: pangomm
|
||||||
Version: 2.36.0
|
Version: 2.39.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
License: GPL-2.0+ and LGPL-2.0+
|
License: GPL-2.0+ and LGPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gtkmm.org
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
||||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.36.0
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.2
|
||||||
BuildRequires: pkgconfig(pangocairo) >= 1.34.2
|
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user