From 27d0ba40b960b3c499e5c991a1def892828e11f7d62da773fe178831e9179d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 22 Jul 2024 17:44:25 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main rust revision 782e871acaa20ef1baaae872e0f48e37 --- rust.changes | 35 +++++++++++++++++++++++++++++++++++ rust.spec | 13 ++++++++++--- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/rust.changes b/rust.changes index d8533c6..938962a 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Jun 14 06:58:31 UTC 2024 - Xiaoguang Wang + +- Update to version 1.79.0 - for details see the rust1.79 package + +------------------------------------------------------------------- +Tue May 14 03:02:25 UTC 2024 - William Brown + +- Update to version 1.78.0 - for details see the rust1.78 package + +------------------------------------------------------------------- +Tue Mar 26 05:11:31 UTC 2024 - William Brown + +- Update to version 1.77.0 - for details see the rust1.77 package + +------------------------------------------------------------------- +Fri Feb 9 00:57:50 UTC 2024 - William Brown + +- Update to version 1.76.0 - for details see the rust1.76 package + +------------------------------------------------------------------- +Mon Jan 1 00:02:10 UTC 2024 - William Brown + +- Update to version 1.75.0 - for details see the rust1.75 package + +------------------------------------------------------------------- +Fri Nov 17 01:36:39 UTC 2023 - William Brown + +- Update to version 1.74.0 - for details see the rust1.74 package + +------------------------------------------------------------------- +Fri Oct 6 06:17:39 UTC 2023 - William Brown + +- Update to version 1.73.0 - for details see the rust1.73 package + ------------------------------------------------------------------- Sun Aug 27 23:05:13 UTC 2023 - William Brown diff --git a/rust.spec b/rust.spec index ff7bad2..98dff70 100644 --- a/rust.spec +++ b/rust.spec @@ -1,7 +1,7 @@ # # spec file for package rust # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2021 William Brown # # All modifications and additions to the file contributed by third parties @@ -17,10 +17,17 @@ # -%global version_suffix 1.72 -%global version_current 1.72.0 +%global version_suffix 1.79 +%global version_current 1.79.0 %define obsolete_rust_versioned() \ +Obsoletes: %{1}1.78%{?2:-%{2}} \ +Obsoletes: %{1}1.77%{?2:-%{2}} \ +Obsoletes: %{1}1.76%{?2:-%{2}} \ +Obsoletes: %{1}1.75%{?2:-%{2}} \ +Obsoletes: %{1}1.74%{?2:-%{2}} \ +Obsoletes: %{1}1.73%{?2:-%{2}} \ +Obsoletes: %{1}1.72%{?2:-%{2}} \ Obsoletes: %{1}1.71%{?2:-%{2}} \ Obsoletes: %{1}1.70%{?2:-%{2}} \ Obsoletes: %{1}1.69%{?2:-%{2}} \