Update to 1.12.0
... and add minimum version requirement for libsigc++20 as we need the latest.
This commit is contained in:
parent
e80e153ea5
commit
d57126b6f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
cairomm-1.9.1.tar.gz
|
cairomm-1.9.1.tar.gz
|
||||||
/cairomm-1.9.8.tar.gz
|
/cairomm-1.9.8.tar.gz
|
||||||
/cairomm-1.10.0.tar.gz
|
/cairomm-1.10.0.tar.gz
|
||||||
|
/cairomm-1.12.0.tar.gz
|
||||||
|
22
cairomm.spec
22
cairomm.spec
@ -1,17 +1,22 @@
|
|||||||
%global apiver 1.0
|
%global apiver 1.0
|
||||||
%define cairover 1.10.0
|
|
||||||
|
%global cairo_version 1.10.0
|
||||||
|
%global libsigc_version 2.5.1
|
||||||
|
|
||||||
Summary: C++ API for the cairo graphics library
|
Summary: C++ API for the cairo graphics library
|
||||||
Name: cairomm
|
Name: cairomm
|
||||||
Version: 1.10.0
|
Version: 1.12.0
|
||||||
Release: 12%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.cairographics.org
|
URL: http://www.cairographics.org
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cairo-devel >= %{cairover}
|
BuildRequires: cairo-devel >= %{cairo_version}
|
||||||
|
BuildRequires: libsigc++20-devel >= %{libsigc_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libsigc++20-devel
|
|
||||||
|
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||||
|
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
||||||
@ -22,8 +27,8 @@ Standard Template Library where it makes sense.
|
|||||||
Summary: Headers for developing programs that will use %{name}
|
Summary: Headers for developing programs that will use %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: cairo-devel >= %{cairover}
|
Requires: cairo-devel >= %{cairo_version}
|
||||||
Requires: libsigc++20-devel
|
Requires: libsigc++20-devel >= %{libsigc_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
||||||
@ -81,6 +86,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
%doc %{_datadir}/devhelp/
|
%doc %{_datadir}/devhelp/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.12.0-1
|
||||||
|
- Update to 1.12.0
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user