Accepting request 356396 from security:forensics
1 OBS-URL: https://build.opensuse.org/request/show/356396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfwsi?expand=0&rev=3
This commit is contained in:
commit
906a64115f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ff5829b8bf6f81f465a6ad6ab7240d52fa22c3e8b34b512dafebde56d53e0ee
|
||||
size 1173893
|
3
libfwsi-experimental-20150701.tar.gz
Normal file
3
libfwsi-experimental-20150701.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6739672b5bac45c1e775fe08b442c90697ea0f1310ee85ce23c1c5fc553277e
|
||||
size 1211567
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 20:08:40 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to v0~20150701
|
||||
* bug fix for shared usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 1 22:29:21 UTC 2015 - Greg.Freemyer@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 21:35:11 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
17
libfwsi.spec
17
libfwsi.spec
@ -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 @@ Source: https://github.com/libyal/libfwsi/releases/download/%timestamp/%
|
||||
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 @@ applications that want to make use of libfwsi.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user