Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2021-11-10 21:45:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceview (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceview.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceview"

Wed Nov 10 21:45:45 2021 rev:117 rq:930080 version:3.24.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes      
2020-01-28 10:51:11.228751038 +0100
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new.1890/gtksourceview.changes    
2021-11-10 21:45:50.967795798 +0100
@@ -1,0 +2,18 @@
+Fri Nov  5 22:07:31 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Require libgtksourceview-3_0-1 instead of gtksourceview in the
+  devel package: defacto the same package, as the library provides
+  the base name, but more explicit and clearer.
+- Add libgtksourceview3 Provides to libgtksourceview-3_0-1 and add
+  a explicit Requires in devel subpackage, silence rpmlint.
+- Modernize spec, use autosetup, make_build and ldconfig_scriptlets
+  macros.
+- Update Supplements to current standard.
+
+-------------------------------------------------------------------
+Thu Sep 16 01:56:04 UTC 2021 - Stanislav Brabec <sbra...@suse.com>
+
+- Remove obsolete translation-update-upstream support
+  (jsc#SLE-21105).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.tDmud9/_old  2021-11-10 21:45:51.467796016 +0100
+++ /var/tmp/diff_new_pack.tDmud9/_new  2021-11-10 21:45:51.467796016 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,12 @@
 URL:            https://wiki.gnome.org/Projects/GtkSourceView
 Source0:        
http://download.gnome.org/sources/gtksourceview/3.24/%{name}-%{version}.tar.xz
 Source1:        changes.lang
+
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 1.42.0
 BuildRequires:  itstool
 BuildRequires:  libxml2-devel >= 2.6
 BuildRequires:  pkgconfig
-BuildRequires:  translation-update-upstream
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.48
 BuildRequires:  pkgconfig(gladeui-2.0) >= 3.9
@@ -49,6 +49,7 @@
 Summary:        GTK+ Source Editing Widget
 Group:          System/Libraries
 Provides:       gtksourceview = %{version}
+Provides:       libgtksourceview3 = %{version}
 Obsoletes:      gtksourceview < %{version}
 
 %description -n libgtksourceview-3_0-1
@@ -77,7 +78,7 @@
 Group:          Development/Tools/GUI Builders
 Requires:       glade
 Requires:       libgtksourceview-3_0-1 = %{version}
-Supplements:    packageand(glade:%{name}-devel)
+Supplements:    (glade and %{name}-devel)
 
 %description -n glade-catalog-gtksourceview
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -92,7 +93,8 @@
 %package devel
 Summary:        Development files for the GTK+ source editing widget
 Group:          Development/Languages/C and C++
-Requires:       gtksourceview = %{version}
+Requires:       libgtksourceview-3_0-1 = %{version}
+Requires:       libgtksourceview3 = %{version}
 Requires:       typelib-1_0-GtkSource-3_0 = %{version}
 
 %description devel
@@ -105,15 +107,15 @@
 %lang_package
 
 %prep
-%setup -q
-translation-update-upstream
+%autosetup -p1
 
 %build
 %configure \
         --disable-static \
         --enable-glade-catalog \
-        --disable-gtk-doc
-make %{?_smp_mflags}
+       --disable-gtk-doc \
+       %{nil}
+%make_build
 
 %install
 %make_install
@@ -123,8 +125,7 @@
 install -m 644 %{S:1} %{buildroot}%{_datadir}/gtksourceview-3.0/language-specs/
 %fdupes %{buildroot}%{_datadir}
 
-%post -n libgtksourceview-3_0-1 -p /sbin/ldconfig
-%postun -n libgtksourceview-3_0-1 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libgtksourceview-3_0-1
 
 %files -n libgtksourceview-3_0-1
 %license COPYING

Reply via email to