File libewf.changes of Package libewf

-------------------------------------------------------------------
Mon Feb  5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

- Use python-setuptools for python distutils backport
  gh#libyal/libbde#68

-------------------------------------------------------------------
Thu Nov 23 19:46:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

- Delete system-libs.patch (only needed when _service makes
  tarballs directly from git)

-------------------------------------------------------------------
Sun Nov 19 10:30:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

- Update to release 20231119
  * Allow UTF-16 stream unpaired surrogates in ltree
  * Changed ltree path segment separator
- Delete 20230324.diff (merged)

-------------------------------------------------------------------
Tue Aug  1 15:56:21 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>

- use %{?sle15_python_module_pythons} for opensuse15.5 compatibility

-------------------------------------------------------------------
Sun Mar 26 10:01:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

- Update to snapshot 20230324
  * Adjust to changed libfdata API
- Add 20230324.diff

-------------------------------------------------------------------
Tue Feb 14 01:22:44 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

- Update to release 20230212
  * EWF2 support
  * ewfverify can auto-detect digest type

-------------------------------------------------------------------
Tue Jan  3 15:57:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

- Add missing Require on libbfio-devel.

-------------------------------------------------------------------
Mon Oct 24 08:16:38 UTC 2022 - Ludwig Nussel <lnussel@suse.de>

- UsrMerge (boo#1191067)

-------------------------------------------------------------------
Mon Aug  8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

- Add forced symvers

-------------------------------------------------------------------
Fri Jan 21 18:25:58 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

- Edit specfile to do multipython builds.
  (Reenables python2 on Leap 15)

-------------------------------------------------------------------
Sat Jun 26 09:57:45 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

- Drop python2 module build.

-------------------------------------------------------------------
Fri May 14 00:55:40 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

- Update to snapshot (a791283c)
  * No changelog was provided.
- Add system-libs.patch

-------------------------------------------------------------------
Sat Dec 12 23:39:53 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>

- update to libewf-20140811
	* address errors in retries in ewfacquire
	* changes to libmfdata
	* changes to ewfwrite
- change Requires python-fuse to python3-fuse
- requires libbfio v20201127 or newer

-------------------------------------------------------------------
Sun Jan 26 04:11:53 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to libewf-20140808
        * 2014 is the stable branch. 20140808 was released Dec 25, 2019
        * update libyal packages to Jan 2019 versions
        * Added deflate and adler32 fallback implementations
        * Removed dependency on libcstring and libcsystem
        * Added Python 3 support for pyewf
- add %sosuffix variable and set it to 2
- update URL and Source fields to current web locations
- use separate libyal packages, not internal copies

-------------------------------------------------------------------
Fri Jan 17 14:05:36 CET 2020 - Matej Cepl <mcepl@suse.com>
- Switch on building of python3 bindings, and make building of
  python2 bindings conditional (default off).

-------------------------------------------------------------------
Fri Apr 19 23:14:04 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>

- Use the built in version of libcpath
	* libcpath has been updated and one of the functions renamed
	* until libewf is updated the internal version of libcpath must be used

-------------------------------------------------------------------
Sun Jan 14 19:31:05 UTC 2018 - Greg.Freemyer@gmail.com

- fix a problem with the python to python2 rename

-------------------------------------------------------------------
Wed Oct 11 20:10:55 UTC 2017 - Greg.Freemyer@gmail.com

- add skeleton python3 support - upstream doesn't have python 3 in the stable release
- rename python-libewf to python2-libewf to be compatible with python singlespec
- remove pyewf as it isn't versioned and isn't singlespec compatible

-------------------------------------------------------------------
Sat Jan 10 20:05:58 UTC 2015 - Greg.Freemyer@gmail.com

- clean up buildrequires section
- remove %if opensuse.  Not needed now that libyal is in security:forensics.
- begin to use newly released libyal packages from OBS

-------------------------------------------------------------------
Mon Aug 25 18:32:05 UTC 2014 - Greg.Freemyer@gmail.com

- The latest update of libsmraw in factory is not building right in libewf.
  - Use internal version instead
- add a version number to Provides: pyewf

-------------------------------------------------------------------
Wed Aug 20 19:19:32 UTC 2014 - Greg.Freemyer@gmail.com

- update to libewf-20140608
	* worked on integrating multi threaded ewfacquire changes
	* bug fix for utf16 header functions
	* bug fix in ewfmount regarding logical files date and time values
	* make pyewf_handle_open more strict to catch non-string objects
	  without the check the code will segfault on non-string objects
	* bug fixes in empty block compression
	* bug fix in libewf_read_io_handle_read_chunk_data error tolerance
	  code path
	* bug fix in recent process status changes
	* changed behavior of empty-block check
- review BuildRequires for new external packages
- use external packages where possible
- added to python sub-package section
	- Requires:       %{lname} = %{version"
	- Provides:       pyewf
- ran spec-cleaner

-------------------------------------------------------------------
Mon Feb  3 11:36:48 UTC 2014 - varadgautam@gmail.com

- update to libewf-20140201 
- remove nonexistent README.dll from %doc

-------------------------------------------------------------------
Wed Jul 31 19:16:41 UTC 2013 - Greg.Freemyer@gmail.com

- update to 0~20130416
	* changes to zlib.m4 for adler32 detection
- add Obsoletes/Provides pair for ewftools.  That was the old name of the tool package.

-------------------------------------------------------------------
Fri Apr  5 21:23:39 UTC 2013 - jengelh@inai.de

- Cleanups: Set RPM group, license, summary and description
  metadata; remove unused %py_requires; do not bloat shlib package
  with documentation
- 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 17:26:26 UTC 2013 - Greg.Freemyer@gmail.com

- update to latest release 20130331
	* more sync with experimental version
	* improved error tolerance for issue 8
	* updated libsmdev to fix issue 13
- add 2 documentation files provided by upstream
- fix a illegal group setting
- update %files sections to match sample specfile in source tree
- update Requires and BuildRequires to match sample specfile in source tree

-------------------------------------------------------------------
Fri Mar  8 23:08:41 UTC 2013 - Greg.Freemyer@gmail.com

- ensure fuse-devel is installed during build so the ./configure will find it
- ewfmount fails in some circumstances without this

-------------------------------------------------------------------
Wed Feb 13 15:05:02 UTC 2013 - hpj@urpla.net

- update to libewf-20130128
- more sync to closer match the experimental version
- updated pyewf doc strings
- updated examples
- fix for zero sized section corruption scenario

-------------------------------------------------------------------
Tue Dec 11 00:06:59 UTC 2012 - Greg.Freemyer@gmail.com

- update to libewf-20121209
  removed memwatch and gettext
- change license back to LGPL-3.0+
- closes BNC# 778993
- create new sub-package python-libewf with python bindings

-------------------------------------------------------------------
Thu Sep  6 22:19:56 UTC 2012 - Greg.Freemyer@gmail.com

- change license to GPL-3.0+ until upstream resolves LGPL-3.0+ status (BNC# 778993)
- run spec-cleaner
- make soname a define
- remove requires libewf from ewftools sub-package

-------------------------------------------------------------------
Wed Sep  5 15:36:24 UTC 2012 - Greg.Freemyer@gmail.com

- upgrade to libewf-20120813
  * Bug fixes and multiple enhancements
  * soname update from 1 to 2
  * see ChangeLog
- remove pyver patch, now upstream
- add remove_date_time_macros.patch to keep builds consistent
- add zlib as requires as per sample specfile in tarball
- Add SLES build support

-------------------------------------------------------------------
Wed Feb  8 09:39:32 UTC 2012 - saschpe@suse.de

- Spec file cleanup:
  * Provide sane versioning, this will break updates in the 'security'
    project now, but this is better than breaking Factory updates later.
  * Don't "rm -rf %buildroot" in the %install section
  * Use upstream tarballs
  * Cleanup BuildRequires

-------------------------------------------------------------------
Mon Feb  6 14:26:34 UTC 2012 - cfarrell@suse.com

- license update: LGPL-3.0+
  No indication that LGPL-3.0 is the license (i.e. only). Looks like
  LGPL-3.0+

-------------------------------------------------------------------
Sun Sep  4 12:32:17 UTC 2011 - toganm@opensuse.org

- Reworked spec based on fedora package
- TODO
  +enable disktype for requires 

Tue Sep 14 2010 - toganm@opensuse.org
- Initial opensuse build service checkin

openSUSE Build Service is sponsored by