Hello community, here is the log from the commit of package gtksourceviewmm for openSUSE:Factory checked in at 2018-03-09 10:43:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtksourceviewmm (Old) and /work/SRC/openSUSE:Factory/.gtksourceviewmm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtksourceviewmm" Fri Mar 9 10:43:07 2018 rev:16 rq:583034 version:3.21.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gtksourceviewmm/gtksourceviewmm.changes 2017-01-10 10:51:18.113235529 +0100 +++ /work/SRC/openSUSE:Factory/.gtksourceviewmm.new/gtksourceviewmm.changes 2018-03-09 10:43:13.389967074 +0100 @@ -1,0 +2,10 @@ +Mon Mar 5 15:27:29 UTC 2018 - [email protected] + +- Fix SRPM group. Update summaries. + +------------------------------------------------------------------- +Wed Feb 28 16:32:56 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtksourceviewmm.spec ++++++ --- /var/tmp/diff_new_pack.OjZASq/_old 2018-03-09 10:43:14.341932788 +0100 +++ /var/tmp/diff_new_pack.OjZASq/_new 2018-03-09 10:43:14.345932644 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtksourceviewmm # -# Copyright (c) 2016 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 @@ -20,15 +20,15 @@ Version: 3.21.3 Release: 0 Summary: C++ interface for gtksourceview -License: LGPL-2.1+ -Group: System/Libraries +License: LGPL-2.1-or-later +Group: Development/Libraries/GNOME Url: http://projects.gnome.org/gtksourceviewmm/ Source0: http://download.gnome.org/sources/gtksourceviewmm/3.21/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.1 BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18.0 BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.18.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description gtksourceviewmm provides a C++ interface to the gtksourceview library. @@ -41,7 +41,7 @@ gtksourceviewmm provides a C++ interface to the gtksourceview library. %package devel -Summary: C++ interface for gtksourceview -- Development Files +Summary: Development files for the gtksourceview C++ interface Group: Development/Libraries/C and C++ Requires: libgtksourceviewmm-3_0-0 = %{version} @@ -58,22 +58,17 @@ %install %make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %post -n libgtksourceviewmm-3_0-0 -p /sbin/ldconfig - %postun -n libgtksourceviewmm-3_0-0 -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - %files -n libgtksourceviewmm-3_0-0 -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files devel -%defattr(-,root,root,-) %{_includedir}/gtksourceviewmm-3.0/ %{_libdir}/gtksourceviewmm-3.0/ %{_libdir}/*.so
