commit glibc for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2015-02-22 17:19:34

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


Package is glibc

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2014-11-04 
17:27:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2015-02-22 17:19:36.0 +0100
@@ -1,0 +2,24 @@
+Thu Feb 12 13:10:20 UTC 2015 - sch...@suse.de
+
+- htm-tabort.patch: Fix TABORT encoding for little endian
+
+---
+Mon Feb  9 09:26:01 UTC 2015 - sch...@suse.de
+
+- Update to glibc 2.21 release.
+  * A new semaphore algorithm has been implemented in generic C code for all
+machines
+  * Added support for TSX lock elision of pthread mutexes on powerpc32,
+powerpc64 and powerpc64le
+  * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for
+AArch64
+  * i386 memcpy functions optimized with SSE2 unaligned load/store
+  * New locales: tu_IN, bh_IN, raj_IN, ce_RU
+  * The obsolete sigvec function has been removed
+- Patches from upstream removed
+  * ifunc-x86-slow-sse4.patch
+  * pthread-mutex-trylock-elision.patch
+- o-tmpfile.patch: Fix value of O_TMPFILE for architectures with
+  non-default O_DIRECTORY (BZ #17912)
+
+---
glibc-utils.changes: same change
glibc.changes: same change

Old:

  glibc-2.20.tar.xz
  ifunc-x86-slow-sse4.patch
  pthread-mutex-trylock-elision.patch

New:

  glibc-2.21.tar.xz
  htm-tabort.patch
  o-tmpfile.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.dfpFAU/_old  2015-02-22 17:19:38.0 +0100
+++ /var/tmp/diff_new_pack.dfpFAU/_new  2015-02-22 17:19:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glibc-testsuite
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -100,10 +100,9 @@
 # 3.1 is the openSUSE 12.1 kernel
 %define enablekernel 3.0
 
-Version:2.20
+Version:2.21
 Release:0
-%define glibc_major_version 2.20
-%define git_id b8079dd0d360
+%define git_id 4e42b5b8f89f
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Source: glibc-%{version}-%{git_id}.tar.xz
@@ -232,8 +231,8 @@
 ###
 # Patches from upstream
 ###
-# PATCH-FIX-UPSTREAM Fix misdetected Slow_SSE4_2 cpu feature bit (BZ #17501)
-Patch1000:  ifunc-x86-slow-sse4.patch
+# PATCH-FIX-UPSTREAM powerpc: Fix TABORT encoding for little endian
+Patch1000:  htm-tabort.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -244,14 +243,14 @@
 Patch2002:  ldd-system-interp.patch
 # PATCH-FIX-UPSTREAM Don't close or flush stdio streams on abort (BZ #15436)
 Patch2003:  abort-no-flush.patch
-# PATCH-FIX-UPSTREAM Properly handle forced elision in pthread_mutex_trylock 
(BZ #16657)
-Patch2004:  pthread-mutex-trylock-elision.patch
 # PATCH-FIX-UPSTREAM Speedup memset on x86-64 for large block sizes (BZ #16830)
 Patch2005:  glibc-memset-nontemporal.diff
 # PATCH-FIX-UPSTREAM Avoid redundant shift character in iconv output at block 
boundary (BZ #17197)
 Patch2006:  ibm93x-redundant-shift-si.patch
 # PATCH-FIX-UPSTREAM Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in 
pthread_mutexattr_gettype (BZ #15790)
 Patch2007:  pthread-mutexattr-gettype-kind.patch
+# PATCH-FIX-UPSTREAM Fix value of O_TMPFILE for architectures with non-default 
O_DIRECTORY (BZ #17912)
+Patch2008:  o-tmpfile.patch
 
 # Non-glibc patches
 # PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -457,10 +456,10 @@
 %patch2000 -p1
 %patch2002 -p1
 %patch2003 -p1
-%patch2004 -p1
 %patch2005 -p1
 %patch2006 -p1
 %patch2007 -p1
+%patch2008 -p1
 
 %patch3000
 
@@ -827,7 +826,7 @@
 cd cc-noelision
 destdir=$RPM_BUILD_ROOT/%{_lib}/noelision
 mkdir -p $destdir
-install -m 755 nptl/libpthread.so $destdir/libpthread-%{glibc_major_version}.so
+install -m 755 nptl/libpthread.so $destdir/libpthread-%{version}.so
 cd ..
 cc-base/elf/ldconfig -vn $destdir
 %endif
@@ -950,7 +949,7 @@
 
 %ifarch armv6hl armv7hl
 # Provide compatibility link
-ln -s ld-%{glibc_major_version}.so %{buildroot}/lib/ld-linux.so.3
+ln -s ld-%{version}.so %{buildroot}/lib/ld-linux.so.3
 %endif
 
 # Move getconf to %{_libexecdir}/getconf/ to avoid cross device link
@@ -1065,7 +1064,7 @@
 %doc 

commit sgmltool for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2015-02-22 17:19:48

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


Package is sgmltool

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2013-09-09 
19:51:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2015-02-22 
17:19:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 18 17:23:39 UTC 2015 - sch...@linux-m68k.org
+
+- sgmltool-flex.patch: removed, flex has been fixed
+
+---



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.ISCRKT/_old  2015-02-22 17:19:50.0 +0100
+++ /var/tmp/diff_new_pack.ISCRKT/_new  2015-02-22 17:19:50.0 +0100
@@ -92,8 +92,10 @@
 %patch8
 %if 0%{suse_version}  1220
 %patch9
+%if 0%{suse_version} = 1320
 %patch10 -p1
 %endif
+%endif
 
 %build
 export CFLAGS=%optflags -fno-strict-aliasing

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



commit build-compare for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2015-02-22 17:19:55

Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and  /work/SRC/openSUSE:Factory/.build-compare.new (New)


Package is build-compare

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2015-02-08 11:42:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2015-02-22 17:19:56.0 +0100
@@ -1,0 +2,27 @@
+Thu Feb 12 10:41:45 UTC 2015 - o...@aepfle.de
+
+- Handle also .o files as ELF relocatable objects
+
+---
+Thu Feb 12 08:22:09 UTC 2015 - randy.e.w...@linux.intel.com
+
+- Rename rpm-check.sh to pkg-diff.sh
+
+---
+Tue Feb 10 15:35:25 UTC 2015 - o...@aepfle.de
+
+- 2015.02.10
+- Trim objdump output properly
+- Trim .TH also in localized man pages (bnc#915941)
+- Remove also DVIPSSource from .ps files
+
+---
+Tue Feb 10 15:33:32 UTC 2015 - randy.e.w...@linux.intel.com
+
+- Print section differences even if assembly has differences.
+- Add support for nested rpms.
+- Make rpm-check work for packages other than rpm.
+- Tell which section was different when doing ELF comparisons.
+- Error when one of the rpms is not found
+
+---

Old:

  rpm-check.sh

New:

  pkg-diff.sh



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.KGyH0B/_old  2015-02-22 17:19:57.0 +0100
+++ /var/tmp/diff_new_pack.KGyH0B/_new  2015-02-22 17:19:57.0 +0100
@@ -21,11 +21,11 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:2015.02.06
+Version:2015.02.10
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh
-Source3:rpm-check.sh
+Source3:pkg-diff.sh
 Source4:functions.sh
 Source5:srpm-check.sh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ functions.sh ++
--- /var/tmp/diff_new_pack.KGyH0B/_old  2015-02-22 17:19:57.0 +0100
+++ /var/tmp/diff_new_pack.KGyH0B/_new  2015-02-22 17:19:57.0 +0100
@@ -57,19 +57,35 @@
   check_header $pkg
 }
 
-#usage unrpm file $dir
-# Unpack rpm files in directory $dir
-# like /usr/bin/unrpm - just for one file and with no options
-function unrpm()
+#usage unpackage file $dir
+# Unpack files in directory $dir
+# like /usr/bin/unpackage - just for one file and with no options
+function unpackage()
 {
 local file
 local dir
 file=$1
 dir=$2
-CPIO_OPTS=--extract --unconditional --preserve-modification-time 
--make-directories --quiet
 mkdir -p $dir
 pushd $dir 1/dev/null
-rpm2cpio $file | cpio ${CPIO_OPTS}
+case $file in
+*.bz2)
+bzip2 -d $file
+;;
+*.gz)
+gzip -d $file
+;;
+*.xz)
+xz -d $file
+;;
+*.tar|*.tar.bz2|*.tar.gz|*.tgz|*.tbz2)
+tar xf $file
+;;
+*.rpm)
+CPIO_OPTS=--extract --unconditional --preserve-modification-time 
--make-directories --quiet
+rpm2cpio $file | cpio ${CPIO_OPTS}
+;;
+esac
 popd 1/dev/null
 }
 
@@ -85,6 +101,8 @@
 local file1 file2
 local f
 local sh=$1
+local oldrpm=$2
+local newrpm=$3
 
 QF=%{NAME}
 

++ pkg-diff.sh ++
 765 lines (skipped)

++ same-build-result.sh ++
--- /var/tmp/diff_new_pack.KGyH0B/_old  2015-02-22 17:19:57.0 +0100
+++ /var/tmp/diff_new_pack.KGyH0B/_new  2015-02-22 17:19:57.0 +0100
@@ -7,11 +7,11 @@
 # Enhanced by Andreas Jaeger a...@suse.de
 #
 # The script decides if the new build differes from the former one,
-# using rpm-check.sh.
+# using pkg-diff.sh.
 # The script is called as part of the build process as:
 # /usr/lib/build/same-build-result.sh /.build.oldpackages 
/usr/src/packages/RPMS /usr/src/packages/SRPMS
 
-CMPSCRIPT=${0%/*}/rpm-check.sh
+CMPSCRIPT=${0%/*}/pkg-diff.sh
 SCMPSCRIPT=${0%/*}/srpm-check.sh
 
 check_all=1

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



commit systemd-mini.3555 for openSUSE:13.1:Update

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini.3555 for 
openSUSE:13.1:Update checked in at 2015-02-22 19:59:52

Comparing /work/SRC/openSUSE:13.1:Update/systemd-mini.3555 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-mini.3555.new (New)


Package is systemd-mini.3555

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit systemd-mini for openSUSE:13.1:Update

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:13.1:Update checked in at 2015-02-22 19:59:56

Comparing /work/SRC/openSUSE:13.1:Update/systemd-mini (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-mini.new (New)


Package is systemd-mini

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2G6GrL/_old  2015-02-22 19:59:58.0 +0100
+++ /var/tmp/diff_new_pack.2G6GrL/_new  2015-02-22 19:59:58.0 +0100
@@ -1 +1 @@
-link package='systemd-mini.3499' cicount='copy' /
+link package='systemd-mini.3555' cicount='copy' /

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



commit systemd-rpm-macros for openSUSE:13.1:Update

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:13.1:Update checked in at 2015-02-22 20:00:03

Comparing /work/SRC/openSUSE:13.1:Update/systemd-rpm-macros (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-rpm-macros.new (New)


Package is systemd-rpm-macros

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.SYfVF1/_old  2015-02-22 20:00:05.0 +0100
+++ /var/tmp/diff_new_pack.SYfVF1/_new  2015-02-22 20:00:05.0 +0100
@@ -1 +1 @@
-link package='systemd-rpm-macros.3499' cicount='copy' /
+link package='systemd-rpm-macros.3555' cicount='copy' /

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



commit systemd for openSUSE:13.1:Update

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:13.1:Update 
checked in at 2015-02-22 20:00:07

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


Package is systemd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.CCJRTr/_old  2015-02-22 20:00:10.0 +0100
+++ /var/tmp/diff_new_pack.CCJRTr/_new  2015-02-22 20:00:10.0 +0100
@@ -1 +1 @@
-link package='systemd.3499' cicount='copy' /
+link package='systemd.3555' cicount='copy' /

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



commit flex for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package flex for openSUSE:Factory checked in 
at 2015-02-22 17:19:41

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


Package is flex

Changes:

--- /work/SRC/openSUSE:Factory/flex/flex.changes2015-01-08 
23:01:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.flex.new/flex.changes   2015-02-22 
17:19:43.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 15 17:45:41 UTC 2015 - sch...@linux-m68k.org
+
+- flex-yyleng.patch: fix type of yyleng to be int as mandated by POSIX.
+  Fixes perl-SystemPerl, for example.
+
+---

New:

  flex-yyleng.patch



Other differences:
--
++ flex.spec ++
--- /var/tmp/diff_new_pack.dIfadB/_old  2015-02-22 17:19:44.0 +0100
+++ /var/tmp/diff_new_pack.dIfadB/_new  2015-02-22 17:19:44.0 +0100
@@ -47,6 +47,8 @@
 # PATCH-FIX-UPSTREAM flex-2.5.37-bison3.patch m...@suse.com - fix tests for 
bison3
 Patch4: flex-compatible-with-bison3.patch
 Patch5: config-guess-sub-update.patch
+# PATCH-FIX-UPSTREAM fix type of yyleng as mandated by POSIX (flex bug #187)
+Patch6: flex-yyleng.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,6 +62,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5
+%patch6 -p1
 
 %build
 autoreconf -fi

++ flex-yyleng.patch ++
Index: flex-2.5.37/gen.c
===
--- flex-2.5.37.orig/gen.c
+++ flex-2.5.37/gen.c
@@ -1516,11 +1516,11 @@ void make_tables ()
if (yymore_used  !yytext_is_array) {
indent_puts (YY_G(yytext_ptr) -= YY_G(yy_more_len); \\);
indent_puts
-   (yyleng = (size_t) (yy_cp - YY_G(yytext_ptr)); \\);
+   (yyleng = (int) (yy_cp - YY_G(yytext_ptr)); \\);
}
 
else
-   indent_puts (yyleng = (size_t) (yy_cp - yy_bp); \\);
+   indent_puts (yyleng = (int) (yy_cp - yy_bp); \\);
 
/* Now also deal with copying yytext_ptr to yytext if needed. */
skelout (); /* %% [3.0] - break point in skel */
Index: flex-2.5.37/scan.c
===
--- flex-2.5.37.orig/scan.c
+++ flex-2.5.37/scan.c
@@ -158,7 +158,7 @@ typedef struct yy_buffer_state *YY_BUFFE
 typedef size_t yy_size_t;
 #endif
 
-extern yy_size_t yyleng;
+extern int yyleng;
 
 extern FILE *yyin, *yyout;
 
@@ -272,7 +272,7 @@ static YY_BUFFER_STATE * yy_buffer_stack
 /* yy_hold_char holds the character lost when yytext is formed. */
 static char yy_hold_char;
 static yy_size_t yy_n_chars;   /* number of characters read into 
yy_ch_buf */
-yy_size_t yyleng;
+int yyleng;
 
 /* Points to current character in buffer. */
 static char *yy_c_buf_p = (char *) 0;
@@ -356,7 +356,7 @@ static void yy_fatal_error (yyconst char
 #define YY_DO_BEFORE_ACTION \
(yytext_ptr) = yy_bp; \
(yytext_ptr) -= (yy_more_len); \
-   yyleng = (size_t) (yy_cp - (yytext_ptr)); \
+   yyleng = (int) (yy_cp - (yytext_ptr)); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
@@ -2036,7 +2036,7 @@ FILE *yyget_out (void );
 
 void yyset_out  (FILE * out_str  );
 
-yy_size_t yyget_leng (void );
+int yyget_leng (void );
 
 char *yyget_text (void );
 
@@ -4968,7 +4968,7 @@ FILE *yyget_out  (void)
 /** Get the length of the current token.
  * 
  */
-yy_size_t yyget_leng  (void)
+int yyget_leng  (void)
 {
 return yyleng;
 }
Index: flex-2.5.37/skel.c
===
--- flex-2.5.37.orig/skel.c
+++ flex-2.5.37/skel.c
@@ -536,7 +536,7 @@ const char *skel[] = {
   #endif,
   ,
   %if-not-reentrant,
-  extern yy_size_t yyleng;,
+  extern int yyleng;,
   %endif,
   ,
   %if-c-only,
@@ -712,7 +712,7 @@ const char *skel[] = {
   /* yy_hold_char holds the character lost when yytext is formed. */,
   static char yy_hold_char;,
   static yy_size_t yy_n_chars;/* number of characters read 
into yy_ch_buf */,
-  yy_size_t yyleng;,
+  int yyleng;,
   ,
   /* Points to current character in buffer. */,
   static char *yy_c_buf_p = (char *) 0;,
@@ -875,7 +875,7 @@ const char *skel[] = {
   YY_BUFFER_STATE * yy_buffer_stack; /** Stack as an array. */,
   char yy_hold_char;,
   yy_size_t yy_n_chars;,
-  yy_size_t yyleng_r;,
+  int yyleng_r;,
   char *yy_c_buf_p;,
   int yy_init;,
   int yy_start;,
@@ -1012,7 +1012,7 @@ const char *skel[] = {
   ,
   m4_ifdef( [[M4_YY_NO_GET_LENG]],,,
   [[,
-  yy_size_t yyget_leng M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );,
+  int 

commit logrotate for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2015-02-22 17:20:29

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


Package is logrotate

Changes:

--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes  2014-07-10 
08:16:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2015-02-22 
17:20:31.0 +0100
@@ -1,0 +2,24 @@
+Fri Feb 20 11:04:12 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.8.9
+  * Add new directive createolddir and nocreateolddir. These directives
+can be used to create the directory specified by olddir with particular
+   mode, owner and group.
+  * Continue with rotation even when first log from logset is removed
+   during the rotation.
+  * Fix crash on BSD systems introduced in 3.8.8 caused by different qsort_r
+   function. Function qsort is now used instead.
+  * Fix potential buffer overflow in usage of strncat function.
+  * Fix compilation with musl-libc.
+  * Add experimental 'renamecopy' directive to allow 'olddir' on different
+physical device. See the man logrotate for more information.
+- Remove logrotate-fail_if_ENOENT_and_nomissingok.patch; merged on
+  upstream release
+- Updated patches
+  * logrotate-3.7.8-addextension.patch  logrotate-addextension.patch
+  * logrotate-3.7.8-autoext.patch  logrotate-autoext.patch
+  * logrotate-3.7.8-conf.patch  logrotate-conf.patch 
+  * logrotate-manpage_config_clarification.patch 
+- Remove redunant %clean section
+
+---

Old:

  logrotate-3.7.8-addextension.patch
  logrotate-3.7.8-autoext.patch
  logrotate-3.7.8-conf.patch
  logrotate-3.8.7.tar.gz
  logrotate-fail_if_ENOENT_and_nomissingok.patch

New:

  logrotate-3.8.9.tar.gz
  logrotate-addextension.patch
  logrotate-autoext.patch
  logrotate-conf.patch



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.ZK77yQ/_old  2015-02-22 17:20:32.0 +0100
+++ /var/tmp/diff_new_pack.ZK77yQ/_new  2015-02-22 17:20:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package logrotate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Url:https://fedorahosted.org/releases/l/o/logrotate
 
 Name:   logrotate
-Version:3.8.7
+Version:3.8.9
 Release:0
 Summary:Rotate, compress, remove, and mail system log files
 License:GPL-2.0+
@@ -29,12 +29,11 @@
 Source101:  %{name}.service
 Source102:  %{name}.timer
 Patch0: logrotate-3.7.8-suse.patch
-Patch1: logrotate-3.7.8-conf.patch
-Patch2: logrotate-3.7.8-autoext.patch
-Patch3: logrotate-3.7.8-addextension.patch
+Patch1: logrotate-conf.patch
+Patch2: logrotate-autoext.patch
+Patch3: logrotate-addextension.patch
 Patch4: logrotate-3.7.8-mess_err.patch
 Patch5: logrotate-manpage_config_clarification.patch
-Patch6: logrotate-fail_if_ENOENT_and_nomissingok.patch
 BuildRequires:  acl
 BuildRequires:  libacl-devel
 BuildRequires:  libselinux-devel
@@ -63,7 +62,6 @@
 %patch3
 %patch4
 %patch5 -p1
-%patch6 -p1
 
 %build
 make %{?_smp_mflags} CC=%__cc RPM_OPT_FLAGS=%{optflags} \
@@ -101,9 +99,6 @@
 %postun
 %service_del_postun %{name}.service %{name}.timer
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc CHANGES COPYING

++ logrotate-3.8.7.tar.gz - logrotate-3.8.9.tar.gz ++
 4088 lines of diff (skipped)

++ logrotate-3.7.8-addextension.patch - logrotate-addextension.patch ++
--- /work/SRC/openSUSE:Factory/logrotate/logrotate-3.7.8-addextension.patch 
2013-11-12 09:50:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate-addextension.patch  
2015-02-22 17:20:31.0 +0100
@@ -2,8 +2,8 @@
 ===
 --- test/test.orig 2013-10-10 10:43:36.0 +0200
 +++ test/test  2013-11-07 21:46:37.112487860 +0100
-@@ -1358,4 +1358,27 @@
- test.log.1 0 zero
+@@ -1511,4 +1511,27 @@
+ test2.log.1 0 test2
  EOF
  
 +# check rotation with extension appended to the filename

++ logrotate-3.7.8-autoext.patch - logrotate-autoext.patch ++
--- /work/SRC/openSUSE:Factory/logrotate/logrotate-3.7.8-autoext.patch  
2013-07-27 15:48:01.0 +0200
+++ 

commit vim for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2015-02-22 17:20:24

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2015-02-12 10:20:29.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2015-02-22 
17:20:26.0 +0100
@@ -1,0 +2,20 @@
+Fri Feb 20 09:49:43 UTC 2015 - idon...@suse.com
+
+- Updated to revision 640, fixes the following problems
+  * When using Insert mode completion combined with autocommands the
+redo command may not work.
+  * The default conceal character is documented to be a space but it's
+initially a dash. (Christian Brabandt)
+  * 7.4.592 breaks the netrw plugin, because the autocommands are
+skipped.
+  * Marks are not restored after redo + undo.
+  * If no NL or CR is found in the first block of a file then the
+'fileformat' may be set to mac. (Issue 77)
+  * A search with end offset gets stuck at end of file. (Gary Johnson)
+  * Incorrectly read the number of buffer for which an autocommand should be 
registered. 
+  * Can't build with Lua 5.3 on Windows.
+  * Combination of linebreak and conceal doesn't work well.
+  * After deleting characters in Insert mode such that lines are
+joined undo does not work properly. (issue 324) 
+
+---

Old:

  vim-7.4.629.hg.6606.tar.xz

New:

  vim-7.4.640.hg.6629.tar.xz



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.Zkfwlf/_old  2015-02-22 17:20:28.0 +0100
+++ /var/tmp/diff_new_pack.Zkfwlf/_new  2015-02-22 17:20:28.0 +0100
@@ -17,8 +17,8 @@
 
 
 %define pkg_version 7.4
-%define patchlevel 629
-%define revision 6606
+%define patchlevel 640
+%define revision 6629
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE=make -e %{?_smp_mflags}
@@ -26,12 +26,11 @@
 Name:   vim
 Version:7.4.%{patchlevel}.hg.%{revision}
 Release:0
+BuildRequires:  autoconf
 BuildRequires:  db-devel
-%if 0%{?suse_version}  1020
 BuildRequires:  fdupes
-%endif
-BuildRequires:  autoconf
 BuildRequires:  gettext-devel
+BuildRequires:  gpm-devel
 BuildRequires:  gtk2-devel
 %if 0%{?suse_version}  1200
 BuildRequires:  pkgconfig(xt)
@@ -48,17 +47,9 @@
 BuildRequires:  rsvg-view
 BuildRequires:  ruby-devel
 BuildRequires:  update-desktop-files
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  1130
-BuildRequires:  gpm-devel
-%else
-BuildRequires:  gpm
-%endif
-#
 PreReq: fileutils
 PreReq: sh-utils
-#
 Provides:   vi
 Provides:   vim-base = %{version}-%{release}
 Provides:   vim-enhanced = %{version}-%{release}
@@ -67,14 +58,10 @@
 Obsoletes:  vim-enhanced  %{version}-%{release}
 Obsoletes:  vim-python  %{version}-%{release}
 Provides:   vim_client
-#
-%if 0%{?suse_version} = 1010
 Recommends: vim-data = %{version}-%{release}
-%endif
 Summary:Vi IMproved
 License:Vim
 Group:  Productivity/Editors/Vi
-#
 Url:http://www.vim.org/
 Source: vim-%{version}.tar.xz
 Source3:suse.vimrc
@@ -125,9 +112,7 @@
 %package data
 Summary:Vi IMproved
 Group:  Productivity/Editors/Vi
-%if 0%{?suse_version} = 1120
 BuildArch:  noarch
-%endif
 # Used to be in vim-plugins package
 Obsoletes:  vim-plugin-matchit = 1.13.2
 Provides:   vim-plugin-matchit = 1.13.2
@@ -339,11 +324,9 @@
 # Create ghost files (see vim.conf)
 mkdir -p %{buildroot}/var/run/vi.recover
 
-%if 0%{?suse_version}  1020
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/lang
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tutor
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
-%endif
 
 %check
 # Reset the terminal scrolling region left behind by the testsuite

++ _service ++
--- /var/tmp/diff_new_pack.Zkfwlf/_old  2015-02-22 17:20:28.0 +0100
+++ /var/tmp/diff_new_pack.Zkfwlf/_new  2015-02-22 17:20:28.0 +0100
@@ -3,8 +3,8 @@
 param name=scmhg/param
 param name=urlhttps://code.google.com/p/vim/param
 param name=filenamevim/param
-param name=versionprefix7.4.629.hg/param
-param name=revisionv7-4-629/param
+param name=versionprefix7.4.640.hg/param
+param name=revisionv7-4-640/param
 /service
 service name=recompress mode=disabled
 param name=compressionxz/param


++ vim-7.4.629.hg.6606.tar.xz - vim-7.4.640.hg.6629.tar.xz ++

commit yast2-country for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2015-02-22 17:21:08

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


Package is yast2-country

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2015-02-20 13:50:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2015-02-22 17:21:10.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 20 15:43:03 UTC 2015 - an...@suse.com
+
+- Display an error if the keyboard was not changed (bnc#918093)
+- 3.1.20
+
+---

Old:

  yast2-country-3.1.19.tar.bz2

New:

  yast2-country-3.1.20.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.kIx4aM/_old  2015-02-22 17:21:11.0 +0100
+++ /var/tmp/diff_new_pack.kIx4aM/_new  2015-02-22 17:21:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:3.1.19
+Version:3.1.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build



++ yast2-country-3.1.19.tar.bz2 - yast2-country-3.1.20.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-3.1.19/keyboard/src/modules/Keyboard.rb 
new/yast2-country-3.1.20/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-3.1.19/keyboard/src/modules/Keyboard.rb   2015-02-16 
13:59:13.0 +0100
+++ new/yast2-country-3.1.20/keyboard/src/modules/Keyboard.rb   2015-02-20 
18:29:11.0 +0100
@@ -120,6 +120,7 @@
   Yast.import ProductFeatures
   Yast.import Stage
   Yast.import XVersion
+  Yast.import Report
 
   # 

   # START: Globally defined data to be accessed via Keyboard::variable
@@ -1021,7 +1022,6 @@
 end # SetConsole()
 
 
-
 # Set the X11 keyboard to the given keyboard language.
 #
 # @param   Keyboard language e.g.  english-us
@@ -1030,40 +1030,24 @@
 #  (also stored in Keyboard::xkb_cmd)
 def SetX11(keyboard)
   if Mode.test
-Builtins.y2milestone(Test mode - would have called:\n %1, @xkb_cmd)
+log.info Test mode - would have called:\n #{@xkb_cmd}
   else
 # Actually do it only if we are in graphical mode.
 #
-textmode = Linuxrc.text
-if !Stage.initial || Mode.live_installation
-  display_info = UI.GetDisplayInfo
-  textmode = Ops.get_boolean(display_info, TextMode, false)
-end
-display = Builtins.getenv(DISPLAY)
-if textmode
-  Builtins.y2milestone(Not setting X keyboard due to text mode)
+if textmode?
+  log.info Not setting X keyboard due to text mode
 # check if we are running over ssh: bnc#539218,c4
-elsif Ops.greater_or_equal(
-Builtins.tointeger(
-  Ops.get(Builtins.splitstring(display, :), 1, 0)
-),
-10
-  )
-  Builtins.y2milestone(Not setting X keyboard: running over ssh)
-elsif Ops.greater_than(Builtins.size(@xkb_cmd), 0)
+elsif x11_over_ssh?
+  # TODO: the check above could not be enough in some cases
+  # An external X server can be specified via display_ip boot parameter
+  # (see https://en.opensuse.org/SDB:Linuxrc#p_displayip).
+  # I that case, the configuration should probably also be skipped
+  log.info Not setting X keyboard: running over ssh
+elsif !@xkb_cmd.empty?
   SetKeyboard(keyboard)
-  Builtins.y2milestone(Setting X11 keyboard to: %1, @current_kbd)
-  Builtins.y2milestone(Setting X11 keyboard:\n %1, @xkb_cmd)
-  SCR.Execute(path(.target.bash), @xkb_cmd)
-  # bnc#371756: enable autorepeat
-  if Stage.initial  !Mode.live_installation  !xen_running
-cmd = xset r on
-Builtins.y2milestone(
-  calling xset to fix autorepeat problem: %1,
-  cmd
-)
-SCR.Execute(path(.target.bash), cmd)
-  end
+  execute_xkb_cmd
+  # bnc#371756: enable autorepeat if needed
+  enable_autorepeat
   # bnc#885271: set udev rule to handle incoming attached keyboards
   write_udev_rule if Stage.initial
 end
@@ -1072,7 +1056,6 @@
 end # SetX11()
 
 
-
 # Set()
 #
 # Set the keyboard to the given keyboard language.
@@ -1504,6 +1487,41 @@
 end
   end
 
+  # Checks if the graphical environment is being executed remotely using
+  # ssh 

commit xerces-c for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package xerces-c for openSUSE:Factory 
checked in at 2015-02-22 17:21:22

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


Package is xerces-c

Changes:

--- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes2013-12-13 
13:11:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes   2015-02-22 
17:21:23.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 19 12:39:37 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Add gpg signature
+- Use fdupes to remove duplicities in documentation
+- Split documentation into separate package
+- Use curl as netaccessor, necessary for proxy support
+
+---

New:

  xerces-c-3.1.1.tar.gz.asc
  xerces-c.keyring



Other differences:
--
++ xerces-c.spec ++
--- /var/tmp/diff_new_pack.NRa0jB/_old  2015-02-22 17:21:24.0 +0100
+++ /var/tmp/diff_new_pack.NRa0jB/_new  2015-02-22 17:21:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xerces-c
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,21 @@
 
 
 Name:   xerces-c
-BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
-BuildRequires:  pkgconfig
 Version:3.1.1
 Release:0
 Summary:A Validating XML Parser
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
 Url:http://xerces.apache.org/xerces-c/
-Source0:xerces-c-%{version}.tar.gz
-Source1:baselibs.conf
+Source0:
http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz
+Source1:
http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz.asc
+Source2:%{name}.keyring
+Source3:baselibs.conf
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  libicu-devel
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libcurl)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,6 +42,20 @@
 faithful to the XML 1.0 recommendation and associated standards ( DOM
 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).
 
+%package doc
+Summary:Documentation for %{name}
+Group:  Documentation
+
+%description doc
+Xerces-C is a validating XML parser written in a portable subset of
+C++. Xerces-C makes it easy to give your application the ability to
+read and write XML data. A shared library is provided for parsing,
+generating, manipulating, and validating XML documents. Xerces-C is
+faithful to the XML 1.0 recommendation and associated standards ( DOM
+1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).
+
+This package contains just documentation.
+
 %package -n libxerces-c-3_1
 Summary:Shared libraries for Xerces-c - a validating XML parser
 Group:  Productivity/Publishing/XML
@@ -52,16 +70,16 @@
 faithful to the XML 1.0 recommendation and associated standards ( DOM
 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).
 
-This package contains just the shared libraries.
+This package contains shared libraries.
 
 %package -n libxerces-c-devel
+Summary:A validating XML parser - Development Files
+Group:  Development/Libraries/C and C++
 Requires:   libxerces-c-3_1 = %{version}
 Provides:   Xerces-c-devel = %{version}
 Obsoletes:  Xerces-c-devel = %{version}
 Provides:   libXerces-c-devel = %{version}
 Obsoletes:  libXerces-c-devel = %{version}
-Summary:A validating XML parser - Development Files
-Group:  Development/Libraries/C and C++
 
 %description -n libxerces-c-devel
 Xerces-C is a validating XML parser written in a portable subset of
@@ -79,12 +97,14 @@
 %ifnarch x86_64
 --disable-sse2 \
 %endif
+--enable-netaccessor-curl \
 --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
+%fdupes -s doc
 
 %post -n libxerces-c-3_1 -p /sbin/ldconfig
 
@@ -92,9 +112,14 @@
 
 %files
 %defattr(-,root,root)
-%doc CREDITS KEYS LICENSE NOTICE README doc/*
+%doc CREDITS KEYS LICENSE NOTICE README
 %{_bindir}/*
 
+%files doc
+%defattr(-,root,root)
+%doc CREDITS KEYS LICENSE NOTICE README
+%doc doc/*
+
 %files -n libxerces-c-3_1
 %defattr(-,root,root)
 %{_libdir}/libxerces-c-3.1.so

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

commit linuxconsoletools for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package linuxconsoletools for 
openSUSE:Factory checked in at 2015-02-22 17:21:14

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


Package is linuxconsoletools

Changes:

--- /work/SRC/openSUSE:Factory/linuxconsoletools/linuxconsoletools.changes  
2014-02-19 07:51:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.linuxconsoletools.new/linuxconsoletools.changes 
2015-02-22 17:21:15.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 19 22:35:46 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4.8
+  * Set up PS3 controller LEDs correctly
+  * inputattach supports Wacom IV tablets on kernels 3.17 and greater
+
+---

Old:

  linuxconsoletools-1.4.7.tar.bz2

New:

  linuxconsoletools-1.4.8.tar.bz2



Other differences:
--
++ linuxconsoletools.spec ++
--- /var/tmp/diff_new_pack.ckdq6m/_old  2015-02-22 17:21:16.0 +0100
+++ /var/tmp/diff_new_pack.ckdq6m/_new  2015-02-22 17:21:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linuxconsoletools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
 
 
 Name:   linuxconsoletools
-Version:1.4.7
+Version:1.4.8
 Release:0
 Summary:A set of utilities for joysticks
 License:GPL-2.0+
 Group:  Hardware/Joystick
 Url:http://sourceforge.net/projects/linuxconsole/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/linuxconsole/files/%{name}-%{version}.tar.bz2
 BuildRequires:  libSDL-devel
 BuildRequires:  linux-kernel-headers
+BuildRequires:  udev
 
 # moved in 13.2
 Provides:   input-utils = 2007.06.22
@@ -55,12 +56,16 @@
 %install
 %make_install PREFIX=%{_prefix}
 chmod 644 %{buildroot}%{_mandir}/man1/*
+# Fix udev dir
+mkdir -p %{buildroot}%{_libexecdir}/udev
+mv %{buildroot}/lib/udev/js-set-enum-leds 
%{buildroot}%{_libexecdir}/udev/js-set-enum-leds 
 
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS README
 %{_bindir}/*
 %{_datadir}/joystick/
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
+%{_libexecdir}/udev/js-set-enum-leds
 
 %changelog

++ linuxconsoletools-1.4.7.tar.bz2 - linuxconsoletools-1.4.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxconsoletools-1.4.7/Makefile 
new/linuxconsoletools-1.4.8/Makefile
--- old/linuxconsoletools-1.4.7/Makefile2014-01-08 07:40:44.0 
+0100
+++ new/linuxconsoletools-1.4.8/Makefile2015-01-18 15:20:37.0 
+0100
@@ -2,7 +2,7 @@
 #
 # Makefile for Linux input utilities
 #
-# © 2011-2014 Stephen Kitt st...@sk2.org
+# © 2011-2015 Stephen Kitt st...@sk2.org
 #
 # 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
@@ -19,7 +19,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301 USA.
 
-VERSION := 1.4.7
+VERSION := 1.4.8
 
 PACKAGE := linuxconsoletools-$(VERSION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxconsoletools-1.4.7/NEWS 
new/linuxconsoletools-1.4.8/NEWS
--- old/linuxconsoletools-1.4.7/NEWS2014-01-08 07:36:51.0 +0100
+++ new/linuxconsoletools-1.4.8/NEWS2015-01-18 15:47:25.0 +0100
@@ -1,3 +1,12 @@
+Version 1.4.8
+-
+
+* Set up PS3 controller LEDs correctly (thanks to bri
+  b...@abrij.org).
+
+* inputattach supports Wacom IV tablets on kernels 3.17 and greater
+  (thanks to Julian Squires jul...@cipht.net).
+
 Version 1.4.7
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxconsoletools-1.4.7/README 
new/linuxconsoletools-1.4.8/README
--- old/linuxconsoletools-1.4.7/README  2014-01-08 07:40:16.0 +0100
+++ new/linuxconsoletools-1.4.8/README  2015-01-18 15:43:58.0 +0100
@@ -1,5 +1,5 @@
  linuxconsole tools
-   Release 1.4.7
+   Release 1.4.8
 http://sf.net/projects/linuxconsole/
 
 
@@ -119,6 +119,23 @@
 appropriate X.org driver when using inputattach in this way is evdev.
 
 
+Configuring PS3 controller LEDs
+---
+
+The js-set-enum-leds can be used with udev to ensure that the
+controller LEDs on PS3 

commit binutils for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2015-02-22 17:20:02

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


Package is binutils

Changes:

--- /work/SRC/openSUSE:Factory/binutils/binutils.changes2015-01-30 
06:01:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2015-02-22 
17:20:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 19 09:22:54 UTC 2015 - sch...@suse.de
+
+- gold-opd-visibility.patch: Set default visibility on discarded .opd
+  symbols
+
+---
cross-aarch64-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-epiphany-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-m68k-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc64le-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-sparc64-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

New:

  gold-opd-visibility.patch



Other differences:
--
++ binutils.spec ++
--- /var/tmp/diff_new_pack.KfxBeQ/_old  2015-02-22 17:20:08.0 +0100
+++ /var/tmp/diff_new_pack.KfxBeQ/_new  2015-02-22 17:20:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package binutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -97,6 +97,7 @@
 Patch22:binutils-bfd_h.patch
 Patch23:binutils-fix-gold-aarch64.diff
 Patch24:eh-frame-hdr-on-shared-lib-bfd.patch
+Patch25:gold-opd-visibility.patch
 Patch90:cross-avr-nesc-as.patch
 Patch92:cross-avr-omit_section_dynsym.patch
 Patch93:cross-avr-size.patch
@@ -169,6 +170,7 @@
 %patch22
 %patch23
 %patch24 -p1
+%patch25 -p1
 %if %{TARGET} == avr
 cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
 %patch90

++ cross-aarch64-binutils.spec ++
--- /var/tmp/diff_new_pack.KfxBeQ/_old  2015-02-22 17:20:08.0 +0100
+++ /var/tmp/diff_new_pack.KfxBeQ/_new  2015-02-22 17:20:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-aarch64-binutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -100,6 +100,7 @@
 Patch22:binutils-bfd_h.patch
 Patch23:binutils-fix-gold-aarch64.diff
 Patch24:eh-frame-hdr-on-shared-lib-bfd.patch
+Patch25:gold-opd-visibility.patch
 Patch90:cross-avr-nesc-as.patch
 Patch92:cross-avr-omit_section_dynsym.patch
 Patch93:cross-avr-size.patch
@@ -172,6 +173,7 @@
 %patch22
 %patch23
 %patch24 -p1
+%patch25 -p1
 %if %{TARGET} == avr
 cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
 %patch90

cross-arm-binutils.spec: same change
cross-avr-binutils.spec: same change
cross-epiphany-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-m68k-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-ppc64le-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-sparc64-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++ gold-opd-visibility.patch ++
2015-02-18  Alan Modra  amo...@gmail.com

PR 17954
* powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
visibility.

Index: binutils-2.25.0/gold/powerpc.cc
===
--- binutils-2.25.0.orig/gold/powerpc.cc
+++ binutils-2.25.0/gold/powerpc.cc
@@ -6466,6 +6466,7 @@ class Global_symbol_visitor_opd
 symobj-get_opd_discard(sym-value()))
   

commit xapian-core for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-core for openSUSE:Factory 
checked in at 2015-02-22 17:20:48

Comparing /work/SRC/openSUSE:Factory/xapian-core (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-core.new (New)


Package is xapian-core

Changes:

--- /work/SRC/openSUSE:Factory/xapian-core/xapian-core.changes  2014-10-31 
18:27:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-core.new/xapian-core.changes 
2015-02-22 17:20:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 20 09:57:10 UTC 2015 - mplus...@suse.com
+
+- Tiny spec file cleanups
+- Add gpg signature
+
+---

New:

  xapian-core-1.2.19.tar.xz.asc
  xapian-core.keyring



Other differences:
--
++ xapian-core.spec ++
--- /var/tmp/diff_new_pack.Uq29mY/_old  2015-02-22 17:20:51.0 +0100
+++ /var/tmp/diff_new_pack.Uq29mY/_new  2015-02-22 17:20:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-core
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,10 @@
 License:GPL-2.0
 Group:  Productivity/Databases/Servers
 Url:http://www.xapian.org/
-Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:%{name}.keyring
+Source3:baselibs.conf
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -98,12 +100,12 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall docdatadir=%{_docdir}/%{name}
+make DESTDIR=%{buildroot} docdatadir=%{_docdir}/%{name} install %{?_smp_mflags}
 rm -rf 
examples/{.libs,.deps,.dirstamp,*.o,quest,delve,simplesearch,simpleexpand,simpleindex,copydatabase,xapian-metadata}
 cp -vr examples  %{buildroot}%{_docdir}/%{name}/
 find . -name \*.spec -delete
 install -m 644 AUTHORS COPYING ChangeLog INSTALL README NEWS HACKING PLATFORMS 
ChangeLog.examples %{buildroot}%{_docdir}/%{name}
-fdupes %{buildroot}%{_docdir}/%{name}
+%fdupes %{buildroot}%{_docdir}/%{name}
 
 %post -n libxapian22 -p /sbin/ldconfig
 
@@ -115,8 +117,8 @@
 %{_docdir}/%{name}/AUTHORS
 %{_docdir}/%{name}/COPYING
 %{_docdir}/%{name}/ChangeLog
-%{_docdir}/%{name}/INSTALL
 %{_docdir}/%{name}/README
+%{_docdir}/%{name}/INSTALL
 %{_docdir}/%{name}/NEWS
 %{_docdir}/%{name}/HACKING
 %{_docdir}/%{name}/PLATFORMS

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



commit liburiparser1 for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package liburiparser1 for openSUSE:Factory 
checked in at 2015-02-22 17:20:35

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


Package is liburiparser1

Changes:

--- /work/SRC/openSUSE:Factory/liburiparser1/liburiparser1.changes  
2014-06-01 18:58:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.liburiparser1.new/liburiparser1.changes 
2015-02-22 17:20:36.0 +0100
@@ -1,0 +2,17 @@
+Thu Feb 19 21:23:41 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8.1
+  * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, bug #23)
+  * Fixed: Bug in internal function that may flip uriEqualsUri results around
+  * Added: Function uriAddBaseUriEx allowing to resolve URIs with
+  a scheme identical to that of the base URI to resolve against
+  as if the URI to resolve had no scheme specified, when flag
+  URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified (feature request #4)
+  * Soname: 1:17:0
+- Update uriparser-0.7.5-doxygen.patch
+   uriparser-doxygen.patch
+- Add pkgconfig(libxdot) require; new upstream dependency
+- Update download source Url to current sourceforge location
+- Split out uriparse binary into his own package
+
+---

Old:

  uriparser-0.7.5-doxygen.patch
  uriparser-0.7.5.tar.bz2

New:

  uriparser-0.8.1.tar.bz2
  uriparser-doxygen.patch



Other differences:
--
++ liburiparser1.spec ++
--- /var/tmp/diff_new_pack.eW0fbs/_old  2015-02-22 17:20:37.0 +0100
+++ /var/tmp/diff_new_pack.eW0fbs/_new  2015-02-22 17:20:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liburiparser1
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,36 @@
 Name:   liburiparser1
 Url:http://uriparser.sourceforge.net/
 %define pkg_name uriparser
-Version:0.7.5
+Version:0.8.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A strictly RFC 3986 compliant URI parsing library
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Source: 
http://freshmeat.net/redir/uriparser/69213/url_bz2/%{pkg_name}-%{version}.tar.bz2
-Patch0: uriparser-0.7.5-doxygen.patch
+Source: 
http://sourceforge.net/projects/uriparser/files/Sources/%{version}/%{pkg_name}-%{version}.tar.bz2
+Source1:baselibs.conf
+Patch0: uriparser-doxygen.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libxdot)
 
 %description
 uriparser is a strictly RFC 3986 compliant URI parsing library. It is
 cross-platform, fast, and supports Unicode.
 
+%package -n uriparse
+Summary:A strictly RFC 3986 compliant URI parsing command line tool
+License:BSD-3-Clause
+Group:  Development/Libraries/C and C++
+
+%description -n uriparse
+uriparser is a strictly RFC 3986 compliant URI parsing library. It is
+cross-platform, fast, and supports Unicode.
+
+uriparse is a command line tool which allows to parse URI's and show how
+the liburiparser splits it into components.
+
 %package -n liburiparser-devel
 Summary:A strictly RFC 3986 compliant URI parsing library
 License:BSD-3-Clause and LGPL-2.1
@@ -51,6 +65,8 @@
 %patch0 -p 1
 #file is dated in the future..
 #find . -type f -exec touch {} +
+# This is ridiculous but the patch doesn't apply at all for no reasons
+sed -i s|# .qhp output|HTML_TIMESTAMP=NO|g doc/Doxyfile.in
 
 %build
 %configure --disable-static --with-pic --disable-test 
--docdir=%{_docdir}/%{pkg_name}
@@ -73,6 +89,10 @@
 %defattr(-,root,root)
 %{_libdir}/liburiparser.so.1*
 
+%files -n uriparse
+%defattr(-,root,root)
+%{_bindir}/uriparse
+
 %files -n liburiparser-devel
 %defattr(-,root,root)
 %dir %{_includedir}/%{pkg_name}

++ uriparser-0.7.5.tar.bz2 - uriparser-0.8.1.tar.bz2 ++
 99921 lines of diff (skipped)

++ uriparser-doxygen.patch ++
--- uriparser-0.7.5.orig/doc/Makefile.in
+++ uriparser-0.7.5/doc/Makefile.in
@@ -402,7 +402,7 @@
$(srcdir)/../src/*.h \
$(srcdir)/Mainpage
rm -Rf $(builddir)/html
-   doxygen Doxyfile
+   doxygen Doxyfile.in
touch html/index.html
 
 clean-local:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-hardware-detection for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2015-02-22 17:21:03

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


Package is yast2-hardware-detection

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2015-02-20 13:50:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2015-02-22 17:21:04.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 17 08:12:45 UTC 2015 - mvid...@suse.com
+
+- Changed .probe.version not to use a timestamp so that it passes
+  the build-compare check (boo#915938).
+- 3.1.7
+
+---

Old:

  yast2-hardware-detection-3.1.6.tar.bz2

New:

  yast2-hardware-detection-3.1.7.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.GFplob/_old  2015-02-22 17:21:05.0 +0100
+++ /var/tmp/diff_new_pack.GFplob/_new  2015-02-22 17:21:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-hardware-detection
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-hardware-detection-3.1.6.tar.bz2 - 
yast2-hardware-detection-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.6/agent/HwProbe.cc 
new/yast2-hardware-detection-3.1.7/agent/HwProbe.cc
--- old/yast2-hardware-detection-3.1.6/agent/HwProbe.cc 2015-02-16 
11:22:12.0 +0100
+++ new/yast2-hardware-detection-3.1.7/agent/HwProbe.cc 2015-02-20 
16:52:10.0 +0100
@@ -473,7 +473,7 @@
value = bootArch ();
break;
case 6: // version
-   value = YCPString (__DATE__ ,  __TIME__);
+   value = YCPString (1.0);
break;
case 7: // boot_disk
value = bootDisk ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.changes 
new/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.changes 
2015-02-16 11:22:12.0 +0100
+++ new/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.changes 
2015-02-20 16:52:10.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb 17 08:12:45 UTC 2015 - mvid...@suse.com
+
+- Changed .probe.version not to use a timestamp so that it passes
+  the build-compare check (boo#915938).
+- 3.1.7
+
+---
 Fri Feb 13 13:43:56 UTC 2015 - lsle...@suse.cz
 
 - added VMware and VirtualBox VM detection (bnc#773323)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.spec 
new/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-3.1.6/package/yast2-hardware-detection.spec
2015-02-16 11:22:12.0 +0100
+++ new/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.spec
2015-02-20 16:52:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-hardware-detection
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit llvm for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2015-02-22 17:20:55

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.changes2015-01-30 
06:11:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2015-02-22 
17:20:56.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 20 13:40:11 UTC 2015 - rguent...@suse.com
+
+- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools
+  with GCC 5.
+- Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.
+
+---

New:

  llvm-fix-find-gcc5-install.patch
  llvm-fix-intrusiverefcntptr.patch



Other differences:
--
++ lldb.spec ++
--- /var/tmp/diff_new_pack.xnauHz/_old  2015-02-22 17:20:58.0 +0100
+++ /var/tmp/diff_new_pack.xnauHz/_new  2015-02-22 17:20:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lldb
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++ llvm.spec ++
--- /var/tmp/diff_new_pack.xnauHz/_old  2015-02-22 17:20:58.0 +0100
+++ /var/tmp/diff_new_pack.xnauHz/_new  2015-02-22 17:20:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package llvm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -65,6 +65,8 @@
 Patch11:libcxxabi-exceptions.patch
 Patch12:libcxx-libdir.patch
 Patch13:llvm-remove-clang-only-flags.patch
+Patch14:llvm-fix-intrusiverefcntptr.patch
+Patch15:llvm-fix-find-gcc5-install.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  binutils-devel = 2.21.90
 BuildRequires:  bison
@@ -171,6 +173,8 @@
 %patch11
 %patch12
 %patch13 -p1
+%patch14
+%patch15
 
 # Move into right place
 mv cfe-%{version}.src tools/clang


++ llvm-fix-find-gcc5-install.patch ++
Index: cfe-3.5.0.src/lib/Driver/ToolChains.cpp
===
--- cfe-3.5.0.src/lib/Driver/ToolChains.cpp.orig2015-02-20 
14:03:49.512242844 +0100
+++ cfe-3.5.0.src/lib/Driver/ToolChains.cpp 2015-02-20 15:07:11.965048162 
+0100
@@ -1135,10 +1135,11 @@ Generic_GCC::GCCVersion Linux::GCCVersio
   GoodVersion.Major  0)
 return BadVersion;
   GoodVersion.MajorStr = First.first.str();
-  if (Second.first.getAsInteger(10, GoodVersion.Minor) ||
-  GoodVersion.Minor  0)
-return BadVersion;
   GoodVersion.MinorStr = Second.first.str();
+  if (!Second.first.str().empty () 
+  (Second.first.getAsInteger(10, GoodVersion.Minor) ||
+   GoodVersion.Minor  0))
+return BadVersion;
 
   // First look for a number prefix and parse that if present. Otherwise just
   // stash the entire patch string in the suffix, and leave the number
++ llvm-fix-intrusiverefcntptr.patch ++
Index: include/llvm/ADT/IntrusiveRefCntPtr.h
===
--- include/llvm/ADT/IntrusiveRefCntPtr.h.orig  2014-07-06 00:20:59.0 
+0200
+++ include/llvm/ADT/IntrusiveRefCntPtr.h   2015-02-20 14:05:08.687151938 
+0100
@@ -197,6 +197,9 @@ public:
   private:
 void retain() { if (Obj) IntrusiveRefCntPtrInfoT::retain(Obj); }
 void release() { if (Obj) IntrusiveRefCntPtrInfoT::release(Obj); }
+
+template typename X
+friend class IntrusiveRefCntPtr;
   };
 
   templateclass T, class U
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sssd for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2015-02-22 17:25:31

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


Package is sssd

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2015-01-10 
23:06:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2015-02-22 
17:25:32.0 +0100
@@ -1,0 +2,27 @@
+Thu Feb 19 10:51:22 UTC 2015 - h...@suse.com
+
+- Update to new upstream release 1.12.4 (Changelog highlights following)
+* This is mostly a bug fixing release with only minor enhancements
+  visible to the end user.
+* Contains many fixes and enhancements related to the ID views
+  functionality of FreeIPA servers.
+* Several fixes related to retrieving AD group membership in an
+  IPA-AD trust scenario.
+* Fixes a bug where the GPO access control previously didn't work
+  at all if debugging was enabled in smb.conf.
+* SSSD can now be pinned to a particular AD site instead of
+  autodiscovering the site.
+* A regression that caused setting the SELinux context for IPA users
+  to fail, was fixed.
+* Fixed a potential crash caused by a double-free error when an SSSD
+  service was killed by the monitor process.
+
+---
+Mon Feb 16 10:09:18 UTC 2015 - howard@localhost
+
+- A minor rpmspec cleanup to get rid of five rpmlint warnings
+* Remove mentioning of system-wide dbus configuration file from comments.
+* Remove traditional init script.
+* Remove compatibility for producing packages on older OpenSUSE releases.
+
+---

Old:

  sssd-1.12.3.tar.gz
  sssd-1.12.3.tar.gz.asc

New:

  sssd-1.12.4.tar.gz
  sssd-1.12.4.tar.gz.asc



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.dP0drd/_old  2015-02-22 17:25:33.0 +0100
+++ /var/tmp/diff_new_pack.dP0drd/_new  2015-02-22 17:25:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sssd
-Version:1.12.3
+Version:1.12.4
 Release:0
 Summary:System Security Services Daemon
 License:GPL-3.0+ and LGPL-3.0+
@@ -45,13 +45,7 @@
 BuildRequires:  cifs-utils-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  docbook-xsl-stylesheets
-%if 0%{?suse_version} = 1320
 BuildRequires:  krb5-devel = 1.12
-%define have_localauth 1
-%else
-BuildRequires:  krb5-devel
-%define have_localauth 0
-%endif
 BuildRequires:  libsmbclient-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-tools
@@ -291,8 +285,6 @@
 Group:  System/Libraries
 Provides:   libsss_sudo-devel = %version-%release
 Obsoletes:  libsss_sudo-devel  %version-%release
-# No provides: true obsolete.
-Obsoletes:  libsss_sudo1
 Supplements:packageand(sudo:sssd-client)
 
 %description -n libsss_sudo
@@ -374,17 +366,10 @@
$b/%_mandir/{uk/man5,uk/man8};
 install -d $b/%_sysconfdir/sssd;
 install -m600 src/examples/sssd-example.conf $b/%_sysconfdir/sssd/sssd.conf;
-%if 0%{?_unitdir:1}
 install -d $b/%_unitdir;
-# Missing service file in 1.11.5.1
-#install src/sysv/systemd/sssd.service $b/%_unitdir/sssd.service;
 install -m644 %{S:4} $b/%_unitdir/sssd.service;
 rm -Rf $b/%_initddir
 ln -s service $b/%_sbindir/rcsssd
-%else
-install src/sysv/SUSE/sssd $b/%_sysconfdir/init.d/sssd;
-ln -sf ../../etc/init.d/sssd $b/usr/sbin/rcsssd
-%endif
 
 mkdir -p $b/%_sysconfdir/ld.so.conf.d
 cat $b/%_sysconfdir/ld.so.conf.d/sssd-wbclient.conf -EOF
@@ -392,48 +377,32 @@
 EOF
 find $b -type f -name *.la -delete;
 
-%if %suse_version = 1110
-# remove some unsupported languages, sssd does not contain
-# translations for these anyway
-rm -Rf $b/usr/share/locale/{fa_IR,ja_JP,lt_LT,ta_IN,vi_VN}
-%endif
-
 rm -Rf $b/%_sysconfdir/dbus-1 $b/%_datadir/dbus-1
 
 %find_lang %name --all-name
 
-%if 0%{?_unitdir:1}
 %pre
 %service_add_pre sssd.service
-%endif
 
 %post
 # migrate config variable krb5_kdcip to krb5_server (bnc#851048)
 /bin/sed -i -e 's,^krb5_kdcip =,krb5_server =,g' %_sysconfdir/sssd/sssd.conf
 /sbin/ldconfig
-%if 0%{?_unitdir:1}
 %service_add_post sssd.service
-%endif
 
-%if 0%{?_unitdir:1}
 %preun
 %service_del_preun sssd.service
-%endif
 
 %postun
 if [ $1 = 0 ]; then
%_sbindir/pam-config -d --sss || :;
 fi;
 /sbin/ldconfig
-%if 0%{?_unitdir:1}
 # Clear caches, which may have an incompatible format afterwards
 # (especially, downgrades)
 rm -f /var/lib/sss/db/*.ldb
 # del_postun includes a try-restart
 %service_del_postun sssd.service
-%else
-%restart_on_update sssd
-%endif
 %insserv_cleanup
 
 %post   -n libipa_hbac0 -p /sbin/ldconfig
@@ -448,11 +417,7 @@
 %files -f sssd.lang
 %defattr(-,root,root)
 

commit kiwi for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2015-02-22 17:25:11

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.changes2015-02-10 
20:20:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2015-02-22 
17:25:13.0 +0100
@@ -1,0 +2,43 @@
+Thu Feb 12 11:01:59 CET 2015 - m...@suse.de
+
+- v7.02.26 released
+  
+---
+Wed Feb 11 17:54:17 CET 2015 - m...@suse.de
+  
+- Make sure cleanupRPMDatabase is called correctly
+  
+  The function also has to be called if there are packages
+  to delete in the queue and not only if there are packages
+  to install in the queue
+  
+---
+Wed Feb 11 17:32:15 CET 2015 - m...@suse.de
+  
+- Explicitly add kbd package to boot images
+  
+---
+Wed Feb 11 17:12:55 CET 2015 - m...@suse.de
+  
+- Make sure the default console font is setup
+  
+  While kiwi runs fbiterm the default console font is not
+  properly restored when the session ends. In order to enter
+  the system with a correctly initialized console font
+  kiwi actively calls setfont with the default8x16 font.
+  This is related to (bnc #879994)
+  
+---
+Wed Feb 11 15:06:15 CET 2015 - sch...@suse.de
+  
+- Remove obsolete 12.2 templates
+  
+---
+Tue Feb 10 12:19:58 CET 2015 - jma...@suse.de
+  
+- Move the vhdfixed tag to 64K offset.
+  
+  The tag specification calls for moving the tag from a 16K offset to a 64K
+  offset to avoid conflicting with the GPT.
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.bdf2ve/_old  2015-02-22 17:25:15.0 +0100
+++ /var/tmp/diff_new_pack.bdf2ve/_new  2015-02-22 17:25:15.0 +0100
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:7.02.25
+Version:7.02.26
 Release:0
 Provides:   kiwi-image:lxc
 Provides:   kiwi-image:tbz

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2014-12-19 08:24:00.0 +0100
+++ new/kiwi/.revision  2014-12-15 14:32:44.0 +0100
@@ -1 +1 @@
-859dc050fac040e3b3bb7fdb3ea81af4fc4bd02a
+18a16424da55c8ecd8c1f047b45c248cf2a240d7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/metadata/KIWIConfig.xml 
new/kiwi/metadata/KIWIConfig.xml
--- old/kiwi/metadata/KIWIConfig.xml2014-12-03 22:03:57.0 +0100
+++ new/kiwi/metadata/KIWIConfig.xml2015-02-11 17:02:34.0 +0100
@@ -26,6 +26,7 @@
 locations except for the ones listed here
 --
 strip type=tools
+file name=setfont/
 file name=lvmetad/
 file name=loadkeys/
 file name=klogconsole/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2015-02-09 11:43:23.0 +0100
+++ new/kiwi/modules/KIWIGlobals.pm 2015-02-12 11:01:54.0 +0100
@@ -1837,7 +1837,7 @@
 # Globals (generic)
 #--
 my %data;
-$data{Version} = 7.02.25;
+$data{Version} = 7.02.26;
 $data{Publisher}   = SUSE LINUX GmbH;
 $data{Preparer}= KIWI - http://opensuse.github.com/kiwi;;
 $data{ConfigName}  = config.xml;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIImageFormat.pm 
new/kiwi/modules/KIWIImageFormat.pm
--- old/kiwi/modules/KIWIImageFormat.pm 2014-12-19 08:24:00.0 +0100
+++ new/kiwi/modules/KIWIImageFormat.pm 2015-02-11 16:59:10.0 +0100
@@ -1293,13 +1293,13 @@
 # /.../
 # Azure service uses a tag injected into the disk
 # image to identify the OS. The tag is 512B long,
-# starting with a GUID, and is placed at a 16K offset
+# starting with a GUID, and is placed at a 64K offset
 # from the start of the disk image.
 #
 # +--+
 # | jump   | 

commit maxima for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-02-22 17:25:58

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


Package is maxima

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2014-12-29 
00:30:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-02-22 
17:25:59.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 18 15:42:14 UTC 2015 - dims...@opensuse.org
+
+- Fix references to .info files in post/postun scriptlets.
+
+---



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.CWEuQs/_old  2015-02-22 17:26:00.0 +0100
+++ /var/tmp/diff_new_pack.CWEuQs/_new  2015-02-22 17:26:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maxima
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -234,28 +234,28 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/xmaxima.info
 
 %post lang-de-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/de.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/de.utf8/maxima.info
 
 %postun lang-de-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/de.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/de.utf8/maxima.info
 
 %post lang-es-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/es.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/es.utf8/maxima.info
 
 %postun lang-es-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/es.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/es.utf8/maxima.info
 
 %post lang-pt-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/pt.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/pt.utf8/maxima.info
 
 %postun lang-pt-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt.utf8/maxima.info
 
 %post lang-pt_BR-utf8
-%install_info --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8.info
+%install_info --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8/maxima.info
 
 %postun lang-pt_BR-utf8
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8.info
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/pt_BR.utf8/maxima.info
 %endif
 
 %clean

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



commit rubygem-axiom-types for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-axiom-types for 
openSUSE:Factory checked in at 2015-02-22 17:25:51

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


Package is rubygem-axiom-types

Changes:

New Changes file:

--- /dev/null   2014-12-25 22:38:16.200041506 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-axiom-types.new/rubygem-axiom-types.changes 
2015-02-22 17:25:52.0 +0100
@@ -0,0 +1,5 @@
+---
+Thu Dec 18 13:32:33 UTC 2014 - tboer...@suse.com
+
+- Initial packaging of 0.1.1
+

New:

  axiom-types-0.1.1.gem
  gem2rpm.yml
  rubygem-axiom-types.changes
  rubygem-axiom-types.spec



Other differences:
--
++ rubygem-axiom-types.spec ++
#
# spec file for package rubygem-axiom-types
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#

Name:   rubygem-axiom-types
Version:0.1.1
Release:0
%define mod_name axiom-types
%define mod_full_name %{mod_name}-%{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 5
BuildRequires:  %{ruby = 1.9.3}
BuildRequires:  %{rubygem gem2rpm}
Url:https://github.com/dkubb/axiom-types
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1:gem2rpm.yml
Summary:Abstract types for logic programming
License:MIT
Group:  Development/Languages/Ruby

%description
Define types with optional constraints for use within axiom and other
libraries.

%prep

%build

%install
%gem_install \
  --doc-files=LICENSE README.md \
  -f

%gem_packages

%changelog
++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
---
:sources:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docbook_4 for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2015-02-22 17:25:05

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


Package is docbook_4

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2013-07-22 
12:58:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2015-02-22 
17:25:07.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 19 09:42:19 UTC 2015 - t...@opensuse.org
+
+- Fixed subtle XML catalog bug (bsc#918565)
+- Renamed docbook_4-README.SuSE  - docbook_4-README.SUSE to
+  avoid rpmlint warnings
+
+---

Old:

  docbook_4-README.SuSE

New:

  docbook_4-README.SUSE



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.afELJm/_old  2015-02-22 17:25:08.0 +0100
+++ /var/tmp/diff_new_pack.afELJm/_new  2015-02-22 17:25:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 Group:  Productivity/Publishing/DocBook
 Version:4.5
 Release:0
-Source2:docbook_4-README.SuSE
+Source2:docbook_4-README.SUSE
 Source7:CATALOG.docbook_4
 # DocBook 4.1
 Source410:  http://www.oasis-open.org/docbook/sgml/4.1/docbk41.zip
@@ -101,7 +101,7 @@
 
 %prep
 %setup -n %{name} -c -T
-cp -p $RPM_SOURCE_DIR/%{name}-README.SuSE README.SuSE
+cp -p $RPM_SOURCE_DIR/%{name}-README.SUSE README.SUSE
 %{INSTALL_DIR} dtd/4.{1,2,3,4,5} 4.{1,2,3,4,5}xml
 echo  %{S:410}
 pushd dtd/4.1
@@ -359,10 +359,14 @@
   /dev/null 21 || true
   done
 fi
-if [ -x /usr/bin/edit-xml-catalog ]; then
+
+# in case of an update, remove old
+if [ 2 = $1 ]; then
   /usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
-  --add /etc/xml/%{FOR_ROOT_CAT}
+  --del %{name}-%{version} || true
 fi
+/usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
+  --add /etc/xml/%{FOR_ROOT_CAT}
 
 %postun
 if [ $1 = 0 -a -x %{regcat} ]; then
@@ -372,7 +376,7 @@
   done
 fi
 # remove entries only on removal of file
-if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] 
; then
+if [ 0 = $1 -a ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} ] ; then
   /usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
   --del %{name}-%{version}
 fi
@@ -380,7 +384,7 @@
 %files
 %defattr(-, root, root)
 %config %{sgml_config_dir}/CATALOG.*
-%doc README.SuSE
+%doc README.SUSE
 %{sgml_dir}/CATALOG.*
 %{sgml_docbook_dtd_dir}/4.1
 %{sgml_docbook_dtd_dir}/4.2



















++ docbook_4-README.SUSE ++
README.SuSE (2005-02-02 13:52:09 CET)
=


SGML CATALOG Files
--

SGML


The default CATALOG file for DocBook 4 is
/usr/share/sgml/CATALOG.docbook_4; it is valid for DocBook DTD 4.1, 4.2,
4.3, and 4.4.


XML
...

The name of the SGML CATALOG file for the XML versions are:

/usr/share/sgml/CATALOG.db41xml
/usr/share/sgml/CATALOG.db42xml
/usr/share/sgml/CATALOG.db43xml
/usr/share/sgml/CATALOG.db44xml


XML CATALOG Files
--

XML catalogs are available through /etc/xml/catalog which points to
/etc/xml/suse-catalog.xml.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgpg-error for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2015-02-22 17:24:59

Comparing /work/SRC/openSUSE:Factory/libgpg-error (Old)
 and  /work/SRC/openSUSE:Factory/.libgpg-error.new (New)


Package is libgpg-error

Changes:

--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes
2015-01-30 06:11:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new/libgpg-error.changes   
2015-02-22 17:25:00.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 19 09:24:12 UTC 2015 - rguent...@suse.com
+
+- Add libgpg-error-1.18-gcc5.patch to pass -P to the preprocessor
+  when generating files to deal with C preprocessor changes in GCC 4.9 and up.
+
+---

New:

  libgpg-error-1.18-gcc5.patch



Other differences:
--
++ libgpg-error.spec ++
--- /var/tmp/diff_new_pack.5Wp5hJ/_old  2015-02-22 17:25:01.0 +0100
+++ /var/tmp/diff_new_pack.5Wp5hJ/_new  2015-02-22 17:25:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpg-error
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 # http://www.gnupg.org/signature_key.en.html
 Source2:%{name}.keyring
 Source3:baselibs.conf
+Patch1: libgpg-error-1.18-gcc5.patch
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n libgpg-error-%{version}
+%patch1
 
 %build
 %configure \

++ libgpg-error-1.18-gcc5.patch ++
Index: src/Makefile.am
===
--- src/Makefile.am.orig2014-10-25 14:42:43.0 +0200
+++ src/Makefile.am 2015-02-19 10:22:03.273114977 +0100
@@ -204,14 +204,14 @@ code-to-errno.h: Makefile mkerrnos.awk e
 # It is correct to use $(CPP).  We want the host's idea of the error codes.
 mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in _$@
-   $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
+   $(CPP) -P $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
$(AWK) -f $(srcdir)/mkerrcodes.awk $@
-rm _$@
 
 if HAVE_W32CE_SYSTEM
 # It is correct to use $(CPP).  We want the host's idea of the error codes.
 mkw32errmap.tab.h: Makefile mkw32errmap.c
-   $(CPP) -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
+   $(CPP) -P -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
  grep '{mkw32errmap_marker' $@
 mkw32errmap.map.c: mkw32errmap
./mkw32errmap --map  $@
@@ -227,7 +227,7 @@ endif
 # the data is really to be preprocessed.
 gpg-error.def: Makefile gpg-error.def.in
cat $(srcdir)/gpg-error.def.in _$@.h
-   $(CPP) $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
+   $(CPP) -P $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
  grep -v '^#' $@
-rm _$@.h
 
Index: src/Makefile.in
===
--- src/Makefile.in.orig2015-01-26 10:34:10.0 +0100
+++ src/Makefile.in 2015-02-19 10:22:42.318558424 +0100
@@ -1227,13 +1227,13 @@ code-to-errno.h: Makefile mkerrnos.awk e
 # It is correct to use $(CPP).  We want the host's idea of the error codes.
 mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in _$@
-   $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
+   $(CPP) -P $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
$(AWK) -f $(srcdir)/mkerrcodes.awk $@
-rm _$@
 
 # It is correct to use $(CPP).  We want the host's idea of the error codes.
 @have_w32ce_system_t...@mkw32errmap.tab.h: Makefile mkw32errmap.c
-@HAVE_W32CE_SYSTEM_TRUE@   $(CPP) -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c 
| \
+@HAVE_W32CE_SYSTEM_TRUE@   $(CPP) -P -DRESOLVE_MACROS 
$(srcdir)/mkw32errmap.c | \
 @HAVE_W32CE_SYSTEM_TRUE@ grep '{mkw32errmap_marker' $@
 @have_w32ce_system_t...@mkw32errmap.map.c: mkw32errmap
 @HAVE_W32CE_SYSTEM_TRUE@   ./mkw32errmap --map  $@
@@ -1247,7 +1247,7 @@ mkerrcodes.h: Makefile mkerrcodes.awk $(
 # the data is really to be preprocessed.
 gpg-error.def: Makefile gpg-error.def.in
cat $(srcdir)/gpg-error.def.in _$@.h
-   $(CPP) $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
+   $(CPP) -P $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
  

commit gpaste for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package gpaste for openSUSE:Factory checked 
in at 2015-02-22 17:25:46

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


Package is gpaste

Changes:

--- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes2014-12-17 
19:15:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpaste.new/gpaste.changes   2015-02-22 
17:25:47.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 18 08:27:58 UTC 2015 - devel...@develop7.info
+
+- Move GPaste.Settings.service out of -devel, enabling regular
+  users to run GPaste settings.
+
+---



Other differences:
--
++ gpaste.spec ++
--- /var/tmp/diff_new_pack.t9rzGF/_old  2015-02-22 17:25:48.0 +0100
+++ /var/tmp/diff_new_pack.t9rzGF/_new  2015-02-22 17:25:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpaste
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Simone Tolotti, simone.tolo...@gmail.com.
 #
 # All modifications and additions to the file contributed by third parties
@@ -142,6 +142,7 @@
 %{_libexecdir}/gpaste/
 %{_datadir}/applications/org.gnome.GPaste.Settings.desktop
 %{_datadir}/dbus-1/services/org.gnome.GPaste.service
+%{_datadir}/dbus-1/services/org.gnome.GPaste.Settings.service
 %{_datadir}/appdata/org.gnome.GPaste.Settings.appdata.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.GPaste.gschema.xml
 %{_datadir}/zsh/site-functions/_gpaste
@@ -169,7 +170,6 @@
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gpaste-1.0.deps
 %{_datadir}/vala/vapi/gpaste-1.0.vapi
-%{_datadir}/dbus-1/services/org.gnome.GPaste.Settings.service
 
 %files -n gnome-shell-extension-%{name}
 %defattr(-,root,root)

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



commit yast2-users for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2015-02-22 17:24:53

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


Package is yast2-users

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-12-05 
21:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2015-02-22 17:24:55.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 13:21:44 CET 2015 - g...@suse.de
+
+- Text mode: set F9 function key binding correctly (bnc #881396)
+- 3.1.37
+
+---
@@ -4,0 +11 @@
+- 3.1.36

Old:

  yast2-users-3.1.36.tar.bz2

New:

  yast2-users-3.1.37.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.j5PY8X/_old  2015-02-22 17:24:55.0 +0100
+++ /var/tmp/diff_new_pack.j5PY8X/_new  2015-02-22 17:24:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-users
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.36
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.1.36.tar.bz2 - yast2-users-3.1.37.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.36/package/yast2-users.changes 
new/yast2-users-3.1.37/package/yast2-users.changes
--- old/yast2-users-3.1.36/package/yast2-users.changes  2014-12-04 
11:20:13.0 +0100
+++ new/yast2-users-3.1.37/package/yast2-users.changes  2015-02-19 
10:12:16.0 +0100
@@ -1,7 +1,14 @@
 ---
+Thu Feb  5 13:21:44 CET 2015 - g...@suse.de
+
+- Text mode: set F9 function key binding correctly (bnc #881396)
+- 3.1.37
+
+---
 Thu Dec  4 09:51:47 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
+- 3.1.36
 
 ---
 Thu Nov 20 09:26:20 CET 2014 - jsuch...@suse.cz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.36/package/yast2-users.spec 
new/yast2-users-3.1.37/package/yast2-users.spec
--- old/yast2-users-3.1.36/package/yast2-users.spec 2014-12-04 
11:20:13.0 +0100
+++ new/yast2-users-3.1.37/package/yast2-users.spec 2015-02-19 
10:12:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.36
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.36/src/include/users/wizards.rb 
new/yast2-users-3.1.37/src/include/users/wizards.rb
--- old/yast2-users-3.1.36/src/include/users/wizards.rb 2014-12-04 
11:20:13.0 +0100
+++ new/yast2-users-3.1.37/src/include/users/wizards.rb 2015-02-19 
10:12:16.0 +0100
@@ -102,11 +102,9 @@
   caption= _(
 User and Group Administration
   ),
-  back_button= Stage.cont ?
-Label.BackButton :
-Label.CancelButton,
+  back_button= Stage.cont ? Label.BackButton : ,
   next_button= Stage.cont ? Label.NextButton : 
Label.OKButton,
-  abort_button   = Stage.cont ? Label.AbortButton : ,
+  abort_button   = Stage.cont ? Label.AbortButton : 
Label.CancelButton,
   fallback_functions = {
 :back = fun_ref(method(:ReallyBack), boolean ())
   }

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



commit phpMyAdmin for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-02-22 17:26:36

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.changes2015-02-06 
22:38:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-02-22 17:26:38.0 +0100
@@ -1,0 +2,15 @@
+Fri Feb 20 16:32:21 UTC 2015 - ec...@opensuse.org
+
+- update to 4.3.10 (2015-02-20)
+  - fix bug Undefined index navwork
+  - sf#4744 Opening console scroll down the page
+  - fix bug Remove extra column heading in view structure page
+  - fix bug Add missing confirmation when deleting central columns
+  - fix bug Undefined index DisableIS
+  - sf#4763 Database export with more than 512 tables fails
+  - sf#4769 Previously set column aliases are destroyed if returned 
+to the same table
+  - sf#4752 Incorrect page after creating table
+  - sf#4771 Central Columns not working, showing error
+
+---

Old:

  phpMyAdmin-4.3.9-all-languages.tar.bz2

New:

  phpMyAdmin-4.3.10-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.tC4kq7/_old  2015-02-22 17:26:39.0 +0100
+++ /var/tmp/diff_new_pack.tC4kq7/_new  2015-02-22 17:26:39.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.3.9
+Version:4.3.10
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.3.9-all-languages.tar.bz2 - 
phpMyAdmin-4.3.10-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.3.9-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.3.10-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 xapian-bindings for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-02-22 17:26:28

Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2014-10-22 16:22:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-02-22 17:26:31.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 19 16:44:48 UTC 2015 - mplus...@suse.com
+
+- Tiny spec file cleanups
+- Enable tests during build
+- Add gpg signature
+
+---

New:

  xapian-bindings-1.2.19.tar.xz.asc
  xapian-bindings.keyring



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.yCOIvN/_old  2015-02-22 17:26:32.0 +0100
+++ /var/tmp/diff_new_pack.yCOIvN/_new  2015-02-22 17:26:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapian-bindings
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,9 @@
 License:GPL-2.0
 Group:  Development/Languages/Other
 Url:http://www.xapian.org/
-Source: 
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
+Source0:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:%{name}.keyring
 Patch0: replaced-swig-zend-error-noreturn-flag.patch
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
@@ -115,8 +117,11 @@
 --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
+%check
+make check %{?_smp_mflags}
+
 %install
-make install DESTDIR=%{?buildroot}
+make install DESTDIR=%{?buildroot} %{?_smp_mflags}
 
 %clean
 rm -rf %{buildroot}

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



commit julia for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2015-02-22 17:26:33

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


Package is julia

Changes:

--- /work/SRC/openSUSE:Factory/julia/julia.changes  2015-01-12 
09:49:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia.changes 2015-02-22 
17:26:35.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 20 14:22:10 UTC 2015 - roni...@gmail.com
+
+- Update to version 0.3.6
+  * Bugfix release, no changelog available
+
+---

Old:

  julia-0.3.5.tar.gz

New:

  julia-0.3.6.tar.gz



Other differences:
--
++ julia.spec ++
--- /var/tmp/diff_new_pack.VWmeWp/_old  2015-02-22 17:26:36.0 +0100
+++ /var/tmp/diff_new_pack.VWmeWp/_new  2015-02-22 17:26:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   julia
-Version:0.3.5
+Version:0.3.6
 Release:0
 %define rmath_ver 226598f
 %define libuv_ver abcbb0c


++ julia-0.3.5.tar.gz - julia-0.3.6.tar.gz ++
 27000 lines of diff (skipped)

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



commit cabextract for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2015-02-22 17:26:47

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


Package is cabextract

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2014-12-22 
12:52:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2015-02-22 17:26:50.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 20 19:43:56 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- New version 1.5:
+ * Several crashes and hangs were found by Debian project members 
+   using the afl tool to generate corrupt cabinet files. These 
+   crashes and hangs have been fixed.
+ * cabextract now replaces bad Unicode characters in filenames 
+   with the standard Unicode replacement character
+ * wince_rename now puts files under the correct installation path
+
+---

Old:

  cabextract-1.4.tar.gz

New:

  cabextract-1.5.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.1Jsaxb/_old  2015-02-22 17:26:51.0 +0100
+++ /var/tmp/diff_new_pack.1Jsaxb/_new  2015-02-22 17:26:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   cabextract
-Url:http://www.cabextract.org.uk/
-Version:1.4
+Version:1.5
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
 License:GPL-3.0+
 Group:  System/Console
-Source: %{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://www.cabextract.org.uk/
+Source: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(libmspack)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cabinet (.CAB) files are a form of archive, which Microsoft uses to
@@ -36,17 +36,17 @@
 %setup -q
 
 %build
-CFLAGS=$RPM_OPT_FLAGS -fPIE
+CFLAGS=%{optflags} -fPIE
 %configure --with-external-libmspack
 make %{?_smp_mflags} LDFLAGS=-pie
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-/usr/bin/cabextract
+%{_bindir}/cabextract
 %{_mandir}/man1/cabextract.1.gz
 
 %changelog

++ cabextract-1.4.tar.gz - cabextract-1.5.tar.gz ++
 7551 lines of diff (skipped)

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



commit rubygem-po_to_json for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-po_to_json for 
openSUSE:Factory checked in at 2015-02-22 17:26:40

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


Package is rubygem-po_to_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-po_to_json/rubygem-po_to_json.changes
2015-02-20 12:01:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-po_to_json.new/rubygem-po_to_json.changes   
2015-02-22 17:26:41.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 20 14:13:49 UTC 2015 - tboer...@suse.com
+
+- Updated to 0.1.0
+  - Transfer from github.com/nubis/po_to_json
+  - Added TravisCI, Rubocop and Coveralls
+  - Updated structure to my opinionated gem style
+
+---

Old:

  po_to_json-0.0.7.gem

New:

  po_to_json-0.1.0.gem



Other differences:
--
++ rubygem-po_to_json.spec ++
--- /var/tmp/diff_new_pack.GS7OuB/_old  2015-02-22 17:26:42.0 +0100
+++ /var/tmp/diff_new_pack.GS7OuB/_new  2015-02-22 17:26:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-po_to_json
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,25 +24,24 @@
 #
 
 Name:   rubygem-po_to_json
-Version:0.0.7
+Version:0.1.0
 Release:0
 %define mod_name po_to_json
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
-Url:https://github.com/nubis/po_to_json
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+Url:https://github.com/webhippie/po_to_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Convert gettext PO files to json
+Summary:Convert gettext PO files to JSON
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Convert gettext PO files to json to use in your javascript app, based
-po2json.pl (by DuckDuckGo, Inc. http://duckduckgo.com/, Torsten Raudssus
-tors...@raudss.us.).
+Convert gettext PO files to JSON objects so that you can use it in your
+application.
 
 %prep
 
@@ -50,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files=README.md MIT-LICENSE \
+  --doc-files=CHANGELOG.md README.md LICENSE \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.GS7OuB/_old  2015-02-22 17:26:42.0 +0100
+++ /var/tmp/diff_new_pack.GS7OuB/_new  2015-02-22 17:26:42.0 +0100
@@ -21,7 +21,7 @@
 # ## used by gem2rpm
 # :patches:
 #   foo.patch: -p1
-#   bar.patch: 
+#   bar.patch:
 # ## used by gem2rpm
 # :sources:
 # - foo.desktop
@@ -69,4 +69,4 @@
 #   /bin/echo foo
 #
 ---
-:license: MIT
+:sources:

++ po_to_json-0.0.7.gem - po_to_json-0.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md1970-01-01 01:00:00.0 +0100
@@ -0,0 +1,7 @@
+# Changelog
+
+## [0.1.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 
2015-02-19
+
+* Transfer from github.com/nubis/po_to_json
+* Added TravisCI, Rubocop and Coveralls
+* Updated structure to my opinionated gem style
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/LICENSE 1970-01-01 01:00:00.0 +0100
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2012-2015 Dropmysite.com https://dropmyemail.com
+Copyright (c) 2015 Webhippie http://www.webhippie.de
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 

commit hxtools for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package hxtools for openSUSE:Factory checked 
in at 2015-02-22 17:26:49

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


Package is hxtools

Changes:

--- /work/SRC/openSUSE:Factory/hxtools/hxtools.changes  2014-11-24 
11:08:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.hxtools.new/hxtools.changes 2015-02-22 
17:26:51.0 +0100
@@ -1,0 +2,16 @@
+Sat Feb 21 09:30:47 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 20150221
+* diff2php: escape ? in plain text output
+* diff2php: fix wrong placement of HTML tags
+
+---
+Fri Feb 20 10:02:22 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 20150220
+* sysinfo: parse info from /etc/os-release
+* gpsh: do not sort the queue at all when -z is given
+* qtar: account for changed tar behavior due to
+  Base:System/tar's new tar-recursive--files-from.patch
+
+---

Old:

  hxtools-20141112.tar.asc
  hxtools-20141112.tar.xz

New:

  hxtools-20150221.tar.asc
  hxtools-20150221.tar.xz



Other differences:
--
++ hxtools.spec ++
--- /var/tmp/diff_new_pack.ptOiWw/_old  2015-02-22 17:26:52.0 +0100
+++ /var/tmp/diff_new_pack.ptOiWw/_new  2015-02-22 17:26:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   hxtools
-Version:20141112
+Version:20150221
 Release:0
 Summary:Collection of day-to-day tools (binaries)
 License:GPL-2.0+ and WTFPL

++ hxtools-20141112.tar.xz - hxtools-20150221.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxtools-20141112/configure 
new/hxtools-20150221/configure
--- old/hxtools-20141112/configure  2014-11-12 17:22:05.0 +0100
+++ new/hxtools-20150221/configure  2015-02-21 10:29:24.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for hxtools 20141112.
+# Generated by GNU Autoconf 2.69 for hxtools 20150221.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='hxtools'
 PACKAGE_TARNAME='hxtools'
-PACKAGE_VERSION='20141112'
-PACKAGE_STRING='hxtools 20141112'
+PACKAGE_VERSION='20150221'
+PACKAGE_STRING='hxtools 20150221'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1308,7 +1308,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures hxtools 20141112 to adapt to many kinds of systems.
+\`configure' configures hxtools 20150221 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1374,7 +1374,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of hxtools 20141112:;;
+ short | recursive ) echo Configuration of hxtools 20150221:;;
esac
   cat \_ACEOF
 
@@ -1494,7 +1494,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-hxtools configure 20141112
+hxtools configure 20150221
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2078,7 +2078,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by hxtools $as_me 20141112, which was
+It was created by hxtools $as_me 20150221, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2943,7 +2943,7 @@
 
 # Define the identity of the package.
  PACKAGE='hxtools'
- VERSION='20141112'
+ VERSION='20150221'
 
 
 cat confdefs.h _ACEOF
@@ -6336,7 +6336,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by hxtools $as_me 20141112, which was
+This file was extended by hxtools $as_me 20150221, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -6402,7 +6402,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-hxtools config.status 20141112
+hxtools config.status 20150221
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxtools-20141112/configure.ac 
new/hxtools-20150221/configure.ac
--- 

commit htop for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package htop for openSUSE:Factory checked in 
at 2015-02-22 17:26:31

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


Package is htop

Changes:

--- /work/SRC/openSUSE:Factory/htop/htop.changes2014-05-31 
08:09:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.htop.new/htop.changes   2015-02-22 
17:26:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 20 13:38:40 UTC 2015 - jh...@suse.com
+
+- Cleanup of spec file with spec-cleaner.
+- Enable oom score watching and native-affinity
+
+---



Other differences:
--
++ htop.spec ++
--- /var/tmp/diff_new_pack.9blltZ/_old  2015-02-22 17:26:33.0 +0100
+++ /var/tmp/diff_new_pack.9blltZ/_new  2015-02-22 17:26:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package htop
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,13 @@
 Source0:
http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz
 Patch0: htop-desktop-file-fix-thoenig-01.patch
 Patch1: htop-stdgnu.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  ncurses-devel
 BuildRequires:  python
 BuildRequires:  update-desktop-files
-Recommends: strace
 Recommends: lsof
+Recommends: strace
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 htop is an interactive text-mode process viewer for Linux. It aims to
@@ -40,30 +40,24 @@
 but is also reported to work (and was originally developed) with the
 2.4 series.
 
-
-
-Authors:
-
-Hisham H. Muhammad
-
 %prep
-%setup
-%patch0 -p0
+%setup -q
+%patch0
 %patch1 -p1
 
 %build
-export CFLAGS=%{optflags} `ncursesw6-config --cflags`
-export LDFLAGS=`ncursesw6-config --libs`
-autoreconf -fiv
+autoreconf -fi
 %configure \
---enable-unicode \
--enable-taskstats \
-   --enable-cgroup
+   --enable-unicode \
+   --enable-native-affinity \
+   --enable-cgroup \
+   --enable-oom
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot
-%suse_update_desktop_file -i %name System Monitor
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%suse_update_desktop_file -i %{name} System Monitor
 
 %files 
 %defattr(-,root,root)

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



commit licq for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package licq for openSUSE:Factory checked in 
at 2015-02-22 17:26:16

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


Package is licq

Changes:

--- /work/SRC/openSUSE:Factory/licq/licq.changes2013-11-07 
08:42:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.licq.new/licq.changes   2015-02-22 
17:26:18.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 19 22:01:21 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8.2
+  * Fixed crash when loading protocol plugins
+  * GPG: Don't retry decrypting if password is invalid
+  * ICQ: Fixed crash when receiving status updates
+  * MSN: Change default authentication host to login.passport.com
+  * Jabber: Fixed crash when disconnecting multiple accounts
+- Remove licq-1.8.1-65026d6.patch; fixed on upstream release
+- Use the relative sourceforge download Url instead of mirror Url for
+  source tarball downloading
+- Split out translation files
+
+---

Old:

  licq-1.8.1-65026d6.patch
  licq-1.8.1.tar.bz2

New:

  licq-1.8.2.tar.bz2



Other differences:
--
++ licq.spec ++
--- /var/tmp/diff_new_pack.b0WNLx/_old  2015-02-22 17:26:19.0 +0100
+++ /var/tmp/diff_new_pack.b0WNLx/_new  2015-02-22 17:26:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package licq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,18 +27,16 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  xosd-devel
 BuildRequires:  pkgconfig(QtGui) = 4.7
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Linux ICQ Client
 License:GPL-2.0+
 Group:  Productivity/Networking/ICQ
-Source: 
http://switch.dl.sourceforge.net/project/licq/licq/%{version}/licq-%{version}.tar.bz2
+Source: 
http://sourceforge.net/projects/licq/files/licq/%{version}/licq-%{version}.tar.bz2
 Source2:licq.png
 Recommends: sox
+Recommends: %{name}-lang
 Patch2: licq-1.5.0-remove_desktop_file.patch
-# TODO: please drop it after the next subj update!
-# PATCH-FIX-UPSTREAM to prevent compiling error.
-Patch3: licq-1.8.1-65026d6.patch
 Url:http://www.licq.org/
 
 %description
@@ -52,8 +50,6 @@
 written in C++ and comes with a GUI plug-in using the Qt widget set.
 Other plug-ins are also available.
 
-
-
 %package qt4-gui-data
 Summary:Qt4 data files for Licq
 Group:  Productivity/Networking/ICQ
@@ -61,8 +57,6 @@
 
 %description qt4-gui-data
 Data files for the Qt4 Licq plug-in.
-
-
 %package qt4-gui
 Summary:Qt4 plug-in for Licq
 Group:  Productivity/Networking/ICQ
@@ -73,7 +67,6 @@
 %description qt4-gui
 This plug-in uses the Qt4 libraries to provide Licq GUI.
 
-
 %package kde4-gui
 Summary:KDE4 plug-in for Licq
 Group:  Productivity/Networking/ICQ
@@ -85,7 +78,6 @@
 %description kde4-gui
 This plug-in uses the KDE4 libraries to provide Licq GUI.
 
-
 %package devel
 Summary:Development files of Licq
 Group:  Development/Sources
@@ -94,12 +86,11 @@
 %description devel
 Header files of Licq program.
 
-
+%lang_package
 
 %prep
 %setup
 %patch2 -p1
-%patch3
 
 # disabled for now (deps missing)
 rm -r plugins/aosd plugins/jabber
@@ -133,14 +124,14 @@
 %find_lang licq_osd_plugin %{name}.lang
 %fdupes -s $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,755)
 %doc %{_docdir}/licq/
 %{_bindir}/licq
 %{_libdir}/licq/
 %{_datadir}/licq/
-/usr/share/applications/licq.desktop
-/usr/share/pixmaps/licq.png
+%{_datadir}/applications/licq.desktop
+%{_datadir}/pixmaps/licq.png
 %exclude %{_includedir}/licq/
 %exclude %{_libdir}/licq/licq_qt4-gui.so
 %exclude %{_libdir}/licq/licq_kde4-gui.so
@@ -164,4 +155,6 @@
 %defattr(-,root,root,755)
 %{_libdir}/licq/licq_kde4-gui.so
 
+%files lang -f %{name}.lang
+
 %changelog

++ licq-1.8.1.tar.bz2 - licq-1.8.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/licq-1.8.1/README new/licq-1.8.2/README
--- old/licq-1.8.1/README   2013-10-28 13:26:38.0 +0100
+++ new/licq-1.8.2/README   2014-06-01 21:16:42.0 +0200
@@ -1,11 +1,10 @@
-  LICQ v1.8.1 README
+  LICQ v1.8.2 README
   http://www.licq.org/
   #Licq on irc.freenode.net
 
 This is a bugfix release, mainly to solve some crashes and fix build problems.
-This release also includes a big update of 

commit ooRexx for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package ooRexx for openSUSE:Factory checked 
in at 2015-02-22 17:26:35

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


Package is ooRexx

Changes:

--- /work/SRC/openSUSE:Factory/ooRexx/ooRexx.changes2015-01-23 
15:47:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.ooRexx.new/ooRexx.changes   2015-02-22 
17:26:36.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 20 14:12:48 UTC 2015 - emendo...@suse.com
+
+- Fixing BuildRequires for SLE12, as xalan-c is not available anymore.
+
+---



Other differences:
--
++ ooRexx.spec ++
--- /var/tmp/diff_new_pack.FqjvMX/_old  2015-02-22 17:26:37.0 +0100
+++ /var/tmp/diff_new_pack.FqjvMX/_new  2015-02-22 17:26:37.0 +0100
@@ -87,7 +87,12 @@
 BuildRequires:  subversion
 
 %if 0%{?suse_version}  1230
+
+# SLE12 does not have xalan-c anymore!
+%if %{suse_version} != 1315
 BuildRequires:  xalan-c
+%endif
+
 Requires:   systemd
 %define _unitdir   /usr/lib/systemd/system
 %endif

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



commit tellico for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package tellico for openSUSE:Factory checked 
in at 2015-02-22 17:26:46

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


Package is tellico

Changes:

--- /work/SRC/openSUSE:Factory/tellico/tellico.changes  2014-11-13 
09:18:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.tellico.new/tellico.changes 2015-02-22 
17:26:47.0 +0100
@@ -1,0 +2,19 @@
+Thu Feb 19 19:39:22 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to 2.3.10:
+  Features:
+  * Updated Discogs fetcher to new API (kde#342827).
+  * Updated Moviemeter fetcher to new API.
+  * Added filter rules for Greater than and Less than numbers.
+  * Updated BoardGameGeek fetcher to new API.
+  * Added capability to import a BoardGameGeek collection.
+  * Added a data source for Mathematical Reviews.
+  Bug Fixes:
+  * Fixed crashing bug with some ISBNdb results (kde#339063).
+  * Updated Producer results for IMDb and TheMovieDB fetchers
+(kde#336765).
+  * Fixed bug with Allocine API search using punctuation
+(kde#337432).
+  * Fixed bug with importing Goodreads collection.
+
+---

Old:

  tellico-2.3.9.tar.bz2

New:

  tellico-2.3.10.tar.bz2



Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.1eB7WW/_old  2015-02-22 17:26:48.0 +0100
+++ /var/tmp/diff_new_pack.1eB7WW/_new  2015-02-22 17:26:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tellico
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   tellico
-Version:2.3.9
+Version:2.3.10
 Release:0
 Summary:A Collection Manager for KDE
 License:GPL-2.0+
@@ -67,9 +67,6 @@
 %install
 %kde4_makeinstall -C build
 
-# Remove directory (not needed)
-rm -r %{buildroot}/nogo/
-
 %if 0%{?suse_version}
 %suse_update_desktop_file -r %{name} Qt KDE Office Database
 %endif

++ tellico-2.3.9.tar.bz2 - tellico-2.3.10.tar.bz2 ++
 77647 lines of diff (skipped)

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



commit dogtail for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package dogtail for openSUSE:Factory checked 
in at 2015-02-22 17:26:10

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


Package is dogtail

Changes:

New Changes file:

--- /dev/null   2014-12-25 22:38:16.200041506 +0100
+++ /work/SRC/openSUSE:Factory/.dogtail.new/dogtail.changes 2015-02-22 
17:26:11.0 +0100
@@ -0,0 +1,6 @@
+---
+Thu Feb 19 09:30:23 CET 2015 - fcro...@suse.com
+
+- Initial package (based on Fedora)
+
+

New:

  dogtail-0.9.0.tar.gz
  dogtail.changes
  dogtail.spec



Other differences:
--
++ dogtail.spec ++
#
# spec file for package dogtail
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   dogtail
Version:0.9.0
Release:0
Summary:GUI test tool and automation framework
License:GPL-2.0
Url:http://dogtail.fedorahosted.org/
Source0:
http://fedorahosted.org/released/dogtail/%{name}-%{version}.tar.gz
BuildRequires:  desktop-file-utils
BuildRequires:  gobject-introspection
BuildRequires:  hicolor-icon-theme
BuildRequires:  python-devel
BuildRequires:  update-desktop-files
Requires:   hicolor-icon-theme
Requires:   python-atspi
Requires:   python-cairo
Requires:   python-gobject
Requires:   python-imaging
Requires:   rpm-python
Requires:   xinit
BuildArch:  noarch

%description
GUI test tool and automation framework that uses assistive technologies to
communicate with desktop applications.

%prep
%setup -q

%build
python ./setup.py build

%install
python ./setup.py install -O2 --root=%{buildroot} --record=%{name}.files
rm -rf %{buildroot}/%{_docdir}/dogtail
rm -f 
%{buildroot}/%{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info
find examples -type f -exec chmod 0644 \{\} \;
desktop-file-install %{buildroot}/%{_datadir}/applications/sniff.desktop \
  --dir=%{buildroot}/%{_datadir}/applications \
%suse_update_desktop_file -G UI test application -r 
%{buildroot}/%{_datadir}/applications/sniff.desktop Development Profiling

%post
%icon_theme_cache_post

%postun
%icon_theme_cache_postun


%files
%defattr(-,root,root)
%{_bindir}/*
%{python_sitelib}/dogtail/
%{_datadir}/applications/*
%{_datadir}/dogtail/
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
%doc COPYING
%doc README
%doc NEWS
%doc %{_datadir}/doc/dogtail

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



commit kdebase4-runtime for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2015-02-22 17:26:00

Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New)


Package is kdebase4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2015-02-11 16:35:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2015-02-22 17:26:01.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 18 19:48:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add fix-for-the-random-wallet-open-failure-when-updating.patch
+  from upstream (kde#343718, boo#917988)
+
+---

New:

  fix-for-the-random-wallet-open-failure-when-updating.patch



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.EPkGSW/_old  2015-02-22 17:26:02.0 +0100
+++ /var/tmp/diff_new_pack.EPkGSW/_new  2015-02-22 17:26:02.0 +0100
@@ -37,6 +37,8 @@
 Patch6: Remove-volume-control-from-KNotify.patch
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- bnc#852256
 Patch7: kdesu-add-some-i18n-love.patch
+# PATCH-FIX-UPSTREAM fix-for-the-random-wallet-open-failure-when-updating.patch
+Patch8: fix-for-the-random-wallet-open-failure-when-updating.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  alsa-devel
 BuildRequires:  automoc4
@@ -129,6 +131,7 @@
 %patch6 -p1
 %endif
 %patch7 -p1
+%patch8 -p1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1


++ fix-for-the-random-wallet-open-failure-when-updating.patch ++
commit 345e36a8b35e2c6f8fcda50d0776d77102d6648a
Author: Valentin Rusu k...@rusu.info
Date:   Mon Feb 16 22:44:07 2015 +0100

Fix for the random wallet open failure when updating

The problem seems to be caused by the use of BackendPersistHandler
singleton when the user has several wallets on his system and not
all of them have been updated to the new schema.

BUG: 343718

diff --git a/kwalletd/backend/backendpersisthandler.cpp 
b/kwalletd/backend/backendpersisthandler.cpp
index 5c321c9..b7f63f8 100644
--- a/kwalletd/backend/backendpersisthandler.cpp
+++ b/kwalletd/backend/backendpersisthandler.cpp
@@ -140,25 +140,14 @@ static int getRandomBlock(QByteArray randBlock) {
 #endif
 }
 
-
-
-static BlowfishPersistHandler *blowfishHandler =0;
-#ifdef HAVE_QGPGME
-static GpgPersistHandler *gpgHandler =0;
-#endif // HAVE_QGPGME
-
 BackendPersistHandler 
*BackendPersistHandler::getPersistHandler(BackendCipherType cipherType)
 {
 switch (cipherType){
 case BACKEND_CIPHER_BLOWFISH:
-if (0 == blowfishHandler)
-blowfishHandler = new BlowfishPersistHandler;
-return blowfishHandler;
+return new BlowfishPersistHandler;
 #ifdef HAVE_QGPGME
 case BACKEND_CIPHER_GPG:
-if (0 == gpgHandler)
-gpgHandler = new GpgPersistHandler;
-return gpgHandler;
+return new GpgPersistHandler;
 #endif // HAVE_QGPGME
 default:
 Q_ASSERT(0);
@@ -170,21 +159,16 @@ BackendPersistHandler 
*BackendPersistHandler::getPersistHandler(char magicBuf[12
 {
 if ((magicBuf[2] == KWALLET_CIPHER_BLOWFISH_ECB || magicBuf[2] == 
KWALLET_CIPHER_BLOWFISH_CBC) 
 (magicBuf[3] == KWALLET_HASH_SHA1 || magicBuf[3] == 
KWALLET_HASH_PBKDF2_SHA512)) {
-if (0 == blowfishHandler) {
-bool useECBforReading = magicBuf[2] == KWALLET_CIPHER_BLOWFISH_ECB;
-if (useECBforReading) {
-qDebug()  this wallet uses ECB encryption. It'll be 
converted to CBC on next save.;
-}
-blowfishHandler = new BlowfishPersistHandler(useECBforReading);
+bool useECBforReading = magicBuf[2] == KWALLET_CIPHER_BLOWFISH_ECB;
+if (useECBforReading) {
+qDebug()  this wallet uses ECB encryption. It'll be converted 
to CBC on next save.;
 }
-return blowfishHandler;
+return new BlowfishPersistHandler(useECBforReading);
 }
 #ifdef HAVE_QGPGME
 if (magicBuf[2] == KWALLET_CIPHER_GPG 
 magicBuf[3] == 0) {
-if (0 == gpgHandler)
-gpgHandler = new GpgPersistHandler;
-return gpgHandler;
+return new GpgPersistHandler;
 }
 #endif // HAVE_QGPGME
 return 0;// unknown cipher or hash
diff --git a/kwalletd/backend/kwalletbackend.cc 
b/kwalletd/backend/kwalletbackend.cc
index 7d439e3..9240103 100644
--- a/kwalletd/backend/kwalletbackend.cc
+++ b/kwalletd/backend/kwalletbackend.cc
@@ -266,7 +266,7 @@ int Backend::open(const QByteArray password, 

commit dante for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2015-02-22 17:26:04

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


Package is dante

Changes:

--- /work/SRC/openSUSE:Factory/dante/dante.changes  2014-06-01 
18:57:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2015-02-22 
17:26:05.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 30 14:35:48 UTC 2015 - diego.ercol...@gmail.com
+
+- reviewed the systemd init script
+- added patch:
+  * dante-1.4.0-sockd_conf.patch to accomplish new syntax 
+
+---

New:

  dante-1.4.0-sockd_conf.patch



Other differences:
--
++ dante.spec ++
--- /var/tmp/diff_new_pack.gaqJEk/_old  2015-02-22 17:26:06.0 +0100
+++ /var/tmp/diff_new_pack.gaqJEk/_new  2015-02-22 17:26:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dante
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -40,6 +40,7 @@
 Patch3: dante-1.4.0-socksify_man_format.patch
 Patch4: dante-1.4.0-glibc-2.17.patch
 Patch5: dante-1.4.0-sendbuf_macro.patch
+Patch6: dante-1.4.0-sockd_conf.patch
 # SuSE series: sec
 
 %description
@@ -94,6 +95,7 @@
 %patch4 
 %endif
 %patch5 -p1
+%patch6 -p1
 
 %build
 DANTELIBC=`find /%{_lib}/ -maxdepth 1 -iname libc.so.*`

++ dante-1.4.0-sockd_conf.patch ++
--- dante-1.4.0/example/sockd.conf  2012-06-01 21:59:26.0 +0200
+++ dante-1.4.1/example/sockd.conf  2015-01-22 13:27:37.325928880 +0100
@@ -1,4 +1,4 @@
-# $Id: sockd.conf,v 1.52 2012/06/01 19:59:26 karls Exp $
+# $Id: sockd.conf,v 1.52.10.2 2014/09/03 14:49:13 michaels Exp $
 #
 # A sample sockd.conf
 #
@@ -13,7 +13,7 @@
 #   logoutput
 #   internal
 #   external
-#   method
+#   socksmethod
 #   clientmethod
 #   users
 #   compatibility
@@ -29,7 +29,7 @@
 #
 # block/pass
 #from to
-#method
+#socksmethod
 #command
 #libwrap
 #log
@@ -52,24 +52,24 @@
 # 195.168.1.1
 #external: 192.168.1.1
 
-# list over acceptable methods, order of preference.
-# A method not set here will never be selected.
+# list over acceptable authentication methods, order of preference.
+# An authentication method not set here will never be selected.
 #
-# If the method field is not set in a rule, the global
-# method is filled in for that rule.
+# If the socksmethod field is not set in a rule, the global
+# socksmethod is filled in for that rule.
 #
 
 # methods for socks-rules.
-#method: username none #rfc931
+#socksmethod: username none #rfc931
 
 # methods for client-rules.
 #clientmethod: none
 
 #or if you want to allow rfc931 (ident) too
-#method: username rfc931 none
+#socksmethod: username rfc931 none
 
 #or for PAM authentication
-#method: pam
+#socksmethod: pam
 
 #
 # User identities, an important section.
@@ -82,6 +82,8 @@
 # when running as usual, it will use the unprivileged userid of sockd.
 #user.unprivileged: sockd
 
+# If you are not using libwrap, no need for the below line, so leave
+# it commented.
 # If you compiled with libwrap support, what userid should it use
 # when executing your libwrap commands?  libwrap.
 #user.libwrap: libwrap
@@ -98,9 +100,8 @@
 # This will usually require user.privileged to be set to root.
 #compatibility: sameport
 
-# If you are using the bind extension and have trouble running servers
-# via the server, you might try setting this.  The consequences of it
-# are unknown.
+# If you are using the Inferno Nettverk bind extension and have trouble 
+# running servers via the server, you might try setting this.  
 #compatibility: reuseaddr
 
 #
@@ -162,7 +163,7 @@
 # Allow our clients, also provides an example of the port range command.
 #client pass {
 #from: 10.0.0.0/8 port 1-65535 to: 0.0.0.0/0
-#method: rfc931 # match all idented users that also are in passwordfile
+#clientmethod: rfc931 # match all idented users that also are in 
passwordfile
 #}
 
 # This is identical to above, but allows clients without a rfc931 (ident)
@@ -187,7 +188,7 @@
 
 # you probably don't want people connecting to loopback addresses,
 # who knows what could happen then.
-#block {
+#socks block {
 #from: 0.0.0.0/0 to: lo0
 #log: connect error
 #}

commit open-vm-tools for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2015-02-22 17:26:14

Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old)
 and  /work/SRC/openSUSE:Factory/.open-vm-tools.new (New)


Package is open-vm-tools

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools-KMP.changes  
2015-01-06 09:07:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools-KMP.changes 
2015-02-22 17:26:15.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 19 13:35:44 UTC 2015 - dims...@opensuse.org
+
+- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with
+  Kernel 3.19.0+.
+
+---
open-vm-tools.changes: same change

New:

  open-vm-tools-linux-3.19.0.patch



Other differences:
--
++ open-vm-tools-KMP.spec ++
--- /var/tmp/diff_new_pack.QzVgKx/_old  2015-02-22 17:26:16.0 +0100
+++ /var/tmp/diff_new_pack.QzVgKx/_new  2015-02-22 17:26:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package open-vm-tools-KMP
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -80,6 +80,7 @@
 Patch10:open-vm-tools-linux-3.17.patch
 Patch11:open-vm-tools-linux-3.17.7.patch
 Patch12:open-vm-tools-linux-3.18.0.patch
+Patch13:open-vm-tools-linux-3.19.0.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 # don't use pkgconfig(gtk+-2.0) so we can build on SLE
@@ -234,6 +235,10 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+KVER=$(rpm -q kernel-syms --qf %%{version}\n | awk -F. '{print $2}')
+if [ $KVER -ge 19 ]; then
+%patch13 -p1
+fi
 
 %build
 %if ! %{KMP}

++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.QzVgKx/_old  2015-02-22 17:26:16.0 +0100
+++ /var/tmp/diff_new_pack.QzVgKx/_new  2015-02-22 17:26:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package open-vm-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -80,6 +80,7 @@
 Patch10:open-vm-tools-linux-3.17.patch
 Patch11:open-vm-tools-linux-3.17.7.patch
 Patch12:open-vm-tools-linux-3.18.0.patch
+Patch13:open-vm-tools-linux-3.19.0.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 # don't use pkgconfig(gtk+-2.0) so we can build on SLE
@@ -234,6 +235,10 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+KVER=$(rpm -q kernel-syms --qf %%{version}\n | awk -F. '{print $2}')
+if [ $KVER -ge 19 ]; then
+%patch13 -p1
+fi
 
 %build
 %if ! %{KMP}

++ open-vm-tools-linux-3.19.0.patch ++
Index: open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c
===
--- open-vm-tools-9.4.6-1770165.orig/modules/linux/vmhgfs/dir.c
+++ open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c
@@ -414,7 +414,7 @@ HgfsPackDirOpenRequest(struct file *file
 
/* Build full name to send to server. */
if (HgfsBuildPath(name, req-bufferSize - (requestSize - 1),
- file-f_dentry)  0) {
+ file-f_path.dentry)  0) {
   LOG(4, (KERN_DEBUG VMware hgfs: HgfsPackDirOpenRequest: build path 
failed\n));
   return -EINVAL;
}
@@ -560,8 +560,8 @@ HgfsPrivateDirRelease(struct file *file,
int result = 0;
 
ASSERT(file);
-   ASSERT(file-f_dentry);
-   ASSERT(file-f_dentry-d_sb);
+   ASSERT(file-f_path.dentry);
+   ASSERT(file-f_path.dentry-d_sb);
 
LOG(6, (KERN_DEBUG VMware hgfs: HgfsPrivateDirRelease: close fh %u\n, 
handle));
 
@@ -704,7 +704,7 @@ HgfsDirLlseek(struct file *file,
   loff_t offset,
   int origin)
 {
-   struct dentry *dentry = file-f_dentry;
+   struct dentry *dentry = file-f_path.dentry;
struct inode *inode = dentry-d_inode;
compat_mutex_t *mtx;
 
@@ -853,7 +853,7 @@ HgfsReaddirRefreshEntries(struct file *f
}
 
LOG(6, (KERN_DEBUG VMware hgfs: %s: error: stale handle (%s) return %d)\n,
-__func__, file-f_dentry-d_name.name, result));
+__func__, file-f_path.dentry-d_name.name, result));
return result;
 }
 
@@ -988,9 +988,9 @@ HgfsReaddirNextEntry(struct file *file,
char *fileName = NULL;
int result;
 
-   ASSERT(file-f_dentry-d_inode-i_sb);
+   

commit rubygem-simplecov for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2015-02-22 17:26:08

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


Package is rubygem-simplecov

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2014-10-18 09:10:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2015-02-22 17:26:09.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 05:30:33 UTC 2015 - co...@suse.com
+
+- updated to version 0.9.2
+
+---

Old:

  simplecov-0.9.1.gem

New:

  simplecov-0.9.2.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.pNPU0C/_old  2015-02-22 17:26:10.0 +0100
+++ /var/tmp/diff_new_pack.pNPU0C/_new  2015-02-22 17:26:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,13 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.9.1
+Version:0.9.2
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby = 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:http://github.com/colszowka/simplecov
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ simplecov-0.9.1.gem - simplecov-0.9.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-09-21 13:52:55.0 +0200
+++ new/.travis.yml 2015-02-18 15:46:13.0 +0100
@@ -1,12 +1,24 @@
 language: ruby
+
+before_install:
+  - gem install bundler
+
+bundler_args: --without development --jobs=3 --retry=3
+
+cache: bundler
+
+sudo: false
+
 rvm:
   - 1.8.7
   - 1.9.3
   - 2.0.0
   - 2.1
+  - 2.2
   - ruby-head
   - jruby
   - rbx-2
+
 matrix:
   allow_failures:
 - rvm: ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-09-21 13:52:55.0 +0200
+++ new/CHANGELOG.md2015-02-18 15:46:13.0 +0100
@@ -1,10 +1,31 @@
-Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...master))
+Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.2...master))
 
 
 ## Enhancements
 
 ## Bugfixes
 
+0.9.2, 2015-02-18 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...v0.9.2))
+
+
+This is a minor bugfix release for simplecov-html, released as `0.9.0`. Due to 
the tight version constraint in the gemspec
+a new release of simplecov had to be shipped to allow using simplecov-html `~ 
0.9.0`.
+
+  * The browser back / forward button should now work again. See 
[#36](https://github.com/colszowka/simplecov-html/pull/36) and 
+[#35](https://github.com/colszowka/simplecov-html/pull/35). Thanks 
@whatasunnyday and @justinsteele for submitting PRs to fix this.
+  * Fix warning: possibly useless use of a variable in void context See 
[#31](https://github.com/colszowka/simplecov-html/pull/31). Thanks @cbandy
+  * Always use binary file format. See 
[#32](https://github.com/colszowka/simplecov-html/pull/32). Thanks @andy128k
+  * Avoid slow file output with JRuby/Windows. See 
[#16](https://github.com/colszowka/simplecov-html/pull/16). Thanks @pschambacher
+
+Other than the release includes a bunch of mostly documentation improvements:
+
+  * Update Rails path for Rails 4+. See 
[#336](https://github.com/colszowka/simplecov/pull/336). Thanks @yazinsai
+  * Encourage use of .simplecov to avoid lost files. See 
[#338](https://github.com/colszowka/simplecov/pull/338). thanks @dankohn
+  * Specified in the gemspec that simplecov needs ruby 1.8.7. See 
[#343](https://github.com/colszowka/simplecov/pull/343). thanks @iainbeeston
+  * Fix mispointed link in CHANGELOG.md. See 
[#353](https://github.com/colszowka/simplecov/pull/353). Thanks @dleve123
+  * Improve command name docs. See 
[#356](https://github.com/colszowka/simplecov/pull/356). Thanks @gtd
+
+
 
 0.9.1, 2014-09-21 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.0...v0.9.1))
 

commit cloop for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package cloop for openSUSE:Factory checked 
in at 2015-02-22 17:26:12

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


Package is cloop

Changes:

--- /work/SRC/openSUSE:Factory/cloop/cloop.changes  2014-05-13 
20:43:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.cloop.new/cloop.changes 2015-02-22 
17:26:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 20:32:52 UTC 2015 - jeng...@inai.de
+
+- Add cloop-3.19.diff to make cloop compile with Linux 3.19+
+
+---

New:

  cloop-3.19.diff



Other differences:
--
++ cloop.spec ++
--- /var/tmp/diff_new_pack.rWxBo5/_old  2015-02-22 17:26:15.0 +0100
+++ /var/tmp/diff_new_pack.rWxBo5/_new  2015-02-22 17:26:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cloop
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -29,6 +29,7 @@
 Patch1: cloop-kmod-install.diff
 Patch2: cloop-3.9.diff
 Patch3: cloop-3.13.diff
+Patch4: cloop-3.19.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  kernel-syms
@@ -55,8 +56,11 @@
 %prep
 %setup -q
 %patch -P 1 -P 2 -p1
-%if 0%{?suse_version} = 1315
+%if 0%{?suse_version} = 1320
 %patch -P 3 -p1
+%patch -P 4 -p1
+%endif
+%if 0%{?suse_version} = 1321
 %endif
 
 %build

++ cloop-3.19.diff ++
---
 cloop.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: cloop-2.639/cloop.c
===
--- cloop-2.639.orig/cloop.c
+++ cloop-2.639/cloop.c
@@ -423,7 +423,7 @@ static int cloop_set_file(int cloop_num,
  unsigned int i, offsets_read, total_offsets;
  int isblkdev;
  int error = 0;
- inode = file-f_dentry-d_inode;
+ inode = file-f_path.dentry-d_inode;
  isblkdev=S_ISBLK(inode-i_mode)?1:0;
  if(!isblkdev!S_ISREG(inode-i_mode))
   {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hylafax+ for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package hylafax+ for openSUSE:Factory 
checked in at 2015-02-22 17:26:50

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


Package is hylafax+

Changes:

--- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes2015-02-16 
21:15:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes   2015-02-22 
17:26:52.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 18 15:48:26 UTC 2015 - axel.br...@gmx.de
+
+- dependency on tiff added
+- build dependency on ghostscript
+
+---



Other differences:
--
++ hylafax+.spec ++
--- /var/tmp/diff_new_pack.v4lZjX/_old  2015-02-22 17:26:53.0 +0100
+++ /var/tmp/diff_new_pack.v4lZjX/_new  2015-02-22 17:26:53.0 +0100
@@ -46,6 +46,8 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  pam-devel
 BuildRequires:  zlib-devel
+BuildRequires:  ghostscript
+
 %if 0%{?fedora} = 16
 BuildRequires:  lcms-devel
 BuildRequires:  libtiff-tools
@@ -86,6 +88,7 @@
 Requires:   ghostscript-fonts
 Requires:   mailx
 Requires:   sharutils
+Requires:  tiff
 %endif
 %if 0%{?suse_version}  1200
 BuildRequires:  systemd

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



commit hp2xx for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package hp2xx for openSUSE:Factory checked 
in at 2015-02-22 17:26:06

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


Package is hp2xx

Changes:

--- /work/SRC/openSUSE:Factory/hp2xx/hp2xx.changes  2012-09-13 
00:02:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.hp2xx.new/hp2xx.changes 2015-02-22 
17:26:07.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 18 15:00:20 UTC 2015 - dims...@opensuse.org
+
+- Add hp2xx-texinfo-5.0.patch: Escape '@' inside .texi files. Fixes
+  info generation using texinfo 5.0.
+
+---

New:

  hp2xx-texinfo-5.0.patch



Other differences:
--
++ hp2xx.spec ++
--- /var/tmp/diff_new_pack.eCkP4W/_old  2015-02-22 17:26:08.0 +0100
+++ /var/tmp/diff_new_pack.eCkP4W/_new  2015-02-22 17:26:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hp2xx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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 @@
 Patch1: hp2xx-3.4.2-implicit-decls.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2: hp2xx-3.4.2-png-deprecated.patch
+# PATCH-FIX-UPSTREAM hp2xx-texinfo-5.0.patch dims...@opensuse.org -- Escape 
'@' in .texi file
+Patch3: hp2xx-texinfo-5.0.patch
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
@@ -50,6 +52,7 @@
 %patch0 -p1 -b .fix
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 make CC=gcc OPTFLAGS=%{optflags} LFLAGS=-L/usr/X11R6/%{_lib}

++ hp2xx-texinfo-5.0.patch ++
Index: hp2xx-3.4.2/doc/hp2xxinf.tex
===
--- hp2xx-3.4.2.orig/doc/hp2xxinf.tex
+++ hp2xx-3.4.2/doc/hp2xxinf.tex
@@ -91,7 +91,7 @@ by the Free Software Foundation instead
 @page
 @tex
 {\parskip=0pt
-\hfill mk\@daveg.com\par
+\hfill mk\@@daveg.com\par
 \hfill {\it Using HP2XX}, \manvers\par
 \hfill \TeX{}info \texinfoversion\par
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit metamail for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package metamail for openSUSE:Factory 
checked in at 2015-02-22 17:26:02

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


Package is metamail

Changes:

--- /work/SRC/openSUSE:Factory/metamail/metamail.changes2014-10-15 
16:26:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.metamail.new/metamail.changes   2015-02-22 
17:26:04.0 +0100
@@ -1,0 +2,14 @@
+Sat Dec 27 23:15:00 UTC 2014 - Led led...@gmail.com
+
+- rebase metamail-2.7-19-fix-bashisms.patch
+
+---
+Thu Nov 27 01:57:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in showaudio and mgrep scripts
+- update patches:
+  * metamail-2.7-19.dif
+- add patches:
+  * metamail-2.7-19-fix-bashisms.patch
+
+---

New:

  metamail-2.7-19-fix-bashisms.patch



Other differences:
--
++ metamail.spec ++
--- /var/tmp/diff_new_pack.ZulC7W/_old  2015-02-22 17:26:05.0 +0100
+++ /var/tmp/diff_new_pack.ZulC7W/_new  2015-02-22 17:26:05.0 +0100
@@ -33,6 +33,7 @@
 Patch1: metamail-2.7-19-security.dif
 Patch2: metamail-2.7-19-getline.dif
 Patch3: metamail-2.7-19-binderman.dif
+Patch4: metamail-2.7-19-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,6 +48,7 @@
 %patch -P 0
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 make

++ metamail-2.7-19-fix-bashisms.patch ++
diff -Ndur metamail-2.7-19/bin/extcompose 
metamail-2.7-19-fix-bashisms/bin/extcompose
--- metamail-2.7-19/bin/extcompose  1997-04-28 11:15:05.0 +0300
+++ metamail-2.7-19-fix-bashisms/bin/extcompose 2014-12-28 01:12:48.394929799 
+0200
@@ -28,7 +28,7 @@
 echo 4 -- In an Internet FTP directory that requires a valid login
 echo 5 -- Under the control of a mail server that will send the data 
on request
 echo 
-echo -n Please enter a number from 1 to 5: \c
+echo -n Please enter a number from 1 to 5: 
 read ans
 case $ans in
 1) accesstype=local-file ;;
diff -Ndur metamail-2.7-19/bin/showaudio 
metamail-2.7-19-fix-bashisms/bin/showaudio
--- metamail-2.7-19/bin/showaudio   2014-12-28 01:10:13.923940249 +0200
+++ metamail-2.7-19-fix-bashisms/bin/showaudio  2014-12-28 01:12:48.395929799 
+0200
@@ -269,8 +269,8 @@
read AUDIOPHONE
fi
 
-   if test $thishost == $AUDIOPHONEHOST \
-   -o $thishost == $AUDIOPHONEHOSTLONG
+   if test $thishost = $AUDIOPHONEHOST \
+   -o $thishost = $AUDIOPHONEHOSTLONG
then
echo Calling Phone number $AUDIOPHONE
echo You MUST SAY HELLO when you answer the phone, or you will 
not hear the message.
++ metamail-2.7-19.dif ++
--- /var/tmp/diff_new_pack.ZulC7W/_old  2015-02-22 17:26:05.0 +0100
+++ /var/tmp/diff_new_pack.ZulC7W/_new  2015-02-22 17:26:05.0 +0100
@@ -495,10 +495,10 @@
 +
 +  list=0
 +silent=0
-+case ${opt//[ -]/} in
++case $opt in
 +*l*) list=1
 +esac
-+case ${opt//[ -]/} in
++case $opt in
 +*h*) silent=1
 +esac
 +

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



commit subversion for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2015-02-22 17:26:44

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


Package is subversion

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2015-01-09 
20:50:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2015-02-22 17:26:45.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb 20 15:59:32 UTC 2015 - astie...@suse.com
+
+- fix build with swig 3.0.3 and later:
+  * upstream subversion-1.8.11-swig-py-comment.patch
+  * upstream subversion-1.8.11-swig-py-comment-2.patch
+  * partial subversion-1.8.11-swig-py-comment-3.patch
+  There remains a regression in swig 3.0.3 and later which causes
+  check-swig-py to fail - disable these checks.
+
+---

New:

  subversion-1.8.11-swig-py-comment-2.patch
  subversion-1.8.11-swig-py-comment-3.patch
  subversion-1.8.11-swig-py-comment.patch



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.Lt0Bc7/_old  2015-02-22 17:26:46.0 +0100
+++ /var/tmp/diff_new_pack.Lt0Bc7/_new  2015-02-22 17:26:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package subversion
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Andreas Stieger andreas.stie...@gmx.de
 # Copyright (c) 2009-2010 Pascal Bleser pascal.ble...@opensuse.org
 #
@@ -67,6 +67,9 @@
 Patch39:subversion-fix-parallel-build-support-for-perl-bindings.patch
 Patch40:subversion-perl-underlinking.patch
 Patch41:subversion-1.8.10-fix-bashisms.patch
+Patch42:subversion-1.8.11-swig-py-comment.patch
+Patch43:subversion-1.8.11-swig-py-comment-2.patch
+Patch44:subversion-1.8.11-swig-py-comment-3.patch
 BuildRequires:  apache2-devel
 BuildRequires:  apache2-prefork
 BuildRequires:  cyrus-sasl-devel
@@ -234,6 +237,9 @@
 %patch39
 %patch40 -p1
 %patch41 -p1
+%patch42 -p0
+%patch43 -p0
+%patch44 -p1
 
 %build
 # Re-boot strap, needed for patch37
@@ -413,7 +419,8 @@
 make %{?_smp_mflags} check CLEANUP=true || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-javahl || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-swig-pl || (cat fails.log; exit 1)
-make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1)
+# swig bindings check failing from swig 3.0.3 and later
+# make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-swig-rb || (cat fails.log; exit 1)
 %if %{with all_regression_tests}
 make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=fsfs || (cat 
fails.log; exit 1)


++ subversion-1.8.11-swig-py-comment-2.patch ++

r1658347 | brane | 2015-02-09 11:23:53 +0100 (Mon, 09 Feb 2015) | 6 lines
Changed paths:
   M /subversion/trunk/subversion/bindings/swig/svn_delta.i

Partial fix for bindings build with Swig 3.0.x; fixes swig-pl and swig-rb.

* subversion/bindings/swig/svn_delta.i:
   Escape Python code block so that Swig doesn't error out on the comments,
   thinking they're unknown directives.


Index: subversion/bindings/swig/svn_delta.i
===
--- subversion/bindings/swig/svn_delta.i(revision 1658346)
+++ subversion/bindings/swig/svn_delta.i(revision 1658347)
@@ -205,11 +205,11 @@
 %include svn_delta_h.swg
 
 #ifdef SWIGPYTHON
-%pythoncode {
+%pythoncode %{
 # This function is for backwards compatibility only.
 # Use svn_txdelta_window_t.ops instead.
 svn_txdelta_window_t_ops_get = svn_txdelta_window_t._ops_get
-}
+%}
 #endif
 
 #ifdef SWIGRUBY
++ subversion-1.8.11-swig-py-comment-3.patch ++
Index: subversion-1.8.11/subversion/bindings/swig/include/proxy.swg
===
--- subversion-1.8.11.orig/subversion/bindings/swig/include/proxy.swg
+++ subversion-1.8.11/subversion/bindings/swig/include/proxy.swg
@@ -83,13 +83,10 @@
 
 value = _swig_getattr(self, self.__class__, name)
 
-# If we got back a different object than we have, we need to copy all our
-# metadata into it, so that it looks identical
 members = self.__dict__.get(_members)
 if members is not None:
   _copy_metadata_deep(value, members.get(name))
 
-# Verify that the new object is good
 _assert_valid_deep(value)
 
 return value
@@ -98,9 +95,6 @@
 Set an attribute on 

commit google-cloud-sdk for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package google-cloud-sdk for 
openSUSE:Factory checked in at 2015-02-22 17:26:26

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


Package is google-cloud-sdk

Changes:

--- /work/SRC/openSUSE:Factory/google-cloud-sdk/google-cloud-sdk.changes
2014-03-11 09:32:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-cloud-sdk.new/google-cloud-sdk.changes   
2015-02-22 17:26:27.0 +0100
@@ -1,0 +2,139 @@
+Sat Jan 31 22:26:53 UTC 2015 - rjsch...@suse.com
+
+- Add patches:
++ gsutil_noVersioCheckOrUpdate.patch
++ gsutil_respectBotoCfgKeyword.patch
++ hidePathMangeling.patch
+  Remove patches:
+- gcloudFixPath.patch
+- gsutilSupportBotoCfgKeyword.patch
+
+- Update to version 0.9.44   bnc#915479
+  + Fixes applied to the google/appengine-gobase image for managed VMs.
+  + Tab completion for gcloud SQL commands.
+  + Support added for authenticating service accounts with JSON keys.
+If using JSON keys, PyOpenSSL is no longer a dependency.
+  + Suport for local ssds in instance templates for gcloud compute.
+  + Progress Bars.
+  + Compute Instances start/ stop commands.
+  + Bug Fixes.
+  + Added support for local SSD.
+  + Added support for Google Compute Engine Instance Templates in
+compute component.
+  + Overhaul of 'gcloud sql'
+~ Updated the output for all commands.
+~ Updated usage for 'gcloud sql ssl-certs create'.
+  + Added support for creating and maintaining Cloud SQL read replica 
instances.
+~ Added --master-instance-name property that can be set during replica
+  creation to indicate the replication master for the read replica 
instance.
+~ Added --enable-database-replication, --no-enable-database-replication
+  flags that can be used to start, stop replication for the read replica
+  instance.
+~ Added 'promote-replica' command that promotes a read replica instance 
into
+  a stand-alone Cloud SQL instance.
+  + Added several new features to the compute component:
+~ Implemented new subcommands for interacting with HTTP load balancing:
+  - gcloud compute url-maps add-host-rule
+  - gcloud compute url-maps add-path-matcher
+  - gcloud compute url-maps remove-host-rule
+  - gcloud compute url-maps remove-path-matcher
+  - gcloud compute url-maps set-default-service
+~ Added support for automatically generating initial Windows username and
+  password when creating a virtual machine instance from a Windows
+  image or a disk initializaed from a Windows image.
+~ Added a new scope alias for Cloud SQL administration: 'sql-admin'.
+  + The compute component is now in General Availability.
+~ Added new 'compute/zone' and 'compute/region' properties that
+  can be used to set a default zone and region. To set the
+  properties, run 'gcloud config set compute/zone ZONE' and 'gcloud
+  config set compute/region REGION'.
+~ Added support for overriding disk auto-deletion during instance
+  deletion.
+~ Updated the output of commands that mutate resources to be more
+  human-friendly. The --format flag can be used for more verbose
+  output.
+~ Replaced all 'get' subcommands with 'describe' subcommands (e.g.,
+  'gcloud compute instances get' has been replaced with 'gcloud
+  compute instances describe').
+~ Renamed the 'firewalls' collection to 'firewall-rules'.
+~ Added support to the 'addresses' collection for interacting with
+  global addresses.
+  + Updated gcutil to 1.16.3 and various AppEngine runtimes to 1.9.7 binaries.
+  + Support running several modules by gcloud app run and fixed output errors.
+  + Limit gcloud upgrade nags to once per day.
+  + Bring help files up to date (for example improved the documentation
+for DM 'templates create' and 'deployments create').
+  + Added prompting for regions and zones to most subcommands of the
+compute component.
+  + Added new subcommands to the compute component for adding and removing
+backends from backend services.
+  + Added --ssh-flags to 'gcloud compute ssh' for passing additional flags
+to ssh.
+  + Added image alias support for the --image flag in the compute component.
+  + Added --shell mode to all gcloud commands
+~ Type a partial command followed by '--shell' to drop into a sub shell
+  at that point in the command tree.
+~ Eg:
+  $ gcloud compute --shell
+  gcloud compute $ instances list
+  gcloud compute $ copy-files ...
+  + Updated gsutil to 4.3
+  + Allow installed crcmod to be used by default with gsutil by enabling
+site packages
+
+---
+Fri Jun 27 14:16:56 UTC 2014 - 

commit coccinelle for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2015-02-22 17:26:23

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


Package is coccinelle

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2014-11-28 
08:44:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new/coccinelle.changes   
2015-02-22 17:26:25.0 +0100
@@ -1,0 +2,16 @@
+Fri Feb 20 00:00:00 CET 2015 - dste...@suse.cz
+
+- Update to new upstream release 1.0.0~rc24
+  * global expression x
+  * Varargs support
+  * Inline in function prototypes
+  * #ifdef on kernel version
+  * Parallelism in Coccinelle
+* --jobs int: Run the specified number of jobs in parallel.
+* --chunksize int. The specified number of files are dispatched as a
+  single unit of parallelism.
+- Update to new upstream release 1.0.0~rc23
+  * Ability to add, but not match or remove, attributes.
+  * Some parsing and pretty printing improvements.
+
+---

Old:

  coccinelle-1.0.0-rc22.tgz

New:

  coccinelle-1.0.0-rc24.tgz



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.KN64Kn/_old  2015-02-22 17:26:26.0 +0100
+++ /var/tmp/diff_new_pack.KN64Kn/_new  2015-02-22 17:26:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coccinelle
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   coccinelle
-Version:1.0.0~rc22
+Version:1.0.0~rc24
 Release:0
 Summary:Semantic patch utility
 License:GPL-2.0
 Group:  Productivity/Text/Utilities
 Url:http://coccinelle.lip6.fr/
-%define rversion   1.0.0-rc22
+%define rversion   1.0.0-rc24
 
 #Git-Clone:git://github.com/coccinelle/coccinelle
 Source: http://coccinelle.lip6.fr/distrib/%name-%rversion.tgz

++ coccinelle-1.0.0-rc22.tgz - coccinelle-1.0.0-rc24.tgz ++
 43225 lines of diff (skipped)

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



commit wine for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-02-22 17:26:52

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


Package is wine

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2015-02-08 
11:42:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-02-22 
17:26:55.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb 20 15:20:31 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.7.37 development snapshot
+  - Interface change notifications.
+  - Support for the UTF-7 encoding.
+  - A number of graphical fixes for themed controls.
+  - Wininet now implemented on top of Win32 sockets.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.36.tar.bz2
  wine-1.7.36.tar.bz2.sign

New:

  wine-1.7.37.tar.bz2
  wine-1.7.37.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.I424Tm/_old  2015-02-22 17:26:56.0 +0100
+++ /var/tmp/diff_new_pack.I424Tm/_new  2015-02-22 17:26:56.0 +0100
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.36
+Version:1.7.37
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.36.tar.bz2 - wine-1.7.37.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.36.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.37.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 libtorrent-rasterbar for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2015-02-22 17:26:18

Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
 and  /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)


Package is libtorrent-rasterbar

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2014-07-02 15:05:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2015-02-22 17:26:21.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 19 19:04:57 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.16.19
+  * python binding build fix for boost-1.57.0
+  * add --enable-export-all option to configure script, to export
+all symbols from libtorrent
+  * python bindings fixes
+  * handle overlong utf-8 sequences
+  * fix bug in error handling in protocol encryption
+- Remove obsolete conditional macros
+
+---

Old:

  libtorrent-rasterbar-0.16.17.tar.gz

New:

  libtorrent-rasterbar-0.16.19.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.iIpJb4/_old  2015-02-22 17:26:22.0 +0100
+++ /var/tmp/diff_new_pack.iIpJb4/_new  2015-02-22 17:26:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtorrent-rasterbar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -23,7 +23,7 @@
 %bcond_with examples
 
 Name:   libtorrent-rasterbar
-Version:0.16.17
+Version:0.16.19
 Release:0
 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause
@@ -36,17 +36,15 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-%if 0%{?suse_version}  01201
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(zlib)
-%else
-BuildRequires:  pkgconfig
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-libtorrent is a C++ library that aims to be a good alternative to all the 
other bittorrent implementations around. It is a library and not a full 
featured client, although it comes with a working example client.
+libtorrent is a C++ library that aims to be a good alternative to all the other
+bittorrent implementations around. It is a library and not a full featured 
client,
+although it comes with a working example client.
 
 The main goals of libtorrent are:
 * to be cpu efficient
@@ -60,7 +58,9 @@
 Group:  System/Libraries
 
 %description -n %{name}%{_soname}
-libtorrent is a C++ library that aims to be a good alternative to all the 
other bittorrent implementations around. It is a library and not a full 
featured client, although it comes with a working example client.
+libtorrent is a C++ library that aims to be a good alternative to all the 
other 
+bittorrent implementations around. It is a library and not a full featured 
client, 
+although it comes with a working example client.
 
 The main goals of libtorrent are:
 * to be cpu efficient
@@ -92,12 +92,8 @@
 Requires:   boost-devel = 1.36
 Requires:   gcc-c++
 Requires:   libGeoIP-devel
-%if 0%{?suse_version}  01201
 Requires:   pkgconfig(openssl)
 Requires:   pkgconfig(zlib)
-%else
-Requires:   pkgconfig
-%endif
 
 %description devel
 libtorrent is a C++ library that aims to be a good alternative to all the 
other bittorrent implementations around. It is a library and not a full 
featured client, although it comes with a working example client.

++ libtorrent-rasterbar-0.16.17.tar.gz - 
libtorrent-rasterbar-0.16.19.tar.gz ++
 4755 lines of diff (skipped)

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



commit redshift for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package redshift for openSUSE:Factory 
checked in at 2015-02-22 17:26:55

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


Package is redshift

Changes:

--- /work/SRC/openSUSE:Factory/redshift/redshift.changes2014-11-26 
10:34:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.redshift.new/redshift.changes   2015-02-22 
17:26:57.0 +0100
@@ -1,0 +2,23 @@
+Fri Feb 20 22:30:41 UTC 2015 - mimi...@gmail.com
+
+- spec-cleaned spec file
+- use geoclue2 instead geoclue
+- Update to 1.10
+  * Fix #80: Add Geoclue2 location provider.
+  * Add hooks for user actions on period switch.
+  * Be less verbose when color values/period did not change.
+  * Add config setting to set gamma separately for day/night.
+  * Add support for custom transition start and end elevation (Mattias Andrée).
+  * redshift-gtk: Show errors from child process in a dialog.
+  * Fix #95: Add AppData file for package managers.
+  * Fix #41: Do not jump to 0 % or 100 % when changing direction of transition 
(Mattias Andrée).
+  * redshift-gtk: Relay USR1 signal to redshift process.
+  * redshift-gtk: Notify desktop about startup completion.
+  * Fix: systemd unit files were built from the wrong source.
+  * Fix #90: Print N/S and E/W in the location (Mattias Andrée).
+  * Fix #112: redshift-gtk: Do not buffer lines from child indefinitely.
+  * Fix #105: Limit decimals in displayed location to two.
+  * Update dependencies listed in HACKING.md (emilf, Kees Hink).
+  * Fix: Make desktop file translatable.
+
+---

Old:

  v1.9.1.tar.gz

New:

  redshift-1.10.tar.xz



Other differences:
--
++ redshift.spec ++
--- /var/tmp/diff_new_pack.kNWCiB/_old  2015-02-22 17:26:57.0 +0100
+++ /var/tmp/diff_new_pack.kNWCiB/_new  2015-02-22 17:26:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redshift
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,31 @@
 
 
 Name:   redshift
-Version:1.9.1
+Version:1.10
 Release:0
 Summary:Adjusts the color temperature of your screen
 License:GPL-3.0
 Group:  System/X11/Utilities
 Url:http://jonls.dk/redshift/
+Source: 
http://launchpad.net/redshift/trunk/v%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  python3-devel
+BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(geoclue)
+BuildRequires:  pkgconfig(geoclue-2.0)
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xxf86vm)
 Requires:   python3-xdg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: https://github.com/jonls/redshift/archive/v%{version}.tar.gz
-
-%{py_requires}
+%py_requires
 
 %description
 Redshift adjusts the color temperature of your screen according to your 
surroundings.
@@ -58,17 +59,22 @@
 %setup -q
 
 %build
-./bootstrap
+#./bootstrap
 # disable systemd unit installation, not really sure how that's expected to 
work
-%configure --enable-gui --enable-geoclue --enable-randr --enable-vidmode \
+%configure --enable-gui --disable-geoclue --enable-geoclue2 --enable-randr 
--enable-vidmode \
 --with-systemduserunitdir=no
-make
+make %{?_smp_mflags}
 
 %install
-%{?make_install} %{!?make_install:%makeinstall}
+%{?make_install} %{!?make_install:make DESTDIR=%{buildroot} install 
%{?_smp_mflags}}
 %fdupes %{buildroot}%{python3_sitelib}
 
 %suse_update_desktop_file redshift-gtk GTK X-SuSE-DesktopUtility
+
+%if 0%{?suse_version} == 1310
+rm %{buildroot}%{_datadir}/appdata/redshift-gtk.appdata.xml
+%endif
+
 %find_lang %{name}
 
 %post gtk
@@ -80,16 +86,19 @@
 %icon_theme_cache_postun
 
 %files gtk -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/redshift-gtk
 %{python3_sitelib}/redshift_gtk
 %{_datadir}/applications/redshift-gtk.desktop
 %{_datadir}/icons/hicolor/scalable/apps/redshift-status-off.svg
 %{_datadir}/icons/hicolor/scalable/apps/redshift-status-on.svg
 %{_datadir}/icons/hicolor/scalable/apps/redshift.svg
+%if 0%{?suse_version}  1310

commit yast2-installation for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-02-22 17:25:19

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-02-13 08:34:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-02-22 17:25:23.0 +0100
@@ -1,0 +2,13 @@
+Tue Feb 17 14:24:19 CET 2015 - aschn...@suse.de
+
+- get list of mounts from /proc/mounts in umount_finish (for
+  fate#318392)
+- 3.1.134
+
+---
+Mon Feb 16 12:44:16 UTC 2015 - c...@suse.com
+
+- Delete or copy install.inf as applicable (bnc#897066)
+- 3.1.133
+
+---

Old:

  yast2-installation-3.1.132.tar.bz2

New:

  yast2-installation-3.1.134.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.7pyICr/_old  2015-02-22 17:25:24.0 +0100
+++ /var/tmp/diff_new_pack.7pyICr/_new  2015-02-22 17:25:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.132
+Version:3.1.134
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.132.tar.bz2 - yast2-installation-3.1.134.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.132/package/yast2-installation.changes 
new/yast2-installation-3.1.134/package/yast2-installation.changes
--- old/yast2-installation-3.1.132/package/yast2-installation.changes   
2015-02-11 10:34:11.0 +0100
+++ new/yast2-installation-3.1.134/package/yast2-installation.changes   
2015-02-19 12:14:12.0 +0100
@@ -1,4 +1,17 @@
 ---
+Tue Feb 17 14:24:19 CET 2015 - aschn...@suse.de
+
+- get list of mounts from /proc/mounts in umount_finish (for
+  fate#318392)
+- 3.1.134
+
+---
+Mon Feb 16 12:44:16 UTC 2015 - c...@suse.com
+
+- Delete or copy install.inf as applicable (bnc#897066)
+- 3.1.133
+
+---
 Wed Feb 11 09:03:38 UTC 2015 - lsle...@suse.cz
 
 - removed redundant initialization label (bnc#878538)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.132/package/yast2-installation.spec 
new/yast2-installation-3.1.134/package/yast2-installation.spec
--- old/yast2-installation-3.1.132/package/yast2-installation.spec  
2015-02-11 10:34:11.0 +0100
+++ new/yast2-installation-3.1.134/package/yast2-installation.spec  
2015-02-19 12:14:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.132
+Version:3.1.134
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.132/src/clients/copy_files_finish.rb 
new/yast2-installation-3.1.134/src/clients/copy_files_finish.rb
--- old/yast2-installation-3.1.132/src/clients/copy_files_finish.rb 
2015-02-11 10:34:11.0 +0100
+++ new/yast2-installation-3.1.134/src/clients/copy_files_finish.rb 
2015-02-19 12:14:12.0 +0100
@@ -127,7 +127,11 @@
 # --
 # Copy /etc/install.inf into built system so that the
 # second phase of the installation can find it.
-Linuxrc.SaveInstallInf(Installation.destdir)
+if second_stage_required?
+  Linuxrc.SaveInstallInf(Installation.destdir)
+else
+  SCR.Execute(path(.target.remove), /etc/install.inf)
+end
 
 # Copy control.xml so it can be read once again during continue mode
 Builtins.y2milestone(Copying YaST control file)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.132/src/clients/umount_finish.rb 

commit python-Genshi for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-Genshi for openSUSE:Factory 
checked in at 2015-02-22 17:25:48

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


Package is python-Genshi

Changes:

--- /work/SRC/openSUSE:Factory/python-Genshi/python-Genshi.changes  
2013-10-23 13:11:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Genshi.new/python-Genshi.changes 
2015-02-22 17:25:49.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 17 10:53:23 UTC 2015 - opens...@dstoecker.de
+
+- backport fix for bug 566 (pop from empty) from 0.7 devel 
(changeset_r1242.diff)
+
+---

New:

  changeset_r1242.diff



Other differences:
--
++ python-Genshi.spec ++
--- /var/tmp/diff_new_pack.grzT98/_old  2015-02-22 17:25:50.0 +0100
+++ /var/tmp/diff_new_pack.grzT98/_new  2015-02-22 17:25:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Genshi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,21 @@
 
 Name:   python-Genshi
 Version:0.7
-Release:1
+Release:0
 Url:http://genshi.edgewall.org/
 Summary:A toolkit for generation of output for the web
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz
+# FIX-UPSTREAM http://genshi.edgewall.org/ticket/566
+Patch1: changeset_r1242.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
 BuildRequires:  python-Babel
+BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-xml
-Requires:   python-xml
 Requires:   python-Babel
+Requires:   python-xml
 Provides:   python-genshi = %{version}
 Obsoletes:  python-genshi  %{version}
 %if 0%{?suse_version} = 1110
@@ -60,6 +62,7 @@
 
 %prep
 %setup -q -n Genshi-%{version}
+%patch1 -p2
 sed -i 1d examples/{basic/run,basic/kidrun,tutorial/geddit/controller}.py # 
Fix non-excutable bits
 
 %build

++ changeset_r1242.diff ++
Index: /trunk/genshi/filters/tests/i18n.py
===
--- /trunk/genshi/filters/tests/i18n.py (revision 1177)
+++ /trunk/genshi/filters/tests/i18n.py (revision 1242)
@@ -928,4 +928,16 @@
   /p/html,
   tmpl.generate(first=FIRST, second=SECOND).render())
+
+def test_translate_i18n_msg_ticket_404_regression(self):
+tmpl = MarkupTemplate(html xmlns:py=http://genshi.edgewall.org/;
+xmlns:i18n=http://genshi.edgewall.org/i18n;
+  h1 i18n:msg=nametext a$name/a/h1
+/html)
+gettext = lambda s: u'head [1:%(name)s] tail'
+translator = Translator(gettext)
+translator.setup(tmpl)
+self.assertEqual(html
+  h1head aNAME/a tail/h1
+/html, tmpl.generate(name='NAME').render())
 
 
Index: /trunk/genshi/filters/i18n.py
===
--- /trunk/genshi/filters/i18n.py   (revision 1177)
+++ /trunk/genshi/filters/i18n.py   (revision 1242)
@@ -1049,5 +1049,11 @@
 while parts:
 order, string = parts.pop(0)
-events = self.events[order].pop(0)
+events = self.events[order]
+if events:
+events = events.pop(0)
+else:
+# create a dummy empty text event so any remaining
+# part of the translation can be processed.
+events = [(TEXT, , (None, -1, -1))]
 parts_counter[order].pop()
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wicked for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2015-02-22 17:25:25

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


Package is wicked

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2015-01-25 
21:14:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2015-02-22 
17:25:27.0 +0100
@@ -1,0 +2,32 @@
+Thu Feb 19 10:43:23 UTC 2015 - pwieczorkiew...@suse.com
+
+- version 0.6.17
+- nanny: fixed a memory-leak on policy load failure
+- wickedd: fixed broken dummy0 autocreation workaround
+
+---
+Tue Feb 17 10:21:16 UTC 2015 - m...@suse.de
+
+- version 0.6.16
+- ifreload: segfault fix to require argument for --timeout option
+- client/nanny: initial handing of link-detection/require-link and
+  timeout control flags (LINK_REQUIRED, LINK_READY_WAIT variables in
+  suse ifcfg) to continue setup without ready link when requested in
+  the config or based on device requirements (bsc#911562,bsc#914792).
+- client/nanny: wait for event ACKs from wickedd instead to continue
+  on successful request results where possible, to minimize the risk
+  of an event backlog (bsc#905421).
+- client/nanny: fsm timer and cleanup related fixes and improvements,
+  fix to use device-setup (MAC, bond/bridge options, ...) as state
+  name instead of device-up and use device-up as state when the
+  device/link is administratively set UP. Separated waitLinkUp method
+  to wait for link/carrier from linkUp setting it administratively UP.
+- wickedd: fix to handle automatically created dummy0 interface
+- wireless: consider auth-proto parameter (wpa1|wpa2) (bsc#911299)
+- ipv6: add accept-dad sysctl support, fix accept-ra constants
+- dhcp4: do not set/query mtu if set in the config (bsc#904323)
+- dhcp4: limit MTU to be lower-equal 576 as before
+- dhcp4: completed user-class option support permitting an rfc3004
+  formatted option or as non-rfc, but widely used string (bsc#909307)
+
+---

Old:

  wicked-0.6.15.tar.bz2

New:

  wicked-0.6.17.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.nDRgXA/_old  2015-02-22 17:25:28.0 +0100
+++ /var/tmp/diff_new_pack.nDRgXA/_new  2015-02-22 17:25:28.0 +0100
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.15
+Version:0.6.17
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.15.tar.bz2 - wicked-0.6.17.tar.bz2 ++
 4403 lines of diff (skipped)

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



commit taskwarrior for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2015-02-22 17:26:42

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


Package is taskwarrior

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2015-01-15 
15:58:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2015-02-22 17:26:44.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 16 20:48:47 UTC 2015 - mvysko...@opensuse.org
+
+- Use standard %cmake and %cmake_install macros 
+
+---



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.0BNYyD/_old  2015-02-22 17:26:45.0 +0100
+++ /var/tmp/diff_new_pack.0BNYyD/_new  2015-02-22 17:26:45.0 +0100
@@ -70,17 +70,12 @@
  -e s/__DATE__/\${DATE}\/
 
 %build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DCMAKE_C_FLAGS=%{optflags} \
-  -DCMAKE_CXX_FLAGS=%{optflags} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_SKIP_RPATH=1 \
-  .
+%cmake
 
 make %{?_smp_mflags}
 
 %install
-%make_install
+%cmake_install
 
 # this integration stuff might be in CMakeList.txt, but ...
 %define scriptsdir %{buildroot}%{_datadir}/doc/task/scripts/

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



commit libhugetlbfs for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package libhugetlbfs for openSUSE:Factory 
checked in at 2015-02-22 17:26:21

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


Package is libhugetlbfs

Changes:

--- /work/SRC/openSUSE:Factory/libhugetlbfs/libhugetlbfs.changes
2014-04-09 18:47:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libhugetlbfs.new/libhugetlbfs.changes   
2015-02-22 17:26:22.0 +0100
@@ -1,0 +2,13 @@
+Fri Feb 20 12:11:44 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- update to 2.18
+  to solve build failures for ppc/ppc64.
+  remove following patches now included in 2.18:
+libhugetlbfs-ppc64le.patch
+libhugetlbfs.ppc64le.step2.patch
+libhugetlbfs.ppc64le.step3.patch
+libhugetlbfs.ppc64le.step4.patch
+- Add fix_plt_extrasz_always_returning_0_on_ppc64le.patch
+  already upstream.
+
+---

Old:

  libhugetlbfs-2.17.tar.gz
  libhugetlbfs-ppc64le.patch
  libhugetlbfs.ppc64le.step2.patch
  libhugetlbfs.ppc64le.step3.patch
  libhugetlbfs.ppc64le.step4.patch

New:

  fix_plt_extrasz_always_returning_0_on_ppc64le.patch
  libhugetlbfs-2.18.tar.gz



Other differences:
--
++ libhugetlbfs.spec ++
--- /var/tmp/diff_new_pack.n14yqY/_old  2015-02-22 17:26:23.0 +0100
+++ /var/tmp/diff_new_pack.n14yqY/_new  2015-02-22 17:26:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libhugetlbfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,7 +31,7 @@
 Obsoletes:  libhugetlbfs-64bit
 %endif
 #
-Version:2.17
+Version:2.18
 Release:0
 Url:http://libhugetlbfs.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,12 +42,9 @@
 Patch4: libhugetlbfs.tests-malloc.patch
 Patch7: libhugetlbfs_ia64_fix_missing_test.patch
 Patch8: libhugetlbfs_fix_tests.patch
-Patch9: libhugetlbfs-ppc64le.patch
-Patch10:libhugetlbfs.ppc64le.step2.patch
-Patch11:libhugetlbfs.ppc64le.step3.patch
-Patch12:libhugetlbfs.ppc64le.step4.patch
 Patch13:ignore-perl-modules.diff
 Patch14:disable-rw-on-non-ldscripts.diff
+Patch15:fix_plt_extrasz_always_returning_0_on_ppc64le.patch
 
 %description
 The libhugetlbfs package interacts with the Linux hugetlbfs to
@@ -67,12 +64,9 @@
 %patch4 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
 %patch13
 %patch14
+%patch15 -p1
 
 %build
 make %{my_make_flags}

++ fix_plt_extrasz_always_returning_0_on_ppc64le.patch ++
Subject: fix plt_extrasz() always returning 0 on ppc64le
From: Signed-off-by: Jan Stancek jstan...@redhat.com

libhugetlbfs.so is not linked with elf64lppc.o on ppc64le,
which makes plt_extrasz() always return 0.

This is causing failures (SIGSEGV) in these tests:
  HUGETLB_ELFMAP=W linkhuge_rw (16M: 64):
  HUGETLB_ELFMAP=RW linkhuge_rw (16M: 64):
  HUGETLB_SHARE=0 HUGETLB_ELFMAP=W linkhuge_rw (16M: 64):
  HUGETLB_SHARE=1 HUGETLB_ELFMAP=W linkhuge_rw (16M: 64):
  HUGETLB_SHARE=0 HUGETLB_ELFMAP=RW linkhuge_rw (16M: 64):
  HUGETLB_SHARE=1 HUGETLB_ELFMAP=RW linkhuge_rw (16M: 64):
as they miss some already initialized data when performing
minimal copy in get_extracopy().

This patch links also elf64lppc.o, which defines powerpc
specific version of plt_extrasz().

Signed-off-by: Jan Stancek jstan...@redhat.com
---
 Makefile |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index b24bd0f..8cf469f 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,9 @@ endif
 ifeq ($(ELF64),elf64ppc)
 LIBOBJS64 += obj64/$(ELF64).o
 endif
+ifeq ($(ELF64),elf64lppc)
+LIBOBJS64 += obj64/$(ELF64).o
+endif
 LIBOBJS32 += $(LIBOBJS:%=obj32/%)
 LIBOBJS64 += $(LIBOBJS:%=obj64/%)

-- 1.7.1
++ libhugetlbfs-2.17.tar.gz - libhugetlbfs-2.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhugetlbfs-2.17/Makefile 
new/libhugetlbfs-2.18/Makefile
--- old/libhugetlbfs-2.17/Makefile  2013-10-22 03:07:56.0 +0200
+++ new/libhugetlbfs-2.18/Makefile  2014-04-06 18:11:46.0 +0200
@@ -30,14 +30,14 @@
 LDFLAGS += -Wl,-z,noexecstack -ldl
 CFLAGS ?= -O2 -g
 CFLAGS += -Wall -fPIC
-CPPFLAGS += -D__LIBHUGETLBFS__ -DPPC_NO_SEGMENTS
+CPPFLAGS += -D__LIBHUGETLBFS__
 
 ARCH = $(shell uname -m | sed -e s/i.86/i386/)
 CC = gcc
 
 CUSTOM_LDSCRIPTS = yes
 

commit gnome-chess for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-chess for openSUSE:Factory 
checked in at 2015-02-22 17:27:03

Comparing /work/SRC/openSUSE:Factory/gnome-chess (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-chess.new (New)


Package is gnome-chess

Changes:

--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2014-12-19 
09:37:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new/gnome-chess.changes 
2015-02-22 17:27:04.0 +0100
@@ -1,0 +2,11 @@
+Sat Feb 21 19:38:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + Fix chess timer gets reset to the max allowed on game restarts.
+  + Load completed saved games properly.
+  + Saving a completed game due to timeup saves the timer as
+infinity.
+  + Improved the precision of chess-clock.
+  + Updated translations.
+
+---

Old:

  gnome-chess-3.14.2.tar.xz

New:

  gnome-chess-3.14.3.tar.xz



Other differences:
--
++ gnome-chess.spec ++
--- /var/tmp/diff_new_pack.gB7Hec/_old  2015-02-22 17:27:05.0 +0100
+++ /var/tmp/diff_new_pack.gB7Hec/_new  2015-02-22 17:27:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-chess
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-chess
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:Chess Game for GNOME
 License:GPL-2.0+

++ gnome-chess-3.14.2.tar.xz - gnome-chess-3.14.3.tar.xz ++
 37785 lines of diff (skipped)

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



commit calibre for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-02-22 17:26:56

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-02-12 
10:22:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-02-22 
17:26:58.0 +0100
@@ -1,0 +2,21 @@
+Sat Feb 21 09:09:42 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.20.0:
+  * new features:
+- ODT Input: Add backlinks for footnotes/endnotes and improve their 
formatting.
+- Windows: When running on windows 8 and newer register with default 
programs so that users can more easily select calibre or its viewer/editor as 
the default program to launch ebook files.
+- Make publishers in the book details panel clickable.
+- Edit Book spell check: For mis-spelled words of the form one:two offer 
one: two as a suggested correction.
+  * bug fixes:
+- Fix a regression that caused incorrect results when searching on numeric 
or date fields with relational operators.
+- DOCX Input: Fix regression in 2.19 that broke handling of text with 
leading or trailing non-breaking spaces/en-spaces/quad-spaces.
+- Amazon metadata download: Update plugin for website changes to Amazon 
Brazil.
+- E-book viewer: Fix footnote popup window not displaying entire footnote 
if footnote contains element with page-break-after set
+- Edit Book: Reports tool: Fix double clicking on an unused image causing 
an error
+- Tag Browser: Fix incorrect grouping of words starting with graphemes, 
such as ash.
+- Conversion: Ignore incorrectly URL encoded links instead of erroring out 
on them.
+- E-book viewer: Remove soft-hyphens when copying text to clipboard
+  * improved news sources:
+- aktualne.cz
+
+---

Old:

  calibre-2.19.0.tar.xz

New:

  calibre-2.20.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.3QtLBU/_old  2015-02-22 17:26:59.0 +0100
+++ /var/tmp/diff_new_pack.3QtLBU/_new  2015-02-22 17:26:59.0 +0100
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.19.0
+Version:2.20.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.19.0.tar.xz - calibre-2.20.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.19.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.20.0.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 youtube-dl for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-02-22 17:27:06

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is youtube-dl

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-02-10 
20:23:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-02-22 17:27:08.0 +0100
@@ -1,0 +2,14 @@
+Sat Feb 21 21:05:17 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 2015.02.21:
+  * new command line options:
++ --no-color  Do not emit color codes in output
++ --match-filter FILTER  (Experimental) Generic video filter
++ --hls-prefer-native  (experimental) Use the native HLS
++ --ffmpeg-location PATH  Location of the ffmpeg/avconv binary
+  * new handlers for 1tv, Camdemy, CamdemyFolder, CBSSports,
+Embedly, History, Imgur, media.ccc.de, NationalGeographic,
+npo.nl:radio, npo.nl:radio:fragment, PornHubPlaylist, rtl.nl,
+Sandia, TV4, Yam, Zapiks
+
+---

Old:

  youtube-dl-2015.02.09.3.tar.gz
  youtube-dl-2015.02.09.3.tar.gz.sig

New:

  youtube-dl-2015.02.21.tar.gz
  youtube-dl-2015.02.21.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.sG8EWA/_old  2015-02-22 17:27:09.0 +0100
+++ /var/tmp/diff_new_pack.sG8EWA/_new  2015-02-22 17:27:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.02.09.3
+Version:2015.02.21
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.02.09.3.tar.gz - youtube-dl-2015.02.21.tar.gz ++
 5659 lines of diff (skipped)

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



commit lxqt-powermanagement for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package lxqt-powermanagement for 
openSUSE:Factory checked in at 2015-02-22 17:27:01

Comparing /work/SRC/openSUSE:Factory/lxqt-powermanagement (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-powermanagement.new (New)


Package is lxqt-powermanagement

Changes:

--- 
/work/SRC/openSUSE:Factory/lxqt-powermanagement/lxqt-powermanagement.changes
2015-02-16 21:08:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-powermanagement.new/lxqt-powermanagement.changes
   2015-02-22 17:27:02.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 21 18:01:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- lxqt-powermanagement is using private QPA API, which can, and
+  does break BC even in point releases, so we need to hardcode
+  libQt5Gui5 version
+
+---



Other differences:
--
++ lxqt-powermanagement.spec ++
--- /var/tmp/diff_new_pack.R4KpKR/_old  2015-02-22 17:27:02.0 +0100
+++ /var/tmp/diff_new_pack.R4KpKR/_new  2015-02-22 17:27:02.0 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(xcb)
 Requires(pre): desktop-file-utils
 Requires(post):desktop-file-utils
+%requires_eqlibQt5Gui5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit snapper for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2015-02-22 17:25:37

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


Package is snapper

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2015-01-29 
09:54:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2015-02-22 
17:25:39.0 +0100
@@ -1,0 +2,15 @@
+Fri Feb 20 14:10:01 CET 2015 - aschn...@suse.de
+
+- added comments in helper program
+
+---
+Mon Feb 16 12:01:03 CET 2015 - aschn...@suse.de
+
+- added helper to support installation into subvolume (fate#318392)
+- added root-prefix parameter for config functions
+- pass single struct instead of many values to create and modify
+  snapshot functions
+- removed deprecated functions
+- version 0.2.6
+
+---

Old:

  snapper-0.2.5.tar.bz2

New:

  snapper-0.2.6.tar.bz2



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.9tUR7L/_old  2015-02-22 17:25:40.0 +0100
+++ /var/tmp/diff_new_pack.9tUR7L/_new  2015-02-22 17:25:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   snapper
-Version:0.2.5
+Version:0.2.6
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2
@@ -49,7 +49,7 @@
 %endif
 BuildRequires:  pam-devel
 Requires:   diffutils
-Requires:   libsnapper2 = %version
+Requires:   libsnapper3 = %version
 %if 0%{?suse_version}
 Recommends: cron logrotate snapper-zypp-plugin
 Supplements:btrfsprogs
@@ -109,6 +109,7 @@
 %defattr(-,root,root)
 %{prefix}/bin/snapper
 %{prefix}/sbin/snapperd
+%{prefix}/lib/snapper
 %doc %{_mandir}/*/snapper.8*
 %doc %{_mandir}/*/snapperd.8*
 %doc %{_mandir}/*/snapper-configs.5*
@@ -118,7 +119,7 @@
 %config /etc/dbus-1/system.d/org.opensuse.Snapper.conf
 %{prefix}/share/dbus-1/system-services/org.opensuse.Snapper.service
 
-%package -n libsnapper2
+%package -n libsnapper3
 Summary:Library for filesystem snapshot management
 Group:  System/Libraries
 Requires:   util-linux
@@ -126,16 +127,16 @@
 PreReq: %fillup_prereq
 %endif
 # expands to Obsoletes: libsnapper1 libsnapper2 libsnapper3...
-Obsoletes:  %(echo `seq -s   -f libsnapper%.f $((2 - 1))`)
+Obsoletes:  %(echo `seq -s   -f libsnapper%.f $((3 - 1))`)
 
-%description -n libsnapper2
+%description -n libsnapper3
 This package contains libsnapper, a library for filesystem snapshot management.
 
 Authors:
 
 Arvin Schnell aschn...@suse.de
 
-%files -n libsnapper2
+%files -n libsnapper3
 %defattr(-,root,root)
 %{_libdir}/libsnapper.so.*
 %dir %{_sysconfdir}/snapper
@@ -153,20 +154,20 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/snapper
 %endif
 
-%post -n libsnapper2
+%post -n libsnapper3
 /sbin/ldconfig
 %if 0%{?suse_version}
 %{fillup_only -n snapper}
 %endif
 
-%postun -n libsnapper2
+%postun -n libsnapper3
 /sbin/ldconfig
 
 %package -n libsnapper-devel
 Requires:   boost-devel
 Requires:   gcc-c++
 Requires:   libacl-devel
-Requires:   libsnapper2 = %version
+Requires:   libsnapper3 = %version
 Requires:   libstdc++-devel
 Requires:   libxml2-devel
 %if 0%{?suse_version}  1230

++ snapper-0.2.5.tar.bz2 - snapper-0.2.6.tar.bz2 ++
 3126 lines of diff (skipped)

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



commit iksemel for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package iksemel for openSUSE:Factory checked 
in at 2015-02-22 17:25:56

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


Package is iksemel

Changes:

--- /work/SRC/openSUSE:Factory/iksemel/iksemel.changes  2012-06-01 
07:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.iksemel.new/iksemel.changes 2015-02-22 
17:25:57.0 +0100
@@ -1,0 +2,9 @@
+Wed Feb 18 14:40:02 UTC 2015 - dims...@opensuse.org
+
+- Fix references to the info files in rpm scriptlets: the file
+  installed is called iksemel.gz, NOT iksemel.info.gz (info still
+  finds this file).
+- Move install_info_delete from postun to preun: the file should
+  be present during removal, so it can be parsed.
+
+---



Other differences:
--
++ iksemel.spec ++
--- /var/tmp/diff_new_pack.L03Rn5/_old  2015-02-22 17:25:58.0 +0100
+++ /var/tmp/diff_new_pack.L03Rn5/_new  2015-02-22 17:25:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iksemel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,10 +73,10 @@
 find %buildroot -type f -name *.la -delete
 
 %post
-%install_info --info-dir=%_infodir %_infodir/%name.info.gz
+%install_info --info-dir=%_infodir %_infodir/%name.gz
 
-%postun
-%install_info_delete --info-dir=%_infodir %_infodir/%name.info.gz
+%preun
+%install_info_delete --info-dir=%_infodir %_infodir/%name.gz
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -85,7 +85,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
-%_infodir/iksemel*
+%_infodir/iksemel.gz
 %_bindir/ikslint
 %_bindir/iksperf
 %_bindir/iksroster

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



commit sysstat for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2015-02-22 17:27:04

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


Package is sysstat

Changes:

--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2014-07-18 
14:04:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2015-02-22 
17:27:07.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 20 18:44:59 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update dependecies
+- Update to 11.0.3:
+  * Prefer xz compression program when compressing sa data files
+  * sadc: Fix possible race condition in signal handler code
+  * Fix description of %util in iostat and sar manual pages
+  * Make sure that no crontabs are activated when configure's 
+option --enable-copy-only is used.
+
+---

Old:

  sysstat-11.0.0.tar.xz

New:

  sysstat-11.0.3.tar.xz



Other differences:
--
++ sysstat.spec ++
--- /var/tmp/diff_new_pack.eyQYe0/_old  2015-02-22 17:27:08.0 +0100
+++ /var/tmp/diff_new_pack.eyQYe0/_new  2015-02-22 17:27:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysstat
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sysstat
-Version:11.0.0
+Version:11.0.3
 Release:0
 Summary:Sar and Iostat Commands for Linux
 License:GPL-2.0+
@@ -39,15 +39,17 @@
 Patch3: sysstat-8.0.4-sysconfdir.diff
 # PATCH-FIX-OPENSUSE avoid build dates in generated files
 Patch4: sysstat-9.0.4-no-build-date.patch
-BuildRequires:  xz
-Requires:   gettext
-Requires:   procmail
-%{?systemd_requires}
-
 BuildRequires:  findutils
+BuildRequires:  libsensors4-devel
+BuildRequires:  pkg-config
 BuildRequires:  sed
-BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(systemd)
+Requires:   gettext
+Requires:   procmail
+Requires:   xz
+%{?systemd_requires}
 
 %description
 Sar and Iostat commands for Linux. The sar command collects and reports
@@ -87,12 +89,13 @@
 --enable-nls \
 --disable-man-group \
 --enable-debug-info \
---disable-stripping
+   --disable-stripping \
+   --enable-sensors
 make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}%{_localstatedir}/log/sa %{buildroot}%{_sbindir}
-%make_install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -D -m 0644 isag.desktop 
%{buildroot}%{_datadir}/applications/isag.desktop
 %suse_update_desktop_file isag
 cp contrib/isag/isag %{buildroot}%{_bindir}
@@ -101,10 +104,10 @@
 install -D -m 0755 sysstat.cron.suse 
%{buildroot}%{_sysconfdir}/sysstat/sysstat.cron
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcsysstat
 %find_lang %{name}
-install -D -m 0644 %{S:4} %{buildroot}%{_unitdir}/sysstat.service
+install -D -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/sysstat.service
 # change /usr/lib to /usr/lib64 or something else when needed
-if [ %{_libdir} != /usr/lib ]; then
-sed -i 's:/usr/lib/:%{_libdir}/:g' \
+if [ %{_libdir} != %{_prefix}/lib ]; then
+sed -i 's:%{_libexecdir}/:%{_libdir}/:g' \
%{buildroot}%{_sysconfdir}/sysstat/sysstat.cron \
%{buildroot}%{_unitdir}/sysstat.service
 fi

++ sysstat-11.0.0.tar.xz - sysstat-11.0.3.tar.xz ++
 4334 lines of diff (skipped)

++ sysstat-9.0.4-no-build-date.patch ++
--- /var/tmp/diff_new_pack.eyQYe0/_old  2015-02-22 17:27:08.0 +0100
+++ /var/tmp/diff_new_pack.eyQYe0/_new  2015-02-22 17:27:08.0 +0100
@@ -1,5 +1,7 @@
 sysstat-11.0.0/sadf.c  2014-06-12 15:31:57.0 -0400
-+++ sadf.c 2014-07-17 22:18:54.094712546 -0400
+Index: sadf.c
+===
+--- sadf.c.orig
 sadf.c
 @@ -41,7 +41,7 @@
  # define _(string) (string)
  #endif
@@ -9,8 +11,10 @@
  char *sccsid(void) { return (SCCSID); }
  
  long interval = -1, count = 0;
 sysstat-11.0.0/sadc.c  2014-06-12 15:31:57.0 -0400
-+++ sadc.c 2014-07-17 22:19:40.650709363 -0400
+Index: sadc.c
+===
+--- sadc.c.orig
 sadc.c
 @@ -52,7 +52,7 @@
  #include sensors/error.h
  #endif
@@ -20,9 +24,11 @@
  char *sccsid(void) { return (SCCSID); }
  
  long interval = 0;
 

commit memtest86+ for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package memtest86+ for openSUSE:Factory 
checked in at 2015-02-22 17:27:08

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


Package is memtest86+

Changes:

--- /work/SRC/openSUSE:Factory/memtest86+/memtest86+.changes2014-08-01 
14:34:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.memtest86+.new/memtest86+.changes   
2015-02-22 17:27:09.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 22 10:56:57 UTC 2015 - meiss...@suse.com
+
+- BuildIgnore gcc-PIE, it does not make sense for this package.
+
+---



Other differences:
--
++ memtest86+.spec ++
--- /var/tmp/diff_new_pack.XhOLvm/_old  2015-02-22 17:27:10.0 +0100
+++ /var/tmp/diff_new_pack.XhOLvm/_new  2015-02-22 17:27:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package memtest86+
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,7 @@
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cdrkit-cdrtools-compat
+#!BuildIgnore: gcc-PIE
 %ifarch x86_64
 BuildRequires:  glibc-devel-32bit
 %endif

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



commit krb5 for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2015-02-22 17:23:32

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


Package is krb5

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2015-01-08 
23:01:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2015-02-22 
17:23:32.0 +0100
@@ -1,0 +2,16 @@
+Wed Feb 18 11:48:46 UTC 2015 - mich...@stroeder.com
+
+- update to krb5 1.13.1
+
+Major changes in 1.13.1 (2015-02-11)
+
+
+This is a bug fix release.
+
+* Fix multiple vulnerabilities in the LDAP KDC back end.
+  [CVE-2014-5354] [CVE-2014-5353]
+
+* Fix multiple kadmind vulnerabilities, some of which are based in the
+  gssrpc library. [CVE-2014-5352 CVE-2014-5352 CVE-2014-9421
+  CVE-2014-9422 CVE-2014-9423]
+---
krb5.changes: same change

Old:

  krb5-1.13.tar.gz

New:

  krb5-1.13.1.tar.gz



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.xXxEzB/_old  2015-02-22 17:23:34.0 +0100
+++ /var/tmp/diff_new_pack.xXxEzB/_new  2015-02-22 17:23:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define build_mini 1
-%define srcRoot krb5-1.13
+%define srcRoot krb5-1.13.1
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -30,7 +30,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.13
+Version:1.13.1
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT

++ krb5.spec ++
--- /var/tmp/diff_new_pack.xXxEzB/_old  2015-02-22 17:23:34.0 +0100
+++ /var/tmp/diff_new_pack.xXxEzB/_new  2015-02-22 17:23:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define build_mini 0
-%define srcRoot krb5-1.13
+%define srcRoot krb5-1.13.1
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -30,7 +30,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.13
+Version:1.13.1
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT

++ krb5-1.13.tar.gz - krb5-1.13.1.tar.gz ++
/work/SRC/openSUSE:Factory/krb5/krb5-1.13.tar.gz 
/work/SRC/openSUSE:Factory/.krb5.new/krb5-1.13.1.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 yast2-snapper for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2015-02-22 17:23:38

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


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-12-16 14:47:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2015-02-22 17:23:39.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 16 12:10:50 CET 2015 - aschn...@suse.de
+
+- adapted to changes in snapper
+- 3.1.6
+
+---

Old:

  yast2-snapper-3.1.5.tar.bz2

New:

  yast2-snapper-3.1.6.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.de7wHC/_old  2015-02-22 17:23:40.0 +0100
+++ /var/tmp/diff_new_pack.de7wHC/_new  2015-02-22 17:23:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libbtrfs-devel
-BuildRequires:  libsnapper-devel = 0.0.17
+BuildRequires:  libsnapper-devel = 0.2.6
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2

++ yast2-snapper-3.1.5.tar.bz2 - yast2-snapper-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-3.1.5/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-3.1.6/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-3.1.5/agent-snapper/src/SnapperAgent.cc   2014-12-12 
16:30:14.0 +0100
+++ new/yast2-snapper-3.1.6/agent-snapper/src/SnapperAgent.cc   2015-02-18 
19:20:11.0 +0100
@@ -1,10 +1,9 @@
-/* SnapperAgent.cc
+/*
+ * SnapperAgent.cc
  *
  * An agent for accessing snapper library
  *
  * Authors: Jiri Suchomel jsuch...@suse.cz
- *
- * $Id: SnapperAgent.cc 63174 2011-01-13 10:50:42Z jsuchome $
  */
 
 #include SnapperAgent.h
@@ -72,7 +71,7 @@
 
 YCPMap map2ycpmap (const mapstring, string userdata)
 {
-YCPMap m;  
+YCPMap m;
 for (mapstring, string::const_iterator it = userdata.begin(); it != 
userdata.end(); ++it)
 {
 m-add (YCPString (it-first), YCPString (it-second));
@@ -82,7 +81,7 @@
 
 mapstring, string ycpmap2stringmap (const YCPMap ycp_map)
 {
-mapstring, string m; 
+mapstring, string m;
 
 for (YCPMap::const_iterator i = ycp_map-begin(); i != ycp_map-end(); 
i++) {
 string key = i-first-asString()-value();
@@ -113,15 +112,14 @@
 // call ioctl to create or delete specific btrfs subvolume
 YCPBoolean btrfs_ioctl_call(string path, int request)
 {
-
-if (path == ) {
+if (path.empty()) {
 y2error ('path' attribute missing!);
 return YCPBoolean (false);
 }
 
 // find a directory one level up
 // (FIXME check for path ending with /)
-int idx = path.rfind('/');
+string::size_type idx = path.rfind('/');
 string updir= path.substr(0, idx);
 string name = path.substr(idx + 1);
 
@@ -131,7 +129,7 @@
 y2error(opening directory '%s' failed, updir.c_str());
 return YCPBoolean (false);
 }
- 
+
 struct btrfs_ioctl_vol_args args;
 memset(args, 0, sizeof(args));
 strncpy(args.name, name.c_str(), sizeof(args.name) - 1);
@@ -189,8 +187,8 @@
 /**
  * Read
  */
-YCPValue SnapperAgent::Read(const YCPPath path, const YCPValue arg, const 
YCPValue opt) {
-
+YCPValue SnapperAgent::Read(const YCPPath path, const YCPValue arg, const 
YCPValue opt)
+{
 y2debug (path in Read: '%s'., path-toString().c_str());
 YCPValue ret = YCPVoid();
 
@@ -203,7 +201,7 @@
snapper_error = not_initialized;
return YCPVoid();
 }
-   
+
 if (path-length() == 1) {
 
 /**
@@ -216,7 +214,7 @@
   path  = arg-asString()-value();
 }
 
-if (path == ) {
+if (path.empty()) {
   y2error (path attribute missing!);
   return YCPBoolean (false);
 }
@@ -238,7 +236,7 @@
YCPList retlist;
 
try {
-   listConfigInfo configs = Snapper::getConfigs();
+   

commit texlive for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2015-02-22 17:23:22

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


Package is texlive

Changes:

--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2014-11-24 
11:13:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2015-02-22 
17:23:24.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 13 22:03:00 UTC 2014 - Led led...@gmail.com
+
+- fix shebang of xdvi script: option '-a' of 'exec' command may be
+  unsupported in some POSIX-complete shells
+- update patches:
+  * source.dif
+
+---



Other differences:
--
++ source.dif ++
--- /var/tmp/diff_new_pack.6CDaKV/_old  2015-02-22 17:23:26.0 +0100
+++ /var/tmp/diff_new_pack.6CDaKV/_new  2015-02-22 17:23:26.0 +0100
@@ -1156,6 +1156,12 @@
  if (GS_pid == 0) {/* child */
 --- texk/xdvik/xdvi-sh.in
 +++ texk/xdvik/xdvi-sh.in  2009-09-02 12:47:27.0 +
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ # This is the xdvi wrapper script for teTeX, version 0.2.
+ # Copyright Thomas Esser, 1998. Permission to distribute under the terms
 @@ -50,4 +50,19 @@ if test -n $xdviappfile; then
XFILESEARCHPATH=$xdviapppath:${XFILESEARCHPATH-%D}; export XFILESEARCHPATH
  fi

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