Hello community,

here is the log from the commit of package girara for openSUSE:Leap:15.2 
checked in at 2020-02-14 17:58:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/girara (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.girara.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "girara"

Fri Feb 14 17:58:17 2020 rev:17 rq:773639 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/girara/girara.changes  2020-01-15 
15:03:11.549834119 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.girara.new.26092/girara.changes       
2020-02-14 17:58:25.690838908 +0100
@@ -1,0 +2,30 @@
+Tue Feb 11 06:57:43 UTC 2020 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 0.3.4
+* bugixes
+
+-------------------------------------------------------------------
+Tue Nov  5 11:59:49 UTC 2019 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 0.3.3
+* Various fixes and improvments
+
+-------------------------------------------------------------------
+Sat Jan 19 11:30:45 UTC 2019 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 0.3.2
+* Various fixes and improvements
+* Update transations
+
+-------------------------------------------------------------------
+Wed May 23 08:18:06 UTC 2018 - mimi...@gmail.com
+
+- update to 0.3.0
+* Make colors changeable during runtime
+* various fixes
+* Replace deprecated GTK+ 3 functions
+* Replace build system with meson
+* Adopt CSS to newer GTK+ 3 releases
+* remove obsoleted features
+
+-------------------------------------------------------------------

Old:
----
  girara-0.2.8.tar.gz

New:
----
  girara-0.3.4.tar.gz

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

Other differences:
------------------
++++++ girara.spec ++++++
--- /var/tmp/diff_new_pack.zBIkaq/_old  2020-02-14 17:58:25.962839071 +0100
+++ /var/tmp/diff_new_pack.zBIkaq/_new  2020-02-14 17:58:25.962839071 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define libname libgirara-gtk3
 %define so_ver  3
 Name:           girara
-Version:        0.2.8
+Version:        0.3.4
 Release:        0
 Summary:        Graphical user interface library
 License:        Zlib
-Group:          Development/Libraries/C and C++
-Url:            http://pwmt.org/projects/girara
-Source0:        
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
+URL:            http://pwmt.org/projects/girara
+Source0:        
https://git.pwmt.org/pwmt/girara/-/archive/%{version}/%{name}-%{version}.tar.gz
+# Main homepage looks dead :(
+#Source0:        
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.xz
+BuildRequires:  doxygen
 BuildRequires:  gettext
 BuildRequires:  libxml2-tools
+BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(check)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(pango) >= 1.14
 
 %description
 girara is a library that implements a user interface that focuses on
@@ -48,7 +53,6 @@
 
 %package -n %{libname}-%{so_ver}
 Summary:        A graphical user interface library
-Group:          System/Libraries
 
 %description -n %{libname}-%{so_ver}
 girara is a library that implements a user interface that focuses on
@@ -64,7 +68,6 @@
 
 %package devel
 Summary:        Header files for the girara library
-Group:          Development/Libraries/C and C++
 Requires:       %{libname}-%{so_ver} = %{version}-%{release}
 
 %description devel
@@ -75,14 +78,11 @@
 
 %build
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags} COLOR=0 VERBOSE=1
+%meson
+%meson_build
 
 %install
-make install \
-       DESTDIR=%{buildroot} \
-       LIBDIR=%{_libdir} \
-       COLOR=0 \
-    VERBOSE=1
+%meson_install
 
 %find_lang %{libname}-%{so_ver}
 find %{buildroot} -name '*.*a' -delete -print
@@ -91,7 +91,8 @@
 %postun        -n %{libname}-%{so_ver} -p /sbin/ldconfig
 
 %files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang
-%doc LICENSE README
+%license LICENSE
+%doc README
 %{_libdir}/libgirara-gtk3.so.*
 
 %files devel

++++++ girara-0.2.8.tar.gz -> girara-0.3.4.tar.gz ++++++
++++ 10536 lines of diff (skipped)


Reply via email to