rpms/mtx/devel mtx-nostrip.patch,1.1,1.2 mtx.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 28 19:50:29 UTC 2007


Author: jnovy

Update of /cvs/dist/rpms/mtx/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32155

Modified Files:
	mtx-nostrip.patch mtx.spec 
Log Message:
* Wed Mar 28 2007 Jindrich Novy <jnovy at redhat.com> 1.3.11-1
- update to 1.3.11 (adds new scsieject utility, bugfixes)
- sync nostrip patch



mtx-nostrip.patch:
 Makefile.in |   15 +--------------
 1 files changed, 1 insertion(+), 14 deletions(-)

Index: mtx-nostrip.patch
===================================================================
RCS file: /cvs/dist/rpms/mtx/devel/mtx-nostrip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtx-nostrip.patch	7 Feb 2007 10:18:11 -0000	1.1
+++ mtx-nostrip.patch	28 Mar 2007 19:50:27 -0000	1.2
@@ -1,14 +1,14 @@
---- mtx-1.3.10/Makefile.in.nostrip	2007-01-29 11:30:32.000000000 +0100
-+++ mtx-1.3.10/Makefile.in	2007-02-07 10:50:17.000000000 +0100
-@@ -12,7 +12,6 @@
- VERSION=1.3.10
+--- mtx-1.3.11/Makefile.in.nostrip	2007-03-25 08:28:42.000000000 +0200
++++ mtx-1.3.11/Makefile.in	2007-03-28 20:46:17.000000000 +0200
+@@ -13,7 +13,6 @@
  
- BINS = mtx at EXEEXT@ tapeinfo at EXEEXT@ loaderinfo at EXEEXT@ scsitape at EXEEXT@ nsmhack at EXEEXT@
+ BINS = mtx at EXEEXT@ tapeinfo at EXEEXT@ loaderinfo at EXEEXT@ scsitape at EXEEXT@ scsieject at EXEEXT@ \
+ 	nsmhack at EXEEXT@
 -DBGS := $(BINS:%@EXEEXT@=%.dbg)
- 
- TARGET	= @TARGET@
- CPU	= @CPU@
-@@ -89,20 +88,9 @@
+ MAN = mtx.1 tapeinfo.1 loaderinfo.1 scsitape.1 scsieject.1
+ MAN_HTML := $(MAN:%.1=%.html)
+ MAN_TXT := $(MAN:%.1=%.txt)
+@@ -92,20 +91,9 @@
  See vms/000readme for information.
  endif
  
@@ -30,11 +30,11 @@
  	$(INSTALL_DIR) $(sbindir)
  	for file in $(BINS); do \
  	$(INSTALL_BIN) "$$file" $(sbindir) ; \
-@@ -115,7 +103,6 @@
+@@ -118,7 +106,6 @@
  clean:
- 	rm -f *.o *~
+ 	rm -f *.o *~ mtx-*.zip
  	rm -f $(BINS)
 -	rm -f $(DBGS)
+ 	rm -f $(MAN_HTML)
+ 	rm -f $(MAN_TXT)
  	rm -f mam2debug at EXEEXT@ mam2debug2 at EXEEXT@
- 	rm -rf autom4te.cache
- 


Index: mtx.spec
===================================================================
RCS file: /cvs/dist/rpms/mtx/devel/mtx.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mtx.spec	7 Feb 2007 10:10:56 -0000	1.22
+++ mtx.spec	28 Mar 2007 19:50:27 -0000	1.23
@@ -1,5 +1,5 @@
 Name: mtx
-Version: 1.3.10
+Version: 1.3.11
 Release: 1%{?dist}
 Summary: A SCSI media changer control program
 License: GPL
@@ -43,6 +43,10 @@
 %{_sbindir}/*
 
 %changelog
+* Wed Mar 28 2007 Jindrich Novy <jnovy at redhat.com> 1.3.11-1
+- update to 1.3.11 (adds new scsieject utility, bugfixes)
+- sync nostrip patch
+
 * Tue Feb 06 2007 Jindrich Novy <jnovy at redhat.com> 1.3.10-1
 - update to mtx-1.3.10
 - update URL, Source0




More information about the fedora-cvs-commits mailing list