Accepting request 696093 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/696093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libolecf?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:09:50 +00:00 committed by Git OBS Bridge
commit b90a4455d8
4 changed files with 37 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0eed5d30cb919d2880ec5e4846ac737c36bbe8c7b7918ef2ff8f4e0b7ae1a6b4
size 1509120

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0f2c0d37addeacc47bc2ce09cf6f72d568bf3f62c775590661f2cd2a2b804f1
size 1568926

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Apr 1 21:46:17 UTC 2019 - Greg Freemyer <Greg.Freemyer@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.Freemyer@gmail.com
- update to 20160109
* fixes for rpmbuild
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 26 23:43:22 UTC 2016 - Greg.Freemyer@gmail.com Tue Jan 26 23:43:22 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libolecf # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: libolecf
%define lname libolecf1 %define lname libolecf1
%define timestamp 20160107 %define timestamp 20181231
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format 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 Group: Productivity/File utilities
Url: https://github.com/libyal/libolecf/wiki Url: https://github.com/libyal/libolecf/wiki
Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@ -30,13 +30,13 @@ Source2: OLE_Compound_File_format.pdf
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: pkgconfig(libbfio) BuildRequires: pkgconfig(libbfio)
BuildRequires: pkgconfig(libcdata) >= 20160108 BuildRequires: pkgconfig(libcdata) >= 20190112
BuildRequires: pkgconfig(libcfile) BuildRequires: pkgconfig(libcfile)
BuildRequires: pkgconfig(libclocale) BuildRequires: pkgconfig(libclocale)
BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcpath) BuildRequires: pkgconfig(libcpath)
BuildRequires: pkgconfig(libcsplit) BuildRequires: pkgconfig(libcsplit)
BuildRequires: pkgconfig(libcsystem) >= 20120425 # BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfguid) >= 20140103 BuildRequires: pkgconfig(libfguid) >= 20140103
BuildRequires: pkgconfig(libfole) >= 20120426 BuildRequires: pkgconfig(libfole) >= 20120426
@ -45,8 +45,9 @@ BuildRequires: pkgconfig(libuna)
# testing fails with external package from factory - verified Jan 27, 2016 # testing fails with external package from factory - verified Jan 27, 2016
#BuildRequires: pkgconfig(libfdatetime) > 20150507 #BuildRequires: pkgconfig(libfdatetime) > 20150507
#BuildRequires: pkgconfig(libcstring) > 20150101 #BuildRequires: pkgconfig(libcstring) > 20150101
#BuildRequires: pkgconfig(libcerror) > 20150407
#BuildRequires: pkgconfig(libfvalue) > 20151226 #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. # released, but not yet packaged. This is the only user in OBS.
#BuildRequires: pkgconfig(libwfps) > 20150104 #BuildRequires: pkgconfig(libwfps) > 20150104
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,7 +57,7 @@ Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Co
%package -n %lname %package -n %lname
Summary: Library to access the OLE 2 Compound File (OLECF) format Summary: Library to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: System/Libraries Group: System/Libraries
%description -n %lname %description -n %lname
@ -65,7 +66,7 @@ Library to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound Fil
%package tools %package tools
Summary: Tools to access the OLE 2 Compound File (OLECF) format Summary: Tools to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: System/Filesystems Group: System/Filesystems
Requires: %lname = %version Requires: %lname = %version
@ -75,7 +76,7 @@ Tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound File
%package devel %package devel
Summary: Development files for %name 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++ Group: Development/Libraries/C and C++
Requires: %lname = %version Requires: %lname = %version
@ -87,7 +88,7 @@ applications that want to make use of %name.
%package -n python-%name %package -n python-%name
Summary: Python bindings for libolecf Summary: Python bindings for libolecf
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %lname = %version Requires: %lname = %version
Requires: python Requires: python
@ -113,7 +114,8 @@ find %buildroot -name '*.la' -delete
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog %doc AUTHORS ChangeLog
%license COPYING
%_libdir/libolecf.so.* %_libdir/libolecf.so.*
%files tools %files tools
@ -132,7 +134,8 @@ find %buildroot -name '*.la' -delete
%files -n python-%name %files -n python-%name
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README %doc AUTHORS README
%license COPYING
%python_sitearch/pyolecf.so %python_sitearch/pyolecf.so
%changelog %changelog