Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2019-06-02 15:13:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-documents (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-documents.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-documents"

Sun Jun  2 15:13:44 2019 rev:63 rq:705896 version:3.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2019-01-26 22:17:06.267114005 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-documents.new.5148/gnome-documents.changes    
    2019-06-02 15:13:50.126144425 +0200
@@ -1,0 +2,44 @@
+Tue Mar 12 06:09:49 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + Updated translations.
+- Pass getting_started=false to meson, no longer build
+  getting-started pdf.
+
+-------------------------------------------------------------------
+Fri Mar  8 09:04:19 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Drop gnome-documents_books-common sub-package, now that
+  gnome-books is a separate package, it no longer makes sense. Also
+  add Obsoletes/Provides to smooth out upgrades.
+
+-------------------------------------------------------------------
+Sun Mar  3 17:48:40 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+  + Bugs fixed:
+    - glgo#GNOME/gnome-documents!21, glgo#GNOME/gnome-documents#24.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Feb 21 19:05:35 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+  + Updated menus for 3.32 recommendations.
+  + Bugs fixed: glgo#GNOME/gnome-documents#11,
+    glgo#GNOME/gnome-documents#12, glgo#GNOME/gnome-documents#21,
+    glgo#GNOME/gnome-documents#30.
+  + Updated translations.
+- Changes from version 3.31.1:
+  + Allow libgdprivate-1.0.so to find libgd.
+  + Search: be more careful when constructing a GFile.
+  + build:
+    - Update to latest libgd.
+    - Ensure that the Git submodules are kept updated.
+    - Remove unused variable.
+  + Updated translations.
+- Drop gnome-books sub-package as it was split out into a separate
+  project. Keeping the common package for now, but that one will
+  probably be folded into the main package in the future.
+
+-------------------------------------------------------------------

Old:
----
  gnome-documents-3.30.1.tar.xz

New:
----
  gnome-documents-3.32.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-documents.spec ++++++
--- /var/tmp/diff_new_pack.OrpJRd/_old  2019-06-02 15:13:50.990144051 +0200
+++ /var/tmp/diff_new_pack.OrpJRd/_new  2019-06-02 15:13:50.998144048 +0200
@@ -21,13 +21,13 @@
 %global __requires_exclude typelib\\(LOKDocView\\)
 %endif
 Name:           gnome-documents
-Version:        3.30.1
+Version:        3.32.0
 Release:        0
 Summary:        Document Manager for GNOME
 License:        GPL-2.0-or-later
 Group:          Productivity/Office/Other
 URL:            https://wiki.gnome.org/Apps/Documents
-Source0:        
https://download.gnome.org/sources/gnome-documents/3.30/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gnome-documents/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -56,9 +56,10 @@
 BuildRequires:  pkgconfig(zapojit-0.0) >= 0.0.2
 # This is a gjs application
 Requires:       gjs
-Requires:       gnome-documents_books-common = %{version}
 # If available, we query the Online Miners via dbus.
 Recommends:     dbus(org.gnome.OnlineMiners.GData)
+Provides:       gnome-documents_books-common = %{version}
+Obsoletes:      gnome-documents_books-common < %{version}
 
 %description
 Documents is a document manager application for GNOME.
@@ -76,25 +77,6 @@
 This package contains a search provider to enable GNOME Shell to get
 search results from documents.
 
-%package -n gnome-books
-Summary:        Book Reader for GNOME
-Group:          Productivity/Office/Other
-Requires:       gnome-documents_books-common = %{version}
-Recommends:     gnome-epub-thumbnailer
-
-%description -n gnome-books
-Books is an electronic Book reader for GNOME.
-
-%package -n gnome-documents_books-common
-Summary:        Shared data between GNOME Documents and GNOME Books
-# gnome-documents relies on tracker to find local files.
-Group:          Productivity/Office/Other
-Requires:       tracker-miner-files >= 1.99
-
-%description -n gnome-documents_books-common
-This package provides runtime information shared between GNOME Documents
-and GNOME Books.
-
 %lang_package
 
 %prep
@@ -103,8 +85,8 @@
 
 %build
 %meson \
-    -D documentation=true \
-    -D getting_started=true \
+       -Ddocumentation=true \
+       -Dgetting_started=false \
     %{nil}
 %meson_build
 
@@ -114,34 +96,23 @@
 %fdupes %{buildroot}%{_datadir}
 
 %files
-%doc AUTHORS NEWS README TODO
+%license COPYING
+%doc AUTHORS NEWS README.md TODO
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnome-documents
+%{_datadir}/gnome-documents/
+%{_libdir}/gnome-documents/
 %{_datadir}/applications/org.gnome.Documents.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Documents*
 %{_datadir}/metainfo/org.gnome.Documents.appdata.xml
 %{_mandir}/man1/gnome-documents.1%{?ext_man}
 
-%files -n gnome-documents_books-common
-%license COPYING
-%{_datadir}/gnome-documents/
-%{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
-%{_libdir}/gnome-documents/
-
 %files -n gnome-shell-search-provider-documents
 %{_datadir}/dbus-1/services/org.gnome.Documents.service
 
%{_datadir}/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
 
-%files -n gnome-books
-%{_bindir}/gnome-books
-%{_datadir}/applications/org.gnome.Books.desktop
-%{_datadir}/dbus-1/services/org.gnome.Books.service
-%{_datadir}/glib-2.0/schemas/org.gnome.books.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/org.gnome.Books*
-%{_datadir}/metainfo/org.gnome.Books.appdata.xml
-%{_mandir}/man1/gnome-books.1%{?ext_man}
-
 %files lang -f %{name}.lang
 
 %changelog

++++++ gnome-documents-3.30.1.tar.xz -> gnome-documents-3.32.0.tar.xz ++++++
++++ 36282 lines of diff (skipped)


Reply via email to