diff --git a/.gdk-pixbuf2.metadata b/.gdk-pixbuf2.metadata index c5dc965..bdc5504 100644 --- a/.gdk-pixbuf2.metadata +++ b/.gdk-pixbuf2.metadata @@ -1 +1 @@ -e38c483010e0d35db39fddb891023033f3107232 SOURCES/gdk-pixbuf-2.36.5.tar.xz +2a32bf71fd7c47b22abd9843bc3116e771772fbe SOURCES/gdk-pixbuf-2.36.12.tar.xz diff --git a/.gitignore b/.gitignore index 2c20eeb..6f7daf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gdk-pixbuf-2.36.5.tar.xz +SOURCES/gdk-pixbuf-2.36.12.tar.xz diff --git a/SPECS/gdk-pixbuf2.spec b/SPECS/gdk-pixbuf2.spec index 621f30f..69849e3 100644 --- a/SPECS/gdk-pixbuf2.spec +++ b/SPECS/gdk-pixbuf2.spec @@ -1,8 +1,8 @@ %global glib2_version 2.48.0 Name: gdk-pixbuf2 -Version: 2.36.5 -Release: 1%{?dist} +Version: 2.36.12 +Release: 3%{?dist} Summary: An image loading library License: LGPLv2+ @@ -20,9 +20,10 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.3 # gdk-pixbuf does a configure time check which uses the GIO mime # layer; we need to actually have the mime type database. BuildRequires: shared-mime-info -# Bootstrap requirements -BuildRequires: autoconf automake libtool gtk-doc -BuildRequires: gettext-autopoint + +# needed for man page generation +BuildRequires: docbook-style-xsl +BuildRequires: libxslt Requires: glib2%{?_isa} >= %{glib2_version} @@ -59,17 +60,20 @@ the functionality of the installed %{name} package. %prep -%setup -q -n gdk-pixbuf-%{version} +%autosetup -n gdk-pixbuf-%{version} -p1 %build -(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; - %configure $CONFIGFLAGS \ +%configure \ --with-x11 \ --with-libjasper \ --with-included-loaders=png \ --enable-installed-tests \ + --enable-man \ --disable-silent-rules -) + +# needed to work around bug in makefile goo +rm -f docs/reference/gdk-pixbuf/*.1 + make %{?_smp_mflags} @@ -132,6 +136,18 @@ fi %changelog +* Thu Jul 26 2018 Ray Strode - 2.36.12-3 +- One more crack at generating man pages + Related: #1569815 + +* Thu Jul 26 2018 Ray Strode - 2.36.12-2 +- Generate man page + Related: #1569815 + +* Sun Apr 08 2018 Kalev Lember - 2.36.12-1 +- Update to 2.36.12 +- Resolves: #1569815 + * Mon Feb 13 2017 Kalev Lember - 2.36.5-1 - Update to 2.36.5 - Resolves: #1386861