Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package manpages-l10n for openSUSE:Factory 
checked in at 2021-03-30 21:00:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/manpages-l10n (Old)
 and      /work/SRC/openSUSE:Factory/.manpages-l10n.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "manpages-l10n"

Tue Mar 30 21:00:47 2021 rev:3 rq:878082 version:4.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/manpages-l10n/manpages-l10n.changes      
2020-10-16 16:14:47.908700245 +0200
+++ /work/SRC/openSUSE:Factory/.manpages-l10n.new.2401/manpages-l10n.changes    
2021-03-30 21:00:58.908756270 +0200
@@ -1,0 +2,36 @@
+Tue Mar  9 21:56:36 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 4.9.3:
+  * Final release for Debian Bullseye.
+  * Updated many translations.
+
+-------------------------------------------------------------------
+Wed Feb 10 17:09:38 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 4.9.2:
+  * Remove man pages of procps/procps-ng, now maintained upstream;
+    only Debian Buster keeps the files for possible backports
+    (boo#1182517).
+  * Updated and added many translations.
+
+-------------------------------------------------------------------
+Sat Feb  6 21:48:54 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 4.9.1:
+  * Updated and added many translations.
+
+-------------------------------------------------------------------
+Sun Jan 24 11:49:30 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Simplify macro definitions.
+
+-------------------------------------------------------------------
+Sat Jan 23 21:39:13 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 4.9.0~pre1:
+  * Updated and added many translations.
+  * Enable Italian, Spanish and Macedonian.
+  * Still skip Czech, it's in a very early state.
+- Cosmetic changes in comments and in the distribution_id macro.
+
+-------------------------------------------------------------------

Old:
----
  manpages-l10n-v4.2.0.tar.bz2

New:
----
  manpages-l10n-v4.9.3.tar.bz2

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

Other differences:
------------------
++++++ manpages-l10n.spec ++++++
--- /var/tmp/diff_new_pack.bc6nea/_old  2021-03-30 21:01:01.076758652 +0200
+++ /var/tmp/diff_new_pack.bc6nea/_new  2021-03-30 21:01:01.076758652 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package manpages-l10n
 #
-# Copyright (c) 2020 Antoine Belvire <antoine.belv...@opensuse.org>
+# Copyright (c) 2021 Antoine Belvire <antoine.belv...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           manpages-l10n
-Version:        4.2.0
+Version:        4.9.3
 Release:        0
 Summary:        Translation of man pages
 License:        GPL-3.0-only
@@ -31,13 +32,16 @@
 This package provides translations of man pages in multiple languages.
 
 %man_lang_package de German
+%man_lang_package es Spanish
+%man_lang_package it Italian
+%man_lang_package mk Macedonian
 %man_lang_package nl Dutch
 %man_lang_package pl Polish
 %man_lang_package pt_BR %{quote:Brazilian Portuguese}
 %man_lang_package ro Romanian
 
-# French translations used to be splitted into a main and an extra package.
-# Let's obsolete the extra package.
+# French translations used to be splitted into a main and an extra package on 
openSUSE.
+# Let's obsolete the extra package until openSUSE Leap 15.2 EOL (Dec. 2021).
 %man_lang_package fr French -o %{quote:man-pages-fr-extra <= 20151231}
 
 %prep

++++++ macros.manpages-l10n ++++++
--- /var/tmp/diff_new_pack.bc6nea/_old  2021-03-30 21:01:01.112758691 +0200
+++ /var/tmp/diff_new_pack.bc6nea/_new  2021-03-30 21:01:01.116758695 +0200
@@ -9,32 +9,16 @@
 # -o: Add Obsoletes tag with given argument
 #
 %man_lang_package(o:)\
-%man_lang_package_declaration %{1} %{quote:%{2}} %{-o:-o %{quote:%{-o*}}}\
-%man_lang_package_description %{1} %{quote:%{2}}\
-%man_lang_package_files %{1}
-
-##
-# Subpackage declaration.
-#
-%man_lang_package_declaration(o:) \
 %package -n man-pages-%{1}\
 Summary:       Translation of man pages in %{2}\
 Requires:      man-pages\
 Provides:      locale(man-pages:%{1})\
 BuildArch:     noarch %{-o:\
-Obsoletes:     %{-o*}}
-
-##
-# Subpackage description.
-#
-%man_lang_package_description() \
+Obsoletes:     %{-o*}}\
+\
 %description -n man-pages-%{1}\
-This package provides translations of man pages in %{2}.
-
-##
-# Subpackage files.
-#
-%man_lang_package_files() \
+This package provides translations of man pages in %{2}.\
+\
 %files -n man-pages-%{1}\
 %doc AUTHORS.md CHANGES.md README.md\
 %%license COPYRIGHT.md LICENSE\
@@ -49,9 +33,9 @@
   local mageia_version = tonumber(rpm.expand("%{mageia}"))
   if suse_version ~= nil and suse_version > 1500 then
     print("opensuse-tumbleweed")
-  elseif fedora_version ~= nil and fedora_version == 99 then
+  elseif fedora_version == 99 then
     print("fedora-rawhide")
-  elseif mageia_version ~= nil and mageia_version == 99 then
+  elseif mageia_version == 99 then
     print("mageia-cauldron")
   else
     print("debian-unstable")

++++++ manpages-l10n-v4.2.0.tar.bz2 -> manpages-l10n-v4.9.3.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/manpages-l10n/manpages-l10n-v4.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.manpages-l10n.new.2401/manpages-l10n-v4.9.3.tar.bz2 
differ: char 11, line 1

Reply via email to