Hello community,

here is the log from the commit of package lzop for openSUSE:Factory checked in 
at 2017-11-14 14:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzop (Old)
 and      /work/SRC/openSUSE:Factory/.lzop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzop"

Tue Nov 14 14:25:31 2017 rev:9 rq:540782 version:1.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzop/lzop.changes        2016-04-07 
13:35:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lzop.new/lzop.changes   2017-11-14 
14:25:39.533156100 +0100
@@ -1,0 +2,17 @@
+Sat Nov 11 18:35:11 UTC 2017 - mplus...@suse.com
+
+- Use cmake for building
+- Run tests during build
+
+-------------------------------------------------------------------
+Sat Nov 11 15:56:14 UTC 2017 - aavind...@gmail.com
+
+- update to 1.0.4:
+  * Added CMake build support
+  * Assorted minor updates
+- clean with spec-cleaner
+- remove patches
+  * lzop-1.03-gcc5_ppc64.patch
+  * lzop-1.03-gcc6.patch
+
+-------------------------------------------------------------------

Old:
----
  lzop-1.03-gcc5_ppc64.patch
  lzop-1.03-gcc6.patch
  lzop-1.03.tar.gz

New:
----
  lzop-1.04.tar.gz

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

Other differences:
------------------
++++++ lzop.spec ++++++
--- /var/tmp/diff_new_pack.M30qIa/_old  2017-11-14 14:25:40.645115558 +0100
+++ /var/tmp/diff_new_pack.M30qIa/_new  2017-11-14 14:25:40.645115558 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lzop
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           lzop
-Version:        1.03
+Version:        1.04
 Release:        0
 Summary:        The fastest compressor and decompressor around
 License:        GPL-2.0+
@@ -25,10 +25,8 @@
 Url:            http://www.lzop.org
 Source0:        http://www.lzop.org/download/%{name}-%{version}.tar.gz
 Source1:        %{name}.changes
-Patch:          lzop-1.03-gcc6.patch
-Patch2:         lzop-1.03-gcc5_ppc64.patch
+BuildRequires:  cmake >= 3.0
 BuildRequires:  lzo-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 lzop is a file compressor similar to gzip. Its main advantages over gzip
@@ -42,8 +40,6 @@
 
 %prep
 %setup -q
-%patch
-%patch2 -p1
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE1}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
@@ -51,16 +47,20 @@
     xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-%configure
-make %{?_smp_mflags}
+%cmake
+%make_jobs
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%cmake_install
+# Remove unwanted doc folder created during build
+rm -fr %{buildroot}%{_datadir}/doc
+
+%check
+%ctest
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
 %{_bindir}/lzop
-%doc %{_mandir}/man1/lzop.1*
+%{_mandir}/man1/lzop.1%{ext_man}
 
 %changelog

++++++ lzop-1.03.tar.gz -> lzop-1.04.tar.gz ++++++
++++ 36501 lines of diff (skipped)


Reply via email to