commit arpack-ng for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package arpack-ng for openSUSE:Factory 
checked in at 2013-09-08 11:29:12

Comparing /work/SRC/openSUSE:Factory/arpack-ng (Old)
 and  /work/SRC/openSUSE:Factory/.arpack-ng.new (New)


Package is arpack-ng

Changes:

--- /work/SRC/openSUSE:Factory/arpack-ng/arpack-ng.changes  2012-08-27 
15:47:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.arpack-ng.new/arpack-ng.changes 2013-09-08 
11:29:14.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep  6 22:08:30 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 3.1.3
+  * Replace depcomp symlink with actual file.
+  * Replace arpack.pc with proper autotooled arpack.pc.in
+  * Add debug.h to TESTS/Makefile.am sources
+  * make dist is functionnal
+  * Also build the library libparpacksrcblacs (PARPACK/UTIL/BLACS/)
+  * Wrong call to pdlamch was causing segfaults
+  * Get rid of the mpif.h occurences in the source code
+  * Configure detected built-in LAPACK and BLAS, but refused to use them
+  * Fixed division by zero in smlnum by usind p[d,s]lamch instead of the
+serial
+
+---

Old:

  arpack-ng_3.1.1.tar.gz

New:

  arpack-ng-3.1.3.tar.gz



Other differences:
--
++ arpack-ng.spec ++
--- /var/tmp/diff_new_pack.ICiHfK/_old  2013-09-08 11:29:16.0 +0200
+++ /var/tmp/diff_new_pack.ICiHfK/_new  2013-09-08 11:29:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arpack-ng
 #
-# 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,13 +28,13 @@
 %endif
 
 Name:   arpack-ng
-Version:3.1.1
+Version:3.1.3
 Release:0
 Summary:Fortran77 subroutines for solving large scale eigenvalue 
problems
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://forge.scilab.org/index.php/p/arpack-ng/
-Source0:
http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng_%{version}.tar.gz
+Source0:
http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng-%{version}.tar.gz
 Obsoletes:  arpack  %{version}
 Provides:   arpack = %{version}
 BuildRequires:  blas-devel
@@ -159,7 +159,7 @@
 %endif
 
 %prep
-%setup -q -n arpack-ng_%{version}
+%setup -q
 set -- *
 for i in %_mpi
 do
@@ -241,6 +241,7 @@
 %files -n parpack-openmpi
 %defattr(-,root,root,-)
 %{_libdir}/mpi/gcc/openmpi/bin/dnsimp
+%{_libdir}/mpi/gcc/openmpi/bin/p??drv?
 
 %files -n %{plibname}-openmpi
 %defattr(-,root,root,-)
@@ -257,6 +258,7 @@
 %files -n parpack-mvapich2
 %defattr(-,root,root,-)
 %{_libdir}/mpi/gcc/mvapich2/bin/dnsimp
+%{_libdir}/mpi/gcc/mvapich2/bin/p??drv?
 
 %files -n %{plibname}-mvapich2
 %defattr(-,root,root,-)

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



commit ghc for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2013-09-08 11:30:20

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


Package is ghc

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2013-08-01 17:14:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2013-09-08 
11:30:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  3 20:46:48 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- build optimized compiler (BuildFlavour = perf)
+- bring back Fedora's Template Haskell patch
+- add Haskell trac ticket number to glibc-locale comment 
+
+---

New:

  Cabal-fix-dynamic-exec-for-TH.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.SUwpxL/_old  2013-09-08 11:30:24.0 +0200
+++ /var/tmp/diff_new_pack.SUwpxL/_new  2013-09-08 11:30:24.0 +0200
@@ -80,8 +80,10 @@
 Source: 
http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
 # PATCH-FIX-UPSTREAM ghc-use-system-libffi.patch 
peter.tromm...@ohm-hochschule.de - See Haskell trac #4496 and #5743; backport 
of our patch accepted upstream for next major release.
 Patch:  ghc-use-system-libffi.patch
-# PATCH-FIX-UPSTREAM ghc-suse-as-needed.patch peter.tromm...@ohm-hochschule.de 
-- temporary fix for Haskell trac #7062, ghc libraries do not work with 
as_needed and new-dtags both enabled
+# PATCH-FIX-UPSTREAM ghc-suse-as-needed.patch peter.tromm...@ohm-hochschule.de 
- temporary fix for Haskell trac #7062, ghc libraries do not work with 
as_needed and new-dtags both enabled
 Patch1: ghc-suse-as-needed.patch
+# PATCH-FIX-UPSTREAM Cabal-fix-dynamic-exec-for-TH.patch 
peter.tromm...@ohm-hochschule.de - Fedora patch 10
+Patch2: Cabal-fix-dynamic-exec-for-TH.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -109,7 +111,7 @@
 Requires:   ghc-base-devel
 # This Requires fixes an issue in ghc's runtime system (rts) when
 # locale files are missing. RTS loops and a memory leak eventually
-# exhausts all memory and the program crashes. 
+# exhausts all memory and the program crashes. See Haskell trac #7695. 
 Requires:   glibc-locale
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -177,6 +179,7 @@
 %patch -p1 -b .libffi
 rm -r ghc-tarballs/libffi
 %patch1 -p1 -b .suse
+%patch2 -p1 -b .TH
 
 %build
 # required for patch and patch1
@@ -201,6 +204,7 @@
 # http://hackage.haskell.org/trac/ghc/wiki/Platforms
 # cf https://github.com/gentoo-haskell/gentoo-haskell/tree/master/dev-lang/ghc
 cat  mk/build.mk  EOF
+BuildFlavour = perf
 GhcLibWays = v %{!?ghc_without_shared:dyn} %{!?without_prof:p}
 %if %{defined without_haddock}
 HADDOCK_DOCS = NO

++ Cabal-fix-dynamic-exec-for-TH.patch ++
--- ghc-7.6.3/libraries/Cabal/Cabal/Distribution/Simple/GHC.hs~ 2013-04-19 
06:32:04.0 +0900
+++ ghc-7.6.3/libraries/Cabal/Cabal/Distribution/Simple/GHC.hs  2013-06-12 
11:35:39.832840754 +0900
@@ -837,6 +837,8 @@
 
   dynamicOpts = vanillaOpts `mappend` mempty {
   ghcOptDynamic= toFlag True,
+  ghcOptHiSuffix   = toFlag dyn_hi,
+  ghcOptObjSuffix  = toFlag dyn_o,
   ghcOptExtra  = ghcSharedOptions exeBi
 }
 
@@ -855,9 +857,9 @@
   -- with profiling. This is because the code that TH needs to
   -- run at compile time needs to be the vanilla ABI so it can
   -- be loaded up and run by the compiler.
-  when (withProfExe lbi 
+  when ((withProfExe lbi || withDynExe lbi) 
 EnableExtension TemplateHaskell `elem` allExtensions exeBi) $
-runGhcProg exeProfOpts { ghcOptNoLink = toFlag True }
+runGhcProg vanillaOpts { ghcOptNoLink = toFlag True }
 
   runGhcProg exeOpts { ghcOptOutputFile = toFlag (targetDir / exeNameReal) }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gcc48 for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package gcc48 for openSUSE:Factory checked 
in at 2013-09-08 11:29:25

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


Package is gcc48

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc48/cross-aarch64-gcc48-icecream-backend.changes   
2013-08-13 11:21:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc48.new/cross-aarch64-gcc48-icecream-backend.changes
  2013-09-08 11:29:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  4 07:41:45 UTC 2013 - rguent...@suse.com
+
+- Fix requires of gcc-32bit/gcc-64bit to include itm/atomic/asan/tsan
+  libraries.  [bnc#838229]
+
+---
cross-armv5tel-gcc48-icecream-backend.changes: same change
cross-armv7hl-gcc48-icecream-backend.changes: same change
cross-hppa-gcc48-icecream-backend.changes: same change
cross-i386-gcc48-icecream-backend.changes: same change
cross-ia64-gcc48-icecream-backend.changes: same change
cross-ppc-gcc48-icecream-backend.changes: same change
cross-ppc64-gcc48-icecream-backend.changes: same change
cross-s390-gcc48-icecream-backend.changes: same change
cross-s390x-gcc48-icecream-backend.changes: same change
cross-x86_64-gcc48-icecream-backend.changes: same change
gcc48-testresults.changes: same change
gcc48.changes: same change
libffi48.changes: same change
libgcj48.changes: same change



Other differences:
--
cross-armv5tel-gcc48-icecream-backend.spec: same change
cross-armv7hl-gcc48-icecream-backend.spec: same change
cross-hppa-gcc48-icecream-backend.spec: same change
cross-i386-gcc48-icecream-backend.spec: same change
cross-ia64-gcc48-icecream-backend.spec: same change
cross-ppc-gcc48-icecream-backend.spec: same change
cross-ppc64-gcc48-icecream-backend.spec: same change
cross-s390-gcc48-icecream-backend.spec: same change
cross-s390x-gcc48-icecream-backend.spec: same change
cross-x86_64-gcc48-icecream-backend.spec: same change
gcc48-testresults.spec: same change
++ gcc48.spec ++
--- /var/tmp/diff_new_pack.YK8oId/_old  2013-09-08 11:29:28.0 +0200
+++ /var/tmp/diff_new_pack.YK8oId/_new  2013-09-08 11:29:28.0 +0200
@@ -290,6 +290,22 @@
 Requires:   libmudflap%{libmudflap_sover}-32bit = %{version}-%{release}
 Requires:   libmudflapth%{libmudflap_sover}-32bit = %{version}-%{release}
 %endif
+%ifarch %asan_arch
+Requires:   libasan%{libasan_sover}-32bit = %{version}-%{release}
+%endif
+%ifarch %tsan_arch
+# tsan on x86_64 has no multilib
+%ifarch x86_64
+%else
+Requires:   libtsan%{libtsan_sover}-32bit = %{version}-%{release}
+%endif
+%endif
+%ifarch %atomic_arch
+Requires:   libatomic%{libatomic_sover}-32bit = %{version}-%{release}
+%endif
+%ifarch %itm_arch
+Requires:   libitm%{libitm_sover}-32bit = %{version}-%{release}
+%endif
 Requires:   glibc-devel-32bit
 
 %description -n gcc48-32bit
@@ -306,6 +322,18 @@
 Requires:   libmudflap%{libmudflap_sover}-64bit = %{version}-%{release}
 Requires:   libmudflapth%{libmudflap_sover}-64bit = %{version}-%{release}
 %endif
+%ifarch %asan_arch
+Requires:   libasan%{libasan_sover}-64bit = %{version}-%{release}
+%endif
+%ifarch %tsan_arch
+Requires:   libtsan%{libtsan_sover}-64bit = %{version}-%{release}
+%endif
+%ifarch %atomic_arch
+Requires:   libatomic%{libatomic_sover}-64bit = %{version}-%{release}
+%endif
+%ifarch %itm_arch
+Requires:   libitm%{libitm_sover}-64bit = %{version}-%{release}
+%endif
 Requires:   glibc-devel-64bit
 
 %description -n gcc48-64bit

libgcj48.spec: same change

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.YK8oId/_old  2013-09-08 11:29:28.0 +0200
+++ /var/tmp/diff_new_pack.YK8oId/_new  2013-09-08 11:29:28.0 +0200
@@ -301,6 +301,22 @@
 Requires: libmudflap%{libmudflap_sover}-32bit = %{version}-%{release}
 Requires: libmudflapth%{libmudflap_sover}-32bit = %{version}-%{release}
 %endif
+%ifarch %asan_arch
+Requires: libasan%{libasan_sover}-32bit = %{version}-%{release}
+%endif
+%ifarch %tsan_arch
+# tsan on x86_64 has no multilib
+%ifarch x86_64
+%else
+Requires: libtsan%{libtsan_sover}-32bit = %{version}-%{release}
+%endif
+%endif
+%ifarch %atomic_arch
+Requires: libatomic%{libatomic_sover}-32bit = %{version}-%{release}
+%endif
+%ifarch %itm_arch
+Requires: libitm%{libitm_sover}-32bit = %{version}-%{release}
+%endif
 Requires: glibc-devel-32bit
 
 %description -n gcc@base_ver@-32bit
@@ -316,6 +332,18 @@
 Requires: libmudflap%{libmudflap_sover}-64bit = %{version}-%{release}
 Requires: libmudflapth%{libmudflap_sover}-64bit = %{version}-%{release}
 %endif
+%ifarch %asan_arch
+Requires: libasan%{libasan_sover}-64bit = %{version}-%{release}
+%endif
+%ifarch %tsan_arch
+Requires: 

commit suck for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package suck for openSUSE:Factory checked in 
at 2013-09-08 11:34:16

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


Package is suck

Changes:

--- /work/SRC/openSUSE:Factory/suck/suck.changes2011-09-23 
12:47:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.suck.new/suck.changes   2013-09-08 
11:34:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  5 18:35:00 CEST 2013 - m...@suse.de
+
+- add libperl_requires, as we link against libperl and thus
+  need a specific version of perl
+
+---



Other differences:
--
++ suck.spec ++
--- /var/tmp/diff_new_pack.NzHd55/_old  2013-09-08 11:34:17.0 +0200
+++ /var/tmp/diff_new_pack.NzHd55/_new  2013-09-08 11:34:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package suck (Version 4.3.0)
+# spec file for package suck
 #
-# Copyright (c) 2010 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,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   suck
 %if %suse_version  1020
@@ -25,13 +23,13 @@
 BuildRequires:  inn
 %endif
 BuildRequires:  openssl-devel
-License:SUSE-Public-Domain
-Group:  Productivity/Networking/News/Utilities
-AutoReqProv:on
 Version:4.3.0
-Release:722
+Release:0
 Url:http://www.sucknews.org
 Summary:Reading News Offline
+License:SUSE-Public-Domain
+Group:  Productivity/Networking/News/Utilities
+%{?libperl_requires}
 Source: suck-%{version}.tar.bz2
 Patch:  suck-%{version}.dif
 Patch1: suck-%{version}-ia64.patch

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



commit weechat for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2013-09-08 11:34:27

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


Package is weechat

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2013-08-07 
10:45:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes 2013-09-08 
11:34:28.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  5 18:53:22 CEST 2013 - m...@suse.de
+
+- add libperl_requires, as we link against libperl and thus
+  need a specific version of perl
+
+---



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.rrQ7lB/_old  2013-09-08 11:34:29.0 +0200
+++ /var/tmp/diff_new_pack.rrQ7lB/_new  2013-09-08 11:34:29.0 +0200
@@ -101,6 +101,7 @@
 Summary:Perl Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
 Requires:   %{name} = %{version}-%{release}
+%{?libperl_requires}
 
 %description perl
 Support for %{name} scripts written in the Perl language.

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



commit gtkwave for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package gtkwave for openSUSE:Factory checked 
in at 2013-09-08 11:36:10

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


Package is gtkwave

Changes:

--- /work/SRC/openSUSE:Factory/gtkwave/gtkwave.changes  2013-06-13 
16:43:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkwave.new/gtkwave.changes 2013-09-08 
11:36:10.0 +0200
@@ -1,0 +2,37 @@
+Fri Sep  6 21:39:37 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 3.3.48
+  * Fixed infinite loop hang on various helpers executables when
+extra arguments are specified.
+  * Delete changed marker name if it exists when marker is removed.
+  * Added Open Hierarchy option that will expand the SST and
+select the hierarchy for a given signal selected in the
+Signals window.
+  * Added preliminary support for FsdbReader.
+  * FSDB fix for generate created hierarchies.
+  * FSDB fix for new debug info output style to be parsed.
+  * Added generate as scope type to VCD/FST/FSDB.
+  * Preliminary add for module port direction for FSDB and FST.
+  * Display signal direction column in SST if not all signals are 
+declared as FST_VD_IMPLICIT.
+  * Fixed GTK warning when hide_sst is enabled and SST is opened
+then closed.
+  * Added extraction of in/out/inout from FSDB into FST with
+vcd2fst helper executable.  (It also converts FSDB to FST.)
+  * Added support for SV structures, unions, classes, packages,
+programs, and interfaces.
+  * Updated signal parsing in FST/FSDB to handle NC declarations
+for arrays in VCD.  (i.e., bitranges are missing)  Use vcd2fst
+or the -o option to read NC VCD files with arrays properly.
+  * Preliminary support for SV datatypes of bit, logic, int,
+shortint, longint, byte, enum, and shortreal in VCD and FST.
+  * Added sparse array datatype to FST (currently unused by gtkwave).
+  * Added support for attribute begin/end in FST.  (Currently
+unused by gtkwave.)  This allows embedding of various data
+inside the structure tree.
+  * Added autoraise on entry window on keystrokes or periodically
+when it exists.
+  * Added ability to store $comment in FST files via the attribute
+mechanism (FST_AT_MISC/FST_MT_COMMENT).
+  * removed obsolete gtkwave-3.3.47-no-return-in-nonvoid-function.patch
+---

Old:

  gtkwave-3.3.47-no-return-in-nonvoid-function.patch
  gtkwave-3.3.47.tar.gz

New:

  gtkwave-3.3.48.tar.gz



Other differences:
--
++ gtkwave.spec ++
--- /var/tmp/diff_new_pack.i1Y4zj/_old  2013-09-08 11:36:12.0 +0200
+++ /var/tmp/diff_new_pack.i1Y4zj/_new  2013-09-08 11:36:12.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   gtkwave
-Version:3.3.47
+Version:3.3.48
 Release:0
 Summary:Waveform viewer for Ditital Signals
 License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Url:http://gtkwave.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch1: gtkwave-3.3.47-no-return-in-nonvoid-function.patch
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -46,7 +45,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \

++ gtkwave-3.3.47.tar.gz - gtkwave-3.3.48.tar.gz ++
 8639 lines of diff (skipped)

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



commit ImageMagick for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2013-09-08 11:38:47

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


Package is ImageMagick

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2013-08-12 
14:24:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2013-09-08 11:38:48.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep  5 12:52:07 UTC 2013 - pgaj...@suse.com
+
+- updated to 6.8.6-9
+  * Fixed infinite loop with jpeg:extent.
+  * Fixed performance issue when converting jpeg to png.
+  * Added -define bmp:format=bmp2|bmp3|bmp4 option.
+  * etc. see ChangeLog
+
+---

Old:

  ImageMagick-6.8.6-7.tar.xz
  ImageMagick-6.8.6-7.tar.xz.asc

New:

  ImageMagick-6.8.6-9.tar.xz
  ImageMagick-6.8.6-9.tar.xz.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.QZ4njt/_old  2013-09-08 11:38:50.0 +0200
+++ /var/tmp/diff_new_pack.QZ4njt/_new  2013-09-08 11:38:50.0 +0200
@@ -46,7 +46,7 @@
 BuildRequires:  pkgconfig
 
 %define mfr_version   6.8.6
-%define mfr_revision  7
+%define mfr_revision  9
 %define quantum_depth 8
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   1
@@ -397,6 +397,8 @@
 
 
 
+
+
 
 
 

++ ImageMagick-6.8.6-7.tar.xz - ImageMagick-6.8.6-9.tar.xz ++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-6.8.6-7.tar.xz 
/work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-6.8.6-9.tar.xz differ: 
char 26, line 1


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



commit libetpan for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package libetpan for openSUSE:Factory 
checked in at 2013-09-08 11:40:12

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


Package is libetpan

Changes:

--- /work/SRC/openSUSE:Factory/libetpan/libetpan.changes2013-04-22 
14:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libetpan.new/libetpan.changes   2013-09-08 
11:40:13.0 +0200
@@ -1,0 +2,14 @@
+Thu Sep  5 21:32:39 UTC 2013 - reddw...@opensuse.org
+
+- Update to 1.2
+  * No summarized changes available, look at ChangeLog file
+- Remove libetpan-0.56-uninitialized.patch, fixed upstream
+- Remove libetpan-configure.patch, fixed upstrem
+- Increase soname number
+- Update Url and Source tags
+- Use autoreconf (add autotools BuildRequires)
+- Remove libcurl-devel and libexpat-devel BuildRequires. Its use
+  has been disabled upstream
+- Remove misleading --with-gnutls=yes configure option
+
+---

Old:

  libetpan-0.56-uninitialized.patch
  libetpan-1.1.tar.gz
  libetpan-configure.patch

New:

  1.2.tar.gz



Other differences:
--
++ libetpan.spec ++
--- /var/tmp/diff_new_pack.o3efc6/_old  2013-09-08 11:40:14.0 +0200
+++ /var/tmp/diff_new_pack.o3efc6/_new  2013-09-08 11:40:14.0 +0200
@@ -16,24 +16,23 @@
 #
 
 
-%define soname 16
+%define soname 17
 
 Name:   libetpan
-Version:1.1
+Version:1.2
 Release:0
 Summary:Mail Handling Library
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://libetpan.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/libetpan/libetpan/%{version}/libetpan-%{version}.tar.gz
-Patch0: %{name}-0.56-uninitialized.patch
-Patch1: %{name}-configure.patch
+Url:http://www.etpan.org/libetpan.html
+Source0:
https://github.com/dinhviethoa/libetpan/archive/%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
 # Stupid dependency. Compiles with gcc but tries to link with g++.
 BuildRequires:  gcc-c++
-BuildRequires:  libcurl-devel
-BuildRequires:  libexpat-devel
+BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,9 +59,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   cyrus-sasl-devel
 Requires:   db-devel
-Requires:   libcurl-devel
 Requires:   libetpan%{soname} = %{version}
-Requires:   libexpat-devel
 Requires:   openssl-devel
 
 %description -n libetpan-devel
@@ -73,11 +70,11 @@
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1
 
 %build
-%configure --disable-static --with-gnutls=yes
+touch README INSTALL COPYING 
+autoreconf -fi
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install

++ libetpan-1.1.tar.gz - 1.2.tar.gz ++
 210295 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-NetPacket for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2013-09-08 11:40:58

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


Package is perl-NetPacket

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes
2013-08-27 21:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new/perl-NetPacket.changes   
2013-09-08 11:40:59.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  6 19:35:34 UTC 2013 - greg.freem...@gmail.com
+
+- update to 1.4.1 2013-09-05
+ [BUG FIXES]
+ - Test was using Errno constant and failing on some platforms.
+
+---

Old:

  NetPacket-1.4.0.tar.gz

New:

  NetPacket-1.4.1.tar.gz



Other differences:
--
++ perl-NetPacket.spec ++
--- /var/tmp/diff_new_pack.JS2CpO/_old  2013-09-08 11:41:00.0 +0200
+++ /var/tmp/diff_new_pack.JS2CpO/_new  2013-09-08 11:41:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-NetPacket
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Assemble/disassemble network packets at the protocol level
 License:Artistic-2.0

++ NetPacket-1.4.0.tar.gz - NetPacket-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetPacket-1.4.0/Build.PL new/NetPacket-1.4.1/Build.PL
--- old/NetPacket-1.4.0/Build.PL2013-08-27 02:05:47.0 +0200
+++ new/NetPacket-1.4.1/Build.PL2013-09-06 02:05:44.0 +0200
@@ -7,12 +7,7 @@
 
 my %module_build_args = (
   build_requires = {
-Errno = 0,
-File::Spec = 0,
-IO::Handle = 0,
-IPC::Open3 = 0,
-Module::Build = 0.3601,
-Test::More = 0.88
+Module::Build = 0.3601
   },
   configure_requires = {
 Module::Build = 0.3601
@@ -24,7 +19,7 @@
 Yanick Champoux yanick\@cpan.org
   ],
   dist_name = NetPacket,
-  dist_version = 1.4.0,
+  dist_version = 1.4.1,
   license = artistic_2,
   module_name = NetPacket,
   recommends = {},
@@ -35,10 +30,29 @@
 vars = 0,
 warnings = 0
   },
-  script_files = []
+  script_files = [],
+  test_requires = {
+File::Spec = 0,
+IO::Handle = 0,
+IPC::Open3 = 0,
+Test::More = 0.88
+  }
 );
 
 
+unless ( eval { Module::Build-VERSION(0.4004) } ) {
+  my $tr = delete $module_build_args{test_requires};
+  my $br = $module_build_args{build_requires};
+  for my $mod ( keys %$tr ) {
+if ( exists $br-{$mod} ) {
+  $br-{$mod} = $tr-{$mod} if $tr-{$mod}  $br-{$mod};
+}
+else {
+  $br-{$mod} = $tr-{$mod};
+}
+  }
+}
+
 my $build = Module::Build-new(%module_build_args);
 
 $build-create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetPacket-1.4.0/Changes new/NetPacket-1.4.1/Changes
--- old/NetPacket-1.4.0/Changes 2013-08-27 02:05:47.0 +0200
+++ new/NetPacket-1.4.1/Changes 2013-09-06 02:05:44.0 +0200
@@ -1,5 +1,12 @@
 revision history for NetPacket
 
+1.4.1 2013-09-05
+ [BUG FIXES]
+ - Test was using Errno constant and failing on some platforms.
+
+ [STATISTICS]
+ - code churn: 2 files changed, 15 insertions(+), 7 deletions(-)
+
 1.4.0 2013-08-26
  [DOCUMENTATION]
  - Fixing NetPacked::UDP documentation. (RT#85361, Ben Magistro)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetPacket-1.4.0/META.json 
new/NetPacket-1.4.1/META.json
--- old/NetPacket-1.4.0/META.json   2013-08-27 02:05:47.0 +0200
+++ new/NetPacket-1.4.1/META.json   2013-09-06 02:05:44.0 +0200
@@ -6,7 +6,7 @@
   Yanick Champoux yan...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300030, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Dist::Zilla version 4.300037, CPAN::Meta::Converter 
version 2.120921,
license : [
   artistic_2
],
@@ -41,7 +41,6 @@
   },
   test : {
  requires : {
-Errno : 0,
 File::Spec : 0,
 IO::Handle : 0,
 IPC::Open3 : 0,
@@ -52,39 +51,39 @@
provides : {
   NetPacket : {
  file : lib/NetPacket.pm,
- version : v1.4.0
+ version : v1.4.1
   },
   NetPacket::ARP : {
  file : lib/NetPacket/ARP.pm,
- version : v1.4.0
+ version : v1.4.1
   },
   NetPacket::Ethernet : {
  file : lib/NetPacket/Ethernet.pm,
- version : v1.4.0
+ version : v1.4.1
   },
   NetPacket::ICMP : {
  file : lib/NetPacket/ICMP.pm,
- version : v1.4.0
+ version : v1.4.1
   },
   

commit klavaro for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package klavaro for openSUSE:Factory checked 
in at 2013-09-08 11:41:23

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


Package is klavaro

Changes:

--- /work/SRC/openSUSE:Factory/klavaro/klavaro.changes  2013-03-06 
07:22:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.klavaro.new/klavaro.changes 2013-09-08 
11:41:24.0 +0200
@@ -1,0 +2,21 @@
+Fri Sep  6 22:24:16 UTC 2013 - kkir...@opensuse.org
+
+- update to 1.9.9:
+  + Added translations:
+- Greek
+  + Fixed:
+- Turkish keyboard layouts.
+  + Changed:
+- Updated the greek keyboard layout, the old one is renamed
+  to qwerty_old.
+- Default foreground color for the tutor practice text made
+  more greenish.
+- Updated autotools and gettext infrastructure.
+- release notes for 1.9.8:
+  + Updated translations:
+- Esperanto.
+- French.
+- Vietnamese.
+- Kirghiz.
+
+---

Old:

  klavaro-1.9.7.tar.bz2

New:

  klavaro-1.9.9.tar.bz2



Other differences:
--
++ klavaro.spec ++
--- /var/tmp/diff_new_pack.AWXC4W/_old  2013-09-08 11:41:25.0 +0200
+++ /var/tmp/diff_new_pack.AWXC4W/_new  2013-09-08 11:41:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   klavaro
-Version:1.9.7
+Version:1.9.9
 Release:0
 Summary:Typing tutor
 License:GPL-3.0+
@@ -25,7 +25,7 @@
 Url:http://klavaro.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:klavaro.desktop
-# PATCH-FIX-UPSTREAM klavaro-1.9.4-dso.patch kkir...@opensuse.org -- Fix 
linking with libgmodule
+# PATCH-FIX-UPSTREAM klavaro-1.9.5-paragraph-ru-fix.patch kkir...@opensuse.org 
-- Fixed typos in Russian texts
 Patch0: klavaro-1.9.5-paragraph-ru-fix.patch
 Requires:   espeak
 %if 0%{?suse_version}
@@ -61,7 +61,6 @@
 
 %build
 export CFLAGS=%{optflags}
-autoreconf -fi
 %configure
 make %{?_smp_mflags}
 

++ klavaro-1.9.7.tar.bz2 - klavaro-1.9.9.tar.bz2 ++
 38607 lines of diff (skipped)

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



commit phpMyAdmin for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2013-09-08 11:41:41

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2013-08-07 
20:51:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2013-09-08 11:41:42.0 +0200
@@ -1,0 +2,17 @@
+Sat Sep  7 15:42:13 UTC 2013 - ec...@schirra.net
+
+- update to 4.0.6 (2013-09-05)
+  - sf#4036 Call to undefined function mb_detect_encoding (clarify the doc)
+  - sf Missing hints when changing a column's structure
+  - sf#4048 Cannot select foreign value in Search
+  - sf#4025 gzip export is not actually compressed with mod_deflate
+  - sf#4054 query analysis doesn't launch in status monitor
+  + Add pmahomme icon credits (FamFamFam silk icon set)
+  - sf#4064 Table structure statistics Space usage caption too small for l10n
+  - sf#4051 Wrong tabindex when inserting rows
+  - sf#4066 varchar field not truncated in table browse mode
+  + rfe #1435 Opening database should expand it in the navigation menu
+  - (performance) Removed ShowTooltip directive
+  - sf#4046 Exporting huge Tables causes memory-Problems
+
+---

Old:

  phpMyAdmin-4.0.5-all-languages.tar.bz2

New:

  phpMyAdmin-4.0.6-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.I8RG5R/_old  2013-09-08 11:41:43.0 +0200
+++ /var/tmp/diff_new_pack.I8RG5R/_new  2013-09-08 11:41:43.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.0.5
+Version:4.0.6
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.0.5-all-languages.tar.bz2 - 
phpMyAdmin-4.0.6-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.0.5-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.0.6-all-languages.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 xfce4-panel-plugin-netspeed for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-netspeed for 
openSUSE:Factory checked in at 2013-09-08 11:43:53

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-netspeed (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netspeed.new (New)


Package is xfce4-panel-plugin-netspeed

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-netspeed/xfce4-panel-plugin-netspeed.changes
  2013-01-21 18:30:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netspeed.new/xfce4-panel-plugin-netspeed.changes
 2013-09-08 11:43:55.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  5 19:06:54 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.3.1.
+  * Fix for auto device issue.
+  * Remove = 2.24 from BuildRequires: pkgconfig(gtk+-2.0). It's
+OK for gtk+-2.0 = 2.6.0.
+
+---

Old:

  xfce4-netspeed-plugin-0.3.tar.gz

New:

  xfce4-netspeed-plugin-0.3.1.tar.gz



Other differences:
--
++ xfce4-panel-plugin-netspeed.spec ++
--- /var/tmp/diff_new_pack.ukI9QG/_old  2013-09-08 11:43:56.0 +0200
+++ /var/tmp/diff_new_pack.ukI9QG/_new  2013-09-08 11:43:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-netspeed
-Version:0.3
+Version:0.3.1
 Release:0
 Summary:Xfce4 Netspeed Plugin
 License:GPL-2.0+
@@ -26,7 +26,7 @@
 Source0:
http://xfce4-netspeed-plugin.googlecode.com/files/xfce4-netspeed-plugin-%{version}.tar.gz
 BuildRequires:  intltool
 BuildRequires:  libtool
-BuildRequires:  pkgconfig(gtk+-2.0) = 2.24
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)

++ xfce4-netspeed-plugin-0.3.tar.gz - xfce4-netspeed-plugin-0.3.1.tar.gz 
++
 4720 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfce4-netspeed-plugin/INSTALL new/xfce4-netspeed-plugin/INSTALL
--- old/xfce4-netspeed-plugin/INSTALL   2012-12-18 08:48:52.0 +0100
+++ new/xfce4-netspeed-plugin/INSTALL   2013-09-04 09:08:58.0 +0200
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfce4-netspeed-plugin/compile new/xfce4-netspeed-plugin/compile
--- old/xfce4-netspeed-plugin/compile   1970-01-01 01:00:00.0 +0100
+++ new/xfce4-netspeed-plugin/compile   2013-09-04 09:08:58.0 +0200
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Written by Tom Tromey tro...@cygnus.com.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see http://www.gnu.org/licenses/.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to bug-autom...@gnu.org or send patches to
+# automake-patc...@gnu.org.
+
+nl='
+'
+
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent tools from complaining about whitespace usage.
+IFS=

commit python-apache-libcloud for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package python-apache-libcloud for 
openSUSE:Factory checked in at 2013-09-08 11:43:26

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


Package is python-apache-libcloud

Changes:

--- 
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
2013-07-02 07:42:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new/python-apache-libcloud.changes
   2013-09-08 11:43:26.0 +0200
@@ -1,0 +2,16 @@
+Thu Sep  5 10:20:33 UTC 2013 - abo...@gmail.com
+
+- Updated to 0.13.1
+- General Changes:
+  - Fix a regression introduced in 0.13.0 and make sure to include
+Content-Length 0 with PUT and POST requests.
+- Compute Changes:
+  - Fix a bug in the ElasticHosts driver and check for right HTTP status
+code when determining drive imaging success.
+  - Update Opsource driver to include node public ip address (if available).
+- Storage Chagnes:
+  - Fix a regression with calling encode_container_name instead of
+encode_object_name on object name in get_object method.
+  - Ensure that AWS S3 multipart upload works for small iterators.
+
+---

Old:

  apache-libcloud-0.13.0.tar.bz2

New:

  apache-libcloud-0.13.1.tar.bz2



Other differences:
--
++ python-apache-libcloud.spec ++
--- /var/tmp/diff_new_pack.G8O5LI/_old  2013-09-08 11:43:27.0 +0200
+++ /var/tmp/diff_new_pack.G8O5LI/_new  2013-09-08 11:43:27.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-apache-libcloud
-Version:0.13.0
+Version:0.13.1
 Release:1
 License:Apache-2.0
 Summary:Abstract away differences among multiple cloud provider APIs

++ apache-libcloud-0.13.0.tar.bz2 - apache-libcloud-0.13.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-libcloud-0.13.0/CHANGES 
new/apache-libcloud-0.13.1/CHANGES
--- old/apache-libcloud-0.13.0/CHANGES  2013-06-26 18:52:22.0 +0200
+++ new/apache-libcloud-0.13.1/CHANGES  2013-09-04 12:35:20.0 +0200
@@ -1,5 +1,34 @@
-*- coding: utf-8 -*-
 
+Changes with Apache Libcloud 0.13.1
+
+ *) General
+
+- Fix a regression introduced in 0.13.0 and make sure to include
+  Content-Length 0 with PUT and POST requests. (LIBCLOUD-362, LIBCLOUD-390)
+  [Tomaz Muraus]
+
+ *) Compute
+
+- Fix a bug in the ElasticHosts driver and check for right HTTP status
+  code when determining drive imaging success. (LIBCLOUD-363)
+  [Bob Thompson]
+
+- Update Opsource driver to include node public ip address (if available).
+  (LIBCLOUD-384)
+  [Michael Bennett]
+
+  *) Storage
+
+- Fix a regression with calling encode_container_name instead of
+  encode_object_name on object name in get_object method.
+  Reported by Ben Meng (LIBCLOUD-366)
+  [Tomaz Muraus]
+
+- Ensure that AWS S3 multipart upload works for small iterators.
+  (LIBCLOUD-378)
+  [Mahendra M]
+
 Changes with Apache Libcloud 0.13.0:
 
  *) General
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-libcloud-0.13.0/PKG-INFO 
new/apache-libcloud-0.13.1/PKG-INFO
--- old/apache-libcloud-0.13.0/PKG-INFO 2013-06-26 19:14:24.0 +0200
+++ new/apache-libcloud-0.13.1/PKG-INFO 2013-09-04 12:56:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: apache-libcloud
-Version: 0.13.0
+Version: 0.13.1
 Summary: A standard Python library that abstracts away differences among 
multiple cloud provider APIs. For more information and documentation, please 
see http://libcloud.apache.org
 Home-page: http://libcloud.apache.org/
 Author: Apache Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-libcloud-0.13.0/libcloud/__init__.py 
new/apache-libcloud-0.13.1/libcloud/__init__.py
--- old/apache-libcloud-0.13.0/libcloud/__init__.py 2013-06-26 
18:52:21.0 +0200
+++ new/apache-libcloud-0.13.1/libcloud/__init__.py 2013-09-04 
12:35:35.0 +0200
@@ -20,7 +20,7 @@
 
 
 __all__ = ['__version__', 'enable_debug']
-__version__ = '0.13.0'
+__version__ = '0.13.1'
 
 import os
 import atexit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache-libcloud-0.13.0/libcloud/common/base.py 
new/apache-libcloud-0.13.1/libcloud/common/base.py
--- old/apache-libcloud-0.13.0/libcloud/common/base.py  2013-06-26 
19:09:10.0 +0200
+++ 

commit kernel-source for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2013-09-08 12:03:19

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-cubox.changes   
2013-08-28 21:21:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes  
2013-09-08 12:03:20.0 +0200
@@ -1,0 +2,31 @@
+Fri Sep  6 15:54:37 CEST 2013 - rgold...@suse.de
+
+- Update config files to enable GFS DLM locking.
+- commit 712cff0
+
+---
+Thu Sep  5 11:42:00 CEST 2013 - oher...@suse.de
+
+- Drivers: hv: util: Fix a bug in util version negotiation code
+  (bnc#838346).
+- commit 938aca5
+
+---
+Wed Sep  4 14:06:51 CEST 2013 - jbeul...@suse.com
+
+- Update Xen patches to final 3.11.
+- commit e71a103
+
+---
+Tue Sep  3 17:25:07 CEST 2013 - je...@suse.com
+
+- Update to 3.11-final.
+- commit 7561c6f
+
+---
+Tue Aug 27 21:34:49 CEST 2013 - je...@suse.com
+
+- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
+- commit 7032523
+
+---
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-exynos.changes: same change
kernel-lpae.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

Old:

  linux-3.11-rc7.tar.bz2

New:

  linux-3.11.tar.bz2



Other differences:
--
++ kernel-cubox.spec ++
--- /var/tmp/diff_new_pack.ntnhMb/_old  2013-09-08 12:03:25.0 +0200
+++ /var/tmp/diff_new_pack.ntnhMb/_new  2013-09-08 12:03:25.0 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.11-rc7
-%define patchversion 3.11.0-rc7
+%define srcversion 3.11
+%define patchversion 3.11.0
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,8 +59,8 @@
 
 Name:   kernel-cubox
 Summary:Kernel for SolidRun Cubox
-Version:3.11.rc7
-Release:RELEASE.g99e1318
+Version:3.11.0
+Release:RELEASE.g712cff0
 License:GPL-2.0
 Group:  System/Kernel
 Url:http://www.kernel.org/
@@ -150,7 +150,7 @@
 Provides:   kernel = %version-%source_rel
 
 
-Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
+Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
 Source2:source-post.sh
 Source3:kernel-source.rpmlintrc
 Source8:devel-pre.sh

++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.ntnhMb/_old  2013-09-08 12:03:25.0 +0200
+++ /var/tmp/diff_new_pack.ntnhMb/_new  2013-09-08 12:03:25.0 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.11-rc7
-%define patchversion 3.11.0-rc7
+%define srcversion 3.11
+%define patchversion 3.11.0
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,8 +59,8 @@
 
 Name:   kernel-debug
 Summary:A Debug Version of the Kernel
-Version:3.11.rc7
-Release:RELEASE.g99e1318
+Version:3.11.0
+Release:RELEASE.g712cff0
 License:GPL-2.0
 Group:  System/Kernel
 Url:http://www.kernel.org/
@@ -153,7 +153,7 @@
 Obsoletes:  kernel-kdump
 %endif
 
-Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
+Source0:
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
 Source2:source-post.sh
 Source3:kernel-source.rpmlintrc
 Source8:devel-pre.sh

++ kernel-default.spec ++
--- /var/tmp/diff_new_pack.ntnhMb/_old  2013-09-08 12:03:25.0 +0200
+++ /var/tmp/diff_new_pack.ntnhMb/_new  2013-09-08 12:03:25.0 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.11-rc7
-%define patchversion 3.11.0-rc7
+%define srcversion 3.11
+%define patchversion 3.11.0
 %define variant %{nil}
 %define 

commit kiwi for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

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

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-08-30 
11:40:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-09-08 
13:03:09.0 +0200
@@ -1,0 +2,111 @@
+Fri Sep  6 12:30:07 CEST 2013 - m...@suse.de
+
+- v5.05.32 released
+  
+---
+Thu Sep  5 16:54:30 CEST 2013 - m...@suse.de
+  
+- fixed creation of overlay root files in migration mode
+  * if the creation of a hardlink is not possible due to cross
+device references e.g /tmp not on the same device, we create
+a symbolic link instead.
+
+---
+Thu Sep  5 11:48:25 CEST 2013 - m...@suse.de
+
+- fixed packages/collection setup in migration module
+  
+---
+Thu Sep  5 10:40:15 CEST 2013 - m...@suse.de
+  
+- use the XML writer based on a template for the migration code
+  * /usr/share/kiwi/modules/KIWIMigrate.kiwi forms the template
+  * the migration reads in the template and operates on the
+xml object to add data. At the end writeXML() creates the
+new description file
+
+---
+Thu Sep  5 10:36:25 CEST 2013 - m...@suse.de
+
+- fixed some typos in imageConfig comment block
+  
+---
+Wed Sep  4 10:15:53 CEST 2013 - m...@suse.de
+  
+- added KIWIMigrate.kiwi template file for later use
+  in KIWIMigrate when the XML writer will be used there
+  
+---
+Tue Sep  3 21:56:02 CEST 2013 - m...@suse.de
+  
+- fixed writeXML
+  * make sure __collectXMLListData works correctly with replaces data
+  * make sure KIWIXMLPackageData::getXMLElement handle 'none'
+value in replace data correctly
+
+---
+Tue Sep  3 18:34:09 CEST 2013 - m...@suse.de
+
+- fixed writeXML
+  * don't write duplicate package entries
+  * fixed target file setup in tests/writeTester
+
+---
+Mon Sep  2 16:44:58 CEST 2013 - m...@suse.de
+
+- further enhance indent helper:
+  * make sure kiwi.pl get the right permissions back after the change
+  * make sure the xsl pretty printer also uses spaces and not tabs
+  * make sure the schema RNG format is rebuild
+
+---
+Mon Sep  2 16:05:12 CEST 2013 - m...@suse.de
+
+- added support to specify the size of the recovery partition
+  oem-recovery-part-sizeinteger-value/oem-recovery-part-size
+  The specified size is ignored if it is too small according to
+  the minimum required size. In this case a warning message is
+  printed to the /var/log/boot.kiwi file on first deployment.
+  This implements enhancement (bnc #836657)
+  
+---
+Mon Sep  2 11:10:39 CEST 2013 - m...@suse.de
+  
+- update .indent helper to check config.xml and *.rnc files too
+  
+---
+Fri Aug 30 15:00:45 CEST 2013 - m...@suse.de
+  
+- fixed unit tests due to changed message layout in c:d8405713
+  
+---
+Fri Aug 30 14:47:36 CEST 2013 - m...@suse.de
+  
+- prepare fetchFile() function to be able to handle 'xz'
+  compressed files as well as 'gzip' compressed files. This
+  is related to the enhancement report in (bnc #787400)
+  
+---
+Fri Aug 30 11:51:36 CEST 2013 - rjsch...@suse.de
+  
+- fixed version number for openSUSE 13.1 boot images
+- added cdrkit-cdrtools-compat package for the openSUSE 13.1
+  isoboot boot description to get isoinfo back into the path
+  
+---
+Thu Aug 29 16:27:20 CEST 2013 - m...@suse.de
+  
+- fixed typo in message output, surplus '\n' prior to status flag
+  
+---
+Thu Aug 29 10:40:51 CEST 2013 - m...@suse.de
+  
+- added indention helper, tab to 4 spaces
+  
+---
+Thu Aug 29 10:28:44 CEST 2013 - m...@suse.de
+  
+- removed obsolete modules/.test directory including
+  unused and broken unit tests
+  

commit libQtWebKit4 for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-09-08 13:03:17

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


Package is libQtWebKit4

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2013-08-20 11:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-09-08 13:03:18.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep  3 23:04:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.3.3
+  * Bugfix release
+  * QtWebKit displays the border radii (radius) of a button very ugly
+(webkit#28113)
+  * Resource leak related to gstreamer and videos (webkit#109350)
+  * Fix minor memory leak in slot execution
+  * Potential use-after-free with an event fired at a
+HTMLMediaElement which is currently being deleted (webkit#117466)
+
+---
+Thu Aug 22 21:59:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Dropped no-jit.patch, jit and assembler are now disabled on all
+  arches except x86_64, and that's defined through DEFINE passed
+  to build script as both require SSE2 instructions (bnc#837063)
+- Export LDFLAGS -Wl,--as-needed for reduced linkage
+- Added %{optflags} to qwebview building
+
+---

Old:

  no-jit.patch
  qtwebkit-2.3.2.tar.gz

New:

  qtwebkit-2.3.3.tar.gz



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.OJRNE9/_old  2013-09-08 13:03:21.0 +0200
+++ /var/tmp/diff_new_pack.OJRNE9/_new  2013-09-08 13:03:21.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libQtWebKit4
-%define tar_version 2.3.2
+%define tar_version 2.3.3
 %define qt_version 4.8.5
 Version:%{qt_version}+%{tar_version}
 Release:0
@@ -50,8 +50,6 @@
 Patch11:buffer-ranges.patch
 # PATCH-FIX-UPSTREAM aarch64-support.diff sch...@suse.de -- add support for 
aarch64
 Patch12:aarch64-support.patch
-# PATCH-FIX-UPSTREAM no-jit.patch sch...@suse.de -- No JIT on aarch64 and 
powerpc
-Patch13:no-jit.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -127,9 +125,15 @@
 %patch11 -p1
 %endif
 %patch12 -p1
-%patch13 -p1
 
 %build
+
+%ifnarch x86_64
+jitopts=DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 
DEFINES+=ENABLE_ASSEMBLER=0
+%else
+jitopts=
+%endif
+
 export QTDIR=%{_prefix}
 
 Tools/Scripts/build-webkit \
@@ -138,13 +142,17 @@
   --prefix=%{_prefix} \
   --no-webkit2 \
   --release \
-%ifarch %ix86
+%ifnarch x86_64
   --no-force-sse2 \
 %endif
-  --qmakearg=CONFIG+=production_build CONFIG+=use_system_icu 
QMAKE_CFLAGS+=\${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\ 
QMAKE_CXXFLAGS+=\${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\ 
DEFINES+=USE_GSTREAMER=1 DEFINES+=HAVE_LIBWEBP=1
+  --qmakearg=CONFIG+=production_build CONFIG+=use_system_icu 
QMAKE_CFLAGS+=\${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\ 
QMAKE_CXXFLAGS+=\${RPM_OPT_FLAGS} $(getconf LFS_CFLAGS)\ 
QMAKE_LFLAGS+=-Wl,--as-needed DEFINES+=USE_GSTREAMER=1 
DEFINES+=HAVE_LIBWEBP=1 $jitopts
 
 pushd tools/designer/src/plugins/qwebview/
 qmake
+qmake \
+  QMAKE_CXXFLAGS+=%{optflags} \
+  QMAKE_CFLAGS+=%{optflags} \
+  QMAKE_LFLAGS+=-Wl,--as-needed
 make
 popd
 

++ qtwebkit-2.3.2.tar.gz - qtwebkit-2.3.3.tar.gz ++
/work/SRC/openSUSE:Factory/libQtWebKit4/qtwebkit-2.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.libQtWebKit4.new/qtwebkit-2.3.3.tar.gz differ: char 
5, line 1

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



commit rpm for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-09-08 13:03:37

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


Package is rpm

Changes:

rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2013-09-04 14:04:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-09-08 
13:03:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 12:01:51 UTC 2013 - sch...@linux-m68k.org
+
+- brp-compress-no-img.patch: don't compress image files
+
+---

New:

  brp-compress-no-img.patch



Other differences:
--
rpm-python.spec: same change
++ rpm.spec ++
--- /var/tmp/diff_new_pack.NsLCaS/_old  2013-09-08 13:03:40.0 +0200
+++ /var/tmp/diff_new_pack.NsLCaS/_new  2013-09-08 13:03:40.0 +0200
@@ -136,6 +136,7 @@
 Patch82:noposttrans.diff
 Patch83:debug_gdb_scripts.diff
 Patch84:beedigest.diff
+Patch85:brp-compress-no-img.patch
 Patch6464:  auto-config-update-aarch64.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
@@ -222,7 +223,7 @@
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
-%patch -P 80 -P 81 -P 82 -P 83 -P 84
+%patch -P 80 -P 81 -P 82 -P 83 -P 84 -P 85
 %ifarch aarch64
 %patch6464
 %endif

++ brp-compress-no-img.patch ++
--- scripts/brp-compress2013-09-02 19:00:09.0 +0200
+++ scripts/brp-compress2013-09-02 19:03:12.0 +0200
@@ -47,6 +47,7 @@ do
 find $d -type f ! -name dir | while read f
 do
 [ -f $f ] || continue
+   case $(file $f) in *image data*) continue;; esac
 
case $f in
 *.gz|*.Z)gunzip  $f || check_for_hard_link $d $f; b=`echo $f | 
sed -e 's/\.\(gz\|Z\)$//'`;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tiff for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2013-09-08 13:06:02

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


Package is tiff

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2013-06-28 
19:29:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2013-09-08 
13:06:03.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 21 12:57:57 UTC 2013 - pgaj...@suse.com
+
+- security update
+  * CVE-2013-4232.patch [bnc#834477]
+  * CVE-2013-4231.patch [bnc#834477]
+  * CVE-2013-4244.patch [bnc#834788]
+  * CVE-2013-4243.patch [bnc#834779]
+
+---

New:

  tiff-4.0.3-CVE-2013-4231.patch
  tiff-4.0.3-CVE-2013-4232.patch
  tiff-4.0.3-CVE-2013-4243.patch
  tiff-4.0.3-CVE-2013-4244.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.iQ7zit/_old  2013-09-08 13:06:03.0 +0200
+++ /var/tmp/diff_new_pack.iQ7zit/_new  2013-09-08 13:06:03.0 +0200
@@ -56,6 +56,10 @@
 Patch6: tiff-%{version}-double-free.patch
 # http://bugzilla.maptools.org/show_bug.cgi?id=2442
 Patch7: tiff-%{version}-compress-warning.patch
+Patch8: tiff-4.0.3-CVE-2013-4232.patch
+Patch9: tiff-4.0.3-CVE-2013-4231.patch
+Patch10:tiff-4.0.3-CVE-2013-4244.patch
+Patch11:tiff-4.0.3-CVE-2013-4243.patch
 # FYI: this issue is solved another way
 # http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1
 # Patch9: tiff-%{version}-lzw-CVE-2009-2285.patch
@@ -107,6 +111,10 @@
 %patch5
 %patch6
 %patch7 -p1
+%patch8
+%patch9
+%patch10
+%patch11
 
 %build
 %configure --disable-static --with-pic

++ tiff-4.0.3-CVE-2013-4231.patch ++
Index: gif2tiff.c
===
RCS file: /cvs/maptools/cvsroot/libtiff/tools/gif2tiff.c,v
retrieving revision 1.12
diff -u -r1.12 gif2tiff.c
--- tools/gif2tiff.c15 Dec 2010 00:22:44 -  1.12
+++ tools/gif2tiff.c13 Aug 2013 08:25:38 -
@@ -333,6 +333,10 @@
 int status = 1;
 
 datasize = getc(infile);
+
+if (datasize  12)
+return 0;
+
 clear = 1  datasize;
 eoi = clear + 1;
 avail = clear + 2;

++ tiff-4.0.3-CVE-2013-4232.patch ++
Index: tiff2pdf.c
===
RCS file: /cvs/maptools/cvsroot/libtiff/tools/tiff2pdf.c,v
retrieving revision 1.71
diff -u -r1.71 tiff2pdf.c
--- tools/tiff2pdf.c2 May 2013 14:54:08 -   1.71
+++ toolstiff2pdf.c 13 Aug 2013 04:45:40 -
@@ -2462,6 +2462,7 @@
TIFFFileName(input));
t2p-t2p_error = T2P_ERR_ERROR;
  _TIFFfree(buffer);
+  return(0);
} else {
buffer=samplebuffer;
t2p-tiff_datasize *= t2p-tiff_samplesperpixel;

++ tiff-4.0.3-CVE-2013-4243.patch ++
Index: tools/gif2tiff.c
===
--- tools/gif2tiff.c.orig
+++ tools/gif2tiff.c
@@ -280,6 +280,10 @@ readgifimage(char* mode)
 fprintf(stderr, no colormap present for image\n);
 return (0);
 }
+if (width == 0 || height == 0) {
+fprintf(stderr, Invalid value of width or height\n);
+return(0);
+}
 if ((raster = (unsigned char*) _TIFFmalloc(width*height+EXTRAFUDGE)) == 
NULL) {
 fprintf(stderr, not enough memory for image\n);
 return (0);
@@ -406,6 +410,10 @@ process(register int code, unsigned char
 fprintf(stderr, bad input: code=%d is larger than 
clear=%d\n,code, clear);
 return 0;
 }
+if (*fill = raster + width*height) {
+fprintf(stderr, raster full before eoi code\n);
+return 0;
+}
*(*fill)++ = suffix[code];
firstchar = oldcode = code;
return 1;
@@ -436,6 +444,10 @@ process(register int code, unsigned char
 }
 oldcode = incode;
 do {
+if (*fill = raster + width*height) {
+fprintf(stderr, raster full before eoi code\n);
+return 0;
+}
*(*fill)++ = *--stackp;
 } while (stackp  stack);
 return 1;
++ tiff-4.0.3-CVE-2013-4244.patch ++
Index: gif2tiff.c
===
RCS file: /cvs/maptools/cvsroot/libtiff/tools/gif2tiff.c,v
retrieving revision 1.12
diff -u -r1.12 gif2tiff.c
--- tools/gif2tiff.c15 Dec 2010 00:22:44 -  1.12
+++ tools/gif2tiff.c14 Aug 2013 04:28:07 -
@@ 

commit device-mapper for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package device-mapper for openSUSE:Factory 
checked in at 2013-09-08 15:21:58

Comparing /work/SRC/openSUSE:Factory/device-mapper (Old)
 and  /work/SRC/openSUSE:Factory/.device-mapper.new (New)


Package is device-mapper

Changes:

--- /work/SRC/openSUSE:Factory/device-mapper/device-mapper.changes  
2013-08-30 11:35:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/device-mapper.changes 
2013-09-08 15:21:59.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  8 09:35:52 UTC 2013 - co...@suse.com
+
+- readd devel package to baselibs.conf
+
+---



Other differences:
--

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.V39AwH/_old  2013-09-08 15:22:00.0 +0200
+++ /var/tmp/diff_new_pack.V39AwH/_new  2013-09-08 15:22:00.0 +0200
@@ -1 +1,2 @@
 device-mapper
+device-mapper-devel

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



commit btrfsprogs for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2013-09-08 15:21:48

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


Package is btrfsprogs

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2013-08-27 
20:32:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2013-09-08 15:21:49.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  5 16:33:50 CEST 2013 - dste...@suse.cz
+
+- btrfs-progs-mkfs-default-extref.diff: turn on extended refs by
+  default, (aka hardlink count limtitation) (bnc#835695)
+
+---

New:

  btrfs-progs-mkfs-default-extref.diff



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.jFUZHx/_old  2013-09-08 15:21:50.0 +0200
+++ /var/tmp/diff_new_pack.jFUZHx/_new  2013-09-08 15:21:50.0 +0200
@@ -35,6 +35,7 @@
 Patch10:0010-Btrfs-progs-make-btrfsck-a-hardlink-at-install-time.patch
 Patch12:0012-libbtrfs-Set-SONAME-to-libbtrfs.so.0-instead-of-libb.patch
 Patch40:0040-btrfs-progs-fix-loop-device-mount-checks.patch
+Patch1: btrfs-progs-mkfs-default-extref.diff
 Patch1000:  local-version-override.patch
 Patch1001:  btrfs-progs-use-IEEE1541-suffixes-for-sizes.patch
 Patch1002:  btrfs-progs-add-man-page-for-btrfs-convert.patch
@@ -77,6 +78,7 @@
 %patch10 -p1
 %patch12 -p1
 %patch40 -p1
+%patch1 -p1
 %patch1000 -p1
 %patch1001 -p1
 %patch1002 -p1

++ btrfs-progs-mkfs-default-extref.diff ++
Index: btrfs-progs-v0.20-rc1-335-gf00dd83/mkfs.c
===
--- btrfs-progs-v0.20-rc1-335-gf00dd83.orig/mkfs.c
+++ btrfs-progs-v0.20-rc1-335-gf00dd83/mkfs.c
@@ -1520,6 +1520,8 @@ raid_groups:
 
super = root-fs_info-super_copy;
flags = btrfs_super_incompat_flags(super);
+   printf(Turning on extended refs (higher hardlink limit)\n);
+   flags |= BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF;
 
if (mixed)
flags |= BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hyper-v for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2013-09-08 15:27:34

Comparing /work/SRC/openSUSE:Factory/hyper-v (Old)
 and  /work/SRC/openSUSE:Factory/.hyper-v.new (New)


Package is hyper-v

Changes:

--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2013-08-23 
11:06:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes 2013-09-08 
15:27:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  8 10:36:29 CEST 2013 - oher...@suse.de
+
+- Update Supplements: modalias(dmi:*)
+
+---



Other differences:
--
++ hyper-v.spec ++
--- /var/tmp/diff_new_pack.RvCsoN/_old  2013-09-08 15:27:36.0 +0200
+++ /var/tmp/diff_new_pack.RvCsoN/_new  2013-09-08 15:27:36.0 +0200
@@ -26,7 +26,7 @@
 Summary:Microsoft Hyper-V tools
 License:GPL-2.0
 Group:  System/Kernel
-Supplements:
modalias(dmi*:svn*MicrosoftCorporation*:pn*VirtualMachine*:rn*VirtualMachine*)
+Supplements:
modalias(dmi:*svnMicrosoftCorporation*pnVirtualMachine*rnVirtualMachine*)
 Supplements:modalias(pci:v1414d5353sv*sd*bc*sc*i*)
 Url:http://www.kernel.org
 # Arbitrary version number

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



commit python-slimit for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package python-slimit for openSUSE:Factory 
checked in at 2013-09-08 15:27:54

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


Package is python-slimit

Changes:

--- /work/SRC/openSUSE:Factory/python-slimit/python-slimit.changes  
2012-06-26 17:26:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-slimit.new/python-slimit.changes 
2013-09-08 15:27:55.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 21:14:10 UTC 2013 - os-...@jacraig.com
+
+- Add requires for odict and ply = 3.4, they are necessary to run slimit.
+
+---



Other differences:
--
++ python-slimit.spec ++
--- /var/tmp/diff_new_pack.uGSICi/_old  2013-09-08 15:27:56.0 +0200
+++ /var/tmp/diff_new_pack.uGSICi/_new  2013-09-08 15:27:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-slimit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 BuildRequires:  python-odict
 BuildRequires:  python-ply = 3.4
 BuildRequires:  unzip
+Requires:   python-odict
+Requires:   python-ply = 3.4
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else


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



commit salt for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2013-09-08 15:29:30

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2013-08-13 
13:09:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2013-09-08 
15:29:32.0 +0200
@@ -1,0 +2,23 @@
+Sat Sep  7 22:44:41 UTC 2013 - abo...@gmail.com
+
+- Update 0.16.4 bugfix release:
+  - Multiple documentation improvements/additions
+  - Added the osfinger and osarch grains
+  - Fix bug in :mod:`hg.latest salt.states.hg.latest` state 
+  that would erroneously delete directories (:issue:`6661`)
+  - Fix bug related to pid not existing for 
+  :mod:`ps.top salt.modules.ps.top` (:issue:`6679`)
+  - Fix regression in :mod:`MySQL returner salt.returners.mysql` 
+  (:issue:`6695`)
+  - Fix IP addresses grains (ipv4 and ipv6) to include all addresses
+  (:issue:`6656`)
+  - Fix regression preventing authenticated FTP (:issue:`6733`)
+  - Fix :mod:`file.contains salt.modules.file.contains` on values 
+  YAML parses as non-string (:issue:`6817`)
+  - Fix :mod:`file.get_gid salt.modules.file.get_gid`, 
+  :mod:`file.get_uid salt.modules.file.get_uid`, and 
+  :mod:`file.chown salt.modules.file.chown` for broken symlinks 
+  (:issue:`6826`)
+  - Fix comment for service reloads in service state (:issue:`6851`)
+  
+---

Old:

  salt-0.16.3.tar.gz

New:

  salt-0.16.4.tar.gz
  salt.SuSEfirewall2



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.ZPTzYS/_old  2013-09-08 15:29:33.0 +0200
+++ /var/tmp/diff_new_pack.ZPTzYS/_new  2013-09-08 15:29:33.0 +0200
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   salt
-Version:0.16.3
+Version:0.16.4
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
@@ -31,6 +30,7 @@
 Source5:%{name}-syndic.service
 Source6:%{name}-minion.service
 Source7:%{name}.logrotate
+Source8:%{name}.SuSEfirewall2
 %if 0%{?sles_version}
 BuildRequires:  python
 Requires:   python
@@ -43,6 +43,9 @@
 BuildRequires:  python-msgpack-python
 BuildRequires:  python-pycrypto
 BuildRequires:  python-pyzmq = 2.1.9
+BuildRequires:  unzip
+# Disabled for now when salt-testing and salt 0.17 is available.
+#BuildRequires:  salt-testing
 Requires:   logrotate
 Requires:   python-Jinja2
 Requires:   python-M2Crypto
@@ -50,6 +53,7 @@
 Requires:   python-msgpack-python
 Requires:   python-pycrypto
 Requires:   python-pyzmq = 2.1.9
+Requires:  python-GitPython
 Requires(pre): %fillup_prereq
 Requires(pre): %insserv_prereq
 %if 0%{?suse_version} = 1210
@@ -68,6 +72,16 @@
 BuildArch:  noarch
 %endif
 
+# Disabled for now when salt-testing and salt 0.17 is available.
+#%if 0%{?suse_version} != 1220  0%{?suse_version} != 1230
+BuildRequires: python-unittest2
+# this BR causes windows tests to happen
+# clearly, that's not desired
+# https://github.com/saltstack/salt/issues/3749
+BuildRequires: python-mock
+BuildRequires: git
+#%endif
+
 %description
 Salt is a distributed remote execution system used to execute commands and
 query data. It was developed in order to bring the best solutions found in
@@ -150,6 +164,16 @@
 #
 ##logrotate file
 install -Dpm 0644  %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/salt
+#
+##SuSEfirewall2 file
+install -Dpm 0644  %{SOURCE8} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
+
+# Disabled for now when salt-testing and salt 0.17 is available.
+#%if 0%{?suse_version} != 1220  0%{?suse_version} != 1230
+#%check
+#export only_local_network=False
+#%{__python} setup.py test --runtests-opts=-u
+#%endif
 
 %preun -n salt-syndic
 %stop_on_removal salt-syndic
@@ -239,6 +263,8 @@
 %{_bindir}/salt-cp
 %{_bindir}/salt-key
 %{_bindir}/salt-run
+# Salt-ssh only available in salt 0.17
+#%{_bindir}/salt-ssh
 %{_mandir}/man1/salt-master.1.*
 %{_mandir}/man1/salt.1.*
 %{_mandir}/man1/salt-cp.1.*
@@ -246,6 +272,7 @@
 %{_mandir}/man1/salt-run.1.*
 %{_sbindir}/rcsalt-master
 %config(noreplace) %{_sysconfdir}/init.d/salt-master
+%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
 %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/master
 %{_sysconfdir}/salt/master.d
 %dir /srv/salt

++ salt-0.16.3.tar.gz - salt-0.16.4.tar.gz ++
 4755 lines of diff (skipped)

++ salt.SuSEfirewall2 ++
## Name: Salt Stack
## Description: Open ports for Salt 

commit systemd for openSUSE:Factory

2013-09-08 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-09-08 15:31:37

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-08-23 
11:06:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-09-08 15:31:38.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  6 15:02:08 UTC 2013 - fcro...@suse.com
+
+- Remove
+  force-lvm-restart-after-cryptsetup-target-is-reached.patch and
+  remove additional dependencies on LVM in other patches: LVM has
+  now systemd support, no need to work around it anymore in
+  systemd.
+
+---
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-08-23 
11:06:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-09-08 
15:31:38.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  6 15:02:08 UTC 2013 - fcro...@suse.com
+
+- Remove
+  force-lvm-restart-after-cryptsetup-target-is-reached.patch and
+  remove additional dependencies on LVM in other patches: LVM has
+  now systemd support, no need to work around it anymore in
+  systemd.
+
+---

Old:

  force-lvm-restart-after-cryptsetup-target-is-reached.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.FQyQYd/_old  2013-09-08 15:31:39.0 +0200
+++ /var/tmp/diff_new_pack.FQyQYd/_new  2013-09-08 15:31:39.0 +0200
@@ -128,7 +128,6 @@
 Patch7: 
service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
 Patch8: module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch
 Patch9: 
remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
-Patch10:force-lvm-restart-after-cryptsetup-target-is-reached.patch
 Patch11:delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch
 Patch12:
Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch
 Patch13:ensure-sysctl-are-applied-after-modules-are-loaded.patch
@@ -393,7 +392,6 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1

++ systemd.spec ++
--- /var/tmp/diff_new_pack.FQyQYd/_old  2013-09-08 15:31:40.0 +0200
+++ /var/tmp/diff_new_pack.FQyQYd/_new  2013-09-08 15:31:40.0 +0200
@@ -123,7 +123,6 @@
 Patch7: 
service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch
 Patch8: module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch
 Patch9: 
remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch
-Patch10:force-lvm-restart-after-cryptsetup-target-is-reached.patch
 Patch11:delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch
 Patch12:
Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch
 Patch13:ensure-sysctl-are-applied-after-modules-are-loaded.patch
@@ -388,7 +387,6 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1

++ delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch ++
--- /var/tmp/diff_new_pack.FQyQYd/_old  2013-09-08 15:31:40.0 +0200
+++ /var/tmp/diff_new_pack.FQyQYd/_new  2013-09-08 15:31:40.0 +0200
@@ -1,6 +1,6 @@
 From: Frederic Crozat fcro...@suse.com
 Date: Wed, 9 Nov 2011 11:10:49 +0100
-Subject: delay fsck / cryptsetup after md / dmraid / lvm are started
+Subject: delay fsck / cryptsetup after md / dmraid are started
 
 ---
  src/cryptsetup/cryptsetup-generator.c | 1 +
@@ -13,7 +13,7 @@
  Conflicts=umount.target\n
  DefaultDependencies=no\n
  BindsTo=dev-mapper-%i.device\n
-+After=md.service dmraid.service lvm.service\n
++After=md.service dmraid.service\n
  After=systemd-readahead-collect.service 
systemd-readahead-replay.service\n,
  f);
  
@@ -24,7 +24,7 @@
  DefaultDependencies=no
  BindsTo=%i.device
 -After=systemd-readahead-collect.service systemd-readahead-replay.service 
%i.device
-+After=systemd-readahead-collect.service systemd-readahead-replay.service 
%i.device lvm.service md.service dmraid.service
++After=systemd-readahead-collect.service systemd-readahead-replay.service 
%i.device md.service dmraid.service
  Before=shutdown.target
  
  [Service]

++ ensure-DM-and-LVM-are-started-before-local-fs-pre-target.patch ++
--- /var/tmp/diff_new_pack.FQyQYd/_old  2013-09-08 15:31:40.0 +0200
+++ /var/tmp/diff_new_pack.FQyQYd/_new  2013-09-08