Accepting request 650280 from home:luc14n0:branches:devel:libraries:c_c++
update to version 1.4 OBS-URL: https://build.opensuse.org/request/show/650280 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbytesize?expand=0&rev=7
This commit is contained in:
parent
3c2deeee8d
commit
288aff7aeb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1991726a67ee44e4c9b3deaba5bbacd5392d3364439efce08060abc45edf5d0
|
||||
size 409873
|
3
libbytesize-1.4.tar.gz
Normal file
3
libbytesize-1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb4ddc577cf2881834089c2c8d698a73c3f124990937afc2a15d421b2cfd782d
|
||||
size 409876
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:52:18 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 1.4:
|
||||
+ There are only small changes in this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 01:06:42 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libbytesize
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -21,7 +21,7 @@
|
||||
%define libname %{name}%{somajor}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Release: 0
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPL-2.1-only
|
||||
@ -44,8 +44,8 @@ representation of a size in bytes. This library takes localization into
|
||||
account. It also provides support for sizes bigger than MAXUINT64.
|
||||
|
||||
%package -n %{libname}
|
||||
Group: System/Libraries
|
||||
Summary: A library for working with sizes in bytes
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n %{libname}
|
||||
@ -55,8 +55,8 @@ representation of a size in bytes. This library takes localization into
|
||||
account. It also provides support for sizes bigger than MAXUINT64.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Development files for LibBytesize
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description devel
|
||||
@ -64,8 +64,8 @@ This package contains header files and pkg-config files needed for development
|
||||
with the LibBytesize library.
|
||||
|
||||
%package -n python2-%{name}
|
||||
Group: Development/Libraries/Python
|
||||
Summary: Python 2 bindings for LibBytesize
|
||||
Group: Development/Libraries/Python
|
||||
%{?python_provide:%python_provide python2-%{name}}
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: python2-six
|
||||
@ -75,8 +75,8 @@ This package contains Python 2 bindings for LibBytesize making the use of
|
||||
the library from Python 2 easier and more convenient.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Group: Development/Libraries/Python
|
||||
Summary: Python 3 bindings for LibBytesize
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: python3-six
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user