From 288aff7aeb8c665c6798eedc9a7e19b73804f621e0ae68f6b4841ede1f8858f1 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Sun, 9 Dec 2018 23:27:42 +0000 Subject: [PATCH] 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 --- libbytesize-1.3.tar.gz | 3 --- libbytesize-1.4.tar.gz | 3 +++ libbytesize.changes | 6 ++++++ libbytesize.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 libbytesize-1.3.tar.gz create mode 100644 libbytesize-1.4.tar.gz diff --git a/libbytesize-1.3.tar.gz b/libbytesize-1.3.tar.gz deleted file mode 100644 index 01cabd5..0000000 --- a/libbytesize-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1991726a67ee44e4c9b3deaba5bbacd5392d3364439efce08060abc45edf5d0 -size 409873 diff --git a/libbytesize-1.4.tar.gz b/libbytesize-1.4.tar.gz new file mode 100644 index 0000000..0c1363c --- /dev/null +++ b/libbytesize-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4ddc577cf2881834089c2c8d698a73c3f124990937afc2a15d421b2cfd782d +size 409876 diff --git a/libbytesize.changes b/libbytesize.changes index 63448c7..8aed12b 100644 --- a/libbytesize.changes +++ b/libbytesize.changes @@ -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 diff --git a/libbytesize.spec b/libbytesize.spec index fbc8535..b780995 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -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