Mailinglist Archive: opensuse-commit (554 mails)

< Previous Next >
commit listexec
  • From: root@xxxxxxx (h_root)
  • Date: Thu, 7 Dec 2006 20:56:22 +0100 (CET)
  • Message-id: <20061207195622.55D411AA28B@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package listexec
checked in at Thu Dec 7 20:56:22 CET 2006.

--------
--- listexec/listexec.changes 2006-01-25 21:37:57.000000000 +0100
+++ /mounts/work_src_done/STABLE/listexec/listexec.changes 2006-11-30 14:55:46.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 30 14:49:02 CET 2006 - ms@xxxxxxx
+
+- fixed program and man-page location
+
+-------------------------------------------------------------------

Old:
----
listexec.test

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ listexec.spec ++++++
--- /var/tmp/diff_new_pack.swPqlT/_old 2006-12-07 20:55:51.000000000 +0100
+++ /var/tmp/diff_new_pack.swPqlT/_new 2006-12-07 20:55:51.000000000 +0100
@@ -1,34 +1,34 @@
#
# spec file for package listexec (Version 0.5)
#
-# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name: listexec
-License: GPL
+License: GNU General Public License (GPL)
Group: Productivity/File utilities
Provides: empty-tag
Requires: tcl tk
Autoreqprov: on
Version: 0.5
-Release: 860
-Summary: A list browser
+Release: 892
+Summary: A List Browser
Source: listexec-0.5.tar.gz
Patch: listexec-0.5.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
-With this little program you can list all files in a specified
+With this little program, you can list all files in a specified
directory and hear them with a specified sound player or view them as
pictures with a picture viewer.

-The syntax may be obtained by:
+The syntax may be obtained with:

listexec -h

@@ -52,10 +52,12 @@

%files
%defattr(-,root,root)
-/usr/X11R6/bin/listexec
-%doc /usr/X11R6/man/man1/listexec.1.gz
+/usr/bin/listexec
+%doc %{_mandir}/man1/listexec.1.gz

%changelog -n listexec
+* Thu Nov 30 2006 - ms@xxxxxxx
+- fixed program and man-page location
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Jun 01 2004 - hmacht@xxxxxxx
@@ -104,15 +106,15 @@
version 0.4.3 --> fixing some mistakes
* Tue Oct 21 1997 - ms@xxxxxxx
- new program listexec
-- developed for S.u.S.E Linux 5.0
-- code tcl / tk
-- first version 0.4.2
+ - developed for S.u.S.E Linux 5.0
+ - code tcl / tk
+ - first version 0.4.2
- changes in version 0.4.3
-- editing the contents of the list will create a temporary
+ - editing the contents of the list will create a temporary
listexec.tmp file
-- if no EDITOR variable was spezified an error occured
+ - if no EDITOR variable was spezified an error occured
this problem was fixed
-- while starting the command binary the curser chnages
+ - while starting the command binary the curser chnages
in clock mode
-- if a command after option -e could not be found
+ - if a command after option -e could not be found
an error message is printed out

++++++ listexec-0.5.dif ++++++
--- /var/tmp/diff_new_pack.swPqlT/_old 2006-12-07 20:55:51.000000000 +0100
+++ /var/tmp/diff_new_pack.swPqlT/_new 2006-12-07 20:55:51.000000000 +0100
@@ -1,5 +1,32 @@
+--- Makefile
++++ Makefile 2006/11/30 13:53:11
+@@ -6,8 +6,8 @@
+
+
+ # Variables
+-BINVZ = /usr/X11R6/bin
+-MANVZ = /usr/X11R6/man/man1
++BINVZ = /usr/bin
++MANVZ = /usr/share/man/man1
+
+ all:
+ @echo "Nothing to do for target all"
+@@ -15,8 +15,8 @@
+
+
+ install:
+- install -d -m 755 ${BINVZ} ${MANVZ}
+- install -m 755 -o root -g root listexec ${BINVZ}/listexec
+- install -m 644 -o root -g root listexec.man ${MANVZ}/listexec.1
++ install -d -m 755 $(DESTDIR)${BINVZ} $(DESTDIR)${MANVZ}
++ install -m 755 listexec $(DESTDIR)${BINVZ}/listexec
++ install -m 644 listexec.man $(DESTDIR)${MANVZ}/listexec.1
+
+-
+\ No newline at end of file
++
--- listexec
-+++ listexec 2003/03/13 10:59:40
++++ listexec 2006/11/30 13:52:46
@@ -1,15 +1,13 @@
-#!/bin/bash
-# the next line restarts using wish \
@@ -119,7 +146,7 @@
}

--- listexec.man
-+++ listexec.man 2003/03/13 10:28:27
++++ listexec.man 2006/11/30 13:52:46
@@ -3,7 +3,7 @@
.\"
.\" Die nächste Zeile erscheint als Überschrift.
@@ -247,19 +274,3 @@

get from standard input and stay on top

---- Makefile.orig 2003-07-25 15:24:17.000000000 +0200
-+++ Makefile 2003-07-25 15:24:40.000000000 +0200
-@@ -15,8 +15,8 @@
-
-
- install:
-- install -d -m 755 ${BINVZ} ${MANVZ}
-- install -m 755 -o root -g root listexec ${BINVZ}/listexec
-- install -m 644 -o root -g root listexec.man ${MANVZ}/listexec.1
-+ install -d -m 755 $(DESTDIR)${BINVZ} $(DESTDIR)${MANVZ}
-+ install -m 755 listexec $(DESTDIR)${BINVZ}/listexec
-+ install -m 644 listexec.man $(DESTDIR)${MANVZ}/listexec.1
-
--
-\ No newline at end of file
-+


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages