Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2018-01-26 13:35:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvpx (Old)
 and      /work/SRC/openSUSE:Factory/.libvpx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvpx"

Fri Jan 26 13:35:53 2018 rev:35 rq:569467 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes    2018-01-20 
11:19:18.529141036 +0100
+++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes       2018-01-26 
13:35:54.459360400 +0100
@@ -1,0 +2,5 @@
+Thu Jan 18 10:29:12 UTC 2018 - Adrian Schröter <adr...@suse.de>
+
+- cleanup traces for testing, we don't have the >400MB test data here
+
+-------------------------------------------------------------------

Old:
----
  test-data.sha1

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

Other differences:
------------------
++++++ libvpx.spec ++++++
--- /var/tmp/diff_new_pack.l71WGe/_old  2018-01-26 13:35:55.403316310 +0100
+++ /var/tmp/diff_new_pack.l71WGe/_new  2018-01-26 13:35:55.407316124 +0100
@@ -25,19 +25,19 @@
 Group:          Productivity/Multimedia/Other
 Url:            http://www.webmproject.org/
 Source0:        
https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2
-Source1:        test-data.sha1
 Source1000:     baselibs.conf
 Patch0:         CVE-2017-13194.patch
 Patch1:         libvpx-define-config_pic.patch
 Patch2:         libvpx-configure-add-s390.patch
 Patch4:         libvpx-armv7-use-hard-float.patch
-BuildRequires:  gcc-c++
 # Needed to be able to create pkgconfig() provides.
 BuildRequires:  pkgconfig
 BuildRequires:  yasm
+
+# only needed for test suite
+BuildRequires:  gcc-c++
 # add curl and do not copy it in to get an updated test-data.sha1 file
 #BuildRequires:  curl
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 WebM is an open, royalty-free, media file format designed for the web.
@@ -97,7 +97,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
-cp %{SOURCE1} test/
 
 %build
 %if 0%{?suse_version} < 1310
@@ -146,6 +145,10 @@
 cd build
 make %{?_smp_mflags} verbose=yes GEN_EXAMPLES= DESTDIR=%{buildroot} install
 
+%check
+# needs network to download >400MB data
+# make test
+
 %post -n %{name}%{sover} -p /sbin/ldconfig
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 


Reply via email to