Update to 1.13.1 git snapshot for device scale support
Snapshot of upstream commit 337ab1f8d9e29086bfb4001508b28835b41c6390.
This commit is contained in:
parent
25f1aa89a9
commit
bec641e8de
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ cairo-1.9.14.tar.gz
|
|||||||
/cairo-1.12.10.tar.xz
|
/cairo-1.12.10.tar.xz
|
||||||
/cairo-1.12.14.tar.xz
|
/cairo-1.12.14.tar.xz
|
||||||
/cairo-1.12.16.tar.xz
|
/cairo-1.12.16.tar.xz
|
||||||
|
/cairo-1.13.1-337ab1f.tar.xz
|
||||||
|
18
cairo.spec
18
cairo.spec
@ -2,14 +2,23 @@
|
|||||||
%define freetype_version 2.1.9
|
%define freetype_version 2.1.9
|
||||||
%define fontconfig_version 2.2.95
|
%define fontconfig_version 2.2.95
|
||||||
|
|
||||||
|
%define shortcommit 337ab1f
|
||||||
|
|
||||||
Summary: A 2D graphics library
|
Summary: A 2D graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.12.16
|
Version: 1.13.1
|
||||||
Release: 1%{?dist}
|
Release: 0.1.git%{shortcommit}%{?dist}
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
#VCS: git:git://git.freedesktop.org/git/cairo
|
#VCS: git:git://git.freedesktop.org/git/cairo
|
||||||
#Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
|
#Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
|
||||||
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.xz
|
#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
|
||||||
License: LGPLv2 or MPLv1.1
|
License: LGPLv2 or MPLv1.1
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -181,6 +190,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_libdir}/cairo/
|
%{_libdir}/cairo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 1.13.1-0.1.git337ab1f
|
||||||
|
- Update to 1.13.1 git snapshot for device scale support
|
||||||
|
|
||||||
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 1.12.16-1
|
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 1.12.16-1
|
||||||
- Update to 1.12.16
|
- Update to 1.12.16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user