commit 1ffd116a8e0d96e9b189368926d0e37598a315a3
Author: Jakub Bogusz <[email protected]>
Date:   Mon Jan 27 18:02:39 2014 +0100

    - updated to 1.3.9
    - removed obsolete ruby-vendor-not-site patch

 hivex.spec                 |  6 ++----
 ruby-vendor-not-site.patch | 22 ----------------------
 2 files changed, 2 insertions(+), 26 deletions(-)
---
diff --git a/hivex.spec b/hivex.spec
index 513ac26..80f7750 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -6,13 +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.8
+Version:       1.3.9
 Release:       1
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
-# Source0-md5: 6ac6f5d082ee5cd14a02ca9982cc26d7
-Patch0:                ruby-vendor-not-site.patch
+# Source0-md5: 1a546a1a2ed3a39d49ada99821db401a
 URL:           http://libguestfs.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -131,7 +130,6 @@ Wiązania języka Ruby do biblioteki hivex.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__aclocal}
diff --git a/ruby-vendor-not-site.patch b/ruby-vendor-not-site.patch
deleted file mode 100644
index 25ac559..0000000
--- a/ruby-vendor-not-site.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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 
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)
--      $(MKDIR_P) $(DESTDIR)$(RUBY_SITEARCH)
--      $(INSTALL) -p -m 0644 lib/hivex.rb $(DESTDIR)$(RUBY_SITELIB)
--      $(INSTALL) -p -m 0755 ext/hivex/_hivex.so $(DESTDIR)$(RUBY_SITEARCH)
-+      $(MKDIR_P) $(DESTDIR)$(RUBY_VENDORLIB)
-+      $(MKDIR_P) $(DESTDIR)$(RUBY_VENDORARCH)
-+      $(INSTALL) -p -m 0644 lib/hivex.rb $(DESTDIR)$(RUBY_VENDORLIB)
-+      $(INSTALL) -p -m 0755 ext/hivex/_hivex.so $(DESTDIR)$(RUBY_VENDORARCH)
- 
- endif
================================================================

---- gitweb:

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

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

Reply via email to