commit libfwsi for openSUSE:Factory

2020-04-09 Thread root
Hello community,

here is the log from the commit of package libfwsi for openSUSE:Factory checked 
in at 2020-04-09 23:15:07

Comparing /work/SRC/openSUSE:Factory/libfwsi (Old)
 and  /work/SRC/openSUSE:Factory/.libfwsi.new.3248 (New)


Package is "libfwsi"

Thu Apr  9 23:15:07 2020 rev:6 rq:792570 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libfwsi/libfwsi.changes  2019-06-12 
13:08:33.685126527 +0200
+++ /work/SRC/openSUSE:Factory/.libfwsi.new.3248/libfwsi.changes
2020-04-09 23:15:07.942233317 +0200
@@ -1,0 +2,9 @@
+Tue Apr  7 19:21:03 UTC 2020 - Greg Freemyer 
+
+- update to v0~20191221
+* minor release
+* Worked on Python wheel support
+- rename python-libfwsi to python2-libfwsi
+- add python3 bindings submodule
+
+---

Old:

  libfwsi-experimental-20181227.tar.gz

New:

  libfwsi-experimental-20191221.tar.gz



Other differences:
--
++ libfwsi.spec ++
--- /var/tmp/diff_new_pack.kTQ9wm/_old  2020-04-09 23:15:08.846233840 +0200
+++ /var/tmp/diff_new_pack.kTQ9wm/_new  2020-04-09 23:15:08.846233840 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwsi
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 %define lname  libfwsi1
-%define timestamp 20181227
+%define timestamp 20191221
 Name:   libfwsi
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access the Windows Shell Item format
 License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
-Url:https://github.com/libyal/libfwsi/wiki
+URL:https://github.com/libyal/libfwsi/wiki
 Source: 
https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
 Source2:Windows_Shell_Item_format.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libcdata) >= 20140105
 BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libclocale)
@@ -68,23 +67,34 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfwsi.
 
-%package -n python-%name
+%package -n python2-%{name}
+Summary:Python2 bindings for libfwsi
+License:LGPL-3.0-or-later
+Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
+BuildRequires:  pkgconfig(python2)
+Obsoletes:  pyfwsi <= 20191221
+Obsoletes:  python-%{name} <= 20191221
+
+%description -n python2-%name
+Python2 bindings for libfwsi, a library to access Windows Shell Items.
+
+%package -n python3-%{name}
 Summary:Python bindings for libfwsi
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %{lname} = %{version}
-Requires:   python
-Provides:   pyfwsi = %{version}
+BuildRequires:  pkgconfig(python3)
 
-%description -n python-%name
-Python bindings for libfwsi, a library to access Windows Shell Items.
+%description -n python3-%name
+Python3 bindings for libfwsi, a library to access Windows Shell Items.
 
 %prep
 %setup -q -n libfwsi-%{timestamp}
 cp "%{S:2}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
+%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3 
 make %{?_smp_mflags}
 
 %install
@@ -112,10 +122,16 @@
 %{_libdir}/pkgconfig/libfwsi.pc
 %{_mandir}/man3/libfwsi.3*
 
-%files -n python-%name
+%files -n python2-%name
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog
+%license COPYING
+%python2_sitearch/pyfwsi.so
+
+%files -n python3-%name
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog
 %license COPYING
-%python_sitearch/pyfwsi.so
+%python3_sitearch/pyfwsi.so
 
 %changelog

++ libfwsi-experimental-20181227.tar.gz -> 
libfwsi-experimental-20191221.tar.gz ++
 30076 lines of diff (skipped)




commit libfwsi for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libfwsi for openSUSE:Factory checked 
in at 2019-06-12 13:08:31

Comparing /work/SRC/openSUSE:Factory/libfwsi (Old)
 and  /work/SRC/openSUSE:Factory/.libfwsi.new.4811 (New)


Package is "libfwsi"

Wed Jun 12 13:08:31 2019 rev:5 rq:695359 version:0~20181227

Changes:

--- /work/SRC/openSUSE:Factory/libfwsi/libfwsi.changes  2017-02-21 
13:48:29.736015592 +0100
+++ /work/SRC/openSUSE:Factory/.libfwsi.new.4811/libfwsi.changes
2019-06-12 13:08:33.685126527 +0200
@@ -1,0 +2,13 @@
+Mon Apr 15 22:16:20 UTC 2019 - Greg Freemyer 
+
+- update to v0~20181227
+   * Changes to improve handling corrupt shell item lists
+   * Worked on Python bindings
+   * Changes to improve handling corrupt URI extension values
+   * Fix for handling corrupt shell items
+   * Changes to improve handling corrupt file entry extension values
+   * Added URI sub values shell item type
+   * Changes for debug output and unsuppored extension block sizes
+   * Changes to URI and URI sub shell items
+
+---

Old:

  libfwsi-experimental-20170117.tar.gz

New:

  libfwsi-experimental-20181227.tar.gz



Other differences:
--
++ libfwsi.spec ++
--- /var/tmp/diff_new_pack.22NGkn/_old  2019-06-12 13:08:34.257126287 +0200
+++ /var/tmp/diff_new_pack.22NGkn/_new  2019-06-12 13:08:34.261126286 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwsi
 #
-# Copyright (c) 2017 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/
 #
 
 
 %define lname  libfwsi1
-%define timestamp 20170117
+%define timestamp 20181227
 Name:   libfwsi
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access the Windows Shell Item 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/libfwsi/wiki
 Source: 
https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
@@ -49,7 +49,7 @@
 
 %package -n %{lname}
 Summary:Library to access the Windows Shell Item format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %{lname}
@@ -58,7 +58,7 @@
 
 %package devel
 Summary:Development files for libfwsi
-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}
 
@@ -70,7 +70,7 @@
 
 %package -n python-%name
 Summary:Python bindings for libfwsi
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/Python
 Requires:   %{lname} = %{version}
 Requires:   python
@@ -97,12 +97,14 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{_libdir}/libfwsi.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS README ChangeLog
+%license COPYING
 %doc Windows_Shell_Item_format.pdf
 %{_includedir}/libfwsi.h
 %{_includedir}/libfwsi/
@@ -112,7 +114,8 @@
 
 %files -n python-%name
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %python_sitearch/pyfwsi.so
 
 %changelog

++ libfwsi-experimental-20170117.tar.gz -> 
libfwsi-experimental-20181227.tar.gz ++
 100953 lines of diff (skipped)




commit libfwsi for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package libfwsi for openSUSE:Factory checked 
in at 2017-02-21 13:48:28

Comparing /work/SRC/openSUSE:Factory/libfwsi (Old)
 and  /work/SRC/openSUSE:Factory/.libfwsi.new (New)


Package is "libfwsi"

Changes:

--- /work/SRC/openSUSE:Factory/libfwsi/libfwsi.changes  2016-02-09 
13:31:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfwsi.new/libfwsi.changes 2017-02-21 
13:48:29.736015592 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 21:53:03 UTC 2017 - greg.freem...@gmail.com
+
+- update to v0~20170117
+
+---

Old:

  libfwsi-experimental-20150701.tar.gz

New:

  libfwsi-experimental-20170117.tar.gz



Other differences:
--
++ libfwsi.spec ++
--- /var/tmp/diff_new_pack.nm7mfo/_old  2017-02-21 13:48:30.171954242 +0100
+++ /var/tmp/diff_new_pack.nm7mfo/_new  2017-02-21 13:48:30.171954242 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwsi
 #
-# Copyright (c) 2015 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 @@
 
 
 %define lname  libfwsi1
-%define timestamp 20150701
+%define timestamp 20170117
 Name:   libfwsi
 Version:0~%{timestamp}
 Release:0

++ libfwsi-experimental-20150701.tar.gz -> 
libfwsi-experimental-20170117.tar.gz ++
 96246 lines of diff (skipped)




commit libfwsi for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package libfwsi for openSUSE:Factory checked 
in at 2016-02-09 13:31:45

Comparing /work/SRC/openSUSE:Factory/libfwsi (Old)
 and  /work/SRC/openSUSE:Factory/.libfwsi.new (New)


Package is "libfwsi"

Changes:

--- /work/SRC/openSUSE:Factory/libfwsi/libfwsi.changes  2015-01-30 
15:03:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfwsi.new/libfwsi.changes 2016-02-09 
13:31:48.0 +0100
@@ -1,0 +2,16 @@
+Tue Dec  1 20:08:40 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150701
+   * bug fix for shared usage
+
+---
+Wed Jul  1 22:29:21 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150614
+   * bug fix for shared usage
+   * changes for shell item being created outside of list
+   * fix for missing libfwsi_notify_set_verbose
+- make pyfwsi provide version info
+- for the python sub-package add a Requires libfwsi
+
+---

Old:

  libfwsi-experimental-20150105.tar.gz

New:

  libfwsi-experimental-20150701.tar.gz



Other differences:
--
++ libfwsi.spec ++
--- /var/tmp/diff_new_pack.iOcHd8/_old  2016-02-09 13:31:49.0 +0100
+++ /var/tmp/diff_new_pack.iOcHd8/_new  2016-02-09 13:31:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwsi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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 @@
 
 
 %define lname  libfwsi1
-%define timestamp 20150105
+%define timestamp 20150701
 Name:   libfwsi
 Version:0~%{timestamp}
 Release:0
@@ -29,16 +29,16 @@
 Source2:Windows_Shell_Item_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcdata) >= 20140105
-BuildRequires:  pkgconfig(libcnotify)
+BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libclocale)
+BuildRequires:  pkgconfig(libcnotify)
+BuildRequires:  pkgconfig(libcstring) >= 20150101
+BuildRequires:  pkgconfig(libcthreads) >= 20130723
 BuildRequires:  pkgconfig(libfdatetime)
 BuildRequires:  pkgconfig(libfguid)
-BuildRequires:  pkgconfig(libuna)
-BuildRequires:  pkgconfig(libcthreads) >= 20130723
-BuildRequires:  pkgconfig(libcstring) >= 20150101
 BuildRequires:  pkgconfig(libfole)
+BuildRequires:  pkgconfig(libuna)
 # not (yet) packaged in OBS
 #BuildRequires:  pkgconfig(libfwps)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -72,8 +72,9 @@
 Summary:Python bindings for libfwsi
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
 Requires:   python
-Provides:  pyfwsi
+Provides:   pyfwsi = %{version}
 
 %description -n python-%name
 Python bindings for libfwsi, a library to access Windows Shell Items.

++ libfwsi-experimental-20150105.tar.gz -> 
libfwsi-experimental-20150701.tar.gz ++
 18533 lines of diff (skipped)




commit libfwsi for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libfwsi for openSUSE:Factory checked 
in at 2015-01-30 15:02:57

Comparing /work/SRC/openSUSE:Factory/libfwsi (Old)
 and  /work/SRC/openSUSE:Factory/.libfwsi.new (New)


Package is "libfwsi"

Changes:

--- /work/SRC/openSUSE:Factory/libfwsi/libfwsi.changes  2015-01-22 
00:56:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfwsi.new/libfwsi.changes 2015-01-30 
15:03:00.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan 15 21:35:11 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150105
+   * 2015 update
+   * worked on Python 3 support
+   * worked on utility scripts
+   * small fixes
+   * worked on format support
+- update URL to the new github site
+- replace Source: field with fully defined URL
+- remove DL-URL comment
+- remove %if opensuse logic.  Not needed with libyal in security:forensics
+- use libyal packages from OBS if available
+
+---

Old:

  libfwsi-experimental-20140801.tar.gz

New:

  libfwsi-experimental-20150105.tar.gz



Other differences:
--
++ libfwsi.spec ++
--- /var/tmp/diff_new_pack.rsIBCX/_old  2015-01-30 15:03:00.0 +0100
+++ /var/tmp/diff_new_pack.rsIBCX/_new  2015-01-30 15:03:00.0 +0100
@@ -17,16 +17,15 @@
 
 
 %define lname  libfwsi1
-%define timestamp 20140801
+%define timestamp 20150105
 Name:   libfwsi
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access the Windows Shell Item format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libfwsi/
-#DL-URL:
https://5c36fb3a2584d3bd2f8d3924d56b4d00d70e8000.googledrive.com/host/0B3fBvzttpiiSajVqblZQT3FYZzg/libfwsi-experimental-20140801.tar.gz
-Source: %{name}-experimental-%{timestamp}.tar.gz
+Url:https://github.com/libyal/libfwsi/wiki
+Source: 
https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
 Source2:Windows_Shell_Item_format.pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -37,11 +36,10 @@
 BuildRequires:  pkgconfig(libfdatetime)
 BuildRequires:  pkgconfig(libfguid)
 BuildRequires:  pkgconfig(libuna)
-%if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
-%endif
-# not (yet) released as packages by upstream
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
+BuildRequires:  pkgconfig(libcstring) >= 20150101
+BuildRequires:  pkgconfig(libfole)
+# not (yet) packaged in OBS
 #BuildRequires:  pkgconfig(libfwps)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libfwsi-experimental-20140801.tar.gz -> 
libfwsi-experimental-20150105.tar.gz ++
 30496 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org