Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package loook for openSUSE:Factory checked in at 2022-05-05 23:07:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/loook (Old) and /work/SRC/openSUSE:Factory/.loook.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "loook" Thu May 5 23:07:02 2022 rev:4 rq:975111 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/loook/loook.changes 2016-03-29 10:39:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.loook.new.1538/loook.changes 2022-05-05 23:07:42.129655323 +0200 @@ -1,0 +2,6 @@ +Wed May 4 20:10:22 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 0.9.0 + * Make it fit for Python 3.9.x + +------------------------------------------------------------------- Old: ---- loook-0.8.4-sources.zip New: ---- loook-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ loook.spec ++++++ --- /var/tmp/diff_new_pack.FdAY14/_old 2022-05-05 23:07:42.681656013 +0200 +++ /var/tmp/diff_new_pack.FdAY14/_new 2022-05-05 23:07:42.685656018 +0200 @@ -1,7 +1,7 @@ # # spec file for package loook # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,24 @@ # 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: loook -Version: 0.8.4 +Version: 0.9.0 Release: 0 Summary: Search strings in ODF documents -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Office/Other -Url: http://mechtilde.de/Loook/ -Source0: http://mechtilde.de/Loook/Downloads/%{name}-%{version}-sources.zip +URL: https://mechtilde.de/Loook/ +Source0: http://mechtilde.de/Loook/Downloads/%{name}-%{version}.tar.gz # PATCH-FEATURE-UPSTREAM loook-loook.desktop.patch (email) Patch0: %{name}-%{name}.desktop.patch -%if 0%{?suse_version} BuildRequires: update-desktop-files -%endif -BuildRequires: unzip Requires: python3-base Requires: python3-tk BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This program is a program written in Python that searches for strings @@ -44,8 +40,7 @@ from the 2007 version in an OOXML format. %prep -%setup -q -%patch0 +%autosetup -c %build @@ -72,18 +67,16 @@ # install Desktop file install -Dm 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop -%if 0%{?suse_version} - %suse_update_desktop_file %{name} -%endif +%suse_update_desktop_file %{name} %files -f %{name}.lang -%defattr(-,root,root,-) -%doc Changelog Copyright +%license Copyright +%doc Changelog %{_bindir}/%{name} +%{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png -%{_mandir}/de/man1/%{name}.1%{ext_man} -%{_mandir}/man1/%{name}.1%{ext_man} -%{_datadir}/%{name} +%{_mandir}/man1/%{name}.1%{?ext_man} +%lang (de) %{_mandir}/de/man1/%{name}.1%{?ext_man} %changelog
