Accepting request 244591 from security

1

OBS-URL: https://build.opensuse.org/request/show/244591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libolecf?expand=0&rev=3
This commit is contained in:
Ludwig Nussel 2014-08-14 12:58:10 +00:00 committed by Git OBS Bridge
parent aea7c731bd
commit 59391f3ead
4 changed files with 28 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Aug 13 16:54:46 UTC 2014 - Greg.Freemyer@gmail.com
- updated to 0~20140801
* worked on Python bindings
* bug fix in Python-bindings
* worked on olecfmount Dokan support
* updated dependencies
* small changes to Makefile
* worked on setup.py
* 2014 update
- use external package for libfguid
-------------------------------------------------------------------
Sat Nov 23 04:45:44 UTC 2013 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libolecf
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,38 +18,38 @@
Name: libolecf
%define lname libolecf1
%define timestamp 20131108
%define timestamp 20140801
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format.
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libolecf/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131108.tar.gz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20140801.tar.gz
Source: %name-alpha-%timestamp.tar.gz
Source2: OLE_Compound_File_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
#openSUSE 13.1 has these available to build against
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(libcsplit)
BuildRequires: pkgconfig(libbfio)
BuildRequires: pkgconfig(libcdata)
BuildRequires: pkgconfig(libcfile)
BuildRequires: pkgconfig(libclocale)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libuna)
BuildRequires: pkgconfig(libcfile)
BuildRequires: pkgconfig(libcpath)
BuildRequires: pkgconfig(libbfio)
BuildRequires: pkgconfig(libcsplit)
BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libuna)
#use the factory versions of these if building for factory
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libcthreads) >= 20130723
%endif
%endif
# these packages fail if the factory version is used, verified 11/16/2013
# these packages fail if the factory version is used, verified 08/11/2014
#BuildRequires: pkgconfig(libcerror)
#BuildRequires: pkgconfig(libfguid)
# these packages have not been released standalone by upstream
#BuildRequires: pkgconfig(libfole) >= 20120426
#BuildRequires: pkgconfig(libfvalue) >= 20120428
@ -61,7 +61,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound File format is used to store certain versions of Microsoft Office files, thumbs.db and other file formats.
%package -n %lname
Summary: Library to access the OLE 2 Compound File (OLECF) format.
Summary: Library to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+
Group: System/Libraries
@ -70,7 +70,7 @@ Library to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound Fil
%package tools
Summary: Tools to access the OLE 2 Compound File (OLECF) format.
Summary: Tools to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+
Group: System/Filesystems