Hello community,

here is the log from the commit of package xar for openSUSE:Factory checked in 
at 2017-12-05 01:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xar (Old)
 and      /work/SRC/openSUSE:Factory/.xar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xar"

Tue Dec  5 01:30:36 2017 rev:7 rq:548104 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xar/xar.changes  2016-10-04 15:59:44.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.xar.new/xar.changes     2017-12-05 
01:30:36.808480338 +0100
@@ -1,0 +2,7 @@
+Mon Dec  4 14:22:06 UTC 2017 - mplus...@suse.com
+
+- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL
+  1.1.x support is ported
+- Clean up with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xar.spec ++++++
--- /var/tmp/diff_new_pack.s6y8tB/_old  2017-12-05 01:30:37.476456072 +0100
+++ /var/tmp/diff_new_pack.s6y8tB/_new  2017-12-05 01:30:37.476456072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xar
 #
-# 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
@@ -32,10 +32,13 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libbz2-devel
-BuildRequires:  libopenssl-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  openssl-devel
+%endif
 
 %description
 The XAR project aims to provide an easily extensible archive format. Important
@@ -91,24 +94,21 @@
 pushd xar
 %make_install
 popd
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libxar%{sover} -p /sbin/ldconfig
 %postun -n libxar%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_bindir}/xar
 %{_mandir}/man1/xar.1%{ext_man}
 
 %files -n libxar%{sover}
-%defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_libdir}/libxar.so.%{sover}
 
 %files -n libxar-devel
-%defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_includedir}/xar
 %{_libdir}/libxar.so


Reply via email to