This commit is contained in:
Matthias Clasen 2010-09-29 10:08:43 -04:00
parent a4c481b785
commit 8d8ff0efef
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ evince-2.31.5.tar.bz2
evince-2.31.6.tar.bz2
/evince-2.31.90.tar.bz2
evince-2.31.92.tar.bz2
/evince-2.32.0.tar.bz2

View File

@ -4,19 +4,16 @@
%global theme_version 2.17.1
Name: evince
Version: 2.31.92
Release: 5%{?dist}
Version: 2.32.0
Release: 1%{?dist}
Summary: Document viewer
License: GPLv2+ and GFDL
Group: Applications/Publishing
URL: http://projects.gnome.org/evince/
Source0: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
Patch2: evince-t1font-mapping.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=633265
# https://bugzilla.gnome.org/show_bug.cgi?id=629513
Patch3: evince-2.31.92-default-page-scaling.patch
Patch4: gtk-build-fixes.patch
BuildRequires: gtk3-devel
@ -109,7 +106,6 @@ It adds an additional tab called "Document" to the file properties dialog.
%prep
%setup -q
%patch2 -p1 -b .t1font-map
%patch3 -p1 -b .default-page-scaling
%patch4 -p1 -b .build-fixes
%build
@ -244,6 +240,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
%changelog
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
- Update to 2.32.0
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-5
- Fix build against newer gtk

View File

@ -1 +1 @@
f8645c71cf316e713072c12bf906af0f evince-2.31.92.tar.bz2
ebc3ce6df8dcbf29cb9492f8dd031319 evince-2.32.0.tar.bz2