Accepting request 354362 from home:pluskalm:branches:Base:System

- Update to 0.7.1
  * no upstream changelog provided

OBS-URL: https://build.opensuse.org/request/show/354362
OBS-URL: https://build.opensuse.org/package/show/Base:System/biosdevname?expand=0&rev=60
This commit is contained in:
Marcus Meissner 2016-01-22 15:14:21 +00:00 committed by Git OBS Bridge
parent d5f9dd82ea
commit d0b3ecb44a
6 changed files with 22 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c6620e9a65e2929411036db04cc009e11a83b80a72282858e26cd19b598e466
size 195655

3
biosdevname-0.7.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81d4cb3ac3f4cafeb80c20ec0f34735804cb169b3efa4f67df6a58c5d102218b
size 193878

View File

@ -1,7 +1,7 @@
Index: biosdevname-0.6.2/src/bios_dev_name.c
Index: biosdevname-0.7.1/src/bios_dev_name.c
===================================================================
--- biosdevname-0.6.2.orig/src/bios_dev_name.c
+++ biosdevname-0.6.2/src/bios_dev_name.c
--- biosdevname-0.7.1.orig/src/bios_dev_name.c
+++ biosdevname-0.7.1/src/bios_dev_name.c
@@ -114,10 +114,21 @@ static u_int32_t
cpuid (u_int32_t eax, u_int32_t ecx)
{

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 17 10:14:18 UTC 2016 - mpluskal@suse.com
- Update to 0.7.1
* no upstream changelog provided
-------------------------------------------------------------------
Thu Dec 10 16:00:47 CET 2015 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package biosdevname
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -18,7 +18,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: biosdevname
Version: 0.6.2
Version: 0.7.1
Release: 0
Summary: Udev helper for naming devices per BIOS names
License: GPL-2.0

View File

@ -1,8 +1,8 @@
Index: biosdevname-0.6.1/configure.ac
Index: biosdevname-0.7.1/configure.ac
===================================================================
--- biosdevname-0.6.1.orig/configure.ac 2014-12-01 16:05:47.000000000 +0100
+++ biosdevname-0.6.1/configure.ac 2015-01-22 13:24:22.231621837 +0100
@@ -66,20 +66,9 @@
--- biosdevname-0.7.1.orig/configure.ac
+++ biosdevname-0.7.1/configure.ac
@@ -66,20 +66,9 @@ AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([dup2 gettimeofday memset munmap select socket strcasecmp strchr strdup strerror strncasecmp strpbrk strrchr strstr strtol strtoul])
@ -26,11 +26,11 @@ Index: biosdevname-0.6.1/configure.ac
RULEDIR=$(dirname $RULEDEST)
AC_SUBST(RULEDEST, $RULEDEST)
AC_SUBST(RULEDIR, $RULEDIR)
Index: biosdevname-0.6.1/configure
Index: biosdevname-0.7.1/configure
===================================================================
--- biosdevname-0.6.1.orig/configure 2014-12-01 16:06:21.000000000 +0100
+++ biosdevname-0.6.1/configure 2015-01-22 13:48:51.915645203 +0100
@@ -7305,18 +7305,7 @@
--- biosdevname-0.7.1.orig/configure
+++ biosdevname-0.7.1/configure
@@ -10560,18 +10560,7 @@ done
# this is ugly, but accounts for SLES 10, Red Hat/Fedora, and Ubuntu
# handles default udev rules as of udev 114 or thereabouts