commit exmh for openSUSE:Factory

2016-06-24 Thread h_root
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.changes2015-01-20 
12:34:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.exmh.new/exmh.changes   2016-06-25 
02:22:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Feb 22 10:58:16 UTC 2016 - m...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.QPsXqq/_new  2016-06-25 02:22:46.0 +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 
@@ -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) we...@acm.org
+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) we...@acm.org
+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 

commit exmh for openSUSE:Factory

2015-01-20 Thread h_root
Hello community,

here is the log from the commit of package exmh for openSUSE:Factory checked in 
at 2015-01-20 12:32:30

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.changes2011-09-23 
01:57:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.exmh.new/exmh.changes   2015-01-20 
12:34:35.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 12 01:09:49 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.8.0
+  + See exmh.CHANGES for changes
+- Remove exmh-lassign.patch; merged on upstream release
+
+---

Old:

  exmh-2.7.2.tar.bz2
  exmh-lassign.patch

New:

  exmh-2.8.0.tar.gz



Other differences:
--
++ exmh.spec ++
--- /var/tmp/diff_new_pack.zUF3LE/_old  2015-01-20 12:34:38.0 +0100
+++ /var/tmp/diff_new_pack.zUF3LE/_new  2015-01-20 12:34:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exmh
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,16 @@
 Name:   exmh
 BuildRequires:  tcl
 Summary:Front-End for nmh Written in tcl/tk
-Version:2.7.2
-Release:150
+Version:2.8.0
+Release:0
 BuildArch:  noarch
 Requires:   nmh, metamail, expect
 License:MIT
 Group:  Productivity/Networking/Email/Clients
-Source0:ftp://ftp.tcl.tk/pub/tcl/exmh/exmh-%{version}.tar.bz2
+Source0:ftp://ftp.tcl.tk/pub/tcl/exmh/exmh-%{version}.tar.gz
 Url:http://beedub.com/exmh/
 Patch0: %{name}-2.7-conf.patch
 Patch1: %name-expectk.patch
-Patch2: exmh-lassign.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +45,6 @@
 done
 %patch0
 %patch1
-%patch2
 
 %build
 echo 'auto_mkindex ./lib *.tcl' | tclsh

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit exmh for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package exmh for openSUSE:Factory checked in 
at 2011-12-06 18:08:50

Comparing /work/SRC/openSUSE:Factory/exmh (Old)
 and  /work/SRC/openSUSE:Factory/.exmh.new (New)


Package is exmh, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ exmh.spec ++
--- /var/tmp/diff_new_pack.Gvazca/_old  2011-12-06 18:14:12.0 +0100
+++ /var/tmp/diff_new_pack.Gvazca/_new  2011-12-06 18:14:12.0 +0100
@@ -24,7 +24,7 @@
 Release:150
 BuildArch:  noarch
 Requires:   nmh, metamail, expect
-License:X11/MIT
+License:MIT
 Group:  Productivity/Networking/Email/Clients
 Source0:ftp://ftp.tcl.tk/pub/tcl/exmh/exmh-%{version}.tar.bz2
 Url:http://beedub.com/exmh/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit exmh for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package exmh for openSUSE:Factory
checked in at Thu Sep 22 10:43:52 CEST 2011.




--- exmh/exmh.changes   2011-05-20 15:04:42.0 +0200
+++ /mounts/work_src_done/STABLE/exmh/exmh.changes  2011-09-19 
01:04:57.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ exmh.spec ++
--- /var/tmp/diff_new_pack.XBFkIp/_old  2011-09-22 10:43:48.0 +0200
+++ /var/tmp/diff_new_pack.XBFkIp/_new  2011-09-22 10:43:48.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   exmh
@@ -40,12 +39,6 @@
 as a result of several years of availability. Exmh provides a graphical
 interface to many of these features, but not everything.
 
-
-
-Authors:
-
-Brent Welch we...@acm.org
-
 %prep
 %setup -q
 for i in *.MASTER; do
@@ -73,9 +66,6 @@
 chmod a-x misc/mafe/help/mafe.html
 mv misc examples
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %doc COPYRIGHT exmh.BUGS exmh.TODO exmh.README examples






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit exmh for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package exmh for openSUSE:Factory
checked in at Fri May 20 15:53:11 CEST 2011.




--- exmh/exmh.changes   2008-03-12 19:45:44.0 +0100
+++ /mounts/work_src_done/STABLE/exmh/exmh.changes  2011-05-20 
15:04:42.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 14:46:44 UTC 2011 - m...@novell.com
+
+- Rename exmh's lassign proc to prevent it from overwriting the
+  Tcl8.5 builtin lassign command (exmh-lassign.patch, bnc#684968).
+
+---

calling whatdependson for head-i586


New:

  exmh-lassign.patch



Other differences:
--
++ exmh.spec ++
--- /var/tmp/diff_new_pack.eIJpcg/_old  2011-05-20 15:51:02.0 +0200
+++ /var/tmp/diff_new_pack.eIJpcg/_new  2011-05-20 15:51:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package exmh (Version 2.7.2)
+# spec file for package exmh
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  tcl
 Summary:Front-End for nmh Written in tcl/tk
 Version:2.7.2
-Release:139
+Release:150
 BuildArch:  noarch
 Requires:   nmh, metamail, expect
 License:X11/MIT
@@ -31,6 +31,7 @@
 Url:http://beedub.com/exmh/
 Patch0: %{name}-2.7-conf.patch
 Patch1: %name-expectk.patch
+Patch2: exmh-lassign.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +53,7 @@
 done
 %patch0
 %patch1
+%patch2
 
 %build
 echo 'auto_mkindex ./lib *.tcl' | tclsh

++ exmh-2.7-conf.patch ++
--- /var/tmp/diff_new_pack.eIJpcg/_old  2011-05-20 15:51:02.0 +0200
+++ /var/tmp/diff_new_pack.eIJpcg/_new  2011-05-20 15:51:02.0 +0200
@@ -1,4 +1,6 @@
 exmh
+Index: exmh
+===
+--- exmh.orig
 +++ exmh
 @@ -1,4 +1,4 @@
 -#!wish -f
@@ -41,7 +43,9 @@
  #END CONFIGURATION
  
  package require Tk
 exmh-async
+Index: exmh-async
+===
+--- exmh-async.orig
 +++ exmh-async
 @@ -1,4 +1,4 @@
 -#!wish -f
@@ -49,7 +53,9 @@
  #
  # async editor frontend for exmh
  # Arg1: invoking interpreter's name (from [winfo name .])
 exmh-bg
+Index: exmh-bg
+===
+--- exmh-bg.orig
 +++ exmh-bg
 @@ -1,4 +1,4 @@
 -#!wish -f
@@ -92,7 +98,9 @@
  #END CONFIGURATION
  
  package require Tk
 exmh-strip
+Index: exmh-strip
+===
+--- exmh-strip.orig
 +++ exmh-strip
 @@ -1,5 +1,4 @@
 -#!wish
@@ -101,7 +109,7 @@
  #
  # Utility to strip out attachments from MIME messages.
  # They are replaced with references to the external files.
-@@ -41,6 +41,34 @@
+@@ -50,6 +49,34 @@ if {0} {
  # any specification.
  
  #CONFIGURATION
@@ -136,7 +144,9 @@
  #END CONFIGURATION
  
  if {[catch {wm withdraw .}]} {
 ftp.expect
+Index: ftp.expect
+===
+--- ftp.expect.orig
 +++ ftp.expect
 @@ -1,6 +1,6 @@
  #!/bin/sh

++ exmh-lassign.patch ++
Index: lib/html.tcl
===
--- lib/html.tcl
+++ lib/html.tcl
@@ -209,7 +209,7 @@ proc Html_Stop {win} {
 }
 proc HtmlHit {win x y} {
 upvar #0 HM$win var
-lassign {href name} [UrlGetLink $win $x $y]
+exmh_lassign {href name} [UrlGetLink $win $x $y]
 UrlResolve $var(S_url) href
 URI_StartViewer $href
 }
Index: lib/html_formtag.tcl
===
--- lib/html_formtag.tcl
+++ lib/html_formtag.tcl
@@ -690,7 +690,7 @@ proc FormIterate {win formVar callback}
 upvar #0 HM[Window_GetMaster $win] var $formVar form
 foreach w [array names form widgets,*] {
 regsub ^widgets, $w {} w
-   lassign {htag param} $form(widgets,$w)
+   exmh_lassign {htag param} $form(widgets,$w)
if {$htag == input} {
set type text
HMextract_param $param type
Index: lib/html_get_http.tcl
===
--- lib/html_get_http.tcl
+++ lib/html_get_http.tcl
@@ -155,7 +155,7 @@ proc Http_poke {} {
 }
 if {$protocol == http} {
# Callback to determine if a proxy is necessary
-   lassign {proxy pport} [Http_Proxy $host]
+   exmh_lassign {proxy pport} [Http_Proxy $host]
if [catch {
if [string length $proxy] {
set sock [HttpConnect $proxy $pport $data(protocol) $url]
Index: lib/html_links.tcl