Hello community,

here is the log from the commit of package libolecf for openSUSE:Factory 
checked in at 2019-06-12 13:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libolecf (Old)
 and      /work/SRC/openSUSE:Factory/.libolecf.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libolecf"

Wed Jun 12 13:09:50 2019 rev:10 rq:696093 version:0~20181231

Changes:
--------
--- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes        2016-02-09 
13:31:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libolecf.new.4811/libolecf.changes      
2019-06-12 13:09:51.885093663 +0200
@@ -1,0 +2,18 @@
+Mon Apr  1 21:46:17 UTC 2019 - Greg Freemyer <greg.freem...@gmail.com>
+
+- update to 20181231
+       * Worked on python bindings
+       * Changes for get item by path.
+       * Worked on olecfinfo
+       * changes for libcdata
+       * Changes to file name sanitation in export handle
+       * removed libcsystem dependency
+- removed libcsystem dependency
+
+-------------------------------------------------------------------
+Wed Jul 13 02:39:10 UTC 2016 - greg.freem...@gmail.com
+
+- update to 20160109
+       * fixes for rpmbuild
+
+-------------------------------------------------------------------

Old:
----
  libolecf-alpha-20160107.tar.gz

New:
----
  libolecf-alpha-20181231.tar.gz

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

Other differences:
------------------
++++++ libolecf.spec ++++++
--- /var/tmp/diff_new_pack.A0dDbX/_old  2019-06-12 13:09:52.381093453 +0200
+++ /var/tmp/diff_new_pack.A0dDbX/_new  2019-06-12 13:09:52.385093452 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libolecf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libolecf
 %define lname  libolecf1
-%define timestamp      20160107
+%define timestamp      20181231
 Version:        0~%timestamp
 Release:        0
 Summary:        Library and tools to access the OLE 2 Compound File (OLECF) 
format
-License:        LGPL-3.0+ and GFDL-1.3+
+License:        LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:          Productivity/File utilities
 Url:            https://github.com/libyal/libolecf/wiki
 Source:         
https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@@ -30,13 +30,13 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio)
-BuildRequires:  pkgconfig(libcdata) >= 20160108
+BuildRequires:  pkgconfig(libcdata) >= 20190112
 BuildRequires:  pkgconfig(libcfile)
 BuildRequires:  pkgconfig(libclocale)
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcpath)
 BuildRequires:  pkgconfig(libcsplit)
-BuildRequires:  pkgconfig(libcsystem) >= 20120425
+# BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfguid) >= 20140103
 BuildRequires:  pkgconfig(libfole) >= 20120426
@@ -45,8 +45,9 @@
 # testing fails with external package from factory - verified Jan 27, 2016
 #BuildRequires:  pkgconfig(libfdatetime) > 20150507
 #BuildRequires:  pkgconfig(libcstring) > 20150101
-#BuildRequires:  pkgconfig(libcerror) > 20150407
 #BuildRequires:  pkgconfig(libfvalue) > 20151226
+# build fails with external package from factory - verified Jul 12, 2016
+#BuildRequires:  pkgconfig(libcerror) > 20160327
 # released, but not yet packaged.  This is the only user in OBS.
 #BuildRequires:  pkgconfig(libwfps) > 20150104
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +57,7 @@
 
 %package -n %lname
 Summary:        Library to access the OLE 2 Compound File (OLECF) format
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          System/Libraries
 
 %description -n %lname
@@ -65,7 +66,7 @@
 
 %package tools
 Summary:        Tools to access the OLE 2 Compound File (OLECF) format
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          System/Filesystems
 Requires:       %lname = %version
 
@@ -75,7 +76,7 @@
  
 %package devel
 Summary:        Development files for %name
-License:        LGPL-3.0+ and GFDL-1.3+
+License:        LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 
@@ -87,7 +88,7 @@
 
 %package -n python-%name
 Summary:        Python bindings for libolecf
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/Python
 Requires:       %lname = %version
 Requires:       python
@@ -113,7 +114,8 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING 
 %_libdir/libolecf.so.*
 
 %files tools
@@ -132,7 +134,8 @@
 
 %files -n python-%name
 %defattr(-,root,root)
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING 
 %python_sitearch/pyolecf.so
 
 %changelog

++++++ libolecf-alpha-20160107.tar.gz -> libolecf-alpha-20181231.tar.gz ++++++
++++ 204080 lines of diff (skipped)


Reply via email to