Hello community,

here is the log from the commit of package links for openSUSE:Factory checked 
in at 2014-12-30 00:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/links (Old)
 and      /work/SRC/openSUSE:Factory/.links.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "links"

Changes:
--------
--- /work/SRC/openSUSE:Factory/links/links.changes      2013-10-03 
16:05:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.links.new/links.changes 2014-12-30 
00:49:30.000000000 +0100
@@ -1,0 +2,39 @@
+Fri Dec 26 12:19:50 UTC 2014 - [email protected]
+
+- Version bump to 2.9:
+  * Work around some screen-corruption bugs in the OpenVMS terminal driver
+  * Support mouse wheel in framebuffer (unfortunatelly we can't support it
+    in text mode because when we instruct gpm to send us the wheel event,
+     gpm stops drawing the cursor when the mouse is moved).
+  * Pring "^" and "_" for <sub> and <sup> tags in text mode
+  * An option to fake Firefox in the HTTP header. It modifies User-Agent and
+    several other options to be more Firefox-like. This option is also
+    automatically turned on when "Connect only via proxies or Socks (useful
+    for tor)" is selected. It makes it safer to use Links with tor.
+  * Fixed quadratic complexity in the text renderer when exteremely long
+    lines were used
+  * Do not print the character 0x9b if the display character set doesn't
+    have it, because it is interpreted as a control character on the Linux
+    console
+  * An option to break long lines in <pre> sections
+  * Consume less memory when 8-bit gamma correction is used
+  * Updated the list of top level domains
+  * Use malloc_trim to return unused memory to the system
+  * Support RFC5987 for filenames
+  * Support StaticColor in the X-window driver
+  * Fix crash on OS/2 if image is wider than 10921 pixels
+  * Use clock_gettime if available
+  * The ability to set screen margins for text mode and framebuffer
+  * Fix palette corruption on framebuffer when links instance was terminated
+    while it was not active
+  * Improve the gif decoder to accept more images
+  * Increase the amount of data read from the socket, it improves speed when
+    loading big images
+  * Accept "text/xml" as html type
+
+-------------------------------------------------------------------
+Fri Dec 26 12:11:19 UTC 2014 - [email protected]
+
+- Format with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  links-2.8.tar.bz2

New:
----
  links-2.9.tar.bz2

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

Other differences:
------------------
++++++ links.spec ++++++
--- /var/tmp/diff_new_pack.wqbZ4A/_old  2014-12-30 00:49:32.000000000 +0100
+++ /var/tmp/diff_new_pack.wqbZ4A/_new  2014-12-30 00:49:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package links
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,32 +17,32 @@
 
 
 Name:           links
-BuildRequires:  DirectFB-devel
-BuildRequires:  automake
-BuildRequires:  gpm-devel
-BuildRequires:  jpeg
-BuildRequires:  libbz2-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig
-BuildRequires:  xz-devel
-BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(x11)
-
-Url:            http://links.twibright.com/
-Provides:       web_browser
-Version:        2.8
+Version:        2.9
 Release:        0
 Summary:        Text-Based WWW Browser
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Browsers
+Url:            http://links.twibright.com/
 Source:         http://links.twibright.com/download/%{name}-%{version}.tar.bz2
 Patch2:         configure.diff
 Patch3:         links-nosslcomp.patch
 Patch4:         links-sni.patch
 Patch5:         links-no-date-time.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gpm-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(direct)
+BuildRequires:  pkgconfig(directfb)
+BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(zlib)
+Provides:       web_browser
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,12 +51,6 @@
 graphical interface besides the text interface. It has good support for
 frames, supports ssl, and has a little bit of JavaScript support.
 
-
-
-Authors:
---------
-    Mikulas Patocka <[email protected]>
-
 %prep
 %setup -q -n links-%{version}
 %patch2 -p1
@@ -66,25 +60,29 @@
 
 %build
 autoreconf -ifv
-CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL_INTERN -fno-strict-aliasing -pipe"
+CFLAGS="%{optflags} -DOPENSSL_NO_SSL_INTERN"
 %configure \
-       --with-fb --with-ssl \
-       --with-x --enable-graphics --with-pic
+        --with-ipv6 \
+        --with-zlib \
+        --with-bzip2 \
+        --with-lzma \
+        --with-fb \
+        --with-directfb \
+        --with-libjpeg \
+        --with-libtiff \
+        --with-ssl \
+        --with-x \
+        --enable-graphics
 make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/man1,usr/bin,%{_infodir}} 
-cp links.1 $RPM_BUILD_ROOT/%{_mandir}/man1
-make install DESTDIR=$RPM_BUILD_ROOT
-make clean
-make EXTRAA="-DSHOW_COLOR=TRUE"
-install links $RPM_BUILD_ROOT/usr/bin/links
+%make_install
 
 %files
 %defattr(-,root,root)
 %doc README NEWS ChangeLog BRAILLE_HOWTO AUTHORS COPYING KEYS SITES
 %doc doc/links_cal
-/usr/bin/links
+%{_bindir}/links
 %doc %{_mandir}/man1/links.1.gz
 
 %changelog

++++++ links-2.8.tar.bz2 -> links-2.9.tar.bz2 ++++++
++++ 99919 lines of diff (skipped)

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

Reply via email to