Hello community,

here is the log from the commit of package baobab for openSUSE:Factory checked 
in at 2018-03-14 19:27:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baobab (Old)
 and      /work/SRC/openSUSE:Factory/.baobab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baobab"

Wed Mar 14 19:27:40 2018 rev:39 rq:586195 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baobab/baobab.changes    2017-10-06 
10:58:09.293385873 +0200
+++ /work/SRC/openSUSE:Factory/.baobab.new/baobab.changes       2018-03-14 
19:27:41.813368589 +0100
@@ -1,0 +2,50 @@
+Mon Mar 12 12:33:24 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:23:27 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Wed Feb 14 20:06:12 UTC 2018 - [email protected]
+
+- Update to version 3.27.90:
+  + build: Use python3 found by meson to run
+    build-aux/post-install.py (bgo#791980).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Dec 17 02:40:35 UTC 2017 - [email protected]
+
+- Update to version 3.27.2:
+  + Add support for mouse back button.
+  * Replace window menu with a "Scan" button (and other visual
+    tweaks).
+  * Minor bugfixes.
+  * Updated documentation translations.
+  * Updated translations.
+- Update Url to https://wiki.gnome.org/Apps/Baobab: current
+  Baobab's web page.
+- Add gio-unix-2.0 and gobject-2.0 pkgconfig modules. Note that
+  they were being pulled with glib-2.0 module and used already
+  since they all live in glib2-devel package.
+- Add fdupes BuildRequires and its macro for replacement of
+  duplicates by hardlinks under the data directory.
+- Drop pkgconfig(gobject-introspection-1.0) BuildRequires: it's no
+  longer needed/required anymore.
+
+-------------------------------------------------------------------
+Tue Oct 17 10:41:22 UTC 2017 - [email protected]
+
+- Update to version 3.27.1:
+  + Build system ported to Meson.
+  + Use traditional titlebar on Unity.
+  + Updated translations.
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+
+-------------------------------------------------------------------

Old:
----
  baobab-3.26.1.tar.xz

New:
----
  baobab-3.28.0.tar.xz

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

Other differences:
------------------
++++++ baobab.spec ++++++
--- /var/tmp/diff_new_pack.RNf687/_old  2018-03-14 19:27:42.541342739 +0100
+++ /var/tmp/diff_new_pack.RNf687/_new  2018-03-14 19:27:42.549342455 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package baobab
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,24 +17,28 @@
 #
 
 
+%define glib2_version 2.44
 Name:           baobab
-Version:        3.26.1
+Version:        3.28.0
 Release:        0
 Summary:        Disk Usage Analyzer
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/baobab/3.26/%{name}-%{version}.tar.xz
+URL:            http://www.gnome.org
+Source:         
http://download.gnome.org/sources/baobab/3.28/%{name}-%{version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.38.0.11
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.30.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.39.90
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.1
+BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
+BuildRequires:  pkgconfig(gio-unix-2.0) >= %{glib2_version}
+BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
+BuildRequires:  pkgconfig(gobject-2.0) >= %{glib2_version}
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 Recommends:     %{name}-lang
 Conflicts:      gnome-utils < 3.3.1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Disk Usage Analyzer is a graphical, menu-driven application to analyse
@@ -47,29 +51,32 @@
 also provides a full graphical treemap window for each selected folder.
 
 %lang_package
+
 %prep
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+
 %suse_update_desktop_file org.gnome.%{name}
 %find_lang %{name} %{?no_lang_C}
+%fdupes %{buildroot}%{_datadir}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING COPYING.docs NEWS README
+%license COPYING COPYING.docs
+%doc AUTHORS NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/icons/hicolor/*/apps/%{name}*.*
 %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
 %{_datadir}/applications/org.gnome.%{name}.desktop
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/org.gnome.baobab.appdata.xml
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.baobab.service
 
 %files lang -f %{name}.lang

++++++ baobab-3.26.1.tar.xz -> baobab-3.28.0.tar.xz ++++++
++++ 92665 lines of diff (skipped)


Reply via email to