Accepting request 280965 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/280965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwrc?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2015-01-30 14:01:27 +00:00 committed by Git OBS Bridge
parent 705e31a588
commit 8ab9093044
4 changed files with 30 additions and 18 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 12 21:44:27 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150105
* 2015 update
* worked on Python 3 support
* worked on tests
* added Windows codepage 932, 936 and 1255 support
* code clean up
* bug fix in Python-bindings
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- start using new libyal packages from OBS, not internal version
-------------------------------------------------------------------
Thu Aug 14 08:00:31 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libwrc
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,14 @@
Name: libwrc
%define lname libwrc1
%define timestamp 20140803
%define timestamp 20150105
Version: 0~%timestamp
Release: 0
Summary: Library to support the Windows Resource Compiler format
License: LGPL-3.0+
Group: Productivity/File utilities
Url: http://code.google.com/p/libexe/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSYTdIQVF0Z2hKRTA/libwrc-experimental-20140803.tar.gz
Source: %name-experimental-%timestamp.tar.gz
Url: https://github.com/libyal/libwrc/wiki
Source: https://github.com/libyal/libwrc/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libbfio) >= 20120426
BuildRequires: pkgconfig(libcdata) >= 20120425
@ -36,20 +34,19 @@ BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libcsplit) >= 20130904
BuildRequires: pkgconfig(libexe) >= 20120405
BuildRequires: pkgconfig(libfcache) >= 20120405
BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRequires: pkgconfig(libfdatetime) >= 20130317
BuildRequires: pkgconfig(libfguid) >= 20130317
BuildRequires: pkgconfig(libfvalue) >= 20120428
BuildRequires: pkgconfig(libfwevt) >= 20120426
BuildRequires: pkgconfig(libfwnt) >= 20120426
BuildRequires: pkgconfig(libuna) >= 20130728
# The following packages cause build failures if factory version is used, verified Oct 23, 2013
# The following packages cause build failures if factory version is used,
# verified 1/12/2015
#BuildRequires: pkgconfig(libcerror) >= 20120425
# The following packages cause build failures if the internal version is not used
# These libraries are not yet released as standalone packages by upstream
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libexe) >= 20120405
#BuildRequires: pkgconfig(libfcache) >= 20120405
#BuildRequires: pkgconfig(libfdata) >= 20120405
#BuildRequires: pkgconfig(libfvalue) >= 20120428
#BuildRequires: pkgconfig(libfwevt) >= 20120426
#BuildRequires: pkgconfig(libfwnt) >= 20120426
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description