OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jun-2007 09:37:57
Branch: HEAD Handle: 2007060708375600
Modified files:
openpkg-src/pdcurses pdcurses.patch pdcurses.spec
Log:
upgrading package: pdcurses 3.1 -> 3.2
Summary:
Revision Changes Path
1.3 +15 -11 openpkg-src/pdcurses/pdcurses.patch
1.7 +3 -3 openpkg-src/pdcurses/pdcurses.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pdcurses/pdcurses.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 pdcurses.patch
--- openpkg-src/pdcurses/pdcurses.patch 1 Apr 2007 17:06:04 -0000
1.2
+++ openpkg-src/pdcurses/pdcurses.patch 7 Jun 2007 07:37:56 -0000
1.3
@@ -1,24 +1,28 @@
Index: Makefile.in
---- Makefile.in.orig 2007-01-10 16:40:37 +0100
-+++ Makefile.in 2007-04-01 19:03:42 +0200
-@@ -52,8 +52,6 @@
+--- Makefile.in.orig 2007-06-01 10:18:45 +0200
++++ Makefile.in 2007-06-07 09:36:09 +0200
+@@ -52,11 +52,7 @@
$(includedir)/xcurses/curspriv.h
$(INSTALL) -c -m 644 $(pdcursesdir)/libXCurses.a $(libdir)/libXCurses.a
-$(RANLIB) $(libdir)/libXCurses.a
- -$(INSTALL) -c -m 755 $(pdcursesdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \
- $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
- $(INSTALL) -c -m 644 $(paneldir)/libpanel.a $(libdir)/libXpanel.a
+- ln -f -s $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \
+- $(libdir)/$(SHLPRE)Xpanel$(SHLPST)
+- ln -f -s $(libdir)/libXCurses.a $(libdir)/libXpanel.a
++ ln -f $(libdir)/libXCurses.a $(libdir)/libXpanel.a
-$(RANLIB) $(libdir)/libXpanel.a
$(INSTALL) -c -m 755 x11/xcurses-config $(bindir)/xcurses-config
+
Index: x11/Makefile.in
---- x11/Makefile.in.orig 2007-01-08 05:17:23 +0100
-+++ x11/Makefile.in 2007-04-01 19:04:37 +0200
-@@ -43,7 +43,7 @@
- LIB_DEPS = -L$(PDCURSES_HOME)/x11 -lXCurses
- PANEL_LIB = -L$(PDCURSES_HOME)/x11 -lpanel
+--- x11/Makefile.in.orig 2007-06-05 06:06:23 +0200
++++ x11/Makefile.in 2007-06-07 09:35:52 +0200
+@@ -40,7 +40,7 @@
+
+ LIB_DEPS = -L$(PDCURSES_SRCDIR)/x11 -lXCurses
--PDCLIBS = $(LIBCURSES) $(LIBPANEL) @SHL_TARGETS@
-+PDCLIBS = $(LIBCURSES) $(LIBPANEL)
+-PDCLIBS = $(LIBCURSES) @SHL_TARGETS@
++PDCLIBS = $(LIBCURSES)
DEMOS = firework newdemo ptest rain testcurs tuidemo worm xmas
DEMOOBJS = firework.o newdemo.o ptest.o rain.o testcurs.o tui.o \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pdcurses/pdcurses.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 pdcurses.spec
--- openpkg-src/pdcurses/pdcurses.spec 4 May 2007 14:54:25 -0000
1.6
+++ openpkg-src/pdcurses/pdcurses.spec 7 Jun 2007 07:37:56 -0000
1.7
@@ -32,8 +32,8 @@
Class: EVAL
Group: Terminal
License: Public Domain
-Version: 3.1
-Release: 20070504
+Version: 3.2
+Release: 20070607
# list of sources
Source0:
http://switch.dl.sourceforge.net/pdcurses/PDCurses-%{version}.tar.gz
@@ -81,7 +81,7 @@
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/man/cat1
%{l_shtool} install -c -m 644 \
- tools/PDCurses.man $RPM_BUILD_ROOT%{l_prefix}/man/cat1/xcurses.1
+ doc/PDCurses.txt $RPM_BUILD_ROOT%{l_prefix}/man/cat1/xcurses.1
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]