Accepting request 696081 from home:gregfreemyer:Tools-for-forensic-boot-cd

-  update to v0~20181203
	* changes for libuna API changes
	* Updated synclibs.ps1 to use latest tagged version
	* combined on Python 2 and 3 support

OBS-URL: https://build.opensuse.org/request/show/696081
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libwrc?expand=0&rev=5
This commit is contained in:
Greg Freemyer 2019-04-19 20:29:15 +00:00 committed by Git OBS Bridge
parent 6f45aa408b
commit bf6bb9f6f1
4 changed files with 17 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 28 23:22:16 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20181203
* changes for libuna API changes
* Updated synclibs.ps1 to use latest tagged version
* combined on Python 2 and 3 support
-------------------------------------------------------------------
Wed Feb 3 03:47:03 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libwrc
#
# 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
# 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: libwrc
%define lname libwrc1
%define timestamp 20160111
%define timestamp 20181203
Version: 0~%timestamp
Release: 0
Summary: Library to support the Windows Resource Compiler format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Productivity/File utilities
Url: https://github.com/libyal/libwrc/wiki
Source: https://github.com/libyal/libwrc/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
@ -94,7 +94,8 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_libdir/libwrc.so.1*
%files devel