Update to 0.24.1
This commit is contained in:
parent
a62fa984c8
commit
dcc9f877f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/poppler-0.22.1.tar.gz
|
||||
/poppler-0.22.5.tar.gz
|
||||
/poppler-0.24.0.tar.xz
|
||||
/poppler-0.24.1.tar.xz
|
||||
|
@ -1,26 +0,0 @@
|
||||
From ef9d861486d54fb3dcf7b8bca01bd44c3b3361a9 Mon Sep 17 00:00:00 2001
|
||||
From: Carlos Garcia Campos <carlosgc@gnome.org>
|
||||
Date: Tue, 30 Jul 2013 09:36:44 +0200
|
||||
Subject: [PATCH] glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flag
|
||||
|
||||
Deprecations are now compile warnings, there's no reason to make them
|
||||
fatal.
|
||||
---
|
||||
glib/demo/Makefile.am | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/glib/demo/Makefile.am b/glib/demo/Makefile.am
|
||||
index 28fc22d..8120bc9 100644
|
||||
--- a/glib/demo/Makefile.am
|
||||
+++ b/glib/demo/Makefile.am
|
||||
@@ -3,7 +3,6 @@ INCLUDES = \
|
||||
-I$(top_builddir)/glib \
|
||||
$(GTK_TEST_CFLAGS) \
|
||||
$(POPPLER_GLIB_DISABLE_DEPRECATED) \
|
||||
- -DGTK_DISABLE_DEPRECATED \
|
||||
$(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES)
|
||||
|
||||
AM_LDFLAGS = @auto_import_flags@
|
||||
--
|
||||
1.8.3.1
|
||||
|
11
poppler.spec
11
poppler.spec
@ -1,14 +1,12 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.24.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.24.1
|
||||
Release: 1%{?dist}
|
||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
||||
Group: Development/Libraries
|
||||
URL: http://poppler.freedesktop.org/
|
||||
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-glib-demo-Remove-GTK_DISABLE_DEPRECATED-compilation-.patch
|
||||
|
||||
Requires: poppler-data >= 0.4.0
|
||||
BuildRequires: automake libtool
|
||||
BuildRequires: gettext-devel
|
||||
@ -143,8 +141,6 @@ Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .gtk-deprecated
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 < "utils/pdftohtml.1" > "utils/pdftohtml.1.utf8"
|
||||
mv "utils/pdftohtml.1.utf8" "utils/pdftohtml.1"
|
||||
|
||||
@ -279,6 +275,9 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 27 2013 Marek Kasik <mkasik@redhat.com> - 0.24.1-1
|
||||
- Update to 0.24.1
|
||||
|
||||
* Tue Aug 20 2013 Marek Kasik <mkasik@redhat.com> - 0.24.0-2
|
||||
- Fix Qt5 requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user