[packages/newt] - updated to 0.52.17 - updated nopython patch

qboosh qboosh at pld-linux.org
Sat Mar 1 14:10:24 CET 2014


commit 307eef8c58e754643a7b867d3dd7fb43a6f0b36e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 1 14:12:59 2014 +0100

    - updated to 0.52.17
    - updated nopython patch

 newt-nopython.patch | 10 +++++-----
 newt.spec           |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/newt.spec b/newt.spec
index 931f403..35c0e71 100644
--- a/newt.spec
+++ b/newt.spec
@@ -9,12 +9,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.16
+Version:	0.52.17
 Release:	1
 License:	LGPL
 Group:		Libraries
 Source0:	https://fedorahosted.org/releases/n/e/newt/%{name}-%{version}.tar.gz
-# Source0-md5:	6ce923015cf87ef2c17779d24692f573
+# Source0-md5:	f36d4d908965a0c89fd6fd8b61a6118b
 Patch0:		%{name}-0.51.6-if1close.patch
 Patch1:		%{name}-nopython.patch
 Patch2:		%{name}-make.patch
@@ -231,7 +231,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python}
 %files -n python-snack
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/_snackmodule.so
+%attr(755,root,root) %{py_sitedir}/_snack.so
 %{py_sitedir}/snack.py[co]
 %endif
 
diff --git a/newt-nopython.patch b/newt-nopython.patch
index 20120c4..b294e49 100644
--- a/newt-nopython.patch
+++ b/newt-nopython.patch
@@ -1,10 +1,10 @@
---- newt-0.52.16/Makefile.in.orig	2013-09-01 20:20:06.584064835 +0200
-+++ newt-0.52.16/Makefile.in	2013-09-01 20:21:46.550727306 +0200
+--- newt-0.52.17/Makefile.in.orig	2014-02-19 17:56:53.000000000 +0100
++++ newt-0.52.17/Makefile.in	2014-03-01 12:36:24.047966175 +0100
 @@ -20,6 +20,7 @@
  else
  WHIPTCLSO =
  endif
-+SNACKSO = _snackmodule.$(SOEXT)
++SNACKSO = _snack.$(SOEXT)
  
  PROGS = test whiptail $(WHIPTCLSO) testgrid testtree showchars showkey
  TESTOBJS = test.o testgrid.o testtree.o showchars.o showkey.o
@@ -12,7 +12,7 @@
  TARGET=depend $(PROGS)
  endif
  
--all:	$(TARGET) _snackmodule.$(SOEXT)
+-all:	$(TARGET) _snack.$(SOEXT)
 +all:	$(TARGET) $(SNACKSO)
  
  test:	test.o $(LIBNEWT)
@@ -21,7 +21,7 @@
  	make -C po datadir=$(instroot)/$(datadir) install
  	install -m 644 libnewt.pc $(instroot)/$(pkgconfigdir)
  
--install-sh: sharedlib $(WHIPTCLSO) _snackmodule.$(SOEXT)
+-install-sh: sharedlib $(WHIPTCLSO) _snack.$(SOEXT)
 +install-sh: sharedlib $(WHIPTCLSO) $(SNACKSO)
  	[ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
  	install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/newt.git/commitdiff/307eef8c58e754643a7b867d3dd7fb43a6f0b36e



More information about the pld-cvs-commit mailing list