2.32.0
This commit is contained in:
parent
a4c481b785
commit
8d8ff0efef
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ evince-2.31.5.tar.bz2
|
|||||||
evince-2.31.6.tar.bz2
|
evince-2.31.6.tar.bz2
|
||||||
/evince-2.31.90.tar.bz2
|
/evince-2.31.90.tar.bz2
|
||||||
evince-2.31.92.tar.bz2
|
evince-2.31.92.tar.bz2
|
||||||
|
/evince-2.32.0.tar.bz2
|
||||||
|
13
evince.spec
13
evince.spec
@ -4,19 +4,16 @@
|
|||||||
%global theme_version 2.17.1
|
%global theme_version 2.17.1
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.31.92
|
Version: 2.32.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
URL: http://projects.gnome.org/evince/
|
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
|
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
|
||||||
Patch2: evince-t1font-mapping.patch
|
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
|
Patch4: gtk-build-fixes.patch
|
||||||
|
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -109,7 +106,6 @@ It adds an additional tab called "Document" to the file properties dialog.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1 -b .t1font-map
|
%patch2 -p1 -b .t1font-map
|
||||||
%patch3 -p1 -b .default-page-scaling
|
|
||||||
%patch4 -p1 -b .build-fixes
|
%patch4 -p1 -b .build-fixes
|
||||||
|
|
||||||
%build
|
%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
|
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-5
|
||||||
- Fix build against newer gtk
|
- Fix build against newer gtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user