Hello community,

here is the log from the commit of package lzham_codec for openSUSE:Factory 
checked in at 2018-06-28 15:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzham_codec (Old)
 and      /work/SRC/openSUSE:Factory/.lzham_codec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzham_codec"

Thu Jun 28 15:14:00 2018 rev:2 rq:619399 version:1_0_stable1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzham_codec/lzham_codec.changes  2017-06-01 
16:30:00.342209510 +0200
+++ /work/SRC/openSUSE:Factory/.lzham_codec.new/lzham_codec.changes     
2018-06-28 15:14:01.511526232 +0200
@@ -1,0 +2,5 @@
+Wed Jun 27 13:01:55 UTC 2018 - [email protected]
+
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lzham_codec.spec ++++++
--- /var/tmp/diff_new_pack.bJ5xJu/_old  2018-06-28 15:14:02.715524025 +0200
+++ /var/tmp/diff_new_pack.bJ5xJu/_new  2018-06-28 15:14:02.719524018 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lzham_codec
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,7 +22,7 @@
 Summary:        Lossless data compression codec
 License:        MIT
 Group:          Productivity/Archiving/Compression
-Url:            https://github.com/richgel999/lzham_codec
+URL:            https://github.com/richgel999/lzham_codec
 Source0:        
https://github.com/richgel999/lzham_codec/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM lzham-no_threading.patch
 Patch0:         lzham-no_threading.patch
@@ -30,8 +30,7 @@
 Patch1:         lzham-undef_types.patch
 BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Lossless data compression codec with LZMA-like ratios but optimized for 
decompression speed, C/C++.
@@ -83,8 +82,8 @@
 EOF
 
 %files devel
-%defattr(-,root,root)
-%doc LICENSE README.md example?
+%license LICENSE
+%doc README.md example?
 %{_includedir}/lzham.h
 %{_includedir}/lzham_dynamic_lib.h
 %{_includedir}/lzham_exports.inc
@@ -93,8 +92,8 @@
 %{_libdir}/pkgconfig/lzham_codec.pc
 
 %files libs
-%defattr(-,root,root)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %{_libdir}/liblzhamcomp.so
 %{_libdir}/liblzhamdecomp.so
 %{_libdir}/liblzhamdll.so


Reply via email to