diff --git a/geners-1.11.1.tar.gz b/geners-1.11.1.tar.gz deleted file mode 100644 index ed823a4..0000000 --- a/geners-1.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9297c46ba47a5fa672e994a46c061b0b21b91a47246d9c485e38d5612cfd5047 -size 527026 diff --git a/geners-1.12.0.tar.gz b/geners-1.12.0.tar.gz new file mode 100644 index 0000000..472284a --- /dev/null +++ b/geners-1.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fe37b1146fbe8fd2b7b8fe1df2a173c8314ef52f198e7552f2f1e25458bd0a +size 528130 diff --git a/geners.changes b/geners.changes index cfe1316..b34193d 100644 --- a/geners.changes +++ b/geners.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 3 11:12:32 UTC 2020 - Atri Bhattacharya + +- Update to version 0.12.0: + * Removed an unnecessary explicit assignment operator from the + IOPtr class (g++ version 9 started issuing warnings when the + assignment operator is defined but a copy constructor is not). +- Use %license to install LICENSE file. + ------------------------------------------------------------------- Mon Sep 4 10:44:07 UTC 2017 - badshah400@gmail.com diff --git a/geners.spec b/geners.spec index ed1e6ff..5fb83ef 100644 --- a/geners.spec +++ b/geners.spec @@ -1,7 +1,7 @@ # # spec file for package geners # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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/ # %define shlib lib%{name}0 Name: geners -Version: 1.11.1 +Version: 1.12.0 Release: 0 Summary: Generic Serialization for C++ License: X11 Group: Development/Libraries/C and C++ -Url: http://geners.hepforge.org/ +URL: http://geners.hepforge.org/ Source: http://www.hepforge.org/archive/geners/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libbz2-devel @@ -72,7 +72,8 @@ find %{buildroot} -name "*.la" -delete -print %{_libdir}/*.so.* %files devel -%doc AUTHORS LICENSE NEWS README +%doc AUTHORS NEWS README +%license LICENSE %{_libdir}/*.so %{_includedir}/%{name}/ %{_libdir}/pkgconfig/%{name}.pc