commit 3ccc6fe612c90200df2a2e40e2cd9a07d7712f35
Author: Jakub Bogusz <[email protected]>
Date:   Tue Oct 16 21:19:31 2018 +0200

    - updated to 36
    - updated static patch

 efivar-static.patch | 18 +++++++++---------
 efivar.spec         |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/efivar.spec b/efivar.spec
index fe5c76b..cffbdcc 100644
--- a/efivar.spec
+++ b/efivar.spec
@@ -6,13 +6,13 @@
 Summary:       Tools to manage UEFI variables
 Summary(pl.UTF-8):     Narzędzia do zarządzania zmiennymi UEFI
 Name:          efivar
-Version:       35
+Version:       36
 Release:       1
 License:       LGPL v2.1
 Group:         Applications/System
 #Source0Download: https://github.com/rhinstaller/efivar/releases
 Source0:       
https://github.com/rhinstaller/efivar/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 53da18ea0cf7bba1fd9edf3098037edf
+# Source0-md5: e98140ab7105e90059dc57a67c8c07e9
 Patch0:                %{name}-static.patch
 URL:           https://github.com/rhinstaller/efivar
 BuildRequires: linux-libc-headers >= 7:3.3
diff --git a/efivar-static.patch b/efivar-static.patch
index 64e9ca6..946d43b 100644
--- a/efivar-static.patch
+++ b/efivar-static.patch
@@ -1,16 +1,16 @@
---- efivar-31/src/Makefile.orig        2017-02-13 17:52:14.000000000 +0100
-+++ efivar-31/src/Makefile     2017-03-04 16:11:06.141211094 +0100
-@@ -93,12 +93,14 @@
-               ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x).1 ;\
-               ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x) ;\
+--- efivar-36/src/Makefile.orig        2018-10-16 20:54:52.522433949 +0200
++++ efivar-36/src/Makefile     2018-10-16 20:57:31.875765467 +0200
+@@ -100,12 +100,14 @@
+               ln -fs $(x).1.$(VERSION) $(DESTDIR)$(LIBDIR)/$(x).1 ;\
+               ln -fs $(x).1.$(VERSION) $(DESTDIR)$(LIBDIR)/$(x) ;\
                )
 +      $(foreach x, $(STATICLIBTARGETS), $(INSTALL) -m 644 $(x) 
$(DESTDIR)$(libdir);)
        $(INSTALL) -d -m 755 $(DESTDIR)$(PCDIR)
        $(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(PCDIR) ;)
-       $(INSTALL) -d -m 755 $(DESTDIR)$(includedir)/efivar
-       $(foreach x, $(wildcard $(TOPDIR)/src/include/efivar/*.h), $(INSTALL) 
-m 644 $(x) $(DESTDIR)$(includedir)/efivar/$(notdir $(x));)
-       $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
-       $(foreach x, $(BINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);)
+       $(INSTALL) -d -m 755 $(DESTDIR)$(INCLUDEDIR)/efivar
+       $(foreach x, $(wildcard $(TOPDIR)/src/include/efivar/*.h), $(INSTALL) 
-m 644 $(x) $(DESTDIR)$(INCLUDEDIR)/efivar/$(notdir $(x));)
+       $(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR)
+       $(foreach x, $(BINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(BINDIR);)
 +      $(foreach x, $(STATICBINTARGETS), $(INSTALL) -m 755 $(x) 
$(DESTDIR)$(bindir);)
  
  test : all
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/efivar.git/commitdiff/3ccc6fe612c90200df2a2e40e2cd9a07d7712f35

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

Reply via email to