Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2018-01-30 15:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and      /work/SRC/openSUSE:Factory/.girara.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "girara"

Tue Jan 30 15:42:25 2018 rev:7 rq:569893 version:0.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/girara/girara.changes    2017-02-09 
11:15:42.338309070 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes       2018-01-30 
15:42:30.343921248 +0100
@@ -1,0 +2,11 @@
+Fri Jan 26 13:45:23 UTC 2018 - [email protected]
+
+- update to 0.2.7
+- respect optflags
+- spec-cleaned
+* Adopt CSS to newer GTK+ 3 releases
+* Remove obsolete features
+* Update translations
+* Various fixes and improvments
+
+-------------------------------------------------------------------

Old:
----
  girara-0.2.7.tar.gz

New:
----
  girara-0.2.8.tar.gz

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

Other differences:
------------------
++++++ girara.spec ++++++
--- /var/tmp/diff_new_pack.HJJzFO/_old  2018-01-30 15:42:30.903895105 +0100
+++ /var/tmp/diff_new_pack.HJJzFO/_new  2018-01-30 15:42:30.907894918 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# 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
@@ -17,9 +17,9 @@
 
 
 %define libname libgirara-gtk3
-%define so_ver  2
+%define so_ver  3
 Name:           girara
-Version:        0.2.7
+Version:        0.2.8
 Release:        0
 Summary:        Graphical user interface library
 License:        Zlib
@@ -27,10 +27,12 @@
 Url:            http://pwmt.org/projects/girara
 Source0:        
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
 BuildRequires:  gettext
+BuildRequires:  libxml2-tools
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libnotify)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 girara is a library that implements a user interface that focuses on
@@ -72,28 +74,27 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags} COLOR=0 VERBOSE=1
 
 %install
 make install \
        DESTDIR=%{buildroot} \
        LIBDIR=%{_libdir} \
-       COLOR=0
+       COLOR=0 \
+    VERBOSE=1
 
 %find_lang %{libname}-%{so_ver}
 find %{buildroot} -name '*.*a' -delete -print
 
 %post -n %{libname}-%{so_ver} -p /sbin/ldconfig
-
 %postun        -n %{libname}-%{so_ver} -p /sbin/ldconfig
 
 %files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang
-%defattr(-,root,root)
 %doc LICENSE README
 %{_libdir}/libgirara-gtk3.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libgirara-gtk3.so
 %{_includedir}/girara
 %{_libdir}/pkgconfig/girara-gtk3.pc

++++++ girara-0.2.7.tar.gz -> girara-0.2.8.tar.gz ++++++
++++ 5035 lines of diff (skipped)


Reply via email to