diff --git a/libfwsi-experimental-20150105.tar.gz b/libfwsi-experimental-20150105.tar.gz deleted file mode 100644 index a4b2ecc..0000000 --- a/libfwsi-experimental-20150105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ff5829b8bf6f81f465a6ad6ab7240d52fa22c3e8b34b512dafebde56d53e0ee -size 1173893 diff --git a/libfwsi-experimental-20150701.tar.gz b/libfwsi-experimental-20150701.tar.gz new file mode 100644 index 0000000..140bb08 --- /dev/null +++ b/libfwsi-experimental-20150701.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6739672b5bac45c1e775fe08b442c90697ea0f1310ee85ce23c1c5fc553277e +size 1211567 diff --git a/libfwsi.changes b/libfwsi.changes index 098ba92..320f52f 100644 --- a/libfwsi.changes +++ b/libfwsi.changes @@ -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 diff --git a/libfwsi.spec b/libfwsi.spec index 660ab94..4c23f28 100644 --- a/libfwsi.spec +++ b/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.