Hello community,

here is the log from the commit of package devhelp for openSUSE:Factory checked 
in at 2017-09-13 21:46:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/devhelp (Old)
 and      /work/SRC/openSUSE:Factory/.devhelp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "devhelp"

Wed Sep 13 21:46:24 2017 rev:72 rq:522917 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes  2017-03-22 
23:04:16.306866676 +0100
+++ /work/SRC/openSUSE:Factory/.devhelp.new/devhelp.changes     2017-09-13 
21:46:30.173708753 +0200
@@ -1,0 +2,66 @@
+Sun Sep 10 10:10:24 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Sep  8 22:18:56 UTC 2017 - jeng...@inai.de
+
+- Update package summaries and RPM category.
+  Replace old RPM macros by new constructs.
+  Avoid running fdupes across hardlink boundaries.
+
+-------------------------------------------------------------------
+Tue Aug 22 20:56:16 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.91:
+  + Bump Libtool version.
+  + Bugs fixed: bgo#786008.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug  7 08:57:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.2:
+  + Move New Tab action as a button in the headerbar (it's no
+    longer in the hamburger menu).
+  + Refactorings in DhLink.
+  + Rename dh_free_resources() to dh_finalize().
+  + Bugs fixed: bgo#721082, bgo#779386, bgo#783964.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue May 23 11:04:03 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.1:
+  + Book tree in the side panel: add context menu with Collapse All
+    action.
+  + Update GUI when system fonts change.
+  + Lots of code clean-up and refactorings.
+  + Clean up the GSettings schema.
+  + Use GIO to load the index files.
+  + Several bug fixes in the parser.
+  + Build system:
+    - Disable -Werror by default.
+    - Use git.mk.
+    - Check for gsettings-desktop-schemas with pkg-config.
+  + API:
+    - There has been some API breaks documented in the reference
+      manual, but both Anjuta and gnome-builder should still
+      compile and work fine.
+    - Several fixes in the GTK-Doc comments and GObject
+      Introspection annotations.
+    - Improve documentation, write class descriptions for public
+      classes.
+    - DhBookManager is now a singleton.
+    - Deprecate dh_link_get_page_name().
+    - dh_init() now initializes the i18n.
+    - New function: dh_free_resources().
+  + Bugs fixed: bgo#761292, bgo#775175, bgo#776596, bgo#782511.
+  + Updated translations.
+- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: New
+  dependency.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+-------------------------------------------------------------------

Old:
----
  devhelp-3.24.0.tar.xz

New:
----
  devhelp-3.26.0.tar.xz

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

Other differences:
------------------
++++++ devhelp.spec ++++++
--- /var/tmp/diff_new_pack.7HRgQ9/_old  2017-09-13 21:46:31.441530379 +0200
+++ /var/tmp/diff_new_pack.7HRgQ9/_new  2017-09-13 21:46:31.445529816 +0200
@@ -19,23 +19,26 @@
 %define vimplugin_dir %{_datadir}/vim/site
 
 Name:           devhelp
-Version:        3.24.0
+Version:        3.26.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.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/devhelp/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # For directory ownership of the plugins:
 BuildRequires:  gedit
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  intltool
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  vim
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gsettings-desktop-schemas)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.6
 Recommends:     %{name}-lang
 Suggests:       gedit-plugin-devhelp
@@ -46,7 +49,7 @@
 Devhelp is an API documentation browser for GTK+ and GNOME.
 
 %package -n typelib-1_0-Devhelp-3_0
-Summary:        Developer's Help Program For GNOME
+Summary:        Introspection bindings for the GNOME Developer Help program
 Group:          System/Libraries
 
 %description -n typelib-1_0-Devhelp-3_0
@@ -55,8 +58,8 @@
 This package contains the gobject introspection based typelib library.
 
 %package devel
-Summary:        Developer's Help Program For GNOME
-Group:          Development/Tools/Other
+Summary:        Development files for the GNOME Developer Help program
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       typelib-1_0-Devhelp-3_0 = %{version}
 
@@ -64,7 +67,7 @@
 Devhelp is an API documentation browser for GTK+ and GNOME.
 
 %package -n gedit-plugin-devhelp
-Summary:        Developer's Help Program for GNOME
+Summary:        Devhelp plugin for Gedit
 Group:          Development/Tools/Other
 Requires:       gedit
 
@@ -72,7 +75,7 @@
 Devhelp is an API documentation browser for GTK+ and GNOME.
 
 %package -n vim-plugin-devhelp
-Summary:        Developer's Help Program for GNOME
+Summary:        Devhelp plugin for Vim
 Group:          Development/Tools/Other
 Requires:       vim
 
@@ -82,7 +85,9 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure \
@@ -90,7 +95,7 @@
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 # glibmm2 needs this
 mkdir -p %{buildroot}%{_datadir}/devhelp/books
 # install vim plugin
@@ -100,7 +105,7 @@
 %suse_update_desktop_file -G "Developer Help" org.gnome.Devhelp Documentation
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %post
 /sbin/ldconfig

++++++ devhelp-3.24.0.tar.xz -> devhelp-3.26.0.tar.xz ++++++
++++ 72356 lines of diff (skipped)


Reply via email to