Accepting request 244911 from devel:libraries:c_c++
update to v0~20140803 OBS-URL: https://build.opensuse.org/request/show/244911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=8
This commit is contained in:
parent
d89dbec458
commit
cfb931680c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7427c8306300d009d72585dbc1996cad12019d96697a4305db8916f1221b335b
|
||||
size 1462447
|
3
libregf-alpha-20140803.tar.gz
Normal file
3
libregf-alpha-20140803.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4d443401eb408bd24e1cbc6fef0d806cc8c699d4714333963eecfdd6929ae73
|
||||
size 1508853
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 15:46:10 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to v0~20140803
|
||||
* bug fix in Python-bindings
|
||||
* worked on Python bindings
|
||||
* worked on regfmount
|
||||
- moved values to sub directory to prevent value and key name clashes
|
||||
- added class name support
|
||||
- other tasks
|
||||
* updated dependencies
|
||||
* fix for dealing with size mismatch between value and block list size
|
||||
* improved string size corruption handling
|
||||
* worked on setup.py
|
||||
* bug fix for call to libfdata_tree_node_set_sub_nodes_data_range
|
||||
* 2014 update
|
||||
* worked on Dokan support for regfmount
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 03:40:36 UTC 2013 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libregf
|
||||
#
|
||||
# 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,7 +18,7 @@
|
||||
|
||||
Name: libregf
|
||||
%define lname libregf1
|
||||
%define timestamp 20131013
|
||||
%define timestamp 20140803
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to access Windows REGF-type Registry files
|
||||
@ -26,7 +26,7 @@ License: LGPL-3.0+ and GFDL-1.3+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://code.google.com/p/libregf/
|
||||
|
||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20131013.tar.gz
|
||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140803.tar.gz
|
||||
Source: %{name}-alpha-%timestamp.tar.gz
|
||||
Source2: Windows_NT_Registry_File_(REGF)_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user