version 0.1.14
This commit is contained in:
parent
574af7d112
commit
472a471333
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ babl-0.1.2.tar.bz2
|
|||||||
/babl-0.1.10.tar.bz2
|
/babl-0.1.10.tar.bz2
|
||||||
/babl-0.1.12.tar.bz2
|
/babl-0.1.12.tar.bz2
|
||||||
/babl-0.1.12-2-autofoo.patch.xz
|
/babl-0.1.12-2-autofoo.patch.xz
|
||||||
|
/babl-0.1.14.tar.bz2
|
||||||
|
20
babl.spec
20
babl.spec
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
Summary: A dynamic, any to any, pixel format conversion library
|
Summary: A dynamic, any to any, pixel format conversion library
|
||||||
Name: babl
|
Name: babl
|
||||||
Version: 0.1.12
|
Version: 0.1.14
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# Compute some version related macros
|
# Compute some version related macros
|
||||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||||
@ -26,13 +26,6 @@ License: LGPLv3+ and GPLv3+
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gegl.org/babl/
|
URL: http://www.gegl.org/babl/
|
||||||
Source0: http://download.gimp.org/pub/babl/%{apiver}/%{name}-%{version}.tar.bz2
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: librsvg2
|
BuildRequires: librsvg2
|
||||||
|
|
||||||
@ -71,10 +64,6 @@ This package contains documentation needed for developing with %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
# use PIC/PIE because babl is likely to deal with data coming from untrusted
|
# use PIC/PIE because babl is likely to deal with data coming from untrusted
|
||||||
@ -120,7 +109,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%doc AUTHORS ChangeLog COPYING README NEWS
|
%doc AUTHORS COPYING README NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/babl-%{apiver}/
|
%{_libdir}/babl-%{apiver}/
|
||||||
|
|
||||||
@ -135,6 +124,9 @@ rm -rf %{buildroot}
|
|||||||
%doc %{develdocdir}
|
%doc %{develdocdir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user