Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tuigreet for openSUSE:Factory 
checked in at 2021-09-28 19:16:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuigreet (Old)
 and      /work/SRC/openSUSE:Factory/.tuigreet.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuigreet"

Tue Sep 28 19:16:40 2021 rev:2 rq:921939 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuigreet/tuigreet.changes        2020-09-25 
16:31:06.955868102 +0200
+++ /work/SRC/openSUSE:Factory/.tuigreet.new.1899/tuigreet.changes      
2021-09-28 19:17:34.452257854 +0200
@@ -1,0 +2,5 @@
+Tue Sep 28 05:44:40 UTC 2021 - William Brown <[email protected]>
+
+- Replace rust-packaging with cargo-packaging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tuigreet.spec ++++++
--- /var/tmp/diff_new_pack.WPgPlE/_old  2021-09-28 19:17:34.960258439 +0200
+++ /var/tmp/diff_new_pack.WPgPlE/_new  2021-09-28 19:17:34.964258444 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tuigreet
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           tuigreet
 Version:        0.2.0
 Release:        0
 Summary:        Graphical console greeter for greetd
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/Management
 URL:            https://github.com/apognu/tuigreet
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
 Source2:        cargo_config
-BuildRequires:  rust
-BuildRequires:  cargo
-BuildRequires:  rust-packaging
+BuildRequires:  cargo-packaging
 Recommends:     greetd
 
 %description
@@ -35,15 +34,14 @@
 
 %prep
 %setup -qa1
-%cargo_prep
+mkdir .cargo
 cp %{SOURCE2} .cargo/config
 
 %build
-%cargo_build
+%{cargo_build}
 
 %install
-
-install -D -p -m 0755 target/release/%{name} %{buildroot}%{_bindir}/%{name}
+%{cargo_install}
 
 %files
 %license LICENSE

Reply via email to