Hello community,

here is the log from the commit of package gnome-dictionary for 
openSUSE:Factory checked in at 2018-03-30 11:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-dictionary (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-dictionary.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-dictionary"

Fri Mar 30 11:56:27 2018 rev:28 rq:592260 version:3.26.1+20180313.ac6d4c0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-dictionary/gnome-dictionary.changes        
2018-03-26 12:47:31.330986143 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dictionary.new/gnome-dictionary.changes   
2018-03-30 11:56:28.841474378 +0200
@@ -1,0 +2,17 @@
+Thu Mar 22 22:36:25 UTC 2018 - [email protected]
+
+- Update to version 3.26.1+20180313.ac6d4c0:
+  + Remove po/Makevars.
+  + Flatpak: use meson from flatpak build definition.
+  + Fix translations of the Name key.
+  + Drop build-api wrapper for Continuous.
+  + Updated translations.
+- Switch to git-checkout via source services.
+- Drop obsolete gnome-utils Conflicts and update-desktop-files
+  BuildRequires and stop passing glib2_gsettings_schema_requires
+  and suse_update_desktop_file macros.
+- Use autosetup macro and pass explicit use_ipv6=true and
+  build_man=true to meson, ensure we build the features we want.
+- Update URL to correct home.
+
+-------------------------------------------------------------------

Old:
----
  gnome-dictionary-3.26.1.tar.xz

New:
----
  _service
  _servicedata
  gnome-dictionary-3.26.1+20180313.ac6d4c0.tar.xz

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

Other differences:
------------------
++++++ gnome-dictionary.spec ++++++
--- /var/tmp/diff_new_pack.fu6Eks/_old  2018-03-30 11:56:29.325456875 +0200
+++ /var/tmp/diff_new_pack.fu6Eks/_new  2018-03-30 11:56:29.325456875 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           gnome-dictionary
-Version:        3.26.1
+Version:        3.26.1+20180313.ac6d4c0
 Release:        0
 Summary:        Utility to look up words in dictionary sources
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-URL:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-dictionary/3.26/%{name}-%{version}.tar.xz
+URL:            https://wiki.gnome.org/Apps/Dictionary
+#Source0:       
https://download.gnome.org/sources/gnome-dictionary/3.26/%%{name}-%%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -39,7 +40,6 @@
 # libgdict is no longer a public library, and thus no external tool can make 
use of the data
 # Merge the package back into the main package, obsoleting libgdict-data
 Obsoletes:      libgdict-data < %{version}
-%glib2_gsettings_schema_requires
 
 %description
 The Dictionary application enables you to search words and terms on a
@@ -48,16 +48,18 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
 translation-update-upstream
 
 %build
-%meson
+%meson \
+        -D use_ipv6=true \
+        -D build_man=true \
+        %{nil}
 %meson_build
 
 %install
 %meson_install
-%suse_update_desktop_file org.gnome.Dictionary
 %fdupes %{buildroot}%{_datadir}/help
 %find_lang %{name} %{?no_lang_C}
 
@@ -65,14 +67,14 @@
 %license COPYING
 %doc NEWS
 %doc %{_datadir}/help/C/%{name}/
+%{_mandir}/man1/%{name}.1%{?ext_man}
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.Dictionary.appdata.xml
 %{_datadir}/applications/org.gnome.Dictionary.desktop
 %{_datadir}/dbus-1/services/org.gnome.Dictionary.service
-%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
 %{_datadir}/gdict-1.0
-%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
 
 %files lang -f %{name}.lang
 

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://git.gnome.org/browse/gnome-dictionary</param>
    <param name="scm">git</param>
    <param name="versionformat">3.26.1+%cd.%h</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://git.gnome.org/browse/gnome-dictionary</param>
              <param 
name="changesrevision">ac6d4c091bd4f24c987dbdf7df3d626e08c13f12</param></service></servicedata>

Reply via email to