Hello community,

here is the log from the commit of package lynx for openSUSE:Factory checked in 
at 2014-04-05 16:49:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lynx (Old)
 and      /work/SRC/openSUSE:Factory/.lynx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lynx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lynx/lynx.changes        2014-02-07 
10:26:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lynx.new/lynx.changes   2014-04-05 
16:49:52.000000000 +0200
@@ -1,0 +2,41 @@
+Sat Mar 29 22:11:28 UTC 2014 - [email protected]
+
+- lynx 2.8.8rel.2
+  * correct errata in test-files which cause broken links in
+    break-out directory in lynx.isc.org server
+  * amend change from 2.8.8pre.2, to ensure that MinGW libraries
+    already declaring 'sleep()' will build
+  * drop unused save/compress rules from makefile.in, because fixing
+    umask for these is pointless
+  * modify makefile.in to establish sane umask value in the
+    "install-doc" rule
+- lynx as an extra version element, append to version and adjust
+  filename to make download_files pass
+
+-------------------------------------------------------------------
+Sat Feb 22 20:52:23 UTC 2014 - [email protected]
+
+- lynx 2.8.8rel.1  
+- user visible changes:
+  * add internal URL scheme "LYNXEDITMAP:" field-editing help
+  * correct formatting of large file-sizes in directory listing
+  * add "submit" and "reset" commands
+  * add "pwd" command, to show current working directory in the
+    statusline
+  * add option -unique-urls
+  * add -list_inline option, which modifies -dump output to put
+    links inline with the text rather than in a list at the end of
+    the dump
+  * GNUTLS to enable SNI (Server Name Indication)
+  * improved HTML interpretation
+  * improved handling and display of character sets
+  * Full list of changes and improvements:
+    http://lynx.isc.org/lynx2.8.8/features.html
+- packaging changes:
+  * fix self-obsoletion of lynxssl
+  * removed patches:
+    + lynx-openssl.patch, committed upstream
+  * modified patches:
+    + lynx-2.8.5-charset.patch adjust for upstream changes
+
+-------------------------------------------------------------------

Old:
----
  lynx-openssl.patch
  lynx2.8.7.tar.bz2

New:
----
  lynx2.8.8rel.2.tar.bz2

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

Other differences:
------------------
++++++ lynx.spec ++++++
--- /var/tmp/diff_new_pack.rNaD7U/_old  2014-04-05 16:49:54.000000000 +0200
+++ /var/tmp/diff_new_pack.rNaD7U/_new  2014-04-05 16:49:54.000000000 +0200
@@ -20,25 +20,26 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  postfix
-Provides:       lynxssl
 Provides:       web_browser
-Obsoletes:      lynxssl
 PreReq:         /bin/cp
 Requires:       xli
-Version:        2.8.7
+Version:        2.8.8rel.2
 Release:        0
+%define tarbase 2-8-8
+%define dlbase 2.8.8
 Url:            http://lynx.isc.org
 Summary:        A Text-Based WWW Browser
 License:        GPL-2.0
 Group:          Productivity/Networking/Web/Browsers
-Source:         http://lynx.isc.org/lynx2.8.7/lynx2.8.7.tar.bz2
+Source:         http://lynx.isc.org/%{name}%{dlbase}/%{name}%{version}.tar.bz2
 # Source1:      po.tar.bz2
 Patch100:       lynx-2.8.5.dif
 Patch101:       lynx-2.8.5-charset.patch
-Patch102:       %{name}-%{version}-enable_xli.patch
+Patch102:       lynx-2.8.7-enable_xli.patch
 Patch103:       lynx-no-build-date.patch
-Patch104:       lynx-openssl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Provides:       lynxssl = %version
+Obsoletes:      lynxssl < %version
 
 %description
 Lynx is an easy-to-use browser for HTML documents and other Internet
@@ -48,12 +49,11 @@
 
 
 %prep
-%setup -n lynx2-8-7 -q
+%setup -n %name%tarbase -q
 %patch100 -p1
-%patch101 -p0 
+%patch101 -p1
 %patch102 -p1
 %patch103
-%patch104
 # containing a few test msg's only:
 # rm -f po/{es,fr,it,ko,no,pl,pt}.po
 

++++++ lynx-2.8.5-charset.patch ++++++
--- /var/tmp/diff_new_pack.rNaD7U/_old  2014-04-05 16:49:54.000000000 +0200
+++ /var/tmp/diff_new_pack.rNaD7U/_new  2014-04-05 16:49:54.000000000 +0200
@@ -1,13 +1,17 @@
-Index: lynx.cfg
+---
+ lynx.cfg |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: lynx2-8-8/lynx.cfg
 ===================================================================
---- lynx.cfg.orig
-+++ lynx.cfg
-@@ -452,7 +452,7 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/
+--- lynx2-8-8.orig/lynx.cfg    2014-02-22 20:30:46.000000000 +0000
++++ lynx2-8-8/lynx.cfg 2014-02-22 20:30:48.000000000 +0000
+@@ -449,7 +449,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu
  # values and their relationship to the locale value is not.  GNU libiconv
  # happens to give useful values, but other implementations are not guaranteed
  # to do this.
 -#LOCALE_CHARSET:FALSE
 +LOCALE_CHARSET:TRUE
  
- 
- .h2 ASSUME_CHARSET
+ .h2 HTML5_CHARSETS
+ # HTML5_CHARSETS is an alternative to ASSUME_CHARSET and ASSUME_LOCAL_CHARSET.

++++++ lynx-2.8.5.dif ++++++
--- /var/tmp/diff_new_pack.rNaD7U/_old  2014-04-05 16:49:54.000000000 +0200
+++ /var/tmp/diff_new_pack.rNaD7U/_new  2014-04-05 16:49:54.000000000 +0200
@@ -1,8 +1,14 @@
-Index: lynx2-8-7/WWW/Library/Implementation/HTAccess.c
+---
+ WWW/Library/Implementation/HTAccess.c |    3 +++
+ lynx.cfg                              |    4 ++--
+ makefile.in                           |    2 +-
+ 3 files changed, 6 insertions(+), 3 deletions(-)
+
+Index: lynx2-8-8/WWW/Library/Implementation/HTAccess.c
 ===================================================================
---- lynx2-8-7.orig/WWW/Library/Implementation/HTAccess.c
-+++ lynx2-8-7/WWW/Library/Implementation/HTAccess.c
-@@ -509,6 +509,9 @@ static int get_physical(const char *addr
+--- lynx2-8-8.orig/WWW/Library/Implementation/HTAccess.c       2014-02-22 
20:28:32.000000000 +0000
++++ lynx2-8-8/WWW/Library/Implementation/HTAccess.c    2014-02-22 
20:28:45.000000000 +0000
+@@ -513,6 +513,9 @@ static int get_physical(const char *addr
        else
            sprintf(gateway_parameter, "%s_proxy", acc_method);
        proxy = LYGetEnv(gateway_parameter);
@@ -12,11 +18,11 @@
        FREE(gateway_parameter);
  
        if (gateway)
-Index: lynx2-8-7/lynx.cfg
+Index: lynx2-8-8/lynx.cfg
 ===================================================================
---- lynx2-8-7.orig/lynx.cfg
-+++ lynx2-8-7/lynx.cfg
-@@ -93,7 +93,7 @@
+--- lynx2-8-8.orig/lynx.cfg    2014-02-22 20:28:32.000000000 +0000
++++ lynx2-8-8/lynx.cfg 2014-02-22 20:30:15.000000000 +0000
+@@ -90,7 +90,7 @@
  #
  # Normally we expect you will connect to a remote site, e.g., the Lynx 
starting
  # site:
@@ -25,22 +31,19 @@
  #
  # As an alternative, you may want to use a local URL.  A good choice for this 
is
  # the user's home directory:
-@@ -118,9 +118,9 @@ STARTFILE:http://lynx.isc.org/
+@@ -114,7 +114,7 @@ STARTFILE:http://lynx.isc.org/
  # This definition will be overridden if the "LYNX_HELPFILE" environment
  # variable has been set.
  #
--HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html
+-HELPFILE:http://lynx.isc.org/release/breakout/lynx_help/lynx_help_main.html
 
+HELPFILE:file://localhost/usr/share/doc/packages/lynx/lynx_help/lynx_help_main.html
  .ex
--#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
-+#HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html
+ #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
  
- 
- .h2 DEFAULT_INDEX_FILE
-Index: lynx2-8-7/makefile.in
+Index: lynx2-8-8/makefile.in
 ===================================================================
---- lynx2-8-7.orig/makefile.in
-+++ lynx2-8-7/makefile.in
+--- lynx2-8-8.orig/makefile.in 2014-02-22 20:28:32.000000000 +0000
++++ lynx2-8-8/makefile.in      2014-02-22 20:28:45.000000000 +0000
 @@ -14,7 +14,7 @@ builddir     = .
  VPATH         = $(srcdir)
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to