commit fsarchiver for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

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

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


Package is fsarchiver

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2013-03-03 
21:05:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2013-08-22 09:23:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 20 16:06:42 UTC 2013 - sch...@suse.de
+
+- fsarchiver-types.patch: Remove conflicting uses of reserved identifiers
+
+---

New:

  fsarchiver-types.patch



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.4yj7EA/_old  2013-08-22 09:23:11.0 +0200
+++ /var/tmp/diff_new_pack.4yj7EA/_new  2013-08-22 09:23:11.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.fsarchiver.org
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:HOWTO
+# PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
+Patch0: fsarchiver-types.patch
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libgcrypt-devel
@@ -47,6 +49,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 
 %build

++ fsarchiver-types.patch ++
Index: fsarchiver-0.6.17/src/fs_btrfs.h
===
--- fsarchiver-0.6.17.orig/src/fs_btrfs.h
+++ fsarchiver-0.6.17/src/fs_btrfs.h
@@ -79,37 +79,37 @@ static inline u64 btrfs_sb_offset(int mi
 struct btrfs_dev_item 
 {
 /* the internal btrfs device id */
-__le64 devid;
+uint64_t devid;
 
 /* size of the device */
-__le64 total_bytes;
+uint64_t total_bytes;
 
 /* bytes used */
-__le64 bytes_used;
+uint64_t bytes_used;
 
 /* optimal io alignment for this device */
-__le32 io_align;
+uint32_t io_align;
 
 /* optimal io width for this device */
-__le32 io_width;
+uint32_t io_width;
 
 /* minimal io size for this device */
-__le32 sector_size;
+uint32_t sector_size;
 
 /* type and info about this device */
-__le64 type;
+uint64_t type;
 
 /* expected generation for this device */
-__le64 generation;
+uint64_t generation;
 
 /*
  * starting byte of this partition on the device,
  * to allowr for stripe alignment in the future
  */
-__le64 start_offset;
+uint64_t start_offset;
 
 /* grouping information for allocation decisions */
-__le32 dev_group;
+uint32_t dev_group;
 
 /* seek speed 0-100 where 100 is fastest */
 u8 seek_speed;
@@ -133,32 +133,32 @@ struct btrfs_super_block
 u8 csum[BTRFS_CSUM_SIZE];
 /* the first 4 fields must match struct btrfs_header */
 u8 fsid[BTRFS_FSID_SIZE];/* FS specific uuid */
-__le64 bytenr; /* this block number */
-__le64 flags;
+uint64_t bytenr; /* this block number */
+uint64_t flags;
 
 /* allowed to be different from the btrfs_header from here own down */
-__le64 magic;
-__le64 generation;
-__le64 root;
-__le64 chunk_root;
-__le64 log_root;
+uint64_t magic;
+uint64_t generation;
+uint64_t root;
+uint64_t chunk_root;
+uint64_t log_root;
 
 /* this will help find the new super based on the log root */
-__le64 log_root_transid;
-__le64 total_bytes;
-__le64 bytes_used;
-__le64 root_dir_objectid;
-__le64 num_devices;
-__le32 sectorsize;
-__le32 nodesize;
-__le32 leafsize;
-__le32 stripesize;
-__le32 sys_chunk_array_size;
-__le64 chunk_root_generation;
-__le64 compat_flags;
-__le64 compat_ro_flags;
-__le64 incompat_flags;
-__le16 csum_type;
+uint64_t log_root_transid;
+uint64_t total_bytes;
+uint64_t bytes_used;
+uint64_t root_dir_objectid;
+uint64_t num_devices;
+uint32_t sectorsize;
+uint32_t nodesize;
+uint32_t leafsize;
+uint32_t stripesize;
+uint32_t sys_chunk_array_size;
+uint64_t chunk_root_generation;
+uint64_t compat_flags;
+uint64_t compat_ro_flags;
+uint64_t incompat_flags;
+uint16_t csum_type;
 u8 root_level;
 u8 chunk_root_level;
 u8 log_root_level;
@@ -167,7 +167,7 @@ struct btrfs_super_block
 char label[BTRFS_LABEL_SIZE];
 
 /* future expansion */
-__le64 reserved[32];
+uint64_t reserved[32];
 u8 sys_chunk_array[BTRFS_SYSTEM_CHUNK_ARRAY_SIZE];
 } __attribute__ ((__packed__));
 
Index: fsarchiver-0.6.17/src/types.h
===
--- 

commit librsvg for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

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

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


Package is librsvg

Changes:

--- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes  2013-08-19 
15:49:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.librsvg.new/librsvg.changes 2013-08-22 
09:23:05.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 21 11:52:14 UTC 2013 - zai...@opensuse.org
+
+- Downgrade to version 2.37.0:
+  + We can not use librsvg version 2.39.0 as it is too restrictive
+(bgo#706428).
+
+---

Old:

  librsvg-2.39.0.tar.xz

New:

  librsvg-2.37.0.tar.xz



Other differences:
--
++ librsvg.spec ++
--- /var/tmp/diff_new_pack.Y07dib/_old  2013-08-22 09:23:06.0 +0200
+++ /var/tmp/diff_new_pack.Y07dib/_new  2013-08-22 09:23:06.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   librsvg
-Version:2.39.0
+Version:2.37.0
 Release:0
 Summary:A Library for Rendering SVG Data
 License:LGPL-2.0+ and GPL-2.0+
 Group:  System/Libraries
 Url:http://librsvg.sourceforge.net/
-Source: 
http://download.gnome.org/sources/librsvg/2.39/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/librsvg/2.37/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  vala

++ librsvg-2.39.0.tar.xz - librsvg-2.37.0.tar.xz ++
 27138 lines of diff (skipped)

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



commit Mesa for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-08-22 09:23:29

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-08-16 
13:13:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-08-22 
09:23:30.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 20 13:12:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 9.2 rc1
+ * bugfixes over previous snapshot
+
+---

Old:

  mesa-9.1.98.02.tar.bz2

New:

  MesaLib-9.2.0-rc1.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.ey6GNF/_old  2013-08-22 09:23:31.0 +0200
+++ /var/tmp/diff_new_pack.ey6GNF/_new  2013-08-22 09:23:31.0 +0200
@@ -29,11 +29,11 @@
 %define llvm_r600 0 
 %endif
 
-%define _version 9.1.98.02
-%define _name_archive mesa
+%define _version 9.2.0-rc1
+%define _name_archive MesaLib
 
 Name:   Mesa
-Version:9.1.98.02
+Version:9.2.0~rc1
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -97,8 +97,7 @@
 Summary:System for rendering interactive 3-D graphics
 License:MIT
 Group:  System/Libraries
-#Source: 
ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{_name_archive}-%{version}.tar.bz2
-Source: %{_name_archive}-%{version}.tar.bz2
+Source: 
ftp://freedesktop.org/pub/mesa/9.2/%{_name_archive}-%{_version}.tar.bz2
 Source2:baselibs.conf
 Source3:README.updates
 Source4:manual-pages.tar.bz2
@@ -537,7 +536,7 @@
 poor video quality, choppy videos and artefacts all over.
 
 %prep
-%setup -n %{_name_archive}-%{_version} -b4 -q
+%setup -n %{name}-%{_version} -b4 -q
 # remove some docs
 rm -rf docs/README.{VMS,WIN32,OS2}
 #%patch11 -p1

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



commit llvm for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

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

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2013-08-13 
15:29:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2013-08-22 
09:23:24.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 21 11:04:35 UTC 2013 - idon...@suse.com
+
+- Only enable PowerPC on ppc64 
+
+---



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.uuDFsc/_old  2013-08-22 09:23:25.0 +0200
+++ /var/tmp/diff_new_pack.uuDFsc/_new  2013-08-22 09:23:25.0 +0200
@@ -25,6 +25,10 @@
 %define _supported_archs ARM
 %endif
 
+%ifarch ppc64
+%define _supported_archs PowerPC
+%endif
+
 Name:   llvm
 Version:3.3
 Release:0
@@ -175,7 +179,7 @@
 %endif
 
 # Only enable target archs otherwise llvm-config is messed up
-%ifnarch arm
+%ifnarch ppc64 arm
 sed -i s,subdirectories = .*,subdirectories = AArch64 ARM PowerPC R600 
X86, lib/Target/LLVMBuild.txt
 %endif
 
@@ -183,6 +187,10 @@
 sed -i s,subdirectories = .*,subdirectories = ARM, lib/Target/LLVMBuild.txt
 %endif
 
+%ifarch ppc64
+sed -i s,subdirectories = .*,subdirectories = PowerPC, 
lib/Target/LLVMBuild.txt
+%endif
+
 sed -i s,IntelJITEvents OProfileJIT,, lib/ExecutionEngine/LLVMBuild.txt
 echo  utils/unittest/LLVMBuild.txt
 


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



commit libqxmpp for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package libqxmpp for openSUSE:Factory 
checked in at 2013-08-22 09:23:16

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


Package is libqxmpp

Changes:

--- /work/SRC/openSUSE:Factory/libqxmpp/libqxmpp.changes2013-03-24 
22:00:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqxmpp.new/libqxmpp.changes   2013-08-22 
09:23:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 19 17:07:28 UTC 2013 - dap.darkn...@gmail.com
+
+- Full VoIP support was enabled.
+- Spec was fixed up via spec-cleaner.
+
+---



Other differences:
--
++ libqxmpp.spec ++
--- /var/tmp/diff_new_pack.GUZB6h/_old  2013-08-22 09:23:18.0 +0200
+++ /var/tmp/diff_new_pack.GUZB6h/_new  2013-08-22 09:23:18.0 +0200
@@ -19,14 +19,18 @@
 Name:   libqxmpp
 Version:0.7.6
 Release:0
-Source0:https://qxmpp.googlecode.com/files/qxmpp-%{version}.tar.gz
-Source1:baselibs.conf
 Summary:Qt XMPP Library
 License:LGPL-2.0+
 Group:  System/Libraries
 Url:https://code.google.com/p/qxmpp/
+Source0:https://qxmpp.googlecode.com/files/qxmpp-%{version}.tar.gz
+Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libqt4-devel
+BuildRequires:  libtheora-devel
+%if 0%{?suse_version} = 1140
+BuildRequires:  libvpx-devel
+%endif
 BuildRequires:  speex-devel
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,11 +75,11 @@
 QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.
 
 %package doc
-%if 0%{suse_version}  1110
-BuildArch:  noarch
-%endif
 Summary:Qxmpp library documentation
 Group:  Documentation/HTML
+%if 0%{?suse_version}  1110
+BuildArch:  noarch
+%endif
 
 %description doc
 This packages provides documentation of Qxmpp library API.
@@ -84,7 +88,17 @@
 %setup -q -n qxmpp-%{version}
 
 %build
-qmake PREFIX=%{_prefix} LIBDIR=%{_lib} QMAKE_STRIP= 
QMAKE_CXXFLAGS+=%{optflags}
+qmake \
+  PREFIX=%{_prefix} \
+  LIBDIR=%{_lib} \
+  QMAKE_STRIP= \
+  QMAKE_CXXFLAGS+=%{optflags} \
+%if 0%{?suse_version} = 1140
+  QXMPP_USE_VPX=1 \
+%endif
+  QXMPP_USE_SPEEX=1 \
+  QXMPP_USE_THEORA=1
+
 make %{?_smp_mflags}
 
 %install

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



commit shellinabox for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

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

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


Package is shellinabox

Changes:

--- /work/SRC/openSUSE:Factory/shellinabox/shellinabox.changes  2013-02-08 
23:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.shellinabox.new/shellinabox.changes 
2013-08-22 09:37:38.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 14 11:28:34 UTC 2013 - lsle...@suse.cz
+
+- use --disable-runtime-loading configure option - fixes not
+  working SSL support loading at runtime (links SSL library
+  directly at build time)
+- use 127.0.0.1 SSH host name if the machine host name cannot be
+  resolved
+
+---



Other differences:
--
++ shellinabox.spec ++
--- /var/tmp/diff_new_pack.LSD7DM/_old  2013-08-22 09:37:39.0 +0200
+++ /var/tmp/diff_new_pack.LSD7DM/_new  2013-08-22 09:37:39.0 +0200
@@ -52,7 +52,9 @@
 %setup -q
 %patch -p1
 %patch1 -p1
-%configure
+# disable runtime loading (does not work properly),
+# link the libraries directly
+%configure --disable-runtime-loading
 
 %build
 make %{?_smp_mflags}

++ rcshellinabox ++
--- /var/tmp/diff_new_pack.LSD7DM/_old  2013-08-22 09:37:39.0 +0200
+++ /var/tmp/diff_new_pack.LSD7DM/_new  2013-08-22 09:37:39.0 +0200
@@ -120,7 +120,13 @@
 PID_FILE=/var/run/shellinaboxd.pid
 CERTIFICATEPATH=/etc/shellinabox/certs
 CERTIFICATEFILE=$CERTIFICATEPATH/certificate.pem
-OPTIONS=--background=$PID_FILE -u shellinabox -s /:SSH -c $CERTIFICATEPATH
+
+# use 127.0.0.1 as the host for SSH connection if the machine
+# host name cannot be resolved 
+if ! host `hostname`  /dev/null; then
+SSH_OPTION=:127.0.0.1
+fi
+OPTIONS=--background=$PID_FILE -u shellinabox -s /:SSH$SSH_OPTION -c 
$CERTIFICATEPATH
 
 # Source LSB init functions
 # providing start_daemon, killproc, pidofproc,

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



commit fwnn for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package fwnn for openSUSE:Factory checked in 
at 2013-08-22 10:53:54

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


Package is fwnn

Changes:

--- /work/SRC/openSUSE:Factory/fwnn/fwnn.changes2012-12-19 
10:55:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.fwnn.new/fwnn.changes   2013-08-22 
10:53:57.0 +0200
@@ -1,0 +2,339 @@
+Thu Aug 15 15:42:53 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- Modify FreeWnn-prototypes_3.patch .
+  I found a bug in make_hinsi_list() at Wnn/jserver/hinsi_list.c,
+  then fixed it . 
+
+---
+Thu Aug 15 15:07:13 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- Add FreeWnn-prototypes_3.patch .
+  Prototype declarations for reducing compilation warnings .
+
+---
+Fri Aug  9 00:51:15 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- Add FreeWnn-prototypes_msg.patch .
+  Bugfix: In openSUSE 13.1 Milestone 3,
+  uum could not get error messages .
+  This issue's cause is that we forgot prototype declaration
+  of msg_get() in Wnn/include/msg.h .
+  Then I added FreeWnn-prototypes_msg.patch as %Patch15 .
+  http://lists.opensuse.org/opensuse-ja/2013-08/msg00014.html
+  
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000140.html
+- I added %configure --with-libwrap option .
+  The [jctk]server s were linked -lwrap .
+  Then we can use /etc/hosts.allow /etc/hosts.deny .
+- Degrade fix: In FreeWnn-prototypes.patch,
+  I invalidated the patch of FreeWnn-sighandler.patch .
+  Then I deleted a wrong patch to Wnn/jserver/de.c
+  from FreeWnn-prototypes.patch .
+  
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000141.html
+- Change: In FreeWnn-sighandler.patch,
+  I changed from _exit(-1) to _exit(255) .
+  This change effects [jctk]server's exit status .
+
+---
+Thu Aug  8 04:16:47 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- SLE_11 and openSUSE 12.2 does not provide libwrap0,
+  then I could not build FreeWnn on them .
+  So, I deleted %configure --with-libwrap option
+  and BuildRequires: libwrap0 from fwnn.spec file .
+
+---
+Wed Aug  7 22:53:49 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- The uum can use UNIX 98 pseudoterminal now . (bnc#830533)
+  https://bugzilla.novell.com/show_bug.cgi?id=830533
+- The kuum is packaged in fkwnn .
+- The cuum is packaged in fcwnncom .
+- The [jctk]server s were linked -lwrap .
+  Then we can use /etc/hosts.allow /etc/hosts.deny .
+- This release need not link to -ltermcap, but use ncurses,
+  then fwnn.spec was changed .
+- FreeWnn-trad_cpp.patch:
+  Makefile.in s were changed formats, then remade the patch .
+- FreeWnn-prototypes.patch:
+  Already, many functions were added prototype decraretion
+  in the tarball, then remade this patch .
+- FreeWnn-returnvalue.diff:
+  Already, the tarball's source was fixed about return value .
+  Then this patch was removed .
+- FreeWnn-include.patch:
+  Many sources already included proper header files .
+  Then this patch was remade .
+- Freewnn-1.1.1-a21.dif was deleted,
+  but Freewnn-1.1.1-a22.dif was added:
+  In Wnn/include/jllib.h, many functions were added
+  prototype decraretion in the tarball,
+  then they need not to declare in the patch .
+  In Wnn/jlib/jlib.c, wrong cast changed .
+- FreeWnn-uum.patch, fwnn.spec:
+  Now, FreeWnn need not to use -ltermcap,
+  but need to use -lncursess, then this patch was deleted .
+  And BuildRequires: was changed from termcap to ncurses
+  in fwnn.spec .
+- FreeWnn-ja.patch:
+  FreeWnn-1.1.1-a017/Xsi/Wnn/uum/header.c was changed , then remade it .
+- Fwnn-fsstnd-patch:
+  Changed makerule.mk.in format, then remade it .
+- FreeWnn 1.1.1-a-22 released .
+  * Removed strange word (pronounces as 'Hirokazu', transfers to
+'Kobayashi'). Spotted by some poster of FreeWnn thread in
+2ch.net
+(http://toro.2ch.net/test/read.cgi/unix/1084551838/458)
+  * uum failed to start on traditional systems because opening
+tty fails. Fixed open_pty_traditional()
+to set tty_slave correctly.
+  * Improve libutil detection. Systems that have both ptsname() and
+openpty() does not need libutil, this change (probably)
+covers these systems. ([freewnn-users 133]).
+
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000132.html
+  * libutil is (may be) used only in uum, so separate this library
+(if exists) from normal LIBS.
+Patch by 1xx (itsango at gmail.com) ([freewnn-users 126])
+
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-July/000125.html
+.
+  * Pass 

commit yast2-network for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2013-08-22 10:54:03

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


Package is yast2-network

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2013-08-01 11:08:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2013-08-22 10:54:05.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 21 07:32:22 UTC 2013 - mfi...@suse.com
+
+- bnc#803616
+- do not disable firewall proposal in second stage
+- 3.0.1 
+
+---

Old:

  yast2-network-3.0.0.tar.bz2

New:

  yast2-network-3.0.1.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.QysLxh/_old  2013-08-22 10:54:06.0 +0200
+++ /var/tmp/diff_new_pack.QysLxh/_new  2013-08-22 10:54:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.0.0.tar.bz2 - yast2-network-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.0.0/Makefile.am.common 
new/yast2-network-3.0.1/Makefile.am.common
--- old/yast2-network-3.0.0/Makefile.am.common  2013-07-31 11:51:06.0 
+0200
+++ new/yast2-network-3.0.1/Makefile.am.common  2013-08-21 12:46:57.0 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -43,5 +46,18 @@
echo Syntax check disabled; \
  fi; \
fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
+   fi
 
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.0.0/VERSION 
new/yast2-network-3.0.1/VERSION
--- old/yast2-network-3.0.0/VERSION 2013-07-30 13:21:05.0 +0200
+++ new/yast2-network-3.0.1/VERSION 2013-08-21 12:46:50.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.0.0/autodocs-ycp.ami 
new/yast2-network-3.0.1/autodocs-ycp.ami
--- old/yast2-network-3.0.0/autodocs-ycp.ami2013-07-31 11:51:06.0 
+0200
+++ new/yast2-network-3.0.1/autodocs-ycp.ami2013-08-21 12:46:57.0 
+0200
@@ -17,8 +17,11 @@
 
 htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
 
+# find all files in Yast/ subdirectory if it exists
+YARD_YAST_FILES = $(shell test -d Yast  find Yast -type f)
+
 # use nobase_ prefix to keep the directory structure
-nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(wildcard Yast/*)
+nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(YARD_YAST_FILES)
 CLEANFILES = $(nobase_html_DATA) pod2htm*.tmp
 
 AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.0.0/configure 
new/yast2-network-3.0.1/configure
--- 

commit yast2-firewall for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2013-08-22 10:54:23

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


Package is yast2-firewall

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2013-08-01 11:08:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2013-08-22 10:54:25.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 21 07:21:20 UTC 2013 - mfi...@suse.com
+
+- moved firewall enabling / disabling from second stage to first stage
+- 3.0.1 
+
+---

Old:

  yast2-firewall-3.0.0.tar.bz2

New:

  yast2-firewall-3.0.1.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.pTGbWH/_old  2013-08-22 10:54:26.0 +0200
+++ /var/tmp/diff_new_pack.pTGbWH/_new  2013-08-22 10:54:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firewall-3.0.0.tar.bz2 - yast2-firewall-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.0.0/Makefile.am.common 
new/yast2-firewall-3.0.1/Makefile.am.common
--- old/yast2-firewall-3.0.0/Makefile.am.common 2013-07-31 10:32:08.0 
+0200
+++ new/yast2-firewall-3.0.1/Makefile.am.common 2013-08-21 10:26:53.0 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -43,5 +46,18 @@
echo Syntax check disabled; \
  fi; \
fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
+   fi
 
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.0.0/VERSION 
new/yast2-firewall-3.0.1/VERSION
--- old/yast2-firewall-3.0.0/VERSION2013-07-30 13:33:35.0 +0200
+++ new/yast2-firewall-3.0.1/VERSION2013-08-21 10:26:47.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.0.0/autodocs-ycp.ami 
new/yast2-firewall-3.0.1/autodocs-ycp.ami
--- old/yast2-firewall-3.0.0/autodocs-ycp.ami   2013-07-31 10:32:08.0 
+0200
+++ new/yast2-firewall-3.0.1/autodocs-ycp.ami   2013-08-21 10:26:53.0 
+0200
@@ -17,8 +17,11 @@
 
 htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
 
+# find all files in Yast/ subdirectory if it exists
+YARD_YAST_FILES = $(shell test -d Yast  find Yast -type f)
+
 # use nobase_ prefix to keep the directory structure
-nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(wildcard Yast/*)
+nobase_html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) 
$(wildcard js/*) $(wildcard css/*) $(YARD_YAST_FILES)
 CLEANFILES = $(nobase_html_DATA) pod2htm*.tmp
 
 AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.0.0/configure 

commit libgee for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package libgee for openSUSE:Factory checked 
in at 2013-08-22 10:54:54

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


Package is libgee

Changes:

--- /work/SRC/openSUSE:Factory/libgee/libgee.changes2013-08-12 
11:08:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes   2013-08-22 
10:54:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 21 19:53:35 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.10.3:
+ + Fix various problems with generic arrays.
+
+---

Old:

  libgee-0.10.3.tar.xz

New:

  libgee-0.10.4.tar.xz



Other differences:
--
++ libgee.spec ++
--- /var/tmp/diff_new_pack.uDq0kV/_old  2013-08-22 10:54:57.0 +0200
+++ /var/tmp/diff_new_pack.uDq0kV/_new  2013-08-22 10:54:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgee
-Version:0.10.3
+Version:0.10.4
 Release:0
 # FIXME: Remove -w from CFLAGS when bgo#682526 is fixed.
 Summary:GObject-based library providing commonly used data structures

++ libgee-0.10.3.tar.xz - libgee-0.10.4.tar.xz ++
 98094 lines of diff (skipped)

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



commit perf for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2013-08-22 10:54:46

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


Package is perf

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2013-07-12 
20:51:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2013-08-22 
10:54:47.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 21 22:41:56 UTC 2013 - to...@suse.com
+
+- Resolve build errors
+- Drop patch perf-tests-ppc64-fix-compile-errors.patch (mainline)
+- Refresh patch perl-5.18-nowarn.patch 
+
+---

Old:

  perf-tests-ppc64-fix-compile-errors.patch



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.PzAcgm/_old  2013-08-22 10:54:48.0 +0200
+++ /var/tmp/diff_new_pack.PzAcgm/_new  2013-08-22 10:54:48.0 +0200
@@ -40,7 +40,6 @@
 %{perl_requires}
 
 Patch1: perl-5.18-nowarn.patch
-Patch2: perf-tests-ppc64-fix-compile-errors.patch
 
 Requires:   kernel = 2.6.31
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +56,6 @@
 (cd /usr/src/linux ; tar -cf - COPYING CREDITS README tools include scripts 
Kbuild Makefile arch/*/{include,lib,Makefile} lib) | tar -xf - 
 chmod +x tools/perf/util/generate-cmdlist.sh
 %patch1 -p1
-%patch2 -p1
 
 %build
 cd tools/perf

++ perl-5.18-nowarn.patch ++
--- /var/tmp/diff_new_pack.PzAcgm/_old  2013-08-22 10:54:48.0 +0200
+++ /var/tmp/diff_new_pack.PzAcgm/_new  2013-08-22 10:54:48.0 +0200
@@ -47,16 +47,16 @@
 index b0f164b..3230f9e 100644
 --- a/tools/perf/Makefile
 +++ b/tools/perf/Makefile
-@@ -1035,10 +1035,10 @@
-   $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -Wno-redundant-decls $
+@@ -631,10 +631,10 @@
+   $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -Wno-redundant-decls $
  
  $(OUTPUT)util/scripting-engines/trace-event-perl.o: 
util/scripting-engines/trace-event-perl.c $(OUTPUT)PERF-CFLAGS
--  $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $
-+  $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow 
-Wno-undef -Wno-switch-default $
+-  $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $
++  $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow 
-Wno-undef -Wno-switch-default $
  
  $(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o: 
scripts/perl/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAGS
--  $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter 
-Wno-nested-externs $
-+  $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter 
-Wno-nested-externs -Wno-undef -Wno-switch-default $
+-  $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter 
-Wno-nested-externs $
++  $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter 
-Wno-nested-externs -Wno-undef -Wno-switch-default $
  
  $(OUTPUT)util/scripting-engines/trace-event-python.o: 
util/scripting-engines/trace-event-python.c $(OUTPUT)PERF-CFLAGS
-   $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $(PYTHON_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $
+   $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) 
-Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $

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



commit shim for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2013-08-22 10:55:23

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


Package is shim

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2013-08-12 
14:22:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2013-08-22 
10:55:23.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 20 11:48:25 UTC 2013 - lnus...@suse.de
+
+- fix shell syntax error
+
+---



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.vFRRoU/_old  2013-08-22 10:55:24.0 +0200
+++ /var/tmp/diff_new_pack.vFRRoU/_new  2013-08-22 10:55:24.0 +0200
@@ -134,7 +134,7 @@
echo ERROR: binary changed, need to request new signature!
# don't fail in devel projects
prj=%{_project}
-   if ${prj%%:*} = openSUSE; then
+   if [ ${prj%%:*} = openSUSE ]; then
false
fi
 fi

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



commit argyllcms for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package argyllcms for openSUSE:Factory 
checked in at 2013-08-22 12:28:53

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


Package is argyllcms

Changes:

--- /work/SRC/openSUSE:Factory/argyllcms/argyllcms.changes  2013-08-01 
15:20:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.argyllcms.new/argyllcms.changes 2013-08-22 
12:28:56.0 +0200
@@ -1,0 +2,57 @@
+Tue Aug 20 18:53:03 CEST 2013 - sbra...@suse.cz
+
+- Release 1.6.0:
+  + Added support for JETI specbos 1211 and 1201.
+  + Added Video profiling  3dLut creation support for eeColor and
+MadVR.
+  + Linux profile installation will use colord.
+  + Fix ColorHug driver.
+  + Changed instlib API ambient XYZ and spectral units to Lux.
+  + For those instruments that support it, made ambient readings
+honor refresh mode measurements.
+  + Changed spotread -ew mode to be Bradford chromatic transform
+rather than XYZ scaling.
+  + Added support to xicclu to lookup colors though CAL files.
+  + Added -Y R:rate option to spotread, dispcal, dispread 
+ccxxmake.
+  + By default printtarg will create PS and EPS files with a CUPS
+job ticket to disable color management.
+  + Added display update delay calibration support to i1pro and
+ColorMunki.
+  + Changed dispcal  dispread so that they wait up to 0.5 seconds
+when reading dark patches after light ones to allow for display
+fall time.
+  + Changed dispwin daemon loader mode option from -E to -X.
+  + Changed dispcal verify option from -E to -z.
+  + Added -E option to to dispread to encode test patch colors in
+Video 16-235 range.
+  + Changed CIECAM02 Flare model to distinguish between Flare from
+the image itself, and Glare from ambient light.
+  + Improved i1pro hi-res mode to improve accuracy.
+  + Added Body Centered Cubic grid option to targen.
+  + Added -Yn flag to dispcal and dispread.
+  + Improve robustness of i1d3 display update measurement code.
+  + Added support for applying calibration curves in collink.
+  + Changed spotread so that it won't fall back to emissive spot
+mode if an ambient reading is requested.
+  + Turned off B2A table clip map smoothing.
+  + Fixed crash in ucmm/ucmm.c when loading certain profiles using
+dispwin.
+  + Fixed gamut mapping intent rl to really use relative L*a*b*
+  + Fix bug in cicam02 in V1.5.0 that causes some mapping problems
+in the red for collink -ir or -ila. 
+  + Changed cctiff so that it does lossless JPEG copy when there is
+no color transformation
+  + Fix xicclu so that it works with device links.
+  + Fixed bug in shaper/matrix profile curves that caused random
+bumpy black behaviour.
+  + Don't add colorant tag to .tiff files in cctiff unless it is a
+non-standard space, as Photoshop will barf on such files.
+  + Fix bug with Spyder not being able to break out of dispcal
+adjustment loop.
+  + Fix bug in xicc/xicclu, -K flag not being recognised.
+  + Fix bug in xicc/xmatrix.c introduced that prevents matrix only
+profiles from being created.
+  + libusb 1.0 is now deprecated in favor of native USB drivers.
+
+---

Old:

  Argyll_V1.5.1_src.zip

New:

  Argyll_V1.6.0_src.zip
  argyllcms-decl.patch
  argyllcms-stringcompare.patch
  argyllcms-void.patch



Other differences:
--
++ argyllcms.spec ++
--- /var/tmp/diff_new_pack.0v1QE2/_old  2013-08-22 12:28:57.0 +0200
+++ /var/tmp/diff_new_pack.0v1QE2/_new  2013-08-22 12:28:57.0 +0200
@@ -25,7 +25,7 @@
 %define archivename Argyll_V%{version}%{?alphaversion}_src.zip
 
 Name:   argyllcms
-Version:1.5.1
+Version:1.6.0
 Release:0
 Summary:ICC compatible color management system
 License:AGPL-3.0 and GPL-2.0+ and MIT
@@ -45,6 +45,12 @@
 Patch9: argyllcms-udev-builtin.patch
 # PATCH-FIX-UPSTREAM argyllcms-udev-hwdb.patch fcro...@suse.com -- usb-db is 
replaced by hwdb in recent udev
 Patch10:argyllcms-udev-hwdb.patch
+# PATCH-FIX-UPSTREAM argyllcms-void.patch sbra...@suse.cz -- Fix missing 
return type.
+Patch11:argyllcms-void.patch
+# PATCH-FIX-UPSTREAM argyllcms-decl.patch sbra...@suse.cz -- Add missing 
headers.
+Patch12:argyllcms-decl.patch
+# PATCH-FIX-UPSTREAM argyllcms-stringcompare.patch sbra...@suse.cz -- Fox 
comparison of pointer with string.
+Patch13:argyllcms-stringcompare.patch
 
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -61,6 +67,10 @@
 BuildRequires:  hal
 Requires:   hal
 %endif
+# FIXME: The application dlopens libcolordcompat.so, which does not
+# 

commit rubygem-polkit1 for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-polkit1 for openSUSE:Factory 
checked in at 2013-08-22 13:08:51

Comparing /work/SRC/openSUSE:Factory/rubygem-polkit1 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-polkit1.new (New)


Package is rubygem-polkit1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-polkit1/rubygem-polkit1.changes  
2012-09-11 09:19:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-polkit1.new/rubygem-polkit1.changes 
2013-08-22 13:08:53.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 16 14:23:44 UTC 2013 - lsle...@suse.cz
+
+- support for new polkit = 0.107 (JavaScript rules files)
+  (bnc#816478)
+- 0.1.0
+
+---

Old:

  polkit1-0.0.3.gem

New:

  polkit1-0.1.0.gem



Other differences:
--
++ rubygem-polkit1.spec ++
--- /var/tmp/diff_new_pack.cpRuTm/_old  2013-08-22 13:08:54.0 +0200
+++ /var/tmp/diff_new_pack.cpRuTm/_new  2013-08-22 13:08:54.0 +0200
@@ -17,19 +17,19 @@
 
 # norootforbuild
 Name:   rubygem-polkit1
-Version:0.0.3
+Version:0.1.0
 Release:0
 %define mod_name polkit1
 #
 Group:  Development/Languages/Ruby
 License:GPL-2.0+
-Requires:   rubygem-inifile polkit
+# new polkit with JS rule files
+Requires:   polkit = 0.107
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 BuildRequires:  gcc ruby-devel polkit-devel dbus-1-devel
 %rubygems_requires
-BuildRequires:  rubygem-inifile
 BuildRequires:  rubygem-rake-compiler
 BuildRequires:  rubygem-yard = 0
 #

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



commit amarok for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-08-22 13:10:58

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


Package is amarok

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2013-08-19 
15:47:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-08-22 
13:10:59.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 21 15:04:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
+  from upstream, avoids adding the analyzer applet on phonon backends
+  that don't support it (e.g. vlc)
+
+---

New:

  Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.3m7C9p/_old  2013-08-22 13:11:00.0 +0200
+++ /var/tmp/diff_new_pack.3m7C9p/_new  2013-08-22 13:11:00.0 +0200
@@ -32,6 +32,8 @@
 Patch2: flac_mimetype_bnc671581.diff
 # PATCH-FIX-UPSTREAM revert_solid_workaround.diff
 Patch3: revert_solid_workaround.diff
+# PATCH-FIX-UPSTREAM 
Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids adding the 
analyzer applet on phonon backends that don't support it (e.g. vlc)
+Patch100:   Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -85,6 +87,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch100 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch ++
From e631534993c03244a36ed013c186ad8bf83ca1fd Mon Sep 17 00:00:00 2001
From: Mark Kretschmann kretschm...@kde.org
Date: Sun, 18 Aug 2013 12:22:35 +0200
Subject: [PATCH 02/10] Don't add the analyzer applet when Phonon doesn't
 support it.

Stupid... I forgot about that file.

BUG: 323632
BACKPORT
---
 data/amarok_homerc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/amarok_homerc b/data/amarok_homerc
index d2da7ed..4a5aa4b 100644
--- a/data/amarok_homerc
+++ b/data/amarok_homerc
@@ -1,3 +1,3 @@
 [Containment 0]
 firstShowingApplet=0
-plugins=currenttrack,analyzer,wikipedia,lyrics
+plugins=currenttrack,wikipedia,lyrics
-- 
1.8.3.4

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



commit tomcat.1890 for openSUSE:12.2:Update

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package tomcat.1890 for openSUSE:12.2:Update 
checked in at 2013-08-22 14:14:29

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


Package is tomcat.1890

Changes:

--- /work/SRC/openSUSE:12.2:Update/tomcat.1890/tomcat.changes   2013-08-07 
09:34:40.0 +0200
+++ /work/SRC/openSUSE:12.2:Update/.tomcat.1890.new/tomcat.changes  
2013-08-22 14:14:31.0 +0200
@@ -5,2 +5,2 @@
-- tomcat-CVE-2013-3544-1.patch (bnc#831119)
-- tomcat-CVE-2013-3544-2.patch (bnc#831119)
+- tomcat-CVE-2012-3544-1.patch (bnc#831119)
+- tomcat-CVE-2012-3544-2.patch (bnc#831119)

Old:

  tomcat-CVE-2013-3544-1.patch
  tomcat-CVE-2013-3544-2.patch

New:

  tomcat-CVE-2012-3544-1.patch
  tomcat-CVE-2012-3544-2.patch



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.tqxxsT/_old  2013-08-22 14:14:31.0 +0200
+++ /var/tmp/diff_new_pack.tqxxsT/_new  2013-08-22 14:14:31.0 +0200
@@ -97,9 +97,9 @@
 #PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1408044
 Patch10:tomcat-CVE-2013-2067.patch
 #PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1378702
-Patch11:tomcat-CVE-2013-3544-1.patch
+Patch11:tomcat-CVE-2012-3544-1.patch
 #PATCH-FIX-UPSTREAM: 
http://svn.apache.org/viewvc?view=revisionrevision=1378921
-Patch12:tomcat-CVE-2013-3544-2.patch
+Patch12:tomcat-CVE-2012-3544-2.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ tomcat-CVE-2013-3544-1.patch - tomcat-CVE-2012-3544-1.patch ++

++ tomcat-CVE-2013-3544-1.patch - tomcat-CVE-2012-3544-2.patch ++
--- /work/SRC/openSUSE:12.2:Update/tomcat.1890/tomcat-CVE-2013-3544-1.patch 
2013-08-07 09:34:40.0 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.tomcat.1890.new/tomcat-CVE-2012-3544-2.patch
2013-08-22 14:14:31.0 +0200
@@ -1,157 +1,85 @@
-commit 9bd782371a653fee34e8aa582be7b9411cf98805
+commit e519f4e86bf3447934f1c399ecaff8a222e38241
 Author: Mark Emlyn David Thomas ma...@apache.org
-Date:   Wed Aug 29 20:26:30 2012 +
+Date:   Thu Aug 30 13:12:13 2012 +
 
-Resolve a FIXME and expand unit tests to cover CRLF vs LF checking.
+More chunked encoding improvements
+- Expand unit tests for chunked encoding
+- Fix a parsing error at eol when multiple headers are present (regression 
in r1378702)
+- Make parsing of terminating CRLF non-tolerant (RFC2616 only suggests to 
be tolerant of LF at the end of headers)
+- Revert previous unnecessary change to SimpleHttpClient
 
-git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1378702 
13f79535-47bb-0310-9956-ffa450edef68
+git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1378921 
13f79535-47bb-0310-9956-ffa450edef68
 
 Index: 
apache-tomcat-7.0.27-src/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
 ===
 --- 
apache-tomcat-7.0.27-src.orig/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
 +++ 
apache-tomcat-7.0.27-src/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
-@@ -144,7 +144,7 @@ public class ChunkedInputFilter implemen
- 
- if(needCRLFParse) {
- needCRLFParse = false;
--parseCRLF();
-+parseCRLF(false);
- }
- 
- if (remaining = 0) {
-@@ -179,7 +179,7 @@ public class ChunkedInputFilter implemen
- //so we defer it to the next call BZ 7
- needCRLFParse = true;
- } else {
--parseCRLF(); //parse the CRLF immediately
-+parseCRLF(false); //parse the CRLF immediately
- }
- }
- 
-@@ -302,9 +302,8 @@ public class ChunkedInputFilter implemen
- return false;
- }
- 
--if (buf[pos] == Constants.CR) {
--// FIXME: Improve parsing to check for CRLF 
--} else if (buf[pos] == Constants.LF) {
-+if (buf[pos] == Constants.CR || buf[pos] == Constants.LF) {
-+parseCRLF(false);
- eol = true;
- } else if (buf[pos] == Constants.SEMI_COLON) {
- trailer = true;
-@@ -321,7 +320,10 @@ public class ChunkedInputFilter implemen
- }
- }
- 
--pos++;
-+// Parsing the CRLF increments pos
-+if (!eol) {
-+pos++;
-+}
- 
- }
- 
-@@ -342,9 +344,21 @@ public class ChunkedInputFilter implemen
+@@ -348,7 +348,8 @@ public class 

commit puppet for openSUSE:12.3:Update

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:12.3:Update 
checked in at 2013-08-22 14:14:54

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


Package is puppet

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kn9PIp/_old  2013-08-22 14:14:55.0 +0200
+++ /var/tmp/diff_new_pack.kn9PIp/_new  2013-08-22 14:14:55.0 +0200
@@ -1 +1 @@
-link package='puppet.1506' cicount='copy' /
+link package='puppet.1940' cicount='copy' /

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



commit poppler for openSUSE:12.2:Update

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package poppler for openSUSE:12.2:Update 
checked in at 2013-08-22 14:15:44

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


Package is poppler

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.bGOwES/_old  2013-08-22 14:15:45.0 +0200
+++ /var/tmp/diff_new_pack.bGOwES/_new  2013-08-22 14:15:45.0 +0200
@@ -1 +1 @@
-link package='poppler.1193' cicount='copy' /
+link package='poppler.1943' cicount='copy' /

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



commit poppler-qt.1943 for openSUSE:12.2:Update

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package poppler-qt.1943 for 
openSUSE:12.2:Update checked in at 2013-08-22 14:15:37

Comparing /work/SRC/openSUSE:12.2:Update/poppler-qt.1943 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.poppler-qt.1943.new (New)


Package is poppler-qt.1943

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit poppler.1943 for openSUSE:12.2:Update

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package poppler.1943 for 
openSUSE:12.2:Update checked in at 2013-08-22 14:15:40

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


Package is poppler.1943

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:12.2:Update/.poppler.1943.new/poppler-qt.changes 
2013-08-22 14:15:42.0 +0200
@@ -0,0 +1,1623 @@
+---
+Tue Aug 13 10:02:10 UTC 2013 - zai...@opensuse.org
+
+- Add poppler-bnc834476.patch, fixes bnc#834476 and CVE-2012-2142.
+  Insufficient sanitization of escape sequences in the error
+  message.
+
+---
+Sat Dec 22 00:10:42 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- avoid division by zero when using origpagesizes option
+  (bnc#795582)
+
+---
+Sat Sep 29 16:11:04 UTC 2012 - zai...@opensuse.org
+
+- Add poppler-fix-postscript-error-setprintermode.patch, fix
+  printing with postscript capable printers that fail in some cases 
+  (bnc#774627).
+
+---
+Mon May 14 12:49:22 UTC 2012 - vu...@opensuse.org
+
+- Change pkgconfig(lcms) to pkgconfig(lcms2) since poppler 0.20 now
+  supports lcms2.
+
+---
+Thu May 10 22:22:31 UTC 2012 - badshah...@gmail.com
+
+- Update to version 0.20.0:
+  + Core:
+- Merge Xpdf 3.03
+- Annotation improvements
+- CairoOutputDev:
+  . Fix regression caused by mesh gradients
+  . Use correct userfont font bbox (fdo#48399)
+  . Fix paintTransparencyGroup when both mask and fill opacity
+are required (fdo#48453)
+  . Ensure 0 width lines with stroke_adjust are aligned
+  . Only align stroke coords for horizontal and vertical lines
+(fdo#48318)
+  . Fix stroke pattern with transparency group (fdo#48468)
+  . Update cairo mesh pattern to 1.12 api
+  . Fix some transparency issues (fdo#47739)
+  . Fix regression in some shadings
+  . Avoid setting huge clip area when printing (fdo#44002)
+  . Fix test for rotation (fdo#14619)
+  . Don't read inline image streams twice (fdo#45668)
+  . Set mask matrix before drawing an image with a mask
+(fdo#40828)
+- SplashOutputDev:
+  . Implement Overprint
+  . Fix slow rendering of pdf with a lot of image masks in
+pattern colorspace
+  . Fix rendering of knockout groups (fdo#12185)
+  . Fix cmyk transfer bug (fdo#49341)
+- PSOutputDev: Implement Overprint
+- TextOutputDev: Don't add newline to last line extracted by
+  TextSelectionDumper (fdo#45955)
+- Add support for lcms2
+- More compatible file writing
+- CJK font improvements
+- ttc-ttf fallback is expected for CJK font list in for
+  Windows (fdo#48046)
+- Improve font matching for non embedded fonts
+- Fix typos glyph names in truetype 'post' table standard mac
+  ordering
+- Fix page labels to not have a null character at the end
+- Fix logic error in Rendition parsing code (fdo#47063)
+- Minor API changes to SplashOutputDev (fdo#46622)
+- Expand glyph name ligatures such as ff, ffi etc to
+  normal form (fdo#7002)
+- Use an Identity CharCodeToUnicode for Adobe-Identity and
+  Adobe-UCS collections (fdo#35468)
+- Update glyph names to Unicode values mapping (fdo#13131)
+- Only use Hints table when there are no parse errors
+  (fdo#46459)
+- Fix crash in JBIG2Stream decoding
+- Fix crashes in broken documents
+- Expose POPPLER_VERSION in poppler-config.h
+- Reconstruct xref table if xref needed but missing
+  (fdo#40719)
+- Fix getFullyQualifiedName with unicode field names
+  (fdo#49256)
+- Bring back the Outputdev::begin/endMarkedContent virtuals
+  + Qt4:
+- Annotations can now be modified/added/removed
+- Form support improvements
+- Support for LinkMovie object (fdo#40561)
+- Support for Media Rendition
+- Add the option of PSConverter creating EPS
+- Convert propertly unicode encoded field qualified names
+  + Glib:
+- Add poppler_fonts_iter_get_encoding
+- Add poppler_fonts_iter_get_substitute_name
+- Demo improvements
+- Update gtk-doc makefile and m4 file
+- Fix typos in documentation
+- glib: Use delete[] to free array allocated with new[]
+  (fdo#48447)
+  + Utils:
+- pdftohtml:
+  . Fix crash when the destination file does not exist
+  . Add producer and version to xml output
+  . Fix the mask inversion for PNG
+  . Extract mask 

commit poppler-qt for openSUSE:12.2:Update

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package poppler-qt for openSUSE:12.2:Update 
checked in at 2013-08-22 14:15:38

Comparing /work/SRC/openSUSE:12.2:Update/poppler-qt (Old)
 and  /work/SRC/openSUSE:12.2:Update/.poppler-qt.new (New)


Package is poppler-qt

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.aU0Mu4/_old  2013-08-22 14:15:40.0 +0200
+++ /var/tmp/diff_new_pack.aU0Mu4/_new  2013-08-22 14:15:40.0 +0200
@@ -1 +1 @@
-link package='poppler-qt.1193' cicount='copy' /
+link package='poppler-qt.1943' cicount='copy' /

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