commit logrotate for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2013-08-24 10:14:25

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


Package is logrotate

Changes:

--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes  2013-08-04 
16:56:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2013-08-24 
10:14:26.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 20 12:53:27 UTC 2013 - vci...@suse.com
+
+- install COPYING file (bnc#817870)
+
+---



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.ldxMdH/_old  2013-08-24 10:14:27.0 +0200
+++ /var/tmp/diff_new_pack.ldxMdH/_new  2013-08-24 10:14:27.0 +0200
@@ -84,7 +84,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGES
+%doc CHANGES COPYING
 %{_sbindir}/logrotate
 %{_mandir}/man8/logrotate.8*
 %{_mandir}/man5/logrotate.conf.5*

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



commit libreoffice-voikko for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-voikko for 
openSUSE:Factory checked in at 2013-08-24 10:14:44

Comparing /work/SRC/openSUSE:Factory/libreoffice-voikko (Old)
 and  /work/SRC/openSUSE:Factory/.libreoffice-voikko.new (New)


Package is libreoffice-voikko

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice-voikko/libreoffice-voikko.changes
2012-04-17 07:46:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-voikko.new/libreoffice-voikko.changes   
2013-08-24 10:14:46.0 +0200
@@ -1,0 +2,14 @@
+Thu Aug 22 15:28:03 UTC 2013 - pmla...@suse.com
+
+- updated to version 3.4.1:
+* do not query available languages too often
+   * support for spell checking multiple languages
+   * English as the fallback language for settings dialog
+- bumped dependencies in LibreOffice; documentation said that it built
+  and worked only with LO 4.1 and higher
+- libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff: -BUCR is gone in
+  the upstream cppumaker
+- remove obsolete post install scripts; the system UNO cache is not
+  longer read by LO = 4.0
+
+---

Old:

  openoffice.org-voikko-3.1.2.tar.bz2

New:

  libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
  libreoffice-voikko-rel-3.4.1.tar.bz2



Other differences:
--
++ libreoffice-voikko.spec ++
--- /var/tmp/diff_new_pack.C1oKUj/_old  2013-08-24 10:14:47.0 +0200
+++ /var/tmp/diff_new_pack.C1oKUj/_new  2013-08-24 10:14:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libreoffice-voikko
-Version:3.1.2
+Version:3.4.1
 Release:0
 Summary:LibreOffice spellchecker/hyphenator for finnish language
 License:GPL-3.0+
@@ -26,8 +26,8 @@
 %define ooo_home   libreoffice
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel
-BuildRequires:  libreoffice = 3.5
-BuildRequires:  libreoffice-sdk = 3.5
+BuildRequires:  libreoffice = 4.1
+BuildRequires:  libreoffice-sdk = 4.1
 BuildRequires:  libvoikko-devel
 BuildRequires:  unzip
 BuildRequires:  zip
@@ -46,7 +46,10 @@
 PreReq: libreoffice
 %endif
 Url:http://voikko.sourceforge.net
-Source: openoffice.org-voikko-%{version}.tar.bz2
+Source: %{name}-rel-%{version}.tar.bz2
+# -BUCR is gone in cppumaker upstream, see 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=02a8e8acd1f0cbb512868fd9849363f9d069db95.
+# Fix like upstream for javamaker (which had the same change) in 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5f8015045cb59ff9574230530d371b6659697881
+Patch0: libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
 Provides:   locale(OpenOffice_org:fi)
 Provides:   locale(libreoffice:fi)
 # compat stuff
@@ -59,7 +62,8 @@
 libvoikko as backend.
 
 %prep
-%setup -q -n openoffice.org-voikko-%{version}
+%setup -q -n %{name}-rel-%{version}
+%patch0 -p1
 
 %build
 . %ooo_prefix/%ooo_home/sdk/setsdkenv_unix.sh
@@ -73,12 +77,6 @@
 cd %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
 unzip $voikkoPackage
 
-%posttrans
-%{_sbindir}/unopkg-sync-bundled || true
-
-%postun
-%{_sbindir}/unopkg-sync-bundled || true
-
 %files
 %defattr(-,root,root,0755)
 %ooo_prefix/%ooo_home/share/extensions/voikko

++ libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff ++
Index: libreoffice-voikko-rel-3.4.1/Makefile
===
--- libreoffice-voikko-rel-3.4.1.orig/Makefile
+++ libreoffice-voikko-rel-3.4.1/Makefile
@@ -236,7 +236,7 @@ $(patsubst %,build/oxt/%,$(STANDALONE_EX
 # Type library C++ headers
 build/hpp.flag:
-$(MKDIR) build$(PS)hpp
-   $(CPPUMAKER) -Gc -BUCR -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
+   $(CPPUMAKER) -Gc -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
echo flagged  $@
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ntrack for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package ntrack for openSUSE:Factory checked 
in at 2013-08-24 10:15:00

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


Package is ntrack

Changes:

--- /work/SRC/openSUSE:Factory/ntrack/ntrack.changes2012-01-26 
14:06:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.ntrack.new/ntrack.changes   2013-08-24 
10:15:01.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 23 15:14:03 UTC 2013 - fi...@opensuse.org
+
+- Add libnl3-fix.patch: fixes compilation issue with recent libnl,
+  lp#1115449.
+
+---

New:

  libnl3-fix.patch



Other differences:
--
++ ntrack.spec ++
--- /var/tmp/diff_new_pack.tpGRUC/_old  2013-08-24 10:15:02.0 +0200
+++ /var/tmp/diff_new_pack.tpGRUC/_new  2013-08-24 10:15:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ntrack
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -30,11 +30,15 @@
 Url:https://launchpad.net/ntrack
 Source: 
http://launchpad.net/ntrack/main/%{version}/+download/ntrack-%{version}.tar.gz
 Patch1: fix-build.diff
-%if %suse_version  1210
+%if 0%{?suse_version}  1230
+# PATCH-FIX-UPSTREAM -- Fix compilation issue with recent libnl -- lp#1115449
+Patch2: libnl3-fix.patch
+%endif
+%if 0%{?suse_version}  1210
 BuildRequires:  libnl3-devel
 %define libnl_soname 3_x
 %else
-%if %suse_version == 1210
+%if 0%{?suse_version} == 1210
 # 12.1 has libnl3, but it lacks a critical fix. So go with 1.1
 BuildRequires:  libnl-1_1-devel
 %else
@@ -42,12 +46,12 @@
 %endif
 %define libnl_soname 1
 %endif
+BuildRequires:  libtool
+BuildRequires:  python-devel
 BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  python-devel
-BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,8 +91,8 @@
 %package -n lib%{name}-qt4-devel
 Summary:Network connectivity tracking library for desktop applications
 Group:  Development/Libraries/C and C++
-Requires:   lib%{name}-qt4-%{qt4_soname} = %{version}
 Requires:   %{name}-devel = %{version}
+Requires:   lib%{name}-qt4-%{qt4_soname} = %{version}
 
 %description -n lib%{name}-qt4-devel
 ntrack aims to be a lightweight and easy to use library for application 
developers
@@ -109,8 +113,8 @@
 %package -n lib%{name}-glib-devel
 Summary:Network connectivity tracking library for desktop applications
 Group:  Development/Libraries/C and C++
-Requires:   lib%{name}-glib%{glib_soname} = %{version}
 Requires:   %{name}-devel = %{version}
+Requires:   lib%{name}-glib%{glib_soname} = %{version}
 
 %description -n lib%{name}-glib-devel
 ntrack aims to be a lightweight and easy to use library for application 
developers
@@ -118,7 +122,6 @@
 
 Developments files for lib%{name}-glib%{glib_soname}.
 
-
 %package -n lib%{name}-gobject%{gobject_soname}
 Summary:Network connectivity tracking library for desktop applications
 Group:  System/Libraries
@@ -132,8 +135,8 @@
 %package -n lib%{name}-gobject-devel
 Summary:Network connectivity tracking library for desktop applications
 Group:  Development/Libraries/C and C++
-Requires:   lib%{name}-gobject%{gobject_soname} = %{version}
 Requires:   %{name}-devel = %{version}
+Requires:   lib%{name}-gobject%{gobject_soname} = %{version}
 
 %description -n lib%{name}-gobject-devel
 ntrack aims to be a lightweight and easy to use library for application 
developers
@@ -160,10 +163,12 @@
 ntrack aims to be a lightweight and easy to use library for application 
developers
 that want to get events on network online status changes such as online, 
offline or route changes.
 
-
 %prep
 %setup -q
 %patch1
+%if 0%{?suse_version}  1230
+%patch2
+%endif
 autoreconf -fi
 
 %build
@@ -181,9 +186,6 @@
 rm -v %{buildroot}%{_libdir}/ntrack/modules/*.la
 rm -v %{buildroot}%{py_sitedir}/*.la
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
 %post -n lib%{name}%{soname} -p /sbin/ldconfig
 
 %post -n lib%{name}-qt4-%{qt4_soname} -p /sbin/ldconfig
@@ -203,70 +205,70 @@
 %files -n lib%{name}%{soname}
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%_libdir/libntrack.so.%{soname}*
+%{_libdir}/libntrack.so.%{soname}*
 
 %files devel
 %defattr(-,root,root)
 %doc 

commit rdiff-backup for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package rdiff-backup for openSUSE:Factory 
checked in at 2013-08-24 10:14:19

Comparing /work/SRC/openSUSE:Factory/rdiff-backup (Old)
 and  /work/SRC/openSUSE:Factory/.rdiff-backup.new (New)


Package is rdiff-backup

Changes:

--- /work/SRC/openSUSE:Factory/rdiff-backup/rdiff-backup.changes
2012-02-21 12:24:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rdiff-backup.new/rdiff-backup.changes   
2013-08-24 10:14:20.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 15 10:37:23 UTC 2013 - h...@urpla.net
+
+- fix os.popen2 deprecation
+- add recommends for python-xattr and python-pylibacl
+
+---

New:

  rdiff-backup-fix-deprecations.diff



Other differences:
--
++ rdiff-backup.spec ++
--- /var/tmp/diff_new_pack.oHu0IV/_old  2013-08-24 10:14:22.0 +0200
+++ /var/tmp/diff_new_pack.oHu0IV/_new  2013-08-24 10:14:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rdiff-backup
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -24,6 +24,7 @@
 Release:0
 Url:http://www.nongnu.org/rdiff-backup/
 Source0:
http://savannah.nongnu.org/download/rdiff-backup/%{name}-%{version}.tar.bz2
+Patch0: rdiff-backup-fix-deprecations.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1210
 BuildRequires:  librsync-devel
@@ -31,6 +32,8 @@
 BuildRequires:  librsync
 %endif
 BuildRequires:  python-devel
+Recommends: python-xattr
+Recommends: python-pylibacl
 %py_requires
 
 %description
@@ -55,6 +58,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++ rdiff-backup-fix-deprecations.diff ++
Index: b/rdiff_backup/SetConnections.py
===
--- a/rdiff_backup/SetConnections.py
+++ b/rdiff_backup/SetConnections.py
@@ -25,7 +25,7 @@ the related connections.
 
 
 
-import os, sys
+import os, sys, shlex, subprocess
 from log import Log
 import Globals, connection, rpath
 
@@ -135,17 +135,15 @@ def init_connection(remote_cmd):
if not remote_cmd: return Globals.local_connection
 
Log(Executing  + remote_cmd, 4)
-   if os.name == nt:
-   import subprocess
-   try:
-   process = subprocess.Popen(remote_cmd, shell=False, 
bufsize=0,
-   
stdin=subprocess.PIPE, 
-   
stdout=subprocess.PIPE)
-   (stdin, stdout) = (process.stdin, process.stdout)
-   except OSError:
-   (stdin, stdout) = (None, None)
-   else:
-   stdin, stdout = os.popen2(remote_cmd)
+args = shlex.split(remote_cmd)
+try:
+process = subprocess.Popen(args, shell=False, bufsize=-1,
+   stdin=subprocess.PIPE,
+   stdout=subprocess.PIPE,
+   close_fds=True)
+(stdin, stdout) = (process.stdin, process.stdout)
+except OSError:
+(stdin, stdout) = (None, None)
conn_number = len(Globals.connections)
conn = connection.PipeConnection(stdout, stdin, conn_number)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ca-certificates for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2013-08-24 10:14:37

Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
 and  /work/SRC/openSUSE:Factory/.ca-certificates.new (New)


Package is ca-certificates

Changes:

--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2013-07-03 10:11:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes 
2013-08-24 10:14:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  5 11:24:04 UTC 2013 - lnus...@suse.de
+
+- don't remove symlinks to other locations in /etc/ssl/certs
+- use the trust binary instead of p11-kit to extract trust
+
+---

Old:

  ca-certificates-1_201307011044.tar.xz

New:

  ca-certificates-1_201308051322.tar.xz



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.gFmEYm/_old  2013-08-24 10:14:39.0 +0200
+++ /var/tmp/diff_new_pack.gFmEYm/_new  2013-08-24 10:14:39.0 +0200
@@ -29,7 +29,7 @@
 %define ssletcdir %{_sysconfdir}/ssl
 %define cabundle  /var/lib/ca-certificates/ca-bundle.pem
 %define sslcerts  %{ssletcdir}/certs
-Version:1_201307011044
+Version:1_201308051322
 Release:0
 Summary:Utilities for system wide CA certificate installation
 License:GPL-2.0+

++ ca-certificates-1_201307011044.tar.xz - 
ca-certificates-1_201308051322.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ca-certificates-1_201307011044/certbundle.run 
new/ca-certificates-1_201308051322/certbundle.run
--- old/ca-certificates-1_201307011044/certbundle.run   2013-07-01 
10:44:11.0 +0200
+++ new/ca-certificates-1_201308051322/certbundle.run   2013-08-05 
13:22:58.0 +0200
@@ -31,7 +31,7 @@
 # - gnutls: gnutls_x509_trust_list_add_system_trust()
 #
 EOF
-p11-kit extract --format=pem-bundle --purpose=server-auth --filter=ca-anchors 
$cafile.tmp
+trust extract --format=pem-bundle --purpose=server-auth --filter=ca-anchors 
$cafile.tmp
 cat $cafile.tmp  $cafile.new
 rm -f $cafile.tmp
 mv $cafile.new $cafile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ca-certificates-1_201307011044/etc_ssl.run 
new/ca-certificates-1_201308051322/etc_ssl.run
--- old/ca-certificates-1_201307011044/etc_ssl.run  2013-07-01 
10:44:11.0 +0200
+++ new/ca-certificates-1_201308051322/etc_ssl.run  2013-08-05 
13:22:58.0 +0200
@@ -84,7 +84,7 @@
help|h,
 ) or die $!\n;
 
-system(p11-kit, extract, --purpose=server-auth, --filter=ca-anchors, 
--format=pem-directory, -f, $pemdir) == 0 or die;
+system(trust, extract, --purpose=server-auth, --filter=ca-anchors, 
--format=pem-directory, -f, $pemdir) == 0 or die;
 
 for my $f ($pemdir/*.pem) {
addcert($f);
@@ -93,7 +93,7 @@
 # clean dangling symlinks
 for my $f ($etccertsdir/*.pem) {
unless (-l $f) {
-   print STDERR $f is wrong here *)\n;
+   print STDERR $f is in the wrong location *)\n;
$foundignored = 1;
next;
}
@@ -101,11 +101,12 @@
my $d = readlink($f);
unless ($d  startswith($d, $pemdir)) {
# don't warn about the symlinks we had in the distro 
before
-   unless (startswith($d, /usr/share/ca-certificates/)) {
-   print STDERR wrong symlink $f removed *)\n;
+   if (startswith($d, /usr/share/ca-certificates/)) {
+   unlink $f;
+   } else {
+   print STDERR $f is in the wrong location *)\n;
$foundignored = 1;
}
-   unlink $f
}
} else {
$removed{$f} = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ca-certificates-1_201307011044/java.run 
new/ca-certificates-1_201308051322/java.run
--- old/ca-certificates-1_201307011044/java.run 2013-07-01 10:44:11.0 
+0200
+++ new/ca-certificates-1_201308051322/java.run 2013-08-05 13:22:58.0 
+0200
@@ -19,6 +19,6 @@
 done
 
 [ -z $verbose ] || echo creating $cafile ...
-p11-kit extract --format=java-cacerts --purpose=server-auth 
--filter=ca-anchors --overwrite $cafile
+trust extract --format=java-cacerts --purpose=server-auth --filter=ca-anchors 
--overwrite $cafile
 
 # vim: syntax=sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit xfwp for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package xfwp for openSUSE:Factory checked in 
at 2013-08-24 10:16:11

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


Package is xfwp

Changes:

--- /work/SRC/openSUSE:Factory/xfwp/xfwp.changes2012-05-08 
12:05:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfwp.new/xfwp.changes   2013-08-24 
10:16:12.0 +0200
@@ -1,0 +2,15 @@
+Fri Aug 23 10:10:09 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + Remove Malloc wrapper and its MallocFailed helper.
+  + Replace many malloc(strlen)+strcpy calls with strdup calls.
+  + Remove unnecessary Realloc wrapper.
+  + Remove a bunch of unnecessary casts with malloc, free  memcpy
+calls.
+  + Fix typos.
+  + Add const attributes to fix gcc -Wwrite-strings warnings.
+  + Strip trailing whitespace.
+- Pass --disable-selective-werror to configure as we do not care
+  for warnings.
+
+---

Old:

  xfwp-1.0.2.tar.bz2

New:

  xfwp-1.0.3.tar.bz2



Other differences:
--
++ xfwp.spec ++
--- /var/tmp/diff_new_pack.o2Kyor/_old  2013-08-24 10:16:13.0 +0200
+++ /var/tmp/diff_new_pack.o2Kyor/_new  2013-08-24 10:16:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfwp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xfwp
-Version:1.0.2
-Release:1
-License:MIT
+Version:1.0.3
+Release:0
 Summary:X firewall proxy
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(ice)
@@ -43,7 +44,8 @@
 %setup -q
 
 %build
-%configure
+%configure \
+   --disable-selective-werror
 make %{?_smp_mflags}
 
 %install

++ xfwp-1.0.2.tar.bz2 - xfwp-1.0.3.tar.bz2 ++
 16548 lines of diff (skipped)

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



commit links for openSUSE:Factory

2013-08-24 Thread h_root
Hello community,

here is the log from the commit of package links for openSUSE:Factory checked 
in at 2013-08-24 10:15:35

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-07-30 
11:45:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.links.new/links.changes 2013-08-24 
10:15:36.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug 22 20:06:22 UTC 2013 - crrodrig...@opensuse.org
+
+- links-no-date-time.patch: Supress usage of __DATE__ and 
+  __TIME__ macros  build-compare should be happy now.
+
+---
+Thu Aug 22 19:40:59 UTC 2013 - crrodrig...@opensuse.org
+
+- version 2.7
+* support ipv6
+* Fix memory leak in ftp
+* support HTTPS proxy
+- Update spec file URL section.
+- Fix buildRequires, add support for lzma and bzip2, just use
+  pkgconfig(x11) instead of xorg-x11-devel
+
+---

Old:

  links-2.6.tar.bz2

New:

  links-2.7.tar.bz2
  links-no-date-time.patch



Other differences:
--
++ links.spec ++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:37.0 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:37.0 +0200
@@ -21,15 +21,19 @@
 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:  xorg-x11-devel
-Url:http://artax.karlin.mff.cuni.cz/~mikulas/links/
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(x11)
+
+Url:http://links.twibright.com/
 Provides:   web_browser
-Version:2.6
+Version:2.7
 Release:0
 Summary:Text-Based WWW Browser
 License:GPL-2.0+
@@ -38,6 +42,7 @@
 Patch2: configure.diff
 Patch3: links-nosslcomp.patch
 Patch4: links-sni.patch
+Patch5: links-no-date-time.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +62,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+
 %build
 autoreconf -ifv
 CFLAGS=$RPM_OPT_FLAGS -DOPENSSL_NO_SSL_INTERN -fno-strict-aliasing -pipe

++ configure.diff ++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:37.0 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:37.0 +0200
@@ -1,5 +1,5 @@
 links-2.6.orig/configure.in
-+++ links-2.6/configure.in
+--- links-2.7.orig/configure.in
 links-2.7/configure.in
 @@ -16,9 +16,11 @@ image_formats=GIF PNG XBM
  AM_CONFIG_HEADER(config.h)
  

++ links-2.6.tar.bz2 - links-2.7.tar.bz2 ++
 147172 lines of diff (skipped)

++ links-no-date-time.patch ++
--- links-2.7.orig/menu.c
+++ links-2.7/menu.c
@@ -75,7 +75,7 @@ static void menu_version(struct terminal
add_to_str(s, l, cast_uchar \n);
 
add_and_pad(s, l, term, *text_ptr++, maxlen);
-   add_to_str(s, l, cast_uchar(__DATE____TIME__));
+   /* add_to_str(s, l, cast_uchar(__DATE____TIME__)); */
add_to_str(s, l, cast_uchar \n);
 
add_and_pad(s, l, term, *text_ptr++, maxlen);
++ links-nosslcomp.patch ++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:40.0 +0200
+++ /var/tmp/diff_new_pack.Fwivat/_new  2013-08-24 10:15:40.0 +0200
@@ -1,5 +1,5 @@
 links-2.6.orig/https.c
-+++ links-2.6/https.c
+--- links-2.7.orig/https.c
 links-2.7/https.c
 @@ -44,7 +44,23 @@ SSL *getSSL(void)
if (!m) return NULL;
context = SSL_CTX_new((void *)m);
@@ -25,9 +25,9 @@
SSL_CTX_set_default_verify_paths(context);
  /* needed for systems without /dev/random, but obviously kills security. */
/*{
 links-2.6.orig/connect.c
-+++ links-2.6/connect.c
-@@ -184,9 +184,6 @@ static void ssl_want_read(struct connect
+--- links-2.7.orig/connect.c
 links-2.7/connect.c
+@@ -309,9 +309,6 @@ static void ssl_want_read(struct connect
  
set_timeout(c);
  
@@ -37,7 +37,7 @@
switch (SSL_get_error(c-ssl, SSL_connect(c-ssl))) {
case SSL_ERROR_NONE:
c-newconn = NULL;
-@@ -374,9 +371,6 @@ static void connected(struct connection
+@@ -560,9 +557,6 @@ static void connected(struct connection
goto ssl_error;
}
SSL_set_fd(c-ssl, *b-sock);

++ links-sni.patch ++
--- /var/tmp/diff_new_pack.Fwivat/_old  2013-08-24 10:15:40.0 +0200
+++