Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2020-01-27 00:23:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and      /work/SRC/openSUSE:Factory/.d-feet.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "d-feet"

Mon Jan 27 00:23:00 2020 rev:40 rq:767332 version:0.3.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes    2019-01-08 
12:31:03.024103981 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new.26092/d-feet.changes 2020-01-27 
00:23:35.765529744 +0100
@@ -1,0 +2,17 @@
+Sat Jan 25 14:06:33 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Sat Aug 10 19:10:44 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 0.3.15:
+  + Restructure menus to follow GNOME 3.32 menu guidelines.
+  + New app icon as part of the GNOME 3.32 icon redesign.
+  + Add OARS content-rating data.
+  + New Meson-based build system.
+  + Updated translations.
+- Add meson BuildRequires and macros following upstreams port.
+- No longer build as NoArch, FIXME added to spec.
+
+-------------------------------------------------------------------

Old:
----
  d-feet-0.3.14.tar.xz

New:
----
  d-feet-0.3.15.tar.xz

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

Other differences:
------------------
++++++ d-feet.spec ++++++
--- /var/tmp/diff_new_pack.mG2CAw/_old  2020-01-27 00:23:36.841530251 +0100
+++ /var/tmp/diff_new_pack.mG2CAw/_new  2020-01-27 00:23:36.849530255 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           d-feet
-Version:        0.3.14
+Version:        0.3.15
 Release:        0
 Summary:        Graphical D-Bus Debugger
 License:        GPL-2.0-or-later
@@ -28,14 +28,15 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
-Recommends:     %{name}-lang
-BuildArch:      noarch
+### FIXME ###
+#BuildArch:      noarch
 
 %description
 D-Feet is a graphical D-Bus debugger.  D-Bus is an RPC library used on
@@ -49,13 +50,13 @@
 
 %build
 export PYTHON=%{_bindir}/python3
-%configure \
-       --libdir=/unused-in-noarch \
-       --disable-tests \
+%meson \
+       -Dtests=false \
        %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
@@ -65,12 +66,13 @@
 %doc AUTHORS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-%{python3_sitelib}/dfeet/
+### FIXME ### we should be able to use noarch as before, but meson refuses my 
advances :-(
+#%%{python3_sitelib}/dfeet/
+%{_libdir}/python3.*/site-packages/dfeet/
 %{_datadir}/%{name}/
 %{_datadir}/applications/org.gnome.dfeet.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.dfeet.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
-%{_datadir}/icons/HighContrast/
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/org.gnome.dfeet.appdata.xml
 

++++++ d-feet-0.3.14.tar.xz -> d-feet-0.3.15.tar.xz ++++++
++++ 24505 lines of diff (skipped)


Reply via email to