Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rav1e for openSUSE:Factory checked 
in at 2021-04-08 21:03:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rav1e (Old)
 and      /work/SRC/openSUSE:Factory/.rav1e.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rav1e"

Thu Apr  8 21:03:20 2021 rev:8 rq:883753 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rav1e/rav1e.changes      2021-01-18 
11:26:47.884477249 +0100
+++ /work/SRC/openSUSE:Factory/.rav1e.new.2401/rav1e.changes    2021-04-08 
21:03:30.125987254 +0200
@@ -1,0 +2,12 @@
+Wed Apr  7 21:40:52 UTC 2021 - Dirk M??ller <[email protected]>
+
+- avoid packaging the pkgconfig dir - it comes from filesystem
+- spec-cleaner run 
+
+-------------------------------------------------------------------
+Wed Apr  7 05:19:14 UTC 2021 - Antonio Larrosa <[email protected]>
+
+- Update to version 0.4.1
+  * https://github.com/xiph/rav1e/releases/tag/v0.4.1
+
+-------------------------------------------------------------------

Old:
----
  rav1e-0.4.0.tar.gz

New:
----
  rav1e-0.4.1.tar.gz

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

Other differences:
------------------
++++++ rav1e.spec ++++++
--- /var/tmp/diff_new_pack.APfXss/_old  2021-04-08 21:03:31.049988251 +0200
+++ /var/tmp/diff_new_pack.APfXss/_new  2021-04-08 21:03:31.053988256 +0200
@@ -17,13 +17,13 @@
 #
 
 
+%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           rav1e
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        Fastest and safest AV1 encoder
 License:        BSD-2-Clause
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-
 URL:            https://github.com/xiph/rav1e
 #
 Source0:        
https://github.com/xiph/rav1e/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -94,20 +94,22 @@
 [term]
 verbose = true
 EOF
-%{__rm} -f Cargo.lock
+rm -f Cargo.lock
 
 # Disable rav1e_js
 sed -i 's/"rav1e_js", //' Cargo.toml
 
 %build
-%cargo_build
-CFLAGS="%{optflags}" %__cargo cbuild
+export RUSTFLAGS=%{rustflags}
+%{cargo_build}
+CFLAGS="%{optflags}" %{__cargo} cbuild
 
 %install
-%cargo_install
+export RUSTFLAGS=%{rustflags}
+%{cargo_install}
 rm -rf %{buildroot}%{_datadir}/cargo
 
-%__cargo cinstall \
+%{__cargo} cinstall \
     --destdir=%{buildroot} \
     --prefix=%{_prefix} \
     --libdir=%{_libdir} \
@@ -131,7 +133,6 @@
 %dir %{_includedir}/rav1e
 %{_includedir}/rav1e/rav1e.h
 %{_libdir}/librav1e.so
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/rav1e.pc
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.APfXss/_old  2021-04-08 21:03:31.105988312 +0200
+++ /var/tmp/diff_new_pack.APfXss/_new  2021-04-08 21:03:31.109988316 +0200
@@ -1,4 +1,5 @@
 <services>
   <service name="cargo_vendor" mode="disabled">
+    <param name="srcdir">rav1e</param>
   </service>
 </services>

++++++ rav1e-0.4.0.tar.gz -> rav1e-0.4.1.tar.gz ++++++
++++ 1855 lines of diff (skipped)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/rav1e/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.rav1e.new.2401/vendor.tar.xz differ: char 13, line 1

Reply via email to