Accepting request 696090 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/696090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwrc?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:09:43 +00:00 committed by Git OBS Bridge
commit f0ef360d8a
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 Wed Feb 3 03:47:03 UTC 2016 - Greg.Freemyer@gmail.com

View File

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