Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package swww for openSUSE:Factory checked in 
at 2023-03-19 00:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/swww (Old)
 and      /work/SRC/openSUSE:Factory/.swww.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "swww"

Sun Mar 19 00:30:13 2023 rev:5 rq:1072775 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/swww/swww.changes        2023-02-07 
18:49:34.471289506 +0100
+++ /work/SRC/openSUSE:Factory/.swww.new.31432/swww.changes     2023-03-19 
00:30:14.571995764 +0100
@@ -1,0 +2,29 @@
+Sat Mar 18 01:33:30 UTC 2023 - Soc Virnyl Estela <[email protected]>
+
+- Fix specfile.
+- Fix installation of swww-daemon.
+
+-------------------------------------------------------------------
+Fri Mar 10 13:26:49 UTC 2023 - [email protected]
+
+- Update to version 0.7.2:
+  * prepare 0.7.2 release
+  * update dependencies
+  * man-pages (#84)
+  * Sync animations (#82)
+  * update changelog
+  * ignore integration_tests by default
+  * cache the images to reload them on startup (#80)
+  * prepare 0.7.1 release
+  * update dependencies
+  * cargo clippy and style
+  * update CHANGELOG.md
+  * fix integration_tests calling incorrect daemon bin
+  * add ability to use screen cords instead of percentages in 
`--transition-pos` (#71)
+  * typo: pipw -> pipe
+  * fix reading image from stdin (don't cannonicalize)
+  * document `--no_resize` and `--fill_color` args
+  * fix `swww` query not returning correct image
+  * change the version in Cargo.toml
+
+-------------------------------------------------------------------

Old:
----
  swww-0.7.0.obscpio
  vendor.tar.xz

New:
----
  swww-0.7.2.obscpio
  vendor.tar.zst

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

Other differences:
------------------
++++++ swww.spec ++++++
--- /var/tmp/diff_new_pack.afrj1N/_old  2023-03-19 00:30:16.352004208 +0100
+++ /var/tmp/diff_new_pack.afrj1N/_new  2023-03-19 00:30:16.360004246 +0100
@@ -26,16 +26,17 @@
 
 
 Name:           swww
-Version:        0.7.0
+Version:        0.7.2
 Release:        0
 Summary:        Wallpaper daemon for Wayland
 License:        GPL-3.0-only
 URL:            https://github.com/Horus645/swww
 Source0:        %{name}-%{version}.tar
-Source1:        vendor.tar.xz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 BuildRequires:  rust+cargo
+BuildRequires:  zstd
 BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(xkbcommon)
 
@@ -88,6 +89,16 @@
 install -Dm644 -T completions/_swww 
%{buildroot}%{_datadir}/zsh/site-functions/_swww
 %{cargo_install}
 
+# For the daemon
+unset LIBSSH2_SYS_USE_PKG_CONFIG && \
+if [[ -z $RUSTC_WRAPPER ]]; then CARGO_AUDITABLE="auditable" ; fi && \
+%{__cargo} $CARGO_AUDITABLE install \
+%{__cargo_common_opts} \
+--offline \
+--no-track \
+--root=%{buildroot}%{_prefix} \
+--path daemon
+
 %files
 %{_bindir}/swww
 %{_bindir}/swww-daemon

++++++ _service ++++++
--- /var/tmp/diff_new_pack.afrj1N/_old  2023-03-19 00:30:16.396004417 +0100
+++ /var/tmp/diff_new_pack.afrj1N/_new  2023-03-19 00:30:16.400004436 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/Horus645/swww</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">63075f36802e96af706ffab6d0b2dc33aab9b664</param>
+    <param name="revision">9df72ca3c680e88c5314000f70f8c3198363647d</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
@@ -13,7 +13,7 @@
   <service mode="disabled" name="set_version"/>
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">swww</param>
-     <param name="compression">xz</param>
+     <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.afrj1N/_old  2023-03-19 00:30:16.424004549 +0100
+++ /var/tmp/diff_new_pack.afrj1N/_new  2023-03-19 00:30:16.428004568 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/Horus645/swww</param>
-              <param 
name="changesrevision">63075f36802e96af706ffab6d0b2dc33aab9b664</param></service></servicedata>
+              <param 
name="changesrevision">9df72ca3c680e88c5314000f70f8c3198363647d</param></service></servicedata>
 (No newline at EOF)
 

++++++ swww-0.7.0.obscpio -> swww-0.7.2.obscpio ++++++
++++ 3005 lines of diff (skipped)

++++++ swww.obsinfo ++++++
--- /var/tmp/diff_new_pack.afrj1N/_old  2023-03-19 00:30:16.560005194 +0100
+++ /var/tmp/diff_new_pack.afrj1N/_new  2023-03-19 00:30:16.564005213 +0100
@@ -1,5 +1,5 @@
 name: swww
-version: 0.7.0
-mtime: 1675004670
-commit: 63075f36802e96af706ffab6d0b2dc33aab9b664
+version: 0.7.2
+mtime: 1676646291
+commit: 9df72ca3c680e88c5314000f70f8c3198363647d
 

Reply via email to