commit 89438027dfea8ba2fd654ce2ca9db10e3a7bf812
Author: Jakub Bogusz <[email protected]>
Date:   Wed Mar 2 16:31:47 2016 +0100

    - updated to 2.2.5
    - removed obsolete nolink patch

 libvpd-nolink.patch | 11 -----------
 libvpd.spec         |  6 ++----
 2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/libvpd.spec b/libvpd.spec
index 71c70cf..616f6bd 100644
--- a/libvpd.spec
+++ b/libvpd.spec
@@ -1,14 +1,13 @@
 Summary:       Library for access to VPD database
 Summary(pl.UTF-8):     Biblioteka dostępu do bazy danych VPD
 Name:          libvpd
-Version:       2.2.4
+Version:       2.2.5
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       
http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
-# Source0-md5: 9b25157b0a6043be7ad9c6c91437855a
+# Source0-md5: dc5e3e7aba259ecd15c5ef9ad6ceba06
 Patch0:                %{name}-pc.patch
-Patch1:                %{name}-nolink.patch
 URL:           http://linux-diag.sourceforge.net/Lsvpd.html
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
@@ -92,7 +91,6 @@ Statyczna biblioteka libvpd_cxx.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libvpd-nolink.patch b/libvpd-nolink.patch
deleted file mode 100644
index fb6164e..0000000
--- a/libvpd-nolink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libvpd-2.1.2/src/helper_functions.cpp.orig 2010-10-21 01:53:41.000000000 
+0200
-+++ libvpd-2.1.2/src/helper_functions.cpp      2011-05-03 10:46:27.513059765 
+0200
-@@ -157,6 +157,8 @@
-               buf = strdup(symLinkPath.c_str());
-               int len = readlink(buf, linkTarget, sizeof(
-                       linkTarget));
-+              if(len < 0)
-+                      return "";
-               linkTarget[len] = '\0';
-               return string(getAbsolutePath(linkTarget, buf));
-       }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvpd.git/commitdiff/89438027dfea8ba2fd654ce2ca9db10e3a7bf812

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to