Update to 1.14.0

This commit is contained in:
Kalev Lember 2014-11-23 09:57:22 +01:00
parent 9b90bd1d84
commit b8da249a1f
3 changed files with 9 additions and 18 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ cairo-1.9.14.tar.gz
/cairo-1.12.14.tar.xz
/cairo-1.12.16.tar.xz
/cairo-1.13.1-337ab1f.tar.xz
/cairo-1.14.0.tar.xz

View File

@ -1,24 +1,13 @@
%define pixman_version 0.18.4
%define pixman_version 0.30.0
%define freetype_version 2.1.9
%define fontconfig_version 2.2.95
%define shortcommit 337ab1f
Summary: A 2D graphics library
Name: cairo
Version: 1.13.1
Release: 0.5.git%{shortcommit}%{?dist}
Version: 1.14.0
Release: 1%{?dist}
URL: http://cairographics.org
#VCS: git:git://git.freedesktop.org/git/cairo
#Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
#Source0: http://cairographics.org/releases/%{name}-%{version}.tar.xz
# git clone git://anongit.freedesktop.org/git/cairo
# ./autogen.sh --enable-gtk-doc --enable-test-surfaces --enable-full-testing
# make -j4
# make dist
# mv cairo-1.13.1.tar.xz cairo-1.13.1-`git rev-parse --short HEAD`.tar.xz
Source0: %{name}-%{version}-%{shortcommit}.tar.xz
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.xz
License: LGPLv2 or MPLv1.1
Group: System Environment/Libraries
@ -104,8 +93,6 @@ This package contains tools for working with the cairo graphics library.
%patch3 -p1 -b .multilib
%build
export CFLAGS="%{optflags} -flto -ffat-lto-objects"
%configure --disable-static \
--enable-xlib \
--enable-ft \
@ -187,6 +174,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/cairo/
%changelog
* Sun Nov 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.14.0-1
- Update to 1.14.0
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.13.1-0.5.git337ab1f
- Minor spec file cleanup:
- Drop manual -devel subpackage deps

View File

@ -1 +1 @@
f44d8e5c7e57b1b47968747817e7e11c cairo-1.13.1-337ab1f.tar.xz
fc3a5edeba703f906f2241b394f0cced cairo-1.14.0.tar.xz