Hello community,

here is the log from the commit of package devhelp for openSUSE:Factory checked 
in at 2013-04-05 17:23:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/devhelp (Old)
 and      /work/SRC/openSUSE:Factory/.devhelp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "devhelp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes  2012-11-19 
13:57:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.devhelp.new/devhelp.changes     2013-04-05 
17:23:11.000000000 +0200
@@ -1,0 +2,44 @@
+Mon Mar 25 15:14:40 UTC 2013 - [email protected]
+
+- Update to version 3.8.0:
+  + Bugs fixed: bgo#696367, bgo#695455.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  5 15:31:51 UTC 2013 - [email protected]
+
+- Update to version 3.7.91:
+  + Bugs fixed: bgo#569021, bgo#600309, bgo#640567, bgo#665531,
+    bgo#671907, bgo#673320, bgo#693237.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb  5 19:09:08 UTC 2013 - [email protected]
+
+- Update to version 3.7.5:
+  + This release sees a revamp of the UI according to match
+    GNOME 3 applications.
+  + Bugs fixed: bgo#569021, bgo#646402, bgo#664080, bgo#671907,
+    bgo#679955, bgo#679956, bgo#688955, bgo#690599, bgo#690980,
+    bgo#692242, bgo#692732, bgo#693017, bgo#693023.
+  + Updated translations.
+- Drop gconf2-devel BuildRequires: no longer needed after the port
+  to GSettings.
+
+-------------------------------------------------------------------
+Tue Jan  8 19:30:07 UTC 2013 - [email protected]
+
+- Update to version 3.7.3:
+  + bgo#646402: port devhelp to gsettings
+  + bgo#683882: Can't Ctrl+C to copy
+  + bgo#687607: add keywords to the desktop file
+  + bgo#688919: devhelp fails to build with GNU gold due to
+    underlinking
+- Changes from version 3.7.1:
+  + bgo#685710: Switch to WebKit2 by default for 3.7.x
+  + Updated translatons.
+- Replace pkgconfig(webkitgtk-3.0) BuildRequires with
+  pkgconfig(webkit2gtk-3.0), following upstreams move to WebKit2.
+- Replace gconf schema handling with gsettings equivalents.
+
+-------------------------------------------------------------------

Old:
----
  devhelp-3.6.1.tar.xz

New:
----
  devhelp-3.8.0.tar.xz

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

Other differences:
------------------
++++++ devhelp.spec ++++++
--- /var/tmp/diff_new_pack.1COIvW/_old  2013-04-05 17:23:12.000000000 +0200
+++ /var/tmp/diff_new_pack.1COIvW/_new  2013-04-05 17:23:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package devhelp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,28 +19,26 @@
 %define vimplugin_dir %{_datadir}/vim/site
 
 Name:           devhelp
-Version:        3.6.1
+Version:        3.8.0
 Release:        0
 Summary:        Developer's Help Program for GNOME
 License:        GPL-2.0+
 Group:          Development/Tools/Other
 Url:            https://live.gnome.org/devhelp
-Source:         
http://download.gnome.org/sources/devhelp/3.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/devhelp/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
 # For directory ownership of the plugins:
 BuildRequires:  gedit
-BuildRequires:  gtk3-devel >= 3.4
+BuildRequires:  gtk3-devel >= 3.5.6
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vim
-BuildRequires:  pkgconfig(webkitgtk-3.0)
+BuildRequires:  pkgconfig(webkit2gtk-3.0) >= 1.10.0
 Recommends:     %{name}-lang
 Suggests:       gedit-plugin-devhelp
 Suggests:       vim-plugin-devhelp
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
 
 %description
 Devhelp is an API documentation browser for GTK+ and GNOME.
@@ -89,32 +87,29 @@
 # FIXME: there's also an emacs plugin: misc/devhelp.el
 %suse_update_desktop_file -G "Developer Help" %name Documentation
 %find_lang %{name} %{?no_lang_C}
-%find_gconf_schemas
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %fdupes %{buildroot}
 
-%pre -f %{name}.schemas_pre
-
 %post
 /sbin/ldconfig
+%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
-
 %postun
 /sbin/ldconfig
+%glib2_gsettings_schema_post
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f %{name}.schemas_list
+%files
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/devhelp
 %{_datadir}/applications/devhelp.desktop
 %{_datadir}/devhelp
+%{_datadir}/GConf/gsettings/devhelp.convert
+%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*.*
 %{_libdir}/*.so.*
 

++++++ devhelp-3.6.1.tar.xz -> devhelp-3.8.0.tar.xz ++++++
++++ 46883 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to