Hello community, here is the log from the commit of package unico for openSUSE:Factory checked in at 2015-03-18 13:06:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unico (Old) and /work/SRC/openSUSE:Factory/.unico.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unico" Changes: -------- --- /work/SRC/openSUSE:Factory/unico/unico.changes 2014-02-05 13:46:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.unico.new/unico.changes 2015-03-18 13:06:08.000000000 +0100 @@ -1,0 +2,13 @@ +Sun Mar 15 16:35:32 UTC 2015 - [email protected] + +- Proper spec cleanup. + +------------------------------------------------------------------- +Tue Apr 01 23:45:07 UTC 2014 - [email protected] + +- Upgrade unico from Ubuntu repository. +- unico-bnc813150-gtk-theming-engine-crash.patch and + unico-fix-render-focus.patch had been dropped because of a major + release upgrade. + +------------------------------------------------------------------- Old: ---- unico-1.0.2.tar.gz unico-bnc813150-gtk-theming-engine-crash.patch unico-fix-render-focus.patch New: ---- unico_1.0.3+14.04.20140109.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unico.spec ++++++ --- /var/tmp/diff_new_pack.A4IrAn/_old 2015-03-18 13:06:09.000000000 +0100 +++ /var/tmp/diff_new_pack.A4IrAn/_new 2015-03-18 13:06:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package unico # -# Copyright (c) 2013 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,54 +16,48 @@ # +%define _version 1.0.3+14.04.20140109 Name: unico -Version: 1.0.2 +Version: 1.0.3+bzr20140109 Release: 0 -Summary: The Unico Gtk+ Theming Engine +Summary: Gtk3 theming engine License: LGPL-2.1+ Group: System/GUI/GNOME Url: http://launchpad.net/unico -Source0: %{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM unico-bnc813150-gtk-theming-engine-crash.patch bnc#813150 lp#1000545 [email protected] - Fix crash on gtk-theming-engine -Patch1: unico-bnc813150-gtk-theming-engine-crash.patch -# PATCH-FIX-UPSTREAM unico-fix-render-focus.patch [email protected] -- Fix render focus and remove some unused code. Patch from upstream. -Patch2: unico-fix-render-focus.patch +Source: http://archive.ubuntu.com/ubuntu/pool/main/u/%{name}/%{name}_%{_version}.orig.tar.gz BuildRequires: gnome-common BuildRequires: pkgconfig(cairo) >= 1.10 BuildRequires: pkgconfig(glib-2.0) >= 2.26.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Unico is a Gtk+ engine that aims to be the more complete yet powerful -theming engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine +Unico is a GTK+ engine that aims to be the more complete yet +powerful theming engine for Gtk3. It’s the first Gtk+ engine written with Gtk+ style context APIs in mind, using CSS as first class citizen. %package -n gtk3-engine-unico -Summary: The Unico Gtk+ Theming Engine +Summary: Gtk3 theming engine Group: System/GUI/GNOME %description -n gtk3-engine-unico -Unico is a Gtk+ engine that aims to be the more complete yet powerful -theming engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine +Unico is a GTK+ engine that aims to be the more complete yet +powerful theming engine for Gtk3. It’s the first Gtk+ engine written with Gtk+ style context APIs in mind, using CSS as first class citizen. %prep -%setup -q -%patch1 -p0 -%patch2 -p0 +%setup -q -n %{name}-%{_version} %build -./autogen.sh +gnome-autogen.sh %configure \ --disable-static make %{?_smp_mflags} %install %make_install -find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %files -n gtk3-engine-unico %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
