commit Test-DVD-x86_64 for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-12-01 09:13:59

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.VoRSqc/_old  2013-12-01 09:14:01.0 +0100
+++ /var/tmp/diff_new_pack.VoRSqc/_new  2013-12-01 09:14:01.0 +0100
@@ -453,7 +453,6 @@
   repopackage name=patterns-openSUSE-enhanced_base/
   repopackage name=patterns-openSUSE-fonts/
   repopackage name=patterns-openSUSE-sw_management/
-  repopackage name=patterns-openSUSE-update_test/
   repopackage name=patterns-openSUSE-x11/
   repopackage name=patterns-openSUSE-x11_yast/
   repopackage name=pciutils/


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



commit bindfs for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package bindfs for openSUSE:Factory checked 
in at 2013-12-02 07:19:37

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


Package is bindfs

Changes:

--- /work/SRC/openSUSE:Factory/bindfs/bindfs.changes2013-08-23 
11:07:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.bindfs.new/bindfs.changes   2013-12-02 
07:19:39.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 11:14:15 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.12.3
+* Implement fuse_utimens instead of fuse_utime
+
+---

Old:

  bindfs-1.12.2.tar.xz

New:

  bindfs-1.12.3.tar.xz



Other differences:
--
++ bindfs.spec ++
--- /var/tmp/diff_new_pack.wEUzFp/_old  2013-12-02 07:19:40.0 +0100
+++ /var/tmp/diff_new_pack.wEUzFp/_new  2013-12-02 07:19:40.0 +0100
@@ -17,23 +17,23 @@
 
 
 Name:   bindfs
-Version:1.12.2
+Version:1.12.3
 Release:0
 Summary:Mount Directories to other Locations and alter Permission Bits
 License:GPL-2.0+
 Group:  System/Filesystems
-Url:http://code.google.com/p/bindfs/
+Url:http://bindfs.org/
 
 #Git-Clone:git://github.com/mpartel/bindfs
-#DL-URL:   http://bindfs.org/downloads/bindfs-1.12.2.tar.gz
+#DL-URL:   http://bindfs.org/downloads/bindfs-1.12.3.tar.gz
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} = 1140 || 0%{?fedora_version}
-BuildRequires:  pkgconfig(fuse) = 2.5.3
+BuildRequires:  pkgconfig(fuse) = 2.6.0
 %else
-BuildRequires:  fuse-devel = 2.5.3
+BuildRequires:  fuse-devel = 2.6.0
 %endif
 
 %description

++ bindfs-1.12.2.tar.xz - bindfs-1.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bindfs-1.12.2/.gitignore new/bindfs-1.12.3/.gitignore
--- old/bindfs-1.12.2/.gitignore2013-07-22 10:17:18.0 +0200
+++ new/bindfs-1.12.3/.gitignore2013-09-23 22:59:23.0 +0200
@@ -34,6 +34,7 @@
 
 src/bindfs
 tests/readdir_inode
+tests/utimens_nofollow
 tests/*.log
 tests/internals/test_internals
 tests/internals/*.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bindfs-1.12.2/ChangeLog new/bindfs-1.12.3/ChangeLog
--- old/bindfs-1.12.2/ChangeLog 2013-07-22 10:17:18.0 +0200
+++ new/bindfs-1.12.3/ChangeLog 2013-09-23 22:59:23.0 +0200
@@ -1,7 +1,19 @@
+2013-09-23  Martin Pärtel martin dot partel at gmail dot com
+
+   * Use `utimensat` to support settings mtime/atime on symlinks,
+ and with nanosecond precision.
+   * Any utime errors when untarring with a modern version of `tar`
+ should now be fixed.
+   * Time modifications seem to no longer get caught in FUSE's
+ attribute cache.
+   * Now using FUSE API version 26.
+   * Released 1.12.3
+
 2013-07-22  Martin Pärtel martin dot partel at gmail dot com
 
* Added --chmod-filter, contributed by Anton Ageev. Thanks!
* Released 1.12.2
+   * Project home page is now bindfs.org
 
 2013-05-08  Martin Pärtel martin dot partel at gmail dot com
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bindfs-1.12.2/README new/bindfs-1.12.3/README
--- old/bindfs-1.12.2/README2013-07-22 10:17:18.0 +0200
+++ new/bindfs-1.12.3/README2013-09-23 22:59:23.0 +0200
@@ -1,5 +1,5 @@
 
-bindfs  -  http://code.google.com/p/bindfs/
+bindfs  -  http://bindfs.org/
 
 -- Overview --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bindfs-1.12.2/configure new/bindfs-1.12.3/configure
--- old/bindfs-1.12.2/configure 2013-07-22 10:17:22.0 +0200
+++ new/bindfs-1.12.3/configure 2013-09-23 22:59:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for bindfs 1.12.2.
+# Generated by GNU Autoconf 2.68 for bindfs 1.12.3.
 #
 # Report bugs to martin.par...@gmail.com.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='bindfs'
 PACKAGE_TARNAME='bindfs'
-PACKAGE_VERSION='1.12.2'
-PACKAGE_STRING='bindfs 1.12.2'
+PACKAGE_VERSION='1.12.3'
+PACKAGE_STRING='bindfs 1.12.3'
 PACKAGE_BUGREPORT='martin.par...@gmail.com'
 PACKAGE_URL=''
 
@@ -1302,7 +1302,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

commit cdemu-client for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package cdemu-client for openSUSE:Factory 
checked in at 2013-12-02 07:20:44

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


Package is cdemu-client

Changes:

--- /work/SRC/openSUSE:Factory/cdemu-client/cdemu-client.changes
2013-06-11 09:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-client.new/cdemu-client.changes   
2013-12-02 07:20:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 11:31:22 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.1.1
+* added handling of bad sector verification option
+
+---

Old:

  cdemu-client-2.1.0.tar.bz2

New:

  cdemu-client-2.1.1.tar.bz2



Other differences:
--
++ cdemu-client.spec ++
--- /var/tmp/diff_new_pack.tbU1Qq/_old  2013-12-02 07:20:45.0 +0100
+++ /var/tmp/diff_new_pack.tbU1Qq/_new  2013-12-02 07:20:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cdemu-client
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Command-line client to control cdemu-daemon
 License:GPL-2.0+

++ cdemu-client-2.1.0.tar.bz2 - cdemu-client-2.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-client-2.1.0/CMakeLists.txt 
new/cdemu-client-2.1.1/CMakeLists.txt
--- old/cdemu-client-2.1.0/CMakeLists.txt   2013-06-07 21:33:47.0 
+0200
+++ new/cdemu-client-2.1.1/CMakeLists.txt   2013-09-19 00:09:40.0 
+0200
@@ -9,7 +9,6 @@
 include (GNUInstallDirs)
 
 # Options
-option (BUILD_NLS Support for multiple languages on)
 option (POST_INSTALL_HOOKS Run post-install hooks on)
 
 # If install prefix is /usr, override the sysconf dir to be /etc instead of 
/usr/etc
@@ -28,7 +27,6 @@
 endif ()
 
 # Installation
-
 install (
 PROGRAMS src/cdemu
 DESTINATION ${CMAKE_INSTALL_BINDIR}
@@ -56,8 +54,15 @@
 )
 endif ()
 
-if (BUILD_NLS AND GETTEXT_FOUND)
-# We use the version provided by our FindIntlTool.cmake instead of the 
gettext version...
-intltool_process_po_files(${PROJECT_SOURCE_DIR}/po ${PROJECT_NAME})
-endif ()
-
+# Translations; we use the version provided by our FindIntlTool.cmake 
+# instead of the gettext version...
+intltool_process_po_files(${PROJECT_SOURCE_DIR}/po ${PROJECT_NAME})
+
+# *** Configuration summary ***
+message(STATUS )
+message(STATUS *** CDEmu client configuration summary ***)
+message(STATUS Installation:)
+message(STATUS  install prefix:  ${CMAKE_INSTALL_PREFIX})
+message(STATUS Options:)
+message(STATUS  run post-install hooks:  ${POST_INSTALL_HOOKS})
+message(STATUS )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-client-2.1.0/README 
new/cdemu-client-2.1.1/README
--- old/cdemu-client-2.1.0/README   2013-06-07 21:33:47.0 +0200
+++ new/cdemu-client-2.1.1/README   2013-09-19 00:09:40.0 +0200
@@ -1,5 +1,5 @@
 CDEmu client
-2.1.0
+2.1.1
 ~
 
 Table of Contents:
@@ -97,6 +97,9 @@
 Enabling transfer rate emulation on first device:
  cdemu tr-emulation 0 1
 
+Enabling bad sector emulation on first device:
+ cdemu bad-sector-emulation 0 1
+
 Changing device ID of first device:
  cdemu device-id 0 MyVendor MyProduct 1.0.0 Test device ID
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-client-2.1.0/debian/changelog 
new/cdemu-client-2.1.1/debian/changelog
--- old/cdemu-client-2.1.0/debian/changelog 2013-06-07 21:33:47.0 
+0200
+++ new/cdemu-client-2.1.1/debian/changelog 2013-09-19 00:09:40.0 
+0200
@@ -1,5 +1,5 @@
-cdemu-client (2.1.0-1ubuntu0~raring1~ppa1) raring; urgency=low
+cdemu-client (2.1.1-1ubuntu0~raring1~ppa1) raring; urgency=low
 
   * Initial Release. Closes: (LP: #105452, LP: #184657)
 
- -- Henrik Stokseth hen...@hshq.net  Fri, 31 May 2013 12:00:00 +0100
+ -- Henrik Stokseth hen...@hshq.net  Wed, 18 Sep 2013 12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-client-2.1.0/man/cdemu.1 
new/cdemu-client-2.1.1/man/cdemu.1
--- old/cdemu-client-2.1.0/man/cdemu.1  2013-06-07 21:33:47.0 +0200
+++ new/cdemu-client-2.1.1/man/cdemu.1  2013-09-19 00:09:40.0 +0200
@@ -1,4 +1,4 @@
-.TH CDEMU 1 Jan 4, 2013
+.TH CDEMU 1 Jul 14, 2013
 .SH NAME
 cdemu \- a simple command-line CDEmu client
 .SH SYNOPSIS
@@ -114,6 +114,11 @@
 desired device, or \fIall\fR. \fBnew-value\fR is the new value to be set.
 If this argument is ommited, currently set value is displayed.
 .TP
+.B bad-sector-emulation device [new-value]

commit calligra for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

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

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


Package is calligra

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2013-10-18 
13:31:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2013-12-02 
07:20:38.0 +0100
@@ -1,0 +2,40 @@
+Thu Nov 28 01:53:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.7.5
+  * Common
+- Fixed kde#326158: the text color in the modebox tab icons were 
+  not drawn accoring to style.
+- Make spellchinking work with more dictionaries.
+- Fixed kde#290999: make sure we erase an old selection in another 
+  textshape whenever we make a new selection.
+- Fixed crashes: kde#326243 and kde#325547.
+- Fixed a crash while saving embedded documents like charts.
+  * Kexi
+- Fixed kde#327995: Make changes to query design reflected in 
+  reports after saving
+- Fixed kde#327993: Make records in reports sorted according to 
+  the sorting of the query
+- If –driver is missing but connection options specified, 
+  display a note and exit
+- Fixed kde#319432: Fixed crash when using command line 
+  “kexi –dbdriver postgresql”
+- Fixed regression in password dialog.
+  * Krita
+- Fixed untranslatable strings.
+- Fixed crash on malformed pdf.
+- Fixed fullscreen in canvas-only mode in Krita.
+- Fixed kde#321100: do not write the implicitely written 
+  “mimetype” entry a 2nd time on saving kra files (and thus 
+  avoid assumed bug in KZip)
+  * Plan
+- Set First Day of Week to Monday if using ISO Week 
+  for week numbering
+- Fixed crash in Plan on loading work packages into gantt view.
+  * Sheets
+- Update mimetypes for the CSV export to make it work.
+- Fixed kde#298155: Fix a crash when using array values and 
+  make array values render correctly when used
+- Fixed kde#178172 and kde#181576: fix text to columns.
+- Don’t fail loading a file when the comments fail to load.
+
+---

Old:

  calligra-2.7.4.tar.xz

New:

  calligra-2.7.5.tar.xz



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.kkLUAD/_old  2013-12-02 07:20:41.0 +0100
+++ /var/tmp/diff_new_pack.kkLUAD/_new  2013-12-02 07:20:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   calligra
-Version:2.7.4
+Version:2.7.5
 Release:0
 Summary:Libraries and Base Files for the KDE Office Suite
 License:GPL-2.0+ and LGPL-2.1+ and GFDL-1.2


++ calligra-2.7.4.tar.xz - calligra-2.7.5.tar.xz ++
/work/SRC/openSUSE:Factory/calligra/calligra-2.7.4.tar.xz 
/work/SRC/openSUSE:Factory/.calligra.new/calligra-2.7.5.tar.xz differ: char 28, 
line 1

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



commit f2fs-tools for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2013-12-02 07:22:15

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


Package is f2fs-tools

Changes:

--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes2013-08-12 
10:16:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes   
2013-12-02 07:22:17.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov 24 11:34:03 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.2.0
+* f2fs-tools: add stat information into fibmap
+* fibmap.f2fs: change fibmap to fibmap.f2fs
+* fsck, lib: support inline xattr
+* fsck: skip to check block addresses in device files
+* fsck: fix to handle file types correctly
+* fsck: fix checking orphan inodes
+
+---

Old:

  f2fs-tools-1.1.0+git40.tar.xz

New:

  f2fs-tools-1.2.0.tar.xz



Other differences:
--
++ f2fs-tools.spec ++
--- /var/tmp/diff_new_pack.Ueol9Q/_old  2013-12-02 07:22:17.0 +0100
+++ /var/tmp/diff_new_pack.Ueol9Q/_new  2013-12-02 07:22:17.0 +0100
@@ -18,14 +18,14 @@
 
 Name:   f2fs-tools
 %define lname  libf2fs0
-Version:1.1.0+git40
+Version:1.2.0
 Release:0
-#Snapshot: 6e8f2d5d222eff0abea4b5c0abc7433834094924
 Summary:Utilities for the Flash-friendly Filesystem (F2FS)
 License:GPL-2.0
 Group:  System/Filesystems
 Url:http://f2fs-tools.sf.net/_(disused)
 
+#Snapshot: v1.2.0
 #Git-Clone:git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
 #DL-URL:   no tarballs provided
 Source: %name-%version.tar.xz
@@ -53,8 +53,6 @@
 make install DESTDIR=$b sbindir=%_sbindir
 # The devel file is quite useless ATM without public headers.
 rm -f $b/%_libdir/*.{la,so}
-# /usr/sbin/filefrag already does what fibmap can do.
-rm -f $b/%_sbindir/fibmap
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -62,6 +60,7 @@
 %files
 %defattr(-,root,root)
 %_sbindir/dump.f2fs
+%_sbindir/fibmap.f2fs
 %_sbindir/fsck.f2fs
 %_sbindir/mkfs.f2fs
 %_libdir/libf2fs.so.0*

++ f2fs-tools-1.1.0+git40.tar.xz - f2fs-tools-1.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f2fs-tools/README new/f2fs-tools/README
--- old/f2fs-tools/README   2013-06-18 03:56:41.0 +0200
+++ new/f2fs-tools/README   2013-11-24 12:32:49.0 +0100
@@ -25,6 +25,20 @@
  # ./configure
  # make
 
+How to cross-compile (e.g., for ARM)
+
+
+ 1. Add the below line into mkfs/Makefile.am:
+ mkfs_f2fs_LDFLAGS = -all-static
+
+ 2. Add the below line into fsck/Makefile.am:
+ fsck_f2fs_LDFLAGS = -all-static
+
+ 3. then, do:
+ # LDFLAGS=--static ./configure \
+   --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi
+ # make
+
 How to run by default
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f2fs-tools/VERSION new/f2fs-tools/VERSION
--- old/f2fs-tools/VERSION  2013-06-18 03:56:41.0 +0200
+++ new/f2fs-tools/VERSION  2013-11-24 12:32:49.0 +0100
@@ -1,2 +1,2 @@
-1.1.0
-2012-11-29
+1.2.0
+2013-10-25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f2fs-tools/configure new/f2fs-tools/configure
--- old/f2fs-tools/configure2013-08-08 00:15:50.0 +0200
+++ new/f2fs-tools/configure2013-11-24 12:35:46.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for F2FS tools 1.1.0.
+# Generated by GNU Autoconf 2.69 for F2FS tools 1.2.0.
 #
 # Report bugs to linux-f2fs-de...@lists.sourceforge.net.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='F2FS tools'
 PACKAGE_TARNAME='f2fs-tools'
-PACKAGE_VERSION='1.1.0'
-PACKAGE_STRING='F2FS tools 1.1.0'
+PACKAGE_VERSION='1.2.0'
+PACKAGE_STRING='F2FS tools 1.2.0'
 PACKAGE_BUGREPORT='linux-f2fs-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1324,7 +1324,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 F2FS tools 1.1.0 to adapt to many kinds of systems.
+\`configure' configures F2FS tools 1.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1394,7 +1394,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of F2FS tools 1.1.0:;;
+ short | 

commit libmirage for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package libmirage for openSUSE:Factory 
checked in at 2013-12-02 07:22:43

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


Package is libmirage

Changes:

--- /work/SRC/openSUSE:Factory/libmirage/libmirage.changes  2013-06-11 
09:33:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmirage.new/libmirage.changes 2013-12-02 
07:22:45.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov 24 11:18:45 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.1.1
+* sector's EDC is now computed using fast slice-by-8 CRC32 algorithm
+* added function for ISRC validation to be used by image parsers
+- Remove 0001-libMirage-proper-versioning-of-the-introspection-typ.patch
+  (merged upstream)
+
+---

Old:

  0001-libMirage-proper-versioning-of-the-introspection-typ.patch
  libmirage-2.1.0.tar.bz2

New:

  libmirage-2.1.1.tar.xz



Other differences:
--
++ libmirage.spec ++
--- /var/tmp/diff_new_pack.Q1mk2C/_old  2013-12-02 07:22:46.0 +0100
+++ /var/tmp/diff_new_pack.Q1mk2C/_new  2013-12-02 07:22:46.0 +0100
@@ -17,20 +17,19 @@
 
 
 Name:   libmirage
-%define lname  libmirage8
+%define lname  libmirage9
 %define pname  2_1
 Summary:A CD-ROM image access library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Version:2.1.0
+Version:2.1.1
 Release:0
 Url:http://cdemu.sf.net/
 
 #Freecode-URL: https://freecode.com/projects/cdemu-for-linux
 #Git-Clone:git://git.code.sf.net/p/cdemu/code
 #DL-URL:   http://downloads.sf.net/cdemu/%name-%version.tar.bz2
-Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
-Patch1: 0001-libMirage-proper-versioning-of-the-introspection-typ.patch
+Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.5
 BuildRequires:  pkgconfig = 0.16
@@ -48,6 +47,7 @@
 %else
 BuildRequires:  pkgconfig(bzip2) = 1.0.0
 %endif
+BuildRequires:  xz
 
 %description
 A CD-ROM image access library part of the cdemu suite.
@@ -130,7 +130,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -p2
 
 %build
 # gir is busted on 12.1
@@ -157,7 +156,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libmirage.so.8*
+%_libdir/libmirage.so.9*
 
 %files %pname
 %defattr(-,root,root)

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



commit gtg for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package gtg for openSUSE:Factory checked in 
at 2013-12-02 07:22:23

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


Package is gtg

Changes:

--- /work/SRC/openSUSE:Factory/gtg/gtg.changes  2013-02-07 14:17:05.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gtg.new/gtg.changes 2013-12-02 
07:22:25.0 +0100
@@ -1,0 +2,19 @@
+Tue Nov 26 20:46:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.1:
+  + Added command gtcli overview.
+  + Pep8ification of code.
+  + System level global shortcut key for quick adding task.
+  + Refactor Bugzilla plugin.
+  + Switch from external configobj to Python's ConfigParser.
+  + Bugs fixed: lp#487582, lp#487585, lp#816356, lp#1024473,
+lp#1029342, lp#1032745, lp#1039651, lp#1043457, lp#1047753,
+lp#1062659, lp#1073607, lp#1076029, lp#1079143, lp#1090301,
+lp#1094307, lp#1095390, lp#1096622, lp#1102453, lp#1141582,
+lp#1193678, lp#1218093, lp#1236066, lp#1242083, lp#1242279,
+lp#1242384.
+  + Updated translations.
+- Drop gtg-Correct-handling-of-liblarch-API-1.0.patch: fixed
+  upstream.
+
+---

Old:

  gtg-0.3.tar.gz
  gtg-Correct-handling-of-liblarch-API-1.0.patch

New:

  gtg-0.3.1.tar.gz



Other differences:
--
++ gtg.spec ++
--- /var/tmp/diff_new_pack.qBV8Oi/_old  2013-12-02 07:22:26.0 +0100
+++ /var/tmp/diff_new_pack.qBV8Oi/_new  2013-12-02 07:22:26.0 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   gtg
-Version:0.3
+Version:0.3.1
 Release:0
 Summary:Personal Organizer for GNOME
 License:GPL-3.0+
 Group:  Productivity/Office/Organizers
 Url:https://gtg.fritalk.com
-Source: 
http://launchpad.net/gtg/0.3/%{version}/+download/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gtg-Correct-handling-of-liblarch-API-1.0.patch bgo#800684 
zai...@opensuse.org -- Output a proper errormsg if installed python-liblarch is 
to old.
-Patch:  gtg-Correct-handling-of-liblarch-API-1.0.patch 
+Source: 
http://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 BuildRequires:  dbus-1
 # dbus-1 is only required for file ownerships
 BuildRequires:  fdupes
@@ -56,7 +54,6 @@
 %lang_package
 %prep
 %setup -q
-%patch
 
 %build
 %{__python} setup.py build
@@ -64,6 +61,10 @@
 %install
 %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %find_lang %{name} %{?no_lang_C}
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable
+mv %{buildroot}%{_datadir}/icons/hicolor/svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps
+# We don't ship any other icons in those icon sets.. 
+rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-{dark,light}
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}
 
@@ -89,7 +90,7 @@
 %{python_sitelib}/gtg-%{version}*.egg-info
 %{_datadir}/applications/gtg.desktop
 %{_datadir}/gtg/
-%{_datadir}/icons/hicolor/*/apps/gtg.*
+%{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/dbus-1/services/org.gnome.GTG.service
 %{_mandir}/man1/gtcli.1%{?ext_man}
 %{_mandir}/man1/gtg.1%{?ext_man}

++ gtg-0.3.tar.gz - gtg-0.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/gtg/gtg-0.3.tar.gz 
/work/SRC/openSUSE:Factory/.gtg.new/gtg-0.3.1.tar.gz differ: char 5, line 1

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



commit libqt5-qtquickcontrols for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:Factory checked in at 2013-12-02 07:23:20

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


Package is libqt5-qtquickcontrols

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2013-11-04 09:13:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
   2013-12-02 07:23:21.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz

New:

  qtquickcontrols-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.yElP7Y/_old  2013-12-02 07:23:22.0 +0100
+++ /var/tmp/diff_new_pack.yElP7Y/_new  2013-12-02 07:23:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libqt5-qtquickcontrols
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -26,7 +26,7 @@
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtquickcontrols-opensource-src-%{real_version}
 BuildRequires:  libQt5Quick-private-headers-devel = %{version}

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



commit hawk for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

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

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


Package is hawk

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2013-08-30 
11:37:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2013-12-02 
07:22:35.0 +0100
@@ -1,0 +2,15 @@
+Fri Nov 15 11:09:20 UTC 2013 - tser...@suse.com
+
+- Build: Set TEXTDOMAIN=hawk (needed by gettext 3.x)
+- Misc: crm_config: check properties exist before flagging readonly
+- Upstream version cs:b11f8c7
+
+---
+Mon Sep 30 08:37:19 UTC 2013 - tser...@suse.com
+
+- Build: Require rubypick for FC19+
+- Misc: wizard: Allow multiple instances of the same template (fate#314396)
+- Doc: wizard: Add information about template name/type to wizard.txt
+- Upstream version cs:6917434
+
+---

Old:

  hawk-0.6.1+git.1376993239.ab692f7.tar.bz2

New:

  hawk-0.6.1+git.1384513700.b11f8c7.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.4GMHtg/_old  2013-12-02 07:22:35.0 +0100
+++ /var/tmp/diff_new_pack.4GMHtg/_new  2013-12-02 07:22:35.0 +0100
@@ -41,7 +41,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:0.6.1+git.1376993239.ab692f7
+Version:0.6.1+git.1384513700.b11f8c7
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -59,6 +59,10 @@
 Requires:   lighttpd = 1.4.20
 Requires:   pacemaker = 1.1.8
 Requires:   ruby
+%if 0%{?fedora_version} = 19
+Requires:   rubypick
+BuildRequires:  rubypick
+%endif
 Requires:   rubygem-bundler
 %if 0%{?suse_version}
 Recommends: graphviz-gnome

++ hawk-0.6.1+git.1376993239.ab692f7.tar.bz2 - 
hawk-0.6.1+git.1384513700.b11f8c7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk-0.6.1+git.1376993239.ab692f7/ChangeLog 
new/hawk-0.6.1+git.1384513700.b11f8c7/ChangeLog
--- old/hawk-0.6.1+git.1376993239.ab692f7/ChangeLog 2013-08-20 
10:32:04.0 +0200
+++ new/hawk-0.6.1+git.1384513700.b11f8c7/ChangeLog 2013-09-30 
10:36:39.0 +0200
@@ -1,3 +1,19 @@
+* Mon Sep 30 2013 Tim Serong tser...@suse.com
+- Build: Require rubypick for FC19+
+- Upstream version cs:e2f7668
+
+* Fri Aug 23 2013 Kristoffer Grönlund k...@koru.se
+- Misc: wizard: Allow multiple instances of the same template (fate#314396)
+- Doc: wizard: Add information about template name/type to wizard.txt
+- Upstream version cs:d5a20b9
+
+* Tue Aug 20 2013 Tim Serong tser...@suse.com
+- Misc: Primitive model: Use crm_resource --show-metadata rather than
+  lrmd_test for extrating RA metadata
+- Misc: Cib model: Ensure orphaned resources with same ID as clone parent
+  are ignored (bnc#834198)
+- Upstream version cs:ab692f7
+
 * Wed Jul 03 2013 Tim Serong tser...@suse.com
 - Rails3: Set random secret_token instead of deprecated cookie_secret
   (bnc#827940)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk-0.6.1+git.1376993239.ab692f7/Makefile 
new/hawk-0.6.1+git.1384513700.b11f8c7/Makefile
--- old/hawk-0.6.1+git.1376993239.ab692f7/Makefile  2013-08-20 
10:32:04.0 +0200
+++ new/hawk-0.6.1+git.1384513700.b11f8c7/Makefile  2013-11-15 
12:09:09.0 +0100
@@ -65,7 +65,7 @@
 
 all: scripts/hawk.$(INIT_STYLE) hawk/config/lighttpd.conf tools/hawk_chkpwd 
tools/hawk_monitor tools/hawk_invoke
(cd hawk; \
-rake gettext:pack  \
+TEXTDOMAIN=hawk rake gettext:pack  \
 if $(BUNDLE_GEMS) ; then \
# Ignore gems from test \
export BUNDLE_WITHOUT=test  \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk-0.6.1+git.1376993239.ab692f7/doc/wizard.txt 
new/hawk-0.6.1+git.1384513700.b11f8c7/doc/wizard.txt
--- old/hawk-0.6.1+git.1376993239.ab692f7/doc/wizard.txt2013-08-20 
10:32:04.0 +0200
+++ new/hawk-0.6.1+git.1384513700.b11f8c7/doc/wizard.txt2013-09-30 
10:36:39.0 +0200
@@ -4,9 +4,9 @@
 
 == Introduction
 
-Hawk provides a setup wizard to ease cluster configuation, by walking
+Hawk provides a setup wizard to ease cluster configuration, by walking
 the user through a series of steps to configure some set of resources,
-e.g.: a web server (consiting of apache instance + virtual IP address),
+e.g.: a web server (consisting of an apache instance + 

commit libqt5-qtbase for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2013-12-02 07:22:52

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


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2013-11-29 07:02:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2013-12-02 07:22:53.0 +0100
@@ -1,0 +2,13 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Droped xcb_193.patch, included in this release
+- Drop gstreamer-0_10-plugins-base-devel BuildRequires, nothing in
+  qtbase uses gstreamer, and config tests where false positive before
+- Temporary disable qt-never-strip.diff, we can use configure flags
+  for no-strip
+
+---

Old:

  qtbase-opensource-src-5.2.0-beta1.tar.xz
  xcb_193.patch

New:

  qtbase-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.kMERYf/_old  2013-12-02 07:22:57.0 +0100
+++ /var/tmp/diff_new_pack.kMERYf/_new  2013-12-02 07:22:57.0 +0100
@@ -50,14 +50,14 @@
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:C++ Program Library, Core Components
 License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  System/Libraries
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtbase-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
@@ -75,10 +75,7 @@
 Patch109:   libqt5-libtool-nodate.diff
 # PATCH-FIX-UPSTREAM qmake-add-usr-include.diff -- explicitly include 
/usr/include path
 Patch131:   qmake-add-usr-include.diff
-# PATCH-FIX-UPSTREAM xcb_193.patch -- For the 'oh, shit' xcb release 
(fdo#71502,fdo#71507,qtbug#34748)
-Patch132:   xcb_193.patch
 BuildRequires:  clucene-core-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  libicu-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libudev-devel
@@ -109,12 +106,11 @@
 
 %prep
 %setup -q -n qtbase-opensource-src-%{real_version}
-%patch2 -p1
+#patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch109 -p1
 %patch131 -p1
-%patch132 -p1
 
 # be sure not to use them
 rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib}
@@ -354,6 +350,7 @@
-reduce-relocations \
-optimized-qmake \
-accessibility \
+   -no-strip \
-opensource \
-no-separate-debug-info \
-shared \


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



commit libqt5-qttranslations for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qttranslations for 
openSUSE:Factory checked in at 2013-12-02 07:23:26

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


Package is libqt5-qttranslations

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qttranslations/libqt5-qttranslations.changes  
2013-11-13 13:50:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qttranslations.new/libqt5-qttranslations.changes
 2013-12-02 07:23:28.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qttranslations-opensource-src-5.2.0-beta1.tar.xz

New:

  qttranslations-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qttranslations.spec ++
--- /var/tmp/diff_new_pack.TnVQdC/_old  2013-12-02 07:23:29.0 +0100
+++ /var/tmp/diff_new_pack.TnVQdC/_new  2013-12-02 07:23:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libqt5-qttranslations
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Graphical Effects
 License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
@@ -25,7 +25,7 @@
 Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qttranslations-opensource-src-%{real_version}
 BuildRequires:  libqt5-qttools-devel = %{version}

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



commit libqt5-qtdoc for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdoc for openSUSE:Factory 
checked in at 2013-12-02 07:22:58

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


Package is libqt5-qtdoc

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtdoc/libqt5-qtdoc.changes
2013-11-13 13:50:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new/libqt5-qtdoc.changes   
2013-12-02 07:22:59.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qt-docs-qchs-5.2.0-beta1.tar.xz
  qtdoc-opensource-src-5.2.0-beta1.tar.xz

New:

  qt-docs-qchs-5.2.0-rc1.tar.xz
  qtdoc-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtdoc.spec ++
--- /var/tmp/diff_new_pack.NRzmzr/_old  2013-12-02 07:23:06.0 +0100
+++ /var/tmp/diff_new_pack.NRzmzr/_new  2013-12-02 07:23:06.0 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   libqt5-qtdoc
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define tar_version qtdoc-opensource-src-%{real_version}
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-devel

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



commit ndiswrapper for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package ndiswrapper for openSUSE:Factory 
checked in at 2013-12-02 07:23:56

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-09-26 
14:45:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ndiswrapper.new/ndiswrapper.changes 
2013-12-02 07:23:58.0 +0100
@@ -1,0 +2,12 @@
+Fri Nov 29 09:40:03 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.59
+  * Support for Linux kernels from 2.6.13 to 3.12
+  * 32-bit userspace on 64-bit kernel is supported now
+  * Fixed kernel hang if loadndisdriver exits with an error
+- Removed patchs; fixed on upstream
+  * ndiswrapper-1.58-kernel-3.9.patch
+  * ndiswrapper-1.58-kernel-3.10.patch
+- Adapt ndiswrapper.diff to upstream changes
+
+---

Old:

  ndiswrapper-1.58-kernel-3.10.patch
  ndiswrapper-1.58-kernel-3.9.patch
  ndiswrapper-1.58.tar.gz
  ndiswrapper.diff

New:

  ndiswrapper-1.59.diff
  ndiswrapper-1.59.tar.gz



Other differences:
--
++ ndiswrapper.spec ++
--- /var/tmp/diff_new_pack.WAcrvS/_old  2013-12-02 07:23:59.0 +0100
+++ /var/tmp/diff_new_pack.WAcrvS/_new  2013-12-02 07:23:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ndiswrapper
-Version:1.58
+Version:1.59
 Release:0
 Summary:Use Microsoft NDIS Network Drivers for WLAN Cards
 License:GPL-2.0+
@@ -26,9 +26,7 @@
 Source0:
http://downloads.sourceforge.net/project/ndiswrapper/stable/ndiswrapper-%{version}.tar.gz
 Source2:README.SUSE
 Source3:preamble
-Patch1: ndiswrapper.diff
-Patch2: ndiswrapper-1.58-kernel-3.9.patch
-Patch3: ndiswrapper-1.58-kernel-3.10.patch
+Patch1: ndiswrapper-1.59.diff
 BuildRequires:  kernel-source
 BuildRequires:  kernel-syms
 BuildRequires:  module-init-tools
@@ -59,8 +57,6 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
-%patch3 -p1
 
 cp %{SOURCE2} .
 mkdir obj

++ ndiswrapper-1.59.diff ++
Index: utils/Makefile
===
--- utils/Makefile.orig
+++ utils/Makefile
@@ -6,7 +6,7 @@
 
 CC = gcc
 HOSTCC = $(CC)
-CFLAGS = -g -Wall -I$(DRIVER_DIR)
+CFLAGS = -I$(DRIVER_DIR)
 
 DISTFILES=Makefile ndiswrapper loadndisdriver.c ndiswrapper-buginfo
 ++ ndiswrapper-1.58.tar.gz - ndiswrapper-1.59.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ndiswrapper-1.58/ChangeLog 
new/ndiswrapper-1.59/ChangeLog
--- old/ndiswrapper-1.58/ChangeLog  2013-02-19 19:00:37.0 +0100
+++ new/ndiswrapper-1.59/ChangeLog  2013-11-28 20:42:35.0 +0100
@@ -1,3 +1,9 @@
+Version 1.59 2013-11-28
+===
+* Support for Linux kernels from 2.6.13 to 3.12
+* 32-bit userspace on 64-bit kernel is supported now
+* Fixed kernel hang if loadndisdriver exits with an error
+
 Version 1.58 2013-02-19
 ===
 * Added support for Linux kernels up to 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ndiswrapper-1.58/INSTALL new/ndiswrapper-1.59/INSTALL
--- old/ndiswrapper-1.58/INSTALL2013-02-19 19:00:37.0 +0100
+++ new/ndiswrapper-1.59/INSTALL2013-11-28 20:42:35.0 +0100
@@ -7,7 +7,7 @@
 Prerequisites
 =
 
-You need a recent kernel, at least 2.6.14, with header files for the
+You need a recent kernel, at least 2.6.13, with header files for the
 kernel. Make sure there is a link to the kernel source from the modules
 directory. The command
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ndiswrapper-1.58/Makefile 
new/ndiswrapper-1.59/Makefile
--- old/ndiswrapper-1.58/Makefile   2013-02-19 19:00:37.0 +0100
+++ new/ndiswrapper-1.59/Makefile   2013-11-28 20:42:35.0 +0100
@@ -15,8 +15,6 @@
 mandir = /usr/share/man
 endif
 
-KVERS ?= $(shell uname -r)
-
 .PHONY: all
 all: $(SUBDIRS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ndiswrapper-1.58/driver/Makefile 
new/ndiswrapper-1.59/driver/Makefile
--- old/ndiswrapper-1.58/driver/Makefile2013-02-19 19:00:37.0 
+0100
+++ new/ndiswrapper-1.59/driver/Makefile2013-11-28 20:42:35.0 
+0100
@@ -28,6 +28,12 @@
 $(error No .config found in $(KBUILD), please set KBUILD to configured kernel)
 endif
 
+ifneq (,$(wildcard $(KBUILD)/include/linux/version.h))
+ifneq (,$(wildcard 

commit perl-HTML-FormHandler for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-12-02 07:26:13

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


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-11-26 21:06:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-12-02 07:26:14.0 +0100
@@ -1,0 +2,13 @@
+Fri Nov 29 11:06:49 UTC 2013 - co...@suse.com
+
+- updated to 0.40054
+   Check for old unimplemented parameter to wrap_checkbox, and check
+   for existence of option_wrapper
+   add language handle to bootstrap3 tests
+   pass event to repeatable js click handler
+   stop forcing undefined Checkbox fields to 0; didn't allow undef for value
+   different inline class for Bootstrap3 for checkboxes and radios
+   select options: add coercion of arrayref of hashrefs from arrayref of 
strings
+   allow Date field to use DateTime subclasses
+
+---

Old:

  HTML-FormHandler-0.40053.tar.gz

New:

  HTML-FormHandler-0.40054.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.qGOlMP/_old  2013-12-02 07:26:15.0 +0100
+++ /var/tmp/diff_new_pack.qGOlMP/_new  2013-12-02 07:26:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40053
+Version:0.40054
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose

++ HTML-FormHandler-0.40053.tar.gz - HTML-FormHandler-0.40054.tar.gz ++
 4871 lines of diff (skipped)

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



commit perl-HTTP-Tiny for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Tiny for openSUSE:Factory 
checked in at 2013-12-02 07:26:21

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


Package is perl-HTTP-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Tiny/perl-HTTP-Tiny.changes
2013-11-26 19:25:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new/perl-HTTP-Tiny.changes   
2013-12-02 07:26:22.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 11:08:21 UTC 2013 - co...@suse.com
+
+- updated to 0.039
+[FIXED]
+- Temporary file creating during mirror() is now opened with O_EXCL
+  for added security
+
+---

Old:

  HTTP-Tiny-0.038.tar.gz

New:

  HTTP-Tiny-0.039.tar.gz



Other differences:
--
++ perl-HTTP-Tiny.spec ++
--- /var/tmp/diff_new_pack.qypD56/_old  2013-12-02 07:26:22.0 +0100
+++ /var/tmp/diff_new_pack.qypD56/_new  2013-12-02 07:26:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Tiny
-Version:0.038
+Version:0.039
 Release:0
 %define cpan_name HTTP-Tiny
 Summary:A small, simple, correct HTTP/1.1 client

++ HTTP-Tiny-0.038.tar.gz - HTTP-Tiny-0.039.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.038/Changes new/HTTP-Tiny-0.039/Changes
--- old/HTTP-Tiny-0.038/Changes 2013-11-18 18:56:36.0 +0100
+++ new/HTTP-Tiny-0.039/Changes 2013-11-28 01:48:39.0 +0100
@@ -1,5 +1,12 @@
 Release notes for HTTP-Tiny
 
+0.039 2013-11-27 19:48:29 America/New_York
+
+[FIXED]
+
+- Temporary file creating during mirror() is now opened with O_EXCL
+  for added security
+
 0.038 2013-11-18 12:56:26 America/New_York
 
 [FIXED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.038/META.json 
new/HTTP-Tiny-0.039/META.json
--- old/HTTP-Tiny-0.038/META.json   2013-11-18 18:56:36.0 +0100
+++ new/HTTP-Tiny-0.039/META.json   2013-11-28 01:48:39.0 +0100
@@ -57,6 +57,7 @@
  },
  requires : {
 Carp : 0,
+Fcntl : 0,
 IO::Socket : 0,
 MIME::Base64 : 0,
 Time::Local : 0,
@@ -95,7 +96,7 @@
provides : {
   HTTP::Tiny : {
  file : lib/HTTP/Tiny.pm,
- version : 0.038
+ version : 0.039
   }
},
release_status : stable,
@@ -110,7 +111,7 @@
  web : https://github.com/chansen/p5-http-tiny;
   }
},
-   version : 0.038,
+   version : 0.039,
x_authority : cpan:DAGOLDEN,
x_contributors : [
   Alan Gardner gard...@pythian.com,
@@ -126,6 +127,7 @@
   Lukas Eklund lekl...@gmail.com,
   Martin-Louis Bright mlbri...@gmail.com,
   Mike Doherty dohe...@cpan.org,
+  Petr P\u00edsa\u0159 ppi...@redhat.com,
   Serguei Trouchelle s...@cpan.org,
   Syohei YOSHIDA syo...@gmail.com,
   Tony Cook t...@develop-help.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.038/META.yml new/HTTP-Tiny-0.039/META.yml
--- old/HTTP-Tiny-0.038/META.yml2013-11-18 18:56:36.0 +0100
+++ new/HTTP-Tiny-0.039/META.yml2013-11-28 01:48:39.0 +0100
@@ -38,7 +38,7 @@
 provides:
   HTTP::Tiny:
 file: lib/HTTP/Tiny.pm
-version: 0.038
+version: 0.039
 recommends:
   HTTP::CookieJar: 0.001
   IO::Socket::SSL: 1.42
@@ -46,6 +46,7 @@
   Net::SSLeay: 1.49
 requires:
   Carp: 0
+  Fcntl: 0
   IO::Socket: 0
   MIME::Base64: 0
   Time::Local: 0
@@ -57,7 +58,7 @@
   bugtracker: https://github.com/chansen/p5-http-tiny/issues
   homepage: https://github.com/chansen/p5-http-tiny
   repository: https://github.com/chansen/p5-http-tiny.git
-version: 0.038
+version: 0.039
 x_authority: cpan:DAGOLDEN
 x_contributors:
   - 'Alan Gardner gard...@pythian.com'
@@ -73,6 +74,7 @@
   - 'Lukas Eklund lekl...@gmail.com'
   - 'Martin-Louis Bright mlbri...@gmail.com'
   - 'Mike Doherty dohe...@cpan.org'
+  - 'Petr Písař ppi...@redhat.com'
   - 'Serguei Trouchelle s...@cpan.org'
   - 'Syohei YOSHIDA syo...@gmail.com'
   - 'Tony Cook t...@develop-help.com'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.038/Makefile.PL 
new/HTTP-Tiny-0.039/Makefile.PL
--- old/HTTP-Tiny-0.038/Makefile.PL 2013-11-18 18:56:36.0 +0100
+++ new/HTTP-Tiny-0.039/Makefile.PL 2013-11-28 01:48:39.0 +0100
@@ -21,6 +21,7 @@
   NAME = HTTP::Tiny,
   PREREQ_PM = {
 Carp = 0,
+Fcntl = 0,
 IO::Socket = 0,
 

commit python-boto for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2013-12-02 07:26:26

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


Package is python-boto

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2013-10-21 
20:01:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2013-12-02 07:26:28.0 +0100
@@ -1,0 +2,78 @@
+Tue Nov 26 19:29:11 UTC 2013 - rschweik...@suse.com
+
+- update to version 2.18.0:
+  * Add support for new STS and IAM calls related to SAML. (issue 1867,
+issue 1867, commit 1c51d17)
+  * Add SigV4 support to Cloudwatch (commit ef43035)
+  * Add support for ELB Attributes and Cross Zone Balancing. (issue 1852,
+issue 1852, commit 76f8b7f)
+  * Add RDS promote and rename support. (issue 1857, issue 1857,
+commit 0b62c70)
+  * Update EC2 get_all_snapshots and add support for registering an image
+with a snapshot. (issue 1850, issue 1850, commit 3007956)
+  * Fix issues related to encoding of values in HTTP headers when using
+unicode. (issue 1864, issue 1864, issue 1839, issue 1829, issue 1828,
+issue 702, commit 5610dd7)
+  * Fix order of Beanstalk documetation to match param order. (issue 1863,
+issue 1863, commit a3a29f8)
+  * Make sure file is closed before attempting to delete it when downloading
+an S3 key. (issue 1791, commit 0e6dcbe)
+  * Fix minor CloudTrail documentation typos. (issue 1861, issue 1861,
+commit 256a115)
+  * Fix DynamoDBv2 tutorial sentence with missing verb. (issue 1859,
+issue 1825, issue 1859, commit 0fd5300)
+  * Fix parameter validation for gs (issue 1858, commit 6b9a869)
+  * Add support for AWS CloudTrail (commit 53ba0c9)
+  * Add support for new Amazon Redshift features (commit d94b48c)
+  * Add missing argument for Google Storage resumable uploads. (commit b777b62)
+  * Added recipe for parallel execution of activities to SWF tutorial.
+(issue 1800, issue 1800, commit 52c5432)
+  * Added launch_config’s parameter associate_ip_address for VPC.
+(issue 1799, issue 1799, commit 6685adb)
+  * Update elbadmin add/remove commands to support multiple instance arguments.
+(issue 1806, issue 1806, commit 4aad26d)
+  * Added documentation for valid auto scaling event types and tags.
+(issue 1807, issue 1807, commit 664f6e8)
+  * Support VPC tenancy restrictions and filters for DHCP options.
+(issue 1801, issue 1801, commit 8c5d8de)
+  * Add VPC network ACL support. (issue 1809, issue 1098, issue 1809,
+commit 9043d09)
+  * Add convenience functions to make DynamoDB2 behave more like DynamoDB
+(issue 1780, commit 2cecaca)
+  * EC2 cancel_spot_instance_requests now returns a list of
+SpotInstanceRequest objects. (issue 1811, issue 1811, issue 1754,
+commit f3361b9)
+  * Fix VPC DescribeVpnConnections call argument; Add support for
+static_routes_only when creating a new VPC. (issue 1816, issue 1816,
+issue 1481, commit b408637)
+  * Add a section about DynamoDB Local to the DynamoDBv2 high level docs.
+(issue 1821, issue 1821, issue 1818, commit 639505f)
+  * Add support for new Elastic MapReduce APIs (issue 1836, commit 5562264)
+  * Modify EMR add_jobflow_steps to return a JobFlowStepList. (issue 1838,
+issue 1838, commit ef9564f)
+  * Generate docs for route53/zone, remove docs for route53/hostedzone.
+(issue 1837, issue 1837, commit 99e2e67)
+  * Fix for MWS iterator handling (commit 7e6f98d)
+  * Clarify documentation for MetricAlarm dimensions. (issue 1808,
+issue 1808, issue 1803, commit 4233fbf)
+  * Fixes for general connection behind proxy. (issue 1781, issue 1781,
+commit dc8bbea)
+  * Validate S3 method kwarg names to prevent misspelling. (issue 1810,
+issue 1810, issue 1782, commit 947a14a)
+  * Fix dependencies so they show up as optional in CheeseShop (issue 1617,
+commit 54da8b6)
+  * Route53 retry HTTP error 400s (issue 1618, commit 6e355b3)
+  * Fix typo in IAMConnection documentation (issue 1820, commit 3fc335d)
+  * Fix MWS MemberLists parsing. (issue 1815, issue 1815, commit 0f6f089)
+  * Fix typo in SQS documentation (issue 1830, commit 20532a6)
+  * Update auto scaling documentation. (issue 1824, issue 1824,
+issue 1823, commit 9a359ec)
+  * Fixing region endpoints for EMR (issue 1831, commit ed669f7)
+  * Raising an exception in SQS message decode() should not abort parsing.
+(issue 1835, issue 1835, issue 1833, commit 2a00c92)
+  * Replace correct VPC ACL association instead of just the first one.
+(issue 1844, issue 1844, issue 1843, commit c70b8d6)
+  * Prevent swallowing CloudSearch errors (issue 1846, issue 1842,
+commit c2f955b)
+

commit perl-Class-Tiny for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Tiny for openSUSE:Factory 
checked in at 2013-12-02 07:26:04

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


Package is perl-Class-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Tiny/perl-Class-Tiny.changes  
2013-11-26 19:24:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Tiny.new/perl-Class-Tiny.changes 
2013-12-02 07:26:05.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 29 11:06:39 UTC 2013 - co...@suse.com
+
+- updated to 0.014
+[FIXED]
+- put back a 'no warnings once' line that caused downstream warnings
+
+[DOCUMENTED]
+- expanded comparision to Object::Tiny and Class::Accessor
+
+---

Old:

  Class-Tiny-0.012.tar.gz

New:

  Class-Tiny-0.014.tar.gz



Other differences:
--
++ perl-Class-Tiny.spec ++
--- /var/tmp/diff_new_pack.kgTaGn/_old  2013-12-02 07:26:06.0 +0100
+++ /var/tmp/diff_new_pack.kgTaGn/_new  2013-12-02 07:26:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Tiny
-Version:0.012
+Version:0.014
 Release:0
 %define cpan_name Class-Tiny
 Summary:Minimalist class construction
@@ -30,17 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) = 0.96
-#BuildRequires: perl(Alfa)
-#BuildRequires: perl(Baker)
-#BuildRequires: perl(Class::Tiny)
-#BuildRequires: perl(Delta)
-#BuildRequires: perl(Devel::GlobalDestruction)
-#BuildRequires: perl(Golf)
-#BuildRequires: perl(India)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::FailWarnings)
-#BuildRequires: perl(Test::Spelling) = 0.12
-#BuildRequires: perl(TestUtils)
 %{perl_requires}
 
 %description

++ Class-Tiny-0.012.tar.gz - Class-Tiny-0.014.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Tiny-0.012/Changes new/Class-Tiny-0.014/Changes
--- old/Class-Tiny-0.012/Changes2013-11-01 21:36:39.0 +0100
+++ new/Class-Tiny-0.014/Changes2013-11-28 13:12:20.0 +0100
@@ -1,5 +1,17 @@
 Revision history for Class-Tiny
 
+0.014 2013-11-28 07:12:14 America/New_York
+
+[FIXED]
+
+- put back a 'no warnings once' line that caused downstream warnings
+
+0.013 2013-11-26 12:01:13 America/New_York
+
+[DOCUMENTED]
+
+- expanded comparision to Object::Tiny and Class::Accessor
+
 0.012 2013-11-01 16:36:35 America/New_York
 
 [DOCUMENTED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Tiny-0.012/META.json 
new/Class-Tiny-0.014/META.json
--- old/Class-Tiny-0.012/META.json  2013-11-01 21:36:39.0 +0100
+++ new/Class-Tiny-0.014/META.json  2013-11-28 13:12:20.0 +0100
@@ -4,7 +4,7 @@
   David Golden dagol...@cpan.org
],
dynamic_config : 1,
-   generated_by : Dist::Zilla version 5.003, CPAN::Meta::Converter version 
2.132830,
+   generated_by : Dist::Zilla version 5.006, CPAN::Meta::Converter version 
2.132830,
license : [
   apache_2_0
],
@@ -32,6 +32,12 @@
   },
   develop : {
  requires : {
+Dist::Zilla : 5.006,
+Dist::Zilla::Plugin::OnlyCorePrereqs : 0.003,
+Dist::Zilla::Plugin::PerlVersionPrereqs : 0,
+Dist::Zilla::Plugin::Prereqs : 0,
+Dist::Zilla::Plugin::RemovePrereqs : 0,
+Dist::Zilla::PluginBundle::DAGOLDEN : 0.052,
 File::Spec : 0,
 File::Temp : 0,
 IO::Handle : 0,
@@ -72,11 +78,11 @@
provides : {
   Class::Tiny : {
  file : lib/Class/Tiny.pm,
- version : 0.012
+ version : 0.014
   },
   Class::Tiny::Object : {
  file : lib/Class/Tiny.pm,
- version : 0.012
+ version : 0.014
   }
},
release_status : stable,
@@ -91,9 +97,10 @@
  web : https://github.com/dagolden/Class-Tiny;
   }
},
-   version : 0.012,
+   version : 0.014,
x_authority : cpan:DAGOLDEN,
x_contributors : [
+  Dagfinn Ilmari Manns\u00e5ker ilm...@ilmari.org,
   Gelu Lupas g...@devnull.ro,
   Karen Etheridge et...@cpan.org,
   Matt S Trout mstr...@cpan.org,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Tiny-0.012/META.yml 
new/Class-Tiny-0.014/META.yml
--- old/Class-Tiny-0.012/META.yml   2013-11-01 21:36:39.0 +0100
+++ new/Class-Tiny-0.014/META.yml   2013-11-28 13:12:20.0 +0100
@@ -14,7 +14,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.17
 

commit opencv for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2013-12-02 07:25:53

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


Package is opencv

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv.changes2013-11-18 
13:09:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes   2013-12-02 
07:25:54.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  1 17:37:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added opencv-pkgconfig.patch: make sure to provide link flags in
+  OpenCV pc file (bnc#853036)
+
+---

New:

  opencv-pkgconfig.patch



Other differences:
--
++ opencv.spec ++
--- /var/tmp/diff_new_pack.lxTfFT/_old  2013-12-02 07:25:56.0 +0100
+++ /var/tmp/diff_new_pack.lxTfFT/_new  2013-12-02 07:25:56.0 +0100
@@ -35,6 +35,9 @@
 Patch2: %{name}-underlinking.patch
 # PATCH-FIX-OPENSUSE improve-sphinx-search.diff -- properly find sphinx with 
alphabetic chars in version
 Patch3: improve-sphinx-search.diff
+# PATCH-FIX-UPSTREAM opencv-pkgconfig.patch -- Make sure to provide link flags 
in  OpenCV pc file (bnc#853036). Issue is exposed when e.g. a project relies on
+# getting opencv vars via pc (first), and then via CMake, as is the case with 
nomacs
+Patch4: opencv-pkgconfig.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-base-devel
@@ -120,6 +123,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p0
+%patch4 -p1
 
 # Remove Windows specific files
 rm -f doc/packaging.txt

++ opencv-pkgconfig.patch ++
diff -baur opencv-2.4.7.orig/cmake/OpenCVGenPkgconfig.cmake 
opencv-2.4.7/cmake/OpenCVGenPkgconfig.cmake
--- opencv-2.4.7.orig/cmake/OpenCVGenPkgconfig.cmake2013-11-12 
20:31:27.253763202 +
+++ opencv-2.4.7/cmake/OpenCVGenPkgconfig.cmake 2013-11-12 20:41:48.936262732 
+
@@ -10,7 +10,7 @@
 # 
---
 set(prefix  ${CMAKE_INSTALL_PREFIX})
 set(exec_prefix \${prefix})
-set(libdir  ) #TODO: need link paths for OpenCV_EXTRA_COMPONENTS
+set(libdir  \${prefix}/${OPENCV_LIB_INSTALL_PATH})
 set(includedir  \${prefix}/${OPENCV_INCLUDE_INSTALL_PATH})
 
 if(CMAKE_BUILD_TYPE MATCHES Release)
@@ -35,10 +35,11 @@
 ocv_list_reverse(OpenCV_EXTRA_COMPONENTS)
 
 #build the list of components
-set(OpenCV_LIB_COMPONENTS_ )
+set(OpenCV_LIB_COMPONENTS_ -L\${libdir})
 foreach(CVLib ${OpenCV_LIB_COMPONENTS})
   get_target_property(libpath ${CVLib} LOCATION_${CMAKE_BUILD_TYPE})
   get_filename_component(libname ${libpath} NAME)
+  get_filename_component(lname ${libpath} NAME_WE)
 
   if(INSTALL_TO_MANGLED_PATHS)
 set(libname ${libname}.${OPENCV_VERSION})
@@ -51,7 +52,8 @@
 set(installDir ${OPENCV_LIB_INSTALL_PATH})
   endif()
 
-  set(OpenCV_LIB_COMPONENTS_ ${OpenCV_LIB_COMPONENTS_} 
\${exec_prefix}/${installDir}/${libname})
+  string(REPLACE libopencv -lopencv lname ${lname})
+  set(OpenCV_LIB_COMPONENTS_ ${OpenCV_LIB_COMPONENTS_} ${lname})
 endforeach()
 
 # add extra dependencies required for OpenCV
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-fast_gettext for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fast_gettext for 
openSUSE:Factory checked in at 2013-12-02 07:26:49

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


Package is rubygem-fast_gettext

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-fast_gettext/rubygem-fast_gettext.changes
2013-10-06 14:58:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new/rubygem-fast_gettext.changes
   2013-12-02 07:26:50.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 29 11:05:08 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.1, no changelog
+
+---

Old:

  fast_gettext-0.8.0.gem

New:

  fast_gettext-0.8.1.gem



Other differences:
--
++ rubygem-fast_gettext.spec ++
--- /var/tmp/diff_new_pack.qSSBlf/_old  2013-12-02 07:26:51.0 +0100
+++ /var/tmp/diff_new_pack.qSSBlf/_new  2013-12-02 07:26:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-fast_gettext
-Version:0.8.0
+Version:0.8.1
 Release:0
 %define mod_name fast_gettext
 %define mod_full_name %{mod_name}-%{version}

++ fast_gettext-0.8.0.gem - fast_gettext-0.8.1.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-fast_gettext/fast_gettext-0.8.0.gem 
and /work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new/fast_gettext-0.8.1.gem 
differ

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



commit rubygem-passenger for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2013-12-02 07:27:10

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


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2013-11-24 18:13:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2013-12-02 07:27:11.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 29 11:05:07 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.26
+  * Introduced the `PassengerBufferUpload` option for Apache. This option 
allows one
+to disable upload buffering, e.g. in order to be able to track upload 
progress.
+  * [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, 
even
+without setting `ssl on`. Fixes issue #401.
+  * [Standalone] It is now possible to listen on both a normal HTTP and an 
HTTPS port.
+  * [Enterprise] The `passenger-status` tool now displays rolling restart 
status.
+
+---

Old:

  passenger-4.0.25.gem

New:

  passenger-4.0.26.gem



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.7eiFj8/_old  2013-12-02 07:27:12.0 +0100
+++ /var/tmp/diff_new_pack.7eiFj8/_new  2013-12-02 07:27:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-passenger
-Version:4.0.25
+Version:4.0.26
 Release:0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-gettext_i18n_rails for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2013-12-02 07:27:00

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


Package is rubygem-gettext_i18n_rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
2013-11-24 18:12:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2013-12-02 07:27:01.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 29 11:05:06 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.3, no changelog
+
+---

Old:

  gettext_i18n_rails-1.0.2.gem

New:

  gettext_i18n_rails-1.0.3.gem



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.Sv17hS/_old  2013-12-02 07:27:03.0 +0100
+++ /var/tmp/diff_new_pack.Sv17hS/_new  2013-12-02 07:27:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext_i18n_rails
-Version:1.0.2
+Version:1.0.3
 Release:0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}
@@ -42,14 +42,6 @@
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
 
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
 #gem_unpack
 #if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
@@ -60,22 +52,17 @@
 %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
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE.txt 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE.txt
 
 %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
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-
 %changelog

++ gettext_i18n_rails-1.0.2.gem - gettext_i18n_rails-1.0.3.gem ++
Files 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/gettext_i18n_rails-1.0.2.gem
 and 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/gettext_i18n_rails-1.0.3.gem
 differ

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



commit sbcl for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2013-12-02 07:27:14

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


Package is sbcl

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2013-11-04 
14:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2013-12-02 
07:27:15.0 +0100
@@ -1,0 +2,34 @@
+Sat Nov 30 17:44:30 UTC 2013 - tog...@opensuse.org
+
+- Update to version 1.1.14
+
+  * Optimization:
++ complicated TYPEP tests are less opaque to the
+  type propagation pass. (lp#1229340)
++ [N]BUTLAST perform a single pass over the list.
+  (lp#1245697)
++ EQUALP on structures with raw slots (double-float/complex)
+  no longer conses and is faster.
++ RESTART-CASE expands to more compact code.
+  Thanks to Jan Moringen. (lp#1249055)
+  * Enhancement:
++ Top-level defmethod without defgeneric no longer
+  causes  undefined-function warnings in subsequent forms.
+  (lp#503095)
++ run-sbcl.sh is usefully handled by rlwrap.  Thanks
+  to William Cushing. (lp#1249183)
++ new function SB-EXT:ASSERT-VERSION-= accepts a version
+  specification (multiple integer arguments) and signals a
+  continuable error if the current SBCL version is lower (older)
+  than the specification. (lp#674372)
++ better ARRAY-RANK result derivation. (lp#1252108)
+  * Bug fix:
++ EQUALP now compares correctly structures with raw slots larger
+  than a single word.
++ OPEN reports a more meaningful error when an existing file is
+  opened for output with :if-exists :new-version.Thanks to
+  Philip Munksgaard. (lp#455381)
++ DEFSTRUCTs with NIL as a slot name no longer cause strange
+  CLOS-related errors.  (lp#633911) 
+
+---

Old:

  sbcl-1.1.13-source.tar.bz2

New:

  sbcl-1.1.14-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.jKRnkB/_old  2013-12-02 07:27:16.0 +0100
+++ /var/tmp/diff_new_pack.jKRnkB/_new  2013-12-02 07:27:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.1.13
+Version:1.1.14
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause

++ sbcl-1.1.13-source.tar.bz2 - sbcl-1.1.14-source.tar.bz2 ++
 4527 lines of diff (skipped)

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