From 472a47133346500203828569778e2393f54da87c Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Nov 23 2015 13:14:12 +0000 Subject: version 0.1.14 --- diff --git a/.gitignore b/.gitignore index eee20b6..5a95c21 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ babl-0.1.2.tar.bz2 /babl-0.1.10.tar.bz2 /babl-0.1.12.tar.bz2 /babl-0.1.12-2-autofoo.patch.xz +/babl-0.1.14.tar.bz2 diff --git a/babl.spec b/babl.spec index f464dd9..4d1daad 100644 --- a/babl.spec +++ b/babl.spec @@ -11,8 +11,8 @@ Summary: A dynamic, any to any, pixel format conversion library Name: babl -Version: 0.1.12 -Release: 3%{?dist} +Version: 0.1.14 +Release: 1%{?dist} # Compute some version related macros # Ugly hack, you need to get your quoting backslashes/percent signs straight @@ -26,13 +26,6 @@ License: LGPLv3+ and GPLv3+ Group: System Environment/Libraries URL: http://www.gegl.org/babl/ Source0: http://download.gimp.org/pub/babl/%{apiver}/%{name}-%{version}.tar.bz2 -# Fix crashing concurrency stresstest. -# Upstream commits: -# 6bf8a87b83f56e26d947acd5fab78370c4902a26 -# 81ef6f201164c81876028a506b00b52976041741 -Patch0: babl-0.1.12-concurrency-stresstest.patch -# Rebuilt files after changing configure.ac and */Makefile.am above -Patch10: babl-0.1.12-2-autofoo.patch.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: librsvg2 @@ -71,10 +64,6 @@ This package contains documentation needed for developing with %{name}. %prep %setup -q -%patch0 -p1 -b .concurrency-stresstest -%patch10 -p1 -b .autofoo -# prevent automake magic from attempting to rebuild things unnecessarily -touch config.h.in %build # use PIC/PIE because babl is likely to deal with data coming from untrusted @@ -120,7 +109,7 @@ rm -rf %{buildroot} %files %defattr(-, root, root, -) -%doc AUTHORS ChangeLog COPYING README NEWS +%doc AUTHORS COPYING README NEWS %{_libdir}/*.so.* %{_libdir}/babl-%{apiver}/ @@ -135,6 +124,9 @@ rm -rf %{buildroot} %doc %{develdocdir} %changelog +* Mon Nov 23 2015 Nils Philippsen - 0.1.14-1 +- version 0.1.14 + * Wed Jun 17 2015 Fedora Release Engineering - 0.1.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d7ee553..77a89b9 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -50c8d12cdf5b3991590fa6cba16218a0 babl-0.1.12.tar.bz2 -2f79a4c2891303097606c9e597fea04c babl-0.1.12-2-autofoo.patch.xz +b64a3b2cef5b0bb62caff0afdd32bdb8 babl-0.1.14.tar.bz2