Hello community,

here is the log from the commit of package vala-panel-appmenu for 
openSUSE:Factory checked in at 2020-09-29 19:03:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vala-panel-appmenu (Old)
 and      /work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vala-panel-appmenu"

Tue Sep 29 19:03:56 2020 rev:6 rq:838405 version:0.7.5~git20200915.1e8791e

Changes:
--------
--- /work/SRC/openSUSE:Factory/vala-panel-appmenu/vala-panel-appmenu.changes    
2020-02-04 19:55:49.729408232 +0100
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-appmenu.new.4249/vala-panel-appmenu.changes
  2020-09-29 19:04:10.545946400 +0200
@@ -1,0 +2,15 @@
+Tue Sep 29 02:09:37 UTC 2020 - i...@marguerite.su
+
+- Update to version 0.7.5~git20200915.1e8791e:
+  * importer: process events after layout parse. For #327
+  * importer: small fixes
+  * meson: fix budgie applet name
+  * ci: fixed release
+  * ci: use VERSION only when required
+  * ci: add VERSION
+  * all: fully switch to meson
+  * meson: make docs installation configurable
+  * meson: clarify or later
+  * Update .gitlab-ci.yml
+
+-------------------------------------------------------------------

Old:
----
  vala-panel-appmenu-0.7.3.tar.xz

New:
----
  _service
  vala-panel-appmenu-0.7.5~git20200915.1e8791e.tar.xz

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

Other differences:
------------------
++++++ vala-panel-appmenu.spec ++++++
--- /var/tmp/diff_new_pack.5L2kuW/_old  2020-09-29 19:04:11.381947415 +0200
+++ /var/tmp/diff_new_pack.5L2kuW/_new  2020-09-29 19:04:11.385947420 +0200
@@ -17,20 +17,19 @@
 
 
 Name:           vala-panel-appmenu
-Version:        0.7.3
+Version:        0.7.5~git20200915.1e8791e
 Release:        0
 Summary:        AppMenu plugin for xfce4-panel, mate-panel and vala-panel
 License:        LGPL-3.0-or-later
 Group:          System/GUI/Other
-URL:            https://gitlab.com/vala-panel-project/vala-panel-appmenu
+URL:            https://github.com/rilian-la-te/vala-panel-appmenu
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  bamf-daemon
-BuildRequires:  cmake >= 3.6
 BuildRequires:  fdupes
 BuildRequires:  git
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.24
-BuildRequires:  vala-cmake-modules
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44
@@ -209,13 +208,12 @@
 %build
 export CFLAGS="$CFLAGS -I/usr/include/harfbuzz"
 export CXXFLAGS="$CXXFLAGS -I/usr/include/harfbuzz"
-%cmake \
-  -DCMAKE_SHARED_LINKER_FLAGS="" \
-  -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir}
-make %{?_smp_mflags} V=1
+meson --prefix=%{_prefix} build
+meson compile -C build
 
 %install
-%cmake_install
+DESTDIR=%{buildroot} meson install -C build --no-rebuild
+rm -rf %{buildroot}%{_datadir}/{appmenu-gtk-module,vala-panel-appmenu}/doc
 %find_lang %{name}
 %fdupes %{buildroot}%{_datadir}/
 
@@ -269,7 +267,7 @@
 %files -n libappmenu-gtk2-parser0
 %defattr(-,root,root)
 %{_libdir}/libappmenu-gtk2-parser.so.0
-%{_libdir}/libappmenu-gtk2-parser.so.%{version}
+%{_libdir}/libappmenu-gtk2-parser.so.0.7
 
 %files -n libappmenu-gtk2-parser-devel
 %defattr(-,root,root)
@@ -279,7 +277,7 @@
 %files -n libappmenu-gtk3-parser0
 %defattr(-,root,root)
 %{_libdir}/libappmenu-gtk3-parser.so.0
-%{_libdir}/libappmenu-gtk3-parser.so.%{version}
+%{_libdir}/libappmenu-gtk3-parser.so.0.7
 
 %files -n libappmenu-gtk3-parser-devel
 %defattr(-,root,root)

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/rilian-la-te/vala-panel-appmenu</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.7.5~git%cd.%h</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">vala-panel-appmenu-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">vala-panel-appmenu</param>
  </service>
</services>

Reply via email to