Hello community, here is the log from the commit of package atril for openSUSE:Factory checked in at 2015-07-05 18:02:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atril (Old) and /work/SRC/openSUSE:Factory/.atril.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atril" Changes: -------- --- /work/SRC/openSUSE:Factory/atril/atril.changes 2014-10-05 20:32:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2015-07-05 18:02:06.000000000 +0200 @@ -1,0 +2,80 @@ +Tue May 5 13:47:23 UTC 2015 - [email protected] + +- Update to 1.10.0 (changes since 1.9.2): + * [webkit] Do not connect signal handlers more than once. + * [webkit] Gtk2: use signals to get notifications about load + finish and errors (instead of polling in idle function). + * [webkit] indicate that job failed when the thumbnail loading + fails. + * [webkit] changed lock/unlock logic so that there's no locking in + a function and unlocking in a callback. + * [libdocument] Fix saving attachments when the name contains a + path. +- Spec cleanup. + +------------------------------------------------------------------- +Thu Jan 22 10:04:51 UTC 2015 - [email protected] + +- Update to version 1.9.2 (unstable) + * Fix some crashes + * comics backend: add support for bsdtar + +------------------------------------------------------------------- +Thu Dec 11 15:00:09 UTC 2014 - [email protected] + +- Update to version 1.9.1 (unstable) + + Add ini file for caja extension + + Add appdata file + + Many fixed memory leaks from monsta + + sidebar-thumbnails: connect to job finished signal before scheduling + the job + + zero-init all signals arrays + + Add support for external links to EvViewPresentation + + Save zoom factor in default settings when sizing mode is free + + [pdf] Add support for OCG State actions + + [pdf] Update to poppler api changes + + [pdf] Do not resolve named destinations in the backend + + [pdf] Bump poppler requirements to 0.16.0 + + [pdf] Implement document_links_find_link_page() + + [djvu] Implement document_links_find_link_page() + + [libdocument] Use find_link_page() instead of find_link_dest() in + get_dest_page() + + GDK_KEY_* keys are Gtk+2 as well. + + [shell] Add timestamp parameter to SyncView + + [shell] Use new methods to get page and page label from a link + + [libview] The updated GtkComboBox api is in Gtk+2.24 + + [dvi] Fix drawing glyphs with transparency + + [shell] Send the URI of the input file instead of the filename in SyncSource + + [libdocument] Add xz compression support + + [pdf] Support .pdf.xz files + + [shell] Add EvBookmarks to handle internal document bookmarks + + [backends] Fix several security issues in the dvi-backend + + Small a11y fixes + + Remember the current page when document is reloaded in presentation mode + + presentation: Allow to change rotation in presentation mode + + Rotate with CTRL+Left/Right in presentation mode too + + Add .png extension when saving images using DnD + + Gtk3: Use gtk_paned_new() instead gtk_[h|v]paned_new() + + Gtk3: Add GtkStyleContect support + + Gtk3: Don't use gdk_cursor_unref() + + Gtk3: Use gtk_widget_render_icon_pixbuf() + + Gtk3: presentation: Make sure background window is black by default + in presentation mode + +------------------------------------------------------------------- +Sun Oct 26 10:19:58 UTC 2014 - [email protected] + +- Update to version 1.9.0 (unstable) + + Add epub support (part of GSoC 2014). + + Use MateAboutDialog from libmate-desktop. +- Fix version requirements +- Fix caja subpackage description +- Fix caja subpackage dependency; make depend on caja instead of + mate-file-manager +- Add a -thumbnailer subpackage +- Add pkgconfig(webkit-1.0) build requirement; needed to build + epub format backend +- Add pkgconfig(mate-desktop-2.0) build requirement; needed to build + with about-dialog support + +------------------------------------------------------------------- Old: ---- atril-1.8.1.tar.xz New: ---- atril-1.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atril.spec ++++++ --- /var/tmp/diff_new_pack.sBIAYT/_old 2015-07-05 18:02:07.000000000 +0200 +++ /var/tmp/diff_new_pack.sBIAYT/_new 2015-07-05 18:02:07.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for atril +# spec file for package atril # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,59 +13,62 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -Name: atril +%define _version 1.10 %define typelib1 typelib-1_0-AtrilDocument-1_5_0 %define typelib2 typelib-1_0-AtrilView-1_5_0 -Version: 1.8.1 +Name: atril +Version: 1.10.0 Release: 0 -License: GPL-2.0 and LGPL-2.0 Summary: MATE Desktop document viewer -Url: http://mate-desktop.org +License: GPL-2.0 and LGPL-2.0 Group: System/GUI/Other -Source: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz -Provides: mate-document-viewer = %{version} -Obsoletes: mate-document-viewer < %{version} -Obsoletes: mate-document-viewer < %{version} -Recommends: %{name}-lang -Requires: mate-desktop-gsettings-schemas >= %{version} -Requires: %{name}-backends = %{version} -%glib2_gsettings_schema_requires - -BuildRequires: gcc-c++ +Url: http://mate-desktop.org +Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: libxml2-python -BuildRequires: mate-common +BuildRequires: mate-common >= 1.9.0 +BuildRequires: texlive-devel +BuildRequires: update-desktop-files +BuildRequires: yelp-tools BuildRequires: pkgconfig(ddjvuapi) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(libcaja-extension) >= 1.8.0 +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(libcaja-extension) >= 1.9.0 BuildRequires: pkgconfig(libgxps) BuildRequires: pkgconfig(libpst) BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libspectre) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(mate-icon-theme) >= 1.8.0 +BuildRequires: pkgconfig(mate-desktop-2.0) >= 1.9.0 +BuildRequires: pkgconfig(mate-icon-theme) >= 1.9.0 BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(webkit-1.0) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(zlib) -BuildRequires: texlive-devel -BuildRequires: update-desktop-files -BuildRequires: yelp-tools - -%lang_package +Requires: %{name}-backends = %{version} +Requires: mate-desktop-gsettings-schemas >= %{version} +Recommends: %{name}-lang = %{version} +Provides: mate-document-viewer = %{version} +Obsoletes: mate-document-viewer < %{version} +Obsoletes: mate-document-viewer < %{version} +%glib2_gsettings_schema_requires %description Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. +%lang_package + %package -n libatrildocument3 -Summary: MATE Document Viewer - System Library +Summary: MATE Document Viewer -- System Library Group: System/Libraries Obsoletes: mate-document-viewer-libs-3 < %{version} @@ -74,7 +77,7 @@ singlepage document formats like PDF and PostScript. %package -n libatrilview3 -Summary: MATE Document Viewer - System Library +Summary: MATE Document Viewer -- System Library Group: System/Libraries Obsoletes: mate-document-viewer-libs-3 < %{version} @@ -112,8 +115,8 @@ %package caja Summary: MATE Desktop document viewer file manager extension Group: System/GUI/Other -Requires: mate-file-manager >= 1.7.0 -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} +Requires: caja >= 1.9.0 Provides: mate-document-viewer-caja = %{version} Obsoletes: mate-document-viewer-caja < %{version} @@ -121,12 +124,16 @@ Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. +This package contains the mate-document-viewer extension for the +caja file manager. +It adds an additional tab called "Document" to the file properties dialog. + %package devel Summary: MATE Desktop document viewer development files Group: Development/Libraries/Other -Requires: %{typelib1} = %{version}-%{release} -Requires: %{typelib2} = %{version}-%{release} -Requires: %{name}-backends = %{version}-%{release} +Requires: %{name}-backends = %{version} +Requires: %{typelib1} = %{version} +Requires: %{typelib2} = %{version} Provides: mate-document-viewer-devel = %{version} Obsoletes: mate-document-viewer-devel < %{version} @@ -134,14 +141,26 @@ Atril is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. +%package thumbnailer +Summary: Atril thumbnailer extension for caja +Group: System/GUI/Other +Requires: %{name} = %{version} +Requires: caja >= 1.9.0 + +%description thumbnailer +Atril is a document viewer capable of displaying multiple and single +page document formats like PDF and Postscript. + +This package contains the atril extension for the caja file manager. + %prep %setup -q %build -autoreconf -fi -%configure --with-pic \ - --libexecdir=%{_libexecdir}/%{name} \ +%configure \ --disable-static \ + --with-pic \ + --libexecdir=%{_libexecdir}/%{name} \ --enable-introspection \ --enable-gtk-doc \ --enable-pdf \ @@ -154,13 +173,12 @@ make %{?_smp_mflags} %install -%makeinstall +%make_install %find_lang %{name} %{?no_lang_C} -find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete +find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file %{name} %fdupes %{buildroot}%{_datadir}/ -# wipe old MateConf stuff if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then rm -rf %{buildroot}%{_datadir}/MateConf/ fi @@ -171,50 +189,52 @@ %mime_database_post %glib2_gsettings_schema_post -%post -n libatrilview3 -p /sbin/ldconfig - -%post -n libatrildocument3 -p /sbin/ldconfig - %postun %icon_theme_cache_post %desktop_database_postun %mime_database_postun %glib2_gsettings_schema_post +%post -n libatrilview3 -p /sbin/ldconfig + %postun -n libatrilview3 -p /sbin/ldconfig +%post -n libatrildocument3 -p /sbin/ldconfig + %postun -n libatrildocument3 -p /sbin/ldconfig %files -%defattr(-,root,root,-) -%doc AUTHORS README COPYING +%defattr(-,root,root) +%doc AUTHORS COPYING README %{_bindir}/%{name} %{_bindir}/%{name}-previewer %{_bindir}/%{name}-thumbnailer -%{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ +%dir %{_libdir}/%{name}/ +%dir %{_libdir}/%{name}/3/ +%dir %{_libexecdir}/%{name}/ +%{_libexecdir}/%{name}/%{name}* %{_datadir}/dbus-1/services/*.service %{_datadir}/glib-2.0/schemas/*.xml -%{_datadir}/help/C/atril -%dir %{_libexecdir}/%{name} -%{_libexecdir}/%{name}/%{name}-convert-metadata -%{_libexecdir}/%{name}/%{name}d -%{_mandir}/man1/*.1.gz -%{_datadir}/thumbnailers/ +%{_datadir}/help/C/%{name}/ +%{_datadir}/applications/%{name}.desktop +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/icons/hicolor/*/*/* +%{_mandir}/man?/*.?%{?ext_man} %files -n libatrilview3 -%defattr(-,root,root,-) -%doc AUTHORS README COPYING +%defattr(-,root,root) +%doc AUTHORS COPYING README %{_libdir}/libatrilview.so.* %files -n libatrildocument3 -%defattr(-,root,root,-) -%doc AUTHORS README COPYING +%defattr(-,root,root) +%doc AUTHORS COPYING README %{_libdir}/libatrildocument.so.* %files devel -%defattr(-,root,root,-) +%defattr(-,root,root) %{_includedir}/%{name}/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc @@ -222,27 +242,29 @@ %{_datadir}/gtk-doc/html/ %files caja -%defattr(-,root,root,-) +%defattr(-,root,root) +%{_datadir}/caja/extensions/libatril-properties-page.caja-extension %{_libdir}/caja/ %files -n %{typelib1} -%defattr(-,root,root,-) +%defattr(-,root,root) %{_libdir}/girepository-1.0/AtrilDocument-1.5.0.typelib %files -n %{typelib2} -%defattr(-,root,root,-) +%defattr(-,root,root) %{_libdir}/girepository-1.0/AtrilView-1.5.0.typelib %files backends -%defattr(-,root,root,-) +%defattr(-,root,root) %doc AUTHORS README COPYING -%dir %{_libdir}/atril -%dir %{_libdir}/atril/3 -%dir %{_libdir}/atril/3/backends/ -%{_libdir}/atril/3/backends/lib*document.so -%{_libdir}/atril/3/backends/*document.atril-backend +%{_libdir}/%{name}/3/backends/ + +%files thumbnailer +%defattr(-,root,root) +%dir %{_datadir}/thumbnailers +%{_datadir}/thumbnailers/atril.thumbnailer %files lang -f %{name}.lang -%defattr(-,root,root,-) +%defattr(-,root,root) %changelog ++++++ atril-1.8.1.tar.xz -> atril-1.10.0.tar.xz ++++++ ++++ 221599 lines of diff (skipped)
