Hello community, here is the log from the commit of package ido for openSUSE:Factory checked in at 2018-03-26 12:03:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ido (Old) and /work/SRC/openSUSE:Factory/.ido.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ido" Mon Mar 26 12:03:31 2018 rev:3 rq:589153 version:13.10.0+bzr20161028 Changes: -------- --- /work/SRC/openSUSE:Factory/ido/ido.changes 2017-04-11 09:36:08.909487638 +0200 +++ /work/SRC/openSUSE:Factory/.ido.new/ido.changes 2018-03-26 12:03:34.533719271 +0200 @@ -1,0 +2,8 @@ +Mon Mar 12 12:43:56 UTC 2018 - [email protected] + +- Change the source package RPM group to System/GUI/Other. +- Correct the licence: GPL-3.0-only AND LGPL-3.0-only AND + LGPL-2.1-only. +- Fix the devel package description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ido.spec ++++++ --- /var/tmp/diff_new_pack.6VsWp3/_old 2018-03-26 12:03:35.881670839 +0200 +++ /var/tmp/diff_new_pack.6VsWp3/_new 2018-03-26 12:03:35.893670407 +0200 @@ -1,7 +1,7 @@ # # spec file for package ido # -# 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 @@ -25,8 +25,8 @@ Version: 13.10.0+bzr20161028 Release: 0 Summary: Indicator Display Objects -License: LGPL-3.0 -Group: System/Libraries +License: GPL-3.0-only AND LGPL-3.0-only AND LGPL-2.1-only +Group: System/GUI/Other Url: https://launchpad.net/ido Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz Source1: baselibs.conf @@ -36,7 +36,8 @@ BuildRequires: gnome-common BuildRequires: pkgconfig BuildRequires: vala >= 0.16 -BuildRequires: pkgconfig(glib-2.0) >= 2.14.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.37.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.37.0 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(xorg-macros) @@ -65,11 +66,12 @@ This package provides the GObject Introspection bindings for Ido. %package devel -Summary: Shared library providing extra GTK+ menu items in system indicators +Summary: Development files for Indicator Display Objects Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} Requires: %{typelib} = %{version} -Requires: pkgconfig(glib-2.0) >= 2.14.0 +Requires: pkgconfig(gio-2.0) >= 2.37.0 +Requires: pkgconfig(glib-2.0) >= 2.37.0 Requires: pkgconfig(gobject-introspection-1.0) Requires: pkgconfig(gtk+-3.0) >= 3.8.2 @@ -77,7 +79,7 @@ Shared library providing extra GTK+ menu items for display in system indicators. -This package contains shared libraries. +This package contains the development files for Ido. %prep %setup -q -c @@ -98,16 +100,18 @@ %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%defattr(-,root,root) -%doc AUTHORS NEWS COPYING +%if 0%{?suse_version} >= 1500 +%license COPYING* +%else +%doc COPYING* +%endif +%doc AUTHORS NEWS %{_libdir}/%{soname}.so.%{sover}* %files -n %{typelib} -%defattr(-,root,root) %{_libdir}/girepository-1.0/Ido3-0.1.typelib %files devel -%defattr(-,root,root) %{_includedir}/%{soname}/ %{_libdir}/%{soname}.so %{_libdir}/pkgconfig/%{soname}.pc
