commit evince for openSUSE:Factory
Hello community, here is the log from the commit of package evince for openSUSE:Factory checked in at Fri Feb 6 22:30:56 CET 2009. -------- --- GNOME/evince/evince.changes 2008-10-21 12:22:37.000000000 +0200 +++ evince/evince.changes 2009-01-30 23:26:37.000000000 +0100 @@ -1,0 +2,71 @@ +Sat Jan 31 09:19:01 EST 2009 - mboman@suse.de + +- Update to version 2.25.5: + + Move EvView specific code to a libevview library so that it can + be embbeded in other applications (bgo#567751) + + Other improvements for embbeders (bgo#567785, bgo#567788, + bgo#567789) + + Fix a minor typo + + Fix the API docs build (bgo#568171) + + Simplify drag data handling (bgo#558084) + + Several portability issues (bgo#339172) + + Fix mnemonic conflict (bgo#567937) + + Other bugs fixed: bgo#567910 + + Translation updates + +------------------------------------------------------------------- +Fri Jan 23 09:29:21 CET 2009 - vuntz@novell.com + +- Drop evince-2.19.92-correct-help-uri.patch: with GTK+ 2.14 or + later, upstream now uses gtk_show_uri(), which renders the makes + useless. + +------------------------------------------------------------------- +Fri Jan 23 05:15:36 CET 2009 - vuntz@novell.com + +- Remove useless BuildRequires. +- Drop evince-thumbnailer-g_type_init.patch, fixed upstream. + +------------------------------------------------------------------- +Tue Jan 6 08:20:12 EST 2009 - mboman@suse.de + +- Update to version 2.25.4: + + Show progress information when loading/saving remote files + (bgo#370958) + + Remember page setup options (bgo#525185, bgo#349102) + + Show a confirmation dialog when there are pending print jobs + while closing the main window (bgo#480964) + + Show progress information when printing (bgo#482770) + + Add document URI to properties page (bgo#555376) + + Bump glib requirement to fix build with older versions + + Fix mime type handling + + Fix saving images to remote locations + + Do not try to jump to the location of the find result for every + match, but only for the first one. It makes searching really + faster. (bgo#564774) + + Fix zip mime-type in comics backend + + Fix several memory leaks + + Translation updates + +------------------------------------------------------------------- +Sat Dec 20 09:24:59 EST 2008 - mboman@suse.de + +- Update to version 2.25.2: + * PDF Optional content (layers) support + * The password dialog has been reworked in order to make it more + hig compliant and consistent (bgo#562496) + * Improved keyring support. Password dialog is not shown anymore + when the password is already in the keyring + * Support for monitor and reload of remote documents + (bgo#555399) + * Fix opening comic documents with a wrong but valid extension + (bgo#562143) + * Fix a crash when searching (bgo#558377) + * Fix several crashes when selecting text (bgo#561393) + * Use the message area instead of popup dialogs for any error and + warning messages + * Adapt to the new single-include policy (bgo#558064) + * Fix page transition in presentation mode (bgo#516749) + * Other bugs fixed: (bgo#558066) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- evince-2.19.92-correct-help-uri.patch evince-2.24.1.tar.bz2 evince-thumbnailer-g_type_init.patch New: ---- evince-2.25.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evince.spec ++++++ --- /var/tmp/diff_new_pack.G10762/_old 2009-02-06 22:29:43.000000000 +0100 +++ /var/tmp/diff_new_pack.G10762/_new 2009-02-06 22:29:43.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package evince (Version 2.24.1) +# spec file for package evince (Version 2.25.5) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,37 +22,31 @@ BuildRequires: docbook_4 BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gconf2-devel BuildRequires: ghostscript-fonts-std BuildRequires: ghostscript-x11 BuildRequires: gnome-doc-utils-devel +BuildRequires: gnome-keyring-devel BuildRequires: intltool BuildRequires: libdjvulibre-devel BuildRequires: libglade2-devel -BuildRequires: libgnomeprintui-devel BuildRequires: libpoppler-glib-devel BuildRequires: libspectre-devel BuildRequires: libstdc++ BuildRequires: libtiff-devel BuildRequires: nautilus-devel -BuildRequires: perl-XML-Parser BuildRequires: scrollkeeper BuildRequires: t1lib-devel BuildRequires: texlive-bin-devel BuildRequires: texlive-devel BuildRequires: update-desktop-files -# Only for directory ownership: -BuildRequires: gtk-doc -Version: 2.24.1 +Version: 2.25.5 Release: 1 Url: http://www.gnome.org/projects/evince/ Group: Productivity/Office/Other License: GPL v2 or later Summary: GNOME Document Viewer Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2 -# PATCH-FIX-OPENSUSE evince-2.19.92-correct-help-uri.patch -Patch4: evince-2.19.92-correct-help-uri.patch -# PATCH-FIX-UPSTREAM evince-thumbnailer-g_type_init.patch bnc358405 bgo513934 jpr@suse.de -Patch5: evince-thumbnailer-g_type_init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-lang = %{version} # Replaces ggv in <= 10.3, gpdf in <= 10.2: @@ -120,8 +114,6 @@ %lang_package %prep %setup -q -%patch4 -p1 -%patch5 -p1 %build # needed for evince-0.6.1: @@ -173,17 +165,79 @@ %doc %{_mandir}/man?/*.* %files lang -f %{name}.lang +%defattr (-, root, root) +%dir %{_datadir}/gnome +%dir %{_datadir}/gnome/help %files devel %defattr(-, root, root) -%{_includedir}/evince-2.20 +%{_includedir}/evince %{_libdir}/*.so %files doc %defattr (-, root, root) %{_datadir}/gtk-doc/html/evince +# Own these repositories to not depend on gtk-doc while building: +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html %changelog +* Sat Jan 31 2009 mboman@suse.de +- Update to version 2.25.5: + + Move EvView specific code to a libevview library so that it can + be embbeded in other applications (bgo#567751) + + Other improvements for embbeders (bgo#567785, bgo#567788, + bgo#567789) + + Fix a minor typo + + Fix the API docs build (bgo#568171) + + Simplify drag data handling (bgo#558084) + + Several portability issues (bgo#339172) + + Fix mnemonic conflict (bgo#567937) + + Other bugs fixed: bgo#567910 + + Translation updates +* Fri Jan 23 2009 vuntz@novell.com +- Drop evince-2.19.92-correct-help-uri.patch: with GTK+ 2.14 or + later, upstream now uses gtk_show_uri(), which renders the makes + useless. +* Thu Jan 22 2009 vuntz@novell.com +- Remove useless BuildRequires. +- Drop evince-thumbnailer-g_type_init.patch, fixed upstream. +* Tue Jan 06 2009 mboman@suse.de +- Update to version 2.25.4: + + Show progress information when loading/saving remote files + (bgo#370958) + + Remember page setup options (bgo#525185, bgo#349102) + + Show a confirmation dialog when there are pending print jobs + while closing the main window (bgo#480964) + + Show progress information when printing (bgo#482770) + + Add document URI to properties page (bgo#555376) + + Bump glib requirement to fix build with older versions + + Fix mime type handling + + Fix saving images to remote locations + + Do not try to jump to the location of the find result for every + match, but only for the first one. It makes searching really + faster. (bgo#564774) + + Fix zip mime-type in comics backend + + Fix several memory leaks + + Translation updates +* Sat Dec 20 2008 mboman@suse.de +- Update to version 2.25.2: + * PDF Optional content (layers) support + * The password dialog has been reworked in order to make it more + hig compliant and consistent (bgo#562496) + * Improved keyring support. Password dialog is not shown anymore + when the password is already in the keyring + * Support for monitor and reload of remote documents + (bgo#555399) + * Fix opening comic documents with a wrong but valid extension + (bgo#562143) + * Fix a crash when searching (bgo#558377) + * Fix several crashes when selecting text (bgo#561393) + * Use the message area instead of popup dialogs for any error and + warning messages + * Adapt to the new single-include policy (bgo#558064) + * Fix page transition in presentation mode (bgo#516749) + * Other bugs fixed: (bgo#558066) * Tue Oct 21 2008 mboman@suse.de - Update to version 2.24.1: + Bugs fixed: bgo#556162, bgo#556264, bgo#534684, bgo#555801, bgo#554500, ++++++ evince-2.24.1.tar.bz2 -> evince-2.25.5.tar.bz2 ++++++ ++++ 122602 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de