[packages/newt] - updated to 0.52.21 - updated make patch

qboosh qboosh at pld-linux.org
Wed Oct 2 05:33:10 CEST 2019


commit 11cf60409c1cc2378685cad2e1aeaae9c8b1f463
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Oct 2 05:36:17 2019 +0200

    - updated to 0.52.21
    - updated make patch

 newt-make.patch | 10 +++++-----
 newt.spec       |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/newt.spec b/newt.spec
index b7990d3..44f3689 100644
--- a/newt.spec
+++ b/newt.spec
@@ -16,12 +16,12 @@ Summary(fr.UTF-8):	Not Erik's Windowing Toolkit - fenêtrage en mode texte avec
 Summary(pl.UTF-8):	Not Erik's Windowing Toolkit - okna w trybie tekstowym ze slangiem
 Summary(tr.UTF-8):	Not Erik's Windowing Toolkit - metin kipi pencereleme sistemi
 Name:		newt
-Version:	0.52.20
-Release:	2
+Version:	0.52.21
+Release:	1
 License:	LGPL v2
 Group:		Libraries
-Source0:	http://releases.pagure.org/newt/%{name}-%{version}.tar.gz
-# Source0-md5:	70b288f821234593a8e7920e435b259b
+Source0:	https://releases.pagure.org/newt/%{name}-%{version}.tar.gz
+# Source0-md5:	a0a5fd6b53bb167a65e15996b249ebb5
 Patch0:		%{name}-0.51.6-if1close.patch
 Patch1:		%{name}-nopython.patch
 Patch2:		%{name}-make.patch
diff --git a/newt-make.patch b/newt-make.patch
index 034eb1f..6dab091 100644
--- a/newt-make.patch
+++ b/newt-make.patch
@@ -1,5 +1,5 @@
---- newt-0.52.16/Makefile.in.orig	2013-09-01 20:22:06.877393120 +0200
-+++ newt-0.52.16/Makefile.in	2013-09-01 20:29:26.177374684 +0200
+--- newt-0.52.21/Makefile.in.orig	2019-10-01 22:10:00.730252641 +0200
++++ newt-0.52.21/Makefile.in	2019-10-02 05:32:50.749643831 +0200
 @@ -69,19 +69,19 @@
  all:	$(TARGET) $(SNACKSO)
  
@@ -23,7 +23,7 @@
 -	$(CC) -g -o showkey showkey.o $(LIBNEWT) $(LDFLAGS) $(LIBS)
 +	$(CC) $(CFLAGS) -o showkey showkey.o $(LIBNEWT) $(LDFLAGS) $(LIBS)
  
- _snackmodule.$(SOEXT):   snackmodule.c $(LIBNEWTSH)
+ _snack.$(SOEXT):   snack.c $(LIBNEWTSH)
  	@[ -n "$(PYTHONVERS)" ] && for ver in $(PYTHONVERS); do \
 @@ -104,10 +104,10 @@
  	touch $@
@@ -38,10 +38,10 @@
  
  $(LIBNEWT): $(LIBOBJS)
  	ar rv $@ $^
-@@ -130,7 +130,7 @@
+@@ -127,7 +127,7 @@
  sharedlib: $(LIBNEWTSH)
  
- $(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS)
+ $(LIBNEWTSH): $(SHAREDOBJS)
 -	$(CC) -shared -o $(LIBNEWTSH) $(SHLIBFLAGS) $(SHAREDOBJS) $(LDFLAGS) $(LIBS)
 +	$(CC) -shared -o $(LIBNEWTSH) $(CFLAGS) $(SHLIBFLAGS) $(SHAREDOBJS) $(LDFLAGS) $(LIBS)
  	ln -fs $(LIBNEWTSONAME) libnewt.$(SOEXT)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/newt.git/commitdiff/11cf60409c1cc2378685cad2e1aeaae9c8b1f463



More information about the pld-cvs-commit mailing list