Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hyperfine for openSUSE:Factory 
checked in at 2023-03-25 18:55:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyperfine (Old)
 and      /work/SRC/openSUSE:Factory/.hyperfine.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hyperfine"

Sat Mar 25 18:55:17 2023 rev:10 rq:1074174 version:1.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hyperfine/hyperfine.changes      2022-12-24 
14:52:59.567877097 +0100
+++ /work/SRC/openSUSE:Factory/.hyperfine.new.31432/hyperfine.changes   
2023-03-25 18:55:30.494711561 +0100
@@ -2 +2,52 @@
-Fri Dec 16 13:23:53 UTC 2022 - socvirnyl.est...@gmail.com
+Thu Mar 23 04:11:44 UTC 2023 - socvirnyl.est...@gmail.com
+
+- Update to version 1.16.1:
+  * BUGFIXES:
+    - Fix usage of --input=null
+    - Use max. term width, not term width
+    - Move Winget Releaser inside CICD workflow
+- Fix install flags for shell scripts.
+
+-------------------------------------------------------------------
+Wed Mar 15 11:10:11 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Remove hyperfine-1.15.0+g27.obscpio.
+
+-------------------------------------------------------------------
+Wed Mar 15 10:53:46 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 1.16.0:
+  * Fix clippy suggestions
+  * Help text wrapping
+  * Update dependencies
+  * Prevent creation of file named '-'
+  * Update CHANGELOG
+  * removed unused imports
+  * used cfg!(windows) instead of env::consts::OS
+  * Fix merge conflicts
+  * Add CHANGELOG entry
+  * Change error message
+  * Change order of input/outut
+  * Formatting of help text
+  * Rename test file
+  * Add the rest of the suggestions from code review
+  * ran cargo fmt
+  * Added --stdin-data argument
+  * Bump indicatif from 0.17.1 to 0.17.3
+  * Bump nix from 0.25.0 to 0.26.2
+  * Bump actions/checkout from 2 to 3
+  * Add Winget Releaser workflow
+  * Add GitHub actions to Dependabot
+  * Bump once_cell from 1.16.0 to 1.17.1
+  * Bump anyhow from 1.0.66 to 1.0.69
+  * Add Windows installation instructions
+  * Fix a link to bench
+  * Fix a typo
+  * Bump libc from 0.2.137 to 0.2.139
+  * Bump assert_cmd from 2.0.7 to 2.0.8
+  * Suggest to use `cargo install --locked`, see #605 and
+  * Bump assert_cmd from 2.0.5 to 2.0.7
+  * Bump serde from 1.0.147 to 1.0.152
+
+-------------------------------------------------------------------
+Fri Dec 16 13:23:53 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
@@ -34 +85 @@
-Sat Sep 24 11:58:21 UTC 2022 - socvirnyl.est...@gmail.com
+Sat Sep 24 11:58:21 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>

Old:
----
  hyperfine-1.15.0+g27.obscpio
  hyperfine-1.15.0+g27.tar.xz
  vendor.tar.xz

New:
----
  hyperfine-1.16.1.tar.zst
  vendor.tar.zst

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

Other differences:
------------------
++++++ hyperfine.spec ++++++
--- /var/tmp/diff_new_pack.Ux1IC6/_old  2023-03-25 18:55:33.566727620 +0100
+++ /var/tmp/diff_new_pack.Ux1IC6/_new  2023-03-25 18:55:33.570727640 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hyperfine
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:           hyperfine
-Version:        1.15.0+g27
+Version:        1.16.1
 Release:        0
 Summary:        Command-line benchmarking tool
 License:        Apache-2.0 OR MIT
 Group:          System/Benchmark
 URL:            https://github.com/sharkdp/%{name}
-Source0:        %{name}-%{version}.tar.xz
-Source1:        vendor.tar.xz
+Source0:        %{name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 BuildRequires:  rust >= 1.46
-ExclusiveArch:  %{rust_arches}
+BuildRequires:  zstd
+ExclusiveArch:  %{rust_tier1_arches}
 
 %description
 A command-line tool which runs benchmarks of other programs passed as 
arguments.
@@ -74,13 +75,20 @@
 
 %build
 %{cargo_build}
+mkdir -p completions
+cp -v target/release/build/%{name}-*/out/%{name}.bash completions/
+cp -v target/release/build/%{name}-*/out/%{name}.fish completions/
+cp -v target/release/build/%{name}-*/out/_%{name}     completions/
 
 %install
 %{cargo_install}
-install -Dm0644 target/release/build/%{name}-*/out/%{name}.bash 
%{buildroot}/%{_datadir}/bash-completion/completions/%{name}
-install -Dm0644 target/release/build/%{name}-*/out/%{name}.fish 
%{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish
-install -Dm0644 target/release/build/%{name}-*/out/_%{name} 
%{buildroot}/%{_datadir}/zsh/site-functions/_%{name}
-install -Dm0644 doc/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
+mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
+mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d
+mkdir -p %{buildroot}%{_datadir}/zsh/site-functions
+install -Dm644 completions/%{name}.bash 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
+install -Dm644 completions/%{name}.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
+install -Dm644 completions/_%{name}     
%{buildroot}%{_datadir}/zsh/site-functions/_%{name}
+install -Dm644 doc/%{name}.1                                   
%{buildroot}%{_mandir}/man1/%{name}.1
 
 %if %{with check}
 %check

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Ux1IC6/_old  2023-03-25 18:55:33.602727807 +0100
+++ /var/tmp/diff_new_pack.Ux1IC6/_new  2023-03-25 18:55:33.606727828 +0100
@@ -2,8 +2,8 @@
   <service name="obs_scm" mode="disabled">
     <param name="scm">git</param>
     <param name="url">https://github.com/sharkdp/hyperfine.git</param>
-    <param name="revision">4fe8db41a4bd151ad54908762fba635d25ef230b</param>
-    <param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
+    <param name="revision">b4cfbfa</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
@@ -12,15 +12,17 @@
   <service mode="disabled" name="tar" />
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zstd</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service name="cargo_vendor" mode="disabled">
      <param name="update">true</param>
      <param name="srcdir">hyperfine</param>
-     <param name="compression">xz</param>
+     <param name="compression">zst</param>
+  </service>
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">hyperfine</param>
   </service>
-  <service name="cargo_audit" mode="disabled" />
 </services>
 
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Ux1IC6/_old  2023-03-25 18:55:33.622727912 +0100
+++ /var/tmp/diff_new_pack.Ux1IC6/_new  2023-03-25 18:55:33.626727933 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/sharkdp/hyperfine.git</param>
-              <param 
name="changesrevision">4fe8db41a4bd151ad54908762fba635d25ef230b</param></service></servicedata>
+              <param 
name="changesrevision">b4cfbfaf7b4a1e3ec688a4b6b404fd0ca1038a15</param></service></servicedata>
 (No newline at EOF)
 

++++++ hyperfine.obsinfo ++++++
--- /var/tmp/diff_new_pack.Ux1IC6/_old  2023-03-25 18:55:33.658728100 +0100
+++ /var/tmp/diff_new_pack.Ux1IC6/_new  2023-03-25 18:55:33.662728121 +0100
@@ -1,5 +1,5 @@
 name: hyperfine
-version: 1.15.0+g27
-mtime: 1670158762
-commit: 4fe8db41a4bd151ad54908762fba635d25ef230b
+version: 1.16.1
+mtime: 1679429014
+commit: b4cfbfaf7b4a1e3ec688a4b6b404fd0ca1038a15
 

Reply via email to