commit libpff for openSUSE:Factory
Hello community, here is the log from the commit of package libpff for openSUSE:Factory checked in at 2020-05-02 22:19:12 Comparing /work/SRC/openSUSE:Factory/libpff (Old) and /work/SRC/openSUSE:Factory/.libpff.new.2738 (New) Package is "libpff" Sat May 2 22:19:12 2020 rev:7 rq:799715 version:0~20180714 Changes: --- /work/SRC/openSUSE:Factory/libpff/libpff.changes2019-06-12 13:10:22.053064041 +0200 +++ /work/SRC/openSUSE:Factory/.libpff.new.2738/libpff.changes 2020-05-02 22:19:15.476777450 +0200 @@ -1,0 +2,6 @@ +Thu Apr 30 01:42:30 UTC 2020 - Greg Freemyer + +- convert python bindings to python3 +- rename the binding submodule from python-libpff to python3-libpff + +--- Other differences: -- ++ libpff.spec ++ --- /var/tmp/diff_new_pack.gmD1fE/_old 2020-05-02 22:19:16.436779461 +0200 +++ /var/tmp/diff_new_pack.gmD1fE/_new 2020-05-02 22:19:16.436779461 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpff # -# 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 @@ -24,7 +24,7 @@ Summary:Library and tools to access Microsoft PFF and OFF format files License:LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities -Url:https://github.com/libyal/libpff/wiki +URL:https://github.com/libyal/libpff/wiki Source: https://github.com/libyal/libpff/releases/download/%{timestamp}/libpff-experimental-%{timestamp}.tar.gz Source2: PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf Source3: PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf @@ -33,8 +33,6 @@ Source6:libpff-libfdata.pdf Patch1: pkgconfig.diff -BuildRequires: pkg-config -BuildRequires: python-devel # use factory packages if available %if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libbfio) >= 20130721 @@ -105,13 +103,16 @@ This subpackage contains libraries and header files for developing applications that want to make use of libpff. -%package -n python-%name +%package -n python3-%name Summary:Python bindings for libpff, a PFF/OFF file format parser License:LGPL-3.0-or-later Group: Development/Libraries/Python -Requires: python +Requires: python3 +BuildRequires: pkgconfig(python3) +#python-%name was previously the name of this submodule. It was python2 bindings. +Obsoletes: python-%name <= 20180714 -%description -n python-%name +%description -n python3-%name Python bindings for libpff, which can read Personal Folder File (PFF) and Offline Folder File (OFF) formats. @@ -121,7 +122,7 @@ cp "%{S:2}" "%{S:3}" "%{S:4}" "%{S:5}" "%{S:6}" . %build -%configure --disable-static --enable-wide-character-type --enable-python +%configure --disable-static --enable-wide-character-type --enable-python3 make %{?_smp_mflags} %install @@ -158,8 +159,8 @@ %_libdir/pkgconfig/libpff.pc %_mandir/man3/libpff.3* -%files -n python-%name +%files -n python3-%name %defattr(-,root,root) -%python_sitearch/pypff.so +%python3_sitearch/pypff.so %changelog
commit libpff for openSUSE:Factory
Hello community, here is the log from the commit of package libpff for openSUSE:Factory checked in at 2019-06-12 13:10:19 Comparing /work/SRC/openSUSE:Factory/libpff (Old) and /work/SRC/openSUSE:Factory/.libpff.new.4811 (New) Package is "libpff" Wed Jun 12 13:10:19 2019 rev:6 rq:696106 version:0~20180714 Changes: --- /work/SRC/openSUSE:Factory/libpff/libpff.changes2017-02-19 01:02:28.679395716 +0100 +++ /work/SRC/openSUSE:Factory/.libpff.new.4811/libpff.changes 2019-06-12 13:10:22.053064041 +0200 @@ -1,0 +2,8 @@ +Tue Apr 2 00:15:15 UTC 2019 - Greg Freemyer + +- Updated to v0~20180714 + * several bug fixes + * see github log +- update which internal packages from libyal are used. Now only libcpath + +--- Old: libpff-experimental-20161119.tar.gz New: libpff-experimental-20180714.tar.gz Other differences: -- ++ libpff.spec ++ --- /var/tmp/diff_new_pack.sNAdc0/_old 2019-06-12 13:10:22.905063148 +0200 +++ /var/tmp/diff_new_pack.sNAdc0/_new 2019-06-12 13:10:22.937063114 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpff # -# 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/ # Name: libpff %define lname libpff1 -%define timestamp 20161119 +%define timestamp 20180714 Version:0~%timestamp Release:0 Summary:Library and tools to access Microsoft PFF and OFF format files -License:LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ +License:LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url:https://github.com/libyal/libpff/wiki Source: https://github.com/libyal/libpff/releases/download/%{timestamp}/libpff-experimental-%{timestamp}.tar.gz @@ -38,11 +38,11 @@ # use factory packages if available %if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libbfio) >= 20130721 -BuildRequires: pkgconfig(libcdata) +BuildRequires: pkgconfig(libcdata) >= 20190112 +BuildRequires: pkgconfig(libcerror) >= 20181117 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20120425 -BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRequires: pkgconfig(libcsystem) >= 20120425 @@ -51,14 +51,14 @@ BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRequires: pkgconfig(libfdatetime) >= 20120522 BuildRequires: pkgconfig(libfguid) >= 20120426 +BuildRequires: pkgconfig(libfmapi) >= 20180714 BuildRequires: pkgconfig(libfvalue) >= 20120428 BuildRequires: pkgconfig(libfwnt) >= 20120426 BuildRequires: pkgconfig(libuna) >= 20120425 %endif # fails to build with factory package, use internal -# verified 2/14/2017 -#BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libfmapi) >= 20120405 +# verified 4/19/2019 +#BuildRequires: pkgconfig(libcpath) >= 20181228 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -69,7 +69,7 @@ %package -n %lname Summary:Library to access Microsoft PFF and OFF format files -License:LGPL-3.0+ +License:LGPL-3.0-or-later Group: System/Libraries %description -n %lname @@ -80,7 +80,7 @@ %package tools Summary:Tools to access Microsoft PST and OST files -License:LGPL-3.0+ +License:LGPL-3.0-or-later Group: Productivity/File utilities Requires: %lname = %version @@ -92,7 +92,7 @@ %package devel Summary:Development files for libpff, a PFF/OFF file format library -License:LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ +License:LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -107,7 +107,7 @@ %package -n python-%name Summary:Python bindings for libpff, a PFF/OFF file format parser -License:LGPL-3.0+ +License:LGPL-3.0-or-later Group: Development/Libraries/Python Requires: python @@ -133,18 +133,21 @@ %files -n %lname %defattr(-,root,root) -%doc AUTHO
commit libpff for openSUSE:Factory
Hello community, here is the log from the commit of package libpff for openSUSE:Factory checked in at 2017-02-19 01:02:27 Comparing /work/SRC/openSUSE:Factory/libpff (Old) and /work/SRC/openSUSE:Factory/.libpff.new (New) Package is "libpff" Changes: --- /work/SRC/openSUSE:Factory/libpff/libpff.changes2014-08-21 17:26:24.0 +0200 +++ /work/SRC/openSUSE:Factory/.libpff.new/libpff.changes 2017-02-19 01:02:28.679395716 +0100 @@ -1,0 +2,14 @@ +Wed Feb 15 17:02:45 UTC 2017 - greg.freem...@gmail.com + +- Updated to v0~20161119 + * changes only provided in gitlog +- Renamed Personal_Folder_File_PFF_format.pdf to meet new naming rules +- correct URL and Source fields to the new github location +- Clean-up BuildRequires to use external packages as feasible + +--- +Mon Oct 17 09:30:29 UTC 2016 - jeng...@inai.de + +- Add pkgconfig.diff; adds libbfio as a require into the .pc file + +--- Old: Personal_Folder_File_(PFF)_format.pdf libpff-experimental-20131028.tar.gz New: Personal_Folder_File_PFF_format.pdf libpff-experimental-20161119.tar.gz pkgconfig.diff Other differences: -- ++ libpff.spec ++ --- /var/tmp/diff_new_pack.6Ua2DO/_old 2017-02-19 01:02:29.307307507 +0100 +++ /var/tmp/diff_new_pack.6Ua2DO/_new 2017-02-19 01:02:29.311306945 +0100 @@ -1,7 +1,7 @@ # # spec file for package libpff # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -18,47 +18,47 @@ Name: libpff %define lname libpff1 -%define timestamp 20131028 +%define timestamp 20161119 Version:0~%timestamp Release:0 Summary:Library and tools to access Microsoft PFF and OFF format files License:LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ Group: Productivity/File utilities -Url:http://code.google.com/p/libpff/ - -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20131028.tar.gz -Source: %name-experimental-%timestamp.tar.gz +Url:https://github.com/libyal/libpff/wiki +Source: https://github.com/libyal/libpff/releases/download/%{timestamp}/libpff-experimental-%{timestamp}.tar.gz Source2: PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf Source3: PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf -Source4:Personal_Folder_File_(PFF)_format.pdf +Source4:Personal_Folder_File_PFF_format.pdf Source5:MAPI_definitions.pdf Source6:libpff-libfdata.pdf +Patch1: pkgconfig.diff BuildRequires: pkg-config BuildRequires: python-devel # use factory packages if available %if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libbfio) >= 20130721 +BuildRequires: pkgconfig(libcdata) BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcsystem) >= 20120425 +BuildRequires: pkgconfig(libcthreads) +BuildRequires: pkgconfig(libfcache) >= 20120405 +BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRequires: pkgconfig(libfdatetime) >= 20120522 BuildRequires: pkgconfig(libfguid) >= 20120426 +BuildRequires: pkgconfig(libfvalue) >= 20120428 +BuildRequires: pkgconfig(libfwnt) >= 20120426 BuildRequires: pkgconfig(libuna) >= 20120425 %endif # fails to build with factory package, use internal -# verified 8/14/2014 +# verified 2/14/2017 #BuildRequires: pkgconfig(libcerror) >= 20120425 -# not (yet) released as packages by upstream #BuildRequires: pkgconfig(libfmapi) >= 20120405 -#BuildRequires: pkgconfig(libfvalue) >= 20120428 -#BuildRequires: pkgconfig(libfwnt) >= 20120426 -#BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 -#BuildRequires: pkgconfig(libfcache) >= 20120405 -#BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -117,6 +117,7 @@ %prep %setup -qn libpff-%timestamp +%patch -P 1 -p1 cp "%{S:2}" "%{S:3}" "%{S:4}" "%{S:5}" "%{S:6}" . %build ++ libpff-experimental-20131028.tar.gz -> libpff-experimental-20161119.tar.gz ++ 239136 lines of diff (skipped) ++
commit libpff for openSUSE:Factory
Hello community, here is the log from the commit of package libpff for openSUSE:Factory checked in at 2014-08-21 17:25:08 Comparing /work/SRC/openSUSE:Factory/libpff (Old) and /work/SRC/openSUSE:Factory/.libpff.new (New) Package is "libpff" Changes: --- /work/SRC/openSUSE:Factory/libpff/libpff.changes2013-08-05 20:47:20.0 +0200 +++ /work/SRC/openSUSE:Factory/.libpff.new/libpff.changes 2014-08-21 17:26:24.0 +0200 @@ -1,0 +2,30 @@ +Thu Aug 14 13:47:22 UTC 2014 - greg.freem...@gmail.com + +- updated to v0~20131018 + * worked on python bindings + * updated dependencies + * worked on setup.py, largely for MSI builds + * code clean up + * added libcthreads build support + * worked tests + * refactored local descriptors + * worked on compressed OST support + - local descriptors + - table reference + - data array + - table reference + * worked on recovery in compressed OST files + * updated dependencies + * worked on record entry values array number out of bounds issue + * refactored table index values to use libcdata array + * fixed invalid return code in error path + * worked on fixing out of bounds read of name to id map string in an error + toloreant way + * Added is corrupted function + * worked on name to id map string out of bounds issue + * worked on record entry values array number out of bounds issue + * Worked on 64-bit 4k pages support + * Worked on item recovery +- Clean-up BuildRequires to use external packages as feasible + +--- Old: libpff-experimental-20130722.tar.gz New: libpff-experimental-20131028.tar.gz Other differences: -- ++ libpff.spec ++ --- /var/tmp/diff_new_pack.VfQ9kI/_old 2014-08-21 17:26:25.0 +0200 +++ /var/tmp/diff_new_pack.VfQ9kI/_new 2014-08-21 17:26:25.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpff # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libpff %define lname libpff1 -%define timestamp 20130722 +%define timestamp 20131028 Version:0~%timestamp Release:0 Summary:Library and tools to access Microsoft PFF and OFF format files @@ -26,7 +26,7 @@ Group: Productivity/File utilities Url:http://code.google.com/p/libpff/ -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20130722.tar.gz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20131028.tar.gz Source: %name-experimental-%timestamp.tar.gz Source2: PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf Source3: PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf @@ -38,19 +38,19 @@ BuildRequires: python-devel # use factory packages if available %if 0%{?suse_version} > 1230 -BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libbfio) >= 20130721 BuildRequires: pkgconfig(libcfile) >= 20130609 -BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libbfio) >= 20130721 +BuildRequires: pkgconfig(libcnotify) >= 20120425 +BuildRequires: pkgconfig(libcpath) >= 20130609 +BuildRequires: pkgconfig(libcsplit) >= 20130609 +BuildRequires: pkgconfig(libfdatetime) >= 20120522 +BuildRequires: pkgconfig(libfguid) >= 20120426 +BuildRequires: pkgconfig(libuna) >= 20120425 %endif # fails to build with factory package, use internal -# verified 7/31/2013 +# verified 8/14/2014 #BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcnotify) >= 20120425 -#BuildRequires: pkgconfig(libfguid) >= 20120426 -#BuildRequires: pkgconfig(libuna) >= 20120425 -#BuildRequires: pkgconfig(libfdatetime) >= 20120522 # not (yet) released as packages by upstream #BuildRequires: pkgconfig(libfmapi) >= 20120405 #BuildRequires: pkgconfig(libfvalue) >= 20120428 @@ -136,8 +136,8 @@ %_libdir/libpff.so.* %files tools -%doc AUTHORS COPYING ChangeLog %defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog %_bindir/pff* %_mandir/man1/pff*.1* ++ libpff-experimental-20130722.tar.gz -> libpff-experimental-20131028.tar.gz ++ 52038 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr
commit libpff for openSUSE:Factory
Hello community, here is the log from the commit of package libpff for openSUSE:Factory checked in at 2013-08-05 20:47:19 Comparing /work/SRC/openSUSE:Factory/libpff (Old) and /work/SRC/openSUSE:Factory/.libpff.new (New) Package is "libpff" Changes: New Changes file: --- /dev/null 2013-07-23 23:44:04.804033756 +0200 +++ /work/SRC/openSUSE:Factory/.libpff.new/libpff.changes 2013-08-05 20:47:20.0 +0200 @@ -0,0 +1,53 @@ +--- +Wed Jul 31 18:32:45 UTC 2013 - greg.freem...@gmail.com + +- update to v0~20130722 + * major refactor of code, packaged redesignated experimental + * Worked on compressed OST support + * worked on pypff + * worked on tests + * fix for handling floating point values in item file + * updated dependencies + * worked on API by_utf8_name and by_utf16_name functions + * worked on libcdata rewrite + * worked on libfdata update + * worked on 64-bit 4k page file format support + * bug fixes in error path + * improved debug output + * pffexport: + - worked on IPM.DistList support + - added message flags + - improved output of flag types + * libfmapi + - improved debug output + - fixes in error code paths + * tests: + - added pffinfo test + * 2013 update +- changed to gz compression to simplyfy download/convert +- use all libyal factory packages possible + +--- +Mon Apr 29 08:54:49 UTC 2013 - kaanozdin...@gmail.com + +- Make specfile more consistent with the other Joachim Metz packages. +- Move developer docs to devel package. +--- +Fri Apr 5 03:18:14 UTC 2013 - jeng...@inai.de + +- Cleanups: Set RPM group, summary and description metadata +- Use system libraries instead of bundled ones where possible +- Name the tools package according to upstream's recommendation +- Drop unnecessary -fno-strict-aliasing + +--- +Wed Apr 3 19:39:18 UTC 2013 - greg.freem...@gmail.com + +- Put documentation in -devel; do not bloat the shlib package +- Set licenses in each sub-package +- Remove unused %py_requires + +--- +Mon Apr 1 16:30:50 UTC 2013 - greg.freem...@gmail.com + +- initial package (version 0.0.0~20120802) - alpha quality software New: MAPI_definitions.pdf PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf Personal_Folder_File_(PFF)_format.pdf libpff-experimental-20130722.tar.gz libpff-libfdata.pdf libpff.changes libpff.spec Other differences: -- ++ libpff.spec ++ # # spec file for package libpff # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: libpff %define lname libpff1 %define timestamp 20130722 Version:0~%timestamp Release:0 Summary:Library and tools to access Microsoft PFF and OFF format files License:LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+ Group: Productivity/File utilities Url:http://code.google.com/p/libpff/ #DL-URL: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20130722.tar.gz Source: %name-experimental-%timestamp.tar.gz Source2:PFF_Forensics_-_analyzing_the_horrible_reference_file_format.pdf Source3:PFF_forensics_-_e-mail_and_appoinment_falsification_analysis.pdf Source4:Personal_Folder_File_(PFF)_format.pdf Source5:MAPI_definitions.pdf Source6:libpff-libfdata.pdf BuildRequires: pkg-config BuildRequires: python-devel # use factory packages if available %if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libcsplit) >= 20130609 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130