Update to 3.3.5

Remove evince-t1font-mapping.patch (committed upstream)
Solve build issues by running autogen.sh
This commit is contained in:
Marek Kasik 2012-02-07 11:27:21 +01:00
parent 3b6e8dde12
commit 9f80416c25
4 changed files with 10 additions and 18 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ evince-3.0.0.tar.bz2
/evince-3.3.3.tar.xz
/evince-3.3.3.1.tar.xz
/evince-3.3.4.tar.xz
/evince-3.3.5.tar.xz

View File

@ -1,11 +0,0 @@
--- evince-2.29.91/backend/dvi/mdvi-lib/t1.c 2009-04-24 09:24:16.000000000 +0200
+++ evince-2.29.91/backend/dvi/mdvi-lib/t1.c 2010-03-09 15:37:26.000000000 +0100
@@ -143,7 +143,7 @@ char *t1_lookup_font(const char *name, U
/* get the `base' name */
if(ext) {
- newname = mdvi_strdup(name);
+ newname = mdvi_strdup(info.fontfile);
newname[ext - info.fontfile - 1] = 0;
} else
newname = (char *)name; /* we don't modify this */

View File

@ -5,16 +5,14 @@
%global gxps_version 0.2.0
Name: evince
Version: 3.3.4
Release: 2%{?dist}
Version: 3.3.5
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}/3.3/%{name}-%{version}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
Patch2: evince-t1font-mapping.patch
BuildRequires: gtk3-devel
BuildRequires: glib2-devel >= %{glib2_version}
@ -109,10 +107,9 @@ It adds an additional tab called "Document" to the file properties dialog.
%prep
%setup -q
%patch2 -p1 -b .t1font-map
%build
automake
./autogen.sh
%configure \
--disable-static \
--disable-scrollkeeper \
@ -226,6 +223,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
%changelog
* Tue Feb 7 2012 Marek Kasik <mkasik@redhat.com> - 3.3.5-1
- Update to 3.3.5
- Remove evince-t1font-mapping.patch (committed upstream)
- Solve build issues by running autogen.sh
* Thu Jan 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.3.4-2
- Rebuilt for new libarchive

View File

@ -1 +1 @@
f7e229573ba1f352b0d1f364d8b2b650 evince-3.3.4.tar.xz
f6de107213d9b2c4d31b551f38cd26ea evince-3.3.5.tar.xz