Accepting request 770265 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/770265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geners?expand=0&rev=2
This commit is contained in:
commit
db98837b82
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9297c46ba47a5fa672e994a46c061b0b21b91a47246d9c485e38d5612cfd5047
|
|
||||||
size 527026
|
|
3
geners-1.12.0.tar.gz
Normal file
3
geners-1.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4fe37b1146fbe8fd2b7b8fe1df2a173c8314ef52f198e7552f2f1e25458bd0a
|
||||||
|
size 528130
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 11:12:32 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Sep 4 10:44:07 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
11
geners.spec
11
geners.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package geners
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define shlib lib%{name}0
|
||||||
Name: geners
|
Name: geners
|
||||||
Version: 1.11.1
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic Serialization for C++
|
Summary: Generic Serialization for C++
|
||||||
License: X11
|
License: X11
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source: http://www.hepforge.org/archive/geners/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
@ -72,7 +72,8 @@ find %{buildroot} -name "*.la" -delete -print
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc AUTHORS LICENSE NEWS README
|
%doc AUTHORS NEWS README
|
||||||
|
%license LICENSE
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user