Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bonk for openSUSE:Factory checked in 
at 2024-03-18 16:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bonk (Old)
 and      /work/SRC/openSUSE:Factory/.bonk.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bonk"

Mon Mar 18 16:46:46 2024 rev:3 rq:1158918 version:0.4.0+g0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bonk/bonk.changes        2023-10-31 
20:26:54.676609991 +0100
+++ /work/SRC/openSUSE:Factory/.bonk.new.1905/bonk.changes      2024-03-18 
16:47:04.960543894 +0100
@@ -1,0 +2,11 @@
+Mon Mar 18 07:14:13 UTC 2024 - Joshua Smith <smolsh...@opensuse.org>
+
+- Update to version 0.4.0+g0:
+  * refactor and add scoop support
+  * Update main.rs
+  * updated readme
+  * removed all unwraps
+  * Error Handling added for file and dir
+  * fixed panic on no args
+
+-------------------------------------------------------------------

Old:
----
  bonk-0.3.2+g4.tar.gz

New:
----
  bonk-0.4.0+g0.obscpio
  bonk.obsinfo

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

Other differences:
------------------
++++++ bonk.spec ++++++
--- /var/tmp/diff_new_pack.gFab5C/_old  2024-03-18 16:47:06.208589906 +0100
+++ /var/tmp/diff_new_pack.gFab5C/_new  2024-03-18 16:47:06.208589906 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bonk
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,21 @@
 
 
 Name:           bonk
-Version:        0.3.2+g4
+Version:        0.4.0+g0
 Release:        0
 Summary:        Touch with mkdir tool
 License:        MIT
 Group:          System/Console
 URL:            https://github.com/elliot40404/bonk
 Source0:        %{name}-%{version}.tar.gz
-# Project uses no deps
-# Source1:        vendor.tar.gz
-# Source2:        cargo_config
 BuildRequires:  cargo-packaging
-BuildRequires:  rust+cargo
 
 %description
 Bonk is a touch alternative with an added feature to
 create directories.
 
 %prep
-%setup -q
-# mkdir .cargo
-# cp %%{SOURCE2} .cargo/config
+%autosetup
 
 %build
 %{cargo_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gFab5C/_old  2024-03-18 16:47:06.260591824 +0100
+++ /var/tmp/diff_new_pack.gFab5C/_new  2024-03-18 16:47:06.264591971 +0100
@@ -1,23 +1,20 @@
 <services>
-  <service mode="disabled" name="obs_scm">
+  <service mode="manual" name="obs_scm">
     <param name="url">https://github.com/elliot40404/bonk</param>
     <param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">bd8a0a3edd3daa6ccddcc752a0dbfca5866b935a</param>
+    <param name="revision">c4ecf0f0b7d597fceb5b19faf86f24e73681d072</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">socvirnyl.est...@gmail.com</param>
   </service>
-  <service mode="disabled" name="tar" />
-  <service mode="disabled" name="recompress">
+  <service mode="manual" name="cargo_audit"/>
+  <service mode="buildtime" name="tar" />
+  <service mode="buildtime" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service mode="disabled" name="set_version"/>
-  <service name="cargo_vendor" mode="disabled">
-     <param name="src">bonk-*.tar.gz</param>
-  </service>
-  <service name="cargo_audit" mode="disabled" />
+  <service mode="manual" name="set_version"/>
 </services>
 

++++++ bonk.obsinfo ++++++
name: bonk
version: 0.4.0+g0
mtime: 1705958462
commit: c4ecf0f0b7d597fceb5b19faf86f24e73681d072

Reply via email to