Hello community, here is the log from the commit of package vala-panel for openSUSE:Factory checked in at 2018-08-29 12:26:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vala-panel (Old) and /work/SRC/openSUSE:Factory/.vala-panel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vala-panel" Wed Aug 29 12:26:52 2018 rev:6 rq:632009 version:0.4.61 Changes: -------- --- /work/SRC/openSUSE:Factory/vala-panel/vala-panel.changes 2017-05-03 15:54:01.135087622 +0200 +++ /work/SRC/openSUSE:Factory/.vala-panel.new/vala-panel.changes 2018-08-29 12:26:53.751619291 +0200 @@ -1,0 +2,7 @@ +Mon Aug 27 11:59:46 UTC 2018 - [email protected] + +- Update to version 0.4.61: + * No changelog available. +- Remove vala-panel-lower-reqs.patch. + +------------------------------------------------------------------- Old: ---- vala-panel-0.3.8.tar.gz vala-panel-lower-reqs.patch New: ---- vala-panel-0.4.61.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vala-panel.spec ++++++ --- /var/tmp/diff_new_pack.TrpzTG/_old 2018-08-29 12:26:54.335620574 +0200 +++ /var/tmp/diff_new_pack.TrpzTG/_new 2018-08-29 12:26:54.335620574 +0200 @@ -1,7 +1,7 @@ # # spec file for package vala-panel # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,27 +16,28 @@ # +%define _rev 7a37f54f0eee17de4f9094c1033967bd Name: vala-panel -Version: 0.3.8 +Version: 0.4.61 Release: 0 Summary: A Gtk3 desktop panel based on Vala -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/GUI/Other -Url: https://github.com/rilian-la-te/vala-panel -Source: https://github.com/rilian-la-te/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE vala-panel-lower-reqs.patch [email protected] -- Lower requirements for openSUSE Leap 42.x. -Patch0: vala-panel-lower-reqs.patch -BuildRequires: cmake >= 2.8 +URL: https://gitlab.com/vala-panel-project/vala-panel +Source: https://gitlab.com/vala-panel-project/vala-panel/uploads/%{_rev}/%{name}-%{version}.tar.gz +BuildRequires: cmake >= 3.3 BuildRequires: fdupes BuildRequires: gettext BuildRequires: pkgconfig -BuildRequires: vala >= 0.32 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0 -BuildRequires: pkgconfig(libpeas-1.0) >= 1.2.0 +BuildRequires: vala >= 0.34 +BuildRequires: pkgconfig(glib-2.0) >= 2.56.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(libpeas-1.0) >= 1.14.0 BuildRequires: pkgconfig(libwnck-3.0) >= 3.4.0 Recommends: %{name}-lang Recommends: %{name}-plugin-sntray Recommends: %{name}-plugins-base = %{version} +Recommends: %{name}-runner = %{version} Suggests: %{name}-plugin-appmenu Suggests: %{name}-plugins-wnck = %{version} @@ -65,11 +66,23 @@ This is a development package for vala-panel. +%package runner +Summary: Commands runner for vala-panel +Group: System/GUI/Other +Requires: %{name} = %{version} + +%description runner +Vala Panel is a desktop panel written in Vala and Gtk3. + +This is a simple commands runner for vala-panel. + %package plugins-base Summary: Plugins for vala-panel -- non-X11 plugins Group: System/GUI/Other %description plugins-base +Vala Panel is a desktop panel written in Vala and Gtk3. + This package contains main plugins for vala-panel: clock, launchbar, applications menu and so on. @@ -78,12 +91,13 @@ Group: System/GUI/Other %description plugins-wnck +Vala Panel is a desktop panel written in Vala and Gtk3. + This package contains X11 plugins for vala-panel: tasklist, system tray, and others. %prep %setup -q -%patch0 -p1 %build %if 0%{?suse_version} <= 1320 @@ -101,15 +115,20 @@ %fdupes %{buildroot}%{_datadir}/ %post +/sbin/ldconfig +%if 0%{?suse_version} < 1500 %icon_theme_cache_post %glib2_gsettings_schema_post -/sbin/ldconfig +%endif %postun +/sbin/ldconfig +%if 0%{?suse_version} < 1500 %icon_theme_cache_postun %glib2_gsettings_schema_postun -/sbin/ldconfig +%endif +%if 0%{?suse_version} < 1500 %post plugins-base %glib2_gsettings_schema_post @@ -121,33 +140,37 @@ %postun plugins-wnck %glib2_gsettings_schema_postun +%endif %files -%defattr(-,root,root) -%doc LICENSE README.md +%license LICENSE +%doc README.md %config %{_sysconfdir}/xdg/vala-panel/ %{_bindir}/vala-panel* +%exclude %{_bindir}/vala-panel-runner %{_datadir}/glib-2.0/schemas/org.valapanel.gschema.xml %{_libdir}/libvalapanel.so.* -%{_libdir}/vala-panel/*.so.* %{_datadir}/vala/ %{_datadir}/vala-panel/ %{_datadir}/glib-2.0/schemas/org.valapanel.toplevel.gschema.xml +%{_datadir}/applications/org.valapanel.application.desktop %{_datadir}/icons/hicolor/*/apps/vala-panel.* +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/org.valapanel.application.appdata.xml %{_mandir}/man?/vala-panel.?%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root) %files devel -%defattr(-,root,root) %{_libdir}/libvalapanel.so -%{_libdir}/vala-panel/*.so %{_includedir}/vala-panel/ %{_libdir}/pkgconfig/vala-panel.pc +%files runner +%{_bindir}/vala-panel-runner +%{_mandir}/man1/vala-panel-runner.1%{?ext_man} + %files plugins-base -%defattr(-,root,root) %{_datadir}/glib-2.0/schemas/org.valapanel.builtin.gschema.xml %{_datadir}/glib-2.0/schemas/org.valapanel.plugins.gschema.xml %dir %{_libdir}/vala-panel/ @@ -160,31 +183,16 @@ %{_libdir}/vala-panel/applets/libmenumodel.so %{_libdir}/vala-panel/applets/libseparator.so %{_libdir}/vala-panel/applets/libmonitors.so -%{_libdir}/vala-panel/applets/clock.plugin -%{_libdir}/vala-panel/applets/cpu.plugin -%{_libdir}/vala-panel/applets/dirmenu.plugin -%{_libdir}/vala-panel/applets/kbled.plugin -%{_libdir}/vala-panel/applets/launchbar.plugin -%{_libdir}/vala-panel/applets/menumodel.plugin -%{_libdir}/vala-panel/applets/separator.plugin -%{_libdir}/vala-panel/applets/monitors.plugin %files plugins-wnck -%defattr(-,root,root) %{_datadir}/glib-2.0/schemas/org.valapanel.X.gschema.xml %{_libdir}/vala-panel/applets/libxembed.so %{_libdir}/vala-panel/applets/libdeskno.so %{_libdir}/vala-panel/applets/libtasklist.so +%{_libdir}/vala-panel/applets/libtasklist-xfce.so %{_libdir}/vala-panel/applets/libwincmd.so %{_libdir}/vala-panel/applets/libpager.so %{_libdir}/vala-panel/applets/libbuttons.so %{_libdir}/vala-panel/applets/libicontasks.so -%{_libdir}/vala-panel/applets/xembed.plugin -%{_libdir}/vala-panel/applets/deskno.plugin -%{_libdir}/vala-panel/applets/tasklist.plugin -%{_libdir}/vala-panel/applets/wincmd.plugin -%{_libdir}/vala-panel/applets/pager.plugin -%{_libdir}/vala-panel/applets/buttons.plugin -%{_libdir}/vala-panel/applets/icontasks.plugin %changelog ++++++ vala-panel-0.3.8.tar.gz -> vala-panel-0.4.61.tar.gz ++++++ ++++ 40466 lines of diff (skipped)
