Hello community, here is the log from the commit of package girara for openSUSE:Factory checked in at 2015-05-11 19:39:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/girara (Old) and /work/SRC/openSUSE:Factory/.girara.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "girara" Changes: -------- --- /work/SRC/openSUSE:Factory/girara/girara.changes 2014-10-31 12:24:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes 2015-05-11 19:49:33.000000000 +0200 @@ -1,0 +2,17 @@ +Mon May 11 08:20:29 UTC 2015 - [email protected] + +- edhance spec to better work with so_version + +------------------------------------------------------------------- +Sun May 10 19:40:38 UTC 2015 - [email protected] + +- update to 0.2.4 +* Make xembed support optional +* Use GDK_WINDOWING_X11 +* Command to dump settings to JSON file +* Make undershoot transparent +* Update build system +* Update documentation +* Update translations + +------------------------------------------------------------------- Old: ---- girara-0.2.3.tar.gz New: ---- girara-0.2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ girara.spec ++++++ --- /var/tmp/diff_new_pack.lIMK7D/_old 2015-05-11 19:49:33.000000000 +0200 +++ /var/tmp/diff_new_pack.lIMK7D/_new 2015-05-11 19:49:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package girara # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,9 +16,10 @@ # -%define libname libgirara-gtk3-1 +%define libname libgirara-gtk3 +%define so_ver 2 Name: girara -Version: 0.2.3 +Version: 0.2.4 Release: 0 Summary: User interface library License: Zlib @@ -31,11 +32,11 @@ BuildRequires: pkgconfig(libnotify) BuildRoot: %{_tmppath}/%{name}-%{version}-build -%package -n %{libname} +%package -n %{libname}-%{so_ver} Summary: Header files for girara library Group: System/Libraries -%description -n %{libname} +%description -n %{libname}-%{so_ver} girara is a library that implements a user interface that focuses on simplicity and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it provides an interface that focuses on three main @@ -62,7 +63,7 @@ %package devel Summary: Header files for girara library Group: Development/Libraries -Requires: %{libname} = %{version}-%{release} +Requires: %{libname}-%{so_ver} = %{version}-%{release} %description devel Header files for girara user interface library. @@ -76,16 +77,17 @@ %install make install \ DESTDIR=%{buildroot} \ - LIBDIR=%{_libdir} + LIBDIR=%{_libdir} \ + COLOR=0 -%find_lang libgirara-gtk3-1 +%find_lang %{libname}-%{so_ver} find %{buildroot} -name '*.*a' -delete -print -%post -n %{libname} -p /sbin/ldconfig +%post -n %{libname}-%{so_ver} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%postun -n %{libname}-%{so_ver} -p /sbin/ldconfig -%files -n %{libname} -f libgirara-gtk3-1.lang +%files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang %defattr(-,root,root) %doc LICENSE README %{_libdir}/libgirara-gtk3.so.* @@ -96,3 +98,4 @@ %{_includedir}/girara %{_libdir}/pkgconfig/girara-gtk3.pc +%changelog ++++++ girara-0.2.3.tar.gz -> girara-0.2.4.tar.gz ++++++ ++++ 23023 lines of diff (skipped)
