Hello community, here is the log from the commit of package gedit-latex for openSUSE:Factory checked in at 2020-05-11 16:30:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old) and /work/SRC/openSUSE:Factory/.gedit-latex.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gedit-latex" Mon May 11 16:30:28 2020 rev:16 rq:801363 version:3.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes 2020-01-31 23:56:35.699629947 +0100 +++ /work/SRC/openSUSE:Factory/.gedit-latex.new.2738/gedit-latex.changes 2020-05-11 16:30:33.506424790 +0200 @@ -1,0 +2,10 @@ +Thu May 7 09:28:29 UTC 2020 - Bjørn Lie <[email protected]> + +- Replace dbus-1-python with dbus-1-python3 and python3-gobject-Gdk + Requires: Only python3 is now available in tw, and package + supports python3 just fine. +- Modernize spec, run spec-cleaner, remove + glib2_gsettings_schema_post(un) macro only needed for obsolete + versions of openSUSE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gedit-latex.spec ++++++ --- /var/tmp/diff_new_pack.4WFrFR/_old 2020-05-11 16:30:34.954427837 +0200 +++ /var/tmp/diff_new_pack.4WFrFR/_new 2020-05-11 16:30:34.958427846 +0200 @@ -1,7 +1,7 @@ # # spec file for package gedit-latex # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gedit-latex Version: 3.20.0 Release: 0 -# Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 COPYING file Summary: GEdit Plugin for Editing LaTeX Documents -License: GPL-3.0+ +# Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 COPYING file +License: GPL-3.0-or-later Group: Productivity/Text/Editors -Url: https://live.gnome.org/Gedit/LaTeXPlugin -Source0: http://download.gnome.org/sources/gedit-latex/3.20/%{name}-%{version}.tar.xz -# For directory ownership +URL: https://live.gnome.org/Gedit/LaTeXPlugin +Source0: https://download.gnome.org/sources/gedit-latex/3.20/%{name}-%{version}.tar.xz + BuildRequires: fdupes +# For directory ownership BuildRequires: gedit BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.26.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This plugin turns the gedit editor into a productive environment for @@ -40,10 +41,11 @@ %package -n gedit-plugin-latex Summary: GEdit Plugin for Editing LaTeX Documents Group: Productivity/Text/Editors -Requires: dbus-1-python +Requires: dbus-1-python3 Requires: gedit # For gvfs-open Requires: gvfs +Requires: python3-gobject-Gdk Requires: rubber # Nice, and needed to make lang package installable Provides: %{name} = %{version} @@ -54,12 +56,15 @@ editing LaTeX documents and managing BibTeX bibliographies. %lang_package + %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%configure \ + --disable-static \ + %{nil} +%make_build %install %make_install @@ -67,17 +72,9 @@ %fdupes %{buildroot}%{_libdir} %fdupes %{buildroot}%{_datadir} -%if 0%{?suse_version} < 1330 -%post -n gedit-plugin-latex -%glib2_gsettings_schema_post - -%postun -n gedit-plugin-latex -%glib2_gsettings_schema_postun -%endif - %files -n gedit-plugin-latex -%defattr(-,root,root) -%doc AUTHORS COPYING NEWS README +%license COPYING +%doc AUTHORS NEWS README %{_libdir}/gedit/plugins/latex/ %{_libdir}/gedit/plugins/latex.plugin %{_datadir}/gedit/plugins/latex/
