Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package loook for openSUSE:Factory checked 
in at 2026-09-21 12:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/loook (Old)
 and      /work/SRC/openSUSE:Factory/.loook.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "loook"

Mon Sep 21 12:15:26 2026 rev:5 rq:1379251 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/loook/loook.changes      2022-05-05 
23:07:42.129655323 +0200
+++ /work/SRC/openSUSE:Factory/.loook.new.383539/loook.changes  2026-09-21 
12:16:01.813259172 +0200
@@ -1,0 +2,10 @@
+Sun Sep 13 13:56:39 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.9.1:
+  * Add Brazilian Portuguese translation
+  * Reindent loook.py (tabs to spaces, no functional change)
+- Adjust %prep for the new upstream tarball layout (top-level
+  loook/ directory)
+- Ship the new pt-br translation
+
+-------------------------------------------------------------------

Old:
----
  loook-0.9.0.tar.gz

New:
----
  loook-0.9.1.tar.gz

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

Other differences:
------------------
++++++ loook.spec ++++++
--- /var/tmp/diff_new_pack.vFJ2wM/_old  2026-09-21 12:16:03.004308957 +0200
+++ /var/tmp/diff_new_pack.vFJ2wM/_new  2026-09-21 12:16:03.006309040 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package loook
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,12 @@
 
 
 Name:           loook
-Version:        0.9.0
+Version:        0.9.1
 Release:        0
 Summary:        Search strings in ODF documents
 License:        GPL-2.0-or-later
-Group:          Productivity/Office/Other
 URL:            https://mechtilde.de/Loook/
-Source0:        http://mechtilde.de/Loook/Downloads/%{name}-%{version}.tar.gz
+Source0:        https://mechtilde.de/Loook/Downloads/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM loook-loook.desktop.patch (email)
 Patch0:         %{name}-%{name}.desktop.patch
 BuildRequires:  update-desktop-files
@@ -40,7 +39,8 @@
 from the 2007 version in an OOXML format.
 
 %prep
-%autosetup -c
+# Upstream 0.9.1 tarball ships a top-level loook/ directory
+%autosetup -n %{name}
 
 %build
 
@@ -55,9 +55,12 @@
 ln -s %{_datadir}/%{name}/%{name}.py %{buildroot}%{_bindir}/%{name}
 
 # install messages
-for m in cs de en es fr it nl ; do
+# Note: upstream loook.pt-br.po installs as pt_BR (the locale dir owned
+# by filesystem; %%find_lang prunes anything else)
+for m in cs de en es fr it nl pt-br ; do
+    case $m in pt-br) l=pt_BR;; *) l=$m;; esac
     msgfmt %{name}.${m}.po -o %{name}-%{version}.${m}.mo
-    install -Dm 0644 %{name}-%{version}.${m}.mo 
%{buildroot}%{_datadir}/locale/${m}/LC_MESSAGES/%{name}-%{version}.mo
+    install -Dm 0644 %{name}-%{version}.${m}.mo 
%{buildroot}%{_datadir}/locale/${l}/LC_MESSAGES/%{name}-%{version}.mo
 done
 %find_lang %{name}-%{version} %{name}.lang
 

++++++ loook-0.9.0.tar.gz -> loook-0.9.1.tar.gz ++++++
++++ 4651 lines of diff (skipped)

Reply via email to