From 824ffef32010cf3cc5e9222a827469665e6b5c2c27a18d121efb80f35d14acfd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Jun 2015 23:13:54 +0000 Subject: [PATCH] libzbc-2.0.0.g65 OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=3 --- libzbc-1.1.0~git68.tar.xz | 3 --- libzbc-2.0.0~git65.tar.xz | 3 +++ libzbc.changes | 7 +++++++ libzbc.spec | 12 ++++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 libzbc-1.1.0~git68.tar.xz create mode 100644 libzbc-2.0.0~git65.tar.xz diff --git a/libzbc-1.1.0~git68.tar.xz b/libzbc-1.1.0~git68.tar.xz deleted file mode 100644 index aa27162..0000000 --- a/libzbc-1.1.0~git68.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bcc2499560a2b80533eabbff9ddb35540b193b6a873e76f35c7348bcb6e808b -size 51544 diff --git a/libzbc-2.0.0~git65.tar.xz b/libzbc-2.0.0~git65.tar.xz new file mode 100644 index 0000000..876c10e --- /dev/null +++ b/libzbc-2.0.0~git65.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f10286e20245ec264e9604a3084efb771cf0b8a92e09b28549b1e17f97bfe44 +size 57564 diff --git a/libzbc.changes b/libzbc.changes index cec66a9..c5ead29 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 8 23:11:56 UTC 2015 - jengelh@inai.de + +- Update to new git snapshot 2.0.0~git65 +* supports the ZBC standard draft Rev 02 + and Rev 01 of the ZAC standard draft + ------------------------------------------------------------------- Mon Mar 16 21:44:08 UTC 2015 - jengelh@inai.de diff --git a/libzbc.spec b/libzbc.spec index c6e5fe8..fd4695e 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -1,7 +1,7 @@ # # spec file for package libzbc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,8 +17,8 @@ Name: libzbc -%define lname libzbc1 -Version: 1.1.0~git68 +%define lname libzbc2 +Version: 2.0.0~git65 Release: 0 Summary: Library for manipulating ZBC and ZAC disks License: BSD-2-Clause and LGPL-3.0+ @@ -26,13 +26,13 @@ Group: Hardware Url: http://github.com/hgst/libzbc #Git-Clone: git://github.com/hgst/libzbc -#Snapshot: 116f604a2a0c5f15bed9c7b2e3bb8188da93f643 +#Snapshot: 548f6455340b304c0e7060681444d11efa16f3d8 Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool >= 2 BuildRequires: pkg-config -BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: xz +BuildRequires: pkgconfig(gtk+-3.0) %description libzbc is a simple library providing functions for manipulating Zoned @@ -113,7 +113,7 @@ make -C obj check %{?_smp_mflags} %files -n %lname %defattr(-,root,root) -%_libdir/libzbc.so.1* +%_libdir/libzbc.so.2* %doc COPYING %files devel