diff --git a/.gitignore b/.gitignore index e790e76..0d47a53 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/evince-t1font-mapping.patch b/evince-t1font-mapping.patch deleted file mode 100644 index e701446..0000000 --- a/evince-t1font-mapping.patch +++ /dev/null @@ -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 */ diff --git a/evince.spec b/evince.spec index ea0a774..923db1b 100644 --- a/evince.spec +++ b/evince.spec @@ -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 - 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 - 3.3.4-2 - Rebuilt for new libarchive diff --git a/sources b/sources index d245728..1c40ead 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7e229573ba1f352b0d1f364d8b2b650 evince-3.3.4.tar.xz +f6de107213d9b2c4d31b551f38cd26ea evince-3.3.5.tar.xz