commit yast2 for openSUSE:12.3

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:12.3 checked in 
at 2013-03-06 09:03:02

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


Package is yast2, Maintainer is yast2-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.3/yast2/yast2.changes 2013-02-23 08:10:38.0 
+0100
+++ /work/SRC/openSUSE:12.3/.yast2.new/yast2.changes2013-03-06 
09:03:03.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  5 15:56:58 CET 2013 - mvid...@suse.cz
+
+- Changed to use network.service alias link, that is installed by
+  the NetworkManager.service while systemctl enable and obsoletes
+  the NETWORKMANAGER=yes/no variable in /etc/sysconfig/network/config
+  (bnc#764055,bnc#764336,bnc#798348, by m...@suse.com)
+- Requires sysconfig = 0.80.0
+- 2.23.22
+
+---

Old:

  yast2-2.23.21.tar.bz2

New:

  yast2-2.23.22.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.QO1fu8/_old  2013-03-06 09:03:03.0 +0100
+++ /var/tmp/diff_new_pack.QO1fu8/_new  2013-03-06 09:03:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.23.21
+Version:2.23.22
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,7 +53,7 @@
 # for ag_tty (/bin/stty)
 # for /usr/bin/md5sum
 Requires:   coreutils
-Requires:   sysconfig
+Requires:   sysconfig = 0.80.0
 Requires:   yast2-hardware-detection
 Requires:   yast2-xml
 # for SLPAPI.pm

++ yast2-2.23.21.tar.bz2 - yast2-2.23.22.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.21/Makefile.in 
new/yast2-2.23.22/Makefile.in
--- old/yast2-2.23.21/Makefile.in   2013-02-22 10:46:48.0 +0100
+++ new/yast2-2.23.22/Makefile.in   2013-03-05 16:05:07.0 +0100
@@ -687,7 +687,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod u+w $(distdir)
+   chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.21/VERSION new/yast2-2.23.22/VERSION
--- old/yast2-2.23.21/VERSION   2013-02-22 10:46:36.0 +0100
+++ new/yast2-2.23.22/VERSION   2013-03-05 16:05:04.0 +0100
@@ -1 +1 @@
-2.23.21
+2.23.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.21/configure new/yast2-2.23.22/configure
--- old/yast2-2.23.21/configure 2013-02-22 10:46:47.0 +0100
+++ new/yast2-2.23.22/configure 2013-03-05 16:05:06.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2 2.23.21.
+# Generated by GNU Autoconf 2.69 for yast2 2.23.22.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.23.21'
-PACKAGE_STRING='yast2 2.23.21'
+PACKAGE_VERSION='2.23.22'
+PACKAGE_STRING='yast2 2.23.22'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,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 2.23.21 to adapt to many kinds of systems.
+\`configure' configures yast2 2.23.22 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1321,7 +1321,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2 2.23.21:;;
+ short | recursive ) echo Configuration of yast2 2.23.22:;;
esac
   cat \_ACEOF
 
@@ -1401,7 +1401,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2 configure 2.23.21
+yast2 configure 2.23.22
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1418,7 +1418,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.23.21, which was
+It was created by yast2 $as_me 2.23.22, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2357,7 +2357,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.23.21'
+ VERSION='2.23.22'
 
 
 cat confdefs.h _ACEOF
@@ -2480,7 +2480,7 @@
 
 
 
-VERSION=2.23.21
+VERSION=2.23.22
 

commit yast2-network for openSUSE:12.3

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:12.3 
checked in at 2013-03-06 09:03:14

Comparing /work/SRC/openSUSE:12.3/yast2-network (Old)
 and  /work/SRC/openSUSE:12.3/.yast2-network.new (New)


Package is yast2-network, Maintainer is mfi...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/yast2-network/yast2-network.changes 2013-01-31 
01:47:03.0 +0100
+++ /work/SRC/openSUSE:12.3/.yast2-network.new/yast2-network.changes
2013-03-06 09:03:15.0 +0100
@@ -1,0 +2,37 @@
+Tue Mar  5 16:05:05 CET 2013 - mvid...@suse.cz
+
+- Adopted to restart / reload using NetworkService instead Service,
+  that has been changed to use network.service alias link installed
+  by NetworkManager.service while systemctl enable and obsoletes
+  the NETWORKMANAGER=yes/no variable in /etc/sysconfig/network/config
+  (bnc#764055,bnc#764336,bnc#798348, by m...@suse.com)
+- Requires sysconfig = 0.80.0 and yast2 = 2.23.20
+- 2.24.16
+
+---
+Wed Feb 27 22:42:42 UTC 2013 - mfi...@suse.com
+
+- fate#313548, fate#309055 and fate#100011 in general. Removed
+  SUSEconfig calls for postfix and sendmail. Also related to
+  bnc#786665
+- 2.24.15 
+
+---
+Tue Feb 12 14:00:05 CET 2013 - mvid...@suse.cz
+
+- AutoYaST: write /etc/hosts even if keep_install_network=true
+  (bnc#796580)
+- AutoYaST: If keep_install_network=true and dns/write_hostname
+  is unspecified, use the product default (which is false on SLES),
+  thus not writing 127.0.0.2 to /etc/hosts. (bnc#796580)
+  (fixing a regression introduced in 2.22.1)
+- 2.24.14
+
+---
+Mon Jan 21 20:09:15 UTC 2013 - mfi...@suse.com
+
+- fate#312733
+   - nameservers editing supported via CLI
+- 2.24.13
+ 
+---

Old:

  yast2-network-2.24.12.tar.bz2

New:

  yast2-network-2.24.16.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.WmKffm/_old  2013-03-06 09:03:15.0 +0100
+++ /var/tmp/diff_new_pack.WmKffm/_new  2013-03-06 09:03:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:2.24.12
+Version:2.24.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,12 +33,13 @@
 BuildRequires:  yast2-installation = 2.15.27
 BuildRequires:  yast2-testsuite
 
-# yast2 v2.23.19 - Checking for systemd services extended with /etc/init.d path
-BuildRequires:  yast2 = 2.23.19
-Requires:   yast2 = 2.23.6
+# yast2 v2.23.22: NetworkService handles
+# systemd link network.service-NetworkManager.service
+BuildRequires:  yast2 = 2.23.22
+Requires:   yast2 = 2.23.22
 
 #netconfig (FaTE #303618)
-Requires:   sysconfig = 0.71.2
+Requires:   sysconfig = 0.80.0
 #GetLanguageCountry
 #(in newly created yast2-country-data)
 Requires:   yast2-country-data = 2.16.3

++ yast2-network-2.24.12.tar.bz2 - yast2-network-2.24.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.12/VERSION 
new/yast2-network-2.24.16/VERSION
--- old/yast2-network-2.24.12/VERSION   2013-01-17 16:13:58.0 +0100
+++ new/yast2-network-2.24.16/VERSION   2013-03-05 16:42:16.0 +0100
@@ -1 +1 @@
-2.24.12
+2.24.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.12/configure 
new/yast2-network-2.24.16/configure
--- old/yast2-network-2.24.12/configure 2013-01-18 14:20:44.0 +0100
+++ new/yast2-network-2.24.16/configure 2013-03-05 16:42:18.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-network 2.24.12.
+# Generated by GNU Autoconf 2.69 for yast2-network 2.24.16.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-network'
 PACKAGE_TARNAME='yast2-network'
-PACKAGE_VERSION='2.24.12'
-PACKAGE_STRING='yast2-network 2.24.12'
+PACKAGE_VERSION='2.24.16'
+PACKAGE_STRING='yast2-network 2.24.16'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,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-network 2.24.12 to adapt to many kinds of 
systems.
+\`configure' configures yast2-network 2.24.16 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...

commit python3-html2text for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package python3-html2text for 
openSUSE:Factory checked in at 2013-03-06 09:04:40

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


Package is python3-html2text, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-html2text cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-http-parser for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package python3-http-parser for 
openSUSE:Factory checked in at 2013-03-06 09:04:47

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


Package is python3-http-parser, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-http-parser cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gromacs for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package gromacs for openSUSE:Factory checked 
in at 2013-03-06 09:35:59

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


Package is gromacs, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gromacs/gromacs.changes  2013-02-04 
20:16:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.gromacs.new/gromacs.changes 2013-03-06 
09:36:01.0 +0100
@@ -1,0 +2,33 @@
+Tue Mar  5 21:02:02 UTC 2013 - kkae...@suse.com
+
+- Update to 4.6.1
+  Bugfix release
+  - increased shared object major version to 8, #1147
+  - updates to HTML manual, install guide, PDF manual, shell completions
+copious minor bug fixes
+  - various build system upgrades and fixes #1143
+  - new and enhanced error messages
+  - fixes for AdResS bugs (neighbour list construction, flop accounting,
+multiple tf tables)
+  - fixed PME timing counter issues #1125
+  - fixed PME load balance reporting
+  - fixed forcerec to work with tools like genion and g_disre #1136
+  - various GPU performance enhancements
+  - fixed sd integrator with OpenMP threading #1138
+  - various minor fixes for interacting with CUDA for GPUs
+  - fixes for g_tune_pme to cope with new mdrun behaviour and changed
+command-line options (for both g_tune_pme and mdrun)
+  - more checks for system support for setting thread affinities
+  - removed inter-flag dependency in g_order
+  - fixed issues with free-energy pertubation soft-core and cut-offs #1146
+  - fixed issues with md-vv + nose-hoover + (nstcalcenergy  nsttcouple)
+#1129
+  - incorporated new changes from release 4.5.x branch
+  - prevented building with icc 11.1 and SSE4.1 because of known problems
+#1126
+  - adding warning about not building with icc version  12 #1126
+  - fixed bug sorting atoms with GPUs introduced since 4.6 #1153
+  - fixed issues with automated download of regression tests #1150
+  - fixed bug with DD cut-off check and PME dynamic load balancing #1169
+
+---

Old:

  gromacs-4.6.tar.bz2

New:

  gromacs-4.6.1.tar.bz2



Other differences:
--
++ gromacs.spec ++
--- /var/tmp/diff_new_pack.Z2mhmK/_old  2013-03-06 09:36:15.0 +0100
+++ /var/tmp/diff_new_pack.Z2mhmK/_new  2013-03-06 09:36:15.0 +0100
@@ -17,9 +17,9 @@
 
 
 Name:   gromacs
-Version:4.6
+Version:4.6.1
 Release:0
-%define srcversion 4.6
+%define srcversion 4.6.1
 Summary:Molecular Dynamics Package
 License:GPL-2.0+
 Group:  Productivity/Scientific/Chemistry

++ gromacs-4.6.tar.bz2 - gromacs-4.6.1.tar.bz2 ++
 15839 lines of diff (skipped)

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



commit kdebase3-SuSE for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package kdebase3-SuSE for openSUSE:Factory 
checked in at 2013-03-06 09:36:07

Comparing /work/SRC/openSUSE:Factory/kdebase3-SuSE (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase3-SuSE.new (New)


Package is kdebase3-SuSE, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3-SuSE/kdebase3-SuSE.changes  
2013-02-25 20:35:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3-SuSE.new/kdebase3-SuSE.changes 
2013-03-06 09:36:24.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  6 00:33:49 UTC 2013 - an...@opensuse.org
+
+- partial revert of the previous change: it falls back to no
+  theme which is better than the default theme
+
+---



Other differences:
--
++ kdebase3-SuSE-displaymanager.fillup ++
--- /var/tmp/diff_new_pack.E9WdPd/_old  2013-03-06 09:36:32.0 +0100
+++ /var/tmp/diff_new_pack.E9WdPd/_new  2013-03-06 09:36:32.0 +0100
@@ -16,3 +16,11 @@
 # Special greeting words in kdm
 #
 KDM_GREETSTRING=
+
+## Type:string
+## Default: SUSE
+#
+# Define the theme to be used by kdm. If empty, the traditional login
+# window is used (which lacks some features)
+# 
+DISPLAYMANAGER_KDM_THEME=SUSE

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



commit ppl for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package ppl for openSUSE:Factory checked in 
at 2013-03-06 09:45:46

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


Package is ppl, Maintainer is rguent...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ppl/ppl-testsuite.changes2011-09-23 
12:41:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ppl.new/ppl-testsuite.changes   2013-03-06 
09:45:48.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  5 19:30:04 UTC 2013 - idon...@suse.com
+
+- Add ppl-gmp-5.1.0.patch to fix build with new gmp
+
+---
+Tue Jan 24 12:20:24 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant sections (see specfile guidelines)
+
+---
ppl.changes: same change

New:

  ppl-gmp-5.1.0.patch



Other differences:
--
++ ppl-testsuite.spec ++
--- /var/tmp/diff_new_pack.Va8ZpU/_old  2013-03-06 09:45:49.0 +0100
+++ /var/tmp/diff_new_pack.Va8ZpU/_new  2013-03-06 09:45:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ppl-testsuite
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ppl-testsuite
 Version:0.11.2
 Release:0
@@ -24,6 +25,7 @@
 Url:http://www.cs.unipr.it/ppl/
 Source: ppl-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch1: ppl-gmp-5.1.0.patch
 BuildRequires:  c++_compiler
 BuildRequires:  gmp-devel = 4.1.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,9 +48,9 @@
 %package devel
 Summary:Development tools for the Parma Polyhedra Library C and C++ 
interfaces
 Group:  Development/Libraries/C and C++
+Requires:   gmp-devel = 4.1.3
 Requires:   libppl9 = %{version}-%{release}
 Requires:   libppl_c4 = %{version}-%{release}
-Requires:   gmp-devel = 4.1.3
 %if 0%{suse_version}  1000
 Recommends: ppl-doc = %{version}-%{release}
 %endif
@@ -107,6 +109,7 @@
 
 %prep
 %setup -q -n ppl-%{version}
+%patch1 -p1
 
 %build
 %configure --enable-shared --with-pic --disable-rpath \
@@ -182,6 +185,7 @@
 %{_mandir}/man1/ppl-config.1.gz
 %{_mandir}/man3/libppl.3.gz
 %{_mandir}/man3/libppl_c.3.gz
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/ppl.m4
 %{_datadir}/aclocal/ppl_c.m4
 
@@ -202,7 +206,4 @@
 %doc %{_datadir}/doc/%{name}/ppl-user-c-interface-%{version}.pdf
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

++ ppl.spec ++
--- /var/tmp/diff_new_pack.Va8ZpU/_old  2013-03-06 09:45:49.0 +0100
+++ /var/tmp/diff_new_pack.Va8ZpU/_new  2013-03-06 09:45:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ppl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ppl
 Version:0.11.2
 Release:0
@@ -24,6 +25,7 @@
 Url:http://www.cs.unipr.it/ppl/
 Source: ppl-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch1: ppl-gmp-5.1.0.patch
 BuildRequires:  c++_compiler
 BuildRequires:  gmp-devel = 4.1.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,9 +48,9 @@
 %package devel
 Summary:Development tools for the Parma Polyhedra Library C and C++ 
interfaces
 Group:  Development/Libraries/C and C++
+Requires:   gmp-devel = 4.1.3
 Requires:   libppl9 = %{version}-%{release}
 Requires:   libppl_c4 = %{version}-%{release}
-Requires:   gmp-devel = 4.1.3
 %if 0%{suse_version}  1000
 Recommends: ppl-doc = %{version}-%{release}
 %endif
@@ -107,6 +109,7 @@
 
 %prep
 %setup -q -n ppl-%{version}
+%patch1 -p1
 
 %build
 %configure --enable-shared --with-pic --disable-rpath \
@@ -203,7 +206,4 @@
 %doc %{_datadir}/doc/%{name}/ppl-user-c-interface-%{version}.pdf
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

++ ppl-gmp-5.1.0.patch ++
Index: ppl-0.11.2/src/mp_std_bits.cc
===
--- ppl-0.11.2.orig/src/mp_std_bits.cc
+++ ppl-0.11.2/src/mp_std_bits.cc
@@ -26,6 +26,9 @@ site: 

commit fam for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package fam for openSUSE:Factory checked in 
at 2013-03-06 09:45:23

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


Package is fam, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fam/fam.changes  2012-11-06 16:32:27.0 
+0100
+++ /work/SRC/openSUSE:Factory/.fam.new/fam.changes 2013-03-06 
09:45:24.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 22 19:11:56 UTC 2013 - sch...@suse.de
+
+- Don't use -fstack-protector on aarch64
+
+---



Other differences:
--
++ fam.spec ++
--- /var/tmp/diff_new_pack.pF20El/_old  2013-03-06 09:45:32.0 +0100
+++ /var/tmp/diff_new_pack.pF20El/_new  2013-03-06 09:45:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fam
 #
-# 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
@@ -131,7 +131,7 @@
 autoreconf -i -f
 export CFLAGS=%{optflags} -fno-strict-aliasing
 export CXXFLAGS=%{optflags} $CXXFLAGS -fno-strict-aliasing
-%ifnarch hppa
+%ifnarch hppa aarch64
 export CFLAGS=$CFLAGS -fstack-protector
 export CXXFLAGS=$CXXFLAGS -fstack-protector
 %endif

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



commit kiwi-config-openSUSE for openSUSE:12.3

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:12.3 checked in at 2013-03-06 10:55:16

Comparing /work/SRC/openSUSE:12.3/kiwi-config-openSUSE (Old)
 and  /work/SRC/openSUSE:12.3/.kiwi-config-openSUSE.new (New)


Package is kiwi-config-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/kiwi-config-openSUSE/kiwi-config-openSUSE.changes   
2013-03-04 17:28:04.0 +0100
+++ 
/work/SRC/openSUSE:12.3/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes  
2013-03-06 10:55:19.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 09:54:24 UTC 2013 - co...@suse.com
+
+- include grub2 theming for EFI boot (bnc#807498)
+
+---



Other differences:
--

++ config.xml.in ++
--- /var/tmp/diff_new_pack.2JDWyj/_old  2013-03-06 10:55:20.0 +0100
+++ /var/tmp/diff_new_pack.2JDWyj/_new  2013-03-06 10:55:20.0 +0100
@@ -28,6 +28,7 @@
   /users
   packages type=image patternType=onlyRequired
 package name=gfxboot-branding-openSUSE bootinclude=true 
bootdelete=true/
+package name=grub2-branding-openSUSE bootinclude=true/
 package name=yast2-live-installer/
 package name=pam/
 package name=pam-config/

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



commit armadillo for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2013-03-07 07:17:48

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


Package is armadillo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2013-02-21 
10:31:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2013-03-07 
07:17:50.0 +0100
@@ -1,0 +2,16 @@
+Fri Mar  1 06:25:15 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 3.8.0
+  * Armadillo is now licensed using the Mozilla Public License 2.0
+  * added .imbue() for filling a matrix/cube with values provided
+by a functor or lambda expression
+  * added .swap() for swapping contents with another matrix
+  * added .transform() for transforming a matrix/cube using a
+functor or lambda expression
+  * added round() for rounding matrix elements towards nearest integer
+  * faster find()
+  * fixes for handling non-square matrices by qr() and qr_econ()
+  * minor fixes for handling empty matrices
+  * reduction of pedantic compiler warnings
+
+---

Old:

  armadillo-3.6.3.tar.gz

New:

  armadillo-3.800.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.kdEYAx/_old  2013-03-07 07:17:53.0 +0100
+++ /var/tmp/diff_new_pack.kdEYAx/_new  2013-03-07 07:17:53.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   armadillo
-Version:3.6.3
+Version:3.800.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
-License:LGPL-3.0+
+License:MPL-2.0
 Group:  Development/Libraries/C and C++
 Url:http://arma.sourceforge.net/
 Source: http://download.sourceforge.net/arma/%{name}-%{version}.tar.gz
@@ -48,8 +48,8 @@
 than another language like Matlab or Octave.
 
 %package -n libarmadillo3
-Summary:Shared libraries for armadillo
-Group:  Development/Libraries/C and C++
+Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
+Group:  System/Libraries
 
 %description -n libarmadillo3
 Armadillo is a C++ linear algebra library (matrix maths)
@@ -68,6 +68,30 @@
 
 This package provides the shared libraries for armadillo.
 
+%packagedoc
+Summary:Documentation for %{name}
+Group:  Documentation/Other
+%if 0%{?suse_version}  1110
+BuildArch:  noarch
+%endif
+
+%descriptiondoc
+Armadillo is a C++ linear algebra library (matrix maths)
+aiming towards a good balance between speed and ease of use.
+Integer, floating point and complex numbers are supported,
+as well as a subset of trigonometric and statistics functions.
+Various matrix decompositions are provided through optional
+integration with LAPACK and ATLAS libraries.
+A delayed evaluation approach is employed (during compile time)
+to combine several operations into one and reduce (or eliminate)
+the need for temporaries. This is accomplished through recursive
+templates and template meta-programming.
+This library is useful if C++ has been decided as the language
+of choice (due to speed and/or integration capabilities), rather
+than another language like Matlab or Octave.
+
+This package provides the documentation for armadillo.
+
 %package devel
 Summary:Development headers and documentation for the Armadillo C++ 
library
 Group:  Development/Libraries/C and C++
@@ -76,6 +100,7 @@
 Requires:   lapack-devel
 Requires:   libarmadillo3 = %{version}
 Requires:   libstdc++-devel
+Recommends: %{name}-doc
 
 %description devel
 Armadillo is a C++ linear algebra library (matrix maths)
@@ -101,7 +126,7 @@
 #Convert DOS end-of-line to UNIX end-of-line
 sed -i 's/\r//' README.txt
 sed -i 's/\r//' LICENSE.txt
-for i in `ls licenses/`; do sed -i 's/\r//' licenses/$i ; done
+# for i in `ls licenses/`; do sed -i 's/\r//' licenses/$i ; done
 for i in `ls examples/*.cpp`; do sed -i 's/\r//' $i; done
 
 %build
@@ -124,7 +149,12 @@
 %files -n libarmadillo3
 %defattr(-,root,root)
 %{_libdir}/*.so.*
-%doc LICENSE.txt licenses
+
+%files doc
+%defattr(-,root,root)
+%doc armadillo_nicta_2010.pdf
+%doc rcpp_armadillo_csda_2013.pdf
+%doc LICENSE.txt README.txt index.html examples/ docs.html
 
 %files devel
 %defattr(-,root,root)
@@ -132,6 +162,5 @@
 %{_includedir}/armadillo
 %{_includedir}/armadillo_bits/
 %{_datadir}/Armadillo/
-%doc README.txt index.html examples/ docs.html
 
 %changelog

++ armadillo-3.6.3.tar.gz - armadillo-3.800.0.tar.gz ++
 10887 lines of diff (skipped)

-- 
To unsubscribe, e-mail: 

commit blender for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2013-03-07 07:18:32

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


Package is blender, Maintainer is pne...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2013-02-20 
09:26:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-03-07 
07:18:33.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar  4 21:50:58 UTC 2013 - sch...@linux-m68k.org
+
+- Make compile commands visible to check_gcc_output
+
+---



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.qe3L0X/_old  2013-03-07 07:18:35.0 +0100
+++ /var/tmp/diff_new_pack.qe3L0X/_new  2013-03-07 07:18:35.0 +0100
@@ -194,6 +194,7 @@
   -DPYTHON_LIBRARY=python3.3m \
   -DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
 %endif
+  -DCMAKE_VERBOSE_MAKEFILE=on \
   -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}
 
 make %{?_smp_mflags}


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




commit djvusmooth for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2013-03-07 07:19:42

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


Package is djvusmooth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2013-03-03 
21:05:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2013-03-07 07:19:43.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 08:27:10 UTC 2013 - lazy.k...@opensuse.org
+
+- Fix wrong source installed as icon.
+
+---



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.rTpJIr/_old  2013-03-07 07:19:44.0 +0100
+++ /var/tmp/diff_new_pack.rTpJIr/_new  2013-03-07 07:19:44.0 +0100
@@ -85,7 +85,7 @@
 python setup.py install \
 --root=%{buildroot} \
 --prefix=%{_prefix}
-install -Dm 0644 %{SOURCE1} \
+install -Dm 0644 %{SOURCE2} \
 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %find_lang %{name}



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



commit gc for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package gc for openSUSE:Factory checked in 
at 2013-03-07 07:20:02

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


Package is gc, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gc/gc.changes2012-08-12 15:25:11.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gc.new/gc.changes   2013-03-07 
07:20:03.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 20:42:59 UTC 2013 - jeng...@inai.de
+
+- Record autoconf requirements in spec file
+
+---



Other differences:
--
++ gc.spec ++
--- /var/tmp/diff_new_pack.suINSw/_old  2013-03-07 07:20:04.0 +0100
+++ /var/tmp/diff_new_pack.suINSw/_new  2013-03-07 07:20:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gc
 #
-# 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
@@ -32,6 +32,7 @@
 Patch4: 0001-Speedup-calloc-size-overflow-check-by-preventing-div.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf = 2.64
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config

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



commit gdbm for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package gdbm for openSUSE:Factory checked in 
at 2013-03-07 07:20:13

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


Package is gdbm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gdbm/gdbm.changes2013-03-05 
06:43:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdbm.new/gdbm.changes   2013-03-07 
07:20:14.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 19:44:49 UTC 2013 - jeng...@inai.de
+
+- Specify exact version requirements for build
+
+---



Other differences:
--
++ gdbm.spec ++
--- /var/tmp/diff_new_pack.YFPGTx/_old  2013-03-07 07:20:15.0 +0100
+++ /var/tmp/diff_new_pack.YFPGTx/_new  2013-03-07 07:20:15.0 +0100
@@ -36,6 +36,8 @@
 Source3:zh_CN.gmo
 # FIX-FOR-UPSTREAM i...@marguerite.su - remove the build date from 
src/version.c
 Patch4: gdbm-no-build-date.patch
+BuildRequires:  autoconf = 2.63
+BuildRequires:  automake = 1.11
 BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


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



commit getdata for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2013-03-07 07:20:24

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


Package is getdata, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/getdata/getdata.changes  2013-02-04 
20:16:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes 2013-03-07 
07:20:26.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  4 14:09:51 UTC 2013 - dval...@suse.com
+
+- sset gd_unaligned_ok for ARM (getdata-arm.patch) 
+
+---

New:

  getdata-arm.patch



Other differences:
--
++ getdata.spec ++
--- /var/tmp/diff_new_pack.kkQX5b/_old  2013-03-07 07:20:27.0 +0100
+++ /var/tmp/diff_new_pack.kkQX5b/_new  2013-03-07 07:20:27.0 +0100
@@ -27,6 +27,7 @@
 Source: %{name}-%{version}.tar.bz2
 Patch0: getdata-ppc64.patch
 Patch1: getdata-bigendian.patch 
+Patch2: getdata-arm.patch
 BuildRequires:  bzip2
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
@@ -130,6 +131,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static --enable-modules --disable-perl

++ getdata-arm.patch ++
Index: getdata-0.8.2/configure
===
--- getdata-0.8.2.orig/configure
+++ getdata-0.8.2/configure
@@ -4451,7 +4451,7 @@ echo
 { $as_echo $as_me:${as_lineno-$LINENO}: checking whether ${host} supports 
fast unaligned memory access 5
 $as_echo_n checking whether ${host} supports fast unaligned memory access... 
 6; }
 case ${host} in
-  i?86-*-*|powerpc*-*|x86_64-*-*) gd_unaligned_ok=yes;
+  i?86-*-*|powerpc*-*|x86_64-*-*|arm*) gd_unaligned_ok=yes;
 
 $as_echo #define UNALIGNED_ACCESS_OK 1 confdefs.h
 
Index: getdata-0.8.2/configure.ac
===
--- getdata-0.8.2.orig/configure.ac
+++ getdata-0.8.2/configure.ac
@@ -326,7 +326,7 @@ echo *** Checking host environment
 echo
 AC_MSG_CHECKING([whether ${host} supports fast unaligned memory access])
 case ${host} in
-  i?86-*-*|powerpc*-*|x86_64-*-*) gd_unaligned_ok=yes;
+  i?86-*-*|powerpc*-*|x86_64-*-*|arm*) gd_unaligned_ok=yes;
   AC_DEFINE([UNALIGNED_ACCESS_OK], [1],
 [Define to 1 if the platform supports fast unaligned memory 
access])
   ;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iftop for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package iftop for openSUSE:Factory checked 
in at 2013-03-07 07:21:14

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


Package is iftop, Maintainer is lr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/iftop/iftop.changes  2012-12-14 
09:18:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.iftop.new/iftop.changes 2013-03-07 
07:21:15.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  5 17:55:17 UTC 2013 - crrodrig...@opensuse.org
+
+- Use ncursesw6
+- fix a number of implicit declarations and 
+  implicit-pointer-decl warnings (iftop-implicit-pointer-decl.patch)
+
+---

New:

  iftop-implicit-pointer-decl.patch



Other differences:
--
++ iftop.spec ++
--- /var/tmp/diff_new_pack.r0KrfX/_old  2013-03-07 07:21:15.0 +0100
+++ /var/tmp/diff_new_pack.r0KrfX/_new  2013-03-07 07:21:15.0 +0100
@@ -26,9 +26,11 @@
 Url:http://www.ex-parrot.com/~pdw/iftop/
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  automake
 Source0:%name-%real_version.tar.gz
 Patch1: %name-manpage.patch
 Patch2: %name-multicast.patch
+Patch3: iftop-implicit-pointer-decl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,8 +50,12 @@
 %setup -q -n %name-%real_version
 %patch1 -p0
 %patch2 -p1
+%patch3
 
 %build
+autoreconf -fiv
+export CFLAGS=%optflags $(ncursesw6-config --cflags)
+export LDFLAGS=$(ncursesw6-config --libs)
 %configure
 %__make %{?jobs:-j%jobs} CPPFLAGS=-DUSE_GETIFADDRS
 

++ iftop-implicit-pointer-decl.patch ++
--- cfgfile.h.orig
+++ cfgfile.h
@@ -13,14 +13,14 @@ typedef struct {
 int value;
 } config_enumeration_type;
 
-int read_config();
+int read_config(char *file, int whinge_on_error);
 
 char *config_get_string(const char *directive);
 int config_get_bool(const char *directive);
 int config_get_int(const char *directive, int *value);
 int config_get_float(const char *directive, float *value);
 int config_init();
-
-
+void config_set_string(const char *directive, const char* s);
+int config_get_enum(const char *directive, config_enumeration_type 
*enumeration, int *value);
 
 #endif /* __CFGFILE_H_ */
--- iftop.c.orig
+++ iftop.c
@@ -3,6 +3,8 @@
  *
  */
 
+#define NCURSES_NOMACROS 1
+#define NCURSES_OPAQUE 1
 #include integers.h
 
 #include stdio.h
@@ -62,6 +64,8 @@ struct in6_addr if_ip6_addr;
 
 extern options_t options;
 
+extern int get_addrs_ioctl(char *interface, char if_hw_addr[], struct in_addr 
*if_ip_addr, struct in6_addr *if_ip6_addr);
+
 hash_type* history;
 history_type history_totals;
 time_t last_timestamp;
--- cfgfile.c.orig
+++ cfgfile.c
@@ -8,6 +8,7 @@
 #include stdio.h
 #include string.h
 #include errno.h
+#include stdlib.h
 
 #include stringmap.h
 #include iftop.h
--- options.h.orig
+++ options.h
@@ -93,5 +93,6 @@ typedef struct {
 
 void options_set_defaults();
 void options_read(int argc, char **argv);
-
+void options_read_args(int argc, char **argv);
+void options_make(void);
 #endif /* __OPTIONS_H_ */
--- configure.in.orig
+++ configure.in
@@ -34,7 +34,9 @@ AM_INIT_AUTOMAKE(iftop, 1.0pre2)
 AC_DEFINE_UNQUOTED(IFTOP_VERSION, $VERSION, [The iftop version number])
 
 dnl Make sure we have a C compiler
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_HEADER_STDC
 
 dnl
--- Makefile.am.orig
+++ Makefile.am
@@ -10,6 +10,7 @@
 # $Id: Makefile.am,v 1.11 2010/11/27 17:19:25 pdw Exp $
 #
 
+AM_CPPFLAGS = -include $(top_builddir)/config.h
 sbin_PROGRAMS = iftop 
 #iftop-dump
 
--- edline.c.orig
+++ edline.c
@@ -6,6 +6,9 @@
 
 static const char rcsid[] = $Id: edline.c,v 1.2 2002/11/04 12:27:35 chris Exp 
$;
 
+#define NCURSES_NOMACROS 1
+#define NCURSES_OPAQUE 1
+
 #include ctype.h
 #include curses.h
 #include string.h
--- ui.c.orig
+++ ui.c
@@ -3,6 +3,9 @@
  *
  */
 
+#define NCURSES_NOMACROS 1
+#define NCURSES_OPAQUE 1
+
 #include sys/types.h
 
 #include ctype.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit joe for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package joe for openSUSE:Factory checked in 
at 2013-03-07 07:21:34

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


Package is joe, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/joe/joe.changes  2011-12-05 12:44:02.0 
+0100
+++ /work/SRC/openSUSE:Factory/.joe.new/joe.changes 2013-03-07 
07:21:36.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 14:57:01 UTC 2013 - seife+...@b1-systems.com
+
+- fix build with automake-1.13.1
+
+---



Other differences:
--
++ joe.spec ++
--- /var/tmp/diff_new_pack.0qFBbk/_old  2013-03-07 07:21:37.0 +0100
+++ /var/tmp/diff_new_pack.0qFBbk/_new  2013-03-07 07:21:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package joe
 #
-# 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,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   joe
 BuildRequires:  automake
 BuildRequires:  ncurses-devel
-License:GPL-2.0+
-Group:  Productivity/Editors/Other
 Version:3.7
 Release:0
 Summary:A Text Editor
+License:GPL-2.0+
+Group:  Productivity/Editors/Other
 Url:http://sourceforge.net/projects/joe-editor
 Source0:
http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz
 Source2:de.po
@@ -93,6 +94,9 @@
 sed 's/charset=koi8-u/charset=UTF-8/'  po/uk.po.tmp  \
 mv -f po/uk.po.tmp po/uk.po
 
+# new automake-1.13.1 removed old macro
+sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
 %build
 autoreconf -fi
 export CFLAGS=%{optflags} -W -Wno-unused

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



commit kdelibs3 for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2013-03-07 07:23:39

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


Package is kdelibs3, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes2013-02-07 
14:20:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2013-03-07 
07:23:40.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 09:33:13 UTC 2013 - an...@opensuse.org
+
+- Add symlinks to solve the problem that arrows were not shown over 
+  shortcuts in some icon themes. Some icon themes are still affected.
+  Continue to investigate the source of the problem.
+
+---



Other differences:
--
++ kdelibs3.spec ++
--- /var/tmp/diff_new_pack.jXE3Ml/_old  2013-03-07 07:23:44.0 +0100
+++ /var/tmp/diff_new_pack.jXE3Ml/_new  2013-03-07 07:23:44.0 +0100
@@ -598,6 +598,33 @@
 ln -s /opt/kde3/share/icons/crystalsvg/$i/filesystems/network.png 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$i/filesystems/preferences-system-network.png
 ln -s /opt/kde3/share/icons/crystalsvg/$i/filesystems/desktop.png 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$i/filesystems/preferences-desktop.png
   done
+  for i in {16,22,32,48,64,128}; do 
+  if [ -f 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/link_overlay.png
 ]; then
+install -d 
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems
+install -d 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/link_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems/link.png;
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/link_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/link.png;
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/link_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems/link_overlay.png;
+  fi  
+  done
+  for i in {16,22,32,48,64,128}; do 
+  if [ -f 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/lock_overlay.png
 ]; then
+install -d 
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems
+install -d 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/lock_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems/lockoverlay.png;
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/lock_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/lockoverlay.png;
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/lock_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems/lock_overlay.png;
+  fi  
+  done
+  for i in {16,22,32,48,64,128}; do 
+  if [ -f 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/zip_overlay.png
 ]; then
+install -d 
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems
+install -d 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/zip_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems/zip.png;
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/zip_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/zip.png;
+ln -s 
/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/zip_overlay.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/filesystems/zip_overlay.png;
+  fi  
+  done  
   chmod a-x 
$RPM_BUILD_ROOT/opt/kde3/share/icons/crystalsvg/16x16/filesystems/file_broken.png
   %if %suse_version  1020
   %fdupes -s $RPM_BUILD_ROOT


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



commit lensfun for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2013-03-07 07:28:25

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


Package is lensfun, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2012-08-24 
13:55:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes 2013-03-07 
07:28:26.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar  4 03:48:06 UTC 2013 - salser...@gmail.com
+
+- Update to version 0.2.7:
+  * Some bugs leading to imprecise results when processing extreme
+values were fixed.
+  * Several new lenses and camera profiles.
+- Revised installed documentation.
+- lens_database_update.diff removed because no new lenses were
+  added to the database after 0.2.7 release. The mention of this
+  patch in spec file remains.
+- lens_database_pending_update.diff removed because these chages
+  were commited upstream.
+
+---

Old:

  lens_database_pending_update.diff
  lens_database_update.diff
  lensfun-0.2.6.tar.bz2

New:

  lensfun-0.2.7.tar.bz2



Other differences:
--
++ lensfun.spec ++
--- /var/tmp/diff_new_pack.XQ7j2F/_old  2013-03-07 07:28:27.0 +0100
+++ /var/tmp/diff_new_pack.XQ7j2F/_new  2013-03-07 07:28:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lensfun
 #
-# 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,7 +17,7 @@
 
 
 Name:   lensfun
-Version:0.2.6
+Version:0.2.7
 Release:0
 Summary:A photographic lens database and a library for accessing it
 License:LGPL-3.0
@@ -27,9 +27,7 @@
 Source0:http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
 # This patch got created via
 # svn diff svn://svn.berlios.de/lensfun/tags/0.2.6/data 
svn://svn.berlios.de/lensfun/trunk/data  lens_database_update.diff
-Patch1: lens_database_update.diff
-# PATCH-FIX-UPSTREAM lens_database_pending_update.diff fcro...@suse.com -- 
pending update for lens database (patches number 3320, 3321)
-Patch2: lens_database_pending_update.diff
+#Patch1: lens_database_update.diff
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -114,8 +112,7 @@
 %prep
 %setup -q
 cd data
-%patch1 -p0
-%patch2 -p2
+#%patch1 -p0
 
 %build
 # We can count on having SSE2 on x86_64
@@ -130,20 +127,18 @@
 -DBUILD_FOR_SSE=off \
 -DCMAKE_INSTALL_PREFIX=/usr \
 %ifarch x86_64
+-DLIB_SUFFIX=64 \
 -DBUILD_FOR_SSE2=on
 %else
 -DBUILD_FOR_SSE2=off
 %endif
-make %{?_smp_mflags}
+make %{?_smp_mflags} lensfun doc
 
 %install
 cd cmake_build
 make AUTODEP=0 DESTDIR=%{?buildroot:%{buildroot}} install
-%if %_lib == lib64
-mv %{buildroot}/usr/lib %{buildroot}/usr/lib64
-%endif
 # too generic name
-rm %{buildroot}/usr/bin/example
+rm %{buildroot}%{_bindir}/example
 
 %post   -n lib%{name}%{sonum} -p /sbin/ldconfig
 
@@ -158,7 +153,14 @@
 
 %files doc
 %defattr(-,root,root)
-%doc docs
+%doc README
+%doc docs/adobe-lens-profile.txt
+%doc docs/cc-by-sa-3.0.txt
+%doc docs/gpl-3.0.txt
+%doc docs/lgpl-3.0.txt
+%doc docs/mounts.txt
+%doc docs/lens-calibration
+%doc cmake_build/doc_doxygen
 
 %files data
 %defattr(-,root,root)
@@ -170,9 +172,10 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/bin/tfun
-/usr/bin/trwxml
+%{_bindir}/tfun
+%{_bindir}/trwxml
 %{_includedir}/lensfun
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/lensfun.pc
 
 %changelog

++ lensfun-0.2.6.tar.bz2 - lensfun-0.2.7.tar.bz2 ++
 3916 lines of diff (skipped)

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



commit liblastfm for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package liblastfm for openSUSE:Factory 
checked in at 2013-03-07 07:28:52

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


Package is liblastfm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/liblastfm/liblastfm.changes  2012-09-10 
16:12:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblastfm.new/liblastfm.changes 2013-03-07 
07:28:55.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar  3 18:27:23 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 1.0.7:
+  Changelog not available.
+- Removed liblastfm-fix-no-return-in-nonvoid-function.diff patch (fixed
+  upstream).
+- Removed fdupes build requirement (not needed).
+
+---

Old:

  liblastfm-1.0.2.tar.gz
  liblastfm-fix-no-return-in-nonvoid-function.diff

New:

  liblastfm-1.0.7.tar.gz



Other differences:
--
++ liblastfm.spec ++
--- /var/tmp/diff_new_pack.Ic41bm/_old  2013-03-07 07:28:56.0 +0100
+++ /var/tmp/diff_new_pack.Ic41bm/_new  2013-03-07 07:28:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblastfm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann buschman...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,26 +20,20 @@
 %define _soversion 1
 
 Name:   liblastfm
-Version:1.0.2
+Version:1.0.7
 Release:0
 Summary:A Qt C++ Library for the Last.fm Webservices
 License:GPL-3.0+
 Group:  System/Libraries
-Url:http://github.com/mxcl/liblastfm
-# http://cdn.last.fm/client/liblastfm-%%{version}.tar.gz
-Source0:liblastfm-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-# PATCH-FIX-UPSTREAM liblastfm-fix-no-return-in-nonvoid-function.diff
-Patch0: liblastfm-fix-no-return-in-nonvoid-function.diff
-
+Url:https://github.com/lastfm/liblastfm/
+# https://github.com/lastfm/liblastfm/archive/1.0.7.tar.gz
+Source0:%{name}-%{version}.tar.gz
 BuildRequires:  cmake
-BuildRequires:  kde4-filesystem
-
-BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
+BuildRequires:  kde4-filesystem
 BuildRequires:  libqt4-devel = 4.8.0
 BuildRequires:  libsamplerate-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 liblastfm is a collection of libraries to help you integrate Last.fm services
@@ -69,18 +63,14 @@
 This package contains development files for liblastfm.
 
 %prep
-%setup -n %{name}-%{version}
-%patch0 -p1
+%setup -q
 
 %build
-%{cmake_kde4}
-make VERBOSE=1
+%cmake_kde4 -d build
+%make_jobs
 
 %install
-%{kde4_makeinstall}
-
-%clean
-rm -rf %{buildroot}
+%kde4_makeinstall -C build
 
 %post -n liblastfm%{_soversion} -p /sbin/ldconfig
 
@@ -88,11 +78,12 @@
 
 %files -n liblastfm%{_soversion}
 %defattr(-,root,root,-)
-%{_libdir}/liblastfm.so.*
-%{_libdir}/liblastfm_fingerprint.so.*
+%{_libdir}/liblastfm.so.%{_soversion}*
+%{_libdir}/liblastfm_fingerprint.so.%{_soversion}*
 
 %files -n liblastfm-devel
 %defattr(-,root,root,-)
+%doc COPYING
 %{_libdir}/liblastfm.so
 %{_libdir}/liblastfm_fingerprint.so
 %{_includedir}/lastfm

++ liblastfm-1.0.2.tar.gz - liblastfm-1.0.7.tar.gz ++
 2339 lines of diff (skipped)

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



commit microcode_ctl for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package microcode_ctl for openSUSE:Factory 
checked in at 2013-03-07 07:29:13

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


Package is microcode_ctl, Maintainer is tr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/microcode_ctl/microcode_ctl.changes  
2012-10-27 07:44:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.microcode_ctl.new/microcode_ctl.changes 
2013-03-07 07:29:14.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 26 14:17:09 UTC 2013 - tr...@suse.de
+
+- Update Intel microcode to version: 20130222
+
+---

Old:

  microcode-20120606-v2.tgz

New:

  microcode-20130222.tgz



Other differences:
--
++ microcode_ctl.spec ++
--- /var/tmp/diff_new_pack.qavFRO/_old  2013-03-07 07:29:15.0 +0100
+++ /var/tmp/diff_new_pack.qavFRO/_new  2013-03-07 07:29:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package microcode_ctl
 #
-# 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,8 +16,9 @@
 #
 
 
+
 Name:   microcode_ctl
-%define intel_version 20120606-v2
+%define intel_version 20130222
 %define amd_version 2012-09-10
 ExclusiveArch:  %ix86 x86_64
 Url:http://www.urbanmyth.org/microcode/

++ microcode-20120606-v2.tgz - microcode-20130222.tgz ++
 55630 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-Goo-Canvas for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Goo-Canvas for openSUSE:Factory 
checked in at 2013-03-07 07:33:39

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


Package is perl-Goo-Canvas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Goo-Canvas/perl-Goo-Canvas.changes  
2011-09-23 12:37:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Goo-Canvas.new/perl-Goo-Canvas.changes 
2013-03-07 07:33:40.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 06:12:34 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Goo-Canvas.spec ++
--- /var/tmp/diff_new_pack.Gpgi6i/_old  2013-03-07 07:33:41.0 +0100
+++ /var/tmp/diff_new_pack.Gpgi6i/_new  2013-03-07 07:33:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Goo-Canvas
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 open-slx GmbH sascha.ma...@open-slx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,24 +17,28 @@
 #
 
 
-
 Name:   perl-Goo-Canvas
 Version:0.06
-Release:1
-License:GPL-2.0+ or SUSE-Artistic-1.0+
+Release:0
 %define cpan_name Goo-Canvas
 Summary:Goo::Canvas Perl module
-Url:http://search.cpan.org/dist/Goo-Canvas/
+License:GPL-2.0+ or Artistic-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Goo-Canvas/
 #Source:
http://www.cpan.org/authors/id/Y/YE/YEWENBIN/Goo-Canvas-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 Patch0: Goo-Canvas-0.06-add_missing_prototype.patch
 Patch1: Goo-Canvas-0.06-fix_documentation.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cairo-devel
+BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
 BuildRequires:  perl
+BuildRequires:  perl-Cairo
+BuildRequires:  perl-Glib
+BuildRequires:  perl-Gtk2
 BuildRequires:  perl-macros
-BuildRequires:  perl-Cairo perl-Glib perl-Gtk2
-BuildRequires:  cairo-devel glib2-devel gtk2-devel pkg-config
+BuildRequires:  pkg-config
 
 %if %suse_version = 1140
 BuildRequires:  goocanvas-devel

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



commit python3 for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2013-03-07 07:33:54

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


Package is python3, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2013-03-01 
08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2013-03-07 07:33:56.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  1 07:42:21 UTC 2013 - dmuel...@suse.com
+
+- add ctypes-libffi-aarch64.patch:
+  * import aarch64 support for libffi in _ctypes module
+- add aarch64 to the list of lib64 based archs 
+- add movetogetdents64.diff:
+  * port to getdents64, as SYS_getdents is not implemented everywhere
+
+---
python3.changes: same change

New:

  ctypes-libffi-aarch64.patch
  movetogetdents64.diff



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.2KFFqA/_old  2013-03-07 07:34:00.0 +0100
+++ /var/tmp/diff_new_pack.2KFFqA/_new  2013-03-07 07:34:00.0 +0100
@@ -77,6 +77,9 @@
 Patch08:python-3.2.3rc2-pypirc-secure.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:python-3.3.0b1-test-posix_fadvise.patch
+# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
+Patch10:ctypes-libffi-aarch64.patch
+Patch11:movetogetdents64.diff
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -205,6 +208,8 @@
 %patch07
 %patch08 -p1
 %patch09 -p1
+%patch10 -p1
+%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.2KFFqA/_old  2013-03-07 07:34:00.0 +0100
+++ /var/tmp/diff_new_pack.2KFFqA/_new  2013-03-07 07:34:00.0 +0100
@@ -60,6 +60,9 @@
 Patch08:python-3.2.3rc2-pypirc-secure.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:python-3.3.0b1-test-posix_fadvise.patch
+# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
+Patch10:ctypes-libffi-aarch64.patch
+Patch11:movetogetdents64.diff
 ### COMMON-PATCH-END ###
 ### COMMON-DEF-BEGIN ###
 
@@ -125,6 +128,8 @@
 %patch07
 %patch08 -p1
 %patch09 -p1
+%patch10 -p1
+%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ python3.spec ++
--- /var/tmp/diff_new_pack.2KFFqA/_old  2013-03-07 07:34:00.0 +0100
+++ /var/tmp/diff_new_pack.2KFFqA/_new  2013-03-07 07:34:00.0 +0100
@@ -76,6 +76,9 @@
 Patch08:python-3.2.3rc2-pypirc-secure.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:python-3.3.0b1-test-posix_fadvise.patch
+# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
+Patch10:ctypes-libffi-aarch64.patch
+Patch11:movetogetdents64.diff
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -176,6 +179,8 @@
 %patch07
 %patch08 -p1
 %patch09 -p1
+%patch10 -p1
+%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ Python-3.3.0b2-multilib.patch ++
--- /var/tmp/diff_new_pack.2KFFqA/_old  2013-03-07 07:34:00.0 +0100
+++ /var/tmp/diff_new_pack.2KFFqA/_new  2013-03-07 07:34:00.0 +0100
@@ -358,7 +358,7 @@
 +esac
 +
 +case $ARCH:$python_cv_cc_64bit_output in
-+ppc64:yes | powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
++aarch64:yes | ppc64:yes | powerpc64:yes | s390x:yes | sparc64:yes | 
x86_64:yes)
 +  LIB=lib64
 +  ;;
 +*:*)

++ ctypes-libffi-aarch64.patch ++
 2345 lines (skipped)

++ movetogetdents64.diff ++
--- a/Modules/_posixsubprocess.c
+++ b/Modules/_posixsubprocess.c
@@ -176,16 +176,9 @@
  * This structure is very old and stable: It will not change unless the kernel
  * chooses to break compatibility with all existing binaries.  Highly Unlikely.
  */
-struct linux_dirent {
-#if defined(__x86_64__)  defined(__ILP32__)
-   /* Support the wacky x32 ABI (fake 32-bit userspace speaking to x86_64
-* kernel interfaces) - https://sites.google.com/site/x32abi/ */
+struct linux_dirent64 {
unsigned long long d_ino;
-   unsigned long long d_off;
-#else
-   unsigned long  d_ino;/* Inode number */
-   unsigned long  d_off;/* Offset to next linux_dirent */
-#endif
+   signed   long long d_off;
unsigned short d_reclen; /* Length of this linux_dirent */
char   d_name[256];  /* Filename 

commit python-numpy for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2013-03-07 07:34:02

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


Package is python-numpy, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes
2012-09-17 14:08:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2013-03-07 07:34:03.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 22:25:53 UTC 2013 - dmuel...@suse.com
+
+- add numpy-aarch64.diff:
+  * Fix build for AArch64 
+
+---

New:

  numpy-aarch64.patch



Other differences:
--
++ python-numpy-doc.spec ++
--- /var/tmp/diff_new_pack.xiYB5Z/_old  2013-03-07 07:34:04.0 +0100
+++ /var/tmp/diff_new_pack.xiYB5Z/_new  2013-03-07 07:34:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-numpy-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
@@ -28,6 +28,7 @@
 Group:  Development/Libraries/Python
 Source: %{modname}-%{version}.tar.gz
 Patch1: numpy-buildfix.patch
+Patch2: numpy-aarch64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
@@ -138,6 +139,7 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch1 -p0
+%patch2 -p0
 
 %build
 # make the documentation

++ python-numpy.spec ++
--- /var/tmp/diff_new_pack.xiYB5Z/_old  2013-03-07 07:34:04.0 +0100
+++ /var/tmp/diff_new_pack.xiYB5Z/_new  2013-03-07 07:34:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-numpy
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Python
 Source: %{modname}-%{version}.tar.gz
 Patch1: numpy-buildfix.patch
+Patch2: numpy-aarch64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
@@ -84,6 +85,7 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch1 -p0
+%patch2
 sed -i 1d 
%{modname}/{compat/setup{,scons},distutils/{conv_template,cpuinfo,exec_command,from_template,setup,setupscons,system_info},f2py/{auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,docs/usersguide/setup_example,f2py2e,f90mod_rules,func2subr,__init__,rules,setup,setupscons,use_rules},ma/setup{,scons},matrixlib/setup{,scons},setup,setupscons,testing/print_coercion_tables,testing/setup{,scons}}.py
 # Fix non-executable scripts
 
 %build

++ python3-numpy.spec ++
--- /var/tmp/diff_new_pack.xiYB5Z/_old  2013-03-07 07:34:04.0 +0100
+++ /var/tmp/diff_new_pack.xiYB5Z/_new  2013-03-07 07:34:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy
 #
-# 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

++ numpy-aarch64.patch ++
--- numpy/core/include/numpy/npy_cpu.h
+++ numpy/core/include/numpy/npy_cpu.h
@@ -66,6 +66,8 @@
 #define NPY_CPU_MIPSEL
 #elif defined(__MIPSEB__)
 #define NPY_CPU_MIPSEB
+#elif defined(__aarch64__)
+#define NPY_CPU_AARCH64
 #else
 #error Unknown CPU, please report this to numpy maintainers with \
 information about your platform (OS, CPU and compiler)
--- numpy/core/include/numpy/npy_endian.h
+++ numpy/core/include/numpy/npy_endian.h
@@ -25,6 +25,7 @@
 || defined(NPY_CPU_IA64)\
 || defined(NPY_CPU_ALPHA)   \
 || defined(NPY_CPU_ARMEL)   \
+|| defined(NPY_CPU_AARCH64)   \
 || defined(NPY_CPU_SH_LE)   \
 || defined(NPY_CPU_MIPSEL)
 #define NPY_BYTE_ORDER NPY_LITTLE_ENDIAN
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit spyder for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2013-03-07 07:34:12

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


Package is spyder, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spyder/spyder.changes2012-12-05 
14:09:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes   2013-03-07 
07:34:13.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 14 01:24:49 UTC 2013 - fi...@opensuse.org
+
+- Update to version 2.1.13:
+  * Bug fixes
+
+---

Old:

  spyder-2.1.11.zip

New:

  spyder-2.1.13.zip



Other differences:
--
++ spyder.spec ++
--- /var/tmp/diff_new_pack.F4rCla/_old  2013-03-07 07:34:15.0 +0100
+++ /var/tmp/diff_new_pack.F4rCla/_new  2013-03-07 07:34:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spyder
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   spyder
 %define modname %{name}lib
-Version:2.1.11
+Version:2.1.13
 Release:0
 Url:http://spyderlib.googlecode.com
 Summary:Scientific PYthon Development EnviRonment
@@ -106,6 +106,9 @@
 # remove hidden file
 rm %{buildroot}%{python_sitelib}/%{modname}/doc/.buildinfo
 
+# remove windows stuff
+rm %{buildroot}%{_bindir}/spyder_win_post_install.py
+
 # fix permission
 chmod +x %{buildroot}%{python_sitelib}/%{modname}/utils/external/pickleshare.py
 

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



commit strace for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2013-03-07 07:34:53

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


Package is strace, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/strace/strace.changes2012-05-25 
17:33:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes   2013-03-07 
07:34:54.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  2 12:06:13 UTC 2013 - sch...@suse.de
+
+- strace-aarch64.diff
+  Support for AArch64 from upstream
+
+---

New:

  strace-aarch64.diff



Other differences:
--
++ strace.spec ++
--- /var/tmp/diff_new_pack.x9beFH/_old  2013-03-07 07:34:55.0 +0100
+++ /var/tmp/diff_new_pack.x9beFH/_new  2013-03-07 07:34:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package strace
 #
-# 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
@@ -34,6 +34,7 @@
 Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.xz
 Source2:baselibs.conf
 Patch0: strace-%{version}.diff
+Patch1: strace-aarch64.diff
 Url:http://sourceforge.net/projects/strace/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -53,6 +54,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++ strace-aarch64.diff ++
 636 lines (skipped)

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



commit synaptiks for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2013-03-07 07:35:14

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


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2013-02-02 
19:35:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2013-03-07 
07:35:15.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 21:08:41 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- replace Requires: xorg-x11-driver-input metapackage
+  with xf86-input-synaptics
+
+---



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.j7WFBc/_old  2013-03-07 07:35:16.0 +0100
+++ /var/tmp/diff_new_pack.j7WFBc/_new  2013-03-07 07:35:16.0 +0100
@@ -42,7 +42,11 @@
 Requires:   python-distribute
 Requires:   python-kde4
 Requires:   python-pyudev
+%if %suse_version  1210
+Requires:   xf86-input-synaptics
+%else
 Requires:   xorg-x11-driver-input
+%endif
 Recommends: dbus-1-python
 Recommends: upower
 BuildArch:  noarch

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



commit vsftpd for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2013-03-07 07:35:30

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


Package is vsftpd, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2013-03-01 
09:06:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2013-03-07 
07:35:31.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 16:02:17 UTC 2013 - lnus...@suse.de
+
+- add isolate_network and seccomp_sandbox options to template to make them
+  easier to find (bnc#786024)
+
+---



Other differences:
--
++ vsftpd-2.3.5-conf.patch ++
--- /var/tmp/diff_new_pack.TOdHrP/_old  2013-03-07 07:35:33.0 +0100
+++ /var/tmp/diff_new_pack.TOdHrP/_new  2013-03-07 07:35:33.0 +0100
@@ -1,7 +1,7 @@
 Index: vsftpd.conf
 ===
 vsftpd.conf.orig   2011-12-17 19:24:40.0 +0100
-+++ vsftpd.conf2012-04-11 10:19:06.192238657 +0200
+--- vsftpd.conf.orig
 vsftpd.conf
 @@ -4,23 +4,89 @@
  # loosens things up a bit, to make the ftp daemon more usable.
  # Please see vsftpd.conf.5 for all compiled in defaults.
@@ -98,7 +98,7 @@
  # Uncomment this to allow the anonymous FTP user to upload files. This only
  # has an effect if the above global write enable is activated. Also, you will
  # obviously need to create a directory writable by the FTP user.
-@@ -30,15 +96,9 @@
+@@ -30,15 +96,9 @@ anonymous_enable=YES
  # new directories.
  #anon_mkdir_write_enable=YES
  #
@@ -117,7 +117,7 @@
  #
  # If you want, you can arrange for uploaded anonymous files to be owned by
  # a different user. Note! Using root for uploaded files is not
-@@ -46,24 +106,51 @@
+@@ -46,24 +106,51 @@ connect_from_port_20=YES
  #chown_uploads=YES
  #chown_username=whoever
  #
@@ -174,7 +174,7 @@
  # Enable this and the server will recognise asynchronous ABOR requests. Not
  # recommended for security (the code is non-trivial). Not enabling it,
  # however, may confuse older FTP clients.
-@@ -77,41 +164,29 @@
+@@ -77,41 +164,34 @@ connect_from_port_20=YES
  # predicted this attack and has always been safe, reporting the size of the
  # raw file.
  # ASCII mangling is a horrible feature of the protocol.
@@ -231,3 +231,8 @@
 +# Limit passive ports to this range to assis firewalling
 +pasv_min_port=3
 +pasv_max_port=30100
++
++# security features that are incompatible with some other settings. Try to
++# uncomment if vsftpd dies with weird errors.
++#isolate_network=NO
++#seccomp_sandbox=NO



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