Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2017-12-12 21:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glade (Old)
 and      /work/SRC/openSUSE:Factory/.glade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glade"

Tue Dec 12 21:18:02 2017 rev:31 rq:554713 version:3.20.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/glade/glade.changes      2017-10-06 
11:01:36.929991993 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2017-12-12 
21:18:12.968195689 +0100
@@ -1,0 +2,29 @@
+Mon Nov 27 21:06:49 UTC 2017 - [email protected]
+
+- Update to version 3.20.2:
+  + Install appstream metadata to non-deprecated location.
+  + Fix bugs:
+    - Glade interface designer eating ram & cpu (bgo#763624).
+    - Glade saves invalid GtkBuilder XML (bgo#790452).
+    - GtkLabel xalign and halign appeared in GTK+ 3.16 and are not
+      deprecated (bgo#782645).
+    - Add background class to GladeDesignLayout children
+      (bgo#773669).
+  + Updated translations.
+- Add gmodule-export-2.0 and gobject-2.0 pkgconfig BuildRequires:
+  they were being pulled and used since the package already had
+  another declared module dependencies upon glib2-devel, the same
+  provider. Note that gobject-2.0 is not mentioned in configure.ac
+  but it is checked by configure and the same goes for glib-2.0
+  module.
+- Drop docbook-xsl-stylesheets BuildRequires and add gtk-doc:
+  that's what upstream uses and we don't want deviations to avoid
+  unexpected bugs.
+- Pass enable-man-pages enable-gtk-doc and to ensure that manuals
+  and documentation will be built.
+- Remove gnome-common BuildRequires and autogen.sh call, as we no
+  longer carry any patches.
+- Adopt %make_build macro and drop raw commands following the best
+  practices.
+
+-------------------------------------------------------------------

Old:
----
  glade-3.20.1.tar.xz

New:
----
  glade-3.20.2.tar.xz

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

Other differences:
------------------
++++++ glade.spec ++++++
--- /var/tmp/diff_new_pack.oguYKp/_old  2017-12-12 21:18:13.660162285 +0100
+++ /var/tmp/diff_new_pack.oguYKp/_new  2017-12-12 21:18:13.664162092 +0100
@@ -17,23 +17,24 @@
 
 
 Name:           glade
-Version:        3.20.1
+Version:        3.20.2
 Release:        0
 Summary:        User Interface Builder for GTK+ 3
 License:        GPL-2.0+
 Group:          Development/Tools/GUI Builders
 Url:            https://glade.gnome.org/
-Source:         
https://download.gnome.org/sources/glade/3.20/%{name}-%{version}.tar.xz
-BuildRequires:  docbook-xsl-stylesheets
+Source:         
http://download.gnome.org/sources/glade/3.20/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(glib-2.0) >= 2.53.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.10.0
 BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gmodule-export-2.0)
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.10.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.8.0
@@ -84,9 +85,11 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure --disable-static
-make %{?_smp_mflags} V=1
+%configure \
+    --disable-static \
+    --enable-gtk-doc \
+    --enable-man-pages
+%make_build
 
 %install
 %make_install
@@ -106,8 +109,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/glade
 %{_bindir}/glade-previewer
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/glade.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/glade.appdata.xml
 %{_datadir}/applications/glade.desktop
 %{_datadir}/glade/
 %{_datadir}/icons/hicolor/*/apps/*.*
@@ -136,11 +139,13 @@
 
 %files -n libgladeui-2-devel
 %defattr (-, root, root)
+%dir %{_datadir}/gtk-doc
+%dir %{_datadir}/gtk-doc/html
+%doc %{_datadir}/gtk-doc/html/gladeui-2
 %{_includedir}/libgladeui-2.0/
 %{_libdir}/pkgconfig/gladeui-2.0.pc
 %{_libdir}/libgladeui*.so
 %{_datadir}/gir-1.0/*.gir
-%doc %{_datadir}/gtk-doc/html/gladeui-2/
 
 %files lang -f %{name}.lang
 

++++++ glade-3.20.1.tar.xz -> glade-3.20.2.tar.xz ++++++
++++ 30177 lines of diff (skipped)


Reply via email to