Hello community, here is the log from the commit of package girara for openSUSE:Factory checked in at 2018-05-24 23:24:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/girara (Old) and /work/SRC/openSUSE:Factory/.girara.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "girara" Thu May 24 23:24:38 2018 rev:8 rq:611518 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/girara/girara.changes 2018-01-30 15:42:30.343921248 +0100 +++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes 2018-05-24 23:24:40.117805175 +0200 @@ -1,0 +2,11 @@ +Wed May 23 08:18:06 UTC 2018 - [email protected] + +- 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.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ girara.spec ++++++ --- /var/tmp/diff_new_pack.Samoyg/_old 2018-05-24 23:24:40.781781011 +0200 +++ /var/tmp/diff_new_pack.Samoyg/_new 2018-05-24 23:24:40.785780866 +0200 @@ -19,15 +19,16 @@ %define libname libgirara-gtk3 %define so_ver 3 Name: girara -Version: 0.2.8 +Version: 0.3.0 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: http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.xz BuildRequires: gettext BuildRequires: libxml2-tools +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 @@ -75,14 +76,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 +89,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
