commit aaa_base for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-05-27 09:31:22

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


Package is aaa_base

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2013-04-24 
16:03:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-05-27 
09:31:24.0 +0200
@@ -1,0 +2,5 @@
+Thu May 23 15:23:53 UTC 2013 - wer...@suse.de
+
+- Add bash completion function to load completions dynamically (bnc#821411)
+
+---



Other differences:
--
++ aaa_base-13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.1/files/etc/profile.d/complete.bash 
new/aaa_base-13.1/files/etc/profile.d/complete.bash
--- old/aaa_base-13.1/files/etc/profile.d/complete.bash 2013-04-23 
17:49:36.0 +0200
+++ new/aaa_base-13.1/files/etc/profile.d/complete.bash 2013-05-23 
17:22:32.0 +0200
@@ -672,5 +672,20 @@
 unset _def _dir _file _nosp
 
 #
+# info bash 'Command Line Editing' 'Programmable Completion'
+#
+if ! type -t _completion_loader  /dev/null ; then
+_completion_loader ()
+{
+   local fallback=(-o default -o bashdefault -o filenames)
+   local dir=/usr/share/bash-completion/completions
+   local cmd=${1##*/}
+   . ${dir}/${cmd} /dev/null  return 124
+   complete ${fallback[@]} ${cmd} /dev/null  return 124
+}
+complete -D -F _completion_loader
+fi
+
+#
 # End of /etc/profile.d/complete.bash
 #

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



commit alpine for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package alpine for openSUSE:Factory checked 
in at 2013-05-27 09:31:30

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


Package is alpine

Changes:

--- /work/SRC/openSUSE:Factory/alpine/alpine.changes2012-07-30 
11:35:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.alpine.new/alpine.changes   2013-05-27 
09:31:31.0 +0200
@@ -1,0 +2,27 @@
+Wed May 22 20:37:21 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.10
+* Quota report for IMAP folders that support it
+  (press the @ command in the index screen of such folder).
+* Search a folder for the content of any header with the ;
+  command.
+* Foreign characters are decoded correctly in IMAP folders.
+* Recognition of proper mime type for docx, xlsx, and pptx files.
+* When composing a message, Alpine will create a new thread when
+  the subject is erased.
+- Uncompress patches, since quilt does not like working with them
+- Remove because merged upstream: chappa-filterflagbug.patch(.gz),
+  chappa-nlinfobug.patch(.gz), chappa-replacebug.patch(.gz),
+  chappa-searchheader.patch(.gz), chappa-streamlock.patch(.gz)
+- Rediff to clear fuzz: alpine-no-add-needed.patch,
+  pine-nonvoid-function.patch
+- Remove because no longer applies and total lack of description
+  as per Patch Guidelines:
+  alpine-no-add-needed.patch
+
+---
+Wed May 22 12:10:17 UTC 2013 - jeng...@inai.de
+
+- Remove old SUSE definitions
+
+---

Old:

  alpine-2.00.tar.bz2
  chappa-WrtAcc.patch.gz
  chappa-colortext.patch.gz
  chappa-fancy.patch.gz
  chappa-filterflagbug.patch.gz
  chappa-ignoresize.patch.gz
  chappa-insertpat.patch.gz
  chappa-maildir.patch.gz
  chappa-nlinfobug.patch.gz
  chappa-replacebug.patch.gz
  chappa-searchheader.patch.gz
  chappa-streamlock.patch.gz
  chappa-unixnullbug.patch.gz
  chappa-unverified.patch.gz

New:

  alpine-2.10.clean.tar.lzma
  chappa-WrtAcc.patch
  chappa-colortext.patch
  chappa-fancy.patch
  chappa-ignoresize.patch
  chappa-insertpat.patch
  chappa-maildir.patch
  chappa-unixnullbug.patch
  chappa-unverified.patch



Other differences:
--
++ alpine.spec ++
--- /var/tmp/diff_new_pack.BHhYBM/_old  2013-05-27 09:31:33.0 +0200
+++ /var/tmp/diff_new_pack.BHhYBM/_new  2013-05-27 09:31:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alpine
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,7 @@
 
 Name:   alpine
 #
-# Package configuration:
-#
-%if %{suse_version}  1030
-%defineobsolete_pine   1
-%defineprovide_pico_and_pilot  1
-%else
-%defineobsolete_pine   0
-%defineprovide_pico_and_pilot  0
-%endif
-#
 # For debugging only:
-%defineuse_mudflap 0
 %definebuild_vanilla   0
 #
 Summary:Mail User Agent
@@ -44,23 +33,17 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  update-desktop-files
-%if %{use_mudflap}
-BuildRequires:  libmudflap
-%endif
+BuildRequires:  xz
 # pgp4pine requires pine:
 Provides:   pine
 #
-%if %obsolete_pine
 Obsoletes:  pine4
 Provides:   pine4
-%else
-Conflicts:  pine4
-%endif
 #
-Version:2.00
+Version:2.10
 Release:0
 Url:http://www.washington.edu/alpine/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://patches.freeiz.com/alpine/patches/alpine-2.10/alpine-2.10.clean.tar.lzma
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source1:%name.png
 Source2:%name.desktop
@@ -71,28 +54,21 @@
 Patch5: alpine-gcc44.diff
 Patch6: alpine-2.00-as_needed.patch
 Patch7: alpine-month_name-utf8.patch
-Patch8: alpine-maildir-closedir.patch
 Patch10:pico-fix-spurious-undef-warnings.diff
 Patch20:pine-expression-warnings.diff
 Patch40:pico-stripwhitespace.diff
 Patch60:signal-and-panic-improvements.diff
 #
 # Eduardo Chappa's patches.
-# http://staff.washington.edu/chappa/alpine/patches
+# http://patches.freeiz.com/alpine/
 #
-Patch600:   chappa-colortext.patch.gz
-Patch601:   chappa-fancy.patch.gz
-Patch602:   chappa-ignoresize.patch.gz
-Patch603:   chappa-insertpat.patch.gz
-Patch604:   

commit appres for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package appres for openSUSE:Factory checked 
in at 2013-05-27 09:33:50

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


Package is appres

Changes:

--- /work/SRC/openSUSE:Factory/appres/appres.changes2012-05-08 
11:55:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.appres.new/appres.changes   2013-05-27 
09:33:52.0 +0200
@@ -1,0 +2,14 @@
+Mon May 20 21:13:07 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Add -V option to print command version.
+  + Combine usage message into a single string.
+  + Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn
+warning.
+  + config: move man pages into their own directory.
+  + man: replace hard coded man page section with substitution
+strings.
+  + man: remove trailing spaces and tabs.
+- Add pkgconfig(xproto), configure now checks for it.
+
+---

Old:

  appres-1.0.3.tar.bz2

New:

  appres-1.0.4.tar.bz2



Other differences:
--
++ appres.spec ++
--- /var/tmp/diff_new_pack.rRpplE/_old  2013-05-27 09:33:53.0 +0200
+++ /var/tmp/diff_new_pack.rRpplE/_new  2013-05-27 09:33:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appres
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   appres
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Utility to list the resource database of an X application
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
+BuildRequires:  pkgconfig(xproto) = 7.0.17
 BuildRequires:  pkgconfig(xt)
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 = 7.6

++ appres-1.0.3.tar.bz2 - appres-1.0.4.tar.bz2 ++
 13405 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/appres-1.0.3/ChangeLog new/appres-1.0.4/ChangeLog
--- old/appres-1.0.3/ChangeLog  2010-10-31 19:51:23.0 +0100
+++ new/appres-1.0.4/ChangeLog  2013-05-18 02:39:47.0 +0200
@@ -1,3 +1,82 @@
+commit f189c64e3576956816da9f46909437f5523ded3b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri May 17 17:39:13 2013 -0700
+
+appres 1.0.4
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 849880e1cca492665a7c8581e5591065299ab718
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jan 19 11:33:48 2013 -0800
+
+Add -V option to print command version
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 590aa5f17cd4b8d710662e6af701c166392d0235
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jan 19 11:21:29 2013 -0800
+
+Combine usage message into a single string
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 766a467795cd9e58cd9ea0266dd6a5b54403aac8
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jan 19 11:18:33 2013 -0800
+
+Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 5fe00fdffe8ec04f8ad04617a2b26ff282049a4c
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Mon Jun 13 13:48:00 2011 -0400
+
+.gitignore: fix typo
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 0497e70e490eb30c6062555cce16c87e81523b0b
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Mon Jun 13 13:41:27 2011 -0400
+
+.gitignore: the original copy was somewhat broken
+
+Only comments, nothing functional
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 3450c1498afe0fc8beabf70f864d241f54e7a3a4
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   

commit libjpeg62-turbo for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libjpeg62-turbo for openSUSE:Factory 
checked in at 2013-05-27 09:34:03

Comparing /work/SRC/openSUSE:Factory/libjpeg62-turbo (Old)
 and  /work/SRC/openSUSE:Factory/.libjpeg62-turbo.new (New)


Package is libjpeg62-turbo

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit armadillo for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2013-05-27 09:41:41

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2013-05-16 
09:38:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2013-05-27 
09:41:43.0 +0200
@@ -1,0 +2,7 @@
+Wed May 22 17:43:44 UTC 2013 - badshah...@gmail.com
+
+- Update to version 3.820.1:
+  + Added detection of the OpenBLAS library during installation,
+which provides high-speed matrix multiplication
+
+---

Old:

  armadillo-3.820.0.tar.gz

New:

  armadillo-3.820.1.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.7rlG3e/_old  2013-05-27 09:41:44.0 +0200
+++ /var/tmp/diff_new_pack.7rlG3e/_new  2013-05-27 09:41:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   armadillo
-Version:3.820.0
+Version:3.820.1
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-3.820.0.tar.gz - armadillo-3.820.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.820.0/CMakeLists.txt 
new/armadillo-3.820.1/CMakeLists.txt
--- old/armadillo-3.820.0/CMakeLists.txt2013-05-12 05:05:56.0 
+0200
+++ new/armadillo-3.820.1/CMakeLists.txt2013-05-20 06:52:54.0 
+0200
@@ -13,7 +13,7 @@
 
 set(ARMA_MAJOR 3)
 set(ARMA_MINOR 820)
-set(ARMA_PATCH 0)
+set(ARMA_PATCH 1)
 
 message(STATUS Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
@@ -36,8 +36,9 @@
 
 # NOTE:
 # Set ARMA_USE_WRAPPER to false if you're getting linking errors when 
compiling your programs,
-# or if you prefer to directly link with LAPACK and/or BLAS.
-# You will then need to link your programs directly with -llapack -lblas 
instead of -larmadillo
+# or if you prefer to directly link with BLAS and/or LAPACK.
+# You will then need to link your programs with -lblas -llapack instead of 
-larmadillo
+# If you're using OpenBLAS, link your programs with -lopenblas -llapack 
instead of -larmadillo
 
 
 message(STATUS CMAKE_SYSTEM_NAME = ${CMAKE_SYSTEM_NAME})
@@ -76,20 +77,21 @@
   include(ARMA_FindACMLMP)
   include(ARMA_FindACML)
   
-  message(STATUS MKL_FOUND = ${MKL_FOUND})
-  message(STATUS ACMLMP_FOUND  = ${ACMLMP_FOUND})
-  message(STATUS ACML_FOUND= ${ACML_FOUND})
+  message(STATUSMKL_FOUND   = ${MKL_FOUND})
+  message(STATUS ACMLMP_FOUND   = ${ACMLMP_FOUND})
+  message(STATUS   ACML_FOUND   = ${ACML_FOUND})
   
   if(MKL_FOUND OR ACMLMP_FOUND OR ACML_FOUND)
 
-set(ARMA_USE_BLAS true)
+set(ARMA_USE_BLAS   true)
 set(ARMA_USE_LAPACK true)
 
-message(STATUS *** If the MKL or ACML libraries are installed in a 
non-standard location,)
-message(STATUS *** such as /opt, make sure the run-time linker can find 
them.)
+message(STATUS )
+message(STATUS *** If the MKL or ACML libraries are installed in)
+message(STATUS *** /opt or /usr/local, make sure the run-time linker can 
find them.)
 message(STATUS *** On Linux systems this can be done by editing 
/etc/ld.so.conf)
 message(STATUS *** or modifying the LD_LIBRARY_PATH environment 
variable.)
-message(STATUS *** On systems with SELinux enabled (e.g. Fedora, RHEL),)
+message(STATUS *** On systems with SELinux enabled (eg. Fedora, RHEL),)
 message(STATUS *** you may need to change the SELinux type of all 
MKL/ACML libraries)
 message(STATUS *** to fix permission problems that may occur during 
run-time.)
 message(STATUS *** See README.txt for more information)
@@ -97,14 +99,16 @@
   else()
 
 include(ARMA_FindLAPACK)
+include(ARMA_FindOpenBLAS)
 include(ARMA_FindBLAS)
 include(ARMA_FindCLAPACK)
 include(ARMA_FindCBLAS)
 
-message(STATUS LAPACK_FOUND  = ${LAPACK_FOUND})
-message(STATUS BLAS_FOUND= ${BLAS_FOUND})
-message(STATUS CLAPACK_FOUND = ${CLAPACK_FOUND})
-message(STATUS CBLAS_FOUND   = ${CBLAS_FOUND})
+message(STATUS   LAPACK_FOUND = ${LAPACK_FOUND})
+message(STATUS BLAS_FOUND = ${BLAS_FOUND})
+message(STATUS OpenBLAS_FOUND = ${OpenBLAS_FOUND})
+message(STATUS  CLAPACK_FOUND = ${CLAPACK_FOUND})
+message(STATUSCBLAS_FOUND = ${CBLAS_FOUND})
 
 if(LAPACK_FOUND)
   set(ARMA_USE_LAPACK true)
@@ -114,13 +118,34 @@
   set(ARMA_USE_BLAS true)
 endif()
 
-if(CLAPACK_FOUND AND CBLAS_FOUND)
-  

commit bitmap for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package bitmap for openSUSE:Factory checked 
in at 2013-05-27 09:42:41

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


Package is bitmap

Changes:

--- /work/SRC/openSUSE:Factory/bitmap/bitmap.changes2012-05-08 
11:56:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitmap.new/bitmap.changes   2013-05-27 
09:42:42.0 +0200
@@ -1,0 +2,10 @@
+Mon May 20 21:19:50 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.7:
+  + Mark usage() functions as noreturn, as suggested by gcc.
+  + Fix genererate typo in bmtoa error messages.
+  + Combine usage messages into a single string.
+  + bitmap.man:  Fix some typos.
+  + Fix pixmap leak in error paths of BWGetUnzoomedPixmap.
+
+---

Old:

  bitmap-1.0.6.tar.bz2

New:

  bitmap-1.0.7.tar.bz2



Other differences:
--
++ bitmap.spec ++
--- /var/tmp/diff_new_pack.rUy3yJ/_old  2013-05-27 09:42:43.0 +0200
+++ /var/tmp/diff_new_pack.rUy3yJ/_new  2013-05-27 09:42:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bitmap
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   bitmap
-Version:1.0.6
-Release:1
-License:MIT
+Version:1.0.7
+Release:0
 Summary:X bitmap editor and converter utilities
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xbitmaps)
-BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xmu)
-BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xorg-macros) = 1.8
+BuildRequires:  pkgconfig(xproto) = 7.0.17
 BuildRequires:  pkgconfig(xt)
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 = 7.6

++ bitmap-1.0.6.tar.bz2 - bitmap-1.0.7.tar.bz2 ++
 11400 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/bitmap-1.0.6/Bitmap.c new/bitmap-1.0.7/Bitmap.c
--- old/bitmap-1.0.6/Bitmap.c   2012-03-09 06:40:16.0 +0100
+++ new/bitmap-1.0.7/Bitmap.c   2013-05-18 06:12:46.0 +0200
@@ -389,8 +389,10 @@
BW-bitmap.zoom.image-width,
BW-bitmap.zoom.image-height, 1);
if (!(gc = XCreateGC(XtDisplay(w), pix,
-(unsigned long) 0, (XGCValues *) 0)))
+(unsigned long) 0, (XGCValues *) 0))) {
+   XFreePixmap(XtDisplay(w), pix);
return (Pixmap) None;
+   }
 
XPutImage(XtDisplay(w), pix, gc,
  BW-bitmap.zoom.image,
@@ -410,8 +412,10 @@
BW-bitmap.image-width,
BW-bitmap.image-height, 1);
if (! (gc = XCreateGC(XtDisplay(w), pix,
- (unsigned long) 0, (XGCValues *) 0)))
+ (unsigned long) 0, (XGCValues *) 0))){
+   XFreePixmap(XtDisplay(w), pix);
return (Pixmap) None;
+   }
 
XPutImage(XtDisplay(w), pix, gc,
  BW-bitmap.image,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/bitmap-1.0.6/ChangeLog new/bitmap-1.0.7/ChangeLog
--- old/bitmap-1.0.6/ChangeLog  2012-03-09 06:41:10.0 +0100
+++ new/bitmap-1.0.7/ChangeLog  2013-05-18 06:13:29.0 +0200
@@ -1,3 +1,75 @@
+commit 10584a7e5f476c5adb5ec6de9f0b519380abd6df
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri May 17 21:12:44 2013 -0700
+
+  

commit calc for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package calc for openSUSE:Factory checked in 
at 2013-05-27 09:42:46

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


Package is calc

Changes:

--- /work/SRC/openSUSE:Factory/calc/calc.changes2012-12-28 
14:56:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.calc.new/calc.changes   2013-05-27 
09:42:47.0 +0200
@@ -1,0 +2,9 @@
+Fri May 24 02:21:05 UTC 2013 - greg.freem...@gmail.com
+
+- update to calc-2.12.4.8
+  * fixes a bug uncovered in calc which caused script failures when calc
+was called within a while loop in BASH if the while loop was fed from
+stdin, due to calc's redirection/inheritance of stdin and no option to
+change this behavior.
+
+---

Old:

  calc-2.12.4.3.tar.bz2

New:

  calc-2.12.4.8.tar.bz2



Other differences:
--
++ calc.spec ++
--- /var/tmp/diff_new_pack.7fK5V3/_old  2013-05-27 09:42:48.0 +0200
+++ /var/tmp/diff_new_pack.7fK5V3/_new  2013-05-27 09:42:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package calc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   calc
-Version:2.12.4.3
+Version:2.12.4.8
 Release:0
 Summary:C-style arbitrary precision system
 License:LGPL-2.1

++ calc-2.12.4.3.tar.bz2 - calc-2.12.4.8.tar.bz2 ++
 7578 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

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2013-05-27 09:42:54

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  2013-05-06 
09:01:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2013-05-27 
09:42:56.0 +0200
@@ -1,0 +2,33 @@
+Fri May 10 14:45:23 UTC 2013 - Sascha Manns saigk...@opensuse.org
+
+- New Features
+  o Kobo driver: Add support for showing 'Archived' books on the device.
+  o Also up the supported firmware version to 2.5.3.
+  o Driver for Blackberry 9790
+  o Add a tweak to turn off the highlighting of the book count when using
+a virtual library (Preferences-Tweaks)
+  o Add a button to clear the viewer search history in the viewer
+  o Preferences, under Miscellaneous
+  o Add keyboard shortcuts to clear the virtual Library and the additional
+restriction (Ctrl+Esc and Alt+Esc). Also use Shift+Esc to bring
+keyboard focus back tot he book list. Can be changed under
+Preferences-Keyboard
+  o Docx metadata: Read the language of the file, if present 
+- New bugfixes
+  o Kobo driver: Fix unable to read SD card on OS X/Linux
+  o Content server: Fix unable to download ORIGINAL_* formats
+  o Fix regression that broke searching for terms containing a quote mark
+  o Fix regression that broke conversion of txt files when no input
+encoding is specified
+  o When changing to a virtual library, refresh the Book Details panel.
+  o Fix regression that caused searching for user categories to break.
+  o Fix error when downloading only covers and reviewing downloaded
+metadata.
+  o MOBI metadata: Strip XML unsafe unicode codepoints when reading
+metadata from MOBI files.
+  o Txt Input: Use the gbk encoding for txt files with detected encoding
+of gb2312.
+  o When pressing Ctrl+Home/End preserve the horizontal scroll position in
+the book list
+
+---

Old:

  calibre-0.9.28.tar.bz2

New:

  calibre-0.9.30.tar.bz2



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.kgOY1e/_old  2013-05-27 09:42:57.0 +0200
+++ /var/tmp/diff_new_pack.kgOY1e/_new  2013-05-27 09:42:57.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Other
 
 Name:   calibre
-Version:0.9.28
+Version:0.9.30
 Release:0
 Url:http://calibre-ebook.com
 # Getting and modifying the sources

++ calibre-0.9.28.tar.bz2 - calibre-0.9.30.tar.bz2 ++
/work/SRC/openSUSE:Factory/calibre/calibre-0.9.28.tar.bz2 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-0.9.30.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 cdparanoia for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package cdparanoia for openSUSE:Factory 
checked in at 2013-05-27 09:43:00

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


Package is cdparanoia

Changes:

--- /work/SRC/openSUSE:Factory/cdparanoia/cdparanoia.changes2013-03-22 
11:01:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdparanoia.new/cdparanoia.changes   
2013-05-27 09:43:01.0 +0200
@@ -1,0 +2,6 @@
+Tue May 21 12:51:47 UTC 2013 - dmuel...@suse.com
+
+- add config-guess-sub-update.diff:
+  * configure.guess/sub update for aarch64 support 
+
+---

New:

  config-guess-sub-update.diff



Other differences:
--
++ cdparanoia.spec ++
--- /var/tmp/diff_new_pack.MDsHSm/_old  2013-05-27 09:43:02.0 +0200
+++ /var/tmp/diff_new_pack.MDsHSm/_new  2013-05-27 09:43:02.0 +0200
@@ -40,6 +40,7 @@
 Patch11:cdparanoia-III-05-gcc4.3.dpatch
 Patch12:cdparanoia-III-06-endian.dpatch
 Patch13:cdparanoia-large-pic.diff
+Patch14:config-guess-sub-update.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 
@@ -95,6 +96,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14
 
 %build
 autoreconf

++ config-guess-sub-update.diff ++
 1752 lines (skipped)

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



commit claws-mail for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2013-05-27 09:43:06

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


Package is claws-mail

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2013-05-16 
09:46:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2013-05-27 09:43:07.0 +0200
@@ -4 +4 @@
-- Als obsolete claws-mail-extra-plugins-devel, as the plugins
+- Also obsolete claws-mail-extra-plugins-devel, as the plugins



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



commit clisp for openSUSE:Factory

2013-05-27 Thread h_root


bintIxdatPxyJ.bin
Description: Binary data


commit cmake for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-05-27 09:43:20

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


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2013-03-01 
13:56:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-05-27 
09:43:21.0 +0200
@@ -1,0 +2,28 @@
+Sat May 18 12:42:24 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 2.8.11
+  * Targets can specify usage requirements for their consumers such as
+include directories and preprocessor definitions; previously only
+link dependencies were supported.
+  * target_link_libraries(myexe yourlib) can now build myexe sources
+with requirements specified by yourlib
+  * Added target_include_directories and target_compile_definitions
+commands with PUBLIC/PRIVATE/INTERFACE options
+  * Introduced ExternalData Module
+  * Keep source trees lightweight by storing data separately
+  * Reference data unambiguously from source tree by content hash
+  * Fetch on-demand during build from local or remote resources
+  * CMake: Sublime Text Generator added that supports both Make and Ninja
+  * CMake: Added support for Texas Instruments C6 and up compilers
+  * CMake: Improve OpenBSD support
+  * CPack: Added Support for 64bit NSIS
+  * CPack: Added WiX Package Generator
+  * ExternalProject: Will run git fetch less often
+  * FindBoost: Major overhaul of searching and result caching
+  * FindCUDA: Now has support for separable compilation
+  * FindQt4: Overall improvements to finding Qt and importing targets
+  * FindSquish: Added support for squish 4
+  Full changelog at http://www.kitware.com/blog/home/post/492
+* Drop cmake-endian.patch (Merged upstream)
+
+---
cmake.changes: same change

Old:

  cmake-2.8.10.2.tar.gz
  cmake-endian.patch

New:

  cmake-2.8.11.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.zKLdtq/_old  2013-05-27 09:43:22.0 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:22.0 +0200
@@ -17,11 +17,10 @@
 
 
 Name:   cmake-gui
-Version:2.8.10.2
+Version:2.8.11
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
-Patch3: cmake-endian.patch
 Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
 License:BSD-3-Clause
@@ -51,7 +50,6 @@
 
 %prep
 %setup -q -n cmake-%{version}
-%patch3 -p1
 %patch4
 
 %build

++ cmake.spec ++
--- /var/tmp/diff_new_pack.zKLdtq/_old  2013-05-27 09:43:22.0 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:22.0 +0200
@@ -17,13 +17,12 @@
 
 
 Name:   cmake
-Version:2.8.10.2
+Version:2.8.11
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch1: cmake-disable-builtin-chrpath.diff
 Patch2: cmake-fix-ruby-test.patch
-Patch3: cmake-endian.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -52,7 +51,6 @@
 %setup -q
 %patch1
 %patch2
-%patch3 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ cmake-2.8.10.2.tar.gz - cmake-2.8.11.tar.gz ++
 43566 lines of diff (skipped)

++ cmake-fix-ruby-test.patch ++
--- /var/tmp/diff_new_pack.zKLdtq/_old  2013-05-27 09:43:24.0 +0200
+++ /var/tmp/diff_new_pack.zKLdtq/_new  2013-05-27 09:43:24.0 +0200
@@ -1,6 +1,6 @@
 Modules/FindRuby.cmake.orig2012-11-02 14:34:25.497624983 +0100
-+++ Modules/FindRuby.cmake 2012-11-02 14:36:22.893205108 +0100
-@@ -93,7 +93,7 @@
+--- Modules/FindRuby.cmake.orig2013-05-18 15:29:53.805033064 +0200
 Modules/FindRuby.cmake 2013-05-18 15:30:21.605683563 +0200
+@@ -102,7 +102,7 @@
 _RUBY_CONFIG_VAR(sitelibdir RUBY_SITELIB_DIR)
  
 # vendor_ruby available ?

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



commit coreutils for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2013-05-27 09:43:30

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


Package is coreutils

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2013-04-26 12:37:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2013-05-27 09:43:31.0 +0200
@@ -1,0 +2,14 @@
+Mon May 20 15:38:30 UTC 2013 - m...@bernhard-voelker.de
+
+- Try to fix nap() races in gnulib-tests.
+  (coreutils-gnulib-tests-fix-nap-race.patch: add upstream patch)
+  (coreutils-gnulib-tests-fix-nap-race-obs.patch: add openSUSE patch for OBS)
+
+---
+Wed May 15 11:26:29 UTC 2013 - mhruse...@suse.com
+
+- Provides: /bin/{kill,su}
+  * for compatibility with programs requiring these (like lsb) until these will
+be provided by util-linux
+
+---
coreutils.changes: same change

New:

  coreutils-gnulib-tests-fix-nap-race-obs.patch
  coreutils-gnulib-tests-fix-nap-race.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.xOY3nU/_old  2013-05-27 09:43:32.0 +0200
+++ /var/tmp/diff_new_pack.xOY3nU/_new  2013-05-27 09:43:32.0 +0200
@@ -44,6 +44,8 @@
 
 Provides:   %{name} = %{version}
 %if %{name} == coreutils
+Provides:   /bin/kill
+Provides:   /bin/su
 Provides:   fileutils = %{version}
 Provides:   mktemp = %{version}
 Provides:   sh-utils = %{version}
@@ -95,6 +97,13 @@
 Patch100:   coreutils-build-timeout-as-pie.patch
 Patch101:   coreutils-su.patch
 
+# Fix gnulib-test failures related to gnulib-tests/nap.h.
+Patch200:   coreutils-gnulib-tests-fix-nap-race.patch
+
+# Fix gnulib-test failures: increase nap() delay multiplier even
+# a bit more to avoid failures on OBS.
+Patch201:   coreutils-gnulib-tests-fix-nap-race-obs.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -131,6 +140,9 @@
 %patch100
 %patch101
 
+%patch200
+%patch201
+
 xz -dc %{S:4} po/de.po
 
 #???## We need to statically link to gmp, otherwise we have a build loop
@@ -159,7 +171,6 @@
 %if %{name} == coreutils-testsuite
   # Make our multi-byte test for sort executable
   chmod a+x tests/misc/sort-mb-tests.sh
-
   # Avoid parallel make, because otherwise some timeout based tests like
   # rm/ext3-perf may fail due to high CPU or IO load.
   make check-very-expensive \

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.xOY3nU/_old  2013-05-27 09:43:32.0 +0200
+++ /var/tmp/diff_new_pack.xOY3nU/_new  2013-05-27 09:43:32.0 +0200
@@ -44,6 +44,8 @@
 
 Provides:   %{name} = %{version}
 %if %{name} == coreutils
+Provides:   /bin/kill
+Provides:   /bin/su
 Provides:   fileutils = %{version}
 Provides:   mktemp = %{version}
 Provides:   sh-utils = %{version}
@@ -95,6 +97,13 @@
 Patch100:   coreutils-build-timeout-as-pie.patch
 Patch101:   coreutils-su.patch
 
+# Fix gnulib-test failures related to gnulib-tests/nap.h.
+Patch200:   coreutils-gnulib-tests-fix-nap-race.patch
+
+# Fix gnulib-test failures: increase nap() delay multiplier even
+# a bit more to avoid failures on OBS.
+Patch201:   coreutils-gnulib-tests-fix-nap-race-obs.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -131,6 +140,9 @@
 %patch100
 %patch101
 
+%patch200
+%patch201
+
 xz -dc %{S:4} po/de.po
 
 #???## We need to statically link to gmp, otherwise we have a build loop
@@ -159,7 +171,6 @@
 %if %{name} == coreutils-testsuite
   # Make our multi-byte test for sort executable
   chmod a+x tests/misc/sort-mb-tests.sh
-
   # Avoid parallel make, because otherwise some timeout based tests like
   # rm/ext3-perf may fail due to high CPU or IO load.
   make check-very-expensive \


++ coreutils-gnulib-tests-fix-nap-race-obs.patch ++
From: Bernhard Voelker m...@bernhard-voelker.de
Date: Mon, 20 May 2013 00:03:20 +0200
Subject: [PATCH] tests/nap.h: increase delay multiplier to avoid problems in
 VMs like OBS

The gnulib change http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=5191133e
(available upstreams with = 8.22, applied to openSUSE's coreutils
package with coreutils-gnulib-tests-fix-nap-race.patch, decreased the
probability of lost races to about a third, however such problems could
still be observed in virtual machines like OBS.
Increasing the factor from 

commit corosync for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2013-05-27 09:43:39

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


Package is corosync

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2013-04-26 
13:25:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2013-05-27 
09:43:40.0 +0200
@@ -1,0 +2,36 @@
+Fri May 10 13:18:25 UTC 2013 - tser...@suse.com
+
+- Update to corosync 1.4.5 stable release (bnc#799031)
+- coroipc: Handle pfd.revents as bit-field
+- Check socket_recv error code in ipc_dispatch_get
+- On places with POLLERR check also POLLNVAL
+- coroipc: Don't spin when waiting on semaphore
+- log: Handle race in printf_to_logs and format_set
+- objdb: Don't read uninitialized memory in inc/dec
+- Add waiting_trans_ack also to fragmentation layer
+- Handle segfault in backlog_get
+- Fix problem with sync operations under very rare circumstances
+- manpages: Add confdb_key_get man page
+- manpages: Add links for referenced confdb calls
+- manpages: Fix typo in evs* manpages
+- If failed_to_recv is set, consensus can be empty
+- Ignore sync barrier msgs if sync doesn't started
+- Make service_build contain correct number of msgs
+- Handle sync and service unload correctly
+- Don't call sync_* funcs for unloaded services
+- Return back Totem is unable to form... message
+- Move Totem is unable to form... message to main
+- Use unix socket for local multicast loop
+- cpg: Enhance downlist selection algorithm
+- cpg: Process join list after downlists
+- cpg: Never choose downlist with localnode
+- Fix cpg_membership_get()
+- Don't access invalid mem in totemconfig
+- Move some totem and cpg messages to trace level
+- flatiron: Free outq items list on conn exit
+- Fix nodeid conflicting issue (bnc#806634)
+  + Added fix-nodeid-conflicting.patch
+- change the default priority to RR(1) same as pacemaker(bnc#804707)
+  + Added corosync_reduce_RR_priority.patch
+
+---

Old:

  corosync-1.4.3.tar.gz

New:

  corosync-1.4.5.tar.gz
  corosync_reduce_RR_priority.patch
  fix-nodeid-conflicting.patch



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.HgLFwW/_old  2013-05-27 09:43:41.0 +0200
+++ /var/tmp/diff_new_pack.HgLFwW/_new  2013-05-27 09:43:41.0 +0200
@@ -29,7 +29,7 @@
 Summary:The Corosync Cluster Engine and Application Programming 
Interfaces
 License:BSD-3-Clause
 Group:  Productivity/Clustering/HA
-Version:1.4.3
+Version:1.4.5
 Release:0
 Url:http://www.corosync.org
 Source0:
http://build.clusterlabs.org/%{name}/releases/%{name}-%{version}.tar.gz
@@ -38,6 +38,8 @@
 Patch2: corosync-revert-cs2429.patch
 Patch4: corosync.conf.example.patch
 Patch5: corosync-cpg-procdown.patch
+Patch6: corosync_reduce_RR_priority.patch
+Patch7: fix-nodeid-conflicting.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Runtime bits
 Requires:   libcorosync4 = %{version}-%{release}
@@ -65,6 +67,8 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
 %if 0%{?buildtrunk} == 1
@@ -144,6 +148,7 @@
 %{_libexecdir}/lcrso/vsf_ykd.lcrso
 %dir %{_localstatedir}/lib/corosync
 %dir %{_localstatedir}/log/cluster
+%{_mandir}/man8/confdb_keys.8*
 %{_mandir}/man8/corosync_overview.8*
 %{_mandir}/man8/corosync.8*
 %{_mandir}/man8/corosync-blackbox.8*

++ corosync-1.4.3.tar.gz - corosync-1.4.5.tar.gz ++
 13421 lines of diff (skipped)

++ corosync_reduce_RR_priority.patch ++
Index: corosync-1.4.4/exec/main.c
===
--- corosync-1.4.4.orig/exec/main.c
+++ corosync-1.4.4/exec/main.c
@@ -1268,7 +1268,8 @@ static void corosync_setscheduler (void)
 #if defined(HAVE_PTHREAD_SETSCHEDPARAM)  
defined(HAVE_SCHED_GET_PRIORITY_MAX)  defined(HAVE_SCHED_SETSCHEDULER)
int res;
 
-   sched_priority = sched_get_priority_max (SCHED_RR);
+   /*use the minimal priority same as pacemaker */
+   sched_priority = sched_get_priority_min (SCHED_RR);
if (sched_priority != -1) {
global_sched_param.sched_priority = sched_priority;
res = sched_setscheduler (0, SCHED_RR, global_sched_param);
++ fix-nodeid-conflicting.patch ++
Index: corosync-1.4.5/conf/corosync.conf.example
===
--- corosync-1.4.5.orig/conf/corosync.conf.example
+++ corosync-1.4.5/conf/corosync.conf.example
@@ -41,7 +41,10 

commit ddclient for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package ddclient for openSUSE:Factory 
checked in at 2013-05-27 09:44:18

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


Package is ddclient

Changes:

--- /work/SRC/openSUSE:Factory/ddclient/ddclient.changes2013-05-16 
09:49:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ddclient.new/ddclient.changes   2013-05-27 
09:44:19.0 +0200
@@ -1,0 +2,9 @@
+Thu May 16 13:23:40 UTC 2013 - seife+...@b1-systems.com
+
+- more init-script fixes:
+  - startproc now needs the pidfile parameter (or it woulld look
+for perl.pid. Sorry, should have run more tests.
+  - while I'm at it, get the pidfile from the config file in case
+the user would have changed it
+
+---



Other differences:
--
++ rc.ddclient ++
--- /var/tmp/diff_new_pack.sMD8zG/_old  2013-05-27 09:44:20.0 +0200
+++ /var/tmp/diff_new_pack.sMD8zG/_new  2013-05-27 09:44:20.0 +0200
@@ -42,6 +42,10 @@
 else
   dd_use=-use=if -if ppp0
 fi
+# extract pid= from config, strip trailing comments and trailing whitespace...
+pid_file=`sed -n '/^pid=/{s@#.*$@@;s@[[:space:]]*$@@;s@^pid=@@;p}' 
/etc/ddclient.conf`
+# default is /var/run/ddclient.pid
+[ -z $pid_file ]  pid_file=/var/run/ddclient.pid
 
 # Shell functions sourced from /etc/rc.status:
 #  rc_check check and set local and overall rc status
@@ -77,14 +81,14 @@
echo -n Starting ddclient daemon :
# startproc does check the name of the binary, and this is perl in 
this case,
# so better start it this way or systemd will not know it is running
-   /sbin/startproc /usr/bin/perl $DDCLIENT_BIN -daemon $dd_intervall 
$dd_use $DDCLIENT_OPTIONS -pid /var/run/ddclient.pid
+   /sbin/startproc -p $pid_file /usr/bin/perl $DDCLIENT_BIN -daemon 
$dd_intervall $dd_use $DDCLIENT_OPTIONS -pid $pid_file
 
# remember status and be verbose
rc_status -v
;;
   stop)
echo -n Shutting down ddclient daemon :
-   /sbin/killproc -p /var/run/ddclient.pid -TERM /usr/bin/perl
+   /sbin/killproc -p $pid_file -TERM /usr/bin/perl
 
# remember status and be verbose
rc_status -v
@@ -117,7 +121,7 @@
;;
   status)
echo -n Checking for service ddclient :
-   /sbin/checkproc -p /var/run/ddclient.pid /usr/bin/perl
+   /sbin/checkproc -p $pid_file /usr/bin/perl
 
# remember status and be verbose
rc_status -v

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



commit debootstrap for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2013-05-27 09:45:24

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


Package is debootstrap

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2013-05-06 
09:51:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2013-05-27 09:45:26.0 +0200
@@ -1,0 +2,16 @@
+Sat May 18 04:47:14 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.51
+* Add (Ubuntu) saucy as a symlink to gutsy (deb#706989).
+* Clarify location of pkgdetails.c in error message (deb#708771).
+* Resolve mount point symlinks relative to the target chroot before
+  unmounting them (deb#702861, deb#703037, deb#704744).
+
+---
+Fri May 17 20:58:30 UTC 2013 - frank.lichtenh...@sophos.com
+
+- update to 1.0.50
+* Report package version information on package retrieve and validation.
+  deb#697675
+
+---

Old:

  debootstrap_1.0.49.tar.gz

New:

  debootstrap_1.0.51.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.G21agI/_old  2013-05-27 09:45:27.0 +0200
+++ /var/tmp/diff_new_pack.G21agI/_new  2013-05-27 09:45:27.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.49
+Version:1.0.51
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -42,7 +42,7 @@
 Anthony Towns
 
 %prep
-%setup -n %{name}
+%setup
 %patch0 -p1
 
 %build

++ debootstrap_1.0.49.tar.gz - debootstrap_1.0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debian/changelog 
new/debootstrap-1.0.51/debian/changelog
--- old/debootstrap/debian/changelog2013-05-05 05:38:31.0 +0200
+++ new/debootstrap-1.0.51/debian/changelog 2013-05-19 00:18:10.0 
+0200
@@ -1,3 +1,23 @@
+debootstrap (1.0.51) unstable; urgency=low
+
+  [ Scott Kitterman ]
+  * Add (Ubuntu) saucy as a symlink to gutsy (closes: #706989).
+
+  [ Colin Watson ]
+  * Clarify location of pkgdetails.c in error message (closes: #708771).
+  * Resolve mount point symlinks relative to the target chroot before
+unmounting them (closes: #702861, #703037, #704744).
+
+ -- Colin Watson cjwat...@debian.org  Sat, 18 May 2013 23:18:08 +0100
+
+debootstrap (1.0.50) unstable; urgency=low
+
+  [ Hector Oron ]
+  * Report package version information on package retrieve and validation.
+Closes: #697675
+
+ -- Christian Perrier bubu...@debian.org  Fri, 17 May 2013 13:34:34 +0200
+
 debootstrap (1.0.49) unstable; urgency=medium
 
   * Add support for jessie. Closes: #706788
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/debootstrap 
new/debootstrap-1.0.51/debootstrap
--- old/debootstrap/debootstrap 2012-11-22 00:19:40.0 +0100
+++ new/debootstrap-1.0.51/debootstrap  2013-05-18 23:39:44.0 +0200
@@ -122,7 +122,7 @@
 ###
 
 if [ -z $PKGDETAILS ]; then
-   error 1 NO_PKGDETAILS No pkgdetails available; either install perl, or 
build pkgdetails.c from source
+   error 1 NO_PKGDETAILS No pkgdetails available; either install perl, or 
build pkgdetails.c from the base-installer source package
 fi
 
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap/functions 
new/debootstrap-1.0.51/functions
--- old/debootstrap/functions   2013-03-28 18:34:00.0 +0100
+++ new/debootstrap-1.0.51/functions2013-05-19 00:13:36.0 +0200
@@ -276,8 +276,10 @@
# args: from dest 'nocache'
# args: from dest [checksum size] [alt {checksum size type}]
local displayname
+   local versionname
if [ ${2%.deb} != $2 ]; then
displayname=$(echo $2 | sed 's,^.*/,,;s,_.*$,,')
+   versionname=$(echo $2 | sed 's,^.*/,,' | cut -d_ -f2)
else
displayname=$(echo $1 | sed 's,^.*/,,')
fi
@@ -288,7 +290,7 @@
elif [ $3 = nocache ]; then
rm -f $2
else
-   info VALIDATING Validating %s $displayname
+   info VALIDATING Validating %s %s $displayname 
$versionname
if verify_checksum $2 $3 $4; then
return 0

commit e17 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package e17 for openSUSE:Factory checked in 
at 2013-05-27 09:45:38

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


Package is e17

Changes:

--- /work/SRC/openSUSE:Factory/e17/e17.changes  2013-04-17 23:02:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.e17.new/e17.changes 2013-05-27 
09:45:39.0 +0200
@@ -1,0 +2,12 @@
+Fri May 17 00:32:17 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 0.17.3
+  Improvements:
+* improve efm mouse movement detection for icons
+* add check for vmware window in another spot to disable key remapping
+
+  Fixes:
+* fixed theme bug which prevented windows from unshading correctly when
+animations were disabled
+
+---

Old:

  enlightenment-0.17.2.1.tar.bz2

New:

  enlightenment-0.17.3.tar.bz2



Other differences:
--
++ e17.spec ++
--- /var/tmp/diff_new_pack.7YQEJV/_old  2013-05-27 09:45:42.0 +0200
+++ /var/tmp/diff_new_pack.7YQEJV/_new  2013-05-27 09:45:42.0 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define efl_release 1.7.6
+%define efl_release 1.7.7
 
 %define generate_manpages 0
 
 Name:   e17
-Version:0.17.2.1
+Version:0.17.3
 Release:0
 Summary:The window manager
 License:BSD-2-Clause

++ enlightenment-0.17.2.1.tar.bz2 - enlightenment-0.17.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/e17/enlightenment-0.17.2.1.tar.bz2 
/work/SRC/openSUSE:Factory/.e17.new/enlightenment-0.17.3.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 e_dbus for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2013-05-27 09:46:10

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


Package is e_dbus

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2013-04-17 
23:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2013-05-27 
09:46:11.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:53:17 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  e_dbus-1.7.6.tar.bz2

New:

  e_dbus-1.7.7.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.6YNnII/_old  2013-05-27 09:46:12.0 +0200
+++ /var/tmp/diff_new_pack.6YNnII/_new  2013-05-27 09:46:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   e_dbus
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Dbus wrapping and glue layer library
 License:BSD-2-Clause

++ e_dbus-1.7.6.tar.bz2 - e_dbus-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.6/NEWS new/e_dbus-1.7.7/NEWS
--- old/e_dbus-1.7.6/NEWS   2013-04-04 21:42:04.0 +0200
+++ new/e_dbus-1.7.7/NEWS   2013-05-11 20:10:28.0 +0200
@@ -1,4 +1,10 @@
-E_dbus 1.7.5
+E_dbus 1.7.7
+
+Changes since E_dbus 1.7.6:
+---
+
+No changes, just updating to keep in sync with last release.
+
 
 Changes since E_dbus 1.7.5:
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.6/configure new/e_dbus-1.7.7/configure
--- old/e_dbus-1.7.6/configure  2013-04-05 00:36:06.0 +0200
+++ new/e_dbus-1.7.7/configure  2013-05-11 21:48:50.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for e_dbus 1.7.6.
+# Generated by GNU Autoconf 2.68 for e_dbus 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='e_dbus'
 PACKAGE_TARNAME='e_dbus'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='e_dbus 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='e_dbus 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1438,7 +1438,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 e_dbus 1.7.6 to adapt to many kinds of systems.
+\`configure' configures e_dbus 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1508,7 +1508,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of e_dbus 1.7.6:;;
+ short | recursive ) echo Configuration of e_dbus 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1700,7 +1700,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-e_dbus configure 1.7.6
+e_dbus configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2032,7 +2032,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by e_dbus $as_me 1.7.6, which was
+It was created by e_dbus $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2856,7 +2856,7 @@
 
 # Define the identity of the package.
  PACKAGE='e_dbus'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11815,7 +11815,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11823,7 +11823,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -11855,13 +11855,13 @@
   ;;
 esac
 
-requirement_ebluez=edbus = 1.7.6
-requirement_econnman0_7x=edbus = 1.7.6
-requirement_edbus=ecore = 1.7.6 eina = 1.7.6 dbus-1 = 0.62
-requirement_ehal=edbus = 1.7.6
-requirement_enotify=edbus = 1.7.6
-requirement_eofono=edbus = 1.7.6
-requirement_eukit=edbus = 1.7.6
+requirement_ebluez=edbus = 1.7.7
+requirement_econnman0_7x=edbus = 1.7.7
+requirement_edbus=ecore = 1.7.7 eina = 1.7.7 dbus-1 = 0.62
+requirement_ehal=edbus = 1.7.7
+requirement_enotify=edbus = 1.7.7
+requirement_eofono=edbus = 1.7.7
+requirement_eukit=edbus = 1.7.7
 
 ### Additional options to configure
 
@@ -13008,8 +13008,8 @@
 case $host_os in
mingw*)
   if test -n 

commit edje for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package edje for openSUSE:Factory checked in 
at 2013-05-27 09:46:40

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


Package is edje

Changes:

--- /work/SRC/openSUSE:Factory/edje/edje.changes2013-04-24 
12:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.edje.new/edje.changes   2013-05-27 
09:46:41.0 +0200
@@ -1,0 +2,7 @@
+Thu May 16 09:51:01 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  Fixes:
+* fix custom states for proxy parts
+
+---

Old:

  edje-1.7.6.tar.bz2

New:

  edje-1.7.7.tar.bz2



Other differences:
--
++ edje.spec ++
--- /var/tmp/diff_new_pack.tbWu1x/_old  2013-05-27 09:46:42.0 +0200
+++ /var/tmp/diff_new_pack.tbWu1x/_new  2013-05-27 09:46:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   edje
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Abstract GUI layout and animation object library
 License:BSD-2-Clause and GPL-2.0

++ edje-1.7.6.tar.bz2 - edje-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/edje-1.7.6/ChangeLog new/edje-1.7.7/ChangeLog
--- old/edje-1.7.6/ChangeLog2013-04-04 22:49:46.0 +0200
+++ new/edje-1.7.7/ChangeLog2013-05-11 19:00:23.0 +0200
@@ -698,3 +698,7 @@
 2013-04-04  Rafael Antognolli
 
 * 1.7.6 release
+
+2013-05-08  Mike Blumenkrantz
+
+* Edje: fix custom states for proxy parts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/edje-1.7.6/NEWS new/edje-1.7.7/NEWS
--- old/edje-1.7.6/NEWS 2013-04-04 21:42:04.0 +0200
+++ new/edje-1.7.7/NEWS 2013-05-11 19:00:23.0 +0200
@@ -1,3 +1,11 @@
+Edje 1.7.7
+
+Changes since Edje 1.7.6:
+-
+
+Fixes:
+* fix custom states for proxy parts
+
 Edje 1.7.6
 
 Changes since Edje 1.7.5:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/edje-1.7.6/configure new/edje-1.7.7/configure
--- old/edje-1.7.6/configure2013-04-05 00:32:07.0 +0200
+++ new/edje-1.7.7/configure2013-05-11 21:45:04.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for edje 1.7.6.
+# Generated by GNU Autoconf 2.68 for edje 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='edje'
 PACKAGE_TARNAME='edje'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='edje 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='edje 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1472,7 +1472,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 edje 1.7.6 to adapt to many kinds of systems.
+\`configure' configures edje 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1542,7 +1542,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of edje 1.7.6:;;
+ short | recursive ) echo Configuration of edje 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1745,7 +1745,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-edje configure 1.7.6
+edje configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2168,7 +2168,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by edje $as_me 1.7.6, which was
+It was created by edje $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2992,7 +2992,7 @@
 
 # Define the identity of the package.
  PACKAGE='edje'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11951,7 +11951,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11959,7 +11959,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -13677,12 +13677,12 @@
 pkg_cv_EVIL_CFLAGS=$EVIL_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.6\; } 5
-  ($PKG_CONFIG --exists --print-errors evil = 1.7.6) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 

commit eet for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package eet for openSUSE:Factory checked in 
at 2013-05-27 09:46:45

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


Package is eet

Changes:

--- /work/SRC/openSUSE:Factory/eet/eet.changes  2013-04-17 23:03:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eet.new/eet.changes 2013-05-27 
09:46:46.0 +0200
@@ -1,0 +2,6 @@
+Wed May 15 11:15:17 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  eet-1.7.6.tar.bz2

New:

  eet-1.7.7.tar.bz2



Other differences:
--
++ eet.spec ++
--- /var/tmp/diff_new_pack.5FdH0W/_old  2013-05-27 09:46:47.0 +0200
+++ /var/tmp/diff_new_pack.5FdH0W/_new  2013-05-27 09:46:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eet
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Data encode/decode and storage library
 License:BSD-2-Clause

++ eet-1.7.6.tar.bz2 - eet-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eet-1.7.6/NEWS new/eet-1.7.7/NEWS
--- old/eet-1.7.6/NEWS  2013-01-14 19:04:51.0 +0100
+++ new/eet-1.7.7/NEWS  2013-05-11 20:11:14.0 +0200
@@ -1,4 +1,10 @@
-Eet 1.7.6
+Eet 1.7.7
+
+Changes since Eet 1.7.6:
+--
+
+* No changes, increasing version to keep in sync with latest release.
+
 
 Changes since Eet 1.7.5:
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eet-1.7.6/configure new/eet-1.7.7/configure
--- old/eet-1.7.6/configure 2013-04-05 00:15:32.0 +0200
+++ new/eet-1.7.7/configure 2013-05-11 21:30:28.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for eet 1.7.6.
+# Generated by GNU Autoconf 2.68 for eet 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='eet'
 PACKAGE_TARNAME='eet'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='eet 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='eet 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1352,7 +1352,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 eet 1.7.6 to adapt to many kinds of systems.
+\`configure' configures eet 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of eet 1.7.6:;;
+ short | recursive ) echo Configuration of eet 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1559,7 +1559,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-eet configure 1.7.6
+eet configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1982,7 +1982,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by eet $as_me 1.7.6, which was
+It was created by eet $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2806,7 +2806,7 @@
 
 # Define the identity of the package.
  PACKAGE='eet'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11828,7 +11828,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11836,7 +11836,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -13100,12 +13100,12 @@
 pkg_cv_GNUTLS_CFLAGS=$GNUTLS_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \gnutls = 1.7.6\; } 5
-  ($PKG_CONFIG --exists --print-errors gnutls = 1.7.6) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \gnutls = 1.7.7\; } 5
+  ($PKG_CONFIG --exists --print-errors gnutls = 1.7.7) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls = 1.7.6 2/dev/null`
+  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls = 1.7.7 2/dev/null`
 else
   pkg_failed=yes
 fi
@@ -13116,12 +13116,12 @@
 pkg_cv_GNUTLS_LIBS=$GNUTLS_LIBS
  

commit eeze for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package eeze for openSUSE:Factory checked in 
at 2013-05-27 09:46:55

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


Package is eeze

Changes:

--- /work/SRC/openSUSE:Factory/eeze/eeze.changes2013-04-17 
23:03:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.eeze.new/eeze.changes   2013-05-27 
09:46:56.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:58:43 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  eeze-1.7.6.tar.bz2

New:

  eeze-1.7.7.tar.bz2



Other differences:
--
++ eeze.spec ++
--- /var/tmp/diff_new_pack.mL36NL/_old  2013-05-27 09:46:57.0 +0200
+++ /var/tmp/diff_new_pack.mL36NL/_new  2013-05-27 09:46:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eeze
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Device abstraction library
 License:BSD-2-Clause

++ eeze-1.7.6.tar.bz2 - eeze-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eeze-1.7.6/NEWS new/eeze-1.7.7/NEWS
--- old/eeze-1.7.6/NEWS 2013-04-04 21:42:04.0 +0200
+++ new/eeze-1.7.7/NEWS 2013-05-11 20:12:32.0 +0200
@@ -1,4 +1,16 @@
-Eeze 1.7.5
+Eeze 1.7.7
+
+Changes since Eeze 1.7.6:
+-
+
+No changes, just updating to keep in sync with last release.
+
+
+Changes since Eeze 1.7.5:
+-
+
+No changes, just updating to keep in sync with last release.
+
 
 Changes since Eeze 1.7.4:
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eeze-1.7.6/configure new/eeze-1.7.7/configure
--- old/eeze-1.7.6/configure2013-04-05 00:38:12.0 +0200
+++ new/eeze-1.7.7/configure2013-05-11 21:50:42.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for eeze 1.7.6.
+# Generated by GNU Autoconf 2.68 for eeze 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='eeze'
 PACKAGE_TARNAME='eeze'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='eeze 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='eeze 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1363,7 +1363,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 eeze 1.7.6 to adapt to many kinds of systems.
+\`configure' configures eeze 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1433,7 +1433,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of eeze 1.7.6:;;
+ short | recursive ) echo Configuration of eeze 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1570,7 +1570,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-eeze configure 1.7.6
+eeze configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1993,7 +1993,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by eeze $as_me 1.7.6, which was
+It was created by eeze $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2817,7 +2817,7 @@
 
 # Define the identity of the package.
  PACKAGE='eeze'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11481,7 +11481,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11489,7 +11489,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -11503,7 +11503,7 @@
 
 
 
-requirement_eeze=ecore = 1.7.6 eina = 1.7.6 libudev
+requirement_eeze=ecore = 1.7.7 eina = 1.7.7 libudev
 
 
 ### Checks for programs
@@ -12911,12 +12911,12 @@
 pkg_cv_ECORE_FILE_CFLAGS=$ECORE_FILE_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \ecore-file = 1.7.6\; } 5
-  ($PKG_CONFIG --exists --print-errors ecore-file = 1.7.6) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \ecore-file = 1.7.7\; } 5
+  ($PKG_CONFIG --exists --print-errors ecore-file = 1.7.7) 25
   ac_status=$?
   

commit efreet for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package efreet for openSUSE:Factory checked 
in at 2013-05-27 09:47:05

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


Package is efreet

Changes:

--- /work/SRC/openSUSE:Factory/efreet/efreet.changes2013-04-17 
23:03:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.efreet.new/efreet.changes   2013-05-27 
09:47:07.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:53:54 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  efreet-1.7.6.tar.bz2

New:

  efreet-1.7.7.tar.bz2



Other differences:
--
++ efreet.spec ++
--- /var/tmp/diff_new_pack.MrRbak/_old  2013-05-27 09:47:08.0 +0200
+++ /var/tmp/diff_new_pack.MrRbak/_new  2013-05-27 09:47:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   efreet
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:FreeDesktop.org standards compatibility library
 License:BSD-2-Clause

++ efreet-1.7.6.tar.bz2 - efreet-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/efreet-1.7.6/NEWS new/efreet-1.7.7/NEWS
--- old/efreet-1.7.6/NEWS   2013-04-04 21:42:04.0 +0200
+++ new/efreet-1.7.7/NEWS   2013-05-11 20:13:44.0 +0200
@@ -1,4 +1,10 @@
-Efreet 1.7.6
+Efreet 1.7.7
+
+Changes since Efreet 1.7.6:
+---
+
+No changes, just updating to keep in sync with latest release.
+
 
 Changes since Efreet 1.7.5:
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/efreet-1.7.6/configure new/efreet-1.7.7/configure
--- old/efreet-1.7.6/configure  2013-04-05 00:34:38.0 +0200
+++ new/efreet-1.7.7/configure  2013-05-11 21:47:25.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for efreet 1.7.6.
+# Generated by GNU Autoconf 2.68 for efreet 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='efreet'
 PACKAGE_TARNAME='efreet'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='efreet 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='efreet 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1370,7 +1370,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 efreet 1.7.6 to adapt to many kinds of systems.
+\`configure' configures efreet 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1440,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of efreet 1.7.6:;;
+ short | recursive ) echo Configuration of efreet 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1572,7 +1572,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-efreet configure 1.7.6
+efreet configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1995,7 +1995,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by efreet $as_me 1.7.6, which was
+It was created by efreet $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2820,7 +2820,7 @@
 
 # Define the identity of the package.
  PACKAGE='efreet'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11779,7 +11779,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11787,7 +11787,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -14767,12 +14767,12 @@
 pkg_cv_EVIL_CFLAGS=$EVIL_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.6\; } 5
-  ($PKG_CONFIG --exists --print-errors evil = 1.7.6) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.7\; } 5
+  ($PKG_CONFIG --exists --print-errors evil = 1.7.7) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  pkg_cv_EVIL_CFLAGS=`$PKG_CONFIG --cflags evil = 1.7.6 2/dev/null`
+  pkg_cv_EVIL_CFLAGS=`$PKG_CONFIG --cflags evil = 

commit eio for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package eio for openSUSE:Factory checked in 
at 2013-05-27 09:47:34

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


Package is eio

Changes:

--- /work/SRC/openSUSE:Factory/eio/eio.changes  2013-04-24 15:50:04.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eio.new/eio.changes 2013-05-27 
09:47:35.0 +0200
@@ -1,0 +2,11 @@
+Thu May 16 13:09:25 UTC 2013 - sleep_wal...@suse.cz
+
+- enable examples again
+
+---
+Thu May 16 09:50:07 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  eio-1.7.6.tar.bz2

New:

  eio-1.7.7.tar.bz2



Other differences:
--
++ eio.spec ++
--- /var/tmp/diff_new_pack.IrKbcR/_old  2013-05-27 09:47:36.0 +0200
+++ /var/tmp/diff_new_pack.IrKbcR/_new  2013-05-27 09:47:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eio
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Extension of ecore for parallel io operations
 License:LGPL-2.1
@@ -70,16 +70,12 @@
 %description doc-html
 Documentation of Eio library in form of HTML pages.
 
-# eio-1.7.6 doesn't have any examples packed
-# investigating upstream
-# let's comment this out for now
-#
-#%package examples
-#Summary:Eina usage examples
-#Group:  Documentation/Other
+%package examples
+Summary:Eina usage examples
+Group:  Documentation/Other
 
-#%description examples
-#Examples of usage of Eina library.
+%description examples
+Examples of usage of Eina library.
 
 %prep
 %setup -q
@@ -131,9 +127,9 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
-# %files examples
-# %defattr(-, root, root)
-# %dir %{_datadir}/%{name}
-# %{_datadir}/%{name}/examples
+%files examples
+%defattr(-, root, root)
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/examples
 
 %changelog

++ eio-1.7.6.tar.bz2 - eio-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eio-1.7.6/ChangeLog new/eio-1.7.7/ChangeLog
--- old/eio-1.7.6/ChangeLog 2013-04-04 22:49:46.0 +0200
+++ new/eio-1.7.7/ChangeLog 2013-04-09 19:13:21.0 +0200
@@ -111,3 +111,11 @@
 2013-04-04  Rafael Antognolli
 
 * 1.7.6 release
+
+2013-04-06  Rafael Antognolli
+
+* Fix examples sources installation.
+
+2013-04-09  Rafael Antognolli
+
+* 1.7.6.1 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eio-1.7.6/NEWS new/eio-1.7.7/NEWS
--- old/eio-1.7.6/NEWS  2013-04-04 21:42:04.0 +0200
+++ new/eio-1.7.7/NEWS  2013-05-11 20:16:29.0 +0200
@@ -1,4 +1,10 @@
-Eio 1.7.6
+Eio 1.7.7
+
+Changes since Eio 1.7.6:
+-
+
+No changes, just updating to keep in sync with last release.
+
 
 Changes since Eio 1.7.5:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eio-1.7.6/configure new/eio-1.7.7/configure
--- old/eio-1.7.6/configure 2013-04-05 00:31:22.0 +0200
+++ new/eio-1.7.7/configure 2013-05-11 21:44:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for eio 1.7.6.
+# Generated by GNU Autoconf 2.68 for eio 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='eio'
 PACKAGE_TARNAME='eio'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='eio 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='eio 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1334,7 +1334,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 eio 1.7.6 to adapt to many kinds of systems.
+\`configure' configures eio 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1404,7 +1404,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of eio 1.7.6:;;
+ short | recursive ) echo Configuration of eio 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1527,7 +1527,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-eio configure 1.7.6
+eio configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1896,7 +1896,7 @@
 

commit elementary for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package elementary for openSUSE:Factory 
checked in at 2013-05-27 09:48:05

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


Package is elementary

Changes:

--- /work/SRC/openSUSE:Factory/elementary/elementary.changes2013-04-17 
23:04:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes   
2013-05-27 09:48:07.0 +0200
@@ -1,0 +2,11 @@
+Thu May 16 10:01:34 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  Fixes:
+
+   * Quit the scroll animator if the scroller don't have a bounce and
+ reach a edge.
+   * Fix the scroller show by a page if the page size is set and the
+ region_bring_in or region_show is called.
+
+---

Old:

  elementary-1.7.6.tar.bz2

New:

  elementary-1.7.7.tar.bz2



Other differences:
--
++ elementary.spec ++
--- /var/tmp/diff_new_pack.YxmZZ8/_old  2013-05-27 09:48:08.0 +0200
+++ /var/tmp/diff_new_pack.YxmZZ8/_new  2013-05-27 09:48:08.0 +0200
@@ -19,7 +19,7 @@
 %define build_doc 0%{?mandriva_version} == 20101 || 0%{?centos_version} == 6
 
 Name:   elementary
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:The widget set for enlightenment
 License:LGPL-2.1

++ elementary-1.7.6.tar.bz2 - elementary-1.7.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/elementary/elementary-1.7.6.tar.bz2 
/work/SRC/openSUSE:Factory/.elementary.new/elementary-1.7.7.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 embryo for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package embryo for openSUSE:Factory checked 
in at 2013-05-27 09:48:12

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


Package is embryo

Changes:

--- /work/SRC/openSUSE:Factory/embryo/embryo.changes2013-04-17 
23:04:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.embryo.new/embryo.changes   2013-05-27 
09:48:13.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 10:00:02 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  embryo-1.7.6.tar.bz2

New:

  embryo-1.7.7.tar.bz2



Other differences:
--
++ embryo.spec ++
--- /var/tmp/diff_new_pack.jCi8mq/_old  2013-05-27 09:48:14.0 +0200
+++ /var/tmp/diff_new_pack.jCi8mq/_new  2013-05-27 09:48:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   embryo
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Small Pawn based virtual machine and compiler
 License:BSD-2-Clause and Zlib

++ embryo-1.7.6.tar.bz2 - embryo-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.6/NEWS new/embryo-1.7.7/NEWS
--- old/embryo-1.7.6/NEWS   2013-04-04 21:42:04.0 +0200
+++ new/embryo-1.7.7/NEWS   2013-05-11 20:09:13.0 +0200
@@ -1,4 +1,16 @@
-Embryo 1.7.5
+Embryo 1.7.7
+
+Changes since Embryo 1.7.6:
+---
+
+No changes, just updating to keep in sync with last release.
+
+
+Changes since Embryo 1.7.5:
+---
+
+No changes, just updating to keep in sync with last release.
+
 
 Changes since Embryo 1.7.4:
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.6/configure new/embryo-1.7.7/configure
--- old/embryo-1.7.6/configure  2013-04-05 00:30:48.0 +0200
+++ new/embryo-1.7.7/configure  2013-05-11 21:43:43.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for embryo 1.7.6.
+# Generated by GNU Autoconf 2.68 for embryo 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='embryo'
 PACKAGE_TARNAME='embryo'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='embryo 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='embryo 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1333,7 +1333,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 embryo 1.7.6 to adapt to many kinds of systems.
+\`configure' configures embryo 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of embryo 1.7.6:;;
+ short | recursive ) echo Configuration of embryo 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1521,7 +1521,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-embryo configure 1.7.6
+embryo configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1944,7 +1944,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by embryo $as_me 1.7.6, which was
+It was created by embryo $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2768,7 +2768,7 @@
 
 # Define the identity of the package.
  PACKAGE='embryo'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -11727,7 +11727,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -11735,7 +11735,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -12777,12 +12777,12 @@
 pkg_cv_EVIL_CFLAGS=$EVIL_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.6\; } 5
-  ($PKG_CONFIG --exists --print-errors evil = 1.7.6) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.7\; } 5
+  ($PKG_CONFIG --exists --print-errors evil = 1.7.7) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; 

commit emotion for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package emotion for openSUSE:Factory checked 
in at 2013-05-27 09:48:47

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


Package is emotion

Changes:

--- /work/SRC/openSUSE:Factory/emotion/emotion.changes  2013-04-17 
23:04:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.emotion.new/emotion.changes 2013-05-27 
09:48:49.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 10:00:52 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  emotion-1.7.6.tar.bz2

New:

  emotion-1.7.7.tar.bz2



Other differences:
--
++ emotion.spec ++
--- /var/tmp/diff_new_pack.YdHvT9/_old  2013-05-27 09:48:50.0 +0200
+++ /var/tmp/diff_new_pack.YdHvT9/_new  2013-05-27 09:48:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   emotion
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Media Library for EFL
 License:BSD-2-Clause

++ emotion-1.7.6.tar.bz2 - emotion-1.7.7.tar.bz2 ++
 18027 lines of diff (skipped)

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



commit evas for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-05-27 09:48:59

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


Package is evas

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-04-17 
23:04:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-05-27 
09:49:01.0 +0200
@@ -1,0 +2,19 @@
+Wed May 15 11:29:55 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  Fixes:
+   * Fix over redrawing of Evas_Map when applied on smart object.
+   * Evas font: Fix a bug with cluster size calculation with texts ending
+ with ligatures.
+   * Evas map: don't be crashed even if image size is 0.
+   * Evas: Don't update evas update area by the clipper if the image obj
+ visible is changed.
+   * Evas textblock: Fixed a bug with deletion of ranges that end just before
+ a visual format.
+   * Evas: If an object goes to be hidden without replacing the cur/prev state
+ info, the object context can be corrupted at the next show time. Now it
+ replaces the cur/prev in that rare case.
+   * Fix recursive proxy image rendering to just render black
+   * Evas text: Fixed line size calculation when using multiple fonts.
+
+---

Old:

  evas-1.7.6.1.tar.bz2

New:

  evas-1.7.7.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.aDn18H/_old  2013-05-27 09:49:02.0 +0200
+++ /var/tmp/diff_new_pack.aDn18H/_new  2013-05-27 09:49:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evas
-Version:1.7.6.1
+Version:1.7.7
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
@@ -28,9 +28,9 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
-# SL: added 1.7.6 manually here  due to the 1.7.6.1 version number
-BuildRequires:  eet-devel = 1.7.6
-BuildRequires:  eina-devel = 1.7.6
+# SL: added 1.7.7 manually here  due to the 1.7.6.1 version number
+BuildRequires:  eet-devel = 1.7.7
+BuildRequires:  eina-devel = 1.7.7
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  fribidi-devel
@@ -66,8 +66,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   Mesa-devel
 Requires:   SDL-devel
-Requires:   eet-devel = 1.7.6
-Requires:   eina-devel = 1.7.6
+Requires:   eet-devel = 1.7.7
+Requires:   eina-devel = 1.7.7
 Requires:   fontconfig-devel
 Requires:   freetype2-devel
 Requires:   giflib-devel

++ evas-1.7.6.1.tar.bz2 - evas-1.7.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/evas/evas-1.7.6.1.tar.bz2 
/work/SRC/openSUSE:Factory/.evas.new/evas-1.7.7.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 evas-generic-loaders for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package evas-generic-loaders for 
openSUSE:Factory checked in at 2013-05-27 09:49:05

Comparing /work/SRC/openSUSE:Factory/evas-generic-loaders (Old)
 and  /work/SRC/openSUSE:Factory/.evas-generic-loaders.new (New)


Package is evas-generic-loaders

Changes:

--- 
/work/SRC/openSUSE:Factory/evas-generic-loaders/evas-generic-loaders.changes
2013-04-08 14:02:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evas-generic-loaders.new/evas-generic-loaders.changes
   2013-05-27 09:49:06.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:52:31 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  evas_generic_loaders-1.7.6.tar.bz2

New:

  evas_generic_loaders-1.7.7.tar.bz2



Other differences:
--
++ evas-generic-loaders.spec ++
--- /var/tmp/diff_new_pack.0tEv35/_old  2013-05-27 09:49:06.0 +0200
+++ /var/tmp/diff_new_pack.0tEv35/_new  2013-05-27 09:49:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evas-generic-loaders
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Set of generic loaders for Evas
 License:GPL-2.0+

++ evas_generic_loaders-1.7.6.tar.bz2 - evas_generic_loaders-1.7.7.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.6/NEWS 
new/evas_generic_loaders-1.7.7/NEWS
--- old/evas_generic_loaders-1.7.6/NEWS 2013-04-04 21:42:04.0 +0200
+++ new/evas_generic_loaders-1.7.7/NEWS 2013-05-11 20:23:30.0 +0200
@@ -1,4 +1,14 @@
-Evas Generic Loaders 1.7.5
+Evas Generic Loaders 1.7.7
+
+Changes since Evas Generic Loaders 1.7.6:
+-
+
+No changes, just updating to keep in sync with last release.
+
+Changes since Evas Generic Loaders 1.7.5:
+-
+
+No changes, just updating to keep in sync with last release.
 
 Changes since Evas Generic Loaders 1.7.4:
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.6/configure 
new/evas_generic_loaders-1.7.7/configure
--- old/evas_generic_loaders-1.7.6/configure2013-04-05 00:40:17.0 
+0200
+++ new/evas_generic_loaders-1.7.7/configure2013-05-11 21:52:24.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for evas_generic_loaders 1.7.6.
+# Generated by GNU Autoconf 2.68 for evas_generic_loaders 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -560,8 +560,8 @@
 # Identity of this package.
 PACKAGE_NAME='evas_generic_loaders'
 PACKAGE_TARNAME='evas_generic_loaders'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='evas_generic_loaders 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='evas_generic_loaders 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1314,7 +1314,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 evas_generic_loaders 1.7.6 to adapt to many kinds of 
systems.
+\`configure' configures evas_generic_loaders 1.7.7 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evas_generic_loaders 1.7.6:;;
+ short | recursive ) echo Configuration of evas_generic_loaders 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1505,7 +1505,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evas_generic_loaders configure 1.7.6
+evas_generic_loaders configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1845,7 +1845,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evas_generic_loaders $as_me 1.7.6, which was
+It was created by evas_generic_loaders $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2667,7 +2667,7 @@
 
 # Define the identity of the package.
  PACKAGE='evas_generic_loaders'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -2763,7 +2763,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -2771,7 +2771,7 @@
 #define VREV 0
 _ACEOF
 

commit ethumb for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package ethumb for openSUSE:Factory checked 
in at 2013-05-27 09:48:53

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


Package is ethumb

Changes:

--- /work/SRC/openSUSE:Factory/ethumb/ethumb.changes2013-04-17 
23:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethumb.new/ethumb.changes   2013-05-27 
09:48:54.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:54:22 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, increasing version to keep in sync with latest release.
+
+---

Old:

  ethumb-1.7.6.tar.bz2

New:

  ethumb-1.7.7.tar.bz2



Other differences:
--
++ ethumb.spec ++
--- /var/tmp/diff_new_pack.aqM0Kv/_old  2013-05-27 09:48:55.0 +0200
+++ /var/tmp/diff_new_pack.aqM0Kv/_new  2013-05-27 09:48:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethumb
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Thumbnail generation library for EFL
 License:LGPL-2.1

++ ethumb-1.7.6.tar.bz2 - ethumb-1.7.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethumb-1.7.6/NEWS new/ethumb-1.7.7/NEWS
--- old/ethumb-1.7.6/NEWS   2013-04-04 21:42:04.0 +0200
+++ new/ethumb-1.7.7/NEWS   2013-05-11 20:22:47.0 +0200
@@ -1,4 +1,9 @@
-Ethumb 1.7.5
+Ethumb 1.7.7
+
+Changes since Ethumb 1.7.6:
+---
+
+No changes, just updating to keep in sync with last release.
 
 Changes since Ethumb 1.7.5:
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethumb-1.7.6/configure new/ethumb-1.7.7/configure
--- old/ethumb-1.7.6/configure  2013-04-05 00:42:11.0 +0200
+++ new/ethumb-1.7.7/configure  2013-05-11 21:54:22.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for ethumb 1.7.6.
+# Generated by GNU Autoconf 2.68 for ethumb 1.7.7.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethumb'
 PACKAGE_TARNAME='ethumb'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='ethumb 1.7.6'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='ethumb 1.7.7'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1395,7 +1395,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 ethumb 1.7.6 to adapt to many kinds of systems.
+\`configure' configures ethumb 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1465,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of ethumb 1.7.6:;;
+ short | recursive ) echo Configuration of ethumb 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1629,7 +1629,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-ethumb configure 1.7.6
+ethumb configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1907,7 +1907,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethumb $as_me 1.7.6, which was
+It was created by ethumb $as_me 1.7.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2921,7 +2921,7 @@
 
 # Define the identity of the package.
  PACKAGE='ethumb'
- VERSION='1.7.6'
+ VERSION='1.7.7'
 
 
 cat confdefs.h _ACEOF
@@ -3038,7 +3038,7 @@
 
 
 cat confdefs.h _ACEOF
-#define VMIC 6
+#define VMIC 7
 _ACEOF
 
 
@@ -3046,7 +3046,7 @@
 #define VREV 0
 _ACEOF
 
-version_info=8:6:7
+version_info=8:7:7
 release_info=
 
 
@@ -12236,12 +12236,12 @@
 pkg_cv_EVIL_CFLAGS=$EVIL_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.6\; } 5
-  ($PKG_CONFIG --exists --print-errors evil = 1.7.6) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \evil = 1.7.7\; } 5
+  ($PKG_CONFIG --exists --print-errors evil = 1.7.7) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  pkg_cv_EVIL_CFLAGS=`$PKG_CONFIG --cflags evil = 1.7.6 2/dev/null`
+  pkg_cv_EVIL_CFLAGS=`$PKG_CONFIG --cflags evil = 1.7.7 2/dev/null`
 else
   

commit fontconfig for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2013-05-27 09:49:20

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


Package is fontconfig

Changes:

--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes2013-05-13 
22:47:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes   
2013-05-27 09:49:21.0 +0200
@@ -1,0 +2,20 @@
+Tue May 21 17:07:35 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 2.10.93
+  + matching native fonts with even :lang=en (fdo#62980)
+  + Ensure closing fp on error
+  + Obtain fonts data via FT_Face instead of opening a file directly
+  + Revert the previous change and rework to not export freetype 
+API outside fcfreetype.c
+  + documented FC_HASH and FC_POSTSCRIPT_NAME
+  + make check fails: .. contents:: :depth: 2 (fdo#63329)
+  + Use the glob matching for filename
+  + conf.d/README outdated (fdo#63452
+  + Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
+  + FcFreeTypeQueryFace fails on postscripts fonts loaded 
+from memory (fdo#63922)
+  + build-chain, replace INCLUDES directive by AM_CPPFLAGS
+- dropped conf.d-readme-templatedir.patch (upstreamed)
+- dropped fontconfig-fix-webfont.patch (upstreamed)
+
+---

Old:

  conf.d-readme-templatedir.patch
  fontconfig-2.10.92.tar.bz2
  fontconfig-doc-2.10.92.tar.bz2
  fontconfig-fix-webfont.patch

New:

  fontconfig-2.10.93.tar.bz2
  fontconfig-doc-2.10.93.tar.bz2



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.h3ocGz/_old  2013-05-27 09:49:22.0 +0200
+++ /var/tmp/diff_new_pack.h3ocGz/_new  2013-05-27 09:49:22.0 +0200
@@ -48,7 +48,7 @@
 Obsoletes:  fontconfig-64bit
 %endif
 Requires:   bash
-Version:2.10.92
+Version:2.10.93
 Release:0
 Summary:Library for Font Configuration
 License:MIT
@@ -74,10 +74,6 @@
 Patch0: make-check.patch
 #  suse specific
 Patch1: usr-share-doc-packages.patch
-# to be upstreamed
-Patch2: conf.d-readme-templatedir.patch
-# PATCH-FIX-UPSTREAM fontconfig-fix-webfont.patch bnc#819467 rh#946859 
dims...@opensuse.org -- Fix webfont issue
-Patch3: fontconfig-fix-webfont.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ipa-fonts-config = 003.02
 Obsoletes:  ipa-fonts-config = 003.02
@@ -122,8 +118,6 @@
 %endif
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 # - build with automake 1.13






++ fontconfig-2.10.92.tar.bz2 - fontconfig-2.10.93.tar.bz2 ++
 8581 lines of diff (skipped)

++ fontconfig-doc-2.10.92.tar.bz2 - fontconfig-doc-2.10.93.tar.bz2 ++
 7388 lines of diff (skipped)



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



commit glibc for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2013-05-27 09:49:31

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.changes2013-05-17 
08:26:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2013-05-27 09:49:33.0 +0200
@@ -1,0 +2,10 @@
+Mon May 20 08:26:35 UTC 2013 - sch...@suse.de
+
+- aarch64-sigsetjmp.patch: Fix sigsetjmp on aarch64
+
+---
+Sat May 18 09:34:41 UTC 2013 - sch...@suse.de
+
+- Fix file list for glibc-utils
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  aarch64-sigsetjmp.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.DgPXjl/_old  2013-05-27 09:49:35.0 +0200
+++ /var/tmp/diff_new_pack.DgPXjl/_new  2013-05-27 09:49:35.0 +0200
@@ -261,20 +261,22 @@
 ### 
 # Patches awaiting upstream approval
 ###
-# PATCH-FIX-OPENSUSE Fix LD_PROFILE (glibc bug#13818) - a...@suse.de
+# PATCH-FIX-UPSTREAM Fix LD_PROFILE (glibc bug#13818) - a...@suse.de
 Patch2008:  glibc-ld-profile.patch
-# PATCH-FIX-OPENSUSE Properly check for short writes when sending the response 
in nscd
+# PATCH-FIX-UPSTREAM Properly check for short writes when sending the response 
in nscd
 Patch2010:  nscd-short-write.patch
-# PATCH-FIX-OPENSUSE Update BIG5-HKSCS charmap to HKSCS-2008
+# PATCH-FIX-UPSTREAM Update BIG5-HKSCS charmap to HKSCS-2008
 Patch2011:  big5-hkscs-update.patch.bz2
-# PATCH-FIX-OPENSUSE Fix parsing of numeric hosts in gethostbyname_r
+# PATCH-FIX-UPSTREAM Fix parsing of numeric hosts in gethostbyname_r
 Patch2012:  digits-dots.patch
-# PATCH-FIX-OPENSUSE Properly cache the result from looking up the nss 
database config
+# PATCH-FIX-UPSTREAM Properly cache the result from looking up the nss 
database config
 Patch2013:  nss-database.patch
-# PATCH-FIX-OPENSUSE Properly handle %W in strptime
+# PATCH-FIX-UPSTREAM Properly handle %W in strptime
 Patch2014:  strptime-W-week.patch
-# PATCH-FIX-OPENSUSE Revert problematic fixes for [BZ #11741]
+# PATCH-FIX-UPSTREAM Revert problematic fixes for [BZ #11741]
 Patch2015:  printf-overrun.patch
+# PATCH-FIX-UPSTREAM AArch64: Don't clobber argument for tail call to 
__sigjmp_save in sigsetjmp
+Patch2016:  aarch64-sigsetjmp.patch
 
 # Non-glibc patches
 # PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -496,6 +498,7 @@
 %patch2013 -p1
 %patch2014 -p1
 %patch2015 -p1
+%patch2016 -p1
 
 %patch3000
 
@@ -969,6 +972,7 @@
 cd manpages; make install_root=%{buildroot} install; cd ..
 # Remove unwanted files
 rm -f %{buildroot}/%{_lib}/ld*.so* %{buildroot}/%{_lib}/lib[!mp]*
+rm -f %{buildroot}/lib/ld*.so*
 rm -f %{buildroot}%{_libdir}/lib*
 rm -f %{buildroot}%{_bindir}/{catchsegv,ldd*,sprof}
 rm -f %{buildroot}%{_mandir}/man1/[!m]*

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.DgPXjl/_old  2013-05-27 09:49:35.0 +0200
+++ /var/tmp/diff_new_pack.DgPXjl/_new  2013-05-27 09:49:35.0 +0200
@@ -261,20 +261,22 @@
 ### 
 # Patches awaiting upstream approval
 ###
-# PATCH-FIX-OPENSUSE Fix LD_PROFILE (glibc bug#13818) - a...@suse.de
+# PATCH-FIX-UPSTREAM Fix LD_PROFILE (glibc bug#13818) - a...@suse.de
 Patch2008:  glibc-ld-profile.patch
-# PATCH-FIX-OPENSUSE Properly check for short writes when sending the response 
in nscd
+# PATCH-FIX-UPSTREAM Properly check for short writes when sending the response 
in nscd
 Patch2010:  nscd-short-write.patch
-# PATCH-FIX-OPENSUSE Update BIG5-HKSCS charmap to HKSCS-2008
+# PATCH-FIX-UPSTREAM Update BIG5-HKSCS charmap to HKSCS-2008
 Patch2011:  big5-hkscs-update.patch.bz2
-# PATCH-FIX-OPENSUSE Fix parsing of numeric hosts in gethostbyname_r
+# PATCH-FIX-UPSTREAM Fix parsing of numeric hosts in gethostbyname_r
 Patch2012:  digits-dots.patch
-# PATCH-FIX-OPENSUSE Properly cache the result from looking up the nss 
database config
+# PATCH-FIX-UPSTREAM Properly cache the result from looking up the nss 
database config
 Patch2013:  nss-database.patch
-# PATCH-FIX-OPENSUSE Properly handle %W in strptime
+# PATCH-FIX-UPSTREAM Properly handle %W in strptime
 Patch2014:  strptime-W-week.patch
-# PATCH-FIX-OPENSUSE Revert problematic fixes for [BZ #11741]
+# PATCH-FIX-UPSTREAM Revert problematic fixes for [BZ #11741]
 Patch2015:  printf-overrun.patch
+# PATCH-FIX-UPSTREAM AArch64: Don't clobber argument for tail call to 
__sigjmp_save in sigsetjmp

commit grilo for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2013-05-27 09:49:52

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


Package is grilo

Changes:

--- /work/SRC/openSUSE:Factory/grilo/grilo.changes  2013-04-23 
11:30:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2013-05-27 
09:49:54.0 +0200
@@ -1,0 +2,24 @@
+Fri May 17 08:28:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.6:
+  + Fixed GrlNet cache.
+  + Added support for Vala 0.20.
+  + Improved test-ui.
+  + Some fixes, including bgo#696860, bgo#697175, bgo#700310,
+bgo#700311.
+  + Added new functions in GrlConfig
+- grl_config_get_api_token_secret().
+- grl_config_set_api_token_secret().
+  + Improved grl-inspect
+- Print list of available keys.
+- Show more information about plugins.
+  + Updated translations.
+- Drop grilo-libvala-0.20.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
+  we no longer carry any patches.
+- Create a -lang package.
+- Provide %{name} by libgrilo package, in order to have the -lang
+  package installable.
+- Recommend grilo-lang from libgrilo.
+
+---

Old:

  grilo-0.2.5.tar.xz
  grilo-libvala-0.20.patch

New:

  grilo-0.2.6.tar.xz



Other differences:
--
++ grilo.spec ++
--- /var/tmp/diff_new_pack.7RO6GU/_old  2013-05-27 09:49:55.0 +0200
+++ /var/tmp/diff_new_pack.7RO6GU/_new  2013-05-27 09:49:55.0 +0200
@@ -17,18 +17,14 @@
 
 
 Name:   grilo
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Framework for browsing and searching media content
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:https://live.gnome.org/Grilo
 Source: 
http://download.gnome.org/sources/grilo/0.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM grilo-libvala-0.20.patch dims...@opensuse.org -- Add vala 
0.20 support, taken from git
-Patch0: grilo-libvala-0.20.patch
 BuildRequires:  fdupes
-# Needed for patch0
-BuildRequires:  gnome-common
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -51,6 +47,9 @@
 %package -n libgrilo-0_2-1
 Summary:Framework for browsing and searching media content
 Group:  System/Libraries
+# Needed for the -lang package to be installable
+Provides:   %{name} = %{version}
+Recommends: %{name}-lang
 # Without plugins, grilo is useless
 Recommends: grilo-plugins
 
@@ -110,13 +109,11 @@
 Grilo is a framework for browsing and searching media content from
 various sources using a single API.
 
+%lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# Needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure \
--disable-static \
--disable-tests \
@@ -128,6 +125,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -type f -name *.la -delete -print
+%find_lang %{name} %{?no_lang_C}
 # Create directories needed for plugins
 install -d %{buildroot}%{_libdir}/grilo-0.2
 install -d %{buildroot}%{_datadir}/grilo-0.2/plugins
@@ -186,4 +184,6 @@
 %{_datadir}/vala/vapi/*.deps
 %{_datadir}/vala/vapi/*.vapi
 
+%files lang -f %{name}.lang
+
 %changelog

++ grilo-0.2.5.tar.xz - grilo-0.2.6.tar.xz ++
 8910 lines of diff (skipped)

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



commit kdebase3-SuSE for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package kdebase3-SuSE for openSUSE:Factory 
checked in at 2013-05-27 09:50:08

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


Package is kdebase3-SuSE

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3-SuSE/kdebase3-SuSE.changes  
2013-03-06 09:36:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3-SuSE.new/kdebase3-SuSE.changes 
2013-05-27 09:50:10.0 +0200
@@ -1,0 +2,5 @@
+Wed May 22 12:34:57 UTC 2013 - an...@opensuse.org
+
+- add xdpyinfo used by startkde.pick_wallpaper to requires.
+
+---



Other differences:
--
++ kdebase3-SuSE.spec ++
--- /var/tmp/diff_new_pack.VMuIx6/_old  2013-05-27 09:50:11.0 +0200
+++ /var/tmp/diff_new_pack.VMuIx6/_new  2013-05-27 09:50:11.0 +0200
@@ -42,7 +42,8 @@
 Provides:   kdebase-SuSE kdebase3-BILD
 Obsoletes:  kdebase-yast2, susehelpcenter, SuSE-Wizard, susewm-kcmyast, 
kdebase3-NLD
 Provides:   kdebase-yast2, susehelpcenter, suse_help_viewer, base3-theme, 
SuSE-Wizard, susewm-kcmyast, kdebase3-NLD
-Requires:   kdebase3  3.5.1 yast2_theme susehelp zypper 
kde-susetranslations
+Requires:   kdebase3 yast2_theme susehelp zypper kde-susetranslations
+Requires:   xdpyinfo
 # opened by suseplugger
 Suggests:   
yast2-bluetooth,yast2-country,yast2-mouse,yast2-network,yast2-printer,yast2-scanner,yast2-sound,yast2-storage,yast2-tv,yast2-x11
 Obsoletes:  kdebase3-Personal

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



commit kdebase4-workspace for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-05-27 09:50:21

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


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-05-16 16:49:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-05-27 09:50:22.0 +0200
@@ -1,0 +2,7 @@
+Sat May 18 15:15:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Remove polkit-kde-kcmmodules-1 from Requires, as the package is
+  broken - it overwrites rules shipped by other packages (kde#308934),
+  and confuses users that it does something it doesn't (bnc#814763)
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.cRXnw3/_old  2013-05-27 09:50:24.0 +0200
+++ /var/tmp/diff_new_pack.cRXnw3/_new  2013-05-27 09:50:24.0 +0200
@@ -156,7 +156,6 @@
 Requires:   kactivities4 = %{version}
 Requires:   kde4-kgreeter-plugins = %{version}
 Requires:   polkit-kde-agent-1
-Requires:   polkit-kde-kcmmodules-1
 Requires:   windowmanager
 # patch kdm-sysconfig-values.diff requires /var/lib/xdm/authdir/authfiles 
(bnc#784212)
 Requires:   xdm



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



commit kdelibs3 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2013-05-27 09:50:48

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


Package is kdelibs3

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes2013-05-02 
15:29:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2013-05-27 
09:50:50.0 +0200
@@ -1,0 +2,5 @@
+Wed May 22 10:08:42 UTC 2013 - an...@opensuse.org
+
+- add iceauth (needed for dcopserver) to requires
+
+---



Other differences:
--
++ kdelibs3.spec ++
--- /var/tmp/diff_new_pack.dDfsjf/_old  2013-05-27 09:50:53.0 +0200
+++ /var/tmp/diff_new_pack.dDfsjf/_new  2013-05-27 09:50:53.0 +0200
@@ -65,6 +65,7 @@
 Provides:   kdepim3-networkstatus
 Provides:   keramik
 Provides:   kups
+Requires:   iceauth
 # bug437293
 %ifarch ppc64
 Obsoletes:  kdelibs3-64bit


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



commit kiwi-config-openSUSE for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2013-05-27 09:51:07

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


Package is kiwi-config-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2013-04-29 14:24:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2013-05-27 09:51:09.0 +0200
@@ -1,0 +2,5 @@
+Tue May 14 14:39:57 UTC 2013 - co...@suse.com
+
+- emulate install.inf for live installer
+
+---



Other differences:
--


++ isopatch.sh.in ++
--- /var/tmp/diff_new_pack.g1DtkF/_old  2013-05-27 09:51:10.0 +0200
+++ /var/tmp/diff_new_pack.g1DtkF/_new  2013-05-27 09:51:10.0 +0200
@@ -15,7 +15,7 @@
 sed -i -e s,label Hard-Disk,label harddisk, boot/*/loader/isolinux.cfg
 #sed -i -e s,default open.*,default $label, boot/*/loader/isolinux.cfg
 #sed -i -e s,openSUSE[^ ]*,$label, boot/*/loader/isolinux.msg
-sed -i -e s,splash=silent,splash=silent quiet preloadlog=/dev/null, 
boot/*/loader/isolinux.cfg
+sed -i -e s,splash=silent,splash=silent quiet, boot/*/loader/isolinux.cfg
 sed -i -e 's,key.F4=$,key.F4=kernelopts,' boot/*/loader/gfxboot.cfg
 
 bootd=$(ls -1d boot/*/loader)

++ langset.sh ++
--- /var/tmp/diff_new_pack.g1DtkF/_old  2013-05-27 09:51:10.0 +0200
+++ /var/tmp/diff_new_pack.g1DtkF/_new  2013-05-27 09:51:10.0 +0200
@@ -29,3 +29,11 @@
 done
 
 echo $Language_$Country  /var/lib/zypp/RequestedLocales
+
+cmdline=$(cat /proc/cmdline | sed -e 's,.*splash=silent,splash=silent,')
+echo Cmdline: $cmdline  /etc/install.inf
+if test -d /sys/firmware/efi/vars/; then
+  echo EFI: 1  /etc/install.inf
+else
+  echo EFI: 0  /etc/install.inf
+fi

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



commit lam for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package lam for openSUSE:Factory checked in 
at 2013-05-27 09:51:22

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


Package is lam

Changes:

--- /work/SRC/openSUSE:Factory/lam/lam.changes  2012-01-27 15:21:31.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lam.new/lam.changes 2013-05-27 
09:51:23.0 +0200
@@ -1,0 +2,7 @@
+Tue May 21 08:24:07 UTC 2013 - sch...@suse.de
+
+- Force building totalview module
+- Don't remove executable bit from totalview module, it has no effect
+- lam-7.1.4_gcc43_building.patch: Remove bogus hunks
+
+---



Other differences:
--
++ lam.spec ++
--- /var/tmp/diff_new_pack.MvcVqx/_old  2013-05-27 09:51:24.0 +0200
+++ /var/tmp/diff_new_pack.MvcVqx/_new  2013-05-27 09:51:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lam
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,11 @@
 #
 
 
-
 Name:   lam
-BuildRequires:  gcc-c++ gcc-fortran gmp-devel libtool
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-fortran
+BuildRequires:  gmp-devel
+BuildRequires:  libtool
 %define _sysconfdir /etc/lam
 %define _romiodocdir /usr/share/lam/doc
 # Other values may be passed in via:
@@ -34,11 +36,11 @@
 %{!?config_options: %define config_options }
 %{!?rpi: %define rpi --with-rpi=usysv}
 Summary:Local Area Multicomputer
-Version:7.1.4
-Release:81
 License:Apache-1.1
 Group:  Development/Libraries/Parallel
-URL:http://www.lam-mpi.org/
+Version:7.1.4
+Release:0
+Url:http://www.lam-mpi.org/
 Source0:http://www.lam-mpi.org/download/files/lam-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,9 +70,12 @@
 Conflicts:  mpich-manpages
 Summary:Local Area Multicomputer
 Group:  Development/Libraries/Parallel
-Obsoletes:  lamman lam-manpages
-Provides:   lamman lam-manpages
-Requires:   glibc-devel libstdc++-devel
+Obsoletes:  lam-manpages
+Obsoletes:  lamman
+Provides:   lam-manpages
+Provides:   lamman
+Requires:   glibc-devel
+Requires:   libstdc++-devel
 
 %description devel
 LAM (Local Area Multicomputer) is an MPI programming environment and
@@ -82,7 +87,6 @@
 cycle and peak performance for production applications. LAM features a
 full implementation of the MPI (Message Passing Interface)
 communication standard.  The documentation will be installed in
-
 /usr/share/doc/packages/lam/
 
 %prep
@@ -105,6 +109,7 @@
 %{rpi} \
 --with-purify \
 --enable-shared \
+--enable-tv-dll-force \
 --with-rsh=%{_bindir}/ssh -x
 make %{?_smp_mflags} all
 
@@ -118,11 +123,6 @@
 rm -f %{buildroot}%{_datadir}/lam/lam-shell-setup.csh
 rm -f %{buildroot}%{_datadir}/lam/lam_module.tcl
 rm -f %{buildroot}%{_mandir}/man1/wipe.1*
-# Turn  off the  x bit  on the  totalview shared  library so  that rpm
-# doesn't strip it.  #$%@#$%!!!
-%ifarch %ix86 ppc s390 %arm
-chmod a-x %{buildroot}%{_libdir}/lam/liblam_totalview*so
-%endif
 rm -f %{buildroot}%{_bindir}/wipe
 find examples -name .deps | xargs rm -rfv
 %{__rm} -f %{buildroot}%{_libdir}/*.la
@@ -151,9 +151,7 @@
 %{_bindir}/tkill
 %{_bindir}/tping
 %dir %{_libdir}/lam
-%ifarch %ix86 ppc s390 %arm sparc sparcv9 hppa
 %{_libdir}/lam/*
-%endif
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 %{_mandir}/man7/*

++ lam-7.1.4_gcc43_building.patch ++
--- /var/tmp/diff_new_pack.MvcVqx/_old  2013-05-27 09:51:24.0 +0200
+++ /var/tmp/diff_new_pack.MvcVqx/_new  2013-05-27 09:51:24.0 +0200
@@ -150,111 +150,6 @@
  EOF
  
  ../libtool --mode=compile $CC foo.c -o foo.lo -c  /dev/null 21
-Index: config/lam_ansi_protos.m4
-===
 config/lam_ansi_protos.m4.orig 2006-06-24 22:42:44.0 +0200
-+++ config/lam_ansi_protos.m4  2007-10-19 16:58:39.479039228 +0200
-@@ -19,7 +19,7 @@ define(LAM_ANSI_PROTOS,[
- AC_MSG_CHECKING([whether the C compiler ($CC $CFLAGS) accepts ANSI 
prototypes])
- cat  conftest.c EOF
- static double foo(double bar) { return(2.0*bar); }
--int main(int argc, char **argv)
-+int main(int argc, char *argv)
- { double x; x = foo(2.0); return(0); }
- EOF
- $CC $CFLAGS -o conftest conftest.c 15 21
-Index: config/lam_check_bsd44_fd_passing.m4

commit libchamplain for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2013-05-27 09:51:31

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


Package is libchamplain

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2012-07-18 17:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2013-05-27 09:51:33.0 +0200
@@ -1,0 +2,22 @@
+Fri May 17 08:29:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.4:
+  + Add dependency on clutter 1.12 and fix all the deprecation
+warnings.
+  + Many internal cleanups and minor improvements.
+  + Fix gtk and libsoup deprecation warnings.
+  + Deprecate CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER and
+CHAMPLAIN_MAP_SOURCE_OAM which don't exist any more and remove
+them from the factory.
+  + Deprecate ChamplainCustomMarker.
+  + Deprecate champlain_view_bin_layout_add().
+  + Fix blurry map when view resized.
+  + Use more neutral map background color.
+  + Add champlain_view_get_bounding_box() and
+champlain_bounding_box_covers().
+  + Add a possibility to set a background texture.
+  + Add Mapquest Open Aerial map source.
+  + Added the possibility to use TMS correct y-axis.
+  + Minor fixes and improvements.
+
+---

Old:

  libchamplain-0.12.3.tar.xz

New:

  libchamplain-0.12.4.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.oFpLBf/_old  2013-05-27 09:51:34.0 +0200
+++ /var/tmp/diff_new_pack.oFpLBf/_new  2013-05-27 09:51:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.3
+Version:0.12.4
 Release:0
 # FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps
@@ -25,7 +25,7 @@
 Group:  Development/Libraries/GNOME
 Url:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
-BuildRequires:  clutter-devel
+BuildRequires:  clutter-devel = 1.12
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel

++ libchamplain-0.12.3.tar.xz - libchamplain-0.12.4.tar.xz ++
 15206 lines of diff (skipped)

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



commit libdmapsharing for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libdmapsharing for openSUSE:Factory 
checked in at 2013-05-27 09:51:37

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


Package is libdmapsharing

Changes:

--- /work/SRC/openSUSE:Factory/libdmapsharing/libdmapsharing.changes
2012-04-12 09:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdmapsharing.new/libdmapsharing.changes   
2013-05-27 09:51:39.0 +0200
@@ -1,0 +2,12 @@
+Wed May 15 18:20:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.9.17:
+  + Recompile Vala code with libgee-0.8.
+- Changes from version 2.9.16:
+  + Port to GStreamer 1.0
+  + Use libgee 0.8
+- Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with
+  pkgconfig(gstreamer-plugins-base-1.0) and add explicit
+  pkgconfig(gstreamer-app-1.0) BuildRequires.
+
+---

Old:

  libdmapsharing-2.9.15.tar.gz

New:

  libdmapsharing-2.9.17.tar.gz



Other differences:
--
++ libdmapsharing.spec ++
--- /var/tmp/diff_new_pack.6Sebaf/_old  2013-05-27 09:51:40.0 +0200
+++ /var/tmp/diff_new_pack.6Sebaf/_new  2013-05-27 09:51:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdmapsharing
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libdmapsharing
-Version:2.9.15
+Version:2.9.17
 Release:0
 Summary:Library implementing the DMAP family of protocols
 License:LGPL-2.1+
@@ -29,7 +29,8 @@
 BuildRequires:  pkgconfig(avahi-glib)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gstreamer-app-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 
 %description

++ libdmapsharing-2.9.15.tar.gz - libdmapsharing-2.9.17.tar.gz ++
 12115 lines of diff (skipped)

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



commit libebml for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2013-05-27 09:51:51

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


Package is libebml

Changes:

--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2013-04-02 
12:12:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes 2013-05-27 
09:51:52.0 +0200
@@ -1,0 +2,6 @@
+Tue May 21 13:40:34 UTC 2013 - reddw...@opensuse.org
+
+- Add libebml-1.3.0-6efcb74d1e.patch
+- Simplify make calls
+
+---

New:

  libebml-1.3.0-6efcb74d1e.patch



Other differences:
--
++ libebml.spec ++
--- /var/tmp/diff_new_pack.xaUhxb/_old  2013-05-27 09:51:52.0 +0200
+++ /var/tmp/diff_new_pack.xaUhxb/_new  2013-05-27 09:51:52.0 +0200
@@ -26,6 +26,8 @@
 Group:  Development/Libraries/Other
 Url:http://www.matroska.org/
 Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libebml-1.3.0-6efcb74d1e.patch 
https://github.com/Matroska-Org/libebml/pull/1 reddw...@opensuse.org -- Add 
packaging updates from upstream
+Patch0: libebml-1.3.0-6efcb74d1e.patch
 BuildRequires:  gcc-c++
 
 %description
@@ -53,15 +55,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cd make/linux
-sed -i -e 's|-ansi -fno-gnu-keywords||g' Makefile
-%{__make} %{?_smp_mflags} CXXFLAGS=${CXXFLAGS:-%optflags -D_GNU_SOURCE} 
sharedlib
+make %{?_smp_mflags} link=shared CXXFLAGS=${CXXFLAGS:-%optflags}
 
 %install
 cd make/linux
-%{__make} libdir=%{buildroot}%{_libdir} 
includedir=%{buildroot}%{_includedir}/ebml install_sharedlib install_headers
+%make_install link=shared prefix=%{_prefix} libdir=%{_libdir}
 
 %post -n libebml%{soname} -p /sbin/ldconfig
 

++ libebml-1.3.0-6efcb74d1e.patch ++
diff --git a/make/linux/Makefile b/make/linux/Makefile
index 391b6e3..6b3bae1 100644
--- a/make/linux/Makefile
+++ b/make/linux/Makefile
@@ -37,6 +37,16 @@ ifeq (yes,$(DEBUG))
 DEBUGFLAGS=-g -DDEBUG
 endif
 
+ifeq (Darwin,$(shell uname -s))
+link=static
+else
+link=both
+endif
+
+targets_both = staticlib sharedlib
+targets_shared = sharedlib
+targets_static = staticlib
+
 CWD=$(shell pwd)
 
 SRC_DIR=$(CWD)/../../src/
@@ -61,15 +71,11 @@ headers:=$(patsubst %$(EXTENSION),%.h,$(sources))
 objects:=$(patsubst %$(EXTENSION),%.o,$(sources))
 objects_so:=$(patsubst %$(EXTENSION),%.lo,$(sources))
 
-WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -ansi -fno-gnu-keywords 
-Wshadow
+WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -Wshadow
 COMPILEFLAGS=$(WARNINGFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(DEBUGFLAGS) $(INCLUDE)
 DEPENDFLAGS  = $(CXXFLAGS) $(INCLUDE)
 
-ifeq (Darwin,$(shell uname -s))
-all: staticlib
-else
-all: staticlib sharedlib
-endif
+all: $(targets_$(link))
 
 staticlib: $(LIBRARY)
 
@@ -115,30 +121,26 @@ depend:
$(CXX) $(DEPENDFLAGS) -MM -MT $$o $$i  .depend ; \
done
 
-ifeq (Darwin,$(shell uname -s))
-install: install_staticlib install_headers
-else
-install: install_staticlib install_sharedlib install_headers
-endif
+install: $(targets_$(link):%=install_%) install_headers
 
 install_headers:
-   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(includedir)
+   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)
for i in $(INCLUDE_DIR)/*.h; do \
-   $(INSTALL) $(INSTALL_OPTS) $$i $(includedir) ; \
+   $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir) ; \
done
-   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(includedir)/c
+   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)/c
for i in $(INCLUDE_DIR)/c/*.h; do \
-   $(INSTALL) $(INSTALL_OPTS) $$i $(includedir)/c ; \
+   $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir)/c ; \
done
 
 install_staticlib: $(LIBRARY)
-   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
-   $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY) $(libdir)
+   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(libdir)
+   $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY) $(DESTDIR)$(libdir)
 
 install_sharedlib: $(LIBRARY_SO)
-   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
-   $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
-   ln -fs $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
+   $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(libdir)
+   $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(DESTDIR)$(libdir)
+   ln -fs $(LIBRARY_SO_VER) $(DESTDIR)$(libdir)/$(LIBRARY_SO)
 
 
 ifneq ($(wildcard .depend),)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit libfprint for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libfprint for openSUSE:Factory 
checked in at 2013-05-27 09:51:57

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


Package is libfprint

Changes:

--- /work/SRC/openSUSE:Factory/libfprint/libfprint.changes  2013-04-17 
18:22:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfprint.new/libfprint.changes 2013-05-27 
09:51:58.0 +0200
@@ -1,0 +2,5 @@
+Mon May 20 16:42:41 UTC 2013 - s...@bugs.jan.ritzerfeld.org
+
+- upeke2: Add support for 147e:2020 ID (fdo#59320) 
+
+---

New:

  libfprint-upeke2_add_147e_2020_id_support.patch



Other differences:
--
++ libfprint.spec ++
--- /var/tmp/diff_new_pack.w2N5Jn/_old  2013-05-27 09:51:59.0 +0200
+++ /var/tmp/diff_new_pack.w2N5Jn/_new  2013-05-27 09:51:59.0 +0200
@@ -26,6 +26,7 @@
 Url:http://www.freedesktop.org/wiki/Software/fprint
 Source0:%{name}-%{version}.tar.xz
 Patch17:libfprint-upeke2_6stage.diff
+Patch18:libfprint-upeke2_add_147e_2020_id_support.patch
 Patch21:libfprint-install_examples.patch
 Source99:   baselibs.conf
 BuildRequires:  automake
@@ -81,6 +82,7 @@
 %prep
 %setup -q
 %patch17
+%patch18 -p1
 %patch21
 
 %build

++ libfprint-upeke2_add_147e_2020_id_support.patch ++
From 3b3679c900f6739f7067f8d720e15d548bb39be9 Mon Sep 17 00:00:00 2001
From: Vasily Khoruzhick anars...@gmail.com
Date: Sun, 13 Jan 2013 13:43:38 +
Subject: upeke2: Add support for 147e:2020 ID

https://bugs.freedesktop.org/show_bug.cgi?id=59320
---
diff --git a/libfprint/drivers/upeke2.c b/libfprint/drivers/upeke2.c
index ed8f43d..a7db54d 100644
--- a/libfprint/drivers/upeke2.c
+++ b/libfprint/drivers/upeke2.c
@@ -46,6 +46,11 @@
 #define MSG_READ_BUF_SIZE 0x40
 #define MAX_DATA_IN_READ_BUF (MSG_READ_BUF_SIZE - 9)
 
+enum {
+UPEKE2_2016,
+UPEKE2_2020,
+};
+
 struct upeke2_dev {
gboolean enroll_passed;
gboolean first_verify_iteration;
@@ -848,8 +853,10 @@ static struct fpi_ssm *deinitsm_new(struct fp_dev *dev)
 
 static int discover(struct libusb_device_descriptor *dsc, uint32_t *devtype)
 {
-   /* Revision 2 is what we're interested in */
-   if (dsc-bcdDevice == 2)
+   if (dsc-idProduct == 0x2016  dsc-bcdDevice == 2)
+   return 1;
+
+   if (dsc-idProduct == 0x2020  dsc-bcdDevice == 1)
return 1;
 
return 0;
@@ -1453,7 +1460,8 @@ static int verify_stop(struct fp_dev *dev, gboolean 
iterating)
 }
 
 static const struct usb_id id_table[] = {
-   { .vendor = 0x147e, .product = 0x2016 },
+   { .vendor = 0x147e, .product = 0x2016, .driver_data = UPEKE2_2016 },
+   { .vendor = 0x147e, .product = 0x2020, .driver_data = UPEKE2_2020 },
{ 0, 0, 0, }, /* terminating entry */
 };
 
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsamplerate for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2013-05-27 09:52:03

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


Package is libsamplerate

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2013-04-17 18:22:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2013-05-27 09:52:05.0 +0200
@@ -1,0 +2,5 @@
+Sat May 18 07:22:28 UTC 2013 - dmuel...@suse.com
+
+- disable profiling also on aarch64 
+
+---



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.r8TCYJ/_old  2013-05-27 09:52:06.0 +0200
+++ /var/tmp/diff_new_pack.r8TCYJ/_new  2013-05-27 09:52:06.0 +0200
@@ -79,7 +79,7 @@
 %setup -q
 %patch -p1
 %build
-%ifnarch %arm
+%ifnarch %arm aarch64
 # ARM has no working profile support in gcc atm
 profiledir=`mktemp -d`
 export CFLAGS=%optflags %cflags_profile_generate=$profiledir

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



commit libstorage for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-05-27 09:52:10

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


Package is libstorage

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2013-05-02 
11:22:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2013-05-27 09:52:11.0 +0200
@@ -1,0 +2,13 @@
+Mon May 13 13:20:37 CEST 2013 - f...@suse.de
+
+- supported label size for swap is 15, not 16 like other fs have
+  (bnc#818822)
+
+---
+Tue May  7 17:13:52 CEST 2013 - f...@suse.de
+
+- detects lvm pools also when broken (bnc#818780)
+- fixed missing umount of btrfs volume when disk label is removed
+  (bnc#818705)
+
+---



Other differences:
--
++ libstorage-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.0/storage/BtrfsCo.cc 
new/libstorage-2.24.0/storage/BtrfsCo.cc
--- old/libstorage-2.24.0/storage/BtrfsCo.cc2013-01-22 11:28:07.0 
+0100
+++ new/libstorage-2.24.0/storage/BtrfsCo.cc2013-05-07 17:46:33.0 
+0200
@@ -447,7 +447,9 @@
 if( b != NULL )
{
getStorage()-showInfoCb( b-removeText(true), b-isSilent() );
-   ret = b-clearSignature();
+   ret = b-prepareRemove();
+   if( ret==0 )
+   ret = b-clearSignature();
if( ret==0  !removeFromList(v) )
ret = BTRFS_REMOVE_NO_BTRFS;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.0/storage/DmCo.cc 
new/libstorage-2.24.0/storage/DmCo.cc
--- old/libstorage-2.24.0/storage/DmCo.cc   2013-04-23 16:41:32.0 
+0200
+++ new/libstorage-2.24.0/storage/DmCo.cc   2013-05-07 18:51:32.0 
+0200
@@ -197,6 +197,7 @@
 
 const CmdDmsetup cmddmsetup = systeminfo.getCmdDmsetup();
 liststring lvm_pools;
+liststring lvm_tmeta;
 for (CmdDmsetup::const_iterator it1 = cmddmsetup.begin(); it1 != 
cmddmsetup.end(); ++it1)
 {
 if( boost::ends_with(it1-first,-tpool) )
@@ -214,6 +215,24 @@
 delete(m);
 }
 }
+if( boost::ends_with(it1-first,_tmeta) )
+{
+string name = it1-first.substr( 0, it1-first.size()-6 );
+   if( find( lvm_tmeta.begin(), lvm_tmeta.end(), name 
)==lvm_tmeta.end() )
+   lvm_tmeta.push_back( name );
+   }
+}
+y2mil( lvm_pools:  lvm_pools );
+y2mil( lvm_tmeta:  lvm_tmeta );
+for (CmdDmsetup::const_iterator it1 = cmddmsetup.begin(); it1 != 
cmddmsetup.end(); ++it1)
+{
+if( boost::ends_with(it1-first,_tdata) )
+{
+string name = it1-first.substr( 0, it1-first.size()-6 );
+   if( find( lvm_tmeta.begin(), lvm_tmeta.end(), name 
)!=lvm_tmeta.end() 
+   find( lvm_pools.begin(), lvm_pools.end(), name 
)==lvm_pools.end() )
+   lvm_pools.push_back( name );
+   }
 }
 y2mil( lvm_pools:  lvm_pools );
 for (CmdDmsetup::const_iterator it1 = cmddmsetup.begin(); it1 != 
cmddmsetup.end(); ++it1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.0/storage/Storage.cc 
new/libstorage-2.24.0/storage/Storage.cc
--- old/libstorage-2.24.0/storage/Storage.cc2013-04-16 17:08:01.0 
+0200
+++ new/libstorage-2.24.0/storage/Storage.cc2013-05-13 13:26:32.0 
+0200
@@ -5913,7 +5913,7 @@
false, 0, 64);
 
 static FsCapabilitiesX swapCaps (true, false, true, false, true, true,
-false, 16, 64);
+false, 15, 64);
 
 static FsCapabilitiesX jfsCaps (false, false, false, false, true, true,
false, 16, 16*1024);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.0/storage/gen_md5sum.cc 
new/libstorage-2.24.0/storage/gen_md5sum.cc
--- old/libstorage-2.24.0/storage/gen_md5sum.cc 2013-04-23 16:47:08.0 
+0200
+++ new/libstorage-2.24.0/storage/gen_md5sum.cc 2013-05-13 13:33:04.0 
+0200
@@ -1,5 +1,5 @@
-#define SOURCES_MD5SUM   a1195219a8bf31603329755701314345
-#define SOURCES_MD5_DATE  Tue Apr 23 16:47:08 CEST 2013 
+#define SOURCES_MD5SUM   ff532e4a9eed072311561487c8d2b102
+#define SOURCES_MD5_DATE  Mon May 13 13:33:04 CEST 2013 
 namespace storage
 {

commit libtheora for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libtheora for openSUSE:Factory 
checked in at 2013-05-27 09:52:17

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


Package is libtheora

Changes:

--- /work/SRC/openSUSE:Factory/libtheora/libtheora.changes  2011-11-21 
15:47:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtheora.new/libtheora.changes 2013-05-27 
09:52:18.0 +0200
@@ -1,0 +2,5 @@
+Thu May 23 14:27:51 UTC 2013 - idon...@suse.com
+
+- Update descriptions, thanks to Perry Werneck
+
+---



Other differences:
--
++ libtheora.spec ++
--- /var/tmp/diff_new_pack.wrygzM/_old  2013-05-27 09:52:18.0 +0200
+++ /var/tmp/diff_new_pack.wrygzM/_new  2013-05-27 09:52:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libtheora
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libtheora
-BuildRequires:  gcc-c++ libogg-devel libtool libvorbis-devel pkg-config python
+BuildRequires:  gcc-c++
+BuildRequires:  libogg-devel
+BuildRequires:  libtool
+BuildRequires:  libvorbis-devel
+BuildRequires:  pkg-config
+BuildRequires:  python
 Url:http://www.theora.org/
+Summary:Theora video compression codec
 License:BSD-3-Clause
 Group:  Productivity/Multimedia/Other
-Summary:Free Video Codec
 Version:1.1.1
-Release:14
+Release:0
 %define pkg_version %version
 # bug437293
 %ifarch ppc64
@@ -37,20 +40,28 @@
 Source2:baselibs.conf
 
 %description
-Theora is a free video codec based on VP3. The package contains the
-library that can decode and encode Theora streams. Theora is also able
-to playback VP3 streams.
-
+Theora is a free and open video compression format from the Xiph.org 
Foundation. Like all our 
+multimedia technology it can be used to distribute film and video online and 
on disc without 
+the licensing and royalty fees or vendor lock-in associated with other formats.
+
+Theora scales from postage stamp to HD resolution, and is considered 
particularly competitive 
+at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis 
audio codec it 
+has lots of room for improvement as encoder technology develops.
+
+Theora is in full public release as of November 3, 2008. The bitstream format 
for Theora I 
+was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will 
remain compatible 
+with future releases.
 
+The package contains the library that can decode and encode Theora streams. 
Theora is also 
+able to playback VP3 streams.
 
 Authors:
 
 the Xiph.Org Foundation http://www.xiph.org/
 
 %package -n libtheora0
-License:BSD-3-Clause
+Summary:Theora video compression codec
 Group:  Productivity/Multimedia/Other
-Summary:Free Video Codec
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} = %{version}
 # bug437293
@@ -60,21 +71,30 @@
 #
 
 %description -n libtheora0
-Theora is a free video codec based on VP3. The package contains the
-library that can decode and encode Theora streams. Theora is also able
-to playback VP3 streams.
-
+Theora is a free and open video compression format from the Xiph.org 
Foundation. Like all our 
+multimedia technology it can be used to distribute film and video online and 
on disc without 
+the licensing and royalty fees or vendor lock-in associated with other formats.
+
+Theora scales from postage stamp to HD resolution, and is considered 
particularly competitive 
+at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis 
audio codec it 
+has lots of room for improvement as encoder technology develops.
+
+Theora is in full public release as of November 3, 2008. The bitstream format 
for Theora I 
+was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will 
remain compatible 
+with future releases.
 
+The package contains the library that can decode and encode Theora streams. 
Theora is also 
+able to playback VP3 streams.
 
 Authors:
 
 the Xiph.Org Foundation http://www.xiph.org/
 
 %package devel
-License:BSD-3-Clause
+Summary:Theora video compression codec
 Group:  Development/Libraries/C and C++
-Summary:Free Video Codec
-Requires:   

commit libX11 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libX11 for openSUSE:Factory checked 
in at 2013-05-27 09:52:43

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


Package is libX11

Changes:

--- /work/SRC/openSUSE:Factory/libX11/libX11.changes2013-04-14 
10:34:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libX11.new/libX11.changes   2013-05-27 
09:52:44.0 +0200
@@ -1,0 +2,7 @@
+Fri May 24 15:02:37 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.5.99.902 (1.6 RC2):
+  This release is brought to you by the letters C, V,  E, and more numbers
+  than I can count, with a special guest appearance by the letters J́ and j́.
+
+---

Old:

  libX11-1.5.99.901.tar.bz2

New:

  libX11-1.5.99.902.tar.bz2



Other differences:
--
++ libX11.spec ++
--- /var/tmp/diff_new_pack.7dPqa2/_old  2013-05-27 09:52:45.0 +0200
+++ /var/tmp/diff_new_pack.7dPqa2/_new  2013-05-27 09:52:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libX11
-Version:1.5.99.901
+Version:1.5.99.902
 Release:0
 Summary:Core X11 protocol client library
 License:MIT

++ libX11-1.5.99.901.tar.bz2 - libX11-1.5.99.902.tar.bz2 ++
 16524 lines of diff (skipped)

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



commit libyui for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2013-05-27 09:53:01

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


Package is libyui

Changes:

--- /work/SRC/openSUSE:Factory/libyui/libyui.changes2013-05-13 
20:22:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes   2013-05-27 
09:53:03.0 +0200
@@ -1,0 +2,9 @@
+Wed May 15 15:05:00 UTC 2013 - bjoern.es...@gmail.com
+
+- respect compiler flags of system rpm config when building RELEASE
+  by adding -DRESPECT_FLAGS to cmake
+- add -DSKIP_LATEX to skip generation of LaTeX-based PDF-generation
+  when invoking `make docs`
+- Version 3.0.5
+
+---

Old:

  libyui-3.0.4.tar.bz2

New:

  libyui-3.0.5.tar.bz2



Other differences:
--
++ libyui-doc.spec ++
--- /var/tmp/diff_new_pack.BQ1gMF/_old  2013-05-27 09:53:04.0 +0200
+++ /var/tmp/diff_new_pack.BQ1gMF/_new  2013-05-27 09:53:04.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui (Version 3.0.4)
+# spec file for package libyui (Version 3.0.5)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-doc
-Version:   3.0.4
+Version:   3.0.5
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-%{version}.tar.bz2

++ libyui.spec ++
--- /var/tmp/diff_new_pack.BQ1gMF/_old  2013-05-27 09:53:04.0 +0200
+++ /var/tmp/diff_new_pack.BQ1gMF/_new  2013-05-27 09:53:04.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui (Version 3.0.4)
+# spec file for package libyui (Version 3.0.5)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -20,7 +20,7 @@
 # norootforbuild
 
 Name:  libyui
-Version:   3.0.4
+Version:   3.0.5
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-%{version}.tar.bz2

++ libyui-3.0.4.tar.bz2 - libyui-3.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.0.4/ChangeLog new/libyui-3.0.5/ChangeLog
--- old/libyui-3.0.4/ChangeLog  2013-05-10 16:52:55.0 +0200
+++ new/libyui-3.0.5/ChangeLog  2013-05-16 13:22:54.0 +0200
@@ -1,4 +1,13 @@
 ---
+Wed May 15 15:05:00 UTC 2013 - bjoern.es...@gmail.com
+
+- respect compiler flags of system rpm config when building RELEASE
+  by adding -DRESPECT_FLAGS to cmake
+- add -DSKIP_LATEX to skip generation of LaTeX-based PDF-generation
+  when invoking `make docs`
+- Version 3.0.5
+
+---
 Fri May 10 14:00:00 UTC 2013 - bjoern.es...@gmail.com
 
 - checking prefix in -doc pkg is obsolete
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.0.4/VERSION.cmake 
new/libyui-3.0.5/VERSION.cmake
--- old/libyui-3.0.4/VERSION.cmake  2013-05-10 16:52:55.0 +0200
+++ new/libyui-3.0.5/VERSION.cmake  2013-05-16 13:22:54.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 3)
 SET( VERSION_MINOR 0 )
-SET( VERSION_PATCH 4 )
+SET( VERSION_PATCH 5 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.0.4/buildtools/LibyuiCommon.cmake 
new/libyui-3.0.5/buildtools/LibyuiCommon.cmake
--- old/libyui-3.0.4/buildtools/LibyuiCommon.cmake  2013-05-10 
16:52:55.0 +0200
+++ new/libyui-3.0.5/buildtools/LibyuiCommon.cmake  2013-05-16 
13:22:54.0 +0200
@@ -41,11 +41,13 @@
 
   OPTION( DISABLE_SHARED Shall I build a static library, only? OFF )
   OPTION( DOCS_ONLY Shall \make install\ install only docs, no binaries? 
OFF )
+  OPTION( SKIP_LATEX Shall I skip the generation of LaTeX PDF-docs? OFF )
   OPTION( ENABLE_STATIC Shall I build a static library, too? OFF )
   OPTION( ENABLE_DEBUG Shall I include Debug-Symbols in Release? OFF )
   OPTION( ENABLE_EXAMPLES Shall I compile the examples, too? OFF )
   OPTION( ENABLE_WALL Enable the -Wall compiler-flag? ON )
   OPTION( ENABLE_WERROR Enable the -Werror compiler-flag? ON )
+  OPTION( RESPECT_FLAGS Shall I respect the system c/ldflags? OFF )
   OPTION( INSTALL_DOCS Shall \make install\ install the docs? OFF )
 
 ENDMACRO( SET_OPTIONS )
@@ -109,8 +111,13 @@
   SET( CMAKE_C_FLAGS_DEBUG -O0 -g3 )
   SET( CMAKE_CXX_FLAGS_MINSIZEREL  -Os )
   SET( CMAKE_C_FLAGS_MINSIZEREL 

commit libyui-gtk for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-05-27 09:53:21

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


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-05-13 
20:22:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-05-27 09:53:22.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 13:40:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fixed contradiction between README and COPYING*
+- Version 2.43.4
+
+---

Old:

  libyui-gtk-2.43.3.tar.bz2

New:

  libyui-gtk-2.43.4.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.WiwpZV/_old  2013-05-27 09:53:23.0 +0200
+++ /var/tmp/diff_new_pack.WiwpZV/_new  2013-05-27 09:53:23.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.43.3)
+# spec file for package libyui-gtk (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-gtk-doc
-Version:   2.43.3
+Version:   2.43.4
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-gtk-%{version}.tar.bz2

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.WiwpZV/_old  2013-05-27 09:53:23.0 +0200
+++ /var/tmp/diff_new_pack.WiwpZV/_new  2013-05-27 09:53:23.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.43.3)
+# spec file for package libyui-gtk (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:   libyui-gtk
-Version:2.43.3
+Version:2.43.4
 Release:0
 License:LGPL-2.1 or LGPL-3.0
 Source: libyui-gtk-%{version}.tar.bz2

++ libyui-gtk-2.43.3.tar.bz2 - libyui-gtk-2.43.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.3/ChangeLog 
new/libyui-gtk-2.43.4/ChangeLog
--- old/libyui-gtk-2.43.3/ChangeLog 2013-05-10 15:32:26.0 +0200
+++ new/libyui-gtk-2.43.4/ChangeLog 2013-05-17 11:57:30.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu May 16 13:40:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fixed contradiction between README and COPYING*
+- Version 2.43.4
+
+---
 Fri May 10 10:40:00 UTC 2013 - bjoern.es...@gmail.com
 
 - use a common toplevel CMakeLists.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.3/README new/libyui-gtk-2.43.4/README
--- old/libyui-gtk-2.43.3/README2013-05-10 15:32:26.0 +0200
+++ new/libyui-gtk-2.43.4/README2013-05-17 11:57:30.0 +0200
@@ -3,7 +3,7 @@
 License
 
   This code is licensed under the GNU Lesser General Public License (LGPL)
-  version 2, or, at your option, any higher.
+  version 2.1 and/or version 3, at your option.
 
 A native GTK+ YaST2 UI !
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.3/VERSION.cmake 
new/libyui-gtk-2.43.4/VERSION.cmake
--- old/libyui-gtk-2.43.3/VERSION.cmake 2013-05-10 15:32:26.0 +0200
+++ new/libyui-gtk-2.43.4/VERSION.cmake 2013-05-17 11:57:30.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 43 )
-SET( VERSION_PATCH 3 )
+SET( VERSION_PATCH 4 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.

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



commit libyui-gtk-pkg for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk-pkg for openSUSE:Factory 
checked in at 2013-05-27 09:53:33

Comparing /work/SRC/openSUSE:Factory/libyui-gtk-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk-pkg.new (New)


Package is libyui-gtk-pkg

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk-pkg/libyui-gtk-pkg.changes
2013-05-13 20:22:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk-pkg.new/libyui-gtk-pkg.changes   
2013-05-27 09:53:34.0 +0200
@@ -1,0 +2,5 @@
+Thu May 16 10:06:58 CEST 2013 - m...@suse.de
+
+- No longer use deprecated libzypp APIs
+
+---



Other differences:
--
libyui-gtk-pkg.spec: same change
++ libyui-gtk-pkg-2.42.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-pkg-2.42.7/ChangeLog 
new/libyui-gtk-pkg-2.42.7/ChangeLog
--- old/libyui-gtk-pkg-2.42.7/ChangeLog 2013-05-13 13:38:02.0 +0200
+++ new/libyui-gtk-pkg-2.42.7/ChangeLog 2013-05-16 10:13:01.0 +0200
@@ -1,4 +1,9 @@
 ---
+Thu May 16 10:06:58 CEST 2013 - m...@suse.de
+
+- No longer use deprecated libzypp APIs
+
+---
 Fri May 10 10:40:00 UTC 2013 - bjoern.es...@gmail.com
 
 - use a common toplevel CMakeLists.txt

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



commit libzypp-testsuite-tools for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libzypp-testsuite-tools for 
openSUSE:Factory checked in at 2013-05-27 09:53:38

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


Package is libzypp-testsuite-tools

Changes:

--- 
/work/SRC/openSUSE:Factory/libzypp-testsuite-tools/libzypp-testsuite-tools.changes
  2013-03-08 09:22:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libzypp-testsuite-tools.new/libzypp-testsuite-tools.changes
 2013-05-27 09:53:39.0 +0200
@@ -1,0 +2,6 @@
+Wed May  8 19:44:07 CEST 2013 - m...@suse.de
+
+- Remove deprecated installorder code
+- version 4.3.2
+
+---

Old:

  zypp-testsuite-tools-4.3.1.tar.bz2

New:

  zypp-testsuite-tools-4.3.2.tar.bz2



Other differences:
--
++ libzypp-testsuite-tools.spec ++
--- /var/tmp/diff_new_pack.ml7bU4/_old  2013-05-27 09:53:40.0 +0200
+++ /var/tmp/diff_new_pack.ml7bU4/_new  2013-05-27 09:53:40.0 +0200
@@ -18,7 +18,7 @@
 Name:  libzypp-testsuite-tools
 BuildRequires: fdupes  libexpat-devel libqt4-devel libqdialogsolver1-devel
 BuildRequires: gcc-c++ = 4.5
-BuildRequires: libzypp-devel = 6.10.0
+BuildRequires: libzypp-devel = 13.2.0
 BuildRequires:  libtool
 %if 0%{?suse_version} = 1220
 BuildRequires:  yast2-libyui-devel
@@ -28,9 +28,9 @@
 License:   GPL-2.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management - 
testsuite-tools
-Version:   4.3.1
+Version:   4.3.2
 Release:   0
-Source:zypp-testsuite-tools-4.3.1.tar.bz2
+Source:zypp-testsuite-tools-4.3.2.tar.bz2
 Group:  System/Packages
 
 %description
@@ -48,7 +48,7 @@
 Ladislav Slezak lsle...@suse.cz
 
 %prep
-%setup -q -n zypp-testsuite-tools-4.3.1
+%setup -q -n zypp-testsuite-tools-4.3.2
 
 %build
 mv configure.ac x

++ zypp-testsuite-tools-4.3.1.tar.bz2 - zypp-testsuite-tools-4.3.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.3.1/VERSION 
new/zypp-testsuite-tools-4.3.2/VERSION
--- old/zypp-testsuite-tools-4.3.1/VERSION  2013-01-09 14:15:51.0 
+0100
+++ new/zypp-testsuite-tools-4.3.2/VERSION  2013-05-08 19:51:28.0 
+0200
@@ -49,5 +49,5 @@
 m4_define([LIBZYPPTESTSUITE_MINOR], [3])
 m4_define([LIBZYPPTESTSUITE_COMPATMINOR], [0])
 dnl ==
-m4_define([LIBZYPPTESTSUITE_PATCH], [1])
+m4_define([LIBZYPPTESTSUITE_PATCH], [2])
 dnl ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.3.1/configure 
new/zypp-testsuite-tools-4.3.2/configure
--- old/zypp-testsuite-tools-4.3.1/configure2013-01-09 14:16:06.0 
+0100
+++ new/zypp-testsuite-tools-4.3.2/configure2013-05-10 11:56:45.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for zypp-testsuite-tools 4.3.1.
+# Generated by GNU Autoconf 2.69 for zypp-testsuite-tools 4.3.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='zypp-testsuite-tools'
 PACKAGE_TARNAME='zypp-testsuite-tools'
-PACKAGE_VERSION='4.3.1'
-PACKAGE_STRING='zypp-testsuite-tools 4.3.1'
+PACKAGE_VERSION='4.3.2'
+PACKAGE_STRING='zypp-testsuite-tools 4.3.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1326,7 +1326,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 zypp-testsuite-tools 4.3.1 to adapt to many kinds of 
systems.
+\`configure' configures zypp-testsuite-tools 4.3.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1398,7 +1398,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of zypp-testsuite-tools 4.3.1:;;
+ short | recursive ) echo Configuration of zypp-testsuite-tools 4.3.2:;;
esac
   cat \_ACEOF
 
@@ -1507,7 +1507,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-zypp-testsuite-tools configure 4.3.1
+zypp-testsuite-tools configure 4.3.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1906,7 +1906,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if 

commit llvm for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2013-05-27 09:53:47

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2013-01-21 
17:39:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2013-05-27 
09:53:49.0 +0200
@@ -1,0 +2,34 @@
+Tue May 21 09:46:02 UTC 2013 - idon...@suse.com
+
+- Update to version 3.3 RC2
+  * Small bugfixes
+
+---
+Tue May 14 11:23:07 UTC 2013 - idon...@suse.com
+
+- Enable ARM64 support
+
+---
+Thu May  9 09:05:41 UTC 2013 - idon...@suse.com
+
+- Add unreachable-code.patch to fix unreachable code warnings on SLE 
+
+---
+Wed May  8 08:56:28 UTC 2013 - idon...@suse.com
+
+- Update to version 3.3 RC1
+* Added support for AArch64, ARM’s 64-bit architecture.
+* LLVM now has a new SLP vectorizer.
+* LLVM and clang now support IBM’s z/Architecture.
+* The R600 backend was added in this release, it supports
+  AMD GPUs (HD2XXX - HD7XXX).
+* See http://llvm.org/releases/3.3/docs/ReleaseNotes.html for
+  complete changelog.
+
+- Drop upstream patches:
+* pr13303.patch
+* pr14795.patch
+* pr14831.patch
+* python-ulimit.patch
+
+---

Old:

  llvm-3.2.tar.bz2
  pr13303.patch
  pr14795.patch
  pr14831.patch
  python-ulimit.patch

New:

  _constraints
  llvm-3.3.tar.bz2
  unreachable-code.patch



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.FB96eb/_old  2013-05-27 09:53:50.0 +0200
+++ /var/tmp/diff_new_pack.FB96eb/_new  2013-05-27 09:53:50.0 +0200
@@ -16,18 +16,18 @@
 #
 
 
-%define _revision 170558
-%define _release_version 3.2
-%define _supported_archs arm,powerpc,x86
+%define _revision 182457
+%define _release_version 3.3
+%define _supported_archs arm,aarch64,powerpc,x86
 
 Name:   llvm
-Version:3.2
+Version:3.2.91
 Release:0
 Summary:Low Level Virtual Machine
 License:NCSA
 Group:  Development/Languages/Other
 Url:http://www.llvm.org
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{_release_version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE set-revision.patch idoen...@suse.de -- Allow us to set 
revision
 Patch1: set-revision.patch
@@ -42,12 +42,8 @@
 Patch6: arm_suse_support.diff
 # PATCH-FIX-OPENSUSE disable_neon_in_armv7.diff -- Disable use of neon in 
armv7 openSUSE
 Patch7: disable_neon_in_armv7.diff
-# PATCH-FIX-UPSTREAM python-ulimit.patch  Upstream r169695
-Patch8: python-ulimit.patch
-Patch9: pr14795.patch
-Patch10:pr14831.patch
-# PATCH-FIX-UPSTREAM pr13303.patch
-Patch11:pr13303.patch
+# PATCH-FIX-OPENSUSE unreachable-code.patch -- Unreachable code warning 
triggered on SLE
+Patch8: unreachable-code.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -130,7 +126,7 @@
 This package contains vim plugins for LLVM like syntax highlighting.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{_release_version}
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -145,9 +141,6 @@
 %patch7 -p0
 %endif
 %patch8 -p1
-%patch9 -p0
-%patch10 -p0
-%patch11 -p1
 
 # We hardcode i586
 rm tools/clang/test/Driver/x86_features.c
@@ -161,10 +154,10 @@
 sed -i s,LLVM_REVISION,\%{_revision}\,g tools/clang/lib/Basic/Version.cpp
 
 # Nasty hardcoded path
-sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp
+sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp 
tools/clang/test/Preprocessor/iwithprefix.c
 
 # Only enable target archs otherwise llvm-config is messed up
-sed -i s,subdirectories = .*,subdirectories = ARM PowerPC X86, 
lib/Target/LLVMBuild.txt
+sed -i s,subdirectories = .*,subdirectories = AArch64 ARM PowerPC X86, 
lib/Target/LLVMBuild.txt
 sed -i s,IntelJITEvents OProfileJIT,, lib/ExecutionEngine/LLVMBuild.txt
 echo  utils/unittest/LLVMBuild.txt
 
@@ -398,6 +391,7 @@
 %{_bindir}/clang
 %{_bindir}/clang-*
 %{_bindir}/clang++
+%{_bindir}/clang-format
 %{_bindir}/c-index-test
 %{_bindir}/ccc-analyzer
 %{_bindir}/c++-analyzer

++ assume-opensuse.patch ++
--- /var/tmp/diff_new_pack.FB96eb/_old  2013-05-27 09:53:50.0 +0200
+++ /var/tmp/diff_new_pack.FB96eb/_new  2013-05-27 09:53:50.0 +0200
@@ -1,13 +1,11 @@
-Index: 

commit midori for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package midori for openSUSE:Factory checked 
in at 2013-05-27 09:53:55

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


Package is midori

Changes:

--- /work/SRC/openSUSE:Factory/midori/midori.changes2013-04-17 
23:07:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes   2013-05-27 
09:53:57.0 +0200
@@ -1,0 +2,22 @@
+Fri May 17 09:58:52 UTC 2013 - g...@opensuse.org
+
+- update to version 0.5.1
+  - fix mouse gesture regression breaking context menu
+  - fix --run command line switch by midori_paths_init
+  - fix bug in size calculation for the history list popup
+  - handle diagnostic dialog argument in running instance
+  - fix feed panel default value crash
+  - ensure existence of the applications directory
+  - fix download tooltip crash and extend test case
+  - integrate user interaction exploit demo in about:
+  - don't convey loading or progress on special pages
+  - address missing NULL checks and dead code found by clang
+  - no security window for blank pages, but a search icon
+  - introduce UI for created apps/ launchers: Web App Manager
+  - add custom-title setting to override browser title
+  - add a Gtk.Entry to --plain mode for entering URLs
+  - deprecate middle_click_opens_selection in favour of
+gtk-enable-primary-paste
+- dropped obsolete midori-fix-storing-uint64-in-pointer.patch
+
+---

Old:

  midori-0.5.0.tar.bz2
  midori-fix-storing-uint64-in-pointer.patch

New:

  midori-0.5.1.tar.bz2



Other differences:
--
++ midori.spec ++
--- /var/tmp/diff_new_pack.xEvXiR/_old  2013-05-27 09:53:58.0 +0200
+++ /var/tmp/diff_new_pack.xEvXiR/_new  2013-05-27 09:53:58.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   midori
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:Lightweight Webkit-based Web Browser
 License:LGPL-2.1
 Group:  Productivity/Networking/Web/Browsers
 Url:http://twotoasts.de/index.php?/pages/midori_summary.html
 Source: 
http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM midori-fix-storing-uint64-in-pointer.patch lp#1053386 
g...@opensuse.org -- Do not store a uint64 in a pointer (backported from 
upstream git)
-Patch0: midori-fix-storing-uint64-in-pointer.patch
 BuildRequires:  docutils
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -94,7 +92,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # remove parts that do not conform to the desktop file spec
 for desktop in data/midori.desktop.in data/midori-private.desktop.in; do
 awk '
@@ -188,6 +185,8 @@
 %{_includedir}/midori-0.5
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/apps.*
+%{_datadir}/vala/vapi/transfers.*
 %{_datadir}/vala/vapi/history-list.*
 %{_datadir}/vala/vapi/external-download-manager.*
 %{_datadir}/vala/vapi/delayed-load.*

++ midori-0.5.0.tar.bz2 - midori-0.5.1.tar.bz2 ++
 66728 lines of diff (skipped)

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



commit mozjs17 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package mozjs17 for openSUSE:Factory checked 
in at 2013-05-27 09:54:06

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


Package is mozjs17

Changes:

New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:Factory/.mozjs17.new/mozjs17.changes 2013-05-27 
09:54:07.0 +0200
@@ -0,0 +1,11 @@
+---
+Tue May 21 12:10:23 UTC 2013 - cfarr...@suse.com
+
+- license update: MPL-2.0 and GPL-2.0+
+  Numerous GPL-2.0+ files used in aggregation (particularly ctypes/libffi)
+
+---
+Fri May 17 13:35:32 UTC 2013 - w...@rosenauer.org
+
+- initial mozjs17 package
+

New:

  baselibs.conf
  mozjs17.0.0.tar.gz
  mozjs17.changes
  mozjs17.spec



Other differences:
--
++ mozjs17.spec ++
#
# spec file for package mozjs17
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#   2013 Wolfgang Rosenauer
#
# 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:   mozjs17
Summary:JavaScript interpreter
Version:17.0
Release:1
License:MPL-2.0 and GPL-2.0+
Group:  System/Libraries
Url:http://www.mozilla.org/js/
Source0:http://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf213
BuildRequires:  gcc-c++
BuildRequires:  mozilla-nspr-devel
BuildRequires:  pkg-config
BuildRequires:  python
BuildRequires:  readline-devel
BuildRequires:  zip

%description
JavaScript is the Netscape-developed object scripting language used in millions
of web pages and server applications worldwide. Netscape's JavaScript is a
superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language,
with only mild differences from the published standard.

%package -n libmozjs-17_0
Summary:JavaScript library
Group:  System/Libraries

%description -n libmozjs-17_0
JavaScript is the Netscape-developed object scripting language used in millions
of web pages and server applications worldwide. Netscape's JavaScript is a
superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language,
with only mild differences from the published standard.

%package devel
Summary:Header files, libraries and development documentation for 
%{name}
Group:  Development/Libraries/Other
Requires:   libmozjs-17_0 = %{version}-%{release}
Requires:   pkg-config
Provides:   mozjs17-devel = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -q -n mozjs17.0.0

%build
# no need to add build time to binaries
modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
DATE=\$(date -d ${modified} +%%b %%e %%Y)\
TIME=\$(date -d ${modified} +%%R)\
find . -regex .*\.c\|.*\.cpp\|.*\.h -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +
#
cd js/src
%configure --disable-static --with-system-nspr --enable-threadsafe 
--enable-readline
%{__make} %{?_smp_mflags}

%install
cd js/src
%{makeinstall}
# Upstream does not honor --disable-static yet
%{__rm} -rf %{buildroot}%{_libdir}/libmozjs-17.0.a
# This is also statically linked; once that is fixed that we could
# consider shipping it.
rm -f %{buildroot}%{_bindir}/js17
# delete js-config since everything should use the pkg-config file
rm -f %{buildroot}%{_bindir}/js17-config
# headers are installed with executable permissions
find %{buildroot}%{_includedir}/js-17.0/ -type f -print | xargs chmod 644
chmod 644 %{buildroot}%{_libdir}/pkgconfig/*

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

%post -n libmozjs-17_0 -p /sbin/ldconfig

%postun -n libmozjs-17_0 -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc js/src/README.html
#%{_bindir}/js17

%files -n libmozjs-17_0
%defattr(-,root,root,-)
%{_libdir}/*.so

%files devel

commit ndiswrapper for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package ndiswrapper for openSUSE:Factory 
checked in at 2013-05-27 09:54:23

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


Package is ndiswrapper

Changes:

--- /work/SRC/openSUSE:Factory/ndiswrapper/ndiswrapper.changes  2013-01-03 
13:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.ndiswrapper.new/ndiswrapper.changes 
2013-05-27 09:54:24.0 +0200
@@ -1,0 +2,9 @@
+Mon May 20 13:02:47 CEST 2013 - mhruse...@suse.cz
+
+- fixed compilation against kernel 3.9 and newer
+  * ndiswrapper-1.58-kernel-3.9.patch
+  ** daemonize shouldn't be used in threads created by kthread_create
+  ** add_taint function API changed
+  ** __devexit was abandoned
+
+---

New:

  ndiswrapper-1.58-kernel-3.9.patch



Other differences:
--
++ ndiswrapper.spec ++
--- /var/tmp/diff_new_pack.knPSCi/_old  2013-05-27 09:54:24.0 +0200
+++ /var/tmp/diff_new_pack.knPSCi/_new  2013-05-27 09:54:24.0 +0200
@@ -28,6 +28,7 @@
 Source2:README.SUSE
 Source3:preamble
 Patch1: ndiswrapper.diff
+Patch2: ndiswrapper-1.58-kernel-3.9.patch
 BuildRequires:  kernel-source
 BuildRequires:  kernel-syms
 BuildRequires:  module-init-tools
@@ -58,6 +59,7 @@
 %prep
 %setup -q -n %{name}-%{real_version}
 %patch1
+%patch2
 
 cp %{SOURCE2} .
 mkdir obj

++ ndiswrapper-1.58-kernel-3.9.patch ++
Index: driver/loader.c
===
--- driver/loader.c.orig
+++ driver/loader.c
@@ -23,6 +23,10 @@
 #include linux/miscdevice.h
 #include asm/uaccess.h
 
+#ifndef __devexit_p
+#define __devexit_p(A) A
+#endif
+
 /*
   Network adapter: ClassGuid = {4d36e972-e325-11ce-bfc1-08002be10318}
   Network client: ClassGuid = {4d36e973-e325-11ce-bfc1-08002be10318}
@@ -575,7 +579,11 @@ static int load_user_space_driver(struct
} else {
printk(KERN_INFO %s: driver %s (%s) loaded\n,
   DRIVER_NAME, wrap_driver-name, wrap_driver-version);
+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,9,0)
+   add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE);
+#else
add_taint(TAINT_PROPRIETARY_MODULE);
+#endif
EXIT1(return 0);
}
 }
Index: driver/wrapper.c
===
--- driver/wrapper.c.orig
+++ driver/wrapper.c
@@ -72,7 +72,11 @@ static void module_cleanup(void)
 static int __init wrapper_init(void)
 {
 #ifdef TAINT_OOT_MODULE
-   add_taint(TAINT_OOT_MODULE);
+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,9,0)
+   add_taint(TAINT_OOT_MODULE, LOCKDEP_NOW_UNRELIABLE);
+#else
+   add_taint(TAINT_OOT_MODULE);
+#endif
 #endif
printk(KERN_INFO %s version %s loaded (smp=%s, preempt=%s)\n,
   DRIVER_NAME, DRIVER_VERSION,
Index: driver/pnp.h
===
--- driver/pnp.h.orig
+++ driver/pnp.h
@@ -20,6 +20,10 @@
 #include ndis.h
 #include wrapndis.h
 
+#ifndef __devexit
+#define __devexit
+#endif
+
 int wrap_pnp_start_pci_device(struct pci_dev *pdev,
  const struct pci_device_id *ent);
 void __devexit wrap_pnp_remove_pci_device(struct pci_dev *pdev);
Index: driver/workqueue.c
===
--- driver/workqueue.c.orig
+++ driver/workqueue.c
@@ -53,7 +53,6 @@ static int workq_thread(void *data)
WORKTRACE(%p, %d, %p, workq, thread_data-index, thread);
strncpy(thread-name, current-comm, sizeof(thread-name));
 
-   daemonize(thread-name);
set_user_nice(current, -5);
 
if (thread-task != current) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit net-snmp for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2013-05-27 09:54:35

Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and  /work/SRC/openSUSE:Factory/.net-snmp.new (New)


Package is net-snmp

Changes:

--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes2013-04-17 
07:41:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2013-05-27 
09:54:36.0 +0200
@@ -1,0 +2,7 @@
+Mon May 20 11:22:24 UTC 2013 - lchiqui...@suse.com
+
+- Disable parallelism during build. The dependencies between the
+  Perl module and libnetsnmp are not defined correctly and might
+  result in broken linkage (bnc#819497, bnc#818907)
+
+---



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.htZ7J2/_old  2013-05-27 09:54:37.0 +0200
+++ /var/tmp/diff_new_pack.htZ7J2/_new  2013-05-27 09:54:37.0 +0200
@@ -240,7 +240,9 @@
--enable-local-smux \
--enable-ipv6 \
--enable-ucd-snmp-compatibility
-make %{?_smp_mflags}
+# Parallel building is disabled because dependencies between the Perl
+# module and libnetsnmp are not correctly defined.
+make #%{?_smp_mflags}
 
 %check
 %if 0%{?netsnmp_check}

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



commit ninja-ide for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2013-05-27 09:54:47

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is ninja-ide

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2012-11-26 
18:59:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2013-05-27 
09:54:48.0 +0200
@@ -1,0 +2,6 @@
+Sun May 19 23:53:43 UTC 2013 - samuelw2...@tpg.com.au
+
+- updated to latest stable version 2.2. As stated in the release announcement 
https://groups.google.com/forum/?fromgroups#!topic/ninja-ide/As4QCTXslfM: 
This new version includes several performance improves and bug fixes 
(specially a performance improve in the Python Syntax Highlighter, and soon it 
will be extended for the other languages supported in ninja).
+- changed setup line and name of source zip in spec file to suit new version
+
+---

Old:

  ninja-ide-v2.1.1.zip

New:

  ninja-ide-2.2.zip



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.nfNoeN/_old  2013-05-27 09:54:49.0 +0200
+++ /var/tmp/diff_new_pack.nfNoeN/_new  2013-05-27 09:54:49.0 +0200
@@ -19,13 +19,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   ninja-ide
-Version:2.1.1
+Version:2.2
 Release:0
 Url:http://www.ninja-ide.org
 Summary:Ninja IDE for Python development
 License:GPL-3.0
 Group:  Development/Languages/Python
-Source0:   
https://github.com/downloads/%{name}/%{name}/%{name}-v%{version}.zip
+Source0:%{name}-%{version}.zip
 Source1:   ninja-ide.desktop
 Source2:%{name}.1.gz
 BuildRoot:  %{_tmppath}/%{name}-build
@@ -69,7 +69,7 @@
   - And many more... Stay up to date for more features!
 
 %prep
-%setup -q -n ninja-ide
+%setup -q #-n ninja-ide
 
 %build
 %{__python} setup.py build


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



commit ntfs-3g_ntfsprogs for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package ntfs-3g_ntfsprogs for 
openSUSE:Factory checked in at 2013-05-27 09:54:52

Comparing /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs (Old)
 and  /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new (New)


Package is ntfs-3g_ntfsprogs

Changes:

--- /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.changes  
2013-04-23 11:33:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new/ntfs-3g_ntfsprogs.changes 
2013-05-27 09:54:54.0 +0200
@@ -1,0 +2,25 @@
+Mon May 20 02:40:34 UTC 2013 - greg.freem...@gmail.com
+
+- Upgrade to STABLE Version 2013.1.13 (January 14, 2013)
+ntfs-3g: fixed returned files types in readdir()
+ntfs-3g: force option ‘ro’ when mounting a read-only device
+ntfs-3g: keep the name of a deleted file in place for easier undeletion
+ntfs-3g: accept multiple read-only mounts
+ntfs-3g: improved Windows-type ACL inheritance, as needed by Windows 8
+ntfs-3g: avoid unnecessary runlist update when appending data to a file
+ntfs-3g: added inheritance of the set-group-id flag
+ntfs-3g: deny mounting when fast restart mode of Windows 8 is detected
+ntfs-3g: reject getting/setting DOS names on hard linked files
+ntfsclone: fixed wiping user data when creating metadata images
+ntfsclone: implemented a new option to set a new serial number
+ntfsfix: implemented fixing the backup boot sector
+ntfsfix: fixed clearing the bad cluster list
+ntfsinfo: added allocation data to the volume parameters summary
+ntfsinfo: output the numbers of runs and fragments for the selected file
+ntfslabel: implemented a new option to set a new serial number
+ntfswipe: added optional wiping of file tails and undelete data
+mkntfs: insert an $Info stream in $UpCase to comply with Windows 8
+openindianas: merged OpenIndiana requirements into the driver and fuse-lite
+- remove ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch, now in upstream
+
+---

Old:

  ntfs-3g_ntfsprogs-2012.1.15.tgz
  ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch

New:

  ntfs-3g_ntfsprogs-2013.1.13.tgz



Other differences:
--
++ ntfs-3g_ntfsprogs.spec ++
--- /var/tmp/diff_new_pack.bnEfMv/_old  2013-05-27 09:54:55.0 +0200
+++ /var/tmp/diff_new_pack.bnEfMv/_new  2013-05-27 09:54:55.0 +0200
@@ -16,17 +16,17 @@
 #
 
 
+%define soname 84
+
 Name:   ntfs-3g_ntfsprogs
 Summary:NTFS Support in Userspace
 License:GPL-2.0+
 Group:  System/Filesystems
-Version:2012.1.15
+Version:2013.1.13
 Release:0
 Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
 Source1:buildall.sh
 Source2:21-storage-ntfs-3g.fdi
-# PATCH-FIX-UPSTREAM ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch 
rh#859373 badshah...@gmail.com -- Prevent partitions with metadata cached in 
Windows from being mounted; patch taken from upstream git
-Patch0: ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch
 Url:http://www.tuxera.com/community/ntfs-3g-download/
 %if 0%{?sles_version}
 BuildRequires:  fuse-devel = 2.6.0
@@ -63,12 +63,12 @@
 shared with Windows XP, Windows Server 2003, Windows 2000, Windows
 Vista and Windows Seven.
 
-%package -n libntfs-3g83
+%package -n libntfs-3g%soname
 Summary:NTFS Support in Userspace -- Library
 License:LGPL-2.1+
 Group:  System/Filesystems
 
-%description -n libntfs-3g83
+%description -n libntfs-3g%soname
 NTFS-3G allows for read/write access to NTFS partitions which can be
 shared with Windows XP, Windows Server 2003, Windows 2000, Windows
 Vista and Windows Seven.
@@ -78,7 +78,7 @@
 License:LGPL-2.1+
 Group:  System/Filesystems
 Requires:   glibc-devel
-Requires:   libntfs-3g83 = %{version}
+Requires:   libntfs-3g%soname = %{version}
 Provides:   ntfs-3g-devel = %{version}
 Obsoletes:  ntfs-3g-devel  %{version}
 
@@ -99,7 +99,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 #
@@ -146,9 +145,9 @@
   update-alternatives --install /sbin/mount.ntfs mount.ntfs 
/sbin/mount.ntfs-3g 10 --slave /usr/share/man/man8/mount.ntfs.8.gz 
mount.ntfs.8.gz /usr/share/man/man8/mount.ntfs-3g.8.gz
 fi
 
-%post -n libntfs-3g83 -p /sbin/ldconfig
+%post -n libntfs-3g%soname -p /sbin/ldconfig
 
-%postun -n libntfs-3g83 -p /sbin/ldconfig
+%postun -n libntfs-3g%soname -p /sbin/ldconfig
 
 %files -n ntfs-3g
 %defattr(-,root,root,-)
@@ -176,7 +175,7 @@
 # We already have this, so no need to package it again.
 %exclude /usr/share/doc/ntfs-3g/README
 
-%files -n libntfs-3g83
+%files -n libntfs-3g%soname
 

commit openais for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package openais for openSUSE:Factory checked 
in at 2013-05-27 09:55:00

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


Package is openais

Changes:

--- /work/SRC/openSUSE:Factory/openais/openais.changes  2011-10-21 
16:33:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.openais.new/openais.changes 2013-05-27 
09:55:02.0 +0200
@@ -1,0 +2,8 @@
+Fri May 10 13:24:07 UTC 2013 - tser...@suse.com
+
+- Fix checkpoint syncing problem in CKPT service (bnc#813139)
+  + Added bnc813139-fix-ckpt-syncing.patch
+- init script: remove setting LRM max children
+- init script: optional stop dependency on rpcbind/portmap (bnc#812967)
+
+---

New:

  bnc813139-fix-ckpt-syncing.patch



Other differences:
--
++ openais.spec ++
--- /var/tmp/diff_new_pack.Nbsqqo/_old  2013-05-27 09:55:02.0 +0200
+++ /var/tmp/diff_new_pack.Nbsqqo/_new  2013-05-27 09:55:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openais
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,14 @@
 
 Name:   openais
 Summary:The OpenAIS Standards-Based Cluster Framework executive and 
APIs
-Version:1.1.4
-Release:7
 License:BSD-3-Clause
 Group:  Productivity/Clustering/HA
-URL:http://www.openais.org/
+Version:1.1.4
+Release:0
+Url:http://www.openais.org/
 Source0:
http://www.osdl.org/downloads/openais-%{version}/openais-%{version}.tar.gz
 Patch1: openais-suse-init.patch
+Patch2: bnc813139-fix-ckpt-syncing.patch
 # Runtime bits
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -39,7 +40,8 @@
 %define buildtrunk 0
 %{?_with_buildtrunk: %define buildtrunk 1}
 %if %{buildtrunk}
-BuildRequires:  autoconf automake
+BuildRequires:  autoconf
+BuildRequires:  automake
 %endif
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +49,7 @@
 %prep
 %setup -q -n openais-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 %if %{buildtrunk}
@@ -194,7 +197,6 @@
 %{_sbindir}/openais-instantiate
 
 %package -n libopenais3
-License:BSD-3-Clause
 Summary:The openais Standards-Based Cluster Framework libraries
 Group:  Productivity/Clustering/HA
 Obsoletes:  libopenais2
@@ -242,7 +244,6 @@
 %postun -n libopenais3 -p /sbin/ldconfig
 
 %package -n libopenais-devel
-License:BSD-3-Clause
 Summary:The openais Standards-Based Cluster Framework libraries
 Group:  Development/Libraries/C and C++
 Requires:   libopenais3 = %{version}-%{release}

++ bnc813139-fix-ckpt-syncing.patch ++
Index: openais-1.1.4/services/ckpt.c
===
--- openais-1.1.4.orig/services/ckpt.c
+++ openais-1.1.4/services/ckpt.c
@@ -776,14 +776,17 @@ static void ckpt_confchg_fn (
unsigned int i, j;
unsigned int lowest_nodeid;
 
+if (!memcmp (my_saved_ring_id, ring_id,sizeof (struct memb_ring_id))) {
+ if (my_sync_state != SYNC_STATE_NOT_STARTED) {
+ return;
+ }
+   }
+if (configuration_type != TOTEM_CONFIGURATION_REGULAR) {
+return;
+}
+
memcpy (my_saved_ring_id, ring_id,
sizeof (struct memb_ring_id));
-   if (configuration_type != TOTEM_CONFIGURATION_REGULAR) {
-return;
-}
-if (my_sync_state != SYNC_STATE_NOT_STARTED) {
-return;
-}
 
my_sync_state = SYNC_STATE_STARTED;
 
++ openais-suse-init.patch ++
--- /var/tmp/diff_new_pack.Nbsqqo/_old  2013-05-27 09:55:02.0 +0200
+++ /var/tmp/diff_new_pack.Nbsqqo/_new  2013-05-27 09:55:02.0 +0200
@@ -15,7 +15,7 @@
 ===
 --- /dev/null
 +++ openais-1.1.4/init/suse
-@@ -0,0 +1,208 @@
+@@ -0,0 +1,182 @@
 +#!/bin/bash
 +#
 +# Corosync daemon init script for LSB-compliant Linux distributions.
@@ -32,11 +32,11 @@
 +# Short-Description: openais cluster services.
 +# Provides: openais
 +# Required-Start: $network
-+# Should-Start: $syslog sshd drbd $named $remote_fs logd xendomains xend 
iscsi libvirtd
++# Should-Start: $syslog sshd drbd $named $remote_fs logd xendomains xend 
iscsi libvirtd portmap rpcbind
 +# Required-Stop: $network
 +# 

commit openvswitch for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2013-05-27 09:55:19

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


Package is openvswitch

Changes:

--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes  2013-05-07 
07:30:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes 
2013-05-27 09:55:20.0 +0200
@@ -1,0 +2,10 @@
+Fri May 17 11:58:32 UTC 2013 - dmuel...@suse.com
+
+- only call boot.sh for newer distros
+- build parallel
+- accept-newer-kernel-versions.diff:
+  Accept newer kernel versions
+- sle11-device-ops-backport.diff
+  Handle sle11 device ops backport
+
+---

New:

  accept-newer-kernel-versions.diff
  sle11-device-ops-backport.diff



Other differences:
--
++ openvswitch.spec ++
--- /var/tmp/diff_new_pack.trJcf5/_old  2013-05-27 09:55:21.0 +0200
+++ /var/tmp/diff_new_pack.trJcf5/_new  2013-05-27 09:55:21.0 +0200
@@ -1,4 +1,6 @@
 #
+# spec file for package openvswitch
+#
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,10 +28,10 @@
 Name:   openvswitch
 Version:1.10.0
 Release:0
-License:Apache-2.0
 Summary:An open source, production quality, multilayer virtual switch
-Url:http://openswitch.org/
+License:Apache-2.0
 Group:  Productivity/Networking/System
+Url:http://openswitch.org/
 Source0:http://openvswitch.org/releases/%{name}-%{version}.tar.gz
 Source1:preamble
 Source2:openvswitch-switch.init
@@ -37,8 +39,11 @@
 Source4:openvswitch-switch.logrotate
 Source5:openvswitch-controller.init
 Source6:openvswitch-controller.sysconfig
+Patch0: sle11-device-ops-backport.diff
+Patch1: accept-newer-kernel-versions.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
 BuildRequires:  graphviz
@@ -50,7 +55,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  valgrind-devel
-BuildRequires:  fdupes
 Requires:   logrotate
 Requires:   openssl
 Requires:   python
@@ -112,6 +116,7 @@
 Requires:   uuid-runtime
 Suggests:   openvswitch-kmp
 Suggests:  logrotate
+
 %description switch
 openvswitch-switch provides the userspace components and utilities for
 the Open vSwitch kernel-based switch.
@@ -216,6 +221,10 @@
 
 %prep
 %setup -q
+%patch0
+%if 0%{?suse_version}  1230
+%patch1
+%endif
 
 set -- *
 mkdir source
@@ -224,8 +233,8 @@
 
 %build
 pushd source
-# don't call boot.sh, we don't have appropriate autoconf there
-%if ! 0%{?sles_version}
+# only call boot.sh for distros with autoconf = 2.64
+%if 0%{?suse_version}  1110
 bash -x boot.sh
 %endif
 popd
@@ -237,7 +246,7 @@
 krel=$(make -s -C /usr/src/linux-obj/%_target_cpu/$flavor kernelrelease)
 kernel_source_dir=$(readlink /lib/modules/$krel/source)
 cp -a $kernel_source_dir/net/openvswitch/* $flavor/
-make -C %{kernel_source $flavor} modules M=$PWD/$flavor
+make %{?_smp_mflags} -C %{kernel_source $flavor} modules M=$PWD/$flavor
 done
 %else
 export EXTRA_CFLAGS='-DVERSION=\%{version}\'
@@ -250,7 +259,7 @@
--with-linux=/usr/src/linux-obj/%_target_cpu/$flavor \
--with-linux-source=/usr/src/linux
 cd datapath/linux
-make
+make %{?_smp_mflags}
 popd
 done
 %endif
@@ -293,7 +302,6 @@
  %{buildroot}/%{_sysconfdir}/init.d/%{name}-controller
  ln -s %{_sysconfdir}/init.d/%{name}-controller 
%{buildroot}%{_sbindir}/rc%{name}-controller
 
-
 install -d -m 755 %{buildroot}/%{_sysconfdir}/sysconfig
 install -d -m 755 %{buildroot}/%{_sysconfdir}/logrotate.d
 install -d -m 755 %{buildroot}/var/log/openvswitch

++ accept-newer-kernel-versions.diff ++
--- datapath/datapath.c
+++ datapath/datapath.c
@@ -60,9 +60,8 @@
 #include tunnel.h
 #include vport-internal_dev.h
 
-#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,18) || \
-LINUX_VERSION_CODE = KERNEL_VERSION(3,9,0)
-#error Kernels before 2.6.18 or after 3.8 are not supported by this version of 
Open vSwitch.
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,18)
+#error Kernels before 2.6.18 are not supported by this version of Open vSwitch.
 #endif
 
 #define REHASH_FLOW_INTERVAL (10 * 60 * HZ)
@@ -158,11 +157,10 @@
 struct vport *ovs_lookup_vport(const struct datapath *dp, u16 port_no)
 {
struct vport *vport;
-   struct hlist_node *n;
struct 

commit eina for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-05-27 09:47:26

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


Package is eina

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-05-02 
11:07:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-05-27 
09:47:27.0 +0200
@@ -1,0 +2,6 @@
+Wed May 15 11:04:13 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  No changes, just updating to keep in sync with last release.
+
+---

Old:

  eina-1.7.6.tar.bz2

New:

  eina-1.7.7.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.SU2uyL/_old  2013-05-27 09:47:28.0 +0200
+++ /var/tmp/diff_new_pack.SU2uyL/_new  2013-05-27 09:47:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1

++ eina-1.7.6.tar.bz2 - eina-1.7.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.6.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.7.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 orca for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2013-05-27 09:56:31

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


Package is orca

Changes:

--- /work/SRC/openSUSE:Factory/orca/orca.changes2013-04-26 
15:52:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2013-05-27 
09:56:32.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 19 16:53:57 UTC 2013 - dims...@opensuse.org
+
+- Fix package after port to Python 3:
+  + Drop old python2 Requires: pyatspi, python-brlapi,
+python-cairo, python-gobject, python-gstreamer-0_10,
+python-louis
+  + Add python3 based Requires: py3atspi, python3-brlapi
+disabled: missing), python3-cairo, python3-gobject,
+python3-louis (disabled: missing)
+
+---



Other differences:
--
++ orca.spec ++
--- /var/tmp/diff_new_pack.ocNjq6/_old  2013-05-27 09:56:33.0 +0200
+++ /var/tmp/diff_new_pack.ocNjq6/_new  2013-05-27 09:56:33.0 +0200
@@ -19,7 +19,7 @@
 Name:   orca
 Version:3.8.1
 Release:0
-# FIXME: Enable brlapi, louis and speechd support
+# FIXME: Enable brlapi and louis support
 Summary:Screen reader for GNOME
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
@@ -31,8 +31,8 @@
 BuildRequires:  python = 3.3
 #BuildRequires:  python3-brlapi
 #BuildRequires:  python3-louis
-#BuildRequires:  python3-speechd
 BuildRequires:  python3-cairo
+BuildRequires:  python3-speechd
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -44,14 +44,13 @@
 # the gsettings tool is used to know if a11y is enabled
 Requires:   glib2-tools
 # pyatspi is a virtual name that is provided by the default at-spi stack
-Requires:   pyatspi
-Requires:   python-brlapi
-Requires:   python-cairo
-Requires:   python-gobject
-Requires:   python-gstreamer-0_10
-Requires:   python-louis
+Requires:   py3atspi
+#Requires:   python3-brlapi
+Requires:   python3-cairo
+Requires:   python3-gobject
+#Requires:   python3-louis
 Recommends: %{name}-lang
-Recommends: python-speechd
+Recommends: python3-speechd
 Recommends: typelib(Wnck)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires

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



commit patterns-openSUSE for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2013-05-27 09:56:47

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


Package is patterns-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2013-05-16 11:45:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2013-05-27 09:56:49.0 +0200
@@ -1,0 +2,5 @@
+Wed May 15 04:38:51 UTC 2013 - co...@suse.com
+
+- Commit: 029692f4
+
+---



Other differences:
--
++ patterns-openSUSE-data.tar.bz2 ++

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



commit perl-Exception-Class for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Exception-Class for 
openSUSE:Factory checked in at 2013-05-27 09:56:53

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


Package is perl-Exception-Class

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Exception-Class/perl-Exception-Class.changes
2011-12-22 10:54:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Exception-Class.new/perl-Exception-Class.changes
   2013-05-27 09:56:54.0 +0200
@@ -1,0 +2,13 @@
+Sat May 11 20:02:50 UTC 2013 - l...@linux-schulserver.de
+
+- update to 1.37:
+  + I now recommend you use Throwable instead of this module. 
+It has a nicer, more modern interface.
+  + Fixed various bugs and confusion in the docs.
+  + fixed some tests
+  + added Class::Data::Inheritable dependency
+  + fixed declaration of prereqs
+- fix build with old Test::More version
+- build parallel
+
+---

Old:

  Exception-Class-1.32.tar.gz

New:

  Exception-Class-1.37.tar.gz



Other differences:
--
++ perl-Exception-Class.spec ++
--- /var/tmp/diff_new_pack.BMr1ia/_old  2013-05-27 09:56:55.0 +0200
+++ /var/tmp/diff_new_pack.BMr1ia/_new  2013-05-27 09:56:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Exception-Class
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:A Module That Allows You to Declare Real Exception Classes in 
Perl
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Version:1.32
+Version:1.37
 Release:0
 Url:http://search.cpan.org/dist/Exception-Class
 Source: %{cpan_name}-%{version}.tar.gz
@@ -35,37 +35,42 @@
 BuildRequires:  perl(Test::More) = 0.46
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-Requires:   perl(Scalar::Util)
 Requires:   perl(Class::Data::Inheritable) = 0.02
 Requires:   perl(Devel::StackTrace) = 1.20
+Requires:   perl(Scalar::Util)
 
 %description
 Exception::Class allows you to declare exception hierarchies in your modules in
- a Java-esque manner.
+a Java-esque manner.
 
 It features a simple interface allowing programmers to 'declare' exception
- classes at compile time. It also has a base exception class,
- Exception::Class::Base, that can be easily extended.
+classes at compile time. It also has a base exception class,
+Exception::Class::Base, that can be easily extended.
 
 It is designed to make structured exception handling simpler and better by
- encouraging people to use hierarchies of exceptions in their applications,
- as opposed to a single catch-all exception class.
+encouraging people to use hierarchies of exceptions in their applications, as
+opposed to a single catch-all exception class.
 
-This module does not implement any try/catch syntax. Please see the
- OTHER EXCEPTION MODULES (try/catch syntax) section for more information on
- how to get this syntax.
+This module does not implement any try/catch syntax. Please see the OTHER
+EXCEPTION MODULES (try/catch syntax) section for more information on how to
+get this syntax.
 
 You will also want to look at the documentation for Exception::Class::Base,
- which is the default base class for all exception objects created
- by this module.
+which is the default base class for all exception objects created by this
+module.
 
-  Author:  Dave Rolsky auta...@urth.org
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# old Test::More on SLE-11:
+%if 0%{?suse_version}  1130
+sed -i s|use Test::More;|use Test::More qw(no_plan);|g; \
+   s|use Test::More 0.88;|use Test::More qw(no_plan);|g; \
+   s|done_testing();|\#|g t/*.t
+%endif
 
 %build
 perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
-%{__make}
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -81,6 +86,6 @@
 %files -f %{name}.files
 # normally you only need to check for doc files
 %defattr(0644,root,root,0755)
-%doc Changes LICENSE SIGNATURE
+%doc Changes LICENSE README
 
 %changelog

++ Exception-Class-1.32.tar.gz - Exception-Class-1.37.tar.gz ++
 2057 lines of diff (skipped)

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



commit phalanx for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package phalanx for openSUSE:Factory checked 
in at 2013-05-27 09:56:59

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


Package is phalanx

Changes:

--- /work/SRC/openSUSE:Factory/phalanx/phalanx.changes  2012-09-14 
12:33:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.phalanx.new/phalanx.changes 2013-05-27 
09:57:00.0 +0200
@@ -1,0 +2,5 @@
+Sat May 18 19:25:57 UTC 2013 - mike.catanz...@gmail.com
+
+- Add phalanx-castling-broken.patch to fix castling (bnc#819525)
+  
+---

New:

  phalanx-castling-broken.patch



Other differences:
--
++ phalanx.spec ++
--- /var/tmp/diff_new_pack.RGdTuZ/_old  2013-05-27 09:57:00.0 +0200
+++ /var/tmp/diff_new_pack.RGdTuZ/_new  2013-05-27 09:57:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package phalanx
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 Release:0
 Source: %{srcname}-beta.tgz
 Patch0: Phalanx-XXII.diff
+# PATCH-FIX-UPSTREAM phalanx-castling-broken.patch bnc#819525 
mike.catanz...@gmail.com -- fix castling always treated as illegal move
+Patch1: phalanx-castling-broken.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Chess Program
 License:GPL-2.0+
@@ -42,6 +44,7 @@
 %prep
 %setup -q -n %{srcname}
 %patch0 -p1
+%patch1 -p1
 
 %build
 make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}

++ phalanx-castling-broken.patch ++
--- Phalanx-XXII/io.c
+++ phalanx-XXIII/io.c
@@ -36,13 +36,11 @@
   if( color(B[s]) == Color ) G[0].mtrl += Values[ B[s]4 ];
   else G[0].xmtrl += Values[ B[s]4 ];
 
-/* busted! S.A.
 G[0].castling = 0;
 if( B[E1]!=WK || B[A1]!=WR ) G[0].castling |= WLONG;
 if( B[E1]!=WK || B[H1]!=WR ) G[0].castling |= WSHORT;
 if( B[E8]!=BK || B[A8]!=BR ) G[0].castling |= BLONG;
 if( B[E8]!=BK || B[H8]!=BR ) G[0].castling |= BSHORT;
-*/
 
 G[0].rule50 = 0;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-channel-phpunit for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-channel-phpunit for 
openSUSE:Factory checked in at 2013-05-27 09:57:05

Comparing /work/SRC/openSUSE:Factory/php5-pear-channel-phpunit (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-channel-phpunit.new (New)


Package is php5-pear-channel-phpunit

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-channel-phpunit/php5-pear-channel-phpunit.changes
  2011-09-23 12:40:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-channel-phpunit.new/php5-pear-channel-phpunit.changes
 2013-05-27 09:57:07.0 +0200
@@ -1,0 +2,10 @@
+Mon May 20 08:34:35 UTC 2013 - jweberho...@weberhofer.at
+
+- Force PHP 5.3 to be installed on SLES systems
+
+---
+Mon May 20 08:31:10 UTC 2013 - jweberho...@weberhofer.at
+
+- Set a requirement for pear = 1.9.2, as all dependent packages needs that.
+
+---



Other differences:
--
++ php5-pear-channel-phpunit.spec ++
--- /var/tmp/diff_new_pack.WKhvZS/_old  2013-05-27 09:57:07.0 +0200
+++ /var/tmp/diff_new_pack.WKhvZS/_new  2013-05-27 09:57:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-channel-phpunit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,16 +21,25 @@
 
 Name:   php5-pear-channel-phpunit
 Version:1.0
-Release:1
+Release:0
 Summary:Adds pear.phpunit.de channel to PEAR
-Group:  Development/Tools/Debuggers
 License:MIT
+Group:  Development/Tools/Debuggers
 Url:http://pear.phpunit.de/
 Source0:http://pear.phpunit.de/channel.xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  php5-pear
-PreReq: php5 php5-pear
+%if 0%{?sles_version} = 10
+BuildRequires:  php53
+BuildRequires:  php53-pear
+Requires:   php53
+Requires:   php53-pear
+%else
+BuildRequires:  php = 5.3.1
+BuildRequires:  php-pear = 5.3.1
+Requires:   php = 5.3.1
+Requires:   php-pear = 5.3.1
+%endif
 Provides:   php5-pear-channel-phpunitde  1.0
 Obsoletes:  php5-pear-channel-phpunitde = 1.0
 


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



commit php5-pear-channel-symfony for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-channel-symfony for 
openSUSE:Factory checked in at 2013-05-27 09:57:10

Comparing /work/SRC/openSUSE:Factory/php5-pear-channel-symfony (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-channel-symfony.new (New)


Package is php5-pear-channel-symfony

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-channel-symfony/php5-pear-channel-symfony.changes
  2012-12-07 14:45:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-channel-symfony.new/php5-pear-channel-symfony.changes
 2013-05-27 09:57:12.0 +0200
@@ -1,0 +2,5 @@
+Mon May 20 19:15:52 UTC 2013 - jweberho...@weberhofer.at
+
+- Removed unneccesary dependency to php
+
+---



Other differences:
--
++ php5-pear-channel-symfony.spec ++
--- /var/tmp/diff_new_pack.97hyMM/_old  2013-05-27 09:57:12.0 +0200
+++ /var/tmp/diff_new_pack.97hyMM/_new  2013-05-27 09:57:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-channel-symfony
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  php-pear
-PreReq: php php-pear
+Requires:   php-pear
 
 %description
 This package adds the pear.symfony-project.com channel which allows PEAR 
packages


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



commit php5-pear-symfony-YAML for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-symfony-YAML for 
openSUSE:Factory checked in at 2013-05-27 09:57:15

Comparing /work/SRC/openSUSE:Factory/php5-pear-symfony-YAML (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-symfony-YAML.new (New)


Package is php5-pear-symfony-YAML

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-symfony-YAML/php5-pear-symfony-YAML.changes
2012-03-16 13:20:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-symfony-YAML.new/php5-pear-symfony-YAML.changes
   2013-05-27 09:57:17.0 +0200
@@ -1,0 +2,5 @@
+Mon May 20 19:40:49 UTC 2013 - jweberho...@weberhofer.at
+
+- Repaired spec
+
+---



Other differences:
--
++ php5-pear-symfony-YAML.spec ++
--- /var/tmp/diff_new_pack.vsYesl/_old  2013-05-27 09:57:17.0 +0200
+++ /var/tmp/diff_new_pack.vsYesl/_new  2013-05-27 09:57:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-symfony-YAML
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,39 @@
 #
 
 
-
 Name:   php5-pear-symfony-YAML
+%define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
+%define xmldir  /var/lib/pear
 %define pear_name  YAML
 %define pear_sname yaml
 Summary:Symfony YAML Component
-Version:1.0.6
-Release:1
 License:MIT
 Group:  Development/Libraries/PHP
+Version:1.0.6
+Release:0
 Source0:http://pear.symfony-project.com/get/%{pear_name}-%{version}.tgz
 Url:http://pear.symfony-project.com/
-Requires:   php5-pear-channel-symfony
+
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear = 1.4.1
+%endif
+
 BuildRequires:  php5-pear-channel-symfony
-Requires:   php5-pear = 1.4.1 
 Requires:   php5-pear-channel-symfony
 BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_name}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This is the Symfony YAML Component. YAML means Yet Another Markup Language and 
@@ -54,8 +60,8 @@
 %build
 
 %install
-%{__mv} package*.xml %{pear_name}-%{version}
-cd %{pear_name}-%{version}
+%{__mv} package.xml %{pear_name}-%{version}
+pushd %{pear_name}-%{version}
 PHP_PEAR_PHP_BIN=$(which php) -d memory_limit=50m
 %{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
 %{__cp} %{php_peardir}/.channels/pear.*.reg \
@@ -72,7 +78,7 @@
 %{__rm} -rf %{buildroot}/{doc,tmp}
 %{__rm} -rf 
%{buildroot}/%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
 
-cd ..
+popd
 
 %php_pear_gen_filelist
 

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



commit PlotDigitizer for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package PlotDigitizer for openSUSE:Factory 
checked in at 2013-05-27 09:57:35

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


Package is PlotDigitizer

Changes:

--- /work/SRC/openSUSE:Factory/PlotDigitizer/PlotDigitizer.changes  
2013-01-08 14:54:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.PlotDigitizer.new/PlotDigitizer.changes 
2013-05-27 09:57:36.0 +0200
@@ -1,0 +2,7 @@
+Fri May 17 20:11:16 UTC 2013 - jeng...@inai.de
+
+- Do not do more than unpack in %prep stage (it can easily make
+  `quilt setup` fail due to non-existing BuildRequires).
+  Remove redundant %clean section.
+
+---



Other differences:
--
++ PlotDigitizer.spec ++
--- /var/tmp/diff_new_pack.CyCToY/_old  2013-05-27 09:57:37.0 +0200
+++ /var/tmp/diff_new_pack.CyCToY/_new  2013-05-27 09:57:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package PlotDigitizer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   PlotDigitizer
 Version:2.6.2
-Release:1
+Release:0
 Summary:Ditigize scanned plots of functional data
 License:LGPL-2.1 and GPL-2.0
-Url:http://plotdigitizer.sourceforge.net
 Group:  Productivity/Scientific/Other
+Url:http://plotdigitizer.sourceforge.net
 Source0:
http://downloads.sourceforge.net/plotdigitizer/%{name}_%{version}_Source.zip
 Source1:BareBonesBrowserLaunch.java
 Source2:PlotDigitizer.desktop
@@ -55,6 +56,7 @@
 # remove the third party jars
 find . -iname '*.jar' | xargs rm -rf
 
+%build
 # rebuild MRJAdapter
 cd  lib
 unzip MRJAdapter_1.0.8_Src.zip
@@ -84,8 +86,6 @@
 sed -i '/macos/d' build.xml
 sed -i '/launch4j/d' build.xml
 
-
-%build
 %ant jar
 
 %install
@@ -105,9 +105,6 @@
 install -Dm 644 Resources/images/%{name}Icon64x64.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
 %suse_update_desktop_file %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
 %doc LesserGPL_license.txt README.txt



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



commit procps for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2013-05-27 09:57:48

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


Package is procps

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2013-02-12 
22:33:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2013-05-27 
09:57:49.0 +0200
@@ -1,0 +2,5 @@
+Fri May 24 09:32:38 UTC 2013 - lnus...@suse.de
+
+- enable hard- and symlink protection (bnc#821585)
+
+---



Other differences:
--
++ sysctl.conf ++
--- /var/tmp/diff_new_pack.GFfROp/_old  2013-05-27 09:57:50.0 +0200
+++ /var/tmp/diff_new_pack.GFfROp/_new  2013-05-27 09:57:50.0 +0200
@@ -45,3 +45,7 @@
 
 # Disable auto-closing of cd tray bnc#659153
 dev.cdrom.autoclose = 0
+
+# enable hard- and symlink protection (bnc#821585)
+fs.protected_hardlinks = 1
+fs.protected_symlinks = 1

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



commit python-bugzilla for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-bugzilla for openSUSE:Factory 
checked in at 2013-05-27 09:58:20

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


Package is python-bugzilla

Changes:

--- /work/SRC/openSUSE:Factory/python-bugzilla/python-bugzilla.changes  
2013-03-08 09:39:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-bugzilla.new/python-bugzilla.changes 
2013-05-27 09:58:22.0 +0200
@@ -1,0 +2,13 @@
+Wed May 22 12:13:06 UTC 2013 - speili...@suse.com
+
+- Apply python-bugzilla-0.6.2-section.patch
+- Cleanup spec file
+- Package README
+
+---
+Thu May 16 13:01:19 UTC 2013 - wer...@suse.de
+
+- Fix UL sections that is check also for URL without final slash
+  this may fix bnc#807901 
+
+---

New:

  python-bugzilla-0.6.2-section.patch



Other differences:
--
++ python-bugzilla.spec ++
--- /var/tmp/diff_new_pack.QjHU6j/_old  2013-05-27 09:58:22.0 +0200
+++ /var/tmp/diff_new_pack.QjHU6j/_new  2013-05-27 09:58:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bugzilla
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-bugzilla
 Version:0.6.2
-Release:1
+Release:0
 Summary:Python library for bugzilla
-Group:  Development/Libraries/Python
 License:GPL-2.0+
+Group:  Development/Libraries/Python
 Url:https://fedorahosted.org/python-bugzilla/
 #Source: 
https://fedorahosted.org/releases/p/y/python-bugzilla/%{name}-%{version}.tar.bz2
 Source: %{name}-%{version}-openSUSE-1.tar.bz2
 # https://gitorious.org/opensuse/python-bugzilla
 Patch0: %{name}-0.6.2-novell-default.patch
 Patch1: %{name}-0.6.2-backtraces.patch
-
+Patch2: %{name}-0.6.2-section.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}  0%{?suse_version}  1110
-BuildArch:  noarch
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
-%{py_requires}
+BuildArch:  noarch
 %endif
 
 %description
@@ -54,22 +52,22 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
-export CFLAGS=%{optflags}
-%{__python} setup.py build
+CFLAGS=%{optflags} python setup.py build
 
 %install
-%{__python} setup.py install \
---root=%{buildroot} \
---prefix=%{_prefix} \
---record-rpm=INSTALLED_FILES
-sed -i 's#%{_mandir}/man1/bugzilla.1#%{_mandir}/man1/bugzilla.1.gz#' 
INSTALLED_FILES
-
-%clean
-rm -rf %{buildroot}
-
-%files -f INSTALLED_FILES
-%defattr(-,root,root,0755)
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+#\ --record-rpm=INSTALLED_FILES
+#sed -i 's#%{_mandir}/man1/bugzilla.1#%{_mandir}/man1/bugzilla.1.gz#' 
INSTALLED_FILES
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{_bindir}/bugzilla
+%{python_sitelib}/bugzilla
+%{python_sitelib}/python_bugzilla-%{version}-py%{py_ver}.egg-info
+%{_mandir}/man1/bugzilla.1.gz
 
 %changelog

++ python-bugzilla-0.6.2-section.patch ++
--- a/bugzilla/nvlbugzilla.py
+++ b/bugzilla/nvlbugzilla.py
@@ -82,7 +82,12 @@ class NovellBugzilla(Bugzilla34):
 
 obs_url = self.__class__.obs_url
 if not c.has_section(obs_url):
-return
+if obs_url[-1:] == '/':
+# strip the final slash and retry
+self.__class__.obs_url = obs_url[:-1]
+obs_url = self.__class__.obs_url
+if not c.has_section(obs_url):
+return
 
 try:
 user = c.get(obs_url, 'user')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-nbxmpp for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-nbxmpp for openSUSE:Factory 
checked in at 2013-05-27 09:58:26

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


Package is python-nbxmpp

Changes:

--- /work/SRC/openSUSE:Factory/python-nbxmpp/python3-nbxmpp.changes 
2013-05-02 15:31:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new/python3-nbxmpp.changes
2013-05-27 09:58:27.0 +0200
@@ -0,0 +1,33 @@
+---
+Sun May 19 17:00:23 UTC 2013 - dap.darkn...@gmail.com
+
+ - Updated to 0.1+r37 — significant for python3-version:
+   * Ask for discovery information (and archive)
+ after SM is enabled. Fixes #7299
+   * fix initilizing errnum list
+   * try write acces to repo.
+   * fix var name
+   * don't crash when cacerts is an empty string
+   * hardcode error values in protocol.py
+   * don't crash when cacerts is an empty string
+   * fix traceback
+   * fix handling traceback. Fixes #3
+   * basestring - str
+   * fix error handling. Fixes #1
+   * add jabber:x:oob namespace
+   * add jabber:x:oob namespace
+   * fix encoding problems with DIGEST-MD5 authentication
+   * fix connecting with internal ssl implementation
+   * don't crash when we sent a partial stanza
+ that cut utf-8 chars in the middle
+   * don't call send when there is nothing to send
+   * don't crash when we get a partial stanza
+ that cut utf-8 chars in the middle
+   * dict.items() - list(dict.items())
+   * fix encoding issues
+   * fix HMAC computation
+   * fix showing pending traceback
+   * fix encoding issues (base64, HMAC, ...)
+   * hardcode error values in protocol.py
+
+---

New:

  python3-nbxmpp-0.1+r37.tar.xz



Other differences:
--
++ python-nbxmpp.spec ++
--- /var/tmp/diff_new_pack.P7xbw8/_old  2013-05-27 09:58:28.0 +0200
+++ /var/tmp/diff_new_pack.P7xbw8/_new  2013-05-27 09:58:28.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # To buid at SLE = 11 SP2.
 %if 0%{?suse_version}  1140
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
@@ -22,11 +23,11 @@
 
 Name:   python-nbxmpp
 Version:0.1
-Release:1
-License:GPL-3.0
+Release:0
 Summary:XMPP library by Gajim team
-Url:http://python-nbxmpp.gajim.org/
+License:GPL-3.0
 Group:  Development/Libraries/Python
+Url:http://python-nbxmpp.gajim.org/
 Source0:nbxmpp-%{version}.tar.gz
 
 BuildRequires:  fdupes
@@ -45,9 +46,9 @@
 
 %package doc
 Summary:Nbxmpp Documentation
+Group:  Development/Libraries/Python
 
 # To buid at SLE = 11 SP2.
-Group:  Development/Libraries/Python
 
 %description doc
 This packages provides documentation of Nbxmpp API.
@@ -75,3 +76,5 @@
 %files doc
 %defattr(-,root,root)
 %{_docdir}/%{name}-doc
+
+%changelog

++ python3-nbxmpp.spec ++
--- /var/tmp/diff_new_pack.P7xbw8/_old  2013-05-27 09:58:28.0 +0200
+++ /var/tmp/diff_new_pack.P7xbw8/_new  2013-05-27 09:58:28.0 +0200
@@ -15,18 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-nbxmpp
-Version:0.1
-Release:1
-License:GPL-3.0
+Version:0.1+r37
+Release:0
 Summary:XMPP library by Gajim team
-Url:http://python-nbxmpp.gajim.org/
+License:GPL-3.0
 Group:  Development/Libraries/Python
-Source0:nbxmpp-%{version}.tar.gz
+Url:http://python-nbxmpp.gajim.org/
+Source0:python3-nbxmpp-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  python3
 BuildRequires:  python3-devel
+%if 0%{?suse_version} = 1210
+BuildRequires:  xz
+%endif
 Requires:   python3
 BuildArch:  noarch
 
@@ -37,12 +41,13 @@
 
 %package doc
 Summary:Nbxmpp Documentation
+Group:  Development/Libraries/Python
 
 %description doc
 This packages provides documentation of Nbxmpp API.
 
 %prep
-%setup -q -n nbxmpp-%{version}
+%setup -q
 
 %build
 python3 setup.py build
@@ -64,3 +69,5 @@
 %files doc
 %defattr(-,root,root)
 %{_docdir}/%{name}-doc
+
+%changelog

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



commit python-swiftclient for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2013-05-27 09:58:31

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


Package is python-swiftclient

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2013-01-14 22:26:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2013-05-27 09:58:32.0 +0200
@@ -1,0 +2,30 @@
+Mon Apr 22 13:45:03 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.2.0.26.gf65f96b:
+  + Add --insecure option to fix bug #1077869
+  + Add --os-cacert
+
+
+Sun Apr 21 17:55:46 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.3.0.20.g2d97609+git.1366566946.2d97609:
+  + Add --os-cacert
+  + Use testtools as base class for test cases.
+  + Fix debug feature and add --debug to swift.
+  + Add env[SWIFTCLIENT_INSECURE]
+  + Add generated files to .gitignore.
+  + Update to latest oslo version/setup.
+  + Fix reporting version.
+  + Use testr instead of nose.
+  + Print useful message when keystoneclient is not installed
+  + Add client man page swift.1
+  + Allow to specify segment container
+  + Added / check when list containers.
+  + Allow v2 to use storage_url/storage_token directly
+  + Allow user to specify headers at the command line.
+  + Enhance put_object to inform when chunk is ignored
+  + Fixed pep8 errors in test directory.
+  + Improve auth option help
+  + Static large object support.
+
+

Old:

  python-swiftclient-master.tar.gz

New:

  python-swiftclient-1.2.0.26.gf65f96b.tar.gz



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.Ed43EX/_old  2013-05-27 09:58:33.0 +0200
+++ /var/tmp/diff_new_pack.Ed43EX/_new  2013-05-27 09:58:33.0 +0200
@@ -19,13 +19,13 @@
 %define component swiftclient
 
 Name:   python-%{component}
-Version:1.2.0.25.g7df9cad+git.1355914385.7df9cad
+Version:1.2.0.26.gf65f96b
 Release:0
 License:Apache-2.0
 Summary:Openstack Object Storage (Swift) API Client
 Url:http://launchpad.net/python-swiftclient
 Group:  Development/Languages/Python
-Source: python-swiftclient-master.tar.gz
+Source: python-swiftclient-1.2.0.26.gf65f96b.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
@@ -69,7 +69,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-swiftclient-1.2.0.25.g7df9cad
+%setup -q -n python-swiftclient-1.2.0.26.gf65f96b
 %openstack_cleanup_prep
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.Ed43EX/_old  2013-05-27 09:58:33.0 +0200
+++ /var/tmp/diff_new_pack.Ed43EX/_new  2013-05-27 09:58:33.0 +0200
@@ -1,6 +1,7 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-swiftclient/python-swiftclient-master.tar.gz/param
-param name=emailcloud-de...@suse.de/param
+param 
name=urlhttp://tarballs.openstack.org/python-swiftclient/python-swiftclient-1.2.0.26.gf65f96b.tar.gz/param
+param name=emailopensuse-cl...@opensuse.org/param
+param name=plain-versionTrue/param
   /service
 /services

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



commit racket for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package racket for openSUSE:Factory checked 
in at 2013-05-27 09:58:45

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


Package is racket

Changes:

--- /work/SRC/openSUSE:Factory/racket/racket.changes2013-03-26 
19:48:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.racket.new/racket.changes   2013-05-27 
09:58:47.0 +0200
@@ -1,0 +2,35 @@
+Fri May 17 06:16:25 UTC 2013 - tog...@opensuse.org
+
+- Added backported patches libpn16.patch and libpng16-adjustment.patch
+  correcting libpn16
+- Fix randomly generated mode 666 documentation files 
+
+---
+Tue May 14 14:33:37 UTC 2013 - tog...@opensuse.org
+
+- Update to 5.3.4 release for details see changelog.txt and News
+
+  * Extflonums (80-bit floating-point numbers) are supported on some
+x86/x86_64 platforms -- including Windows, and including platforms
+where Racket is compiled to use SSE instructions for flonum
+arithmetic.  Thanks to Michael Filonenko.
+  * Tally Maze: a new game based an enumeration of 2d mazes.
+  * The Optimization Coach, a DrRacket plugin, has been moved from the
+Racket distribution to the Racket package repository.  Install it
+with: raco pkg install optimization-coach
+  * Redex: `define-union-language' now merges productions when
+languages define the same nonterminals.  Thanks to William Bowman.
+  * The `srfi/19' library is now compatible with the date structure
+type exported by `racket/base'.
+
+- Packaging changes
+  * 0001-Fix-install-path-for-doc-and-collects.patch based on debian
+patch but correct doc install directory as well, this patch also
+enable the removal of 0001-pkg-collects-path.patch
+  * For Factory use libpng12 as racket is not compatible with
+libpng16
+  * Include libtools to BuildRequires, not to depend on bundled software
+in the source package
+  * Include full URL for the source package
+
+---

Old:

  0001-pkg-collects-path.patch
  racket-5.3.3-src-unix.tgz

New:

  0001-Fix-install-path-for-doc-and-collects.patch
  libpng16-adjustment.patch
  libpng16.patch
  racket-5.3.4-src-unix.tgz



Other differences:
--
++ racket.spec ++
--- /var/tmp/diff_new_pack.iqOhhp/_old  2013-05-27 09:58:49.0 +0200
+++ /var/tmp/diff_new_pack.iqOhhp/_new  2013-05-27 09:58:49.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package racket
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012, 2013 Togan Muftuoglu tog...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,37 +18,44 @@
 
 
 Name:   racket
-Version:5.3.3
+Version:5.3.4
 Release:0
 Summary:Scheme implementation with teaching tools
 License:LGPL-2.1+ and GPL-3.0+
 Group:  Development/Languages/Scheme
 Url:http://racket-lang.org
-Source0:%name-%version-src-unix.tgz
+Source0:
http://mirror.informatik.uni-tuebingen.de/mirror/%name/%version/%name/%name-%version-src-unix.tgz
 Source1:drracket.desktop
 Source2:racket-completion.bash
 Source3:racket-5.3.rpmlintrc
 Source4:drracket.png
-# PATCH-FIX-OPENSUSE taken from debian package author David Bremner 
brem...@unb.ca
-Patch0: 0001-pkg-collects-path.patch
+# PATCH-FIX-OPENSUSE based on debian package tog...@opensuse.org 
+Patch0: 0001-Fix-install-path-for-doc-and-collects.patch
+# PATCH-FIX-UPSTREAM fix for libpng16 Matthew Flatt mfl...@racket-lang.org
+Patch1: libpng16.patch
+Patch2: libpng16-adjustment.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ImageMagick
 BuildRequires:  chrpath
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  libexpat1
 BuildRequires:  libjpeg-devel
+BuildRequires:  librsvg-devel
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
-BuildRequires:  ImageMagick
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libffi)
-BuildRequires:  libpng-devel
-BuildRequires:  librsvg-devel
-BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(pixman-1) = 0.22.0
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  

commit rhythmbox for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2013-05-27 09:58:51

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


Package is rhythmbox

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2013-04-14 
12:05:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2013-05-27 
09:58:52.0 +0200
@@ -1,0 +2,6 @@
+Fri May 17 07:28:57 UTC 2013 - dims...@opensuse.org
+
+- Add rhythmbox-gtk3.9.patch: Fix build with GTK+ 3.9: avoid doing
+  work in class init functions.
+
+---

New:

  rhythmbox-gtk3.9.patch



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.wlOOsx/_old  2013-05-27 09:58:53.0 +0200
+++ /var/tmp/diff_new_pack.wlOOsx/_new  2013-05-27 09:58:53.0 +0200
@@ -29,6 +29,8 @@
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.gnome.org/projects/rhythmbox/
 Source: 
http://download.gnome.org/sources/rhythmbox/2.99/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM rhythmbox-gtk3.9.patch bgo#700177 dmis...@opensuse.org -- 
Fix build with GTK+ 3.9: avoid doing work in class init functions.
+Patch0: rhythmbox-gtk3.9.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libdiscid-devel
@@ -101,6 +103,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ rhythmbox-gtk3.9.patch ++
From fd6a4bc640ee505f92ff9c57b069902c1683e9e2 Mon Sep 17 00:00:00 2001
From: Jonathan Matthew jonat...@d14n.org
Date: Thu, 16 May 2013 22:45:20 +
Subject: avoid doing work in class init functions

Class init functions are called as part of the introspection
process.  During the build process we might not have a display
to talk to, so we need to avoid doing anything that requires
gdk to connect to the display.

https://bugzilla.gnome.org/show_bug.cgi?id=700177
---
diff --git a/rhythmdb/rhythmdb-property-model.c 
b/rhythmdb/rhythmdb-property-model.c
index c354022..c905984 100644
--- a/rhythmdb/rhythmdb-property-model.c
+++ b/rhythmdb/rhythmdb-property-model.c
@@ -220,23 +220,6 @@ rhythmdb_property_model_class_init 
(RhythmDBPropertyModelClass *klass)
 {
GObjectClass *object_class = G_OBJECT_CLASS (klass);
 
-   if (!rhythmdb_property_model_artist_drag_target_list)
-   rhythmdb_property_model_artist_drag_target_list =
-   gtk_target_list_new (targets_artist,
-G_N_ELEMENTS (targets_artist));
-   if (!rhythmdb_property_model_album_drag_target_list)
-   rhythmdb_property_model_album_drag_target_list =
-   gtk_target_list_new (targets_album,
-G_N_ELEMENTS (targets_album));
-   if (!rhythmdb_property_model_genre_drag_target_list)
-   rhythmdb_property_model_genre_drag_target_list =
-   gtk_target_list_new (targets_genre,
-G_N_ELEMENTS (targets_genre));
-   if (!rhythmdb_property_model_location_drag_target_list)
-   rhythmdb_property_model_location_drag_target_list =
-   gtk_target_list_new (targets_location,
-G_N_ELEMENTS (targets_location));
-
object_class-set_property = rhythmdb_property_model_set_property;
object_class-get_property = rhythmdb_property_model_get_property;
 
@@ -484,6 +467,23 @@ rhythmdb_property_model_get_property (GObject *object,
 static void
 rhythmdb_property_model_init (RhythmDBPropertyModel *model)
 {
+   if (!rhythmdb_property_model_artist_drag_target_list)
+   rhythmdb_property_model_artist_drag_target_list =
+   gtk_target_list_new (targets_artist,
+G_N_ELEMENTS (targets_artist));
+   if (!rhythmdb_property_model_album_drag_target_list)
+   rhythmdb_property_model_album_drag_target_list =
+   gtk_target_list_new (targets_album,
+G_N_ELEMENTS (targets_album));
+   if (!rhythmdb_property_model_genre_drag_target_list)
+   rhythmdb_property_model_genre_drag_target_list =
+   gtk_target_list_new (targets_genre,
+G_N_ELEMENTS (targets_genre));
+   if (!rhythmdb_property_model_location_drag_target_list)
+   rhythmdb_property_model_location_drag_target_list =
+   

commit rpm for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-05-27 09:59:02

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


Package is rpm

Changes:

rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2013-05-16 11:30:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-05-27 
09:59:03.0 +0200
@@ -1,0 +2,5 @@
+Sun May 19 14:05:14 UTC 2013 - sch...@suse.de
+
+- auto-config-update-aarch64.diff: increase level to 8
+
+---



Other differences:
--
rpm-python.spec: same change
rpm.spec: same change
++ auto-config-update-aarch64.diff ++
--- /var/tmp/diff_new_pack.uMyJNb/_old  2013-05-27 09:59:05.0 +0200
+++ /var/tmp/diff_new_pack.uMyJNb/_new  2013-05-27 09:59:05.0 +0200
@@ -12,7 +12,7 @@
 +char* buf = strdup(
 +ref=/usr/lib/rpm\n
 +for s in guess sub; do\n
-+for c in $(find -maxdepth 5 -name \config.$s\); do\n
++for c in $(find -maxdepth 8 -name \config.$s\); do\n
 + grep -q config-patches@ $c || continue\n
 + grep -q aarch64 $c || install -m 755 $ref/config.$s 
$c\n
 + done\n

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



commit rsyslog for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2013-05-27 09:59:12

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


Package is rsyslog

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2013-05-02 
11:45:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2013-05-27 
09:59:13.0 +0200
@@ -1,0 +2,25 @@
+Mon May 13 09:42:56 UTC 2013 - m...@suse.de
+
+- Fixed SLES-11 build that does not have rst2man/python-docutils;
+  added pre-built rscryutil.1 and rsgtutil.1 as sources because
+  v7.3.14 does not ship them pre-built any more.
+
+---
+Tue May  7 18:27:48 UTC 2013 - m...@suse.de
+
+- update to 7.3.14 [beta] 2013-05-06:
+  - bugfix: some man pages were not properly installed either
+rscryutil or rsgtutil man was installed, but not both.
+Thanks to Marius Tomaschewski for the patch.
+  - bugfix: potential segfault on startup when builtin module was
+specified in module() statement.
+Thanks to Marius Tomaschewski for reporting the bug.
+  - bugfix: segfault due to invalid dynafile cache handling
+Accidently, the old-style cache size parameter was used when the
+dynafile cache was created in a RainerScript action. If the
+old-style size was lower than the one actually set, this lead to
+misadressing when the size was overrun, and that could lead to
+all kinds of “interesting things”, often in segfaults.
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440
+
+---

Old:

  rsyslog-7.3.13.tar.gz

New:

  rscryutil.1.gz
  rsgtutil.1.gz
  rsyslog-7.3.14.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.W6R3wp/_old  2013-05-27 09:59:14.0 +0200
+++ /var/tmp/diff_new_pack.W6R3wp/_new  2013-05-27 09:59:14.0 +0200
@@ -20,7 +20,7 @@
 Summary:The enhanced syslogd for Linux and Unix
 License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:7.3.13
+Version:7.3.14
 Release:0
 %if 0%{?suse_version} = 1210
 %bcond_without  systemd
@@ -158,6 +158,9 @@
 %else
 BuildRequires:  libuuid-devel
 %endif
+%if 0%{?suse_version} = 1200
+BuildRequires:  python-docutils
+%endif
 %if %{with systemd}
 %{?systemd_requires}
 BuildRequires:  pkgconfig(systemd)
@@ -168,6 +171,8 @@
 Source2:rsyslog.conf.in
 Source4:rsyslog.d.remote.conf.in
 Source5:rsyslog-service-prepare.in
+Source10:   rscryutil.1.gz
+Source11:   rsgtutil.1.gz
 # PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodrig...@opensuse.org Customize 
upstream systemd unit for openSUSE needs.
 Patch0: rsyslog-unit.patch
 
@@ -467,6 +472,10 @@
 done
 %endif
 dos2unix doc/*.html
+# v7.3.14 does not ship them pre-built
+for m in rscryutil.1 rsgtutil.1 ; do
+   test -f tools/${m} || gunzip -c $RPM_SOURCE_DIR/${m}.gz  tools/${m}
+done
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar 
-I../../grammar
@@ -569,8 +578,6 @@
 
 %install
 make install DESTDIR=%{buildroot}  V=1
-# Hack for v7.3.13, remove when fixed upstream
-install -m644 tools/rsgtutil.1 %{buildroot}%{_mandir}/man1/
 #
 rm -f %{buildroot}%{rsyslog_module_dir_nodeps}/*.la
 #

++ rsyslog-7.3.13.tar.gz - rsyslog-7.3.14.tar.gz ++
 16392 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-flog for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-flog for openSUSE:Factory 
checked in at 2013-05-27 09:59:26

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


Package is rubygem-flog

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-flog/rubygem-flog.changes
2013-05-02 11:46:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-flog.new/rubygem-flog.changes   
2013-05-27 09:59:28.0 +0200
@@ -1,0 +2,14 @@
+Mon May 13 08:11:28 UTC 2013 - co...@suse.com
+
+- updated to version 4.1.0
+ * 3 minor enhancements:
+ 
+   * Cleaned up tests by adding assert_hash_in_epsilon. yay!
+   * Fixed method_location is now cleared on #reset. (makaroni4)
+   * to_proc_normal is now penalized based on RUBY_VERSION. Scores were 
benchmarked.
+ 
+ * 1 bug fix:
+ 
+   * Fixed code/home urls in readme/gem.
+
+---

Old:

  flog-4.0.0.gem

New:

  flog-4.1.0.gem



Other differences:
--
++ rubygem-flog.spec ++
--- /var/tmp/diff_new_pack.wrwQ9s/_old  2013-05-27 09:59:29.0 +0200
+++ /var/tmp/diff_new_pack.wrwQ9s/_new  2013-05-27 09:59:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-flog
-Version:4.0.0
+Version:4.1.0
 Release:0
 %define mod_name flog
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 Summary:Flog reports the most tortured code in an easy to read pain 
report
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -4.0.0
+%define mod_branch -%{version}
 %define mod_weight 4
 PreReq: update-alternatives
 
@@ -66,6 +66,8 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/flog{,%{mod_branch}}
 ln -s flog%{mod_branch} %{buildroot}%{_bindir}/flog
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.txt 
%buildroot/%{_docdir}/%{name}/README.txt
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -78,6 +80,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/flog%{mod_branch}
 %ghost %{_bindir}/flog
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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



commit rubygem-gem2rpm for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2013-05-27 09:59:43

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


Package is rubygem-gem2rpm

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2013-04-29 09:56:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2013-05-27 09:59:44.0 +0200
@@ -1,0 +2,11 @@
+Tue May  7 09:34:43 UTC 2013 - co...@suse.com
+
+- more license files
+
+---
+Thu May  2 08:58:11 UTC 2013 - co...@suse.com
+
+- ciaran wants to see the license files mentioned in %docdir, so create
+  symlinks
+
+---



Other differences:
--

++ gem2rpm-fix-opensuse-template.diff ++
--- /var/tmp/diff_new_pack.P723ek/_old  2013-05-27 09:59:45.0 +0200
+++ /var/tmp/diff_new_pack.P723ek/_new  2013-05-27 09:59:45.0 +0200
@@ -1,6 +1,6 @@
 diff -ru gem2rpm-0.9.2.orig/bin/gem2rpm gem2rpm-0.9.2/bin/gem2rpm
 gem2rpm-0.9.2.orig/bin/gem2rpm 2013-04-27 18:05:35.507339324 +0200
-+++ gem2rpm-0.9.2/bin/gem2rpm  2013-04-27 18:06:04.661974841 +0200
+--- gem2rpm-0.9.2.orig/bin/gem2rpm 2013-04-30 13:31:08.586730796 +0200
 gem2rpm-0.9.2/bin/gem2rpm  2013-05-02 10:33:35.314236973 +0200
 @@ -121,9 +121,15 @@
  if output_file.nil?
  Gem2Rpm::convert(gemfile, template, $stdout, nongem, local, 
doc_subpackage) unless deps
@@ -18,10 +18,10 @@
  ensure
  out.close()
  end
-Only in gem2rpm-0.9.2/bin: gem2rpm.orig
+Nur in gem2rpm-0.9.2/bin: gem2rpm.orig.
 diff -ru gem2rpm-0.9.2.orig/lib/gem2rpm/specification.rb 
gem2rpm-0.9.2/lib/gem2rpm/specification.rb
 gem2rpm-0.9.2.orig/lib/gem2rpm/specification.rb2013-04-27 
18:05:35.561338649 +0200
-+++ gem2rpm-0.9.2/lib/gem2rpm/specification.rb 2013-04-27 18:06:04.661974841 
+0200
+--- gem2rpm-0.9.2.orig/lib/gem2rpm/specification.rb2013-04-30 
13:31:08.586730796 +0200
 gem2rpm-0.9.2/lib/gem2rpm/specification.rb 2013-05-02 10:33:35.314236973 
+0200
 @@ -6,7 +6,11 @@
class Specification  SimpleDelegator
  # A long description of gem wrapped to 78 characters.
@@ -54,8 +54,8 @@
  def development_dependencies
super.map {|d| Gem2Rpm::Dependency.new d}
 diff -ru gem2rpm-0.9.2.orig/lib/gem2rpm.rb gem2rpm-0.9.2/lib/gem2rpm.rb
 gem2rpm-0.9.2.orig/lib/gem2rpm.rb  2013-04-27 18:05:35.507339324 +0200
-+++ gem2rpm-0.9.2/lib/gem2rpm.rb   2013-04-27 18:08:10.485401832 +0200
+--- gem2rpm-0.9.2.orig/lib/gem2rpm.rb  2013-04-30 13:31:08.586730796 +0200
 gem2rpm-0.9.2/lib/gem2rpm.rb   2013-05-02 10:33:35.314236973 +0200
 @@ -31,11 +31,14 @@
end
  
@@ -73,11 +73,9 @@
  download_path = 
  unless local
begin
-Only in gem2rpm-0.9.2/lib: gem2rpm.rb.orig
-Only in gem2rpm-0.9.2/lib: gem2rpm.rb.rej
 diff -ru gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 
gem2rpm-0.9.2/templates/opensuse.spec.erb
 gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 2013-04-27 
18:05:35.561338649 +0200
-+++ gem2rpm-0.9.2/templates/opensuse.spec.erb  2013-04-28 09:10:52.287772175 
+0200
+--- gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 2013-04-30 
13:31:08.586730796 +0200
 gem2rpm-0.9.2/templates/opensuse.spec.erb  2013-05-14 12:10:57.659712421 
+0200
 @@ -1,7 +1,7 @@
  #
 -# spec file for package rubygem-%= spec.name % (Version %= spec.version %)
@@ -88,7 +86,7 @@
  #
  # All modifications and additions to the file contributed by third parties
  # remain the property of their copyright owners, unless otherwise agreed
-@@ -15,58 +15,142 @@
+@@ -15,58 +15,161 @@
  # Please submit bugfixes or comments via http://bugs.opensuse.org/
  #
  
@@ -118,9 +116,9 @@
 +% unless req.empty? -%
 +Requires:   ruby %= req %
 +BuildRequires:  ruby-devel %= req %
-+% end -%
  % end -%
 -% for d in spec.dependencies -%
++% end -%
 +% for d in spec.runtime_dependencies -%
 +% if ['rdoc'].include? d.name.to_s -%
 +# %= d.name % %= d.__getobj__().requirement %
@@ -164,23 +162,33 @@
 +Summary:RDoc documentation for %{mod_name}
 +Group:  Development/Languages/Ruby
 +Requires:   %{name} = %{version}
- 
++
 +%description doc
 +Documentation generated at gem installation time.
 +Usually in RDoc and RI formats.
 +
 +% end -%
-+% test_frameworks = %w(test spec).select do |framework| 
-+  format.file_entries.any? do |entry| 
-+ # new rubygems version has it different
-+ if entry.kind_of?(Array)
-+ path=entry[0]['path']
-+   else
-+   path=entry
-+ end
-+  

commit rubygem-hashie for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hashie for openSUSE:Factory 
checked in at 2013-05-27 10:00:05

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


Package is rubygem-hashie

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hashie/rubygem-hashie.changes
2013-05-02 11:47:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hashie.new/rubygem-hashie.changes   
2013-05-27 10:00:07.0 +0200
@@ -1,0 +2,6 @@
+Mon May 13 08:12:08 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.5
+ * make coercion work better with non-symbol keys in mash wapcaplet #96
+
+---

Old:

  hashie-2.0.4.gem

New:

  hashie-2.0.5.gem



Other differences:
--
++ rubygem-hashie.spec ++
--- /var/tmp/diff_new_pack.UW78da/_old  2013-05-27 10:00:07.0 +0200
+++ /var/tmp/diff_new_pack.UW78da/_new  2013-05-27 10:00:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-hashie
-Version:2.0.4
+Version:2.0.5
 Release:0
 %define mod_name hashie
 %define mod_full_name %{mod_name}-%{version}
@@ -60,9 +60,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-hoe for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2013-05-27 10:00:10

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


Package is rubygem-hoe

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2013-04-20 
17:55:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2013-05-27 10:00:12.0 +0200
@@ -1,0 +2,25 @@
+Mon May 13 08:19:06 UTC 2013 - co...@suse.com
+
+- updated to version 3.6.1
+ * 2 bug fixes:
+ 
+   * Define a blank test task just in case nothing is found
+   * Fixed an ancient test to use capture_subprocess_io. More reliable.
+
+---
+Wed May  8 06:35:59 UTC 2013 - co...@suse.com
+
+- updated to version 3.6.0
+ * 5 minor enhancements:
+ 
+   * Added built-in support for markdown.
+   * Renamed rubyforge_name to group_name.
+   * Aliased and deprecated rubyforge_name from group_name.
+   * Strip  from parse_urls for markdown style raw urls.
+   * intuit_values looks for README.md and History.md as well as txt.
+ 
+ * 1 bug fix:
+ 
+   * Fix file_name regex for test file. (bhenderson/veganstraightedge)
+
+---

Old:

  hoe-3.5.3.gem

New:

  hoe-3.6.1.gem



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.tRgqbd/_old  2013-05-27 10:00:13.0 +0200
+++ /var/tmp/diff_new_pack.tRgqbd/_new  2013-05-27 10:00:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-hoe
-Version:3.5.3
+Version:3.6.1
 Release:0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 Summary:Hoe is a rake/rubygems helper for project Rakefiles
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -3.5.3
+%define mod_branch -%{version}
 %define mod_weight 3
 PreReq: update-alternatives
 
@@ -72,6 +72,8 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/sow{,%{mod_branch}}
 ln -s sow%{mod_branch} %{buildroot}%{_bindir}/sow
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.txt 
%buildroot/%{_docdir}/%{name}/README.txt
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -84,6 +86,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/sow%{mod_branch}
 %ghost %{_bindir}/sow
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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



commit rubygem-json for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json for openSUSE:Factory 
checked in at 2013-05-27 10:00:15

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


Package is rubygem-json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json/rubygem-json.changes
2013-03-08 11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes   
2013-05-27 10:00:16.0 +0200
@@ -1,0 +2,14 @@
+Mon May 13 13:37:38 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.0
+   * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
+ Lafortune github_ro...@marc-andre.ca. Thanks!
+   * Applied patches by Yui NARUSE nar...@airemix.jp to suppress warning with
+ -Wchar-subscripts and better validate UTF-8 strings.
+   * Applied patch by ginriki@github to remove unnecessary if.
+   * Add load/dump interface to JSON::GenericObject to make
+ serialize :some_attribute, JSON::GenericObject
+ work in Rails active models for convenient 
SomeModel#some_attribute.foo.bar
+ access to serialised JSON data.
+
+---

Old:

  json-1.7.7.gem

New:

  json-1.8.0.gem



Other differences:
--
++ rubygem-json.spec ++
--- /var/tmp/diff_new_pack.BSoYmI/_old  2013-05-27 10:00:17.0 +0200
+++ /var/tmp/diff_new_pack.BSoYmI/_new  2013-05-27 10:00:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-json
-Version:1.7.7
+Version:1.8.0
 Release:0
 %define mod_name json
 %define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,7 @@
 BuildRequires:  ruby-macros = 1
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/json
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:JSON Implementation for Ruby
 License:GPL-2.0+ or Ruby
 Group:  Development/Languages/Ruby
@@ -53,9 +53,13 @@
 %install
 %gem_install -f
 %gem_cleanup
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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



commit rubygem-json_pure for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json_pure for 
openSUSE:Factory checked in at 2013-05-27 10:00:19

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


Package is rubygem-json_pure

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes  
2013-03-08 11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json_pure.new/rubygem-json_pure.changes 
2013-05-27 10:00:21.0 +0200
@@ -1,0 +2,14 @@
+Wed May 15 03:57:05 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.0
+   * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
+ Lafortune github_ro...@marc-andre.ca. Thanks!
+   * Applied patches by Yui NARUSE nar...@airemix.jp to suppress warning with
+ -Wchar-subscripts and better validate UTF-8 strings.
+   * Applied patch by ginriki@github to remove unnecessary if.
+   * Add load/dump interface to JSON::GenericObject to make
+ serialize :some_attribute, JSON::GenericObject
+ work in Rails active models for convenient 
SomeModel#some_attribute.foo.bar
+ access to serialised JSON data.
+
+---

Old:

  json_pure-1.7.7.gem

New:

  json_pure-1.8.0.gem



Other differences:
--
++ rubygem-json_pure.spec ++
--- /var/tmp/diff_new_pack.Qzhtgw/_old  2013-05-27 10:00:22.0 +0200
+++ /var/tmp/diff_new_pack.Qzhtgw/_new  2013-05-27 10:00:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-json_pure
-Version:1.7.7
+Version:1.8.0
 Release:0
 %define mod_name json_pure
 %define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,7 @@
 BuildRequires:  ruby-macros = 1
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://flori.github.com/json
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:JSON Implementation for Ruby
 License:Ruby
 Group:  Development/Languages/Ruby
@@ -52,9 +52,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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



commit rubygem-mail for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mail for openSUSE:Factory 
checked in at 2013-05-27 10:00:25

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


Package is rubygem-mail

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mail/rubygem-mail.changes
2012-12-17 09:38:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes   
2013-05-27 10:00:26.0 +0200
@@ -1,0 +2,54 @@
+Wed May 15 04:02:20 UTC 2013 - co...@suse.com
+
+- updated to version 2.5.4
+ Features:
+ * Save settings passed to TestMailer#new (svanderbleek)
+ * Allow the setting of envelope from directly (jeremy)
+ * Accept other IETF/IANA-registered Content-Types and 
Content-Transfer-Encodings (jeremy)
+ * Alias shift-jis charset to Shift_JIS Ruby encoding (jeremy)
+ * Add support for ks_c_5601-1987 charset, aliased to CP949 Ruby encoding 
(jeremy)
+ * Don't allow colons in header names (jeremy)
+ * Can assign arrays of Message-IDs to References and In-Reply-To (jeremy)
+ * Setting the html_ or text_part sets a default text/html or text/plain 
content type (jeremy)
+ * Setting the html_ or text_part to nil removes it (jeremy)
+ * Addresses without a parsable email or display name still format as their 
raw text (jeremy)
+ * Close pull request 504 - Alias GB2312 charset to GB18030 Ruby encoding 
(bpot)
+ * Close pull request 399 - Accept :ca_path and :ca_file options for SMTP 
delivery (ndbroadbent)
+ * Close pull request 389 - Don't add superfluous message headers to MIME 
parts (djmaze, jeremy)
+ 
+ Performance:
+ * Close pull request 488 - Speed up field construction  comparison (bpot)
+ 
+ Bugs:
+ * Don't include separating semicolon in paramter value when sanitizing (bpot)
+ * Fix fencepost encoding problem with binhex strings and only one token 
(drasch)
+ * Fix sendmail delivery to addresses with a leading hyphen (lifo, jeremy)
+ * Correctly format mbox From headers per RFC4155 (bpot, jeremy)
+ * Fix bogus '=' at the end of some quoted-printable messages (jeremy)
+ * Shouldn't be fooled into encoding strings on 1.8 by unrelated Encoding 
constant (emiellohr, jeremy)
+ * Header encoding should be US-ASCII, not the default external encoding 
(jeremy)
+ * Address elements should return decoded display names by default (jeremy)
+ * Fix up tests that depend on utf-8 external encoding; read fixtures as 
binary (jeremy)
+ * Capture stderr from Sendmail and Exim deliveries (jeremy)
+ * RFC2822 quoted_string content may be empty (jeremy)
+ * Calling #to_s on a field with a nil value returns an empty string instead 
of nil (jeremy)
+ * The Received header may contain zero name/value pairs, qmail-style (jeremy)
+ * Fix that setting an attachment with a :mime_type and :encoding would 
override the :encoding (jeremy)
+ * Fix that declaring an html_part but no text_part would use 
multipart/alternative anyway (jeremy)
+ * Close pull request 508 - Don't add an extra CRLF to MIME parts; split MIME 
parts on correct CRLF boundaries (Aalanar)
+ * Close pull request 506 - Escape backslashes in quoted strings (ConradIrwin)
+ * Close pull request 496 - Correctly handle quoted-printable line breaks 
(jeremy)
+ * Close pull request 493 - Repair misencoded quoted-printable line breaks 
(jeremy)
+ * Close pull request 487 - Extract comments from group email addresses (bpot)
+ * Close pull request 481 - Correctly quote filename attributes (bpot)
+ * Close pull request 480 - Support mixed encodings in a single header body 
(adamvaughan)
+ * Close pull request 471 - Fix Ruby 1.8 build when UTF16/32 default to 
little-endian (kennyj)
+ 
+ Coping with third-party bugs:
+ * Parse multipart boundary from Content-Type headers containing extra 
semicolons (jeremy)
+ * Close pull request 389 - Only add Content-ID to inline attachments to 
appease Outlook (djmaze, jeremy)
+ 
+ Housekeeping:
+ * Add development gem dependency on rdoc (jeremy)
+
+---

Old:

  mail-2.5.3.gem

New:

  mail-2.5.4.gem



Other differences:
--
++ rubygem-mail.spec ++
--- /var/tmp/diff_new_pack.J6YtSZ/_old  2013-05-27 10:00:27.0 +0200
+++ /var/tmp/diff_new_pack.J6YtSZ/_new  2013-05-27 10:00:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mail
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-mail
-Version:2.5.3
+Version: 

commit rubygem-mocha for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2013-05-27 10:00:31

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


Package is rubygem-mocha

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2012-12-14 11:07:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2013-05-27 10:00:32.0 +0200
@@ -1,0 +2,18 @@
+Wed May 15 03:53:05 UTC 2013 - co...@suse.com
+
+- updated to version 0.14.0
+ * Official support for MiniTest v5. All tests now pass on the continuous 
integration build.
+ * Add speculative support for Minitest v5. Due to incompatibilities it has 
not yet been possible to run the Mocha test suite against Minitest v5. However, 
@zenspider (author of Minitest) provided the patch and he has tested it against 
Rails v4. Fixes #156. Thanks to @zenspider.
+ * Documentation updates.
+
+---
+Mon Mar 18 06:20:33 UTC 2013 - co...@suse.com
+
+- updated to version 0.13.3
+
+---
+Thu Jan 24 06:40:38 UTC 2013 - co...@suse.com
+
+- updated to version 0.13.2
+
+---

Old:

  mocha-0.13.1.gem

New:

  mocha-0.14.0.gem



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.fMx9zn/_old  2013-05-27 10:00:33.0 +0200
+++ /var/tmp/diff_new_pack.fMx9zn/_new  2013-05-27 10:00:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mocha
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-mocha
-Version:0.13.1
+Version:0.14.0
 Release:0
 %define mod_name mocha
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://gofreerange.com/mocha/docs
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Mocking and stubbing library
 License:Ruby or MIT
 Group:  Development/Languages/Ruby
@@ -60,9 +60,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-pry for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2013-05-27 10:00:44

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


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2013-05-02 
11:47:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2013-05-27 10:00:45.0 +0200
@@ -1,0 +2,6 @@
+Mon May 13 07:35:19 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.12.2
+ * reload-code (with no args) should reload 'current file', issue #920 
+
+---

Old:

  pry-0.9.12.1.gem

New:

  pry-0.9.12.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.yklvrv/_old  2013-05-27 10:00:46.0 +0200
+++ /var/tmp/diff_new_pack.yklvrv/_new  2013-05-27 10:00:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.1
+Version:0.9.12.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
@@ -60,6 +60,8 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/pry{,%{mod_branch}}
 ln -s pry%{mod_branch} %{buildroot}%{_bindir}/pry
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 # MANUAL
 rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
@@ -75,6 +77,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/pry%{mod_branch}
 %ghost %{_bindir}/pry
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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



commit rubygem-sass for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2013-05-27 10:00:51

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


Package is rubygem-sass

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2013-05-02 12:00:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2013-05-27 10:00:53.0 +0200
@@ -1,0 +2,7 @@
+Mon May 13 07:34:48 UTC 2013 - co...@suse.com
+
+- updated to version 3.2.9
+ - [#88] Update wdm dependency. (fixed by [@mrbinky3000][])
+ - [#78] Depend on latest rb-inotify. (fixed by [@mbj][])
+
+---

Old:

  sass-3.2.8.gem

New:

  sass-3.2.9.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.5WoT00/_old  2013-05-27 10:00:54.0 +0200
+++ /var/tmp/diff_new_pack.5WoT00/_new  2013-05-27 10:00:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sass
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
@@ -31,7 +31,7 @@
 Summary:A powerful but elegant CSS compiler that makes CSS fun again
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -3.2.8
+%define mod_branch -%{version}
 %define mod_weight 3
 PreReq: update-alternatives
 
@@ -73,6 +73,9 @@
 ln -s sass-convert%{mod_branch} %{buildroot}%{_bindir}/sass-convert
 mv %{buildroot}%{_bindir}/scss{,%{mod_branch}}
 ln -s scss%{mod_branch} %{buildroot}%{_bindir}/scss
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -95,6 +98,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/sass%{mod_branch}
 %ghost %{_bindir}/sass
 %{_bindir}/sass-convert%{mod_branch}

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



commit rubygem-slop for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2013-05-27 10:01:02

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


Package is rubygem-slop

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2013-03-26 07:01:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2013-05-27 10:01:04.0 +0200
@@ -1,0 +2,6 @@
+Wed May 15 03:52:17 UTC 2013 - co...@suse.com
+
+- updated to version 3.4.5
+ * Allow specifying long options starting with numbers (#110, Peter Zotov)
+
+---

Old:

  slop-3.4.4.gem

New:

  slop-3.4.5.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.zrEM6U/_old  2013-05-27 10:01:05.0 +0200
+++ /var/tmp/diff_new_pack.zrEM6U/_new  2013-05-27 10:01:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-slop
-Version:3.4.4
+Version:3.4.5
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}
@@ -27,7 +27,7 @@
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
 Url:http://github.com/injekt/slop
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Simple Lightweight Option Parsing
 License:MIT
 Group:  Development/Languages/Ruby
@@ -61,9 +61,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-taskjuggler for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-taskjuggler for 
openSUSE:Factory checked in at 2013-05-27 10:01:19

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


Package is rubygem-taskjuggler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-taskjuggler/rubygem-taskjuggler.changes  
2012-12-05 14:08:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-taskjuggler.new/rubygem-taskjuggler.changes 
2013-05-27 10:01:21.0 +0200
@@ -1,0 +2,34 @@
+Mon May 13 08:23:54 UTC 2013 - co...@suse.com
+
+- updated to version 3.4.0
+   * 'auxdir' can be used to specify alterntive path to CSS and script files.
+   * Trace file reader can now deal with Open/LibreOffice generated files.
+   * Add timefomat1 and timeformat2 attributes to set calendar column headers.
+   * Add report columns 'scheduling' to show the scheduling mode of leaf tasks.
+   * Priority inversions now generate a warning.
+   * 'competitors' and 'competitorcount' columns added.
+   * Better documentation of the task scheduler in the user manual.
+   * Support raw HTML fragments inlined into rich text strings.
+   * Added 'rawhtmlhead' attribute to insert HTML fragments into the HTML head 
section.
+   * Major performance improvements for reports using targets and inputs.
+   * Adding --report and --reports option to tj3.
+ 
+ == Bug Fixes
+ 
+   * Don't crash on files with bad file encodings.
+   * 'tagfile' cannot work without a file name.
+   * Report correct line number for errors at end of master file.
+   * Don't crash when adopting a top-level task.
+   * Don't put -bookings.tji file in -o directory.
+   * MS Project XML files respect the 'screnarios' setting now.
+   * Timesheet reports are now based on the 'trackingscenario' instead of the 
top-level.
+   * Make -reportlink ...- work with otherwise empty strings.
+   * Handle *prefix settings properly across nested include files.
+   * Properly export working hours that are not hour-aligned.
+   * Fix link to generated tutorial reports.
+   * Add requirement for = Ruby 1.9.2 for non-ASCII users.
+   * Undefined macros ${?foo} now work with TJ3.
+   * Improving the heuristic to select a persistent resource from a set of 
alternatives.
+   * Ensure that resource load bars in Gantt charts have at least a 1px width
+
+---

Old:

  taskjuggler-3.3.0.gem

New:

  taskjuggler-3.4.0.gem



Other differences:
--
++ rubygem-taskjuggler.spec ++
--- /var/tmp/diff_new_pack.t8pAQM/_old  2013-05-27 10:01:22.0 +0200
+++ /var/tmp/diff_new_pack.t8pAQM/_new  2013-05-27 10:01:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-taskjuggler
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,23 @@
 
 
 Name:   rubygem-taskjuggler
-Version:3.3.0
+Version:3.4.0
 Release:0
 %define mod_name taskjuggler
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# not needed?
-#BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
-Provides:   taskjuggler = %{version}-%{release}
 BuildRequires:  ruby-devel = 1.8.7
 Url:http://www.taskjuggler.org
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A Project Management Software
 License:GPL-2.0
 Group:  Development/Languages/Ruby
+%define mod_branch -%{version}
+%define mod_weight 3
+PreReq: update-alternatives
 
 %description
 TaskJuggler is a modern and powerful, Free and Open Source Software project
@@ -70,6 +71,7 @@
 
 %install
 %gem_install -f
+# MANUAL
 ## vim
 # don't turn on folding automatically
 sed -i '/foldmethod/d' 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/data/tjp.vim
@@ -79,24 +81,113 @@
 au BufNewFile,BufRead *.tjp,*.tji  set ft=tjp
 EOF
 
+mv %{buildroot}%{_bindir}/tj3{,%{mod_branch}}
+ln -s tj3%{mod_branch} %{buildroot}%{_bindir}/tj3
+mv %{buildroot}%{_bindir}/tj3client{,%{mod_branch}}
+ln -s tj3client%{mod_branch} %{buildroot}%{_bindir}/tj3client
+mv %{buildroot}%{_bindir}/tj3d{,%{mod_branch}}
+ln -s tj3d%{mod_branch} %{buildroot}%{_bindir}/tj3d
+mv %{buildroot}%{_bindir}/tj3man{,%{mod_branch}}
+ln -s tj3man%{mod_branch} %{buildroot}%{_bindir}/tj3man
+mv 

commit rubygem-test-unit for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2013-05-27 10:01:29

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


Package is rubygem-test-unit

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2013-03-08 11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2013-05-27 10:01:30.0 +0200
@@ -1,0 +2,5 @@
+Sat May 18 07:30:56 UTC 2013 - co...@suse.com
+
+- updated to version 2.5.5, no changelog
+
+---

Old:

  test-unit-2.5.4.gem

New:

  test-unit-2.5.5.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.pSY8pE/_old  2013-05-27 10:01:31.0 +0200
+++ /var/tmp/diff_new_pack.pSY8pE/_new  2013-05-27 10:01:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-test-unit
-Version:2.5.4
+Version:2.5.5
 Release:0
 %define mod_name test-unit
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://test-unit.rubyforge.org/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:test-unit - Improved version of Test::Unit bundled in Ruby 
1.8.x
 License:Ruby and Python-2.0
 Group:  Development/Languages/Ruby
@@ -61,9 +61,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit libvirt for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2013-05-27 09:52:23

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2013-03-25 
20:40:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2013-05-27 
09:52:26.0 +0200
@@ -1,0 +2,57 @@
+Sat May 18 09:15:00 MDT 2013 - jfeh...@suse.com
+
+- fix leak after listing all volumes - CVE-2013-1962
+  ca697e90-CVE-2013-1962.patch
+  bnc#820397
+- Fix iohelper usage with streams opened for read
+  a2214c52-iohelper.patch
+- Cope with missing swap cgroup controls
+  f493d83f-cgroup-swap-control.patch
+  bnc#819976
+- Fix cgroup handling when setting VCPU BW
+  0471637d-cgroups-vcpu-bw.patch
+  rhb#963592
+- Escape a leading '.' with '_' in the cgroup names
+  0ced83dc-cgroup-escape-dot.patch
+- Add missing documentation on new cgroup layout
+  486a86eb-cgroups-docs.patch
+- Another fix related to systems with no cgroups
+  c2cf5f1c-no-cgroups-fix.patch
+  bnc#819963
+
+---
+Thu May 16 16:25:13 MDT 2013 - jfeh...@suse.com
+
+- Fix botched backport of commit bbe97ae9
+
+---
+Mon May 13 09:32:56 MDT 2013 - jfeh...@suse.com
+
+- Fix starting domains when kernel has no cgroups support
+  bbe97ae9-no-cgroups.patch
+
+---
+Thu May  2 13:14:00 MDT 2013 - jfeh...@suse.com
+
+- Update to libvirt 1.0.5
+  - PPC64: Add NVRAM device
+  - Add XML config for resource partitions
+  - Add support for TPM
+  - NPIV storage migration support
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+
+---
+Tue Apr  2 15:26:18 MDT 2013 - jfeh...@suse.com
+
+- Update to libvirt 1.0.4
+  - qemu: support passthrough for iscsi disks
+  - various S390 improvements
+  - various LXC bugs fixes and improvements
+  - add API for thread cancellation
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Drop upstream patches: ce4557c3-apparmor-tapfd-label.patch
+libvirt-iptables-1.4.18.diff
+
+---

Old:

  ce4557c3-apparmor-tapfd-label.patch
  libvirt-1.0.3.tar.bz2
  libvirt-iptables-1.4.18.diff

New:

  0471637d-cgroups-vcpu-bw.patch
  0ced83dc-cgroup-escape-dot.patch
  486a86eb-cgroups-docs.patch
  a2214c52-iohelper.patch
  bbe97ae9-no-cgroups.patch
  c2cf5f1c-no-cgroups-fix.patch
  ca697e90-CVE-2013-1962.patch
  f493d83f-cgroup-swap-control.patch
  libvirt-1.0.5.tar.bz2



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.yVpb19/_old  2013-05-27 09:52:28.0 +0200
+++ /var/tmp/diff_new_pack.yVpb19/_new  2013-05-27 09:52:28.0 +0200
@@ -334,10 +334,16 @@
 %if %{with_systemd}
 BuildRequires:  systemd
 %endif
+%if %{with_libvirtd}
+%if 0%{?suse_version} = 1210
+# For pool-build probing for existing pools
+BuildRequires:  libblkid-devel = 2.17
+%endif
+%endif
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.0.3
+Version:1.0.5
 Release:0
 Summary:A C toolkit to interact with the virtualization capabilities 
of Linux
 License:LGPL-2.1+
@@ -417,12 +423,18 @@
 Source2:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: ce4557c3-apparmor-tapfd-label.patch
+Patch0: f493d83f-cgroup-swap-control.patch
+Patch1: 486a86eb-cgroups-docs.patch
+Patch2: 0ced83dc-cgroup-escape-dot.patch
+Patch3: bbe97ae9-no-cgroups.patch
+Patch4: 0471637d-cgroups-vcpu-bw.patch
+Patch5: c2cf5f1c-no-cgroups-fix.patch
+Patch6: a2214c52-iohelper.patch
+Patch7: ca697e90-CVE-2013-1962.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   clone.patch
 Patch102:   xen-pv-cdrom.patch
-Patch103:   libvirt-iptables-1.4.18.diff
 # Our patches
 Patch200:   libvirtd-defaults.patch
 Patch201:   libvirtd-init-script.patch
@@ -560,10 +572,16 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 %patch100 -p1
 %patch101
 %patch102 -p1
-%patch103 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
@@ -1070,6 +1088,7 @@
 %{_datadir}/libvirt/schemas/storagepool.rng
 %{_datadir}/libvirt/schemas/storagevol.rng
 %{_datadir}/libvirt/cpu_map.xml

commit sax3 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2013-05-27 10:01:36

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


Package is sax3

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2013-04-22 
14:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2013-05-27 
10:01:37.0 +0200
@@ -1,0 +2,6 @@
+Wed May 22 09:47:12 UTC 2013 - sch...@suse.de
+
+- Properly determine LIB_SUFFIX
+- Use %{optflags}
+
+---



Other differences:
--
++ sax3.spec ++
--- /var/tmp/diff_new_pack.KceYly/_old  2013-05-27 10:01:38.0 +0200
+++ /var/tmp/diff_new_pack.KceYly/_new  2013-05-27 10:01:38.0 +0200
@@ -57,7 +57,9 @@
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true \
-%ifarch x86_64 ppc64
+-DCMAKE_CXX_FLAGS=%{optflags} \
+-DCMAKE_VERBOSE_MAKEFILE=true \
+%if %{_lib} == lib64
 -DLIB_SUFFIX=64 \
 %endif
 .

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



commit sensors for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-05-27 10:01:49

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


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-04-14 
12:11:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-05-27 
10:01:51.0 +0200
@@ -1,0 +2,22 @@
+Thu May 23 18:30:31 CEST 2013 - jdelv...@suse.de
+
+- lm_sensors-r6163-pwmconfig-raise-threshold.diff: pwmconfig: Raise
+  the detection threshold to 3/4 (bnc#810344).
+- lm_sensors-r6164-pwmconfig-drop-comment.diff: pwmconfig: Drop a
+  stray comment.
+- lm_sensors-r6165-pwmconfig-multiple-fans.diff:  pwmconfig:
+  Properly deal with multiple fan control (bnc#810344).
+- lm_sensors-r6172-fancontrol-absolute-paths.diff: fancontrol: Fix
+  handling of absolute paths in config (bnc#810344).
+
+---
+Thu May 23 18:06:50 CEST 2013 - jdelv...@suse.de
+
+- fancontrol.service: Cleanups.
+
+---
+Sat May 18 11:58:47 UTC 2013 - wer...@suse.com
+
+- Add fancontrol.service (bnc#810344).
+
+---

New:

  fancontrol.service
  lm_sensors-r6163-pwmconfig-raise-threshold.diff
  lm_sensors-r6164-pwmconfig-drop-comment.diff
  lm_sensors-r6165-pwmconfig-multiple-fans.diff
  lm_sensors-r6172-fancontrol-absolute-paths.diff



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.uAYQ6H/_old  2013-05-27 10:01:52.0 +0200
+++ /var/tmp/diff_new_pack.uAYQ6H/_new  2013-05-27 10:01:52.0 +0200
@@ -30,6 +30,7 @@
 Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
 Source1:lm_sensors.init
 Source2:baselibs.conf
+Source3:fancontrol.service
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
@@ -39,6 +40,10 @@
 Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
 Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
 Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
+Patch10:lm_sensors-r6163-pwmconfig-raise-threshold.diff
+Patch11:lm_sensors-r6164-pwmconfig-drop-comment.diff
+Patch12:lm_sensors-r6165-pwmconfig-multiple-fans.diff
+Patch13:lm_sensors-r6172-fancontrol-absolute-paths.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -146,6 +151,10 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -168,6 +177,7 @@
 install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
 ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
 install -D -m 0644 prog/init/lm_sensors.service 
%{buildroot}%{_unitdir}/lm_sensors.service
+install -D -m 0644 %{SOURCE3}   
%{buildroot}%{_unitdir}/fancontrol.service
 
 %pre
 %service_add_pre lm_sensors.service
@@ -211,6 +221,7 @@
 %files
 %defattr(-,root,root)
 %{_unitdir}/lm_sensors.service
+%{_unitdir}/fancontrol.service
 /etc/init.d/lm_sensors
 /usr/sbin/rclm_sensors
 /usr/bin/*

++ fancontrol.service ++
[Unit]
Description=Start fan control, if configured
ConditionFileNotEmpty=/etc/fancontrol
After=lm_sensors.service

[Service]
Type=simple
PIDFile=/var/run/fancontrol.pid
EnvironmentFile=/etc/sysconfig/lm_sensors
ExecStart=/usr/sbin/fancontrol

[Install]
WantedBy=multi-user.target
++ lm_sensors-r6163-pwmconfig-raise-threshold.diff ++
Subject: pwmconfig: Raise the detection threshold to 3/4
Upstream: yes, r6163
References: bnc#810344

Detection threshold of 2/3 of the maximum speed is too low, some fans
will slow down to about that speed so controlled fans may be missed.
Use 3/4 as the threshold to avoid these false negatives.
---
 prog/pwm/pwmconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -448,7 +448,7 @@ do
OS=`echo $SPEEDS | cut -d' ' -f$count`
S=`echo $CURRENT_SPEEDS | cut -d' ' -f$count`
echo   $j ... speed was $OS now $S
-   let threshold=2*$OS/3
+   let threshold=3*$OS/4
if [ $S -lt $threshold ]
then
echo It appears that fan $j
++ lm_sensors-r6164-pwmconfig-drop-comment.diff ++
Subject: pwmconfig: Drop a stray comment
Upstream: 

commit shunit2 for openSUSE:Factory

2013-05-27 Thread h_root


bin4FxgJabKfA.bin
Description: Binary data


commit smb4k for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package smb4k for openSUSE:Factory checked 
in at 2013-05-27 10:02:08

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


Package is smb4k

Changes:

--- /work/SRC/openSUSE:Factory/smb4k/smb4k.changes  2013-03-18 
07:18:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.smb4k.new/smb4k.changes 2013-05-27 
10:02:09.0 +0200
@@ -1,0 +2,12 @@
+Fri May 17 20:41:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.0.7:
+  * Fixed remounting of shares.
+  * Fixed Smb4KCustomOptionsManager::hasCustomOptions(). 
+The default options defined via the configuration dialog are 
+honored now.
+  * Fixed Ignoring unknown parameter error messages
+  * Fixed command line argument when a master browser is queried 
+for the browse list.
+
+---

Old:

  smb4k-1.0.6.tar.bz2

New:

  smb4k-1.0.7.tar.bz2



Other differences:
--
++ smb4k.spec ++
--- /var/tmp/diff_new_pack.15L7a9/_old  2013-05-27 10:02:10.0 +0200
+++ /var/tmp/diff_new_pack.15L7a9/_new  2013-05-27 10:02:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   smb4k
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Advanced Network Neighborhood Browser for KDE
 License:GPL-2.0+

++ smb4k-1.0.6.tar.bz2 - smb4k-1.0.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.6/CMakeLists.txt 
new/smb4k-1.0.7/CMakeLists.txt
--- old/smb4k-1.0.6/CMakeLists.txt  2013-03-03 11:46:53.0 +0100
+++ new/smb4k-1.0.7/CMakeLists.txt  2013-05-12 14:45:15.0 +0200
@@ -1,9 +1,9 @@
 project( smb4k )
 
-set( VERSION 1.0.6 )
+set( VERSION 1.0.7 )
 set( VERSION_MAJOR 1 )
 set( VERSION_MINOR 0 )
-set( VERSION_PATCH 6 )
+set( VERSION_PATCH 7 )
 
 cmake_minimum_required( VERSION 2.6 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.6/ChangeLog new/smb4k-1.0.7/ChangeLog
--- old/smb4k-1.0.6/ChangeLog   2013-03-03 11:46:53.0 +0100
+++ new/smb4k-1.0.7/ChangeLog   2013-05-12 14:45:15.0 +0200
@@ -1,3 +1,11 @@
+Smb4K 1.0.7 (2013-05-13):
+- Fixed remounting of shares.
+- Fixed Smb4KCustomOptionsManager::hasCustomOptions(). The default options
+  defined via the configuration dialog are honored now.
+- Fixed Ignoring unknown parameter error messages (closes SF ticket #29).
+- Fixed command line argument when a master browser is queried for the 
+  browse list.
+
 Smb4K 1.0.6 (2013-03-03):
 - Fixed crash in Smb4KMounter::slotAuthError() due to signals being emitted
   from Smb4KMountJob::slotActionFinished() too often (closes SF ticket #25).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.6/core/smb4kcustomoptionsmanager.cpp 
new/smb4k-1.0.7/core/smb4kcustomoptionsmanager.cpp
--- old/smb4k-1.0.6/core/smb4kcustomoptionsmanager.cpp  2013-03-03 
11:46:53.0 +0100
+++ new/smb4k-1.0.7/core/smb4kcustomoptionsmanager.cpp  2013-05-12 
14:45:15.0 +0200
@@ -41,6 +41,7 @@
 #include smb4knotification.h
 #include smb4khost.h
 #include smb4kshare.h
+#include smb4ksettings.h
 
 K_GLOBAL_STATIC( Smb4KCustomOptionsManagerPrivate, p );
 
@@ -823,12 +824,87 @@
 {
   Q_ASSERT( options );
   
-  // Check if there are custom options defined. We do this
-  // by using an empty Smb4KCustomOptions object for comparison.
-  Smb4KCustomOptions default_options;
+  // Check if there are custom options defined.
+  // Checks are performed against an empty and a default custom
+  // options object. Default means that the values of the global
+  // settings are honored.
+  Smb4KCustomOptions empty_options, default_options;
+  
+  // Set up the default options
+  default_options.setSMBPort( Smb4KSettings::remoteSMBPort() );
+#ifndef Q_OS_FREEBSD
+  default_options.setFileSystemPort( Smb4KSettings::remoteFileSystemPort() );
+  
+  switch ( Smb4KSettings::writeAccess() )
+  {
+case Smb4KSettings::EnumWriteAccess::ReadWrite:
+{
+  default_options.setWriteAccess( Smb4KCustomOptions::ReadWrite );
+  break;
+}
+case Smb4KSettings::EnumWriteAccess::ReadOnly:
+{
+  default_options.setWriteAccess( Smb4KCustomOptions::ReadOnly );
+  break;
+}
+default:
+{
+  default_options.setWriteAccess( Smb4KCustomOptions::UndefinedWriteAccess 
);
+  break;
+}
+  }
+#endif
+
+  switch ( Smb4KSettings::protocolHint() )
+  {
+case Smb4KSettings::EnumProtocolHint::Automatic:
+{
+  default_options.setProtocolHint( Smb4KCustomOptions::Automatic );
+  break;

commit sparse for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package sparse for openSUSE:Factory checked 
in at 2013-05-27 10:02:32

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


Package is sparse

Changes:

--- /work/SRC/openSUSE:Factory/sparse/sparse.changes2013-03-10 
09:13:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparse.new/sparse.changes   2013-05-27 
10:02:34.0 +0200
@@ -1,0 +2,6 @@
+Mon May 20 13:12:53 UTC 2013 - jsl...@suse.com
+
+- update to 20130425
+  * many fixes
+
+---

Old:

  sparse-20130225.tar.xz

New:

  sparse-20130425.tar.xz



Other differences:
--
++ sparse.spec ++
--- /var/tmp/diff_new_pack.pD8nAM/_old  2013-05-27 10:02:35.0 +0200
+++ /var/tmp/diff_new_pack.pD8nAM/_new  2013-05-27 10:02:35.0 +0200
@@ -20,7 +20,7 @@
 Summary:A semantic parser of source files
 License:SUSE-OSL-1.1
 Group:  Development/Tools/Building
-Version:20130225
+Version:20130425
 Release:0
 Url:https://sparse.wiki.kernel.org/index.php/Main_Page
 Source: sparse-%{version}.tar.xz

++ sparse-20130225.tar.xz - sparse-20130425.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sparse-20130225/Makefile new/sparse-20130425/Makefile
--- old/sparse-20130225/Makefile2013-03-09 10:45:43.0 +0100
+++ new/sparse-20130425/Makefile2013-05-20 15:12:32.0 +0200
@@ -1,5 +1,13 @@
 VERSION=0.4.4
 
+# Generating file version.h if current version has changed
+SPARSE_VERSION:=$(shell git describe 2/dev/null || echo '$(VERSION)')
+VERSION_H := $(shell cat version.h 2/dev/null)
+ifneq ($(lastword $(VERSION_H)),$(SPARSE_VERSION))
+$(info $(shell echo ' GEN  'version.h))
+$(shell echo '#define SPARSE_VERSION $(SPARSE_VERSION)'  version.h)
+endif
+
 OS = linux
 
 
@@ -191,7 +199,7 @@
rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc
 
 dist:
-   @if test `git describe` != v$(VERSION) ; then \
+   @if test v$(SPARSE_VERSION) != v$(VERSION) ; then \
echo 'Update VERSION in the Makefile before running make 
dist.' ; \
exit 1 ; \
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sparse-20130225/cgcc new/sparse-20130425/cgcc
--- old/sparse-20130225/cgcc2013-03-09 10:45:43.0 +0100
+++ new/sparse-20130425/cgcc2013-05-20 15:12:32.0 +0200
@@ -240,27 +240,32 @@
return (' -Di386=1 -D__i386=1 -D__i386__=1' .
integer_types (8, 16, 32, $m64 ? 64 : 32, 64) .
float_types (1, 1, 21, [24,8], [53,11], [64,15]) .
-   define_size_t ($m64 ? long unsigned int : unsigned int));
+   define_size_t ($m64 ? long unsigned int : unsigned int) .
+   ' -D__SIZEOF_POINTER__=' . ($m64 ? '8' : '4'));
 } elsif ($spec eq 'sparc') {
return (' -Dsparc=1 -D__sparc=1 -D__sparc__=1' .
integer_types (8, 16, 32, $m64 ? 64 : 32, 64) .
float_types (1, 1, 33, [24,8], [53,11], [113,15]) .
-   define_size_t ($m64 ? long unsigned int : unsigned int));
+   define_size_t ($m64 ? long unsigned int : unsigned int) .
+   ' -D__SIZEOF_POINTER__=' . ($m64 ? '8' : '4'));
 } elsif ($spec eq 'sparc64') {
return (' -Dsparc=1 -D__sparc=1 -D__sparc__=1 -D__sparcv9__=1 
-D__sparc64__=1 -D__arch64__=1 -D__LP64__=1' .
integer_types (8, 16, 32, 64, 64, 128) .
float_types (1, 1, 33, [24,8], [53,11], [113,15]) .
-   define_size_t (long unsigned int));
+   define_size_t (long unsigned int) .
+   ' -D__SIZEOF_POINTER__=8');
 } elsif ($spec eq 'x86_64') {
return (' -Dx86_64=1 -D__x86_64=1 -D__x86_64__=1' . ($m32 ? '' : ' 
-D__LP64__=1') .
integer_types (8, 16, 32, $m32 ? 32 : 64, 64, 128) .
float_types (1, 1, 33, [24,8], [53,11], [113,15]) .
-   define_size_t ($m32 ? unsigned int : long unsigned int));
+   define_size_t ($m32 ? unsigned int : long unsigned int) .
+   ' -D__SIZEOF_POINTER__=' . ($m32 ? '4' : '8'));
 } elsif ($spec eq 'ppc') {
return (' -D__powerpc__=1 -D_BIG_ENDIAN -D_STRING_ARCH_unaligned=1' .
integer_types (8, 16, 32, $m64 ? 64 : 32, 64) .
float_types (1, 1, 21, [24,8], [53,11], [113,15]) .
-   define_size_t ($m64 ? long unsigned int : unsigned int));
+   define_size_t ($m64 ? long unsigned int : 

commit subversion for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2013-05-27 10:02:41

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.changes2013-05-16 
16:32:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2013-05-27 10:02:43.0 +0200
@@ -1,0 +2,20 @@
+Tue May 21 19:41:36 UTC 2013 - andreas.stie...@gmx.de
+
+- use svnserveautocheck.sh and davautocheck.sh for unit tests,
+  greatly reducing complexity of spec file and adding support
+  for running unit tests with httpd 2.4 in factory
+- add subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch to 
+  not overwrite LD_LIBRARY_PATH in davautocheck.sh to make
+  auth-test pass
+
+---
+Mon May 20 19:30:52 UTC 2013 - andreas.stie...@gmx.de
+
+- add systemd support for svnserve
+- package now contains user and group svn
+- adjust and extend README.SuSE to cover a quickstart with both
+  mod_dav_svn and svnserve, mention the user/group requirement for
+  parallel operation and make text more compact by referencing the
+  template config file [bnc#781980]
+
+---

Old:

  subversion-tests-httpd-users
  subversion-tests-httpd.conf.tmpl

New:

  subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch
  svnserve.service
  svnserve.tmpfiles



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.CGWIyR/_old  2013-05-27 10:02:44.0 +0200
+++ /var/tmp/diff_new_pack.CGWIyR/_new  2013-05-27 10:02:44.0 +0200
@@ -45,6 +45,9 @@
 %define with_bashcomp 1
 %endif
 
+%define svngroup svn
+%define svnuser svn
+
 Name:   subversion
 Version:1.7.9
 Release:0
@@ -63,6 +66,14 @@
 BuildRequires:  python-xml
 BuildRequires:  update-alternatives
 BuildRequires:  zlib-devel
+Requires(pre): pwdutils
+#
+%if 0%{?suse_version}  1140
+BuildRequires:  pkgconfig(systemd)
+%{?systemd_requires}
+%define has_systemd 1
+%endif
+#
 %if %with_bashcomp
 BuildRequires:  bash-completion
 %endif #with_bashcomp
@@ -108,8 +119,9 @@
 %endif # suse_version  1030
 %endif # with neon
 %if %{with regression_tests}
-# for check section, to find a free port:
-BuildRequires:  iproute2
+# svnserveautocheck.sh davautocheck.sh requirements
+BuildRequires:  net-tools
+BuildRequires:  wget
 %endif # with regression_tests
 #
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
@@ -138,6 +150,8 @@
 Source10:   subversion.sysconfig.svnserve
 Source12:   subversion.sysconfig.svnserve.remoteaccess
 Source13:   subversion.xinetd.svnserve
+Source14:   svnserve.service
+Source15:   svnserve.tmpfiles
 Source42:   subversion.svngrep.sh
 Source43:   subversion.svndiff.sh
 # https://people.apache.org/keys/group/subversion.asc
@@ -160,8 +174,6 @@
 %requires_gelibsqlite3-0
 %endif # with_intree_sqlite
 Source92:   %{name}.rpmlintrc
-Source93:   subversion-tests-httpd.conf.tmpl
-Source94:   subversion-tests-httpd-users
 #
 Patch11:subversion.libtool-verbose.patch
 # build fixes
@@ -173,6 +185,7 @@
 Patch38:subversion-neon-systemproxy.patch
 Patch39:subversion-1.7.4-ruby-1.9-RbConfig.patch
 Patch40:subversion-1.7.8-TestHarness_run_py_test_exit_code.patch
+Patch41:subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch
 #
 %if %with_ruby
 %if %{!?rb_arch:1}0
@@ -348,6 +361,7 @@
 %patch38
 %patch39 -p1
 %patch40 -p1
+%patch41 -p1
 
 SQLITE_RECOMMENDED_VER=$(grep -E '^SQLITE_RECOMMENDED_VER=' configure.ac|cut 
-f2 -d=|cut -f2 -d\)
 #
@@ -582,6 +596,13 @@
 ln -sv /etc/init.d/svnserve $RPM_BUILD_ROOT/usr/sbin/rcsvnserve
 install -m 644 -D %{S:10} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.svnserve
 install -m 644 -D %{S:12} $RPM_BUILD_ROOT/%{_fwdefdir}/svnserve
+%{__install} -d -m 0755 %{buildroot}/srv/svn
+%if 0%{?has_systemd}
+install -m 644 -D %{S:14} $RPM_BUILD_ROOT/%{_unitdir}/svnserve.service
+%{__install} -d -m 0755 %{buildroot}/var/run/svnserve/
+%{__install} -d -m 0755 %{buildroot}/usr/lib/tmpfiles.d/
+%{__install} -m 0644 %{SOURCE15} %{buildroot}/usr/lib/tmpfiles.d/svnserve.conf
+%endif
 #useless libtool stuff
 rm -f %{buildroot}%{_libdir}/*.la
 if [ $with_jdk !=  ] ; then
@@ -639,91 +660,21 @@
 # During make check, auth-test loads DSOs at runtime and can't find
 # them if we don't set up LD_LIBRARY_PATH as below.
 export 
LD_LIBRARY_PATH=$PWD/subversion/libsvn_auth_kwallet/.libs:$PWD/subversion/libsvn_auth_gnome_keyring/.libs:$LD_LIBRARY_PATH
-CHECK_FS_TYPE=fsfs

commit systemd for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-05-27 10:03:19

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-05-15 
16:10:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-05-27 10:03:20.0 +0200
@@ -1,0 +2,13 @@
+Fri May 17 15:53:33 UTC 2013 - fcro...@suse.com
+
+- Rebase
+  parse-etc-insserv.conf-and-adds-dependencies-accordingly.patch to
+  fix memory corruption (thanks to Michal Vyskocil) (bnc#820454).
+
+---
+Fri May 17 11:46:02 UTC 2013 - fcro...@suse.com
+
+- Add sysctl-handle-boot-sysctl.conf-kernel_release.patch: ensure
+  /boot/sysctl.conf-kernel_release is handled (bnc#809420).
+
+---
systemd.changes: same change

New:

  sysctl-handle-boot-sysctl.conf-kernel_release.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.J33ECm/_old  2013-05-27 10:03:22.0 +0200
+++ /var/tmp/diff_new_pack.J33ECm/_new  2013-05-27 10:03:22.0 +0200
@@ -113,11 +113,10 @@
 Source1060: boot.udev
 Source1061: write_dev_root_rule
 Source1062: systemd-udev-root-symlink
-# Patches auto-generated by git-buildpackage:
 
 # PATCH-FIX-UPSTREAM 
avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch 
lnus...@suse.com bnc#791101 -- avoid assertion if invalid address familily is 
passed to gethostbyaddr_r
 Patch0: 
avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch
-# PATCH-FIX-UPSTREAM ptionally-warn-if-nss-myhostname-is-called.patch 
lnus...@suse.com -- optionally warn if nss-myhostname is called
+# PATCH-FIX-UPSTREAM optionally-warn-if-nss-myhostname-is-called.patch 
lnus...@suse.com -- optionally warn if nss-myhostname is called
 Patch1: optionally-warn-if-nss-myhostname-is-called.patch
 Patch2: Add-bootsplash-handling-for-password-dialogs.patch
 # handle SUSE specific kbd settings
@@ -153,8 +152,10 @@
 Patch27:apply-ACL-for-nvidia-device-nodes.patch
 # PATCH-FIX-OPENSUSE 
Revert-service-drop-support-for-SysV-scripts-for-the-early.patch 
fcro...@suse.com -- handle boot.* initscripts
 Patch37:
Revert-service-drop-support-for-SysV-scripts-for-the-early.patch
-# PATCH-FIX-OPENSUSE systemd-tmp-safe-defaults.patch -- FATE#314974 
m...@suse.de -- Return to SUSE's safe defaults policy on deleting files from 
tmp direcorie.
+# PATCH-FIX-OPENSUSE systemd-tmp-safe-defaults.patch FATE#314974 m...@suse.de 
-- Return to SUSE's safe defaults policy on deleting files from tmp direcorie.
 Patch39:systemd-tmp-safe-defaults.patch
+# PATCH-FIX-OPENSUSE sysctl-handle-boot-sysctl.conf-kernel_release.patch 
bnc#809420 fcro...@suse.com -- handle /boot/sysctl.conf-kernel_release file
+Patch40:sysctl-handle-boot-sysctl.conf-kernel_release.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -401,6 +402,7 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1
 
 %build
 autoreconf -fiv

++ systemd.spec ++
--- /var/tmp/diff_new_pack.J33ECm/_old  2013-05-27 10:03:22.0 +0200
+++ /var/tmp/diff_new_pack.J33ECm/_new  2013-05-27 10:03:22.0 +0200
@@ -108,11 +108,10 @@
 Source1060: boot.udev
 Source1061: write_dev_root_rule
 Source1062: systemd-udev-root-symlink
-# Patches auto-generated by git-buildpackage:
 
 # PATCH-FIX-UPSTREAM 
avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch 
lnus...@suse.com bnc#791101 -- avoid assertion if invalid address familily is 
passed to gethostbyaddr_r
 Patch0: 
avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch
-# PATCH-FIX-UPSTREAM ptionally-warn-if-nss-myhostname-is-called.patch 
lnus...@suse.com -- optionally warn if nss-myhostname is called
+# PATCH-FIX-UPSTREAM optionally-warn-if-nss-myhostname-is-called.patch 
lnus...@suse.com -- optionally warn if nss-myhostname is called
 Patch1: optionally-warn-if-nss-myhostname-is-called.patch
 Patch2: Add-bootsplash-handling-for-password-dialogs.patch
 # handle SUSE specific kbd settings
@@ -148,8 +147,10 @@
 Patch27:apply-ACL-for-nvidia-device-nodes.patch
 # PATCH-FIX-OPENSUSE 
Revert-service-drop-support-for-SysV-scripts-for-the-early.patch 
fcro...@suse.com -- handle boot.* initscripts
 Patch37:
Revert-service-drop-support-for-SysV-scripts-for-the-early.patch
-# PATCH-FIX-OPENSUSE systemd-tmp-safe-defaults.patch -- FATE#314974 

commit systemtap for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2013-05-27 10:04:54

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


Package is systemtap

Changes:

--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2013-01-12 
14:54:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes
2013-05-27 10:04:55.0 +0200
@@ -1,0 +2,5 @@
+Wed May 22 17:47:56 UTC 2013 - to...@suse.com
+
+- Update to version 2.2.1. See systemtap.spec for changelog
+
+---
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes  2013-03-03 
21:09:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2013-05-27 
10:04:55.0 +0200
@@ -1,0 +2,11 @@
+Wed May 22 17:42:53 UTC 2013 - to...@suse.com
+
+- Upgrade to version 2.2.1
+  Drop patch: systemtap-fix-for-kernels-without-vm_executable.patch
+  Refresh patch (context): systemtap-build-source-dir.patch
+
+  Changelog:
+2.1: http://sourceware.org/ml/systemtap/2013-q1/msg00130.html
+2.2.1: http://sourceware.org/ml/systemtap/2013-q2/msg00138.html 
+
+---

Old:

  systemtap-2.0.tar.gz
  systemtap-fix-for-kernels-without-vm_executable.patch

New:

  systemtap-2.2.1.tar.gz



Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:57.0 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:57.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  fop
 BuildRequires:  latex2html
 BuildRequires:  xmlto
-Version:2.0
+Version:2.2.1
 Release:0
 Summary:Documents and examples for systemtap
 License:GPL-2.0+

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:57.0 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:57.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd
-Version:2.0
+Version:2.2.1
 Release:0
 Summary:Instrumentation System
 License:GPL-2.0+
@@ -36,8 +36,7 @@
 Source: 
http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz
 Source2:README-BEFORE-ADDING-PATCHES
 Source3:stap-server.conf
-Patch1: systemtap-fix-for-kernels-without-vm_executable.patch
-Patch2: systemtap-build-source-dir.patch
+Patch1: systemtap-build-source-dir.patch
 Obsoletes:  systemtap-client  1.5
 Requires:   %{name}-runtime = %{version}-%{release}
 Requires:   libebl1
@@ -87,7 +86,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure --disable-docs --docdir=%{_docdir}/systemtap

++ systemtap-2.0.tar.gz - systemtap-2.2.1.tar.gz ++
 105247 lines of diff (skipped)

++ systemtap-build-source-dir.patch ++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:58.0 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:58.0 +0200
@@ -26,7 +26,7 @@
 
 --- a/session.cxx
 +++ b/session.cxx
-@@ -90,6 +90,7 @@ systemtap_session::systemtap_session ():
+@@ -97,6 +97,7 @@ systemtap_session::systemtap_session ():
kernel_release = string (buf.release);
release = kernel_release;
kernel_build_tree = /lib/modules/ + kernel_release + /build;
@@ -34,7 +34,7 @@
architecture = machine = normalize_machine(buf.machine);
  
for (unsigned i=0; i5; i++) perpass_verbose[i]=0;
-@@ -258,6 +259,7 @@ systemtap_session::systemtap_session (co
+@@ -271,6 +272,7 @@ systemtap_session::systemtap_session (co
  {
release = kernel_release = kern;
kernel_build_tree = /lib/modules/ + kernel_release + /build;
@@ -42,7 +42,7 @@
architecture = machine = normalize_machine(arch);
setup_kernel_release(kern.c_str());
native_build = false; // assumed; XXX: could be computed as in 
check_options()
-@@ -1540,21 +1542,39 @@ systemtap_session::setup_kernel_release
+@@ -1710,21 +1712,39 @@ systemtap_session::setup_kernel_release
// normal search in tapsets.cxx.  Without CONFIG_DEBUG_INFO, we'd
// need heuristics such as this one:
  

++ systemtap-docs-autoconf-version.diff ++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:58.0 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:58.0 +0200
@@ -10,12 +10,12 @@
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -30,7 +30,7 @@ AC_SUBST(CFLAGS)
+@@ -33,7 +33,7 @@ AC_SUBST(CFLAGS)
  AC_SUBST(CXXFLAGS)
  AC_SYS_LARGEFILE
  AM_GNU_GETTEXT(external)
 

commit taglib for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2013-05-27 10:05:08

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


Package is taglib

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2013-04-29 
10:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes   2013-05-27 
10:05:09.0 +0200
@@ -1,0 +2,6 @@
+Thu May 23 11:54:34 UTC 2013 - davejpla...@gmail.com
+
+- Added taglib-1.8-ds-rusxmms-r9.patch and deleted
+  taglib-1.8-ds-rusxmms-r8.patch to fix the reopened bnc#814814
+
+---

Old:

  taglib-1.8-ds-rusxmms-r8.patch

New:

  taglib-1.8-ds-rusxmms-r9.patch



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.c4Un7j/_old  2013-05-27 10:05:11.0 +0200
+++ /var/tmp/diff_new_pack.c4Un7j/_new  2013-05-27 10:05:11.0 +0200
@@ -27,7 +27,7 @@
 Source1:%{name}.desktop
 Source100:  baselibs.conf
 # This patch is to fix bnc#814814.
-Patch0: taglib-1.8-ds-rusxmms-r8.patch
+Patch0: taglib-1.8-ds-rusxmms-r9.patch
 Patch1: taglib-1.7.2-doxygen.patch
 # PATCH-FIX-UPSTREAM taglib-1.8-version_fix.patch - fix version defines in 
taglib.h
 Patch2: taglib-1.8-version_fix.patch

++ taglib-1.8-ds-rusxmms-r8.patch - taglib-1.8-ds-rusxmms-r9.patch ++
--- /work/SRC/openSUSE:Factory/taglib/taglib-1.8-ds-rusxmms-r8.patch
2013-04-29 10:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib-1.8-ds-rusxmms-r9.patch   
2013-05-27 10:05:09.0 +0200
@@ -1,6 +1,6 @@
 diff -dPNur taglib-1.8/config-taglib.h.cmake 
taglib-1.8-ds/config-taglib.h.cmake
 --- taglib-1.8/config-taglib.h.cmake   2012-09-06 20:03:15.0 +0200
-+++ taglib-1.8-ds/config-taglib.h.cmake2013-04-24 17:44:12.0 
+0200
 taglib-1.8-ds/config-taglib.h.cmake2013-05-22 20:13:15.0 
+0200
 @@ -3,6 +3,8 @@
  /* Define if you have libz */
  #cmakedefine   HAVE_ZLIB 1
@@ -12,7 +12,7 @@
  #cmakedefine   WITH_MP4 1
 diff -dPNur taglib-1.8/ConfigureChecks.cmake 
taglib-1.8-ds/ConfigureChecks.cmake
 --- taglib-1.8/ConfigureChecks.cmake   2012-09-06 20:03:15.0 +0200
-+++ taglib-1.8-ds/ConfigureChecks.cmake2013-04-24 17:44:12.0 
+0200
 taglib-1.8-ds/ConfigureChecks.cmake2013-05-22 20:13:15.0 
+0200
 @@ -14,6 +14,8 @@
set(HAVE_ZLIB 0)
  endif()
@@ -24,7 +24,7 @@
  if(NOT CppUnit_FOUND AND BUILD_TESTS)
 diff -dPNur taglib-1.8/examples/tagreader_c.c 
taglib-1.8-ds/examples/tagreader_c.c
 --- taglib-1.8/examples/tagreader_c.c  2012-09-06 20:03:15.0 +0200
-+++ taglib-1.8-ds/examples/tagreader_c.c   2013-04-24 19:10:37.0 
+0200
 taglib-1.8-ds/examples/tagreader_c.c   2013-05-22 20:13:15.0 
+0200
 @@ -38,7 +38,7 @@
TagLib_Tag *tag;
const TagLib_AudioProperties *properties;
@@ -36,7 +36,7 @@
  printf( \%s\ \n, argv[i]);
 diff -dPNur taglib-1.8/examples/tagwriter.cpp 
taglib-1.8-ds/examples/tagwriter.cpp
 --- taglib-1.8/examples/tagwriter.cpp  2012-09-06 20:03:15.0 +0200
-+++ taglib-1.8-ds/examples/tagwriter.cpp   2013-04-25 23:48:17.0 
+0200
 taglib-1.8-ds/examples/tagwriter.cpp   2013-05-22 20:13:15.0 
+0200
 @@ -92,7 +92,7 @@
  if(isArgument(argv[i])  i + 1  argc  !isArgument(argv[i + 1])) {
  
@@ -48,7 +48,7 @@
for(it = fileList.begin(); it != fileList.end(); ++it) {
 diff -dPNur taglib-1.8/taglib/CMakeLists.txt 
taglib-1.8-ds/taglib/CMakeLists.txt
 --- taglib-1.8/taglib/CMakeLists.txt   2012-09-06 20:03:15.0 +0200
-+++ taglib-1.8-ds/taglib/CMakeLists.txt2013-04-24 17:44:12.0 
+0200
 taglib-1.8-ds/taglib/CMakeLists.txt2013-05-22 20:13:15.0 
+0200
 @@ -35,6 +35,7 @@
audioproperties.h
taglib_export.h
@@ -76,7 +76,7 @@
  set_target_properties(tag PROPERTIES
 diff -dPNur taglib-1.8/taglib/mpeg/id3v1/id3v1tag.cpp 
taglib-1.8-ds/taglib/mpeg/id3v1/id3v1tag.cpp
 --- taglib-1.8/taglib/mpeg/id3v1/id3v1tag.cpp  2012-09-06 20:03:15.0 
+0200
-+++ taglib-1.8-ds/taglib/mpeg/id3v1/id3v1tag.cpp   2013-04-24 
17:44:12.0 +0200
 taglib-1.8-ds/taglib/mpeg/id3v1/id3v1tag.cpp   2013-05-22 
20:13:15.0 +0200
 @@ -64,17 +64,18 @@
  
  String ID3v1::StringHandler::parse(const ByteVector data) const
@@ -109,7 +109,7 @@
  
 diff -dPNur taglib-1.8/taglib/mpeg/id3v2/frames/commentsframe.cpp 
taglib-1.8-ds/taglib/mpeg/id3v2/frames/commentsframe.cpp
 --- taglib-1.8/taglib/mpeg/id3v2/frames/commentsframe.cpp  2012-09-06 

commit texlive for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2013-05-27 10:08:12

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  2013-05-13 
15:44:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2013-05-27 
10:08:13.0 +0200
@@ -1,0 +2,5 @@
+Thu May 16 09:35:39 CEST 2013 - mhruse...@suse.cz
+
+- backward compatibility Provides: texlive-bin-dvilj (SR#175836)
+
+---



Other differences:
--
++ texlive.spec ++
--- /var/tmp/diff_new_pack.pgLnhL/_old  2013-05-27 10:08:15.0 +0200
+++ /var/tmp/diff_new_pack.pgLnhL/_new  2013-05-27 10:08:15.0 +0200
@@ -19,7 +19,7 @@
 %define texlive_version 2012
 %define texlive_previous 2011
 %define texlive_release 20120611
-%define texlive_noarch  65
+%define texlive_noarch  66
 %define texlive_source  texlive-20120611-source
 
 %define __perl_requires%{nil}
@@ -649,6 +649,7 @@
 Group:  Productivity/Publishing/TeX/Utilities
 Url:http://www.tug.org/texlive/
 Obsoletes:  texlive-bin-dvilj = %{texlive_previous}
+Provides:   texlive-bin-dvilj   = %{texlive_version}
 Prefix: %{_bindir}
 
 %description dviljk-bin

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



commit timezone for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2013-05-27 10:08:31

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


Package is timezone

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone.changes2013-04-22 
14:24:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2013-05-27 
10:08:33.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 29 20:47:33 UTC 2013 - crrodrig...@opensuse.org
+
+- /etc/localtime must be a symlink to /usr/share/zoneinfo/$TIMEZONE 
+  so systemd-timedated and its command line tool timedatectl 
+  can work correctly. Yast already does the right thing.
+
+---



Other differences:
--
++ timezone.spec ++
--- /var/tmp/diff_new_pack.LM5n3R/_old  2013-05-27 10:08:34.0 +0200
+++ /var/tmp/diff_new_pack.LM5n3R/_new  2013-05-27 10:08:34.0 +0200
@@ -92,9 +92,7 @@
 then
 . /etc/sysconfig/clock
 if [ -n $TIMEZONE -a -f /etc/localtime -a -f 
/usr/share/zoneinfo/$TIMEZONE ]; then
-   new=$(mktemp /etc/localtime.) || exit 1
-   cp -l /usr/share/zoneinfo/$TIMEZONE $new 2/dev/null || cp -fp 
/usr/share/zoneinfo/$TIMEZONE $new
-   mv -f $new /etc/localtime
+ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
 else
[ ! -f /etc/localtime ] || echo WARNING: Not updating /etc/localtime 
with new zone file 2
 fi

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



  1   2   >