diff --git a/libfdatetime-alpha-20170902.tar.gz b/libfdatetime-alpha-20170902.tar.gz deleted file mode 100644 index 85cb1e2..0000000 --- a/libfdatetime-alpha-20170902.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1955118f4c1c3543f16822add282195fe51515f66aead8bb14e06a434854a886 -size 546313 diff --git a/libfdatetime-alpha-20180910.tar.gz b/libfdatetime-alpha-20180910.tar.gz new file mode 100644 index 0000000..e9ea28f --- /dev/null +++ b/libfdatetime-alpha-20180910.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a56caa11ec576b4504e9af2a858258402c44f3815c1f8bf24402cce0a86afe +size 557052 diff --git a/libfdatetime.changes b/libfdatetime.changes index 5db2c98..0dfaeed 100644 --- a/libfdatetime.changes +++ b/libfdatetime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 15 19:45:48 UTC 2019 - Greg Freemyer + +- 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 diff --git a/libfdatetime.spec b/libfdatetime.spec index a7cbadd..eec93af 100644 --- a/libfdatetime.spec +++ b/libfdatetime.spec @@ -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