[packages/hivex] - updated to 1.3.8 - updated ruby-vendor-not-site patch

qboosh qboosh at pld-linux.org
Fri Aug 23 17:25:41 CEST 2013


commit d8915a05573fbb337be09c5b8c4dbd0ca6cd79a9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Aug 23 17:25:02 2013 +0200

    - updated to 1.3.8
    - updated ruby-vendor-not-site patch

 hivex.spec                 |  7 ++++---
 ruby-vendor-not-site.patch | 12 ++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/hivex.spec b/hivex.spec
index 0582849..513ac26 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -6,12 +6,12 @@
 Summary:	Windows Registry "hive" extraction library
 Summary(pl.UTF-8):	Biblioteka do wydobywania danych z plików "hive" Rejestru Windows
 Name:		hivex
-Version:	1.3.7
-Release:	3
+Version:	1.3.8
+Release:	1
 License:	LGPL v2.1
 Group:		Libraries
 Source0:	http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
-# Source0-md5:	61c1fbc8ec47633523da72ce51fc1b24
+# Source0-md5:	6ac6f5d082ee5cd14a02ca9982cc26d7
 Patch0:		ruby-vendor-not-site.patch
 URL:		http://libguestfs.org/
 BuildRequires:	autoconf >= 2.50
@@ -26,6 +26,7 @@ BuildRequires:	perl-IO-stringy
 BuildRequires:	perl-Test-Simple
 BuildRequires:	perl-base
 BuildRequires:	perl-tools-pod
+BuildRequires:	pkgconfig
 BuildRequires:	python
 BuildRequires:	python-devel
 BuildRequires:	readline-devel
diff --git a/ruby-vendor-not-site.patch b/ruby-vendor-not-site.patch
index 94937ab..25ac559 100644
--- a/ruby-vendor-not-site.patch
+++ b/ruby-vendor-not-site.patch
@@ -1,13 +1,13 @@
---- hivex-1.3.3/ruby/Makefile.am.old	2012-02-08 10:57:43.447667670 +0000
-+++ hivex-1.3.3/ruby/Makefile.am	2012-02-08 10:58:29.024440505 +0000
+--- hivex-1.3.8/ruby/Makefile.am.old	2012-02-08 10:57:43.447667670 +0000
++++ hivex-1.3.8/ruby/Makefile.am	2012-02-08 10:58:29.024440505 +0000
 @@ -47,13 +47,13 @@
  	$(RAKE) build
  	$(RAKE) rdoc
  
--RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
--RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
-+RUBY_VENDORLIB := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['vendorlibdir']")
-+RUBY_VENDORARCH := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['vendorarchdir']")
+-RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
+-RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchdir']")
++RUBY_VENDORLIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['vendorlibdir']")
++RUBY_VENDORARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']")
  
  install:
 -	$(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hivex.git/commitdiff/d8915a05573fbb337be09c5b8c4dbd0ca6cd79a9



More information about the pld-cvs-commit mailing list