diff --git a/libsmraw-alpha-20170803.tar.gz b/libsmraw-alpha-20170803.tar.gz deleted file mode 100644 index e18b0c5..0000000 --- a/libsmraw-alpha-20170803.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c507b9fd6622cbad8b65ef3e8795d51c293979757354a747c7694269453c0aa -size 1549204 diff --git a/libsmraw-alpha-20181227.tar.gz b/libsmraw-alpha-20181227.tar.gz new file mode 100644 index 0000000..4863e88 --- /dev/null +++ b/libsmraw-alpha-20181227.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f3af41dd52a7eaacecf1086dd242a9d1b85e379790198fabf53f685afccfcb +size 1584264 diff --git a/libsmraw.changes b/libsmraw.changes index 3d1161d..5349343 100644 --- a/libsmraw.changes +++ b/libsmraw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 17 21:10:32 UTC 2019 - Greg Freemyer + +- update to v0~20181227 + * Added smraw.net.rc + ------------------------------------------------------------------- Wed Oct 4 22:37:30 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libsmraw.spec b/libsmraw.spec index a24c3ed..9e77dea 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -1,7 +1,7 @@ # # spec file for package libsmraw # -# 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: libsmraw %define lname libsmraw1 -%define timestamp 20170803 +%define timestamp 20181227 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the (split) RAW image format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libsmraw/wiki Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz @@ -85,7 +85,7 @@ Summary: Python 2 bindings for libsmraw Group: Development/Languages/Python Requires: %lname = %version Requires: python -Obsoletes: python-%{name} +Obsoletes: python-%{name} %description -n python2-%name Python 2 bindings for libsmraw, which provides functionality to work @@ -117,12 +117,14 @@ find "%buildroot" -name "*.la" -delete %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %_libdir/libsmraw.so.1* %files devel %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %_includedir/libsmraw* %_libdir/libsmraw.so %_libdir/pkgconfig/libsmraw.pc @@ -130,19 +132,22 @@ find "%buildroot" -name "*.la" -delete %files tools %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %_bindir/smrawverify %_bindir/smrawmount %_mandir/man1/smrawmount.1* %files -n python2-%name %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %python_sitearch/pysmraw.so %files -n python3-%name %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %python3_sitearch/pysmraw.so %changelog