Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2018-03-08 10:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-documents (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-documents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-documents"

Thu Mar  8 10:43:52 2018 rev:55 rq:582726 version:3.26.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2018-02-03 15:39:37.869417974 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes     
2018-03-08 10:43:54.770685174 +0100
@@ -1,0 +2,17 @@
+Wed Feb 28 16:28:04 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Sat Feb  3 02:18:28 UTC 2018 - luc1...@linuxmail.org
+
+- Update Url tag to https://wiki.gnome.org/Apps/Documents: current
+  Documents' web page.
+- Drop glib2_gsettings_schema_requires macro now that it is no
+  longer needed since RPM File Triggers.
+- Adopt the use of %make_build macro rather than raw make command,
+  following the best practices.
+- Add fdupes and its macro for replacement of duplicated files with
+  links under the data directory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-documents.spec ++++++
--- /var/tmp/diff_new_pack.XFCZAR/_old  2018-03-08 10:43:55.454660548 +0100
+++ /var/tmp/diff_new_pack.XFCZAR/_new  2018-03-08 10:43:55.458660404 +0100
@@ -16,22 +16,25 @@
 #
 
 
+%ifnarch x86_64 %{ix86} aarch64
+# Remove reference to libreofficekit
+%global __requires_exclude typelib\\(LOKDocView\\)
+%endif
 Name:           gnome-documents
 Version:        3.26.2
 Release:        0
 Summary:        Document Manager for GNOME
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Office/Other
-Url:            http://www.gnome.org
+URL:            https://wiki.gnome.org/Apps/Documents
 Source:         
http://download.gnome.org/sources/gnome-documents/3.26/%{name}-%{version}.tar.xz
+BuildRequires:  fdupes
 BuildRequires:  gnome-shell
 BuildRequires:  gtk-doc
 BuildRequires:  inkscape
 BuildRequires:  itstool
+BuildRequires:  pkgconfig
 BuildRequires:  poppler-tools
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(evince-document-3.0) >= 3.13.3
 BuildRequires:  pkgconfig(evince-view-3.0) >= 3.13.3
@@ -44,8 +47,8 @@
 BuildRequires:  pkgconfig(libgdata) >= 0.13.3
 BuildRequires:  pkgconfig(libgepub) >= 0.5
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.41.3
-BuildRequires:  pkgconfig(tracker-control-2.0)
-BuildRequires:  pkgconfig(tracker-sparql-2.0)
+BuildRequires:  pkgconfig(tracker-control-2.0) >= 0.17.3
+BuildRequires:  pkgconfig(tracker-sparql-2.0) >= 0.17.3
 BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.6.0
 BuildRequires:  pkgconfig(zapojit-0.0) >= 0.0.2
 # This is a gjs application
@@ -54,13 +57,8 @@
 Recommends:     %{name}-lang
 # If available, we query the Online Miners via dbus.
 Recommends:     dbus(org.gnome.OnlineMiners.GData)
-# A lot of document formats are handled using unoconv.
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{glib2_gsettings_schema_requires}
-
-%ifnarch x86_64 %ix86 aarch64
-# Remove reference to libreofficekit
-%global __requires_exclude typelib\\(LOKDocView\\)
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
 %endif
 
 %description
@@ -86,7 +84,7 @@
 Recommends:     gnome-epub-thumbnailer
 
 %description -n gnome-books
-Books is an electronic Book reader or GNOME.
+Books is an electronic Book reader for GNOME.
 
 %package -n gnome-documents_books-common
 Summary:        Shared data between GNOME Documents and GNOME Books
@@ -110,17 +108,18 @@
 %configure \
        --enable-documentation \
        --disable-static \
-       --enable-getting-started \
-       %{nil}
-make %{?_smp_mflags}
+       --enable-getting-started
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file org.gnome.Documents
 %find_lang %{name} %{?no_lang_C}
+%fdupes %{buildroot}%{_datadir}
 
 %files
+%doc AUTHORS NEWS README TODO
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnome-documents
 %dir %{_datadir}/appdata


Reply via email to