[gdk-pixbuf2] 2.29.1

Matthias Clasen mclasen at fedoraproject.org
Fri Jun 21 17:54:38 UTC 2013


commit c7cd578df6be3b0c86cdf03c66f120118d858a26
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jun 21 13:54:26 2013 -0400

    2.29.1

 .gitignore       |    1 +
 gdk-pixbuf2.spec |   25 ++++++++++++++++++++++---
 sources          |    2 +-
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8efd201..d7b5b0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ gdk-pixbuf-2.21.6.tar.bz2
 /gdk-pixbuf-2.28.0.tar.xz
 /gdk-pixbuf-2.28.1.tar.xz
 /gdk-pixbuf-2.29.0.tar.xz
+/gdk-pixbuf-2.29.1.tar.xz
diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec
index 475fffe..2b3def7 100644
--- a/gdk-pixbuf2.spec
+++ b/gdk-pixbuf2.spec
@@ -1,8 +1,8 @@
 %global glib2_version 2.37.0
 
 Name:           gdk-pixbuf2
-Version:        2.29.0
-Release:        2%{?dist}
+Version:        2.29.1
+Release:        1%{?dist}
 Summary:        An image loading library
 
 Group:          System Environment/Libraries
@@ -51,6 +51,15 @@ Conflicts: gtk2-devel <= 2.21.2
 This package contains the libraries and header files that are needed
 for writing applications that are using gdk-pixbuf.
 
+%package tests
+Summary: Tests for the %{name} package
+Group: Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description tests
+The %{name}-tests package contains tests that can be used to verify
+the functionality of the installed %{name} package.
+
 
 %prep
 %setup -q -n gdk-pixbuf-%{version}
@@ -60,7 +69,9 @@ for writing applications that are using gdk-pixbuf.
  %configure $CONFIGFLAGS             \
         --with-x11                   \
         --with-libjasper             \
-        --with-included-loaders=png  )
+        --with-included-loaders=png  \
+        --enable-installed-tests
+)
 make %{?_smp_mflags}
 
 
@@ -115,8 +126,16 @@ fi
 %{_datadir}/gtk-doc/html/*
 %{_mandir}/man1/gdk-pixbuf-csource.1*
 
+%files tests
+%{_libexecdir}/installed-tests
+%{_datadir}/installed-tests
+
 
 %changelog
+* Fri Jun 21 2013 Matthias Clasen <mclasen at redhat.com> - 2.29.1-1
+- Update to 2.29.1
+- Add a tests subpackage
+
 * Mon Jun 17 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.29.0-2
 - Rebuild (libpng)
 
diff --git a/sources b/sources
index bfe1cbd..978e04b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6cf71ec63ff1138dece341c0551bde3  gdk-pixbuf-2.29.0.tar.xz
+653055416a3b76d24e362b37a1b67f31  gdk-pixbuf-2.29.1.tar.xz


More information about the scm-commits mailing list