[pixman] 0.19.6

Matthias Clasen mclasen at fedoraproject.org
Tue Oct 26 01:30:15 UTC 2010


commit 2013e0de031fa53386ef7d93586fbea4a793ded4
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Oct 25 21:29:44 2010 -0400

    0.19.6

 .gitignore  |    1 +
 pixman.spec |   10 ++++------
 sources     |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5af59d5..3c468ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ pixman-0.17.10.tar.bz2
 pixman-0.17.12.tar.bz2
 pixman-0.18.0.tar.bz2
 pixman-0.19.2.tar.gz
+/pixman-0.19.6.tar.gz
diff --git a/pixman.spec b/pixman.spec
index 43bb49c..13cd843 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -2,7 +2,7 @@
 %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
 
 Name:           pixman
-Version:        0.19.2
+Version:        0.19.6
 Release:        1%{?dist}
 Summary:        Pixel manipulation library
 
@@ -15,7 +15,6 @@ URL:            http://cgit.freedesktop.org/pixman/
 # if no revision specified, makes a new one from HEAD.
 Source0:        http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
 Source1:	make-pixman-snapshot.sh
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # BuildRequires:  automake autoconf libtool pkgconfig
 
@@ -39,13 +38,9 @@ Development library for pixman.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -62,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Mon Oct 25 2010 Matthias Clasen <mclasen at redhat.com> - 0.19.6-1
+- Update to 0.19.6
+
 * Mon Sep 6 2010 Soren Sandmann <ssp at redhat.com> - 0.19.2-1
 - pixman 0.19.2
 
diff --git a/sources b/sources
index e88435d..46fc0bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dfb84c9f402fbba5047f0e0a69c17518  pixman-0.19.2.tar.gz
+3f31cf670880199979d71a3234308cc9  pixman-0.19.6.tar.gz


More information about the scm-commits mailing list