From 6e56d1d11d1cecab34ee0cb47a9f95cf3075b3f19976c7b70decc22a50e2ca9a Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 19 Jan 2022 15:19:17 +0000 Subject: [PATCH 1/2] - Update to version 0.g93: * locale.attr: Match all files inside LC_MESSAGES (boo#1194865) * remove leap_version as it's obsolete OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm-config-SUSE?expand=0&rev=48 --- _servicedata | 2 +- rpm-config-SUSE-0.g89.tar.xz | 3 --- rpm-config-SUSE-0.g93.tar.xz | 3 +++ rpm-config-SUSE.changes | 7 +++++++ rpm-config-SUSE.spec | 8 +++----- 5 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 rpm-config-SUSE-0.g89.tar.xz create mode 100644 rpm-config-SUSE-0.g93.tar.xz diff --git a/_servicedata b/_servicedata index 936d5b3..cf8a615 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/rpm-config-SUSE - 5910035fe8beac2cef37300db3cc707b53b58006 + fd1a4730fd0356e70a38ded7bff3ab0065706ea6 \ No newline at end of file diff --git a/rpm-config-SUSE-0.g89.tar.xz b/rpm-config-SUSE-0.g89.tar.xz deleted file mode 100644 index e7f533f..0000000 --- a/rpm-config-SUSE-0.g89.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d880027e7a052691080ec032e29f783448b1b7abb3b456deeca7977abcc41c6f -size 15948 diff --git a/rpm-config-SUSE-0.g93.tar.xz b/rpm-config-SUSE-0.g93.tar.xz new file mode 100644 index 0000000..d8abe7a --- /dev/null +++ b/rpm-config-SUSE-0.g93.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d44ff80245375366ab7e568e863e5502b9010a3c7e1b8f2e99b418399266ce +size 15928 diff --git a/rpm-config-SUSE.changes b/rpm-config-SUSE.changes index 1c21379..3e6b2a7 100644 --- a/rpm-config-SUSE.changes +++ b/rpm-config-SUSE.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 19 15:18:16 UTC 2022 - lnussel@suse.de + +- Update to version 0.g93: + * locale.attr: Match all files inside LC_MESSAGES (boo#1194865) + * remove leap_version as it's obsolete + ------------------------------------------------------------------- Thu Oct 21 10:33:43 UTC 2021 - lnussel@suse.de diff --git a/rpm-config-SUSE.spec b/rpm-config-SUSE.spec index 08366b5..7ab443f 100644 --- a/rpm-config-SUSE.spec +++ b/rpm-config-SUSE.spec @@ -1,7 +1,7 @@ # # spec file for package rpm-config-SUSE # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2018 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,13 @@ Name: rpm-config-SUSE -Version: 0.g89 +Version: 0.g93 Release: 0 Summary: SUSE specific RPM configuration files License: GPL-2.0-or-later Group: System/Packages URL: https://github.com/openSUSE/rpm-config-SUSE -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.gz # RPM owns the directories we need Requires: rpm @@ -46,8 +46,6 @@ sed -e 's/@suse_version@/%{?suse_version}%{!?suse_version:0}/' \ -e 's/@ul_version@/%{?ul_version}%{!?ul_version:0}/' \ -e '/@is_opensuse@%{?is_opensuse:nomatch}/d' \ -e 's/@is_opensuse@/%{?is_opensuse}%{!?is_opensuse:0}/' \ - -e '/@leap_version@%{?leap_version:nomatch}/d' \ - -e 's/@leap_version@/%{?leap_version}%{!?leap_version:0}/' \ %if 0%{?usrmerged} -e 's/@usrmerged@/%{?usrmerged}/' \ %else From 4ee0455c5a865566f240e2b8a23f192db95864743da4c9ca2c8589123dcfeb7a Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 19 Jan 2022 15:26:56 +0000 Subject: [PATCH 2/2] fix OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm-config-SUSE?expand=0&rev=49 --- rpm-config-SUSE.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-config-SUSE.spec b/rpm-config-SUSE.spec index 7ab443f..fb52057 100644 --- a/rpm-config-SUSE.spec +++ b/rpm-config-SUSE.spec @@ -24,7 +24,7 @@ Summary: SUSE specific RPM configuration files License: GPL-2.0-or-later Group: System/Packages URL: https://github.com/openSUSE/rpm-config-SUSE -Source: %{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz # RPM owns the directories we need Requires: rpm