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-04-14 10:11:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/manpages-l10n (Old) and /work/SRC/openSUSE:Factory/.manpages-l10n.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "manpages-l10n" Wed Apr 14 10:11:27 2021 rev:4 rq:885172 version:4.9.3+406 Changes: -------- --- /work/SRC/openSUSE:Factory/manpages-l10n/manpages-l10n.changes 2021-03-30 21:00:58.908756270 +0200 +++ /work/SRC/openSUSE:Factory/.manpages-l10n.new.2401/manpages-l10n.changes 2021-04-14 10:11:55.933590255 +0200 @@ -1,0 +2,9 @@ +Tue Apr 13 21:04:22 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org> + +- Update to version 4.9.3+406: + * Add support for openSUSE Leap 15.3. + * Enable Czech and Danish. + * Updated many translations. +- Update distribution_id macro to handle openSUSE Leap 15.3. + +------------------------------------------------------------------- Old: ---- manpages-l10n-v4.9.3.tar.bz2 New: ---- manpages-l10n-v4.9.3+406.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ manpages-l10n.spec ++++++ --- /var/tmp/diff_new_pack.Zekm6m/_old 2021-04-14 10:11:56.549591295 +0200 +++ /var/tmp/diff_new_pack.Zekm6m/_new 2021-04-14 10:11:56.553591302 +0200 @@ -1,6 +1,7 @@ # # spec file for package manpages-l10n # +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2021 Antoine Belvire <antoine.belv...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -16,13 +17,17 @@ # +%define parent_tag 4.9.3 +%define tag_offset +406 +%define revision 90d1e9dc2c70df3f60a987d8366030728f4b6352 + Name: manpages-l10n -Version: 4.9.3 +Version: %{parent_tag}%{?tag_offset} Release: 0 Summary: Translation of man pages License: GPL-3.0-only URL: https://manpages-l10n-team.pages.debian.net/manpages-l10n -Source0: https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 +Source0: https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/%{revision}/%{name}-v%{version}.tar.bz2 Source1: macros.%{name} BuildRequires: po4a BuildArch: noarch @@ -31,6 +36,8 @@ %description This package provides translations of man pages in multiple languages. +%man_lang_package cs Czech +%man_lang_package da Danish %man_lang_package de German %man_lang_package es Spanish %man_lang_package it Italian @@ -45,7 +52,7 @@ %man_lang_package fr French -o %{quote:man-pages-fr-extra <= 20151231} %prep -%setup -q -n %{name}-v%{version} +%setup -q -n %{name}-%{revision} %build %configure --enable-distribution=%{distribution_id} ++++++ macros.manpages-l10n ++++++ --- /var/tmp/diff_new_pack.Zekm6m/_old 2021-04-14 10:11:56.581591349 +0200 +++ /var/tmp/diff_new_pack.Zekm6m/_new 2021-04-14 10:11:56.581591349 +0200 @@ -28,10 +28,13 @@ # The distribution building the package. If not recognized, defaults to debian-unstable. # %distribution_id %{lua: + local sle_version = tonumber(rpm.expand("%{sle_version}")) local suse_version = tonumber(rpm.expand("%{suse_version}")) local fedora_version = tonumber(rpm.expand("%{fedora}")) local mageia_version = tonumber(rpm.expand("%{mageia}")) - if suse_version ~= nil and suse_version > 1500 then + if sle_version == 150300 then + print("opensuse-leap-15-3") + elseif suse_version ~= nil and suse_version > 1500 then print("opensuse-tumbleweed") elseif fedora_version == 99 then print("fedora-rawhide")