version 0.1.14

This commit is contained in:
Nils Philippsen 2015-11-23 14:14:12 +01:00
parent 574af7d112
commit 472a471333
3 changed files with 8 additions and 16 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <nils@redhat.com> - 0.1.14-1
- version 0.1.14
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -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