1.12.2
This commit is contained in:
parent
facaf3d652
commit
02d583f282
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ cairo-1.9.14.tar.gz
|
|||||||
/cairo-1.10.0.tar.gz
|
/cairo-1.10.0.tar.gz
|
||||||
/cairo-1.10.2.tar.gz
|
/cairo-1.10.2.tar.gz
|
||||||
/cairo-1.12.0.tar.gz
|
/cairo-1.12.0.tar.gz
|
||||||
|
/cairo-1.12.2.tar.xz
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
Summary: A 2D graphics library
|
Summary: A 2D graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.12.0
|
Version: 1.12.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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.xz
|
||||||
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.xz
|
||||||
License: LGPLv2 or MPLv1.1
|
License: LGPLv2 or MPLv1.1
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -182,6 +182,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/cairo/
|
%{_libdir}/cairo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 18 2012 Matthias Clasen <mclasen@redhat.com> - 1.12.2-1
|
||||||
|
- Update to 1.12.2
|
||||||
|
|
||||||
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 1.12.0-1
|
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 1.12.0-1
|
||||||
- Update to latest stable release
|
- Update to latest stable release
|
||||||
- Enable the GL backend
|
- Enable the GL backend
|
||||||
|
Loading…
Reference in New Issue
Block a user