Hello community,

here is the log from the commit of package vala-panel for openSUSE:Factory 
checked in at 2017-05-03 15:53:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vala-panel (Old)
 and      /work/SRC/openSUSE:Factory/.vala-panel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vala-panel"

Wed May  3 15:53:57 2017 rev:5 rq:487952 version:0.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/vala-panel/vala-panel.changes    2017-04-11 
09:39:44.814988180 +0200
+++ /work/SRC/openSUSE:Factory/.vala-panel.new/vala-panel.changes       
2017-05-03 15:54:01.135087622 +0200
@@ -1,0 +2,9 @@
+Wed Apr  5 14:54:33 UTC 2017 - [email protected]
+
+- Update to version 0.3.8:
+  * No changelog available.
+- Remove vala-panel-0.3.6-vala-0.36.patch: fixed upstream.
+- Add vala-panel-lower-reqs.patch: lower requirements for
+  openSUSE Leap 42.x.
+
+-------------------------------------------------------------------

Old:
----
  vala-panel-0.3.6-vala-0.36.patch
  vala-panel-0.3.6.tar.gz

New:
----
  vala-panel-0.3.8.tar.gz
  vala-panel-lower-reqs.patch

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

Other differences:
------------------
++++++ vala-panel.spec ++++++
--- /var/tmp/diff_new_pack.kZ614y/_old  2017-05-03 15:54:01.846987120 +0200
+++ /var/tmp/diff_new_pack.kZ614y/_new  2017-05-03 15:54:01.846987120 +0200
@@ -17,21 +17,21 @@
 
 
 Name:           vala-panel
-Version:        0.3.6
+Version:        0.3.8
 Release:        0
 Summary:        A Gtk3 desktop panel based on Vala
 License:        GPL-3.0+
 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-UPSTREAM vala-panel-0.3.6-vala-0.36.patch -- Fix build with Vala 
0.36 and newer (commits 01bb0cd, 466bc4b).
-Patch0:         vala-panel-0.3.6-vala-0.36.patch
+# 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
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  pkgconfig
-BuildRequires:  vala >= 0.24
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
+BuildRequires:  vala >= 0.32
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.2.0
 BuildRequires:  pkgconfig(libwnck-3.0) >= 3.4.0
 Recommends:     %{name}-lang
@@ -56,9 +56,9 @@
 Summary:        Development files for vala-panel
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
-Requires:       pkgconfig(gtk+-3.0) >= 3.16.0
-Requires:       pkgconfig(libpeas-1.0) >= 1.2.0
-Requires:       pkgconfig(libwnck-3.0) >= 3.4.0
+Requires:       pkgconfig(gtk+-3.0)
+Requires:       pkgconfig(libpeas-1.0)
+Requires:       pkgconfig(libwnck-3.0)
 
 %description devel
 Vala Panel is a desktop panel written in Vala and Gtk3.
@@ -86,8 +86,12 @@
 %patch0 -p1
 
 %build
+%if 0%{?suse_version} <= 1320
+export CFLAGS="%{optflags} -std=gnu99"
+%endif
 %cmake \
   -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} \
+  -DCMAKE_SHARED_LINKER_FLAGS=""            \
   -DGSETTINGS_COMPILE=OFF
 make %{?_smp_mflags} V=1
 
@@ -122,14 +126,15 @@
 %defattr(-,root,root)
 %doc LICENSE README.md
 %config %{_sysconfdir}/xdg/vala-panel/
-%{_mandir}/man?/vala-panel.?%{?ext_man}
-%{_bindir}/vala-panel
+%{_bindir}/vala-panel*
 %{_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}/icons/hicolor/*/apps/vala-panel.*
+%{_mandir}/man?/vala-panel.?%{?ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)
@@ -137,6 +142,7 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/libvalapanel.so
+%{_libdir}/vala-panel/*.so
 %{_includedir}/vala-panel/
 %{_libdir}/pkgconfig/vala-panel.pc
 
@@ -172,11 +178,13 @@
 %{_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.6.tar.gz -> vala-panel-0.3.8.tar.gz ++++++
++++ 16329 lines of diff (skipped)

++++++ vala-panel-lower-reqs.patch ++++++
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,7 +82,7 @@ add_definitions(-DGETTEXT_PACKAGE=\"${GE
 # Vala
 find_package (Vala REQUIRED)
 include (ValaVersion)
-ensure_vala_version ("0.34" MINIMUM)
+ensure_vala_version ("0.32" MINIMUM)
 include (ValaPrecompile)
 
 add_definitions(-DVALA_VERSION="${VALA_SHORTVER}")
@@ -96,13 +96,13 @@ add_definitions(-Wall -Wno-unused # Vala
 find_package (PkgConfig)
 
 pkg_check_modules (A
-        gtk+-3.0>=3.22)
+        gtk+-3.0>=3.20)
 
 pkg_check_modules (B
-  glib-2.0>=2.50)
+  glib-2.0>=2.48)
 
 pkg_check_modules (C
-  gio-2.0>=2.50
+  gio-2.0>=2.48
 )
 
 pkg_check_modules (GLIB_OLD QUIET
@@ -110,10 +110,10 @@ pkg_check_modules (GLIB_OLD QUIET
 )
 
 pkg_check_modules (D
-  gio-unix-2.0>=2.50)
+  gio-unix-2.0>=2.48)
 
 pkg_check_modules (E
-  gthread-2.0>=2.50)
+  gthread-2.0>=2.48)
 
 pkg_check_modules (F
   libpeas-1.0>=1.2)
@@ -122,17 +122,17 @@ pkg_check_modules (G
   libpeas-gtk-1.0>=1.2)
 
 pkg_check_modules (H
-  gmodule-2.0>=2.50)
+  gmodule-2.0>=2.48)
 
 pkg_check_modules (CORE REQUIRED QUIET
-  gtk+-3.0>=3.22
-  glib-2.0>=2.50
-  gio-2.0>=2.50
-  gio-unix-2.0>=2.50
-  gthread-2.0>=2.50
+  gtk+-3.0>=3.20
+  glib-2.0>=2.48
+  gio-2.0>=2.48
+  gio-unix-2.0>=2.48
+  gthread-2.0>=2.48
   libpeas-1.0>=1.2
   libpeas-gtk-1.0>=1.2
-  gmodule-2.0>=2.50)
+  gmodule-2.0>=2.48)
 
 set(CORE_PACKAGES
   gtk+-3.0

Reply via email to