Accepting request 657621 from GNOME:Next
- Update to version 2.42.0: + Attribute: Add several create_attr_*() methods. + FontDescription: Add set/get_variations(). - Changes from version 2.40.2: + Build: Replace the Visual Studio project files with MSVC NMake project files. OBS-URL: https://build.opensuse.org/request/show/657621 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=6
This commit is contained in:
parent
532509986a
commit
82f9956b98
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af
|
||||
size 810384
|
3
pangomm-2.42.0.tar.xz
Normal file
3
pangomm-2.42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56
|
||||
size 853064
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 19:14:11 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 2.42.0:
|
||||
+ Attribute: Add several create_attr_*() methods.
|
||||
+ FontDescription: Add set/get_variations().
|
||||
- Changes from version 2.40.2:
|
||||
+ Build: Replace the Visual Studio project files with MSVC NMake
|
||||
project files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 22:03:37 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -20,14 +20,15 @@
|
||||
%define so_ver -1_4-1
|
||||
%define _name pangomm
|
||||
Name: pangomm1_4
|
||||
Version: 2.40.1
|
||||
Version: 2.42.0
|
||||
Release: 0
|
||||
Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.gtkmm.org
|
||||
Source: http://download.gnome.org/sources/pangomm/2.40/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pangomm/2.42/%{_name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
@ -77,19 +78,17 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%files -n libpangomm%{so_ver}
|
||||
%defattr (-, root, root)
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/pangomm-1.4
|
||||
|
||||
%files doc
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/devhelp/books/pangomm-1.4/
|
||||
%{_datadir}/doc/pangomm-1.4/
|
||||
# Avoid BuildRequires on devhelp
|
||||
|
Loading…
Reference in New Issue
Block a user