SHA256
1
0
forked from pool/libfdatetime

Accepting request 695354 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/695354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfdatetime?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:08:10 +00:00 committed by Git OBS Bridge
commit d273b264a6
4 changed files with 16 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 15 19:45:48 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20180910
* Worked on POSIX timestamp in nanoseconds
* Worked on floatingtime
-------------------------------------------------------------------
Sun Oct 1 22:21:47 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfdatetime
#
# Copyright (c) 2017 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: libfdatetime
%define lname libfdatetime1
%define timestamp 20170902
%define timestamp 20180910
Version: 0~%timestamp
Release: 0
Summary: A library for date and time data types
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++
Url: https://github.com/libyal/libfdatetime/wiki
Source: https://github.com/libyal/libfdatetime/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@ -68,7 +68,8 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_libdir/libfdatetime.so.1*
%files devel