Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package onefetch for openSUSE:Factory 
checked in at 2022-11-08 10:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/onefetch (Old)
 and      /work/SRC/openSUSE:Factory/.onefetch.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "onefetch"

Tue Nov  8 10:54:37 2022 rev:14 rq:1034383 version:2.13.2~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/onefetch/onefetch.changes        2022-04-08 
22:45:57.542979115 +0200
+++ /work/SRC/openSUSE:Factory/.onefetch.new.1597/onefetch.changes      
2022-11-08 10:54:46.109743538 +0100
@@ -1,0 +2,80 @@
+Mon Nov  7 21:51:20 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Disable tests: they break the build by needing an internet
+  connection
+
+-------------------------------------------------------------------
+Mon Oct 31 07:51:02 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.13.2:
+  * [fix] Repo without remote should not fail #841
+  * [chore] Add integration tests with snapshot testing for Info struct #827
+  * [chore] Refactor test expressions #831
+
+-------------------------------------------------------------------
+Thu Oct 27 10:33:18 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.13.1:
+  * [ci/cd] fix Snapcraft release
+  * [misc] fix Cargo.lock
+
+-------------------------------------------------------------------
+Thu Oct 27 10:32:44 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.13.0:
+  * [chore] reducing allocations and switching to gitoxide from libgit2 #635
+  * [docs] add README translation for Spanish #631
+  * [docs] add Changelog generated using cargo-smart-release #637
+  * [cli] add --completion option #657
+  * [language] update PHP colors #664
+  * [misc] switch to actions/stale #666
+  * [misc] add github issue forms #667
+  * [ci/cd] generate Windows installer from CD #668
+  * [ci/cd] create WinGet workflow for auto publishing #673
+  * [language] update logo: shell #677
+  * [docs] adding french documentation support #693
+  * [chore] extract language definitions into data file #699
+  * [ci/cd] add codecov + tarpaulin in ci
+  * [misc] create Vercel app for onefetch with ASCII preview #701
+  * [docs] update the README in Russian #736
+  * [chore] turn InfoField into a trait (big refactoring) #755
+  * [language] Improve JSX ASCII logo #784
+  * [language] Improve TSX ASCII logo #785
+  * [language] added support for verilog #789
+  * [language] improve ruby logo #786
+  * [language] added support for xsl #798
+  * [language] added support for systemverilog #797
+  * [test] add unit tests to src/info/info_field.rs #810
+  * [ci/cd] automate publish to crates.io #800
+  * [language] added support for ABNF #811
+  * [test] add unit tests src/info/repo/commits.rs #813
+  * [test] add unit tests src/info/repo/contributors.rs #814
+  * [language] added support for ABAP #821@atluft
+  * [test] testing get_git_username using git-testtools for #812
+  * [language] improve bash logo
+  * [language] improve assembly logo
+  * [test] add unit tests for author.rs #829
+
+-------------------------------------------------------------------
+Thu Oct 27 10:32:09 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.12.0:
+  * [language] added support for Ren'Py #560
+  * [info] added language bar distribution #585
+  * [misc] granted read access to onefetch snap to gitconfig files #588
+  * [language] added support for Ceylon #602
+  * [misc] default to terminal foreground color for tilde, underline, colon 
and info #604
+  * [language] fix Lua logo so that it can be read even without color #610
+  * [misc] replace colored crate with owo-colors #620
+  * [misc] remap White ANSI color to Default #625
+  * [language] added support for Wolfram #609
+  * [misc] match circle color with github linguist #630
+  * [language] added support for VHDL #632
+- Remove onefetch-fix-test.patch
+
+-------------------------------------------------------------------
+Thu Oct 27 10:12:23 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Port to cargo_build macros and better _service file
+
+-------------------------------------------------------------------

Old:
----
  onefetch-fix-test.patch
  v2.11.0.tar.gz

New:
----
  cargo_config
  onefetch-2.13.2~0.tar.xz

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

Other differences:
------------------
++++++ onefetch.spec ++++++
--- /var/tmp/diff_new_pack.fcfhJ0/_old  2022-11-08 10:54:47.773747454 +0100
+++ /var/tmp/diff_new_pack.fcfhJ0/_new  2022-11-08 10:54:47.777747464 +0100
@@ -17,17 +17,17 @@
 
 
 Name:           onefetch
-Version:        2.11.0
+Version:        2.13.2~0
 Release:        0
 Summary:        Git repository summary on your terminal
 License:        GPL-2.0-only AND MIT
 Group:          System/X11/Terminals
 URL:            https://github.com/o2sh/onefetch
-Source0:        https://github.com/o2sh/onefetch/archive/v%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
-# PATCH-FIX-UPSTREAM 
https://github.com/o2sh/onefetch/commit/2c1f2f0b2c666f6ce94af0299f88048dd1d83484
-Patch0:         onefetch-fix-test.patch
-BuildRequires:  cargo
+Source2:        cargo_config
+BuildRequires:  cargo-packaging
+BuildRequires:  cmake
 BuildRequires:  rust
 
 %description
@@ -36,15 +36,8 @@
 %prep
 %setup -q
 %setup -q -D -T -a 1
-%patch0 -p1
 mkdir -p .cargo
-cat >.cargo/config <<EOF
-[source.crates-io]
-registry = 'https://github.com/rust-lang/crates.io-index'
-replace-with = 'vendored-sources'
-[source.vendored-sources]
-directory = './vendor'
-EOF
+cp %{SOURCE2} .cargo/config
 
 %build
 # bypass error https://bugzilla.opensuse.org/show_bug.cgi?id=1175502
@@ -59,13 +52,11 @@
   grep -q $guessname $chkjson && grep -q $chksum $chkjson || sed -i -e 
"s#\($guessname.:.\)[0-9a-f]*#\1$chksum#" $chkjson
 fi
 %endif
-cargo build --release %{?_smp_mflags}
-
-%check
-cargo test --release %{?_smp_mflags}
+%{cargo_build}
 
 %install
-install -Dm0755 target/release/onefetch %{buildroot}%{_bindir}/onefetch
+#install -Dm0755 target/release/onefetch %{buildroot}%{_bindir}/onefetch
+%{cargo_install}
 
 %files
 %license LICENSE.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.fcfhJ0/_old  2022-11-08 10:54:47.821747567 +0100
+++ /var/tmp/diff_new_pack.fcfhJ0/_new  2022-11-08 10:54:47.829747586 +0100
@@ -1,5 +1,27 @@
 <services>
+  <service mode="disabled" name="obs_scm">
+    <param name="url">https://github.com/o2sh/onefetch.git</param>
+    <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
+    <param name="scm">git</param>
+    <param name="revision">v2.13.2</param>
+    <param name="match-tag">*</param>
+    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
+    <param name="versionrewrite-replacement">\1</param>
+    <param name="changesgenerate">disable</param>
+  </service>
+  <service mode="disabled" name="tar" />
+  <service mode="disabled" name="recompress">
+    <param name="file">*.tar</param>
+    <param name="compression">xz</param>
+  </service>
+  <service mode="disabled" name="set_version"/>
+  <service name="cargo_vendor" mode="disabled">
+     <param name="srcdir">onefetch</param>
+     <param name="compression">xz</param>
+     <param name="update">true</param>
+  </service>
   <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">onefetch</param>
   </service>
 </services>
 

++++++ cargo_config ++++++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
(No newline at EOF)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/onefetch/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.onefetch.new.1597/vendor.tar.xz differ: char 26, 
line 1

Reply via email to