Hello community, here is the log from the commit of package exmh for openSUSE:Factory checked in at 2016-06-25 02:22:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exmh (Old) and /work/SRC/openSUSE:Factory/.exmh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exmh" Changes: -------- --- /work/SRC/openSUSE:Factory/exmh/exmh.changes 2015-01-20 12:34:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.exmh.new/exmh.changes 2016-06-25 02:22:45.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Feb 22 10:58:16 UTC 2016 - [email protected] + +- Fix the version information in exmh-2.7-conf.patch and rename it + to exmh-conf.patch (bsc#967510). + +------------------------------------------------------------------- Old: ---- exmh-2.7-conf.patch New: ---- exmh-conf.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exmh.spec ++++++ --- /var/tmp/diff_new_pack.QPsXqq/_old 2016-06-25 02:22:46.000000000 +0200 +++ /var/tmp/diff_new_pack.QPsXqq/_new 2016-06-25 02:22:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package exmh # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,20 @@ # - Name: exmh BuildRequires: tcl Summary: Front-End for nmh Written in tcl/tk +License: MIT +Group: Productivity/Networking/Email/Clients Version: 2.8.0 Release: 0 BuildArch: noarch -Requires: nmh, metamail, expect -License: MIT -Group: Productivity/Networking/Email/Clients +Requires: expect +Requires: metamail +Requires: nmh Source0: ftp://ftp.tcl.tk/pub/tcl/exmh/exmh-%{version}.tar.gz Url: http://beedub.com/exmh/ -Patch0: %{name}-2.7-conf.patch +Patch0: %{name}-conf.patch Patch1: %name-expectk.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ exmh-conf.patch ++++++ Index: exmh =================================================================== --- exmh.orig +++ exmh @@ -1,4 +1,4 @@ -#!wish -f +#!/usr/bin/wish -f # # TK interface to the MH Mail utility # Brent Welch <[email protected]> @@ -17,6 +17,34 @@ # The following lines are patched by exmh.install #CONFIGURATION +set wish /usr/bin/wish +set exmh(version) {version 2.8.0 04/21/2012} +set exmh(name) exmh +set exmh(maintainer) [email protected] +set mh_path /usr/bin +set exmh(slocal) /usr/lib/nmh/slocal +set mime(dir) /usr/bin +set mailcap_default /etc/mailcap +set mimetypes_default /etc/mime.types +set exmh(expect) /usr/bin/expect +set exmh(expectk) /usr/bin/expect +set faces(dir) /var/lib/faces +set faces(set,user) {local users usenix misc} +set faces(set,unknown) {domains unknown} +set faces(set,news) news +set faces(defaultDomain) eng.sun.com +set faces(suffix) {xpm gif xbm} +set pgp(pgp,path) /usr/bin +set pgp(pgp5,path) /usr/bin +set pgp(gpg,path) /usr/bin +set pgp(pgp6,path) /usr/bin +set glimpse(path) /usr/bin +set sound(cmd) /usr/bin/play +set exmh(library) /usr/share/tcl/exmh-2.8.0 +set install(dir,bin) /usr/bin +set install(dir,man) /usr/man/mann +set install(dir,lib) /usr/share/tcl/exmh-2.8.0 + #END CONFIGURATION package require Tk Index: exmh-async =================================================================== --- exmh-async.orig +++ exmh-async @@ -1,4 +1,4 @@ -#!wish -f +#!/usr/bin/wish -f # # async editor frontend for exmh # Arg1: invoking interpreter's name (from [winfo name .]) Index: exmh-bg =================================================================== --- exmh-bg.orig +++ exmh-bg @@ -1,4 +1,4 @@ -#!wish -f +#!/usr/bin/wish -f # # Background processing script for exmh. # This does stuff and then sends messages to the background module @@ -17,6 +17,34 @@ # any specification. #CONFIGURATION +set wish /usr/bin/wish +set exmh(version) {version 2.8.0 04/21/2012} +set exmh(name) exmh +set exmh(maintainer) [email protected] +set mh_path /usr/bin +set exmh(slocal) /usr/lib/nmh/slocal +set mime(dir) /usr/bin +set mailcap_default /etc/mailcap +set mimetypes_default /etc/mime.types +set exmh(expect) /usr/bin/expect +set exmh(expectk) /usr/bin/expect +set faces(dir) /var/lib/faces +set faces(set,user) {local users usenix misc} +set faces(set,unknown) {domains unknown} +set faces(set,news) news +set faces(defaultDomain) eng.sun.com +set faces(suffix) {xpm gif xbm} +set pgp(pgp,path) /usr/bin +set pgp(pgp5,path) /usr/bin +set pgp(gpg,path) /usr/bin +set pgp(pgp6,path) /usr/bin +set glimpse(path) /usr/bin +set sound(cmd) /usr/bin/play +set exmh(library) /usr/share/tcl/exmh-2.8.0 +set install(dir,bin) /usr/bin +set install(dir,man) /usr/man/mann +set install(dir,lib) /usr/share/tcl/exmh-2.8.0 + #END CONFIGURATION package require Tk Index: exmh-strip =================================================================== --- exmh-strip.orig +++ exmh-strip @@ -1,5 +1,4 @@ -#!wish -#(Note - you should also be able to use tclsh with this.) +#!/usr/bin/tclsh # # Utility to strip out attachments from MIME messages. # They are replaced with references to the external files. @@ -50,6 +49,34 @@ if {0} { # any specification. #CONFIGURATION +set wish /usr/bin/wish +set exmh(version) {version 2.8.0 04/21/2012} +set exmh(name) exmh +set exmh(maintainer) [email protected] +set mh_path /usr/bin +set exmh(slocal) /usr/lib/nmh/slocal +set mime(dir) /usr/bin +set mailcap_default /etc/mailcap +set mimetypes_default /etc/mime.types +set exmh(expect) /usr/bin/expect +set exmh(expectk) /usr/bin/expect +set faces(dir) /var/lib/faces +set faces(set,user) {local users usenix misc} +set faces(set,unknown) {domains unknown} +set faces(set,news) news +set faces(defaultDomain) eng.sun.com +set faces(suffix) {xpm gif xbm} +set pgp(pgp,path) /usr/bin +set pgp(pgp5,path) /usr/bin +set pgp(gpg,path) /usr/bin +set pgp(pgp6,path) /usr/bin +set glimpse(path) /usr/bin +set sound(cmd) /usr/bin/play +set exmh(library) /usr/share/tcl/exmh-2.8.0 +set install(dir,bin) /usr/bin +set install(dir,man) /usr/man/mann +set install(dir,lib) /usr/share/tcl/exmh-2.8.0 + #END CONFIGURATION if {[catch {wm withdraw .}]} { Index: ftp.expect =================================================================== --- ftp.expect.orig +++ ftp.expect @@ -1,6 +1,6 @@ #!/bin/sh # \ -exec expect -f +exec /usr/bin/expect -f set site [lindex $argv 0] set dir [lindex $argv 1]
