Hello community,

here is the log from the commit of package gnome-dictionary for 
openSUSE:Factory checked in at 2017-03-22 23:06:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-dictionary (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-dictionary.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-dictionary"

Wed Mar 22 23:06:36 2017 rev:23 rq:481372 version:3.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-dictionary/gnome-dictionary.changes        
2016-03-29 14:44:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dictionary.new/gnome-dictionary.changes   
2017-03-22 23:06:37.406869845 +0100
@@ -1,0 +2,34 @@
+Mon Mar 20 12:05:57 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Move more UI into the XML template.
+  + Fix the DatabaseChooserButton construction.
+  + Remove unused app menu item.
+  + Store the appropriate window size.
+  + Bump up the dependency on GLib and GTK+.
+  + Use Unicode in translatable strings.
+  + Add Ctrl+Q keyboard accelerator quit shortcut.
+  + Updated translations.
+- Switch back to released tarball:
+  + Drop _service handling.
+  + Drop gnome-common BuildRequires and autogen.sh call.
+
+-------------------------------------------------------------------
+Mon Mar 13 18:48:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.20.1+20170312.f3d61d5:
+  + Add Flatpak manifest
+  + Include the right header in GdictClientContext
+  + Use gtk_show_uri_on_window() with newer GTK+
+  + Use gtk_menu_popup_at_widget() with newer GTK+
+  + Update translation.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Switch to source service and use latest upstream git. Following
+  this: Add gnome-common BuildRequires and autogen call.
+- Add gtk-doc BuildRequires: and pass --enable-gtk to configure,
+  needed now that we use a git checkout.
+- Add gobject-introspection-devel BuildRequires: New dependency.
+- Split out new typelib sub package typelib-1_0-Gdict-1.0.
+
+-------------------------------------------------------------------

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

New:
----
  gnome-dictionary-3.24.0.tar.xz

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

Other differences:
------------------
++++++ gnome-dictionary.spec ++++++
--- /var/tmp/diff_new_pack.Pa8MGd/_old  2017-03-22 23:06:38.166762158 +0100
+++ /var/tmp/diff_new_pack.Pa8MGd/_new  2017-03-22 23:06:38.170761591 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-dictionary
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,16 +17,20 @@
 
 
 Name:           gnome-dictionary
-Version:        3.20.0
+Version:        3.24.0
 Release:        0
 Summary:        Utility to look up words in dictionary sources
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-dictionary/3.20/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-dictionary/3.24/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.40.0
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.39.0
@@ -53,16 +57,25 @@
 
 %package -n libgdict-data
 Summary:        Library to look up words in dictionary sources
-License:        GPL-2.0+
-Group:          System/Libraries
 # Obsoleting a library is not entirely correct, but libgdict is only used
 # by gnome-dictionary. A further split of this package will happen in the 
future.
+License:        GPL-2.0+
+Group:          System/Libraries
 Obsoletes:      libgdict-1_0-6
 Obsoletes:      libgdict-1_0-8
 
 %description -n libgdict-data
 The Gdict library is an engine to look up words in dictionary sources.
 
+%package -n typelib-1_0-Gdict-1.0
+Summary:        Introspection bindings for gnome-dictionary
+License:        GPL-2.0+
+Group:          System/Libraries
+
+%description -n typelib-1_0-Gdict-1.0
+The Gdict library is an engine to look up words in dictionary sources.
+This package provides the GObject Introspection bindings.
+
 %package -n libgdict-devel
 Summary:        Library to look up words in dictionary sources -- Development 
Files
 License:        LGPL-2.1+
@@ -80,10 +93,14 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
-%configure --enable-ipv6
+%configure \
+       --enable-ipv6 \
+       --enable-gtk-doc
 make %{?_smp_mflags}
 
 %install
@@ -128,11 +145,16 @@
 %defattr(-,root,root)
 %{_datadir}/gdict-1.0/
 
+%files -n typelib-1_0-Gdict-1.0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/Gdict-1.0.typelib
+
 %files -n libgdict-devel
 %defattr(-,root,root)
 %{_includedir}/gdict-1.0/
 %{_libdir}/libgdict-1.0.so
 %{_libdir}/pkgconfig/gdict-1.0.pc
 %doc %{_datadir}/gtk-doc/html/gdict/
+%{_datadir}/gir-1.0/Gdict-1.0.gir
 
 %changelog

++++++ gnome-dictionary-3.20.0.tar.xz -> gnome-dictionary-3.24.0.tar.xz ++++++
++++ 32784 lines of diff (skipped)


Reply via email to