]> git.pld-linux.org Git - packages/newt.git/commitdiff
- updated to 0.52.17 auto/th/newt-0.52.17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Mar 2014 13:12:59 +0000 (14:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Mar 2014 13:12:59 +0000 (14:12 +0100)
- updated nopython patch

newt-nopython.patch
newt.spec

index 20120c4cdf8ea61ad3da2fe839a2435cbc0e6909..b294e49aa0bada512ed8d075c4960b799def22c2 100644 (file)
@@ -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)
index 931f403893ea18065c57e1812a7817d470f17826..35c0e718e2773e44755fb0eada5b207c6bbc13d7 100644 (file)
--- 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
 
This page took 0.107363 seconds and 4 git commands to generate.