Hello community,

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

Package is "gnome-dictionary"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-dictionary/gnome-dictionary.changes        
2015-02-27 11:09:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-dictionary.new/gnome-dictionary.changes   
2015-03-30 19:28:33.000000000 +0200
@@ -1,0 +2,45 @@
+Mon Mar 23 09:07:47 UTC 2015 - [email protected]
+
+- Update to version 3.16.0:
+  + Documentation: Fix paste keyboard shortcut.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 16 08:59:46 UTC 2015 - [email protected]
+
+- Update to version 3.15.92:
+  + Implement GApplication::activate signal.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  3 08:36:37 UTC 2015 - [email protected]
+
+- Update to version 3.15.91:
+  + Application:
+    - Rename the AppData file to match the desktop name.
+    - Drop slash for the 'Find' action.
+  + Build system fixes.
+  + Bugs fixed: bgo#745022.
+  + Updated translations.
+- Rename libgdict-1_0-6 subpackage to libgdict-1_0-8, following
+  upstreams soname bump.
+- Split out a new libgdict-data package, required by
+  libgdata-1_0-8, in order to not have conflicts in the future.
+- Obsolete libgdict-1_0-6 from the new -data package. Not exactly
+  correct, but aids on upgrades. gnome-dictionary is the only
+  consumer of this library.
+
+-------------------------------------------------------------------
+Tue Feb 17 09:00:38 UTC 2015 - [email protected]
+
+- Update to version 3.15.90:
+  + Application:
+    - Convert to new-style commandline option handling.
+    - Make DBus-activatable.
+    - bgo#528956: duplicated dictionary sources.
+  + Library:
+    - Fix emission of lookup-start.
+    - Add GObject introspection support.
+  + Updated translations.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-dictionary.spec ++++++
--- /var/tmp/diff_new_pack.ZjDPyP/_old  2015-03-30 19:28:34.000000000 +0200
+++ /var/tmp/diff_new_pack.ZjDPyP/_new  2015-03-30 19:28:34.000000000 +0200
@@ -17,20 +17,20 @@
 
 
 Name:           gnome-dictionary
-Version:        3.14.2
+Version:        3.16.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.14/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-dictionary/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.39.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 Recommends:     %{name}-lang
 Conflicts:      gnome-utils < 3.3.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -40,21 +40,33 @@
 The Dictionary application enables you to search words and terms on a
 dictionary source.
 
-%package -n libgdict-1_0-6
+%package -n libgdict-1_0-8
 Summary:        Library to look up words in dictionary sources
 License:        LGPL-2.1+
 Group:          System/Libraries
+Requires:       libgdict-data >= %{version}
 # The library has translated strings
 Recommends:     %{name}-lang
 
-%description -n libgdict-1_0-6
+%description -n libgdict-1_0-8
+The Gdict library is an engine to look up words in dictionary sources.
+
+%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.
+Obsoletes:      libgdict-1_0-6
+
+%description -n libgdict-data
 The Gdict library is an engine to look up words in dictionary sources.
 
 %package -n libgdict-devel
 Summary:        Library to look up words in dictionary sources -- Development 
Files
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Requires:       libgdict-1_0-6 = %{version}
+Requires:       libgdict-1_0-8 = %{version}
 Provides:       gnome-utils-doc = %{version}
 Obsoletes:      gnome-utils-doc < %{version}
 # gnome-utils-devel name changed during development of 11.4. Post 12.1, this 
package got split off gnome-utils.
@@ -76,7 +88,7 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file %{name}
+%suse_update_desktop_file org.gnome.Dictionary
 %fdupes %{buildroot}%{_datadir}/help
 %find_lang %{name} %{?no_lang_C}
 
@@ -88,29 +100,32 @@
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 
-%post -n libgdict-1_0-6 -p /sbin/ldconfig
+%post -n libgdict-1_0-8 -p /sbin/ldconfig
 
-%postun -n libgdict-1_0-6 -p /sbin/ldconfig
+%postun -n libgdict-1_0-8 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYING.docs NEWS README
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-%{_datadir}/%{name}/
-%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_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}/applications/%{name}.desktop
-%doc %{_datadir}/help/C/%{name}/
-%{_datadir}/appdata/gnome-dictionary.appdata.xml
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files lang -f %{name}.lang
 
-%files -n libgdict-1_0-6
+%files -n libgdict-1_0-8
 %defattr(-,root,root)
 %doc COPYING.libs
-%{_datadir}/gdict-1.0/
 %{_libdir}/libgdict-1.0.so.*
 
+%files -n libgdict-data
+%defattr(-,root,root)
+%{_datadir}/gdict-1.0/
+
 %files -n libgdict-devel
 %defattr(-,root,root)
 %{_includedir}/gdict-1.0/

++++++ gnome-dictionary-3.14.2.tar.xz -> gnome-dictionary-3.16.0.tar.xz ++++++
++++ 45163 lines of diff (skipped)


Reply via email to