Hello community,

here is the log from the commit of package libbytesize for openSUSE:Factory 
checked in at 2018-05-08 13:32:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbytesize (Old)
 and      /work/SRC/openSUSE:Factory/.libbytesize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbytesize"

Tue May  8 13:32:04 2018 rev:2 rq:604036 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbytesize/libbytesize.changes  2018-02-21 
14:13:20.222158465 +0100
+++ /work/SRC/openSUSE:Factory/.libbytesize.new/libbytesize.changes     
2018-05-08 13:32:05.288924294 +0200
@@ -1,0 +2,10 @@
+Fri May  4 01:06:42 UTC 2018 - [email protected]
+
+- Update to version 1.3:
+  + Do not segfault when trying to bs_size_free NULL.
+- Cleanup specfile removing deprecations.
+- Update LGPL License tag appending '-only' to comply with SPDX
+  3.0.
+- Add gcc BuildRequires to avoid implicit dependencies.
+
+-------------------------------------------------------------------

Old:
----
  libbytesize-1.2.tar.gz

New:
----
  libbytesize-1.3.tar.gz

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

Other differences:
------------------
++++++ libbytesize.spec ++++++
--- /var/tmp/diff_new_pack.jByJPC/_old  2018-05-08 13:32:06.132893843 +0200
+++ /var/tmp/diff_new_pack.jByJPC/_new  2018-05-08 13:32:06.136893699 +0200
@@ -21,13 +21,14 @@
 %define libname %{name}%{somajor}
 
 Name:           libbytesize
-Version:        1.2
+Version:        1.3
 Release:        0
 Summary:        A library for working with sizes in bytes
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/storaged-project/libbytesize
-Source:         
https://github.com/storaged-project/libbytesize/releases/download/1.2/%{name}-%{version}.tar.gz
+URL:            https://github.com/storaged-project/libbytesize
+Source:         
https://github.com/storaged-project/libbytesize/releases/download/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  gcc
 BuildRequires:  gmp-devel
 BuildRequires:  gtk-doc
 BuildRequires:  mpfr-devel
@@ -35,7 +36,6 @@
 %{?with_python2:BuildRequires: python2-devel}
 BuildRequires:  pkgconfig(libpcre) >= 8.32
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The LibBytesize is a C library that facilitates work with sizes in
@@ -101,23 +101,15 @@
 find %{buildroot} -name '*.la' -type f -delete -print
 %find_lang %{name} %{?no_lang_C}
 
-# If python2 bindings are switched off this directory appears.
-# A feature request has been upstreamed for python 2 switch 
(gh#storaged-project/libbytesize#45).
-%if !%{with python2}
-rm -rf %{buildroot}/bytesize
-%endif
-
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %doc README.md LICENSE
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/%{name}
 %{_libdir}/%{name}.so
 %dir %{_includedir}/bytesize
@@ -126,13 +118,11 @@
 
 %if %{with python2}
 %files -n python2-%{name}
-%defattr(-,root,root)
 %dir %{python2_sitearch}/bytesize
 %{python2_sitearch}/bytesize/*
 %endif
 
 %files -n python3-%{name}
-%defattr(-,root,root)
 %dir %{python3_sitearch}/bytesize
 %{python3_sitearch}/bytesize/*
 

++++++ libbytesize-1.2.tar.gz -> libbytesize-1.3.tar.gz ++++++
++++ 23726 lines of diff (skipped)


Reply via email to