rpms/xpa/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xpa-makefile.patch, 1.1, 1.2 xpa.spec, 1.27, 1.28

Sergio Pascual sergiopr at fedoraproject.org
Tue Dec 22 14:08:43 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/xpa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6615

Modified Files:
	.cvsignore sources xpa-makefile.patch xpa.spec 
Log Message:
* Tue Dec 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.1.11-1
- New upstream source



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xpa/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	10 Sep 2009 16:02:20 -0000	1.5
+++ .cvsignore	22 Dec 2009 14:08:43 -0000	1.6
@@ -1 +1 @@
-xpa-2.1.10.tar.gz
+xpa-2.1.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xpa/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	10 Sep 2009 16:02:20 -0000	1.5
+++ sources	22 Dec 2009 14:08:43 -0000	1.6
@@ -1 +1 @@
-af8c65ed96e672f7d4abd3492bdaa93c  xpa-2.1.10.tar.gz
+5af281bd1455739b3a15d949fdcc7adb  xpa-2.1.11.tar.gz

xpa-makefile.patch:
 Makefile.in |   69 ++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 46 insertions(+), 23 deletions(-)

Index: xpa-makefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xpa/devel/xpa-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xpa-makefile.patch	10 Sep 2009 16:02:20 -0000	1.1
+++ xpa-makefile.patch	22 Dec 2009 14:08:43 -0000	1.2
@@ -1,6 +1,6 @@
-diff -ur xpa-2.1.10/Makefile.in xpa.am/Makefile.in
---- xpa-2.1.10/Makefile.in	2009-08-22 23:12:11.000000000 +0200
-+++ xpa.am/Makefile.in	2009-09-10 17:52:59.000000000 +0200
+diff -ur xpa-2.1.11/Makefile.in xpa-2.1.11.new/Makefile.in
+--- xpa-2.1.11/Makefile.in	2009-10-05 18:46:56.000000000 +0200
++++ xpa-2.1.11.new/Makefile.in	2009-12-22 15:05:06.000000000 +0100
 @@ -37,19 +37,19 @@
  INSTALL_ROOT =
  
@@ -26,7 +26,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  
  # Platform-specific X compiler flags (include file specifications)
  X_CFLAGS = 		@X_CFLAGS@
-@@ -102,6 +102,31 @@
+@@ -102,6 +102,29 @@
  INSTALL_PROGRAM =	${INSTALL}
  INSTALL_DATA =		${INSTALL} -m 644
  
@@ -53,12 +53,10 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
 +target_alias = @target_alias@
 +# end
 +
-+
-+
  #----------------------------------------------------------------
  # The information below is modified by the configure script when
  # Makefile is generated from Makefile.in.  You shouldn't normally
-@@ -147,7 +172,7 @@
+@@ -147,7 +170,7 @@
  
  # used in link line
  # LLIB=	$(LIB)
@@ -67,7 +65,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  
  PROGS =		xpaset xpaget xpainfo xpaaccess xpans xpamb
  
-@@ -175,7 +200,7 @@
+@@ -175,7 +198,7 @@
  		$(RANLIB) $(LIB)
  
  shlib:		$(LIB)
@@ -76,8 +74,8 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  		(cd lib$(PACKAGE).tmp && ar x ../lib$(PACKAGE).a); \
  		rm -f lib$(PACKAGE).tmp/xt*.o; \
  		rm -f lib$(PACKAGE).tmp/tcl*.o; \
-@@ -184,7 +209,7 @@
- 		rm -rf lib$(PACKAGE).tmp)
+@@ -192,7 +215,7 @@
+ 		-luser32 -lwsock32
  
  tclxpa:		$(LIB)
 -		@(rm -rf libtclxpa.tmp; mkdir libtclxpa.tmp; \
@@ -85,7 +83,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  		(cd libtclxpa.tmp && ar x ../lib$(PACKAGE).a); \
  		rm -f libtclxpa.tmp/xt*.o; \
  		CC='$(CC)' CXX=$(CXX) \
-@@ -204,34 +229,34 @@
+@@ -212,34 +235,34 @@
  		echo "pkg_mkIndex -direct -verbose . libtclxpa.so; exit"| tclsh)
  
  xpaset:		$(LIB) xpaset.o
@@ -130,7 +128,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  		$(X_LIBS) -lXt $(X_PRE_LIBS) -lXext -lX11 $(LIBS)
  
  # Smoke test: allows end-users to quickly discern basic usability
-@@ -257,7 +282,7 @@
+@@ -265,7 +288,7 @@
  	   else \
  		echo "Installing $$i" ; \
  		$(INSTALL_DATA) $$i $(LIB_INSTALL_DIR)/$$i ; \
@@ -139,7 +137,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  	   fi; \
  	   done;)
  
-@@ -266,7 +291,7 @@
+@@ -274,7 +297,7 @@
  	    do \
  	    if [ ! -d $$i ] ; then \
  		echo "Making directory $$i"; \
@@ -148,7 +146,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  		chmod 755 $$i; \
  		else true; \
  		fi; \
-@@ -274,7 +299,7 @@
+@@ -282,7 +305,7 @@
  	@echo "Installing $(LIB)";
  	@$(INSTALL_DATA) $(LIB) $(LIB_INSTALL_DIR)/$(LIB);
  	@(cd $(LIB_INSTALL_DIR); $(RANLIB) $(LIB));
@@ -157,7 +155,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  	@echo "Installing xpa.h"
  	@$(INSTALL_DATA) xpa.h $(INCLUDE_INSTALL_DIR)/xpa.h
  	@echo "Installing prsetup.h"
-@@ -288,7 +313,7 @@
+@@ -296,7 +319,7 @@
  install-man:
  	@if [ ! -d $(MAN_INSTALL_DIR) ] ; then \
  	    echo "Making directory $(MAN_INSTALL_DIR)"; \
@@ -166,7 +164,7 @@ diff -ur xpa-2.1.10/Makefile.in xpa.am/M
  	    chmod 755 $(MAN_INSTALL_DIR); \
  	    else true; \
  	fi;
-@@ -299,7 +324,7 @@
+@@ -307,7 +330,7 @@
  		M="$(MAN_INSTALL_DIR)/man$$E"; \
  		if [ ! -d $$M ] ; then \
  		    echo "Making directory $$M"; \


Index: xpa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xpa/devel/xpa.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- xpa.spec	10 Sep 2009 16:02:21 -0000	1.27
+++ xpa.spec	22 Dec 2009 14:08:43 -0000	1.28
@@ -2,7 +2,7 @@
 %{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
 
 Name: xpa
-Version: 2.1.10
+Version: 2.1.11
 Release: 1%{?dist}
 Summary: The X Public Access messaging system
 
@@ -112,6 +112,9 @@ rm -rf %{buildroot}
 %exclude %{_libdir}/*.a
 
 %changelog
+* Tue Dec 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.1.11-1
+- New upstream source
+
 * Thu Sep 10 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.1.10-1
 - New upstream source
 




More information about the fedora-extras-commits mailing list