commit python3-testtools for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-testtools for 
openSUSE:Factory checked in at 2013-06-25 07:28:01

Comparing /work/SRC/openSUSE:Factory/python3-testtools (Old)
 and  /work/SRC/openSUSE:Factory/.python3-testtools.new (New)


Package is "python3-testtools"

Changes:

--- /work/SRC/openSUSE:Factory/python3-testtools/python3-testtools.changes  
2013-06-21 19:09:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-testtools.new/python3-testtools.changes 
2013-06-25 07:28:02.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 21 12:55:49 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+- Run testsuite
+- Update to version 0.9.32:
+  + Stacktrace filtering no longer hides unittest frames that are surrounded by
+user frames. We will reenable this when we figure out a better algorithm 
for
+retaining meaning. (Robert Collins, #1188420)
+  + The compatibility code for skipped tests with unittest2 was broken.
+(Robert Collins, #1190951)
+  + Various documentation improvements (Clint Byrum, Xiao Hanyu).
+- Changes from version 0.9.31:
+  + ExpectedException now accepts a msg parameter for describing an error,
+much the same as assertEquals etc. (Robert Collins)
+
+---

Old:

  testtools-0.9.30.tar.gz

New:

  testtools-0.9.32.tar.gz



Other differences:
--
++ python3-testtools.spec ++
--- /var/tmp/diff_new_pack.Q9zSJV/_old  2013-06-25 07:28:03.0 +0200
+++ /var/tmp/diff_new_pack.Q9zSJV/_new  2013-06-25 07:28:03.0 +0200
@@ -17,17 +17,21 @@
 
 
 Name:   python3-testtools
-Version:0.9.30
+Version:0.9.32
 Release:0
 Summary:Extensions to the Python Standard Library Unit Testing 
Framework
 License:MIT
 Group:  Development/Languages/Python
 Url:https://launchpad.net/testtools
 Source: 
https://pypi.python.org/packages/source/t/testtools/testtools-%{version}.tar.gz
-BuildRequires:  python-Sphinx
-BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+# Documentation requirements:
+BuildRequires:  python3-Sphinx
+# Test requirements:
+BuildRequires:  python3-extras
+BuildRequires:  python3-python-mimeparse
+Requires:   python3-extras
+Requires:   python3-python-mimeparse
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -42,18 +46,18 @@
 
 %build
 python3 setup.py build
-cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation
+python3 setup.py build_sphinx
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# There is a mistake in setup.cfg; test command has no catch option; disable 
it for instance
-#%check
-#python3 setup.py test
+%check
+python3 setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NEWS README.rst doc/_build/html
-%{python3_sitelib}/testtools*
+%doc LICENSE NEWS README.rst build/sphinx/html
+%{python3_sitelib}/testtools
+%{python3_sitelib}/testtools-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++ testtools-0.9.30.tar.gz -> testtools-0.9.32.tar.gz ++
 2139 lines of diff (skipped)

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



commit inkscape for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2013-06-25 07:25:21

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


Package is "inkscape"

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2012-12-19 
10:59:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2013-06-25 
07:25:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 24 10:19:35 UTC 2013 - cgiboude...@gmx.com
+
+- Add inkscape-gcc48-buildfix.patch: Fix build with GCC 4.8
+  (lp#1095364).
+
+---

New:

  inkscape-gcc48-buildfix.patch



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.tVQi2d/_old  2013-06-25 07:25:23.0 +0200
+++ /var/tmp/diff_new_pack.tVQi2d/_new  2013-06-25 07:25:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package inkscape
 #
-# 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
@@ -35,6 +35,8 @@
 Patch2: inkscape-return-on-exit.patch
 # PATCH-FIX-UPSTREAM inkscape-apply-invert-transform.patch bnc#779560 
lp#840625 malcolmle...@opensuse.org -- Apply invert transform to all image tags.
 Patch4: inkscape-apply-invert-transform.patch
+# PATCH-FIX-UPSTREAM inkscape-gcc48-buildfix.patch lp#1095364 nico...@yahoo.fr 
-- Fix build with GCC 4.8.
+Patch5: inkscape-gcc48-buildfix.patch
 BuildRequires:  boost-devel
 BuildRequires:  docbook-toys
 BuildRequires:  fdupes
@@ -158,6 +160,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p0
 
 %build
 RPM_OPT_FLAGS="%{optflags}"

++ inkscape-gcc48-buildfix.patch ++
=== modified file 'src/widgets/desktop-widget.h'
--- src/widgets/desktop-widget.h2011-06-06 06:43:00 +
+++ src/widgets/desktop-widget.h2013-01-05 14:34:09 +
@@ -239,7 +239,7 @@
 private:
 GtkWidget *tool_toolbox;
 GtkWidget *aux_toolbox;
-GtkWidget *commands_toolbox,;
+GtkWidget *commands_toolbox;
 GtkWidget *snap_toolbox;
 
 static void init(SPDesktopWidget *widget);

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



commit w3m for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package w3m for openSUSE:Factory checked in 
at 2013-06-25 06:59:53

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


Package is "w3m"

Changes:

--- /work/SRC/openSUSE:Factory/w3m/w3m.changes  2013-03-22 13:16:17.0 
+0100
+++ /work/SRC/openSUSE:Factory/.w3m.new/w3m.changes 2013-06-25 
06:59:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 06:46:21 UTC 2013 - crrodrig...@opensuse.org
+
+- attempting to download a large file will end in total fail 
+  on 32bit archs, use LFS_CFLAGS to fix that problem.
+
+---



Other differences:
--
++ w3m.spec ++
--- /var/tmp/diff_new_pack.GbDeyX/_old  2013-06-25 06:59:54.0 +0200
+++ /var/tmp/diff_new_pack.GbDeyX/_new  2013-06-25 06:59:54.0 +0200
@@ -106,7 +106,7 @@
 %patch -P 505 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -DUSE_BUFINFO -DOPENSSL_NO_SSL_INTERN 
-D_GNU_SOURCE -fno-strict-aliasing `ncursesw6-config --cflags`"
+export CFLAGS="$RPM_OPT_FLAGS -DUSE_BUFINFO -DOPENSSL_NO_SSL_INTERN 
-D_GNU_SOURCE $(getconf LFS_CFLAGS) -fno-strict-aliasing `ncursesw6-config 
--cflags`"
 export LDFLAGS="`ncursesw6-config --libs`"
 ./configure--bindir=/usr/bin \
 --with-termlib=ncursesw \

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



commit perl-Crypt-DES for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-DES for openSUSE:Factory 
checked in at 2013-06-25 06:59:34

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-DES (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-DES.new (New)


Package is "perl-Crypt-DES"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-DES/perl-Crypt-DES.changes
2011-11-21 12:38:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-DES.new/perl-Crypt-DES.changes   
2013-06-25 06:59:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 21 09:02:52 UTC 2013 - co...@suse.com
+
+- add svupgrade.patch from RT#82943
+
+---

New:

  svupgrade.patch



Other differences:
--
++ perl-Crypt-DES.spec ++
--- /var/tmp/diff_new_pack.2Lrtl6/_old  2013-06-25 06:59:36.0 +0200
+++ /var/tmp/diff_new_pack.2Lrtl6/_new  2013-06-25 06:59:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-DES
 #
-# Copyright (c) 2011 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,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Crypt-DES
 %define cpan_name Crypt-DES
 Summary:Perl DES encryption module
-Version:2.05
-Release:144
 License:Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:2.05
+Release:0
 Url:http://search.cpan.org/dist/Crypt-DES/
 #Source: 
http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
+Patch0: svupgrade.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -49,6 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"

++ svupgrade.patch ++
Description: update for SvUPGRADE()
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82943
Bug-Debian: http://bugs.debian.org/708468
Forwarded: not-needed
Author: Zefram 
Reviewed-by: gregor herrmann 
Last-Update: 2013-05-17

--- a/DES.xs
+++ b/DES.xs
@@ -64,8 +64,7 @@
output = sv_newmortal();
output_len = 8;
 
-   if (!SvUPGRADE(output, SVt_PV))
-   croak("cannot use output argument as lvalue");
+   (void) SvUPGRADE(output, SVt_PV);
 
perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, 
enc_flag);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-testtools for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-testtools for 
openSUSE:Factory checked in at 2013-06-25 06:59:39

Comparing /work/SRC/openSUSE:Factory/python-testtools (Old)
 and  /work/SRC/openSUSE:Factory/.python-testtools.new (New)


Package is "python-testtools"

Changes:

--- /work/SRC/openSUSE:Factory/python-testtools/python-testtools.changes
2013-05-07 07:34:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-testtools.new/python-testtools.changes   
2013-06-25 06:59:40.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 21 08:21:16 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+- Run testsuite
+- Update to version 0.9.32:
+  + Stacktrace filtering no longer hides unittest frames that are surrounded by
+user frames. We will reenable this when we figure out a better algorithm 
for
+retaining meaning. (Robert Collins, #1188420)
+  + The compatibility code for skipped tests with unittest2 was broken.
+(Robert Collins, #1190951)
+  + Various documentation improvements (Clint Byrum, Xiao Hanyu).
+- Changes from version 0.9.31:
+  + ExpectedException now accepts a msg parameter for describing an error,
+much the same as assertEquals etc. (Robert Collins)
+
+---

Old:

  python3-testtools.changes
  python3-testtools.spec
  testtools-0.9.30.tar.gz

New:

  testtools-0.9.32.tar.gz



Other differences:
--
++ python-testtools.spec ++
--- /var/tmp/diff_new_pack.6RHuzG/_old  2013-06-25 06:59:41.0 +0200
+++ /var/tmp/diff_new_pack.6RHuzG/_new  2013-06-25 06:59:41.0 +0200
@@ -17,16 +17,20 @@
 
 
 Name:   python-testtools
-Version:0.9.30
+Version:0.9.32
 Release:0
 Summary:Extensions to the Python Standard Library Unit Testing 
Framework
 License:MIT
 Group:  Development/Languages/Python
 Url:https://launchpad.net/testtools
 Source: 
https://pypi.python.org/packages/source/t/testtools/testtools-%{version}.tar.gz
-BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
+# Documentation requirements:
+BuildRequires:  python-Sphinx
+# Test requirements:
+BuildRequires:  python-extras
 BuildRequires:  python-python-mimeparse
+Requires:   python-extras
 Requires:   python-python-mimeparse
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -46,18 +50,18 @@
 
 %build
 python setup.py build
-cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation
+python setup.py build_sphinx
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# There is a mistake in setup.cfg; test command has no catch option; disable 
it for instance
-#%check
-#python setup.py test
+%check
+python setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NEWS README.rst doc/_build/html
-%{python_sitelib}/testtools*
+%doc LICENSE NEWS README.rst build/sphinx/html
+%{python_sitelib}/testtools
+%{python_sitelib}/testtools-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ testtools-0.9.30.tar.gz -> testtools-0.9.32.tar.gz ++
 2139 lines of diff (skipped)

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



commit python-logilab-astng for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-logilab-astng for 
openSUSE:Factory checked in at 2013-06-25 06:59:06

Comparing /work/SRC/openSUSE:Factory/python-logilab-astng (Old)
 and  /work/SRC/openSUSE:Factory/.python-logilab-astng.new (New)


Package is "python-logilab-astng"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-logilab-astng/python-logilab-astng.changes
2012-05-07 22:49:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-logilab-astng.new/python-logilab-astng.changes
   2013-06-25 06:59:07.0 +0200
@@ -1,0 +2,30 @@
+Wed Jun 19 14:26:57 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+
+---
+Fri May 31 09:26:07 UTC 2013 - dmuel...@suse.com
+
+- update to 0.24.3:
+   * #124360 [py3.3]: Don't crash on 'yield from' nodes
+   * #123062 [pylint-brain]: Use correct names for keywords for urlparse
+   * #123056 [pylint-brain]: Add missing methods for hashlib
+   * #123068: Fix inference for generator methods to correctly handle yields
+   * #123068: Make sure .as_string() returns valid code for yields in
+ expressions.
+   * #47957: Set literals are now correctly treated as inference leaves.
+   * #123074: Add support for inference of subscript operations on dict
+ literals.
+   * pylint-brain: more subprocess.Popen faking (see #46273)
+   * #109562 [jython]: java modules have no __doc__, causing crash
+   * #120646 [py3]: fix for python3.3 _ast changes which may cause crash
+   * #109988 [py3]: test fixes
+   * #106191: fix __future__ absolute import w/ From node
+   * #50395: fix function fromlineno when some decorator is splited on
+ multiple lines (patch by Mark Gius)
+   * #92362: fix pyreverse crash on relative import
+   * #104041: fix crash 'module object has no file_encoding attribute'
+   * #4294 (pylint-brain): bad inference on mechanize.Browser.open
+   * #46273 (pylint-brain): bad inference subprocess.Popen.communicate
+
+---

Old:

  logilab-astng-0.23.1.tar.gz
  python3-logilab-astng.changes
  python3-logilab-astng.spec

New:

  logilab-astng-0.24.3.tar.gz



Other differences:
--
++ python-logilab-astng.spec ++
--- /var/tmp/diff_new_pack.q6bzZI/_old  2013-06-25 06:59:08.0 +0200
+++ /var/tmp/diff_new_pack.q6bzZI/_new  2013-06-25 06:59:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-logilab-astng
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   python-logilab-astng
-Version:0.23.1
+Version:0.24.3
 Release:0
 Url:http://www.logilab.org/projects/astng
 Summary:Python Python Abstract Syntax Tree (New Generation)
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Source: logilab-astng-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/l/logilab-astng/logilab-astng-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version} > 1120

++ logilab-astng-0.23.1.tar.gz -> logilab-astng-0.24.3.tar.gz ++
 4319 lines of diff (skipped)

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



commit perl-Crypt-Blowfish for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-Blowfish for 
openSUSE:Factory checked in at 2013-06-25 06:59:30

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-Blowfish (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-Blowfish.new (New)


Package is "perl-Crypt-Blowfish"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-Blowfish/perl-Crypt-Blowfish.changes  
2011-11-21 12:37:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-Blowfish.new/perl-Crypt-Blowfish.changes 
2013-06-25 06:59:31.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 08:59:21 UTC 2013 - co...@suse.com
+
+- use source url
+- add svupgrade.patch from RT#83924
+
+---

New:

  svupgrade.patch



Other differences:
--
++ perl-Crypt-Blowfish.spec ++
--- /var/tmp/diff_new_pack.Sro05I/_old  2013-06-25 06:59:32.0 +0200
+++ /var/tmp/diff_new_pack.Sro05I/_new  2013-06-25 06:59:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-Blowfish
 #
-# Copyright (c) 2011 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
@@ -20,14 +20,15 @@
 
 Name:   perl-Crypt-Blowfish
 Version:2.12
-Release:15
-License:BSD-3-Clause
+Release:0
 %define cpan_name Crypt-Blowfish
 Summary:Perl Blowfish encryption module
+License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-Blowfish/
-#Source:
http://www.cpan.org/authors/id/D/DP/DPARIS/%{cpan_name}-%{version}.tar.gz
-Source: Crypt-Blowfish-2.12.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DP/DPARIS/%{cpan_name}-%{version}.tar.gz
+Patch0: 
http://patch-tracker.debian.org/patch/series/dl/libcrypt-blowfish-perl/2.12-2/svupgrade.patch
+Patch1: svupgrade.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -59,9 +61,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes COPYRIGHT README

++ svupgrade.patch ++
Description: SvUPGRADE usage change
 SvUPGRADE() can't be used as a truth-value expression in current perl. It
 never actually returned false, so there's no need for the conditional.
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=83924
Bug-Debian: http://bugs.debian.org/708467
Forwarded: not-needed
Author: zefram [...] fysh.org
Reviewed-by: gregor herrmann 
Last-Update: 2013-05-17

--- a/Blowfish.xs
+++ b/Blowfish.xs
@@ -63,8 +63,7 @@
output = sv_newmortal();
output_len = 8;
 
-   if (!SvUPGRADE(output, SVt_PV))
-   croak("cannot use output argument as lvalue");
+   (void) SvUPGRADE(output, SVt_PV);
 
/* blowfish_crypt_8bytes(input, SvGROW(output, 8), ks, dir); */
/* HP-UX (HP cc) fix below, thanks Addi! */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Config-General for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2013-06-25 06:59:22

Comparing /work/SRC/openSUSE:Factory/perl-Config-General (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-General.new (New)


Package is "perl-Config-General"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2013-06-05 17:49:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
2013-06-25 06:59:23.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 08:47:13 UTC 2013 - co...@suse.com
+
+- add 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch
+  to fix build with perl 5.18
+
+---

New:

  0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch



Other differences:
--
++ perl-Config-General.spec ++
--- /var/tmp/diff_new_pack.l4TTNQ/_old  2013-06-25 06:59:24.0 +0200
+++ /var/tmp/diff_new_pack.l4TTNQ/_new  2013-06-25 06:59:24.0 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-General/
 Source: 
http://www.cpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM RT#85132
+Patch0: 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -50,6 +52,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch ++
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85132
Bug-Debian: http://bugs.debian.org/709769

>From 1e66362a9a011022737b0b7a3214d666505461ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"D.=20Ilmari=20Manns=C3=A5ker"?=
 
Date: Wed, 8 May 2013 09:53:33 +0100
Subject: [PATCH] Fix deprecation warning in 5.18 about splitting (? in regex

---
 General/Interpolated.pm |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/General/Interpolated.pm b/General/Interpolated.pm
index df7f6e3..bb2d861 100644
--- a/General/Interpolated.pm
+++ b/General/Interpolated.pm
@@ -48,8 +48,7 @@ sub _set_regex {
 \$ # dollar sign
 (\{)?  # $2: optional opening curly
 ([a-zA-Z0-9_\-\.:\+,]+) # $3: capturing variable name (fix of 
#33447)
-(
-?(2)   # $4: if there's the opening curly...
+(?(2)  # $4: if there's the opening curly...
 \} # ... match closing curly
)
   }x;
-- 
1.7.9.5

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



commit perl-Config-Std for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Std for openSUSE:Factory 
checked in at 2013-06-25 06:59:26

Comparing /work/SRC/openSUSE:Factory/perl-Config-Std (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Std.new (New)


Package is "perl-Config-Std"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Std/perl-Config-Std.changes  
2011-12-21 17:00:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Std.new/perl-Config-Std.changes 
2013-06-25 06:59:27.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 08:52:22 UTC 2013 - co...@suse.com
+
+- disable test suite because the tests are broken with perl 5.18,
+  not the code itself (as far as I can say)
+
+---



Other differences:
--
++ perl-Config-Std.spec ++
--- /var/tmp/diff_new_pack.m3MrnQ/_old  2013-06-25 06:59:28.0 +0200
+++ /var/tmp/diff_new_pack.m3MrnQ/_new  2013-06-25 06:59:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Std
 #
-# Copyright (c) 2011 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
@@ -67,7 +67,8 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
-./Build test
+# MANUAL test suite breaks with hash randomization in perl 5.18
+#./Build test
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0

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



commit yast2-ldap-client for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory checked in at 2013-06-25 06:59:15

Comparing /work/SRC/openSUSE:Factory/yast2-ldap-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ldap-client.new (New)


Package is "yast2-ldap-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap-client/yast2-ldap-client.changes  
2013-01-08 09:30:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-client.new/yast2-ldap-client.changes 
2013-06-25 06:59:18.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 14 09:28:13 CEST 2013 - jsuch...@suse.cz
+
+- bring back fields for editing user and group search bases
+  (bnc#815506)
+- 2.24.1
+
+---
+Fri Apr 19 08:42:11 CEST 2013 - jsuch...@suse.cz
+
+- ensure nscd.conf changes are written before restarting the service
+  (bnc#804454)
+- 2.24.0
+
+---

Old:

  yast2-ldap-client-2.23.2.tar.bz2

New:

  yast2-ldap-client-2.24.1.tar.bz2



Other differences:
--
++ yast2-ldap-client.spec ++
--- /var/tmp/diff_new_pack.fsxwH7/_old  2013-06-25 06:59:19.0 +0200
+++ /var/tmp/diff_new_pack.fsxwH7/_new  2013-06-25 06:59:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap-client
-Version:2.23.2
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ldap-client-2.23.2.tar.bz2 -> yast2-ldap-client-2.24.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.23.2/Makefile.am 
new/yast2-ldap-client-2.24.1/Makefile.am
--- old/yast2-ldap-client-2.23.2/Makefile.am2012-10-19 15:39:42.0 
+0200
+++ new/yast2-ldap-client-2.24.1/Makefile.am2013-06-21 09:51:00.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi >/dev/null; \
+   cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
[ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.23.2/Makefile.am.common 
new/yast2-ldap-client-2.24.1/Makefile.am.common
--- old/yast2-ldap-client-2.23.2/Makefile.am.common 2012-10-19 
15:39:42.0 +0200
+++ new/yast2-ldap-client-2.24.1/Makefile.am.common 2013-06-21 
09:51:00.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(client_DATA)"; then \
+   @if test "$(filter %.ycp,client_DATA)"; then \
  if $(CHECK_SYNTAX); then \
TO_CHECK="$(filter %.ycp,$^)"; \
echo "Checking syntax of $${TO_CHECK}"; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.23.2/Makefile.in 
new/yast2-ldap-client-2.24.1/Makefile.in
--- old/yast2-ldap-client-2.23.2/Makefile.in2012-10-19 15:39:45.0 
+0200
+++ new/yast2-ldap-client-2.24.1/Makefile.in2013-06-21 09:51:04.0 
+0200
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+

commit perl-Spreadsheet-Read for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Spreadsheet-Read for 
openSUSE:Factory checked in at 2013-06-25 06:58:14

Comparing /work/SRC/openSUSE:Factory/perl-Spreadsheet-Read (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new (New)


Package is "perl-Spreadsheet-Read"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Spreadsheet-Read/perl-Spreadsheet-Read.changes  
2012-02-17 15:01:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new/perl-Spreadsheet-Read.changes
 2013-06-25 06:58:15.0 +0200
@@ -1,0 +2,22 @@
+Sat Jun 15 10:44:00 UTC 2013 - co...@suse.com
+
+- obsolete xsl2csv
+
+--
+Tue Jun  4 18:21:48 UTC 2013 - co...@suse.com
+
+- updated to 0.49
+* /dev/null cannot be used for tests on Windows
+* Improve documentation consistency (RT#80409)
+* Updated copyright to 2013
+* Force old(er) tar format (ustar) - assumes GNU tar on release box
+* Fix yml/json optional_features
+* Install utilities from example by default
+* Several minor changes (for maint)
+* Note that empty sheets are skipped when clip is true (RT#75277)
+* Allow undef as valid value for the options (Max Maischein)
+* Don't generate warnings when stripping whitespace and only
+  generating one of cells or rc. (Max Maschein)
+* Fix test warning under perl-5.17.x
+
+---

Old:

  Spreadsheet-Read-0.46.tgz

New:

  Spreadsheet-Read-0.49.tgz



Other differences:
--
++ perl-Spreadsheet-Read.spec ++
--- /var/tmp/diff_new_pack.bgrWgg/_old  2013-06-25 06:58:16.0 +0200
+++ /var/tmp/diff_new_pack.bgrWgg/_new  2013-06-25 06:58:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Spreadsheet-Read
 #
-# 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
@@ -19,7 +19,7 @@
 %bcond_with opt
 
 Name:   perl-Spreadsheet-Read
-Version:0.46
+Version:0.49
 Release:0
 %define cpan_name Spreadsheet-Read
 Summary:Read the data from a spreadsheet
@@ -29,6 +29,8 @@
 Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Obsoletes:  xls2csv < 1.07
+Provides:   xls2csv = 1.07
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Harness)
@@ -46,11 +48,8 @@
 BuildRequires:  perl(Text::CSV_PP) >= 1.23
 BuildRequires:  perl(Text::CSV_XS) >= 0.69
 %endif
-Requires:   perl(File::Temp)
 %{perl_requires}
 %if 0%{?suse_version} > 1010
-Recommends: perl(File::Temp) >= 0.22
-Recommends: perl(IO::Scalar)
 Recommends: perl(Spreadsheet::ParseExcel) >= 0.26
 Recommends: perl(Spreadsheet::ParseExcel::FmtDefault)
 Recommends: perl(Spreadsheet::ReadSXC) >= 0.2

++ Spreadsheet-Read-0.46.tgz -> Spreadsheet-Read-0.49.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spreadsheet-Read-0.46/Changes 
new/Spreadsheet-Read-0.49/Changes
--- old/Spreadsheet-Read-0.46/Changes   2012-02-14 08:48:36.0 +0100
+++ new/Spreadsheet-Read-0.49/Changes   2013-05-11 09:11:31.0 +0200
@@ -1,3 +1,21 @@
+0.49   - 11 May 2013, H.Merijn Brand
+* /dev/null cannot be used for tests on Windows
+
+0.48   - 14 Mar 2013, H.Merijn Brand
+* Improve documentation consistency (RT#80409)
+* Updated copyright to 2013
+* Force old(er) tar format (ustar) - assumes GNU tar on release box
+* Fix yml/json optional_features
+* Install utilities from example by default
+* Several minor changes (for maint)
+
+0.47   - 30 Jun 2012, H.Merijn Brand
+* Note that empty sheets are skipped when clip is true (RT#75277)
+* Allow undef as valid value for the options (Max Maischein)
+* Don't generate warnings when stripping whitespace and only
+  generating one of cells or rc. (Max Maschein)
+* Fix test warning under perl-5.17.x
+
 0.46   - 14 Feb 2012, H.Merijn Brand
 * Updated copyright to 2012
 * Support passing attributes to the underlying parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spreadsheet-Read-0.46/MANIFEST 
new/Spreadsheet-Read-0.49/MANIFEST
--- old/Spreadsheet-Read-0.46/MANIFEST  2012-02-14 08:53:37.0 +0100
+++ new/Spreadsheet-Read-0.49/MANIFEST  2013-05-25 10:31:48.0 +0200

commit python for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2013-06-25 06:57:35

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


Package is "python"

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2013-03-01 
08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2013-06-25 
06:57:39.0 +0200
@@ -1,0 +2,51 @@
+Thu May 30 16:40:16 UTC 2013 - jmate...@suse.com
+
+- python-2.7.4-aarch64.patch: add missing bits of aarch64 support
+- python-2.7.4-no-REUSEPORT.patch: disable test of
+  missing kernel functionality
+- drop unnecessary patch: python-2.7.1-distutils_test_path.patch
+- switch to xz archive
+
+---
+Tue May 28 08:42:49 UTC 2013 - speili...@suse.com
+
+- Update to version 2.7.5:
+  + bugfix-only release
+  + fixes several important regressions introduced in 2.7.4
+  + Issue #15535: Fixed regression in the pickling of named tuples by
+removing the __dict__ property introduced in 2.7.4.
+  + Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
+such as was shipped with Centos 5 and Mac OS X 10.4.
+  + Issue #17703: Fix a regression where an illegal use of Py_DECREF() after
+interpreter finalization can cause a crash.
+  + Issue #16447: Fixed potential segmentation fault when setting __name__ on a
+class.
+  + Issue #17610: Don't rely on non-standard behavior of the C qsort() 
function. 12 
+  See http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS for more
+- Drop upstreamed patches:
+  + python-2.7.3-fix-dbm-64bit-bigendian.patch
+  + python-test_structmembers.patch
+- Rebased other patches
+
+---
+Mon May 13 09:24:29 UTC 2013 - dmuel...@suse.com
+
+- add aarch64 to the list of 64-bit platforms 
+
+--
+Thu May  9 16:11:23 UTC 2013 - jmate...@suse.com
+
+- update to 2.7.4
+* bugfix-only release
+- drop upstreamed patches:
+pypirc-secure.diff
+python-2.7.3-multiprocessing-join.patch
+ctypes-libffi-aarch64.patch
+- drop python-2.7rc2-configure.patch as it doesn't seem necessary anymore
+
+---
+Fri Apr  5 13:33:27 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---
--- /work/SRC/openSUSE:Factory/python/python-doc.changes2012-05-21 
10:02:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-doc.changes   2013-06-25 
06:57:39.0 +0200
@@ -1,0 +2,25 @@
+Tue Jun  4 13:23:28 UTC 2013 - jmate...@suse.com
+
+- disable Source URLs for docs (the doc archives are regenerated
+  every day and autobuild detects this as "upstream file is different"
+  error)
+
+---
+Tue May 28 08:42:49 UTC 2013 - speili...@suse.com
+
+- Update to version 2.7.5
+
+---
+Thu May  9 16:14:17 UTC 2013 - jmate...@suse.com
+
+- update to 2.7.4
+- removed %docdir/python/README from package (conflict with python-base)
+- removed ACKS (is now part of Misc docs)
+
+---
+Fri Apr  5 13:33:29 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+- Fix installation so we don't create double sub-directories
+
+---
--- /work/SRC/openSUSE:Factory/python/python.changes2013-03-01 
08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python.changes   2013-06-25 
06:57:39.0 +0200
@@ -1,0 +2,33 @@
+Thu May 30 16:40:16 UTC 2013 - jmate...@suse.com
+
+- switch to xz archive
+
+---
+Tue May 28 08:42:49 UTC 2013 - speili...@suse.com
+
+- Update to version 2.7.5:
+  + bugfix-only release
+  + fixes several important regressions introduced in 2.7.4
+  + Issue #15535: Fixed regression in the pickling of named tuples by
+removing the __dict__ property introduced in 2.7.4.
+  + Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
+such as was shipped with Centos 5 and Mac OS X 10.4.
+  + Issue #17703: Fix a regression where an illegal use of Py_DECREF() after
+interpreter finalization can cause a crash.
+  + Issue #16447: Fixed potential segmentation fault when setting __name__ on a
+class.
+  + Issue #17610: Don't rely on non-standard behavior of the C qsort() 
function. 12 
+  See http://hg.py

commit perl-Test-TCP for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-TCP for openSUSE:Factory 
checked in at 2013-06-25 06:58:23

Comparing /work/SRC/openSUSE:Factory/perl-Test-TCP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-TCP.new (New)


Package is "perl-Test-TCP"

Changes:

New Changes file:

--- /dev/null   2013-06-24 17:57:59.600030256 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 
2013-06-25 06:58:23.0 +0200
@@ -0,0 +1,36 @@
+---
+Thu Jun  7 18:18:25 UTC 2012 - l...@linux-schulserver.de
+
+- update to 1.15:
+  + ${^CHILD_ERROR_NATIVE} is only available in perl > 5.8.9
+  + Fixed testing issue on AIX.
+https://rt.cpan.org/Public/Bug/Display.html?id=72779
+  + depend to Test::SharedFork 0.19 for better TB2 support
+  + change port number range from 1 .. 11000 to 
+5 .. 6 to respect IANA.
+https://rt.cpan.org/Ticket/Display.html?id=64012
+  + more diagnostic messages
+  + localize $@ in Test::TCP::DESTROY
+  + added Test::TCP->stop method
+  + added document in FAQ section
+  + new OO interface!
+  + allow forking in the client(lestrrat)
+- updated dependencies
+- small specfile cleanup
+
+---
+Wed Dec  1 06:55:45 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Sep 22 00:53:03 UTC 2010 - db...@novell.com
+
+- remove note calls in t/01_ and t/08_
+
+---
+Tue Sep 21 03:17:17 UTC 2010 - db...@novell.com
+
+- initial package 1.06
+  * created by cpanspec 1.78
+

New:

  Test-TCP-1.15.tar.bz2
  perl-Test-TCP.changes
  perl-Test-TCP.spec
  test-no-note.patch



Other differences:
--
++ perl-Test-TCP.spec ++
#
# spec file for package perl-Test-TCP
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   perl-Test-TCP
Version:1.15
Release:0
%define cpan_name Test-TCP
Summary:Testing TCP program
License:GPL-1.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Test-TCP/
Source: %{cpan_name}-%{version}.tar.bz2
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch0: test-no-note.patch
BuildRequires:  perl
BuildRequires:  perl >= 5.8.0
BuildRequires:  perl-macros
BuildRequires:  perl(IO::Socket::INET)
BuildRequires:  perl(Test::SharedFork) >= 0.19
Requires:   perl >= 5.8.0
Requires:   perl(IO::Socket::INET)
Requires:   perl(Test::SharedFork) >= 0.19
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Test::TCP is test utilities for TCP/IP program.

%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf %{buildroot}%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf %{buildroot}%perl_archlib
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes README

%changelog
++ test-no-note.patch ++
---
 t/01_simple.t |8 
 t/08_exit.t   |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Index: Test-TCP-1.06/t/01_simple.t
===
--- Test-TCP-1.06.orig/t/01_simple.t2010-08-15 09:21:39.0 -0400
+++ Test-TCP-1.06/t/01_simple.t 2010-09-21 20:57:13.772647840 -0400
@@ -15,24 +15,24 @@
 Proto=> 'tcp'
 ) or die "Cannot open client socket: $!";
 
-note "send 1";
+#note "send 1";
 print {$sock} "foo\n";
 my $res = <$sock>;
 is $res, "foo\n";
 
-note "send 2";
+#note "send 2";
 print {$sock} "bar\n";
 my $res2 = <$sock>;
 is $res2, "ba

commit util-linux for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2013-06-25 06:56:52

Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and  /work/SRC/openSUSE:Factory/.util-linux.new (New)


Package is "util-linux"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2013-06-14 
16:48:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2013-06-25 06:56:54.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 19 10:58:17 UTC 2013 - co...@suse.com
+
+- rely on systemd-rpm-macros instead of the full thing
+
+---



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.HMjkgG/_old  2013-06-25 06:56:55.0 +0200
+++ /var/tmp/diff_new_pack.HMjkgG/_new  2013-06-25 06:56:55.0 +0200
@@ -38,9 +38,9 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  utempter-devel
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(systemd)
 Version:2.23.1
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
@@ -795,7 +795,7 @@
 %dir %{_datadir}/getopt
 %attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
 %attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
-%{_datadir}/bash-completion/*
+%{_datadir}/bash-completion
 %ifnarch ia64
 #XXX: post our patches upstream
 #XXX: call fdupes on /usr/share/man

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



commit utempter for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package utempter for openSUSE:Factory 
checked in at 2013-06-25 06:56:31

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


Package is "utempter"

Changes:

--- /work/SRC/openSUSE:Factory/utempter/utempter.changes2013-06-20 
21:27:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.utempter.new/utempter.changes   2013-06-25 
06:56:32.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 07:17:10 UTC 2013 - meiss...@suse.com
+
+- remove gpg offline checking to avoid buildloops. will be
+  done by source service.
+
+---



Other differences:
--
++ utempter.spec ++
--- /var/tmp/diff_new_pack.fwfBue/_old  2013-06-25 06:56:33.0 +0200
+++ /var/tmp/diff_new_pack.fwfBue/_new  2013-06-25 06:56:33.0 +0200
@@ -35,9 +35,8 @@
 Source3:%name.keyring
 Patch0: utempter.eal3.diff
 Patch1: utempter-no-staticlib.patch
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
+# will be checked by source service
+#BuildRequires:  gpg-offline
 
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,9 +68,6 @@
 package contains the library used by applications.
 
 %prep
-%if 0%{?suse_version} > 1220
-%gpg_verify %{S:1}
-%endif
 %setup -q -n lib%name-%version
 %patch0 -p1
 %patch1 -p1



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



commit patchinfo.1780 for openSUSE:12.2:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1780 for 
openSUSE:12.2:Update checked in at 2013-06-24 14:45:52

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1780 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1780.new (New)


Package is "patchinfo.1780"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-1: CVE-2012-3291: openconnect: crafted 
greeting banners can cause a Denial of Service via a heap-based memory 
corruption
  
  security
  moderate
  robert_munteanu
  This openconnect update to version 3.20 includes several
security and bug fixes.
- fix bnc#767616
- fix for CVE-2012-3291
- make vpnc mandatory during build, following upstream changes
- package documentation in a -doc package
- Update to version 3.20
  * Cope with non-keepalive HTTP response on authentication success.
  * Fix progress callback with incorrect cbdata which caused KDE crash.
- Update to version 3.19
  * Enable native TPM support when built with GnuTLS.
  * Enable PKCS#11 token support when built with GnuTLS.
  * Eliminate all SSL library exposure through libopenconnect.
  * Parse split DNS information, provide $CISCO_SPLIT_DNS environment variable 
to vpnc-script.
  * Attempt to provide new-style MTU information to server (on Linux only, 
unless specified on command line).
  * Allow building against GnuTLS, including DTLS support.
  * Add --with-pkgconfigdir= option to configure for FreeBSD's benefit 
(fd#48743).
- Update to version 3.18
  * Fix autohate breakage with --disable-nls... hopefully.
  * Fix buffer overflow in banner handling.
- Update to version 3.17
  * Work around time() brokenness on Solaris.
  * Fix interface plumbing on Solaris 10.
  * Provide asprintf() function for (unpatched) Solaris 10.
  * Make vpnc-script mandatory, like it is for vpnc
  * Don't set Legacy IP address on tun device; let vpnc-script do it.
  * Detect OpenSSL even without pkg-config.
  * Stop building static library by default.
  * Invoke vpnc-script with "pre-init" reason to load tun module if necessary.
- Update to version 3.16
  * Fix build failure on Debian/kFreeBSD and Hurd.
  * Fix memory leak of deflated packets.
  * Fix memory leak of zlib state on CSTP reconnect.
  * Eliminate memcpy() calls on packets from DTLS and tunnel device.
  * Use I_LINK instead of I_PLINK on Solaris to plumb interface for Legacy IP.
  * Plumb interface for IPv6 on Solaris, instead of expecting vpnc-script to do 
it.
  * Refer to vpnc-script and help web pages in openconnect output.
  * Fix potential crash when processing libproxy results.
  * Be more conservative in detecting libproxy without pkg-config.

  update for openconnect

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



commit openconnect for openSUSE:12.2:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package openconnect for openSUSE:12.2:Update 
checked in at 2013-06-24 14:45:48

Comparing /work/SRC/openSUSE:12.2:Update/openconnect (Old)
 and  /work/SRC/openSUSE:12.2:Update/.openconnect.new (New)


Package is "openconnect"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit openconnect.1780 for openSUSE:12.2:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package openconnect.1780 for 
openSUSE:12.2:Update checked in at 2013-06-24 14:45:45

Comparing /work/SRC/openSUSE:12.2:Update/openconnect.1780 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.openconnect.1780.new (New)


Package is "openconnect.1780"

Changes:

New Changes file:

--- /dev/null   2013-06-21 10:50:32.496031756 +0200
+++ /work/SRC/openSUSE:12.2:Update/.openconnect.1780.new/openconnect.changes
2013-06-24 14:45:47.0 +0200
@@ -0,0 +1,165 @@
+---
+Fri Jun 14 14:57:19 UTC 2013 - robert.munte...@gmail.com
+
+- fix bnc#767616
+- fix for CVE-2012-3291
+- make vpnc mandatory during build, following upstream changes
+- package documentation in a -doc package
+
+- Update to version 3.20
+  * Cope with non-keepalive HTTP response on authentication success.
+  * Fix progress callback with incorrect cbdata which caused KDE crash.
+
+- Update to version 3.19
+  * Enable native TPM support when built with GnuTLS.
+  * Enable PKCS#11 token support when built with GnuTLS.
+  * Eliminate all SSL library exposure through libopenconnect.
+  * Parse split DNS information, provide $CISCO_SPLIT_DNS environment variable 
to vpnc-script.
+  * Attempt to provide new-style MTU information to server (on Linux only, 
unless specified on command line).
+  * Allow building against GnuTLS, including DTLS support.
+  * Add --with-pkgconfigdir= option to configure for FreeBSD's benefit 
(fd#48743).
+
+- Update to version 3.18
+  * Fix autohate breakage with --disable-nls... hopefully.
+  * Fix buffer overflow in banner handling.
+
+- Update to version 3.17
+  * Work around time() brokenness on Solaris.
+  * Fix interface plumbing on Solaris 10.
+  * Provide asprintf() function for (unpatched) Solaris 10.
+  * Make vpnc-script mandatory, like it is for vpnc
+  * Don't set Legacy IP address on tun device; let vpnc-script do it.
+  * Detect OpenSSL even without pkg-config.
+  * Stop building static library by default.
+  * Invoke vpnc-script with "pre-init" reason to load tun module if necessary.
+
+- Update to version 3.16
+  * Fix build failure on Debian/kFreeBSD and Hurd.
+  * Fix memory leak of deflated packets.
+  * Fix memory leak of zlib state on CSTP reconnect.
+  * Eliminate memcpy() calls on packets from DTLS and tunnel device.
+  * Use I_LINK instead of I_PLINK on Solaris to plumb interface for Legacy IP.
+  * Plumb interface for IPv6 on Solaris, instead of expecting vpnc-script to 
do it.
+  * Refer to vpnc-script and help web pages in openconnect output.
+  * Fix potential crash when processing libproxy results.
+  * Be more conservative in detecting libproxy without pkg-config.
+
+---
+Thu Jan  5 14:10:20 UTC 2012 - toddrme2...@gmail.com
+
+- Update to version 3.15
+  * Fix for reading multiple packets from Solaris tun device.
+  * Call bindtextdomain() to ensure that translations are found in install 
path.
+- Update to version 3.14
+  * Move executable to $prefix/sbin.
+  * Fix build issues on OSX, OpenIndiana, DragonFlyBSD, OpenBSD, FreeBSD & 
NetBSD.
+  * Fix non-portable (void *) arithmetic.
+  * Make more messages translatable.
+  * Attempt to make NLS support more portable (with fewer dependencies).
+- Update to version 3.13
+  * Add --cert-expire-warning option.
+  * Give visible warning when server dislikes client SSL certificate.
+  * Add localisation support.
+  * Fix build on Debian systems where dtls1_stop_timer() is not available.
+  * Fix libproxy detection.
+  * Enable a useful set of compiler warnings by default.
+  * Fix various minor compiler warnings.
+- Update to version 3.12
+  * Fix DTLS compatibility with ASA firmware 8.4.1(11) and above.
+  * Fix build failures on GNU Hurd, on systems with ancient OpenSSL, and on 
Debian.
+  * Add --pid-file option.
+  * Print SHA1 fingerprint with server certificate details.
+- spec file changes
+  * Package language files in a lang package
+  * Since the binary is in /usr/sbin, keep the manual as man8
+  * Package .a file in -devel package and have -devel package provide 
-devel-static
+
+---
+Thu Aug 25 10:24:05 UTC 2011 - toddrme2...@gmail.com
+
+- Simplified man file installation
+- Cleaned up spec file formatting
+
+---
+Mon Aug  8 14:28:45 UTC 2011 - toddrme2...@gmail.com
+
+- Changed manuals to man1
+
+---
+Sun Aug  7 23:05:10 UTC 2011 - toddrme2...@gmail.com
+
+- Removed %{?_smp_mflags}
+
+---
+Sun Aug  7 18:40:53 UTC 2011 - toddrme2...@gmail.com
+
+- Removed 

commit patchinfo.1790 for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1790 for 
openSUSE:12.3:Update checked in at 2013-06-24 14:37:04

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1790 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1790.new (New)


Package is "patchinfo.1790"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  neilbrown
  recommended
  important
  mdadm: Two fixes
  This update fixes the following issues with mdadm:
- bnc#793954: 
  + avoid some races during array assembled- particularly at boot
  + make sure systemd-udev-trigger runs before boot.md to avoid races
- bnc#821366: mdmon@.service - allow mdmon to be started by systemd, so systemd 
doesn't kill it
  raid1 array sometimes started with one of 
two disks at boot (again)
  mdmon doesn't start during boot although 
RAID 1 is present

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



commit xorg-x11-Xvnc for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-Xvnc for 
openSUSE:12.3:Update checked in at 2013-06-24 11:55:10

Comparing /work/SRC/openSUSE:12.3:Update/xorg-x11-Xvnc (Old)
 and  /work/SRC/openSUSE:12.3:Update/.xorg-x11-Xvnc.new (New)


Package is "xorg-x11-Xvnc"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit xorg-x11-Xvnc.1778 for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-Xvnc.1778 for 
openSUSE:12.3:Update checked in at 2013-06-24 11:55:03

Comparing /work/SRC/openSUSE:12.3:Update/xorg-x11-Xvnc.1778 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.xorg-x11-Xvnc.1778.new (New)


Package is "xorg-x11-Xvnc.1778"

Changes:

New Changes file:

--- /dev/null   2013-06-21 10:50:32.496031756 +0200
+++ 
/work/SRC/openSUSE:12.3:Update/.xorg-x11-Xvnc.1778.new/xorg-x11-Xvnc.changes
2013-06-24 11:55:04.0 +0200
@@ -0,0 +1,79 @@
+---
+Mon Jun 10 16:40:16 UTC 2013 - m...@suse.com
+
+- N_tigervnc_enable-glx.patch
+  * Build with GLX extension. (bnc#823625)
+
+---
+Thu Jan 10 10:49:09 UTC 2013 - sndir...@suse.com
+
+- this seperate xorg-x11-Xvnc source package (tigervnc) now
+  replaces the previous xf4vnc in xorg-x11-server source package
+  (disabled there now)
+
+---
+Fri Dec  7 15:48:16 UTC 2012 - m...@novell.com
+
+- N_tigervnc_keyboard-layout-handling.patch
+  * Use keyboard handling from tightvnc. 
+
+---
+Wed Dec  5 17:32:29 UTC 2012 - m...@novell.com
+
+- Update TigerVNC to 1.2.80 and xserver to 1.13.0. 
+
+---
+Wed Feb  9 15:07:34 UTC 2011 - sndir...@novell.com
+
+- added jpeg-devel to BuildRequires 
+
+---
+Wed Feb  9 14:00:16 UTC 2011 - sndir...@novell.com
+
+- use system jpeg for building
+- fixed xkb path
+- added more reasonable options for Xvfb building
+
+---
+Wed Feb  9 08:57:06 UTC 2011 - sndir...@novell.com
+
+- added Reinhard's xdmcp fix (bnc #625593) 
+
+---
+Wed Feb  9 08:50:10 UTC 2011 - sndir...@novell.com
+
+- TigerVNC build
+  * fix fontpatch
+  * cleanup 
+
+---
+Wed Feb  9 04:41:24 UTC 2011 - sndir...@novell.com
+
+- build Xvnc of TigerVNC project when %tigervnc is set; make this
+  the default for now
+
+---
+Tue Feb  8 17:00:32 UTC 2011 - sndir...@novell.com
+
+- latest version of Perl script
+
+---
+Thu Feb  3 17:41:02 UTC 2011 - sndir...@novell.com
+
+- renamed package from xorg-x11-Xvnc-ng to xorg-x11-Xvnc
+
+---
+Thu Feb  3 17:26:04 UTC 2011 - sndir...@novell.com
+
+- rewritten wrapper script in Perl 
+
+---
+Wed Jan 26 10:07:10 UTC 2011 - sndir...@novell.com
+
+- added services file for SuSEfirewall2 
+
+---
+Wed Jan 26 00:43:01 UTC 2011 - sndir...@novell.com
+
+- created package 
+

New:

  N_tigervnc_enable-glx.patch
  N_tigervnc_keyboard-layout-handling.patch
  Xvnc.pl
  tigervnc-1.2.80-20120905svn4996.tar.bz2
  tigervnc-1.2.80-fix-int-to-pointer.patch
  xorg-server-1.13.0.tar.bz2
  xorg-server-xdmcp.patch
  xorg-x11-Xvnc.changes
  xorg-x11-Xvnc.spec



Other differences:
--
++ xorg-x11-Xvnc.spec ++
#
# spec file for package xorg-x11-Xvnc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define tigervnc 1

Name:   xorg-x11-Xvnc
%if %tigervnc
Version:7.6_1.0.1
Release:0
%else
Version:7.6_0.1
Release:0
%endif
%if %tigervnc
%else
#License:MIT License (or similar)
%endif
%if %tigervnc
BuildRequires:  Mesa-devel
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  cmake
BuildRequires:  fltk-devel
BuildRequires:  font-util
BuildRequires:  gcc-c++
BuildRequires:  libXfont-devel
BuildRequires:  libjpeg-devel
BuildRequires:  libopenssl-devel
BuildRequires:  

commit patchinfo.1778 for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1778 for 
openSUSE:12.3:Update checked in at 2013-06-24 11:55:16

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1778 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1778.new (New)


Package is "patchinfo.1778"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  michalsrb
  recommended
  low
  xorg-x11-Xvnc: Build with GLX extension
  This update fixes the following issue with xorg-x11-Xvnc:
- bnc#823625: Build with GLX extension.
  Xvnc missing GLX support

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



commit logwatch.1788 for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package logwatch.1788 for 
openSUSE:12.3:Update checked in at 2013-06-24 11:52:01

Comparing /work/SRC/openSUSE:12.3:Update/logwatch.1788 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.logwatch.1788.new (New)


Package is "logwatch.1788"

Changes:

New Changes file:

--- /dev/null   2013-06-21 10:50:32.496031756 +0200
+++ /work/SRC/openSUSE:12.3:Update/.logwatch.1788.new/logwatch.changes  
2013-06-24 11:52:03.0 +0200
@@ -0,0 +1,104 @@
+---
+Mon Jun 17 12:53:01 CEST 2013 - p...@suse.de
+
+- Add patch from redhat to parse rsyslog timestamps (bnc#818842).
+  + added logwatch-parse_rsyslog_timestamps.patch
+
+---
+Tue Dec 18 12:04:36 UTC 2012 - robert.munte...@gmail.com
+
+- Added logwatch-dmeventd-reduce_frequency.patch to reduce false
+  positives from dmeventd when a long logwatch run is in progress 
+
+---
+Mon Oct 17 13:08:25 CEST 2011 - p...@suse.de
+
+- Update to 7.4.0 which is the official release with the fix for
+  CVE-2011-1018.
+- Fix cron.d file to state the user to run dmeventd as (bnc#724164).
+- Fix file list for 7.4.0.
+
+---
+Sun Feb 27 22:39:50 CET 2011 - jsl...@suse.de
+
+- Fix CVE-2011-1018 patch (missing parenthesis)
+
+---
+Fri Feb 25 12:36:14 CET 2011 - p...@suse.de
+
+- Add patch to fix the handling of special characters in log files
+  (CVE-2011-1018, bnc#674984).
+- Make files in Logwatch_Dmeventd_Setup_Files tarball 644 and
+  repack with bzip2.
+
+---
+Tue Feb  1 12:24:42 CET 2011 - p...@suse.de
+
+- Fix Requires for SLE10.
+
+---
+Mon May 10 10:22:41 UTC 2010 - p...@novell.com
+
+- Require perl-Date-Manip (bnc#603959).
+
+---
+Tue Dec  1 16:20:57 CET 2009 - p...@suse.de
+
+- --print was set by default and in that case redirection to file
+  never happened (bnc#450413).
+
+---
+Sun Aug 30 20:06:21 CEST 2009 - co...@novell.com
+
+- use %patch0 for Patch0
+
+---
+Mon Jan 19 14:44:28 CET 2009 - p...@suse.de
+
+- Log timestamp of dmeventd in /var/lib/logwatch not
+  /etc/logwatch/scripts/services.
+- Add /var/lib/logwatch to file list (bnc#467272)
+
+---
+Fri Jan 16 13:18:48 CET 2009 - p...@suse.de
+
+- Fix a few typos in logwatch.conf
+
+---
+Tue Jan 13 12:15:35 CET 2009 - p...@suse.de
+
+- Call sendmail with full path (bnc#465127).
+
+---
+Mon Oct 13 16:47:05 CEST 2008 - p...@suse.de
+
+- Add files to let logwatch capture DM events (fate#304214, bnc#434254)
+
+---
+Tue Apr  8 09:33:47 CEST 2008 - crrodrig...@suse.de
+
+- logwatch does not watch anything without cron 
+
+---
+Mon Nov 12 14:47:17 CET 2007 - p...@suse.de
+
+- Patch iptables.conf to also monitor the SUSE firewall logs (#334167)
+- Update to 7.3.6:
+   - Fixed bug with --mailto not working with printing now enabled by default
+   - Fixed problem with the Samba filter
+   - New services bfd, zz-runtime, evtsystem, evtsecurity, and evtapplication.
+   - Default behavior is now to print output which means you will see the
+ report if you run it from the command-line and when run from cron it will
+ be emailed to you by the cron daemon.  You can change this through config
+ or command-line options.
+   - Substantial Postfix improvements and other minor changes and fixes
+   - Numerous other filter improvements
+   - Added dpkg, pix, denyhosts, and php services
+
+---
+Thu Nov 23 15:02:31 CET 2006 - m...@suse.de
+
+- check into autobuild
+- update to 7.3.1
+- FATE #300526
+

New:

  Logwatch_Dmeventd_Setup_Files.tar.xz
  logwatch-7.4.0.tar.bz2
  logwatch-dmeventd-reduce_frequency.patch
  logwatch-firewall.patch
  logwatch-parse_rsyslog_timestamps.patch
  logwatch-rpmlintrc
  logwatch-timestamp_in_var.patch
  logwatch.changes
  logwatch.spec



Other differences:
--
++ logwatch.spec ++
#
# spec file for 

commit logwatch for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package logwatch for openSUSE:12.3:Update 
checked in at 2013-06-24 11:52:07

Comparing /work/SRC/openSUSE:12.3:Update/logwatch (Old)
 and  /work/SRC/openSUSE:12.3:Update/.logwatch.new (New)


Package is "logwatch"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit patchinfo.1788 for openSUSE:12.3:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1788 for 
openSUSE:12.3:Update checked in at 2013-06-24 11:52:08

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1788 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1788.new (New)


Package is "patchinfo.1788"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  psmt
  recommended
  moderate
  logwatch: understand newer rsyslog-timestamps
  This udpate fixes the following issue with logwatch:
- bnc#818842: Parse rsyslog-timestamps
  Logwatch doesn't report details from 
/var/log/messages

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



commit patchinfo.1787 for openSUSE:12.2:Update

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1787 for 
openSUSE:12.2:Update checked in at 2013-06-24 11:50:46

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1787 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1787.new (New)


Package is "patchinfo.1787"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  pgajdos
  recommended
  low
  dosfstools: fix dosfslabel crash
  This update fixes fixes the following issue with dosfstools:
- bnc#824025: dosfslabel was crashing when allocating new rootdir 
entry.
  dosfslabel from dosfstools crashes with 
buffer overflow

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



commit python3-atspi for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-atspi for openSUSE:Factory 
checked in at 2013-06-24 11:38:03

Comparing /work/SRC/openSUSE:Factory/python3-atspi (Old)
 and  /work/SRC/openSUSE:Factory/.python3-atspi.new (New)


Package is "python3-atspi"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit python3-qt4 for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-qt4 for openSUSE:Factory 
checked in at 2013-06-24 11:37:22

Comparing /work/SRC/openSUSE:Factory/python3-qt4 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-qt4.new (New)


Package is "python3-qt4"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit python-versiontools for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-versiontools for 
openSUSE:Factory checked in at 2013-06-24 11:04:39

Comparing /work/SRC/openSUSE:Factory/python-versiontools (Old)
 and  /work/SRC/openSUSE:Factory/.python-versiontools.new (New)


Package is "python-versiontools"

Changes:


Old:

  python3-versiontools.changes
  python3-versiontools.spec



Other differences:
--
++ python-versiontools.spec ++
--- /var/tmp/diff_new_pack.SLeF1p/_old  2013-06-24 11:04:40.0 +0200
+++ /var/tmp/diff_new_pack.SLeF1p/_new  2013-06-24 11:04:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-versiontools
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-versiontools
 Version:1.9.1
 Release:0

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



commit python-unittest-xml-reporting for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-unittest-xml-reporting for 
openSUSE:Factory checked in at 2013-06-24 11:04:33

Comparing /work/SRC/openSUSE:Factory/python-unittest-xml-reporting (Old)
 and  /work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new (New)


Package is "python-unittest-xml-reporting"

Changes:


Old:

  python3-unittest-xml-reporting.changes
  python3-unittest-xml-reporting.spec



Other differences:
--
++ python-unittest-xml-reporting.spec ++
--- /var/tmp/diff_new_pack.dI8SbH/_old  2013-06-24 11:04:34.0 +0200
+++ /var/tmp/diff_new_pack.dI8SbH/_new  2013-06-24 11:04:34.0 +0200
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-unittest-xml-reporting
 Version:1.4.3
 Release:0

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



commit python-zope-proxy for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-zope-proxy for 
openSUSE:Factory checked in at 2013-06-24 11:05:14

Comparing /work/SRC/openSUSE:Factory/python-zope-proxy (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope-proxy.new (New)


Package is "python-zope-proxy"

Changes:


Old:

  python3-zope-proxy.changes
  python3-zope-proxy.spec



Other differences:
--
++ python-zope-proxy.spec ++
--- /var/tmp/diff_new_pack.MTnqTP/_old  2013-06-24 11:05:15.0 +0200
+++ /var/tmp/diff_new_pack.MTnqTP/_new  2013-06-24 11:05:15.0 +0200
@@ -20,15 +20,16 @@
 
 Name:   python-zope-proxy
 Version:4.1.1
-Release:1
+Release:0
 Summary:Generic Transparent Proxies
-Url:http://pypi.python.org/pypi/zope.proxy
 License:ZPL-2.1
 Group:  Development/Libraries/Python
+Url:http://pypi.python.org/pypi/zope.proxy
 Source: %{modname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 
 %description
 Proxies are special objects which serve as mostly-transparent wrappers

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



commit python-transaction for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-transaction for 
openSUSE:Factory checked in at 2013-06-24 11:04:19

Comparing /work/SRC/openSUSE:Factory/python-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python-transaction.new (New)


Package is "python-transaction"

Changes:


Old:

  python3-transaction.changes
  python3-transaction.spec



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



commit python-virtkey for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-virtkey for openSUSE:Factory 
checked in at 2013-06-24 11:04:42

Comparing /work/SRC/openSUSE:Factory/python-virtkey (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtkey.new (New)


Package is "python-virtkey"

Changes:


Old:

  python3-virtkey.changes
  python3-virtkey.spec



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



commit python-tornado for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2013-06-24 11:04:16

Comparing /work/SRC/openSUSE:Factory/python-tornado (Old)
 and  /work/SRC/openSUSE:Factory/.python-tornado.new (New)


Package is "python-tornado"

Changes:


Old:

  python3-tornado.changes
  python3-tornado.spec



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.Jdyqw7/_old  2013-06-24 11:04:17.0 +0200
+++ /var/tmp/diff_new_pack.Jdyqw7/_new  2013-06-24 11:04:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# 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
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-tornado
 Version:3.0.1
 Release:0

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



commit python-zope.event for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-zope.event for 
openSUSE:Factory checked in at 2013-06-24 11:05:08

Comparing /work/SRC/openSUSE:Factory/python-zope.event (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.event.new (New)


Package is "python-zope.event"

Changes:


Old:

  python3-zope.event.changes
  python3-zope.event.spec



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



commit python-urwid for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-urwid for openSUSE:Factory 
checked in at 2013-06-24 11:04:36

Comparing /work/SRC/openSUSE:Factory/python-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python-urwid.new (New)


Package is "python-urwid"

Changes:


Old:

  python3-urwid.changes
  python3-urwid.spec



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



commit python-xlrd for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2013-06-24 11:05:05

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new (New)


Package is "python-xlrd"

Changes:


Old:

  python3-xlrd.changes
  python3-xlrd.spec



Other differences:
--

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



commit python-xdg for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-xdg for openSUSE:Factory 
checked in at 2013-06-24 11:04:58

Comparing /work/SRC/openSUSE:Factory/python-xdg (Old)
 and  /work/SRC/openSUSE:Factory/.python-xdg.new (New)


Package is "python-xdg"

Changes:


Old:

  python3-xdg.changes
  python3-xdg.spec



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



commit python-zope.interface for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-zope.interface for 
openSUSE:Factory checked in at 2013-06-24 11:05:11

Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.interface.new (New)


Package is "python-zope.interface"

Changes:


Old:

  python3-zope.interface.changes
  python3-zope.interface.spec



Other differences:
--
++ python-zope.interface.spec ++
--- /var/tmp/diff_new_pack.4pHcXL/_old  2013-06-24 11:05:12.0 +0200
+++ /var/tmp/diff_new_pack.4pHcXL/_new  2013-06-24 11:05:12.0 +0200
@@ -25,9 +25,9 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires: fdupes
 Provides:   python-zopeinterface = %{version}
 Obsoletes:  python-zopeinterface < %{version}
 Provides:   python-zope-interface = %{version}

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



commit python-sip for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-06-24 11:04:11

Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and  /work/SRC/openSUSE:Factory/.python-sip.new (New)


Package is "python-sip"

Changes:


Old:

  python3-sip.changes
  python3-sip.spec



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



commit python-unittest2 for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-unittest2 for 
openSUSE:Factory checked in at 2013-06-24 11:04:23

Comparing /work/SRC/openSUSE:Factory/python-unittest2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-unittest2.new (New)


Package is "python-unittest2"

Changes:


Old:

  python3-unittest2.changes
  python3-unittest2.spec



Other differences:
--
++ python-unittest2.spec ++
--- /var/tmp/diff_new_pack.wtrzgf/_old  2013-06-24 11:04:24.0 +0200
+++ /var/tmp/diff_new_pack.wtrzgf/_new  2013-06-24 11:04:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-unittest2
 #
-# 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
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   python-unittest2
 Version:0.5.1
-Release:1
+Release:0
 Url:http://pypi.python.org/pypi/unittest2
 Summary:The new features in unittest for Python 2.7 backported to 
Python 2.3+
 License:BSD-3-Clause

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



commit python3-nose-doc for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-nose-doc for 
openSUSE:Factory checked in at 2013-06-24 10:59:18

Comparing /work/SRC/openSUSE:Factory/python3-nose-doc (Old)
 and  /work/SRC/openSUSE:Factory/.python3-nose-doc.new (New)


Package is "python3-nose-doc"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit yast2-installation for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-06-24 09:47:04

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new (New)


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-05-14 07:11:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-06-24 09:47:07.0 +0200
@@ -1,0 +2,35 @@
+Fri Jun 21 16:55:50 CEST 2013 - jsuch...@suse.cz
+
+- only show desktops for which their defined patterns are known
+  (needed when desktop defined in control file is only available
+  via some optional installation source - fate#315061)
+- 2.24.7
+
+---
+Wed Jun 19 11:42:59 CEST 2013 - aschn...@suse.de
+
+- make check for sshd more robust (bnc#825160)
+- 2.24.6
+
+---
+Thu Jun  6 08:29:44 UTC 2013 - mfi...@suse.com
+
+- bnc#774301
+- fixed udev events handling in kernel_finish 
+- 2.24.5
+
+---
+Wed Jun  5 13:02:06 UTC 2013 - lsle...@suse.cz
+
+- use WFM::ClientExists() call instead of checking *.ycp file
+  presence (works also with non-YCP clients and checks also e.g.
+  /y2update/clients path)
+
+---
+Mon May 27 15:27:12 CEST 2013 - loci...@suse.com
+
+- Using unique IDs while calling rpmcopy_secondstage to prevent
+  from disabling this step in AutoYaST or Upgrade while it should
+  be disabled only in Installation (bnc#813072).
+
+---

Old:

  yast2-installation-2.24.4.tar.bz2

New:

  yast2-installation-2.24.7.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.a5ZDC4/_old  2013-06-24 09:47:08.0 +0200
+++ /var/tmp/diff_new_pack.a5ZDC4/_new  2013-06-24 09:47:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.24.4
+Version:2.24.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-2.24.4.tar.bz2 -> yast2-installation-2.24.7.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.24.4/VERSION 
new/yast2-installation-2.24.7/VERSION
--- old/yast2-installation-2.24.4/VERSION   2013-05-13 10:35:26.0 
+0200
+++ new/yast2-installation-2.24.7/VERSION   2013-06-21 21:15:54.0 
+0200
@@ -1 +1 @@
-2.24.4
+2.24.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.24.4/configure 
new/yast2-installation-2.24.7/configure
--- old/yast2-installation-2.24.4/configure 2013-05-13 15:57:03.0 
+0200
+++ new/yast2-installation-2.24.7/configure 2013-06-21 21:16:05.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-installation 2.24.4.
+# Generated by GNU Autoconf 2.69 for yast2-installation 2.24.7.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='2.24.4'
-PACKAGE_STRING='yast2-installation 2.24.4'
+PACKAGE_VERSION='2.24.7'
+PACKAGE_STRING='yast2-installation 2.24.7'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1258,7 +1258,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-installation 2.24.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 2.24.7 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1330,7 +1330,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-installation 2.24.4:";;
+ short | recursive ) echo "Configuration of yast2-installation 2.24.7:";;
esac
   cat <<\_ACEOF
 
@@ -1410,7 +1410,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-installation configure 2.24.4
+yast2-installation configure 2.24.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1427,7 +1427,7 @@
 This file contains any messages produced by compilers while
 r

commit systemd for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-06-24 09:46:00

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-06-20 
17:05:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-06-24 09:46:02.0 +0200
@@ -2 +2,8 @@
-Wed Jun 19 08:44:52 UTC 2013 - mhruse...@suse.com
+Fri Jun 21 12:40:27 UTC 2013 - rmila...@suse.com
+
+- Automatically online CPUs/Memory on CPU/Memory hotplug add events
+  (bnc#703100, fate#311831).
+  add: 1008-physical-hotplug-cpu-and-memory.patch 
+
+---
+Wed Jun 19 08:44:06 UTC 2013 - mhruse...@suse.com
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-06-20 
17:05:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-06-24 
09:46:02.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 21 12:40:27 UTC 2013 - rmila...@suse.com
+
+- Automatically online CPUs/Memory on CPU/Memory hotplug add events
+  (bnc#703100, fate#311831).
+  add: 1008-physical-hotplug-cpu-and-memory.patch 
+
+---

New:

  1008-physical-hotplug-cpu-and-memory.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.UFGCVz/_old  2013-06-24 09:46:03.0 +0200
+++ /var/tmp/diff_new_pack.UFGCVz/_new  2013-06-24 09:46:03.0 +0200
@@ -198,6 +198,8 @@
 Patch1006:  1006-udev-always-rename-network.patch
 # PATCH-FIX-OPENSUSE 1007-add-msft-compability-rules.patch
 Patch1007:  1007-add-msft-compability-rules.patch
+# PATCH-FIX-OPENSUSE 1008-physical-hotplug-cpu-and-memory.patch
+Patch1008:  1008-physical-hotplug-cpu-and-memory.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -431,6 +433,7 @@
 # don't apply when bootstrapping to not modify Makefile.am
 %if ! 0%{?bootstrap}
 %patch1007 -p1
+%patch1008 -p1
 %endif
 
 %build

++ systemd.spec ++
--- /var/tmp/diff_new_pack.UFGCVz/_old  2013-06-24 09:46:03.0 +0200
+++ /var/tmp/diff_new_pack.UFGCVz/_new  2013-06-24 09:46:03.0 +0200
@@ -193,6 +193,8 @@
 Patch1006:  1006-udev-always-rename-network.patch
 # PATCH-FIX-OPENSUSE 1007-add-msft-compability-rules.patch
 Patch1007:  1007-add-msft-compability-rules.patch
+# PATCH-FIX-OPENSUSE 1008-physical-hotplug-cpu-and-memory.patch
+Patch1008:  1008-physical-hotplug-cpu-and-memory.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -426,6 +428,7 @@
 # don't apply when bootstrapping to not modify Makefile.am
 %if ! 0%{?bootstrap}
 %patch1007 -p1
+%patch1008 -p1
 %endif
 
 %build

++ 1008-physical-hotplug-cpu-and-memory.patch ++
Index: systemd-204/Makefile.am
===
--- systemd-204.orig/Makefile.am
+++ systemd-204/Makefile.am
@@ -2242,6 +2242,10 @@ dist_udevrules_DATA += \
rules/61-msft.rules
 
 # 
--
+dist_udevrules_DATA += \
+   rules/80-hotplug-cpu-mem.rules
+
+# 
--
 if ENABLE_GUDEV
 if ENABLE_GTK_DOC
 SUBDIRS += \
Index: systemd-204/rules/80-hotplug-cpu-mem.rules
===
--- /dev/null
+++ systemd-204/rules/80-hotplug-cpu-mem.rules
@@ -0,0 +1,9 @@
+# do not edit this file, it will be overwritten on update
+
+# Hotplug physical CPU
+SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", \
+ ATTR{online}="1"
+
+# Hotplug physical memory
+SUBSYSTEM=="memory", ACTION=="add", TEST=="state", ATTR{state}=="offline", \
+ ATTR{state}="online"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit subversion-doc for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package subversion-doc for openSUSE:Factory 
checked in at 2013-06-24 09:44:59

Comparing /work/SRC/openSUSE:Factory/subversion-doc (Old)
 and  /work/SRC/openSUSE:Factory/.subversion-doc.new (New)


Package is "subversion-doc"

Changes:

--- /work/SRC/openSUSE:Factory/subversion-doc/subversion-doc.changes
2012-02-27 18:37:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion-doc.new/subversion-doc.changes   
2013-06-24 09:45:01.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 22 15:33:35 UTC 2013 - andreas.stie...@gmx.de
+
+- update to /trunk r4501 for 1.8 version of the book
+
+---
+Sat Jun 22 11:03:25 UTC 2013 - andreas.stie...@gmx.de
+
+- update to /branches/1.7 r4495
+
+---

Old:

  subversion-doc-1.7.r4252.tar.bz2

New:

  subversion-doc-1.8.r4501.tar.bz2



Other differences:
--
++ subversion-doc.spec ++
--- /var/tmp/diff_new_pack.kDw4Ka/_old  2013-06-24 09:45:02.0 +0200
+++ /var/tmp/diff_new_pack.kDw4Ka/_new  2013-06-24 09:45:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package subversion-doc
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   subversion-doc
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1210
 BuildRequires:  libxml2-tools
 %endif
-Version:1.7.r4252
+Version:1.8.r4501
 Release:0
 BuildArch:  noarch
 #
@@ -51,7 +50,7 @@
 cd en
 SVNVERSION=`echo "%{version}" | sed -r "s/[0-9]+\.[0-9]+\.(r[0-9]+)/\1/"`
 sed -i "s/&svn\.version;/${SVNVERSION}/g" book/book.xml
-%__make book-html SVNVERSION=/bin/false
+%__make html SVNVERSION=/bin/false
 
 %install
 cd en

++ subversion-doc-1.7.r4252.tar.bz2 -> subversion-doc-1.8.r4501.tar.bz2 
++
 796248 lines of diff (skipped)

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



commit salt-cloud for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package salt-cloud for openSUSE:Factory 
checked in at 2013-06-24 09:39:29

Comparing /work/SRC/openSUSE:Factory/salt-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.salt-cloud.new (New)


Package is "salt-cloud"

Changes:

--- /work/SRC/openSUSE:Factory/salt-cloud/salt-cloud.changes2013-05-16 
11:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt-cloud.new/salt-cloud.changes   
2013-06-24 09:39:30.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 22 20:21:25 UTC 2013 - abo...@gmail.com
+
+- Updated to salt-cloud 0.8.9
+- joyent api updated
+- cloud stack driver added
+
+---

Old:

  salt-cloud-0.8.8.tar.gz

New:

  salt-cloud-0.8.9.tar.gz



Other differences:
--
++ salt-cloud.spec ++
--- /var/tmp/diff_new_pack.tAH3Up/_old  2013-06-24 09:39:31.0 +0200
+++ /var/tmp/diff_new_pack.tAH3Up/_new  2013-06-24 09:39:31.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   salt-cloud
-Version:0.8.8
+Version:0.8.9
 Release:1
 License:Apache-2.0
 Summary:Salt Cloud is a generic cloud provisioning tool

++ salt-cloud-0.8.8.tar.gz -> salt-cloud-0.8.9.tar.gz ++
 9665 lines of diff (skipped)

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



commit pidgin-sipe for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package pidgin-sipe for openSUSE:Factory 
checked in at 2013-06-24 09:39:03

Comparing /work/SRC/openSUSE:Factory/pidgin-sipe (Old)
 and  /work/SRC/openSUSE:Factory/.pidgin-sipe.new (New)


Package is "pidgin-sipe"

Changes:

--- /work/SRC/openSUSE:Factory/pidgin-sipe/pidgin-sipe.changes  2013-04-14 
10:36:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.pidgin-sipe.new/pidgin-sipe.changes 
2013-06-24 09:39:05.0 +0200
@@ -1,0 +2,26 @@
+Sat Jun 22 10:41:37 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.16.0:
+  + sf#58: Implement Digest authentication scheme for SIP Proxy
+Authentication.
+  + sf#196: Useragent value not forwarded to core.
+  + sf#193: Pidgin Status changes stop working.
+  + sf#186: Users appear offline when they are not.
+  + Fix kinit-less use case with krb5 >= 1.11.
+  + Rewritten HTTP stack from scratch:
+- cleaner, layered and hopefully less error-prone
+  implementation.
+- HTTP stack internals no longer exposed to user code.
+- Reduced network traffic and less SSL handshakes by utilizing
+  HTTP/1.1 connection keep alive for multiple HTTP requests to
+  the same host.
+  + Switch purple backend to deferred destruction approach:
+- Pidgin should no longer crash at connection close, even in
+  corner cases.
+  + Add menu entry to make a call with a phone number.
+  + Some progress on telepathy backend.
+- Add TLS certificate accept/reject user interaction.
+- Add "Single Sign-On" & "Don't Publish Calendar" account
+  options.
+
+---

Old:

  pidgin-sipe-1.15.1.tar.bz2

New:

  pidgin-sipe-1.16.0.tar.bz2



Other differences:
--
++ pidgin-sipe.spec ++
--- /var/tmp/diff_new_pack.y36Psv/_old  2013-06-24 09:39:06.0 +0200
+++ /var/tmp/diff_new_pack.y36Psv/_new  2013-06-24 09:39:06.0 +0200
@@ -19,13 +19,13 @@
 %define build_telepathy 1
 
 Name:   pidgin-sipe
-Version:1.15.1
+Version:1.16.0
 Release:0
 Summary:Pidgin protocol plugin to connect to MS Office Communicator
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://sipe.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.15.1/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.16.0/%{name}-%{version}.tar.bz2
 BuildRequires:  gettext-devel
 BuildRequires:  glib2-devel >= 2.12.0
 BuildRequires:  gmime-devel

++ pidgin-sipe-1.15.1.tar.bz2 -> pidgin-sipe-1.16.0.tar.bz2 ++
 42001 lines of diff (skipped)

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



commit obs-service-download_files for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory checked in at 2013-06-24 09:35:22

Comparing /work/SRC/openSUSE:Factory/obs-service-download_files (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-download_files.new (New)


Package is "obs-service-download_files"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
2012-11-20 13:09:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
   2013-06-24 09:35:22.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 21 20:04:15 UTC 2013 - andreas.stie...@gmx.de
+
+- move the setting of the wget command inside the loop to start
+  new on every iteration. Prevents interference of a specified
+  http user agent or output file name with the next loop iteration,
+  as it happens when several sources are present in the spec file.
+
+---
+Wed Jun 19 21:22:56 UTC 2013 - andreas.stie...@gmx.de
+
+- Determine intended filename from URL fragment
+  * allows downloading from URLs not containing a filename, e.g.:
+http://example.com/dl.cgi?{version}#/%{name}-%{version}.tar.gz
+  * allows downloading from URLS where the file name sent differs
+from the one used in the package, e.g:
+http://example.com/gpgkeys.asc#/%{name}.keyring
+
+---



Other differences:
--
++ obs-service-download_files.spec ++
--- /var/tmp/diff_new_pack.4kUsKj/_old  2013-06-24 09:35:23.0 +0200
+++ /var/tmp/diff_new_pack.4kUsKj/_new  2013-06-24 09:35:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-download_files
 #
-# 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

++ download_files ++
--- /var/tmp/diff_new_pack.4kUsKj/_old  2013-06-24 09:35:23.0 +0200
+++ /var/tmp/diff_new_pack.4kUsKj/_new  2013-06-24 09:35:23.0 +0200
@@ -76,13 +76,13 @@
   echo $BASENAME
 }
 
-WGET="/usr/bin/wget -4 --no-check-certificate -q --timeout=30 --tries=2 
--no-directories"
 
 RETURN=0
 for i in *.spec PKGBUILD; do
   test -e "$i" || continue
 
   for url in `perl -I/usr/lib/build -MBuild -e Build::show 
/usr/lib/build/configs/default.conf "$i" sources`; do
+WGET="/usr/bin/wget -4 --no-check-certificate --timeout=30 -q --tries=2 
--no-directories"
 MYCACHEDIRECTORY="$CACHEDIRECTORY"
 PROTOCOL="${url%%:*}"
 SAMEFILEAFTERCOMPRESSION=
@@ -98,6 +98,16 @@
 #  WGET="$WGET -O $BN"
 #  urlextension="/download"
 else
+  # determine intended filename from URL fragment, e.g. 
+  # https://www.example.com/gpgkeys.asc#/%{name}.keyring
+  FRAGMENT=`echo $url | perl -MURI -le 'chomp($url = <>); print 
URI->new($url)->fragment'`
+  BN=`basename "$url"`
+  # fragment must begin with "/" and only contain a base name
+  if [ /"$BN" == "$FRAGMENT" ]; then
+WGET="$WGET -O $BN"
+  fi
+  #
+  
   # We tell the server that we are an OBS tool by default
   WGET="$WGET -U 'OBS-wget'"
   urlextension=""

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



commit meld for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2013-06-24 09:34:55

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


Package is "meld"

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2013-04-24 
12:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2013-06-24 
09:34:57.0 +0200
@@ -1,0 +2,39 @@
+Thu Jun  6 16:12:37 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.7.3:
+  + Features:
+- Support launching conflict comparisons from Subversion.
+- The external text editor setting now supports opening files
+  at a particular line number.
+- A host of minor improvements to the version control UI,
+  including:
+  . Add a new Push action for VC modules, currently supported
+in Git.
+  . Show a summary of unpushed commits, currently supported in
+Git.
+  . Reworked commit dialog, including more details about files
+to be committed and more useful previous-log selection.
+  . Console output for VC comparisons is now formatted to
+better distinguish commands, output and errors.
+  . Support better sensitivity handling in VC comparisons,
+currently implemented by Git.
+- Sundry minor UI improvements:
+  . Much HIG-ification and better wording for actions, dialogs
+and labels.
+  . Make columns user-resizable in version control and folder
+comparisons.
+  . There is now a Save All action, to save all modified files
+in the current comparison.
+  . Rather than giving up on long inline-highlighting
+comparisons, Meld now prompts to continue the comparison.
+  . F5 is now a additional shortcut for Refresh.
+  . Reload has been renamed to Revert and its UI has been
+improved for file comparisons.
+ + Fixes:
+   - Version control updates and miscellaneous fixes.
+   - When guessing file types for syntax highlighting, we now use
+ file contents as well as extension.
+   - Prev/Next Change navigation now centres changes slightly more
+ aggressively.
+
+---

Old:

  meld-1.7.2.tar.xz

New:

  meld-1.7.3.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.6sR2nl/_old  2013-06-24 09:34:57.0 +0200
+++ /var/tmp/diff_new_pack.6sR2nl/_new  2013-06-24 09:34:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+

++ meld-1.7.2.tar.xz -> meld-1.7.3.tar.xz ++
 23841 lines of diff (skipped)

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



commit lynis for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package lynis for openSUSE:Factory checked 
in at 2013-06-24 09:34:46

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


Package is "lynis"

Changes:

--- /work/SRC/openSUSE:Factory/lynis/lynis.changes  2013-01-29 
14:21:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2013-06-24 
09:34:47.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 21 12:22:08 UTC 2013 - tho...@suse.com
+
+- fixed typo in prepare_for_suse.sh
+
+---



Other differences:
--
++ prepare_for_suse.sh ++
--- /var/tmp/diff_new_pack.5yAB8i/_old  2013-06-24 09:34:47.0 +0200
+++ /var/tmp/diff_new_pack.5yAB8i/_new  2013-06-24 09:34:47.0 +0200
@@ -3,8 +3,7 @@
 umask 0077
 
 OSVERS=$(grep VERSION /etc/SuSE-release |  sed "s/VERSION = //")
-OS=$(head -n 1 /etc/SuSE-release | sed "s/[()]//g" | sed "s/ /_/g"
-openSUSE_12.2_x86_64)
+OS=$(head -n 1 /etc/SuSE-release | sed "s/[()]//g" | sed "s/ /_/g")
 
 function fileperms()
 {

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



commit meslo-lg-fonts for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package meslo-lg-fonts for openSUSE:Factory 
checked in at 2013-06-24 09:35:00

Comparing /work/SRC/openSUSE:Factory/meslo-lg-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.meslo-lg-fonts.new (New)


Package is "meslo-lg-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/meslo-lg-fonts/meslo-lg-fonts.changes
2012-09-14 12:31:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.meslo-lg-fonts.new/meslo-lg-fonts.changes   
2013-06-24 09:35:02.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 21 07:58:12 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 1.2.1.
+  * No visible changes for Linux users. For other changes see
+/usr/share/doc/packages/meslo-lg-fonts/README.textile.
+  * Add README.textile as a source and install it to docs.
+
+---

Old:

  Meslo_LG_v1.0.zip

New:

  Meslo_LG_v1.2.1.zip
  README.textile



Other differences:
--
++ meslo-lg-fonts.spec ++
--- /var/tmp/diff_new_pack.kHwwzM/_old  2013-06-24 09:35:03.0 +0200
+++ /var/tmp/diff_new_pack.kHwwzM/_new  2013-06-24 09:35:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package meslo-lg-fonts
 #
-# 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
@@ -17,17 +17,18 @@
 
 
 Name:   meslo-lg-fonts
-Version:1.0
+Version:1.2.1
 Release:0
 Summary:Meslo LG Font Family
 License:Apache-2.0
 Group:  System/X11/Fonts
 Url:https://github.com/andreberg/Meslo-Font
-# Source validator doesn't accept spaces in file names. Need to replace
-# spaces with underscores.
-#Source0:   https://github.com/downloads/andreberg/Meslo-Font/Meslo LG 
v1.0.zip
+# Extract sources 0 and 1 from
+# https://github.com/andreberg/Meslo-Font/archive/v1.2.1.tar.gz
+# which is large and includes previous versions.
 Source0:Meslo_LG_v%{version}.zip
-Source1:COPYING
+Source1:README.textile
+Source2:COPYING
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,11 +41,12 @@
 
 %prep
 %setup -qn "Meslo LG v%{version}"
+cp %{SOURCE1} .
+cp %{SOURCE2} .
 # %%doc doesn't work with spaces. Let's rename the file.
-mv -f "About Meslo LG v1.pdf" About_Meslo_LG_v1.pdf
+mv -f "About Meslo LG v%{version}.pdf" About_Meslo_LG_v%{version}.pdf
 
 %build
-cp %{SOURCE1} .
 
 %install
 for f in *.ttf ; do
@@ -55,9 +57,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc About_Meslo_LG_v1.pdf
+%doc About_Meslo_LG_v%{version}.pdf COPYING README.textile
 %dir %{_ttfontsdir}
 %{_ttfontsdir}/*.ttf
-%doc COPYING
 
 %changelog

++ README.textile ++
h1. About Meslo LG

h3. Version 1.20

Meslo LG is a customized version of Apple's Menlo-Regular font
(which is a customized Bitstream Vera Sans Mono).

In Snow Leopard, Menlo-Regular is now the preferred and default font for 
Apple's 
developer tools and also the Terminal (unless you changed the font settings for 
these apps yourself before upgrading to SL - your changes will stay in place).

I really like Menlo but I do have my nitpicky gripes with it: 

* The default vertical (line) spacing is just way to cramped for me, and also  
* I am not particularily fond of the horizontal baseline alignment of the 
asterisk.

That's why I decided to customize Menlo, regarding these "issues".
The tricky part is keeping all the custom tables, hints, etc. intact when you 
adjust the globally very affecting stuff that results in vertical spacing. 

The LG in Meslo LG stands for Line Gap. The idea behind it is to allow the user 
to have some control over vertical spacing by choosing one of three line gap 
variants: small, medium and large (Meslo LG S, Meslo LG M and Meslo LG L 
respectively). 

If you're interested in looks, you can find a 
"comparison":http://github.com/andreberg/Meslo-Font/wiki/Menlo-Meslo-LG-Compared-%28Mac-OS-X%29
 (for Mac OS X) in the Wiki.
And here's some "example 
screenshots":http://github.com/andreberg/Meslo-Font/wiki/Meslo-LG-Examples-%28Windows%29
 for Windows.

For a possible way to install this font on your Windows console please see 
"Using Meslo LG with the Windows 
Console":http://github.com/andreberg/Meslo-Font/wiki/Using-Meslo-LG-with-the-Windows-Console.

You can find a FAQ 
"here":http://github.com/andreberg/Meslo-Font/wiki/Frequently-Answered-Questions.

For more articles please refer to the "Meslo-Font 
Wiki":http://github.com/andreberg/Meslo-Font/wiki.
Last, bu

commit libpt2 for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2013-06-24 09:34:33

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


Package is "libpt2"

Changes:

--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes2013-04-14 
10:33:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes   2013-06-24 
09:34:34.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 02:54:14 UTC 2013 - jeng...@inai.de
+
+- Add explicit cyrus-sasl-devel and libopenssl-devel BuildRequires:
+  They used to be pulled in by openldap-devel.
+
+---



Other differences:
--
++ libpt2.spec ++
--- /var/tmp/diff_new_pack.H4arrK/_old  2013-06-24 09:34:35.0 +0200
+++ /var/tmp/diff_new_pack.H4arrK/_new  2013-06-24 09:34:35.0 +0200
@@ -39,6 +39,7 @@
 Patch2: libpt2-aarch64.patch
 BuildRequires:  SDL-devel
 BuildRequires:  bison
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  esound-devel
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -50,6 +51,7 @@
 %endif
 BuildRequires:  libdv-devel
 BuildRequires:  libexpat-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libstdc++-devel
 %if %{?build_v4l}
 BuildRequires:  libv4l-devel

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



commit ncurses for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2013-06-24 09:35:10

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


Package is "ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2013-05-16 
11:11:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2013-06-24 
09:35:11.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 21 13:53:22 UTC 2013 - wer...@suse.de
+
+- Add some more terminfo entries to terminfo-base (bnc#826171) 
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.iaALro/_old  2013-06-24 09:35:12.0 +0200
+++ /var/tmp/diff_new_pack.iaALro/_new  2013-06-24 09:35:12.0 +0200
@@ -708,7 +708,13 @@
%{terminfo d/dialup}
%{terminfo g/gnome}
%{terminfo g/gnome-rh72}
+   %{terminfo g/gnome-rh80}
+   %{terminfo g/gnome-rh90}
+   %{terminfo g/gnome-fc5}
+   %{terminfo i/ibm327x}
%{terminfo k/klone+color}
+   %{terminfo k/konsole}
+   %{terminfo k/konsole-256color}
%{terminfo k/kvt}
%{terminfo k/kvt-rh}
%{terminfo l/linux}
@@ -720,6 +726,11 @@
%{terminfo n/nxterm}
%{terminfo p/patch}
%{terminfo r/rxvt}
+   %{terminfo r/rxvt-basic}
+   %{terminfo r/rxvt-color}
+   %{terminfo r/rxvt-256color}
+   %{terminfo r/rxvt-unicode}
+   %{terminfo r/rxvt-unicode-256color}
%{terminfo s/screen}
%{terminfo s/screen-w}
%{terminfo s/screen-256color}
@@ -733,6 +744,7 @@
%{terminfo v/vt220-8bit}
%{terminfo v/vt320}
%{terminfo v/vt52}
+   %{terminfo v/vte}
%{terminfo x/xterm}
%{terminfo x/xterm-color}
%{terminfo x/xterm-256color}

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



commit libpng16 for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2013-06-24 09:34:09

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


Package is "libpng16"

Changes:

--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes2013-04-26 
13:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2013-06-24 
09:34:11.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 21 18:36:31 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with LFS_CFLAGS in 32 bit archs otherwise calls such 
+ as png_image_begin_read_from_file() or png_image_write_to_file()
+ will fail to read/write huge images.
+
+- Build with Full RELRO as this library is a possible consumer
+  of malicuous images/files.
+
+---



Other differences:
--
++ libpng16.spec ++
--- /var/tmp/diff_new_pack.9SgJck/_old  2013-06-24 09:34:11.0 +0200
+++ /var/tmp/diff_new_pack.9SgJck/_new  2013-06-24 09:34:11.0 +0200
@@ -98,16 +98,13 @@
 %setup -n libpng-%{version}
 
 %build
-# We'll never use the old pgcc-2.95.1 with the buggy -O3, so having
-# the -O3 that is originally used should work.
-# Substitute the -O2 to -O3 because I'm not sure if simply appending
-# it will preserve(not override) the detailed opt flags used in RPM_OPT_FLAGS:
-CFLAGS="`echo $RPM_OPT_FLAGS|sed 's/-O2/-O3/'` -DPNG_SKIP_SETJMP_CHECK" \
-  ./configure --prefix=/usr \
- --libdir=%{_libdir} \
-  --mandir=%{_mandir} \
+export CFLAGS="%optflags -O3 -DPNG_SKIP_SETJMP_CHECK $(getconf LFS_CFLAGS)"
+export LDFLAGS="-Wl,-z,relro,-z,now"
+
+%configure \
   --disable-static \
   --with-libpng-compat=no
+make %{?_smp_mflags}
 
 %check
 make check

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



commit libgovirt for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2013-06-24 09:32:13

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


Package is "libgovirt"

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2013-03-19 
20:23:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2013-06-24 
09:32:14.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 16 11:49:33 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.1.0:
+  + Add OvirtVmDisplay::host_subject property, this is required in
+some cases to connect to a VM which is using SPICE.
+  + Add OvirtVmDisplay::smartcard and OvirtVmDisplay::allow-override
+properties.
+  + Implement ovirt_vm_refresh_async().
+
+---

Old:

  libgovirt-0.0.3.tar.xz

New:

  libgovirt-0.1.0.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.Uy62o4/_old  2013-06-24 09:32:15.0 +0200
+++ /var/tmp/diff_new_pack.Uy62o4/_new  2013-06-24 09:32:15.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package libgovirt
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgovirt
-Version:0.0.3
+Version:0.1.0
 Release:0
-License:LGPL-2.1+
 Summary:GObject based oVirt bindings
-Url:http://cgit.freedesktop.org/~teuf/govirt
+License:LGPL-2.1+
 Group:  System/Libraries
-Source: 
http://people.freedesktop.org/~teuf/govirt/libgovirt-0.0.3.tar.xz
+Url:http://cgit.freedesktop.org/~teuf/govirt
+Source: 
http://people.freedesktop.org/~teuf/govirt/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 1.30.0
-BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(rest-0.7) >= 0.7.13
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -99,5 +100,4 @@
 %{_libdir}/libgovirt.so
 %{_libdir}/pkgconfig/govirt-1.0.pc
 
-
 %changelog

++ libgovirt-0.0.3.tar.xz -> libgovirt-0.1.0.tar.xz ++
 4739 lines of diff (skipped)

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



commit libpipeline for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package libpipeline for openSUSE:Factory 
checked in at 2013-06-24 09:33:01

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


Package is "libpipeline"

Changes:

--- /work/SRC/openSUSE:Factory/libpipeline/libpipeline.changes  2013-04-17 
07:16:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpipeline.new/libpipeline.changes 
2013-06-24 09:33:02.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 21 01:16:46 UTC 2013 - crrodrig...@opensuse.org
+
+- Use LFS_CFLAGS properly for 32 bit archs. 
+
+---



Other differences:
--
++ libpipeline.spec ++
--- /var/tmp/diff_new_pack.UPgnlO/_old  2013-06-24 09:33:03.0 +0200
+++ /var/tmp/diff_new_pack.UPgnlO/_new  2013-06-24 09:33:03.0 +0200
@@ -61,6 +61,7 @@
 %setup
 
 %build
+export CFLAGS="%optflags $(getconf LFS_CFLAGS)"
 %configure \
   --enable-shared  \
   --enable-threads=posix   \
@@ -68,7 +69,7 @@
   --enable-socketpair-pipe \
   --with-pic=yes   \
   --with-gnu-ld   
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall DESTDIR=%{buildroot}

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



commit kiwi for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-06-24 09:31:13

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-06-17 
10:09:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-06-24 
09:31:16.0 +0200
@@ -1,0 +2,100 @@
+Fri Jun 21 15:02:06 CEST 2013 - m...@suse.de
+
+- v5.05.21 released
+  
+---
+Fri Jun 21 14:55:29 CEST 2013 - m...@suse.de
+  
+- fixed profile setup, don't set lvm variable if zfs or btrfs is used
+  
+---
+Thu Jun 20 17:11:10 CEST 2013 - m...@suse.de
+  
+- mount EFI (fat) jump partition to /boot/efi and not boot/EFI
+  this is required to let suse tools work correctly (bnc #825221)
+  
+---
+Thu Jun 20 16:19:06 CEST 2013 - m...@suse.de
+  
+- fixed legacy BIOS/CSM support for oem images
+  * for some reason it's required to toggle the bios_grub flag
+after install and repart of an oem image to fix the EFI boot
+  * use grub2-bios-setup directly instead of grub2-install because
+grub2-install for an EFI image does not install anything
+
+---
+Thu Jun 20 11:51:37 CEST 2013 - m...@suse.de
+
+- removed the four primary partition limit in the oem repart code
+  
+---
+Thu Jun 20 11:39:44 CEST 2013 - m...@suse.de
+  
+- fixed updatePartitionTable
+  * if the disk geometry has changed parted's fix is to write
+a gpt_sync_mbr and destroy the gpt with it. In that case
+kiwi has to rewrite the entire table with a new GPT label
+This is related to (bnc #825221)
+
+---
+Thu Jun 20 11:21:30 CEST 2013 - m...@suse.de
+
+- added grub2-efi by default for openSUSE 12.3 JeOS template
+  
+---
+Wed Jun 19 18:31:19 CEST 2013 - m...@suse.de
+  
+- support  element for volume capable filesystems
+  * The kiwi supported filesystems btrfs and zfs support their
+own volume management system. Because of this reason kiwi
+evaluates the contents of the optional systemdisk volumes
+for those filesystems by the native filesystem support and
+not via LVM
+
+---
+Wed Jun 19 11:48:19 CEST 2013 - m...@suse.de
+
+- fixes for the zfs support
+  * fixed handling of options in fsmountoptions passed to zpool
+  * added support for zfs resize in resizeFilesystem
+
+---
+Wed Jun 19 10:29:39 CEST 2013 - m...@suse.de
+
+- fixed regression in cylinder count detection in partedInit
+  the unix device name is required to parse the parted output
+  correctly but it might happen that the udev device name is
+  passed to the function
+  
+---
+Tue Jun 18 09:43:14 CEST 2013 - m...@suse.de
+  
+- fixed suse-12.3/suse-ec2-guest template
+  * module-init-tools must be installed early as part of bootstrap
+  * kernel-ec2-base conflicts with kernel-ec2
+
+---
+Mon Jun 17 16:46:00 CEST 2013 - m...@suse.de
+
+- fixed creation of iso persistent write partition (bnc #825172)
+  * fixed detection of cylinder count for isohybrid tables
+  * use isohybrid EFI bootable image by default, the partition
+table written in this case allows standard partition device
+(e.g /dev/sda1) for EFI and protective MBR thus works in both
+worlds correctly and allows the creation of additional
+partitions without problems
+  * don't use a fixed partition number, use the next one free
+  * always create a filesystem on the write partition with
+the 'hybrid' label, even if the used overlay technique does
+not urgently requires this. The label helps to identify the
+write device on reboot
+  * use parted instead of fdisk. fdisk is not suitable when adding
+partitions to the GPT, use kiwi's createPartitionerInput method
+  * fixed clicfs cow file check, check clicfs only if clicfs is
+used, with the move to overlayfs there is a choice now
+  * search for persistent write partition by a blkid label search
+and don't actually mount/umount the partition by label
+  * syslinux >= 4.04 is required to make all this work
+correctly
+
+---

commit ht for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2013-06-24 09:31:05

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


Package is "ht"

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2013-06-14 15:44:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2013-06-24 
09:31:06.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 22 17:52:38 UTC 2013 - jeng...@inai.de
+
+- Provide the program under an altername name "hte" so as to
+  continue to be able to install it alongside LyX in openSUSE 13.1
+  (where lyx has a new requirement on tex4ht).
+
+---



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.psTeqN/_old  2013-06-24 09:31:07.0 +0200
+++ /var/tmp/diff_new_pack.psTeqN/_new  2013-06-24 09:31:07.0 +0200
@@ -35,9 +35,22 @@
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xz
+Requires:   hte = %version
 
 %description
-This program is a file viewer, editor and analyzer for text, binary,
+The HT editor is a file viewer, editor and analyzer for text, binary,
+and (especially) executable files.
+
+This subpackage provides the program under its original name, "ht",
+though texlive's tex4ht utility clashes with it, which is why the
+real program is in the "hte" subpackage.
+
+%package -n hte
+Summary:Disassembler, object dumper and hex editor
+Group:  Development/Tools/Debuggers
+
+%description -n hte
+The HT editor is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files.
 
 %prep
@@ -51,10 +64,18 @@
 %install
 b="%buildroot";
 make install DESTDIR="$b";
+pushd "$b/%_bindir/"
+mv ht hte
+ln -s hte ht
+popd
 
 %files
 %defattr(-,root,root)
-%_bindir/%name
+%_bindir/ht
+
+%files -n hte
+%defattr(-,root,root)
+%_bindir/hte
 %doc AUTHORS ChangeLog KNOWNBUGS NEWS README TODO
 
 %changelog

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



commit graphviz for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package graphviz for openSUSE:Factory 
checked in at 2013-06-24 09:29:15

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


Package is "graphviz"

Changes:

--- /work/SRC/openSUSE:Factory/graphviz/graphviz-plugins.changes
2013-04-02 11:49:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.graphviz.new/graphviz-plugins.changes   
2013-06-24 09:29:16.0 +0200
@@ -1,0 +2,5 @@
+Fri May 31 08:08:44 UTC 2013 - mhruse...@suse.com
+
+- use %rb_ver to decide correct ruby version
+
+---



Other differences:
--
++ graphviz-plugins.spec ++
--- /var/tmp/diff_new_pack.YvcoKa/_old  2013-06-24 09:29:18.0 +0200
+++ /var/tmp/diff_new_pack.YvcoKa/_new  2013-06-24 09:29:18.0 +0200
@@ -283,7 +283,7 @@
 CFLAGS="$CFLAGS -ffast-math"
 %endif
 %if %suse_version > 1210
-rubyflags=$(pkg-config --cflags ruby-1.9)
+rubyflags=$(pkg-config --cflags ruby-$(echo %rb_ver | sed 's|\.[^.]*$||'))
 CFLAGS="$CFLAGS $rubyflags"
 CXXFLAGS="$CXXFLAGS $rubyflags"
 %endif

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



commit gitslave for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package gitslave for openSUSE:Factory 
checked in at 2013-06-24 09:28:30

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


Package is "gitslave"

Changes:

New Changes file:

--- /dev/null   2013-06-21 10:50:32.496031756 +0200
+++ /work/SRC/openSUSE:Factory/.gitslave.new/gitslave.changes   2013-06-24 
09:28:33.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jun 16 11:39:29 UTC 2013 - robert.munte...@gmail.com
+
+- Initial packaging of version 2.0.2 
+

New:

  gitslave-2.0.2.tar.gz
  gitslave.changes
  gitslave.spec



Other differences:
--
++ gitslave.spec ++
#
# spec file for package 
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   gitslave
Version:2.0.2
Release:0
License:SUSE-Gitslave
Summary:Creates a group of related repositories
Url:http://gitslave.sourceforge.net
Group:  Development/Tools/Version Control
Source: 
http://sourceforge.net/projects/%{name}/files/%{name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
Requires:   git-core
Requires:   perl
Recommends: perl-Parallel-Iterator
Recommends: perl-Term-ProgressBar
BuildArch:  noarch
%description
Creates a group of related repositories—a superproject repository and
a number of slave repositories—all of which are concurrently developed on and
on which all git operations should normally operate; so when you branch, each
repository in the project is branched in turn.

%package doc
Summary:Documentation for %{name}
Group:  Development/Tools/Version Control
Recommends: %{name} = %{version}

%description doc
This package provides documentation and help files for %{name}.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
install -d $RPM_BUILD_ROOT/%{_bindir}
%__cp gits $RPM_BUILD_ROOT/%{_bindir}

install -d $RPM_BUILD_ROOT/%{_mandir}
install -d $RPM_BUILD_ROOT/%{_mandir}/man1
%__cp gits.1 $RPM_BUILD_ROOT/%{_mandir}/man1

%files
%defattr(-,root,root)
%{_bindir}/gits
%{_mandir}/man1/gits.1.gz

%files doc
%defattr(-,root,root)
%doc README LICENSE.README LICENSE.TXT ReleaseNotes web/*

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



commit gimp for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2013-06-24 09:28:06

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


Package is "gimp"

Changes:

--- /work/SRC/openSUSE:Factory/gimp/gimp.changes2013-03-14 
10:57:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.gimp.new/gimp.changes   2013-06-24 
09:28:08.0 +0200
@@ -1,0 +2,35 @@
+Sat Jun 22 08:31:14 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.8.6:
+  + Core:
+- Fix saving to URIs, it was broken to only allow exporting,
+  and fix save/export of compressed files.
+- Fix brush spacing for drawing in any direction.
+- Increase the maximum size of clipboard brushes and patterns
+  to 1024x1024.
+- Make sure data objects are saved when only their name was
+  changed.
+  + GUI:
+- Don't allow single-window docks to shrink smaller than their
+  requisition.
+- Make sure a single-window's right docks keep their size
+  across sessions.
+- Allow to change the spacing of non-generated brushes again.
+- In single-window mode, make Escape move the focus to the
+  canvas, and beep if the focus is already there.
+- Be smarter about unavailable fonts, and don't crash.
+- Make clicking the single-window's close button quit GIMP.
+- Make view-close (Ctrl+W) only close image windows and tabs,
+  not docks.
+  + Libgimp: Add SIGNED_ROUND() which also rounds negative values
+correctly.
+  + Plug-ins:
+- Make GIMP_PLUGIN_DEBUG work again after GLib changed logging.
+- Fix zealous crop for transparent borders.
+  + Installer: Add Hungarian translation.
+  + Data: Add a default "Color from Gradient" dynamics and tool
+preset.
+  + General: Lots of bug fixes.
+  + Updated translations. 
+
+---

Old:

  gimp-2.8.4.tar.bz2

New:

  gimp-2.8.6.tar.bz2



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.vVjlyC/_old  2013-06-24 09:28:09.0 +0200
+++ /var/tmp/diff_new_pack.vVjlyC/_new  2013-06-24 09:28:09.0 +0200
@@ -20,7 +20,7 @@
 %global apiver 2.0
 
 Name:   gimp
-Version:2.8.4
+Version:2.8.6
 Release:0
 Summary:The GNU Image Manipulation Program
 License:GPL-3.0+

++ gimp-2.8.4.tar.bz2 -> gimp-2.8.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/gimp/gimp-2.8.4.tar.bz2 
/work/SRC/openSUSE:Factory/.gimp.new/gimp-2.8.6.tar.bz2 differ: char 12, line 1

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



commit ekiga for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2013-06-24 09:27:23

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


Package is "ekiga"

Changes:

--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes  2013-04-02 
11:40:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2013-06-24 
09:27:24.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 02:29:16 UTC 2013 - jeng...@inai.de
+
+- Add explicit cyrus-sasl-devel BuildRequires: It used to be pulled
+  in by openldap-devel.
+
+---



Other differences:
--
++ ekiga.spec ++
--- /var/tmp/diff_new_pack.WYWQFO/_old  2013-06-24 09:27:25.0 +0200
+++ /var/tmp/diff_new_pack.WYWQFO/_new  2013-06-24 09:27:25.0 +0200
@@ -27,6 +27,7 @@
 Url:http://www.ekiga.org/
 Source: 
http://download.gnome.org/sources/ekiga/4.0/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  dbus-1-glib-devel
 %if %{with_evolution}
 BuildRequires:  evolution-data-server-devel

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



commit fcitx-rime for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package fcitx-rime for openSUSE:Factory 
checked in at 2013-06-24 09:27:34

Comparing /work/SRC/openSUSE:Factory/fcitx-rime (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-rime.new (New)


Package is "fcitx-rime"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-rime/fcitx-rime.changes2013-02-02 
18:51:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx-rime.new/fcitx-rime.changes   
2013-06-24 09:27:35.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 22 06:49:00 UTC 2013 - i...@marguerite.su
+
+- update version 0.2.1
+  * fixes some bug and add some manual syncing feature, 
+and implement redeploy properly
+
+---

Old:

  fcitx-rime-0.2.0.tar.bz2

New:

  fcitx-rime-0.2.1.tar.xz



Other differences:
--
++ fcitx-rime.spec ++
--- /var/tmp/diff_new_pack.yq56o3/_old  2013-06-24 09:27:35.0 +0200
+++ /var/tmp/diff_new_pack.yq56o3/_new  2013-06-24 09:27:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-rime
 #
-# Copyright (c) specCURRENT_YEAR 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
@@ -16,13 +16,13 @@
 #
 
 Name:   fcitx-rime
-Version:   0.2.0
+Version:   0.2.1
 Release:   0
 License:   GPL-2.0+
 Summary:   Rime input engine support for Fcitx
 Url:   https://github.com/fcitx/fcitx-rime
 Group: System/I18n/Chinese
-Source:%{name}-%{version}.tar.bz2
+Source:https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
 # remove next version
 Source1: COPYING
 BuildRequires: fcitx-devel
@@ -39,8 +39,10 @@
 # resolve "have choice"
 BuildRequires:  libyaml-cpp0_3
 %endif
+BuildRequires:  xz
 # explicitly requires brise (rime-data)
 Requires:  brise
+Requires:  fcitx
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,7 +57,7 @@
 cp -r %{SOURCE1} ./
 
 %build
-mkdir -pv build
+mkdir -p build
 pushd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
 make %{?_smp_mflags}

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



commit cmake for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-06-24 09:19:36

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-06-11 
09:26:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-06-24 
09:19:37.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 20 19:17:35 UTC 2013 - tittiatc...@gmail.com
+
+- Added upstream patch cmake-fix-ImageMagick6.patch
+
+   FindImageMagick: Find v6 include dir (#14174)
+
+   The header files of ImageMagick are now located at
+   /include/ImageMagick-6 instead of 
+   /include/ImageMagick.
+
+---

New:

  cmake-fix-ImageMagick6.patch



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.ljD5i0/_old  2013-06-24 09:19:38.0 +0200
+++ /var/tmp/diff_new_pack.ljD5i0/_new  2013-06-24 09:19:38.0 +0200
@@ -23,6 +23,7 @@
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch1: cmake-disable-builtin-chrpath.diff
 Patch2: cmake-fix-ruby-test.patch
+Patch3: cmake-fix-ImageMagick6.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -51,6 +52,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

++ cmake-fix-ImageMagick6.patch ++
From: Funda Wang 
Date: Tue, 28 May 2013 06:17:49 + (+)
Subject: FindImageMagick: Find v6 include dir (#14174)
X-Git-Url: 
http://cmake.org/gitweb?p=cmake.git;a=commitdiff_plain;h=3de9bb48a5d7976d5f22e3c7c0f95cfda102ed8a

FindImageMagick: Find v6 include dir (#14174)

The header files of ImageMagick are now located at
/include/ImageMagick-6 instead of /include/ImageMagick.
---

diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
index cd97b38..02a5777 100644
--- a/Modules/FindImageMagick.cmake
+++ b/Modules/FindImageMagick.cmake
@@ -81,7 +81,7 @@ function(FIND_IMAGEMAGICK_API component header)
   ${ImageMagick_INCLUDE_DIRS}
   "[HKEY_LOCAL_MACHINE\\SOFTWARE\\ImageMagick\\Current;BinPath]/include"
 PATH_SUFFIXES
-  ImageMagick
+  ImageMagick ImageMagick-6
 DOC "Path to the ImageMagick include dir."
 )
   find_library(ImageMagick_${component}_LIBRARY
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit claws-mail for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2013-06-24 09:19:26

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is "claws-mail"

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2013-05-27 
09:43:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2013-06-24 09:19:28.0 +0200
@@ -1,0 +2,19 @@
+Thu Jun 20 15:24:47 UTC 2013 - malcolmle...@opensuse.org
+
+- Update to version 3.9.2:
+  + New big icon for compose windows.
+  + Never decode multipart/ or message/ parts, as RFC states.
+  + Add missing check for libperl.
+  + Fix check for libsoup - it is not obligatory.
+  + Do not try to destroy a NULL session after an unsuccesful NNTP
+connect attempt.
+  + The extraheaderrc format doesn't allow data after the header
+colon. Other OSes may insert extra characters other than \n,
+so, remove them all.
+  + Fix undoing file insertion.
+  + Fix check for python.
+  + Fix detection of account in --compose and --compose-from-file
+where the From value contains a name + email.
+  + Bugs fixed: claws#2923, claws#2927.
+
+---

Old:

  claws-mail-3.9.1.tar.bz2

New:

  claws-mail-3.9.2.tar.bz2



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.ybs7zw/_old  2013-06-24 09:19:29.0 +0200
+++ /var/tmp/diff_new_pack.ybs7zw/_new  2013-06-24 09:19:29.0 +0200
@@ -22,13 +22,13 @@
 %endif
 
 Name:   claws-mail
-Version:3.9.1
+Version:3.9.2
 Release:0
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Clients
-Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/Claws%20Mail/3.9.1/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/Claws%20Mail/3.9.2/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM claws-mail-missing-include.patch dims...@opensuse.org -- 
Add missing includes; patch given to upstream
 Patch0: claws-mail-missing-include.patch
 BuildRequires:  NetworkManager-devel

++ claws-mail-3.9.1.tar.bz2 -> claws-mail-3.9.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/claws-mail/claws-mail-3.9.1.tar.bz2 
/work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail-3.9.2.tar.bz2 differ: 
char 11, line 1

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



commit c++-gtk-utils for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2013-06-24 09:19:01

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is "c++-gtk-utils"

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2013-06-05 11:42:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2013-06-24 09:19:03.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 22 11:15:50 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.0:
+  + Un-deprecate the overloads of EmitterArg::connect() taking a
+Callback::FunctorArg object. This was not intended.
+  + Update git links following sourceforge repository changes.
+  + Update unit tests.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.1.0.tar.gz

New:

  c++-gtk-utils-2.2.0.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.WCApiB/_old  2013-06-24 09:19:04.0 +0200
+++ /var/tmp/diff_new_pack.WCApiB/_new  2013-06-24 09:19:04.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.1.0/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.0/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.1.0.tar.gz -> c++-gtk-utils-2.2.0.tar.gz ++
 14276 lines of diff (skipped)

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