commit kdenlive for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2012-12-07 15:35:17

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


Package is "kdenlive", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2012-08-26 
11:32:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2012-12-07 
15:35:19.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 30 10:32:21 UTC 2012 - reddw...@opensuse.org
+
+- Make it work with versioned melt binaries
+- Add kdenlive-0.9.2-no_avformat.patch to support systems without
+  the avformat plugin
+
+---

New:

  kdenlive-0.9.2-no_avformat.patch



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.gGdxDI/_old  2012-12-07 15:35:20.0 +0100
+++ /var/tmp/diff_new_pack.gGdxDI/_new  2012-12-07 15:35:20.0 +0100
@@ -30,6 +30,8 @@
 Source0:
http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM kdenlive-0.9.2-mlt_datadir.patch 
http://www.kdenlive.org/mantis/view.php?id=2701 reddw...@opensuse.org -- Use 
versioned MLT data dir
 Patch0: kdenlive-0.9.2-mlt_datadir.patch
+# PATCH-FIX-UPSTREAM kdenlive-0.9.2-no_avformat.patch 
http://www.kdenlive.org/mantis/view.php?id=2811 reddw...@opensuse.org -- Make 
it work even if the avformat plugin is not available
+Patch1: kdenlive-0.9.2-no_avformat.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -49,7 +51,8 @@
 BuildRequires:  pkgconfig(mlt++) >= %{mlt_version}
 BuildRequires:  pkgconfig(mlt-framework) >= %{mlt_version}
 BuildRequires:  pkgconfig(x11)
-Requires:   %{_bindir}/melt
+%define melt_path %(pkg-config --variable=meltbin mlt-framework)
+Requires:   %{melt_path}
 # Waiting for the day all libraries have versioned symbols...
 Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt++.so) --qf 
'%{NAME}') >= %{mlt_version}
 Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}') >= %{mlt_version}
@@ -77,6 +80,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 # V4L support is disabled since it's GPL-2.0 only and incompatible with the 
GPL-3.0+ parts (bnc#765082)

++ kdenlive-0.9.2-mlt_datadir.patch ++
--- /var/tmp/diff_new_pack.gGdxDI/_old  2012-12-07 15:35:20.0 +0100
+++ /var/tmp/diff_new_pack.gGdxDI/_new  2012-12-07 15:35:20.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- src/CMakeLists.txt.orig
 +++ src/CMakeLists.txt
-@@ -11,6 +11,15 @@ endif(APPLE)
+@@ -11,6 +11,24 @@ endif(APPLE)
  macro_optional_find_package(Nepomuk)
  macro_optional_find_package(QJSON)
  
@@ -14,7 +14,16 @@
 +  string(REGEX REPLACE "[\r\n]" "" MLT_DATADIR "${MLT_DATADIR}")
 +  add_definitions(-DMLT_DATADIR=\\\"\"${MLT_DATADIR}\"\\\")
 +endif(NOT MLT_DATADIR_failed)
-+
++
++execute_process(
++  COMMAND pkg-config --variable=meltbin mlt-framework
++  OUTPUT_VARIABLE MLT_MELTBIN
++  RESULT_VARIABLE MLT_MELTBIN_failed)
++if (NOT MLT_MELTBIN_failed)
++  string(REGEX REPLACE "[\r\n]" "" MLT_MELTBIN "${MLT_MELTBIN}")
++  add_definitions(-DMLT_MELTBIN=\\\"\"${MLT_MELTBIN}\"\\\")
++endif(NOT MLT_MELTBIN_failed)
++
  option(WITH_V4L "Build capture support with Video4Linux" ON)
  option(WITH_JogShuttle "Build Jog/Shuttle support" ON)
  
@@ -22,7 +31,7 @@
 ===
 --- src/mainwindow.cpp.orig
 +++ src/mainwindow.cpp
-@@ -2183,7 +2183,7 @@ void MainWindow::parseProfiles(const QSt
+@@ -2183,10 +2183,10 @@ void MainWindow::parseProfiles(const QSt
  }
  
  if (KdenliveSettings::mltpath().isEmpty())
@@ -30,4 +39,8 @@
 +KdenliveSettings::setMltpath(QString(MLT_DATADIR) + 
QString("/profiles/"));
  
  if (KdenliveSettings::rendererpath().isEmpty() || 
KdenliveSettings::rendererpath().endsWith("inigo")) {
- QString meltPath = QString(MLT_PREFIX) + QString("/bin/melt");
+-QString meltPath = QString(MLT_PREFIX) + QString("/bin/melt");
++QString meltPath = QString(MLT_MELTBIN);
+ if (!QFile::exists(meltPath))
+ meltPath = KStandardDirs::findExe("melt");
+ KdenliveSettings::setRendererpath(meltPath);

++ kdenlive-0.9.2-no_avformat.patch ++
Index: src/renderwidget.cpp
===
--- src/renderwidget.cpp.orig
+++ src/renderwidget.cpp
@@ -1280,53 +1280,47 @@ void RenderWidget::refreshView()
 }
 
 // Make 

commit chromium for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-12-07 14:59:16

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


Package is "chromium", Maintainer is "orpha...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2012-12-03 
09:30:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-12-07 
14:59:32.0 +0100
@@ -1,0 +2,16 @@
+Thu Dec  6 10:06:51 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 25.0.1352
+  * Fixed garbled header and footer text in print preview. 
+[Issue: 152893]
+  * Fixed extension action badges with long text. [Issue: 160069]
+  * Disable find if constrained window is shown. [Issue: 156969]
+  * Enable fullscreen for apps windows. [Issue: 161246]
+  * Fixed broken profile with system-wide installation and 
+UserDataDir & DiskCacheDir policy. [Issue: 161336]
+  * Fixed stability crashes like 158747, 159437, 149139, 160914, 
+160401, 161858, 158747, 156878
+  * Fixed graphical corruption in Dust. [Issue: 155258]
+  * Fixed scrolling issue. [Issue: 163553]
+
+---

Old:

  chromium.25.0.1343.0.svn170466.tar.bz2

New:

  chromium.25.0.1352.0.svn171464.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.3BugFx/_old  2012-12-07 15:00:11.0 +0100
+++ /var/tmp/diff_new_pack.3BugFx/_new  2012-12-07 15:00:11.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define svn_revision 170466
+%define svn_revision 171464
 
 Name:   chromium
-Version:25.0.1343.0
+Version:25.0.1352.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium.25.0.1343.0.svn170466.tar.bz2 -> 
chromium.25.0.1352.0.svn171464.tar.bz2 ++
/work/SRC/openSUSE:Factory/chromium/chromium.25.0.1343.0.svn170466.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.25.0.1352.0.svn171464.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 xf86-video-intel for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2012-12-07 14:59:11

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is "xf86-video-intel", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2012-10-26 17:36:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2012-12-07 14:59:14.0 +0100
@@ -1,0 +2,70 @@
+Mon Dec  3 16:58:24 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.20.15:
+  And lo, enabling more of the common acceleration paths for gen4 revealed
+  another lurking bug - something is wrong with how we prepare Y-tiling
+  surfaces for rendering. For the time being, we can surreptiously disable
+  them for gen4 and avoid hitting GPU hangs.
+- Bugs fixed since 2.20.14:
+  + Avoid clobbering the render state after failing to convert the
+operation to use the blitter.
+https://bugs.freedesktop.org/show_bug.cgi?id=57601
+  + Disable shadow tracking upon server regeneration, and so fix a crash
+if you restart the server whilst a RandR transform (e.g. rotation) is
+in effect.
+https://bugs.freedesktop.org/show_bug.cgi?id=52255
+https://bugs.freedesktop.org/show_bug.cgi?id=56608
+
+---
+Mon Nov 26 13:10:57 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.20.14:
+  The highlight of this release is gen4, from 965g to gm45. Quite an old
+  bug surfaced in the shader assembly, sparking a chance to review a few
+  design choices within that backend and experiment on fresh ways to
+  workaround the remaining issues.
+- Bugs fixed since 2.20.13:
+  + Avoid using inplace XOR'ed uploads for very large buffers
+https://bugs.freedesktop.org/show_bug.cgi?id=57031
+  + Fix the gen4/5 opacity shader
+https://bugs.freedesktop.org/show_bug.cgi?id=57054
+  + Queue a pending vblank request after flip completion
+https://bugs.freedesktop.org/show_bug.cgi?id=56423
+  + Avoid migrating an uninitialised pixmap for use as a render source
+https://bugs.freedesktop.org/show_bug.cgi?id=47597
+  + Improve handing of texture fallbacks for 830/845.
+https://bugs.freedesktop.org/show_bug.cgi?id=57392
+
+---
+Sun Nov 11 16:52:56 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.20.13:
+  Nothing but bug fixes.
+- Bugs fixed since 2.20.12:
+  + Sanity check the platform probe points to our expected i915 device
+
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069031
+  + Prevent 16-bit overflow for computing the sample area to upload of
+sources for render operations
+https://bugs.freedesktop.org/show_bug.cgi?id=56324
+  + Clamp the drawable box for migration to prevent 16-bit overflow
+https://bugs.freedesktop.org/show_bug.cgi?id=56591
+  + Disable RandR hotplug events if Xinerama is enabled and thereby prevent
+a crash upon hotplug
+https://bugs.freedesktop.org/show_bug.cgi?id=55260
+  + Call ValidatePicture before attempting to flatten the alphamaps
+https://bugs.freedesktop.org/show_bug.cgi?id=56367
+  + Clip the trapezoid correctly if it ends on the boundary pixel
+https://bugs.freedesktop.org/show_bug.cgi?id=56395
+  + Make sure the pipeline choice is propagated to the scanline wait
+across a batch flush
+https://bugs.freedesktop.org/show_bug.cgi?id=47597
+  + Set the valid drawable box when choosing placement of BLT composite ops
+https://bugs.freedesktop.org/show_bug.cgi?id=47597
+  + Prevent use-after-free when promoting a partial-GPU bo to a full-GPU bo
+https://bugs.freedesktop.org/show_bug.cgi?id=56591
+  + gen4 opacity spans require the per-rectangle workaround
+https://bugs.freedesktop.org/show_bug.cgi?id=55500
+  + Prevent use of invalid damage pointers when redirecting rendering
+https://bugs.freedesktop.org/show_bug.cgi?id=56785
+
+---
@@ -4 +74 @@
-- Update to 2.20.12
+- Update to 2.20.12:

Old:

  xf86-video-intel-2.20.12.tar.bz2

New:

  xf86-video-intel-2.20.15.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.0X2ysP/_old  2012-12-07 14:59:16.0 +0100
+++ /var/tmp/diff_new_pack.0X2ysP/_new  2012-12-07 14:59:16.0 +0100
@@ -19,7 +19,7 @@
 %define glamor 1
 
 Name:   xf86-video-intel
-Version:2.20.12
+Version:2.20.15
 Release:0
 Summary:

commit yast2-users for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2012-12-07 14:53:55

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


Package is "yast2-users", Maintainer is "jsuch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2012-10-24 
10:24:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2012-12-07 14:54:22.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  6 13:23:33 CET 2012 - jsuch...@suse.cz
+
+- replaced obsolete SuSEconfig call
+- 2.23.1 
+
+---

Old:

  yast2-users-2.23.0.tar.bz2

New:

  yast2-users-2.23.1.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.2sayv7/_old  2012-12-07 14:54:23.0 +0100
+++ /var/tmp/diff_new_pack.2sayv7/_new  2012-12-07 14:54:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-2.23.0.tar.bz2 -> yast2-users-2.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.23.0/Makefile.in 
new/yast2-users-2.23.1/Makefile.in
--- old/yast2-users-2.23.0/Makefile.in  2012-10-19 11:27:45.0 +0200
+++ new/yast2-users-2.23.1/Makefile.in  2012-12-06 13:24:03.0 +0100
@@ -767,7 +767,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.23.0/VERSION 
new/yast2-users-2.23.1/VERSION
--- old/yast2-users-2.23.0/VERSION  2012-10-19 11:38:11.0 +0200
+++ new/yast2-users-2.23.1/VERSION  2012-12-06 13:23:47.0 +0100
@@ -1 +1 @@
-2.23.0
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.23.0/configure 
new/yast2-users-2.23.1/configure
--- old/yast2-users-2.23.0/configure2012-10-19 11:27:44.0 +0200
+++ new/yast2-users-2.23.1/configure2012-12-06 13:24:01.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-users 2.22.4.
+# Generated by GNU Autoconf 2.69 for yast2-users 2.23.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-users'
 PACKAGE_TARNAME='yast2-users'
-PACKAGE_VERSION='2.22.4'
-PACKAGE_STRING='yast2-users 2.22.4'
+PACKAGE_VERSION='2.23.1'
+PACKAGE_STRING='yast2-users 2.23.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1377,7 +1377,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 yast2-users 2.22.4 to adapt to many kinds of systems.
+\`configure' configures yast2-users 2.23.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1448,7 +1448,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-users 2.22.4:";;
+ short | recursive ) echo "Configuration of yast2-users 2.23.1:";;
esac
   cat <<\_ACEOF
 
@@ -1566,7 +1566,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-users configure 2.22.4
+yast2-users configure 2.23.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2110,7 +2110,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-users $as_me 2.22.4, which was
+It was created by yast2-users $as_me 2.23.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3049,7 +3049,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-users'
- VERSION='2.22.4'
+ VERSION='2.23.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3172,7 +3172,7 @@
 
 
 
-VERSION="2.22.4"
+VERSION="2.23.1"
 RPMNAME="yast2-users"
 MAINTAINER="Jiri Suchomel "
 
@@ -16927,7 +16927,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-users $as_me 2.22.4, which was
+Th

commit yast2-product-creator for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2012-12-07 14:53:37

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


Package is "yast2-product-creator", Maintainer is "jsuch...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
2012-12-05 14:10:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2012-12-07 14:53:40.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec  5 13:17:58 CET 2012 - jsuch...@suse.cz
+
+- for images created in Studio, disable editing image.sh and
+  config.sh, but enable editing root/build-custom (fate#310978)
+- 2.23.2
+
+---

Old:

  yast2-product-creator-2.23.1.tar.bz2

New:

  yast2-product-creator-2.23.2.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.5YlfaM/_old  2012-12-07 14:53:41.0 +0100
+++ /var/tmp/diff_new_pack.5YlfaM/_new  2012-12-07 14:53:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-product-creator
-Version:2.23.1
+Version:2.23.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-product-creator-2.23.1.tar.bz2 -> 
yast2-product-creator-2.23.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.1/VERSION 
new/yast2-product-creator-2.23.2/VERSION
--- old/yast2-product-creator-2.23.1/VERSION2012-12-03 16:09:03.0 
+0100
+++ new/yast2-product-creator-2.23.2/VERSION2012-12-05 13:21:09.0 
+0100
@@ -1 +1 @@
-2.23.1
+2.23.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.1/src/Kiwi.ycp 
new/yast2-product-creator-2.23.2/src/Kiwi.ycp
--- old/yast2-product-creator-2.23.1/src/Kiwi.ycp   2012-12-04 
16:00:22.0 +0100
+++ new/yast2-product-creator-2.23.2/src/Kiwi.ycp   2012-12-06 
13:46:30.0 +0100
@@ -163,10 +163,11 @@
ret = repo["org"]:$[];
}
 });
-if (url2alias[source]:"" != "")
+string adapted  = adapt_source_path (source);
+if (haskey (url2alias, source) || haskey (url2alias, adapted))
 {
-ret["source",0,"path"]  = url2alias[source]:"";
-y2milestone ("alias for %1 is %2", source, url2alias[source]:"");
+ret["source",0,"path"]  = url2alias[source]:url2alias[adapted]:"";
+y2milestone ("alias for %1 is %2", source, ret["source",0,"path"]:"");
 return ret;
 }
 
@@ -183,7 +184,7 @@
integer srcid   = sourcemap["SrcId"]:-1;
 map data   = Pkg::SourceGeneralData (srcid);
string url  = data["url"]:"";
-   if (adapt_source_path (url) == adapt_source_path (source))
+   if (adapt_source_path (url) == adapted)
{
if (data["type"]:"" == "NONE")
data["type"]= Pkg::RepositoryProbe (url, "");
@@ -526,7 +527,7 @@
}
});
 });
-foreach (string file, ["images.sh", "config.sh" ], {
+foreach (string file, ["images.sh", "config.sh", "root/build-custom" ], {
if (KiwiConfig[file]:"" != "")
{
SCR::Write (.target.string, config_dir + "/" + file, 
KiwiConfig[file]:"");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.1/src/kiwi_dialogs.ycp 
new/yast2-product-creator-2.23.2/src/kiwi_dialogs.ycp
--- old/yast2-product-creator-2.23.1/src/kiwi_dialogs.ycp   2012-12-03 
13:14:58.0 +0100
+++ new/yast2-product-creator-2.23.2/src/kiwi_dialogs.ycp   2012-12-05 
13:17:20.0 +0100
@@ -668,6 +668,10 @@
*/
   define void InitGeneric (string id) {
 UI::ChangeWidget (`id (id), `Value, KiwiConfig[id]:"");
+if ((id == "config.sh" || id == "images.sh") && haskey (KiwiConfig, 
"root/build-custom"))
+{
+  UI::ChangeWidget (`id (id), `Enabled, false);
+}
   }
 
   /**
@@ -1163,10 +1167,8 @@
*/
   string BrowseFileHandler (string key, string label) {
 
-string current = (string) UI::QueryWidget (`id (key), `Value);
-if (current == nil) current = "";
-string file = UI::AskForExistingFile (current, "", label);
-if (file != nil && key != "config.sh")
+string file = UI::AskForExistingFile (key, "", label);
+if (file != nil && key != "config.sh" && key != "root/build-custom")
 {
UI::ChangeWidget (`id (key), `Value, file);
StoreGeneric (key, $[]);
@@ -

commit yast2-installation for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2012-12-07 14:53:27

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


Package is "yast2-installation", Maintainer is "jsuch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2012-11-05 15:07:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2012-12-07 14:53:29.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  4 16:54:56 CET 2012 - jsuch...@suse.cz
+
+- allow using local repositories during update (bnc#779397)
+- 2.23.4
+
+---

Old:

  yast2-installation-2.23.3.tar.bz2

New:

  yast2-installation-2.23.4.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.K7YxYN/_old  2012-12-07 14:53:31.0 +0100
+++ /var/tmp/diff_new_pack.K7YxYN/_new  2012-12-07 14:53:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.23.3
+Version:2.23.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-2.23.3.tar.bz2 -> yast2-installation-2.23.4.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.23.3/VERSION 
new/yast2-installation-2.23.4/VERSION
--- old/yast2-installation-2.23.3/VERSION   2012-11-05 08:22:33.0 
+0100
+++ new/yast2-installation-2.23.4/VERSION   2012-12-04 16:55:44.0 
+0100
@@ -1 +1 @@
-2.23.3
+2.23.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.23.3/src/clients/inst_extrasources.ycp 
new/yast2-installation-2.23.4/src/clients/inst_extrasources.ycp
--- old/yast2-installation-2.23.3/src/clients/inst_extrasources.ycp 
2012-06-25 11:05:52.0 +0200
+++ new/yast2-installation-2.23.4/src/clients/inst_extrasources.ycp 
2012-12-04 16:53:54.0 +0100
@@ -48,6 +48,9 @@
 import "PackagesUI";
 import "Label";
 
+// local sources that have been attached under /mnt during upgrade
+map local_urls  = $[];
+
 /**
  * Returns list of maps of repositories to register. See bnc #381360.
  *
@@ -149,6 +152,11 @@
{
ret = add(ret, url);
}
+
+if (Mode::update() && regexpmatch (url, "^dir:[/]+mnt[/]+"))
+{
+local_urls[src] = url;
+}
}
 );
 
@@ -157,6 +165,8 @@
 
 y2milestone("Registered sources: %1", ret);
 
+y2milestone("Registered local sources under /mnt: %1", local_urls);
+
 return ret;
 }
 
@@ -338,6 +348,18 @@
 
 list  register_url = GetURLsToRegister (already_registered);
 
+// fix local sources temporary attached under /mnt
+if (size (local_urls) > 0) {
+
+foreach (integer srcid, string url, local_urls, {
+string new_url   = "dir:" + substring (url, find (url, "/mnt") + 4);
+y2milestone ("changing temporary url '%1' to '%2'", url, new_url);
+Pkg::SourceChangeUrl (srcid, new_url);
+});
+Pkg::SourceSaveAll();
+}
+
+
 // any confirmed source to register?
 if (size (register_url) > 0) {
 // register (create) the sources
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.23.3/src/clients/inst_upgrade_urls.ycp 
new/yast2-installation-2.23.4/src/clients/inst_upgrade_urls.ycp
--- old/yast2-installation-2.23.3/src/clients/inst_upgrade_urls.ycp 
2012-06-25 11:05:52.0 +0200
+++ new/yast2-installation-2.23.4/src/clients/inst_upgrade_urls.ycp 
2012-12-04 16:54:09.0 +0100
@@ -219,7 +219,9 @@
list  items = maplist (map one_url, urls, {
counter = counter + 1;
 
-   id_to_name[sformat ("ID: %1", counter)] = 
one_url["name"]:_("Unknown");
+// one_url already has "id" and some items might be deleted
+// looking to id_to_name is done via the original key
+id_to_name[one_url["id"]:sformat ("ID: %1", counter)] = 
one_url["name"]:_("Unknown");
 
return `item (
`id (counter),
@@ -759,6 +761,14 @@
 
string repo_type = Pkg::RepositoryProbe (one_url, "/");
y2milestone ("Probed repository: %1 type: %2", one_url, 
repo_type);
+
+   if ((repo_type == nil || repo_type == "NONE") &&
+substring (one_url, 0, 4) == "dir:")
+{
+one_url   = "dir:/mnt" + substring (one_url, 4);
+

commit xtrabackup for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2012-12-07 14:53:11

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


Package is "xtrabackup", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2012-10-03 
10:46:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2012-12-07 14:53:13.0 +0100
@@ -1,0 +2,36 @@
+Wed Dec  5 21:02:57 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 2.0.4
+  + a regression introduced in XtraBackup 2.0.2 caused incremental
+backups to fail because the init parameter values were not 
+normalized to the values used inside InnoDB
+  + a regression introduced in traBackup 2.0.2 didn’t take the 
+separate doublewrite tablespace into an account
+  + XtraBackup was handling the separate doublewrite buffer file
+incorrectly. File path of the doublewrite buffer wasn’t added
+to the backup-my.cnf and after the restore old doublewrite buffer 
+file was used instead of one made during the prepare stage
+  + XtraBackup now accepts the --innodb=force option, previously it 
+would throw an error if the option was set
+  + Option safe-slave-backup wasn’t working correctly
+  + In case safe-slave-backup-timeout was reached when using the 
+safe-slave-backup option, SQL_THREAD was left in stopped state 
+causing the slave thread to lag behind. This was fixed by 
+checking the initial SQL_THREAD state and starting it before 
+terminating with a timeout error and starting the SQL_THREAD 
+only if it was running initially.
+  + In case of streaming backups, innobackupex would resume the 
+Xtrabackup process and then wait for it to finish before running 
+UNLOCK TABLES. This caused database to be unnecessarily locked 
+with FLUSH TABLES WITH READ LOCK. Innobackupex now waits only
+till log copying is finished to unlock the databases
+  + XtraBackup would fail on --apply-log when filesystem didn’t 
+support Linux AIO
+  + XtraBackup binary would ignore innodb_use_native_aio when it’s 
+specified either in my.cnf or as a command line option
+  + XtraBackup would print a warning message during the prepare 
+stage about innodb_file_io_threads being deprecated, even if the
+ variable wasn’t set
+  + XtraBackup Galera tests can now be run concurrently
+
+---

Old:

  percona-xtrabackup-2.0.3-nodoc.tar.gz

New:

  percona-xtrabackup-2.0.4-nodoc.tar.gz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.jMlm0p/_old  2012-12-07 14:53:16.0 +0100
+++ /var/tmp/diff_new_pack.jMlm0p/_new  2012-12-07 14:53:16.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0
 Group:  Productivity/Databases/Tools
 Name:   xtrabackup
-Version:2.0.3
+Version:2.0.4
 Release:0
 Url:http://www.percona.com/software/percona-xtrabackup/
 Source: percona-xtrabackup-%{version}-nodoc.tar.gz

++ percona-xtrabackup-2.0.3-nodoc.tar.gz -> 
percona-xtrabackup-2.0.4-nodoc.tar.gz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.0.3-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.0.4-nodoc.tar.gz
 differ: char 5, line 1

++ xtrabackup-nodoc.sh ++
--- /var/tmp/diff_new_pack.jMlm0p/_old  2012-12-07 14:53:16.0 +0100
+++ /var/tmp/diff_new_pack.jMlm0p/_new  2012-12-07 14:53:16.0 +0100
@@ -14,7 +14,7 @@
 # published by the Open Source Initiative.
 #
 
-XTRABACKUP_VERSION=2.0.3
+XTRABACKUP_VERSION=2.0.4
 MYSQL51_VERSION=5.1.59
 MYSQL55_VERSION=5.5.17
 

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



commit x-loader-omap3beagle for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package x-loader-omap3beagle for 
openSUSE:Factory checked in at 2012-12-07 14:53:00

Comparing /work/SRC/openSUSE:Factory/x-loader-omap3beagle (Old)
 and  /work/SRC/openSUSE:Factory/.x-loader-omap3beagle.new (New)


Package is "x-loader-omap3beagle", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.x-loader-omap3beagle.new/x-loader-omap3beagle.changes
   2012-12-07 14:53:03.0 +0100
@@ -0,0 +1,73 @@
+---
+Mon Feb  6 16:16:25 UTC 2012 - ag...@suse.com
+
+- force partition size to be _big_
+
+---
+Fri Feb  3 01:03:36 CET 2012 - ag...@suse.de
+
+- add support for fatless boot, enabling ext2 search for u-boot.bin
+  and CH data in MLO for raw boot
+
+---
+Fri Dec 16 14:21:36 UTC 2011 - ag...@suse.com
+
+- add compile fix for omap3 (no return in func)
+
+---
+Fri Dec 16 13:44:11 UTC 2011 - ag...@suse.com
+
+- switch to beagle x-loader, panda is handled by u-boot now
+
+---
+Tue Nov 29 22:47:44 UTC 2011 - joop.boo...@opensuse.org
+
+- README is now in the standard package 
+
+---
+Sun Nov 20 16:46:58 UTC 2011 - joop.boo...@opensuse.org
+
+- Cleaned the spec file up name is now matching the package
+
+---
+Sun Nov 13 11:35:09 UTC 2011 - joop.boo...@opensuse.org
+
+- Build u-boot according to http://elinux.org/Panda_How_to_MLO_&_u-boot
+
+---
+Wed Nov 09 22:35:09 UTC 2011 - joop.boo...@opensuse.org
+
+- Build git version 2009
+- Used MeeGo build as Base
+
+---
+Wed Dec 22 00:00:00 UTC 2010 - marko.sau...@gmail.com
+- git 8aee5a8  
+- Updated to the latest git tree  
+
+---
+Tue Oct 26 00:00:00 UTC 2010 - n...@ti.com
+- 2010.09.rc2-MeeGo  
+- Switched to panda codebase instead of L24 release - L24 Mmc is unstable  
+  
+---
+Tue Oct 26 00:00:00 UTC 2010 - n...@ti.com
+- 2010.09.rc2-MeeGo  
+- Switch Panda down to 600MHz  
+  
+---
+Tue Oct 26 00:00:00 UTC 2010 - n...@ti.com
+- 2010.09.rc2-MeeGo  
+- Pulled in L24.11 TI release  
+  
+---
+Mon Oct 04 00:00:00 UTC 2010 - n...@ti.com
+- 2010.09.rc2-MeeGo  
+- Pulled in L24.10p3 TI release  
+  
+---
+Wed Sep 14 00:00:00 UTC 2010 - n...@ti.com
+- 2010.09.rc1-MeeGo  
+- Pulled in L24.10 TI release  
+  
+---

New:

  -no-Werror.patch
  0001-add-ext2-support.patch
  rpmlintrc
  x-loader-2009.tar.bz2
  x-loader-omap3-return.patch
  x-loader-omap3beagle.changes
  x-loader-omap3beagle.spec



Other differences:
--
++ x-loader-omap3beagle.spec ++
#
# spec file for package x-loader-omap3beagle
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco 
#   Texas Instruments Inc
#   Nishanth Menon
#
# 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:   x-loader-omap3beagle
Version:2009
Release:0.0
Summary:The x-loader firmware for the omap3530beagle arm platform
Group:  System/Boot
Url:http://gitorious.org/x-loader/x-loader
Source: x-loader-%{version}.tar.bz2
Source300:  rpmlintrc
Patch0: -no-Werror.patch
Patch1: x-loader-omap3-return.p

commit xinit for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2012-12-07 14:52:51

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


Package is "xinit", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xinit/xinit.changes  2012-07-02 
21:40:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2012-12-07 
14:52:54.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec  5 09:40:27 UTC 2012 - wer...@suse.de
+
+- Move xinitrc.d sourcing part to xinit.common to make it work
+  even with xdm session scripts
+- Detect other running X server in xserverrc
+
+---



Other differences:
--
++ xinit.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xinitrc new/etc/X11/xinit/xinitrc
--- old/etc/X11/xinit/xinitrc   2012-07-02 11:30:33.0 +0200
+++ new/etc/X11/xinit/xinitrc   2012-12-05 10:27:34.0 +0100
@@ -24,33 +24,6 @@
 fi
 
 #
-# Run user xinit scripts.
-#
-for script in /etc/X11/xinit/xinitrc.d/*; do
-test -e $script || continue
-test -d $script && continue
-case "$script" in
-   .*) continue ;;
-   *.rpm*) continue ;;
-   *.swap) continue ;;
-   *.bak)  continue ;;
-   *.orig) continue ;;
-   \#*)continue ;;
-   *~) continue ;;
-esac
-if test -x $script ; then
-   if grep -qE "^# to be sourced" $script >/dev/null 2>&1; then
-   . $script
-   else
-   $script &
-   fi
-else
-   . $script
-fi
-done
-unset script
-
-#
 # Source common code shared between the
 # X session and X init scripts
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xinitrc.common 
new/etc/X11/xinit/xinitrc.common
--- old/etc/X11/xinit/xinitrc.common2009-04-22 15:39:04.0 +0200
+++ new/etc/X11/xinit/xinitrc.common2012-12-05 10:27:13.0 +0100
@@ -35,6 +35,33 @@
 esac
 
 #
+# Run user xinit scripts.
+#
+for script in /etc/X11/xinit/xinitrc.d/*; do
+test -e $script || continue
+test -d $script && continue
+case "$script" in
+   .*) continue ;;
+   *.rpm*) continue ;;
+   *.swap) continue ;;
+   *.bak)  continue ;;
+   *.orig) continue ;;
+   \#*)continue ;;
+   *~) continue ;;
+esac
+if test -x $script ; then
+   if grep -qE "^# to be sourced" $script >/dev/null 2>&1; then
+   . $script
+   else
+   $script &
+   fi
+else
+   . $script
+fi
+done
+unset script
+
+#
 # Choose a window manager
 #
 test -n "$WINDOWMANAGER" && WINDOWMANAGER="$(type -p $WINDOWMANAGER 
2>/dev/null)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xserverrc new/etc/X11/xinit/xserverrc
--- old/etc/X11/xinit/xserverrc 2009-02-05 12:51:57.0 +0100
+++ new/etc/X11/xinit/xserverrc 2012-12-05 10:39:28.0 +0100
@@ -5,7 +5,13 @@
 # everybody to get access to your X-Server
 #
 
-dspnum=":0"
+typeset -i num=0
+for lock in /tmp/.X*-lock ; do
+test -e $lock || break
+let num++
+done
+
+dspnum=":$num"
   args=""
   done=no
 if test -z "$XAUTHORITY" ; then
@@ -16,7 +22,7 @@
 
 while test -n "$1" ; do
 case "$1" in
-   \:[0-9])
+   \:[0-9]*)
dspnum="$1" ; shift ;;
-auth)
done=yes
@@ -28,21 +34,23 @@
 
 # handle TCP port 6000
 . /etc/sysconfig/displaymanager
-test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" != "yes" && \
-  args="$args -nolisten tcp"
+if test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" != "yes" ; then
+args="$args -nolisten tcp"
+fi
 
-if test -x "`type -p keygen`" -a "$done" != "yes" ; then
+if test -x "$(type -p keygen)" -a "$done" != "yes" ; then
 host=localhost
 
 trap "echo" 1 2 15
-cookie="MIT-MAGIC-COOKIE-1 `keygen`"
+cookie="MIT-MAGIC-COOKIE-1 $(keygen)"
  tcpip="$host$dspnum"
-  unix="${host%%.*}/unix$dspnum"
+ unixs="${host%%.*}/unix$dspnum"
+ unixf="${host}/unix$dspnum"
 
 xauth -f $auth source - <<-EOF
add $tcpip $cookie
-   add $unix  $cookie
-   add ${host}/unix$dspnum $cookie
+   add $unixs $cookie
+   add $unixf $cookie
EOF
 cookie=
 

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



commit xf86-video-sisusb for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-sisusb for 
openSUSE:Factory checked in at 2012-12-07 14:52:40

Comparing /work/SRC/openSUSE:Factory/xf86-video-sisusb (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-sisusb.new (New)


Package is "xf86-video-sisusb", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-sisusb.new/xf86-video-sisusb.changes 
2012-12-07 14:52:45.0 +0100
@@ -0,0 +1,5 @@
+---
+Sun Oct 21 13:13:19 UTC 2012 - dmuel...@suse.com
+
+- Initial package (0.9.6)
+

New:

  xf86-video-sisusb-0.9.6.tar.bz2
  xf86-video-sisusb.changes
  xf86-video-sisusb.spec



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

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


Name:   xf86-video-sisusb
Version:0.9.6
Release:0
Summary:SiS and XGI video driver for the Xorg X server
License:BSD-3-Clause and MIT
Group:  System/X11/Servers/XF86_4
Url:http://xorg.freedesktop.org/
Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
BuildRequires:  Mesa-devel
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(fontsproto)
BuildRequires:  pkgconfig(libdrm) >= 2.0
BuildRequires:  pkgconfig(pciaccess) >= 0.10
BuildRequires:  pkgconfig(randrproto)
BuildRequires:  pkgconfig(renderproto)
BuildRequires:  pkgconfig(videoproto)
BuildRequires:  pkgconfig(xextproto)
BuildRequires:  pkgconfig(xf86dgaproto)
BuildRequires:  pkgconfig(xf86driproto)
BuildRequires:  pkgconfig(xineramaproto)
BuildRequires:  pkgconfig(xorg-macros) >= 1.8
BuildRequires:  pkgconfig(xorg-server) >= 1.0.99.901
BuildRequires:  pkgconfig(xproto)
Supplements:xorg-x11-server
# This was part of the xorg-x11-driver-video package up to version 7.6
Conflicts:  xorg-x11-driver-video <= 7.6
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%x11_abi_videodrv_req

%description
sis is an Xorg driver for SiS (Silicon Integrated Systems) and XGI video
cards.

The driver is accelerated and provides support for colordepths of 8, 16
and 24 bpp. XVideo, Render and other extensions are supported as well.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/sisusb_drv.so
%{_datadir}/man/man4/sisusb.4%{?ext_man}

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



commit xdm for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2012-12-07 14:52:32

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


Package is "xdm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2012-11-30 12:32:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2012-12-07 
14:52:34.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 17:31:17 CET 2012 - fcro...@suse.com
+
+- Add display-manager as provides to xdm initscript, to comply with
+  systemd defaults.
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.SpXAX1/_old  2012-12-07 14:52:37.0 +0100
+++ /var/tmp/diff_new_pack.SpXAX1/_new  2012-12-07 14:52:37.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} > 1220
 %define with_systemd 1
 %else

++ xdm.tar.bz2 ++

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



commit ulogd for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ulogd for openSUSE:Factory checked 
in at 2012-12-07 14:52:22

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


Package is "ulogd", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ulogd/ulogd.changes  2012-06-28 
17:07:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ulogd.new/ulogd.changes 2012-12-07 
14:52:32.0 +0100
@@ -1,0 +2,9 @@
+Mon Oct  8 12:37:12 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.1
+* This releases includes support for the nfacct extended iptables
+  accounting infrastructure.
+- Snapshot 2.0.1+git11
+* Build fixes for 2.0.1
+
+---

Old:

  ulogd-2.0.0.tar.bz2

New:

  ulogd-2.0.1.g11.tar.xz



Other differences:
--
++ ulogd.spec ++
--- /var/tmp/diff_new_pack.dJvD7A/_old  2012-12-07 14:52:34.0 +0100
+++ /var/tmp/diff_new_pack.dJvD7A/_new  2012-12-07 14:52:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ulogd
-Version:2.0.0
+Version:2.0.1.g11
 Release:0
 Summary:Userspace logging for Netfilter
 License:GPL-2.0
@@ -25,9 +25,11 @@
 Url:http://netfilter.org/projects/ulogd/
 
 #Git-Clone:git://git.netfilter.org/ulogd2
-Source: %name-%version.tar.bz2
-Source2:etc-init.d-ulogd
-Source3:ulogd.service
+#DL-URL:   http://netfilter.org/projects/ulogd/files/
+Source: %name-%version.tar.xz
+#Source2:
http://netfilter.org/projects/ulogd/files/%name-%version.tar.bz2.sig
+Source3:etc-init.d-ulogd
+Source4:ulogd.service
 Patch4: ulogd-conf.diff
 
 #BuildRequires:  autoconf >= 2.50
@@ -37,15 +39,27 @@
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  postgresql-devel
+%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
-BuildRequires:  pkgconfig(libnetfilter_acct) >= 1.0.0
+BuildRequires:  pkgconfig(libnetfilter_acct) >= 1.0.1
 BuildRequires:  pkgconfig(libnetfilter_conntrack) >= 1.0.0
 BuildRequires:  pkgconfig(libnetfilter_log) >= 1.0.0
 BuildRequires:  pkgconfig(libnfnetlink) >= 1.0.0
+%else
+BuildRequires:  libmnl-devel >= 1.0.0
+BuildRequires:  libnetfilter_acct-devel >= 1.0.1
+BuildRequires:  libnetfilter_conntrack-devel >= 1.0.0
+BuildRequires:  libnetfilter_log-devel >= 1.0.0
+BuildRequires:  libnfnetlink-devel >= 1.0.0
+%endif
 %if 0%{?suse_version}
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  sqlite3-devel
 %endif
+%if 0%{?redhat_version} || 0%{?centos_version} || 0%{?fedora_version}
+BuildRequires:  mysql-devel
+BuildRequires:  sqlite-devel >= 3
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} >= 1210
@@ -111,12 +125,12 @@
 mkdir -p "$b/%_sysconfdir";
 install -pm0644 ulogd.conf "$b/%_sysconfdir/";
 mkdir -p "$b/%_initrddir" "$b/%_sbindir";
-install -pm0755 "%{S:2}" "$b/%_initrddir/%name";
+install -pm0755 "%{S:3}" "$b/%_initrddir/%name";
 ln -s "%_initrddir/%name" "$b/%_sbindir/rc%name";
 
 %if 0%{?_unitdir:1}
 mkdir -p "$b/%_unitdir";
-install -pm0644 "%{S:3}" "$b/%_unitdir";
+install -pm0644 "%{S:4}" "$b/%_unitdir";
 %endif
 
 %pre

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



commit sweeper for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2012-12-07 14:51:58

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


Package is "sweeper", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2012-11-08 
07:48:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2012-12-07 
14:52:20.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  1 20:14:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:00:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_7_branch.diff removed (no content)
+
+ 
+
+---
@@ -5 +21 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +27 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_7_BRANCH.diff
  sweeper-4.9.3.tar.xz

New:

  sweeper-4.9.90.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.GqppXb/_old  2012-12-07 14:52:23.0 +0100
+++ /var/tmp/diff_new_pack.GqppXb/_new  2012-12-07 14:52:23.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   sweeper
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:sweeper-%{version}.tar.xz
-Patch0: 4_7_BRANCH.diff
 Patch1: desktop-files.diff
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  xz
@@ -36,7 +35,6 @@
 
 %prep
 %setup -q -n sweeper-%{version}
-%patch0
 %patch1
 
 %build

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



commit svgpart for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2012-12-07 14:51:52

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


Package is "svgpart", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2012-11-08 
07:48:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2012-12-07 
14:52:11.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:28:58 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:12:08 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  svgpart-4.9.3.tar.xz

New:

  svgpart-4.9.90.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.5iedAu/_old  2012-12-07 14:52:20.0 +0100
+++ /var/tmp/diff_new_pack.5iedAu/_new  2012-12-07 14:52:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

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



commit superkaramba for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for openSUSE:Factory 
checked in at 2012-12-07 14:51:47

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


Package is "superkaramba", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/superkaramba/superkaramba.changes
2012-11-08 07:48:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.superkaramba.new/superkaramba.changes   
2012-12-07 14:51:59.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  1 20:14:08 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:00:50 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_7_branch.diff removed (no content)
+
+ 
+
+---
@@ -5 +21 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +27 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_7_BRANCH.diff
  superkaramba-4.9.3.tar.xz

New:

  superkaramba-4.9.90.tar.xz



Other differences:
--
++ superkaramba.spec ++
--- /var/tmp/diff_new_pack.e3rGGx/_old  2012-12-07 14:52:10.0 +0100
+++ /var/tmp/diff_new_pack.e3rGGx/_new  2012-12-07 14:52:10.0 +0100
@@ -31,14 +31,13 @@
 BuildRequires:  python-devel
 BuildRequires:  xz
 BuildRequires:  xz-devel
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Superkaramba allows you to have (interactive) desktop widgets
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch0: 4_7_BRANCH.diff
 BuildRequires:  python-cups
 Provides:   kde4-superkaramba = 4.3.0
 Obsoletes:  kde4-superkaramba < 4.3.0
@@ -51,7 +50,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
   %cmake_kde4 -d build

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



commit step for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2012-12-07 14:51:41

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


Package is "step", Maintainer is "step"

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2012-11-08 
07:48:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2012-12-07 
14:51:47.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:10:20 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:57:43 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  step-4.9.3.tar.xz

New:

  step-4.9.90.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.wZJZtb/_old  2012-12-07 14:51:59.0 +0100
+++ /var/tmp/diff_new_pack.wZJZtb/_new  2012-12-07 14:51:59.0 +0100
@@ -30,7 +30,7 @@
 BuildRequires:  libspectre-devel
 BuildRequires:  python
 BuildRequires:  xz
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

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



commit snapper for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2012-12-07 14:51:34

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


Package is "snapper", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2012-11-13 
09:44:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2012-12-07 
14:51:39.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 26 12:40:54 CET 2012 - aschn...@suse.de
+
+- implemented use-counter for mounts of snapshots
+- updated translations
+
+---
+Wed Nov 21 11:55:28 CET 2012 - aschn...@suse.de
+
+- handle userdata in zypp plugin (fate #312521)
+
+---



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.g2rvBd/_old  2012-12-07 14:51:47.0 +0100
+++ /var/tmp/diff_new_pack.g2rvBd/_new  2012-12-07 14:51:47.0 +0100
@@ -27,6 +27,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
+BuildRequires:  pkg-config
 %if ! 0%{?mandriva_version}
 BuildRequires:  dbus-1-devel
 %else

++ snapper-0.1.1.tar.bz2 ++
 14827 lines of diff (skipped)

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



commit shellinabox for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package shellinabox for openSUSE:Factory 
checked in at 2012-12-07 14:51:29

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


Package is "shellinabox", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/shellinabox/shellinabox.changes  2012-10-24 
07:14:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.shellinabox.new/shellinabox.changes 
2012-12-07 14:51:35.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 15:04:41 UTC 2012 - lsle...@suse.cz
+
+- use check-create-certificate for creating SSL certificate
+
+---



Other differences:
--
++ shellinabox.spec ++
--- /var/tmp/diff_new_pack.4qM6p5/_old  2012-12-07 14:51:39.0 +0100
+++ /var/tmp/diff_new_pack.4qM6p5/_new  2012-12-07 14:51:39.0 +0100
@@ -26,6 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 %define shellinabox_user shellinabox
 %define pkg_home /var/lib/%{shellinabox_user}
+Requires:  check-create-certificate
 
 
 Source0: %{name}-%{version}.tar.bz2

++ rcshellinabox ++
--- /var/tmp/diff_new_pack.4qM6p5/_old  2012-12-07 14:51:39.0 +0100
+++ /var/tmp/diff_new_pack.4qM6p5/_new  2012-12-07 14:51:39.0 +0100
@@ -167,27 +167,21 @@
 start)
if [ ! -e  $CERTIFICATEFILE ]
then
-   HOSTNAME=`hostname --fqdn`
-   echo "No certificate found, creating one now for host: $HOSTNAME"
-   `cd $CERTIFICATEPATH ; openssl req -passout pass:linux -subj 
"/C=DE/ST=BY/L=Nuremberg/O=SUSE Linux GmbH/OU=SUSE Linux GmbH/CN=$HOSTNAME" 
-new > $CERTIFICATEPATH/server.csr`
-   `openssl rsa -passin pass:linux -in $CERTIFICATEPATH/privkey.pem 
-out $CERTIFICATEPATH/server.key`
-   `cp $CERTIFICATEPATH/server.key $CERTIFICATEPATH/server.key.org`
-   `openssl rsa -in $CERTIFICATEPATH/server.key.org -out 
$CERTIFICATEPATH/server.key`
-   `openssl x509 -req -days 365 -in $CERTIFICATEPATH/server.csr 
-signkey $CERTIFICATEPATH/server.key -out $CERTIFICATEPATH/server.crt`
-   `cat $CERTIFICATEPATH/server.crt $CERTIFICATEPATH/server.key > 
$CERTIFICATEFILE`
-   echo -n "Created certificate: "
-   openssl x509 -in $CERTIFICATEFILE -fingerprint -noout
-`rm $CERTIFICATEPATH/server.*`
-`rm $CERTIFICATEPATH/privkey.pem`
-   if [ ! -e  $CERTIFICATEFILE ]
+   echo -e "\nNo shellinabox certificate found, creating one now..."
+   if ! /usr/sbin/check-create-certificate -c -C $CERTIFICATEFILE.crt 
-K $CERTIFICATEFILE.key -B $CERTIFICATEFILE -D shellinabox -O Shellinabox -U 
Shellinabox
then
echo -n "Can not create certificate."
rc_failed
rc_status -v
rc_exit
fi
+
+   # only combined key is needed
+   rm $CERTIFICATEFILE.crt $CERTIFICATEFILE.key
 chown shellinabox:shellinabox $CERTIFICATEFILE
-chmod 600 $CERTIFICATEFILE
+
+   echo -n "Created certificate: "
+   openssl x509 -in $CERTIFICATEFILE -fingerprint -noout
fi
 
echo -n "Starting shellinabox "

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



commit sblim-gather for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package sblim-gather for openSUSE:Factory 
checked in at 2012-12-07 14:51:21

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


Package is "sblim-gather", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sblim-gather/sblim-gather.changes
2012-10-27 07:44:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-gather.new/sblim-gather.changes   
2012-12-07 14:51:24.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 30 08:05:37 UTC 2012 - kkae...@suse.com
+
+- Update to 2.2.7
+  Bugs fixed:
+  - 3557673 distcheck should check for system z plugins
+  - 3573309 large memory counters overflow raw metric buffer
+  - 3573315 thread cleanup segv if gather libs unloaded
+  - 3580235 use setProperty for instance keys under Pegasus
+
+  Features added:
+  - 3019058 add man pages/help for gatherd and reposd
+  - 3590926 add man page for reposdump utility
+
+---

Old:

  sblim-gather-2.2.6.tar.bz2

New:

  sblim-gather-2.2.7.tar.bz2



Other differences:
--
++ sblim-gather.spec ++
--- /var/tmp/diff_new_pack.gnbjEp/_old  2012-12-07 14:51:26.0 +0100
+++ /var/tmp/diff_new_pack.gnbjEp/_new  2012-12-07 14:51:26.0 +0100
@@ -45,7 +45,7 @@
 Summary:SBLIM Performance Data Gatherer and Provider
 License:IPL-1.0
 Group:  System/Management
-Version:2.2.6
+Version:2.2.7
 Release:0
 Source0:
http://prdownloads.sourceforge.net/sblim/sblim-gather-%{version}.tar.bz2
 Patch1: sblim-gather-2.1.8_pointers.patch

++ sblim-gather-2.2.6.tar.bz2 -> sblim-gather-2.2.7.tar.bz2 ++
 2601 lines of diff (skipped)

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



commit ruby-qt4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ruby-qt4 for openSUSE:Factory 
checked in at 2012-12-07 14:51:01

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


Package is "ruby-qt4", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ruby-qt4/ruby-qt4.changes2012-11-08 
07:47:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-qt4.new/ruby-qt4.changes   2012-12-07 
14:51:04.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:02:51 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:51:02 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  qtruby-4.9.3.tar.xz

New:

  qtruby-4.9.90.tar.xz



Other differences:
--
++ ruby-qt4.spec ++
--- /var/tmp/diff_new_pack.aIJUr1/_old  2012-12-07 14:51:05.0 +0100
+++ /var/tmp/diff_new_pack.aIJUr1/_new  2012-12-07 14:51:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ruby-qt4
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:QtRuby kdebindings library
 License:LGPL-2.1+
@@ -55,7 +55,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   # add missing executable bits on scripts
   chmod +x %{buildroot}%{rb_sitelibdir}/qwt/qwt.rb
   chmod +x %{buildroot}%{rb_sitelibdir}/qtdeclarative/qtdeclarative.rb

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



commit ruby-kde4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory 
checked in at 2012-12-07 14:50:54

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


Package is "ruby-kde4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-kde4/ruby-kde4.changes  2012-11-08 
07:47:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-kde4.new/ruby-kde4.changes 2012-12-07 
14:51:03.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:02:45 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:50:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  korundum-4.9.3.tar.xz

New:

  korundum-4.9.90.tar.xz



Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.bIfgJ9/_old  2012-12-07 14:51:03.0 +0100
+++ /var/tmp/diff_new_pack.bIfgJ9/_new  2012-12-07 14:51:03.0 +0100
@@ -37,7 +37,7 @@
 Summary:Korundum Ruby-KDE library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:korundum-%{version}.tar.xz
 Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum
@@ -64,7 +64,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   chmod a+x %{buildroot}%{rb_sitelib}/kio/kio.rb
   chmod a+x %{buildroot}%{rb_sitelib}/khtml/khtml.rb
   %kde_post_install

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



commit rubygem-webyast-terminal for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-terminal for 
openSUSE:Factory checked in at 2012-12-07 14:50:44

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


Package is "rubygem-webyast-terminal", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-terminal/rubygem-webyast-terminal.changes
2012-11-08 21:53:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-terminal.new/rubygem-webyast-terminal.changes
   2012-12-07 14:50:46.0 +0100
@@ -1,0 +2,14 @@
+Wed Nov 28 15:38:21 UTC 2012 - lsle...@suse.cz
+
+- added "New Window" link to open a new terminal in a new window
+  (can be used to accept the certificate in FF)
+- 0.3.12
+
+---
+Fri Nov 23 08:52:18 UTC 2012 - lsle...@suse.cz
+
+- REST API fixes - return error when receiving a non-HTML request
+  (REST API does not make sense in this module) (bnc#789520)
+- 0.3.11
+
+---

Old:

  webyast-terminal-0.3.10.gem

New:

  webyast-terminal-0.3.12.gem



Other differences:
--
++ rubygem-webyast-terminal.spec ++
--- /var/tmp/diff_new_pack.Fe3Sbh/_old  2012-12-07 14:50:47.0 +0100
+++ /var/tmp/diff_new_pack.Fe3Sbh/_new  2012-12-07 14:50:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-terminal
-Version:0.3.10
+Version:0.3.12
 Release:0
 %define mod_name webyast-terminal
 %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-test-unit for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2012-12-07 14:50:33

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


Package is "rubygem-test-unit", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2012-09-01 10:35:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2012-12-07 14:50:35.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 29 11:01:16 UTC 2012 - co...@suse.com
+
+- updated to version 2.5.3
+ * improved mini-test compat
+
+---

Old:

  test-unit-2.5.2.gem

New:

  test-unit-2.5.3.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.lWspNF/_old  2012-12-07 14:50:36.0 +0100
+++ /var/tmp/diff_new_pack.lWspNF/_new  2012-12-07 14:50:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-test-unit
-Version:2.5.2
+Version:2.5.3
 Release:0
 %define mod_name test-unit
 %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 rocs for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2012-12-07 14:50:20

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


Package is "rocs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2012-11-08 
07:47:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2012-12-07 
14:50:24.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  1 20:10:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:57:34 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+  * Improved Project Handling 
+  * Support TGF document for import/exports
+  * Add TikZ/PGF graphic Export 
+  * Main Window UI Reorganization and Configuration Dialog optimizations 
+
+---
@@ -5 +21 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +27 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  rocs-4.9.3.tar.xz

New:

  rocs-4.9.90.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.E9cbY8/_old  2012-12-07 14:50:25.0 +0100
+++ /var/tmp/diff_new_pack.E9cbY8/_new  2012-12-07 14:50:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+
@@ -57,7 +57,7 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch1
 
 %build
 %ifarch ppc ppc64
@@ -78,25 +78,27 @@
 
 %files -n librocslib4
 %defattr(-,root,root)
-%doc COPYING.LIB.LGPL-2
-%{_kde4_libdir}/librocslib.so.*
+%doc CHANGELOG COPYING*
+%{_kde4_libdir}/librocscore.so.*
+%{_kde4_libdir}/librocsvisualeditor.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc CHANGELOG COPYING HACKING.txt TODO
+%doc TODO TESTING
 %{_includedir}/rocs/
-%{_kde4_libdir}/librocslib.so
+%{_kde4_libdir}/librocscore.so
+%{_kde4_libdir}/librocsvisualeditor.so
 
 %files
 %defattr(-,root,root)
 %doc NEWS README
+%config %{_kde4_configdir}/rocs.knsrc
+%config %{_kde4_configkcfgdir}/rocs.kcfg
+%doc %lang(en) %{_kde4_htmldir}/en/rocs/
 %{_kde4_applicationsdir}/rocs.desktop
 %{_kde4_appsdir}/rocs/
 %{_kde4_appsdir}/rocs_rootedtree/
 %{_kde4_bindir}/rocs
-%config %{_kde4_configdir}/rocs.knsrc
-%config %{_kde4_configkcfgdir}/rocs.kcfg
-%doc %{_kde4_htmldir}/en/rocs/
 %{_kde4_modulesdir}/rocs_*
 %{_kde4_servicesdir}/rocs_*
 %{_kde4_servicetypesdir}/*.desktop

++ desktop-files.diff ++
--- /var/tmp/diff_new_pack.E9cbY8/_old  2012-12-07 14:50:25.0 +0100
+++ /var/tmp/diff_new_pack.E9cbY8/_new  2012-12-07 14:50:25.0 +0100
@@ -1,10 +1,11 @@
 rocs/src/rocs.desktop.sav  2009-12-06 09:55:13.0 +0100
-+++ rocs/src/rocs.desktop  2009-12-06 09:55:24.0 +0100
-@@ -62,7 +62,6 @@
- GenericName[zh_CN]=Rocs 图论
- GenericName[zh_TW]=Rocs 圖形理論
- Exec=rocs %i -caption "%c"
--Icon=Rocs
+--- App/rocs.desktop.sav   2009-12-06 09:55:13.0 +0100
 App/rocs.desktop   2009-12-06 09:55:24.0 +0100
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
  Type=Application
- Comment=Graph Theory Tool for Professors and Students.
- Comment[bs]=Alate teorije grafova za profesore i studente
+ Exec=rocs %i -caption "%c"
+-Icon=rocs
++Icon=
+ X-DocPath=rocs/index.html
+ MimeType=application/x-rocs;application/x-rocsz;
+ Terminal=false

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



commit resource-agents for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2012-12-07 14:50:06

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


Package is "resource-agents", Maintainer is "dmuhameda...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2012-10-08 07:17:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2012-12-07 14:50:08.0 +0100
@@ -1,0 +2,26 @@
+Wed Nov 28 16:57:11 UTC 2012 - dmuhameda...@suse.com
+
+- zabbixserver: RA for zabbix servers management
+- IPaddr2: use better test for infiniband (bnc#783353)
+- IPaddr2: replace the findif binary by findif.sh
+- IPaddr2: add IPv6 support
+- IPaddr2: really send arps in background if requested
+- IPaddr2: use send_arp instead of ipoibarping if not available
+- Raid1: discover block size for dd (bnc#781137)
+- Xen: repair node_ip_attribute use
+- SAPDatabase: improvement of cleanup of saphostctrl process
+- SAPInstance: monitor-master not advertised (bnc#782482)
+- SAPInstance: don't wait for timeout if the stop attempt failed
+- SAPInstance: failes on sapcontrol message Unauthorized (bnc#782486)
+- tomcat: Correction of the process alive monitoring.
+- ldirectord: Added READDQUIESCENT parameter 
+- Squid: fix getting PIDs of squid processes (lf#2653)
+- portblock: use end-of-word instead of space at the end of the line
+- named: use pgrep instead of searching in ps(1) output
+- named: fix monitor if named_rootdir is set to /
+- tools: add test-findif.sh
+- tools: add send_ua binary for IPv6 support in IPaddr2
+- ocft: new test for Raid1
+- upstream cs: 4890c9 (3.9.4)
+
+---

Old:

  resource-agents-3.9.3.tar.bz2

New:

  resource-agents-3.9.4.tar.bz2



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.JeTLAU/_old  2012-12-07 14:50:09.0 +0100
+++ /var/tmp/diff_new_pack.JeTLAU/_new  2012-12-07 14:50:09.0 +0100
@@ -38,9 +38,9 @@
 
 Name:   resource-agents
 Summary:Open Source HA Reusable Cluster Resource Scripts
-License:GPL-2.0 ; LGPL-2.1+
+License:GPL-2.0 and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:3.9.3
+Version:3.9.4
 Release:0
 Url:http://linux-ha.org/
 Source: resource-agents-%{version}.tar.bz2
@@ -240,6 +240,7 @@
 %{_libdir}/heartbeat/ocf-shellfuncs
 %{_libdir}/heartbeat/ocf-returncodes
 %{_libdir}/heartbeat/send_arp
+%{_libdir}/heartbeat/send_ua
 %{_libdir}/heartbeat/sfex_daemon
 %{_libdir}/heartbeat/findif
 %{_libdir}/heartbeat/tickle_tcp

++ resource-agents-3.9.3.tar.bz2 -> resource-agents-3.9.4.tar.bz2 ++
 4590 lines of diff (skipped)

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



commit qmmp for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2012-12-07 14:49:55

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


Package is "qmmp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2012-11-06 
16:22:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2012-12-07 
14:49:56.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  6 13:43:18 UTC 2012 - reddw...@opensuse.org
+
+- Add qmmp-0.6.4-flac_mimetype.patch to use the correct MIME type
+  to report support for FLAC files
+
+---

New:

  qmmp-0.6.4-flac_mimetype.patch



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.CzWTiW/_old  2012-12-07 14:49:57.0 +0100
+++ /var/tmp/diff_new_pack.CzWTiW/_new  2012-12-07 14:49:57.0 +0100
@@ -32,6 +32,8 @@
 Source0:http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
 Patch0: qmmp-0.6.1-default_pulse.patch
+# PATCH-FIXUPSTREAM qmmp-0.6.4-flac_mimetype.patch 
http://code.google.com/p/qmmp/issues/detail?id=567 reddw...@opensuse.org -- 
report support for FLAC using the correct MIME type
+Patch1: qmmp-0.6.4-flac_mimetype.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
@@ -123,6 +125,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 mkdir build

++ qmmp-0.6.4-flac_mimetype.patch ++
Index: src/app/qmmp.desktop
===
--- src/app/qmmp.desktop.orig
+++ src/app/qmmp.desktop
@@ -22,5 +22,5 @@ Icon=qmmp
 Terminal=false
 Type=Application
 Categories=AudioVideo;Player;Audio;Qt;
-MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;
+MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;
 X-KDE-StartupNotify=false
Index: src/app/qmmp_enqueue.desktop
===
--- src/app/qmmp_enqueue.desktop.orig
+++ src/app/qmmp_enqueue.desktop
@@ -17,7 +17,7 @@ Comment[zh_TW]=添加一個或多個檔�
 Exec=qmmp -e %F
 Icon=qmmp
 Categories=AudioVideo;Player;Audio;Qt;
-MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;inode/directory;
+MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;inode/directory;
 Type=Application
 X-KDE-StartupNotify=false
 NoDisplay=true
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-testtools for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-testtools for 
openSUSE:Factory checked in at 2012-12-07 14:49:44

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


Package is "python-testtools", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.python-testtools.new/python-testtools.changes   
2012-12-07 14:49:44.0 +0100
@@ -0,0 +1,245 @@
+---
+Thu Dec  6 11:00:37 UTC 2012 - sasc...@suse.de
+
+- Cleanup spec file
+- Install HTML documentation
+
+---
+Tue Nov 13 22:06:50 UTC 2012 - jf...@funktronics.ca
+
+- Update to 0.9.21:
+  * ``DirContains`` correctly exposed, after being accidentally hidden in the
+great matcher re-organization of 0.9.17.  (Jonathan Lange)
+- 0.9.20
+  * New, powerful matchers that match items in a dictionary:
+- ``MatchesDict``, match every key in a dictionary with a key in a
+  dictionary of matchers.  For when the set of expected keys is equal to
+  the set of observed keys.
+- ``ContainsDict``, every key in a dictionary of matchers must be
+  found in a dictionary, and the values for those keys must match.  For
+  when the set of expected keys is a subset of the set of observed keys.
+- ``ContainedByDict``, every key in a dictionary must be found in
+  a dictionary of matchers.  For when the set of expected keys is a
+  superset of the set of observed keys.
+The names are a little confusing, sorry.  We're still trying to figure out
+how to present the concept in the simplest way possible.
+- 0.9.19
+  * Include the matcher tests in the release, allowing the tests to run and
+pass from the release tarball.  (Jonathan Lange)
+  * Fix cosmetic test failures in Python 3.3, introduced during release
+0.9.17. (Jonathan Lange)
+- 0.9.18
+  Due to an oversight, release 0.9.18 did not contain the new
+  ``testtools.matchers`` package and was thus completely broken.  This release
+  corrects that, returning us all to normality.
+- 0.9.17
+  This release brings better discover support and Python3.x improvements.
+  There are still some test failures on Python3.3 but they are cosmetic - the
+  library is as usable there as on any other Python 3 release.
+  * The ``testtools.matchers`` package has been split up.  No change to the
+public interface.  (Jonathan Lange)
+  * ``python -m testtools.run discover . --list`` now works. (Robert Collins)
+  * Correctly handling of bytes vs text in JSON content type. (Martin [gz])
+- 0.9.16
+  This is the first release of testtools to drop support for Python 2.4 and
+  2.5. If you need support for either of those versions, please use testtools
+  0.9.15.
+  * New content helper, ``json_content`` (Jonathan Lange)
+  * New matchers:
+* ``ContainsAll`` for asserting one thing is a subset of another
+  (Raphaël Badin)
+* ``SameMembers`` for asserting two iterators have the same members.
+  (Jonathan Lange)
+  * Reraising of exceptions in Python 3 is more reliable. (Martin [gz])
+
+---
+Wed May 23 21:20:46 UTC 2012 - jf...@funktronics.ca
+
+- Update to 0.9.15
+  * ``PlaceHolder`` and ``ErrorHolder`` now support being given result
+details. (Robert Collins)
+  * ``ErrorHolder`` is now just a function - all the logic is in
+``PlaceHolder``. (Robert Collins)
+  * ``TestResult`` and all other ``TestResult``-like objects in testtools
+distinguish between global tags and test-local tags, as per the subunit
+specification.  (Jonathan Lange)
+  * This is the **last** release of testtools that supports Python 2.4 or 2.5.
+These releases are no longer supported by the Python community and do not
+receive security updates. If this affects you, you will need to either
+stay on this release or perform your own backports.
+(Jonathan Lange, Robert Collins)
+  * ``ThreadsafeForwardingResult`` now forwards global tags as test-local
+tags, making reasoning about the correctness of the multiplexed stream
+simpler. This preserves the semantic value (what tags apply to a given
+test) while consuming less stream size (as no negative-tag statement is
+needed). (Robert Collins, Gary Poster, #986434)
+  * API documentation corrections. (Raphaël Badin)
+  * ``ConcurrentTestSuite`` now takes an optional ``wrap_result`` parameter
+that can be used to wrap the ``ThreadsafeForwardingResult``s created by
+the suite.  (Jonathan Lange)
+  * ``Tagger`` added.  It's a new ``TestResult`` that tags all tests sent to
+it with a particular set of

commit python-kde4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2012-12-07 14:49:27

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


Package is "python-kde4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2012-11-08 
07:47:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2012-12-07 14:49:28.0 +0100
@@ -1,0 +2,31 @@
+Thu Dec  6 22:33:14 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-2.0+
+  Contains components licensed under GPL-2.0+
+
+---
+Sun Dec  2 19:52:47 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+  * See http://www.kde.org/announcements/announce-4.10-beta2.php 
+- Removed patch pykde4-fix-strings.diff due to upstream inclusion
+
+---
+Sat Nov 24 14:35:15 UTC 2012 - lbeltr...@kde.org
+
+- Add patch pykde4-fix-strings.diff to fix string handling in 
+  PyKDE4 (fixed upstream after Beta 1)
+
+---
+Sat Nov 24 12:50:34 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Sat Nov 17 14:20:05 UTC 2012 - lbeltr...@kde.org
+
+- Add a -common package for installation in parallel of SIP files
+- Adjust description
+
+---
@@ -5 +36 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -13 +44 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details
--- /work/SRC/openSUSE:Factory/python-kde4/python3-kde4.changes 2012-11-08 
07:47:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python3-kde4.changes
2012-12-07 14:49:28.0 +0100
@@ -2 +2 @@
-Fri Nov  2 16:16:14 UTC 2012 - tittiatc...@gmail.com
+Sun Dec  2 19:52:47 UTC 2012 - tittiatc...@gmail.com
@@ -4,4 +4,3 @@
-- update to 4.9.3
-  * see http://kde.org/announcements/4.9.3/ for details
-- Removed patch fix-for-python.diff, as that the fix is now 
-  upstream 
+- Update to 4.9.90
+  * See http://www.kde.org/announcements/announce-4.10-beta2.php 
+- Removed patch pykde4-fix-strings.diff due to upstream inclusion
@@ -10 +9 @@
-Tue Oct  2 10:18:18 UTC 2012 - ei...@heavensinferno.net
+Sat Nov 24 14:35:15 UTC 2012 - lbeltr...@kde.org
@@ -12 +11,22 @@
-- Create a new package to build for Python 3 
+- Add patch pykde4-fix-strings.diff to fix string handling in 
+  PyKDE4 (fixed upstream after Beta 1)
+
+---
+Sat Nov 24 12:50:34 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Sat Nov 17 14:20:05 UTC 2012 - lbeltr...@kde.org
+
+- Add a -common package for installation in parallel of SIP files
+- Adjust description
+
+---
+Fri Nov  2 16:47:45 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+- Removed patch fix-for-python.diff, as that the fix is now
+  upstream
@@ -17,0 +38 @@
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  pykde4-4.9.3.tar.xz

New:

  pre_checkin.sh
  pykde4-4.9.90.tar.xz



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.kt4XYO/_old  2012-12-07 14:49:29.0 +0100
+++ /var/tmp/diff_new_pack.kt4XYO/_new  2012-12-07 14:49:29.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   python-kde4
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Python bindings for KDE 4
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/projects/kde/kdebindings/pykde4
 Source0:pykde4-%{version}.tar.xz
@@ -39,14 +39,24 @@
 %description
 Python KDE bindings using PyQt4 SIP technology.
 
+%package common
+Summary:Common files needed to build additional bindings for PyKDE4
+Group:  Development/Libraries/KDE
+
+%description common
+This package contains common files required to build additional bindings for
+PyKDE4. It is used with either Python 2 o

commit python-amqp for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2012-12-07 14:49:14

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


Package is "python-amqp", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes 
2012-12-07 14:49:19.0 +0100
@@ -0,0 +1,72 @@
+---
+Mon Nov 12 17:55:30 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.2.0:
+  - New exception hierarchy:
+- amqp.AMQPError
+- amqp.ConnectionError
+- amqp.RecoverableConnectionError
+- amqp.ConsumerCancelled
+- amqp.ConnectionForced
+- amqp.ResourceError
+- IrrecoverableConnectionError
+- amqp.ChannelNotOpen
+- amqp.FrameError
+- amqp.FrameSyntaxError
+- amqp.InvalidCommand
+- amqp.InvalidPath
+- amqp.NotAllowed
+- amqp.UnexpectedFrame
+- amqp.AMQPNotImplementedError
+- amqp.InternalError
+- amqp.ChannelError
+- RecoverableChannelError
+- amqp.ContentTooLarge
+- amqp.NoConsumers
+- amqp.ResourceLocked
+- IrrecoverableChannelError
+- amqp.AccessRefused
+- amqp.NotFound
+- amqp.PreconditionFailed
+
+---
+Thu Nov  8 23:18:41 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.1.0:
+  - No longer supports Pyhton 2.5
+  - Fixed receiving of float table values.
+  - Now Supports Python 3 and Python 2.6+ in the same source code.
+  - Python 3 related fixes.
+
+---
+Tue Nov  6 18:00:08 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.0.2:
+  - Now supports float values in headers/tables.
+
+---
+Mon Nov  5 15:34:26 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.0.1:
+  - Connection errors does no longer include AttributeError.
+  - Fixed problem with using the SSL transport in a non-blocking
+context.
+Fix contributed by Mher Movsisyan.
+
+---
+Fri Sep 21 19:20:37 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.9.4:
+  - Adds support for exchange_bind and exchange_unbind.
+Contributed by Rumyana Neykova
+  - Fixed bugs in funtests and demo scripts.
+Contributed by Rumyana Neykova
+- Aditional changes from version 0.9.3:
+  - Fixed bug that could cause the consumer to crash when reading
+large message payloads asynchronously.
+  - Serialization error messages now include the invalid value.
+
+---
+Fri Aug 24 20:18:48 UTC 2012 - alexan...@exatati.com.br
+
+- Initial package (0.9.2) for openSUSE.

New:

  amqp-1.2.0.tar.gz
  python-amqp.changes
  python-amqp.spec



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

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


Name:   python-amqp
Version:1.2.0
Release:0
License:LGPL-2.1
Summary:Low-level AMQP client for Python (fork of amqplib)
Url:http://github.com/celery/py-amqp
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%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()")}
%{!?python_sitearch: %global python_sitearch %(python -c "f

commit policycoreutils for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package policycoreutils for openSUSE:Factory 
checked in at 2012-12-07 14:49:01

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


Package is "policycoreutils", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/policycoreutils/policycoreutils.changes  
2012-11-19 14:00:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.policycoreutils.new/policycoreutils.changes 
2012-12-07 14:49:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  5 13:41:33 UTC 2012 - vci...@suse.com
+
+- semanage needs python-xml and python-ipy to run
+
+---



Other differences:
--
++ policycoreutils.spec ++
--- /var/tmp/diff_new_pack.eagVvs/_old  2012-12-07 14:49:07.0 +0100
+++ /var/tmp/diff_new_pack.eagVvs/_new  2012-12-07 14:49:07.0 +0100
@@ -138,12 +138,14 @@
 Group:  Productivity/Security
 Requires:   audit-libs-python >= %{libaudit_ver}
 Requires:   policycoreutils = %{version}
+Requires:   python-ipy
 Requires:   python-selinux >= %{libselinux_ver}
 Requires:   python-semanage >= %{libsemanage_ver}
 Requires:   python-setools
+Requires:   python-xml
 
 %description python
-The policycoreutils-python package contains the management tools use to manage 
an SELinux environment.
+The policycoreutils-python package contains the management tools used to 
manage an SELinux environment.
 
 %files python
 %defattr(-,root,root,-)


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



commit plasma-addons for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2012-12-07 14:48:51

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


Package is "plasma-addons", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2012-11-08 07:47:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2012-12-07 14:48:56.0 +0100
@@ -1,0 +2,28 @@
+Mon Dec  3 19:39:51 UTC 2012 - asterios.dra...@gmail.com
+
+- Added qoauth-devel as build requirement to enable compilation of microblog
+  plasma engine.
+
+---
+Sat Dec  1 20:02:02 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:29:36 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_7_branch.diff as it is not used at all
+
+---
+Sat Nov 24 12:50:16 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+  * QML Rewrites for ComicStrip and Calculator 
+  * Make it possible to have animated wallpapers
+  * Dictionary krunner: Look up words in the dictionary by typing 
+in "define {word}' in krunner 
+  * Aurorea decorations were removed from the package.
+
+---
@@ -5 +33 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -18 +46 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_7_BRANCH.diff
  kdeplasma-addons-4.9.3.tar.xz

New:

  kdeplasma-addons-4.9.90.tar.xz



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.YgTumT/_old  2012-12-07 14:48:57.0 +0100
+++ /var/tmp/diff_new_pack.YgTumT/_new  2012-12-07 14:48:57.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   plasma-addons
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Additional Plasma Widgets
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source0:kdeplasma-addons-%{version}.tar.xz
-Patch0: 4_7_BRANCH.diff
 Patch1: krunner-akonadi-dont-cause-start.diff
 Patch2: lancelot-suse.diff
 BuildRequires:  fdupes
@@ -42,6 +41,7 @@
 BuildRequires:  marble-devel
 BuildRequires:  mediastreamer2-devel
 BuildRequires:  python-qt4-devel
+BuildRequires:  qoauth-devel
 BuildRequires:  xz
 Recommends: plasma-addons-akonadi
 Recommends: plasma-addons-lancelot
@@ -115,7 +115,6 @@
 
 %prep
 %setup -q -n kdeplasma-addons-%{version}
-%patch0 -p1
 %patch1
 %patch2
 
@@ -125,7 +124,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   cd ..
   %fdupes -s %{buildroot}
   %kde_post_install
@@ -149,10 +148,10 @@
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/lancelot-datamodels
-%{_includedir}/lancelot
-%{_includedir}/KDE/Lancelot
-%{_includedir}/lancelot-datamodels/
+%dir %{_kde4_includedir}/lancelot-datamodels
+%{_kde4_includedir}/lancelot
+%{_kde4_includedir}/KDE/Lancelot
+%{_kde4_includedir}/lancelot-datamodels/
 %{_kde4_libdir}/liblancelot.so
 %{_kde4_libdir}/liblancelot-datamodels.so
 %{_kde4_libdir}/libplasma*.so
@@ -171,16 +170,16 @@
 %files lancelot
 %defattr(-,root,root)
 %doc COPYING
+%{_kde4_appsdir}/desktoptheme/*/lancelot
 %{_kde4_appsdir}/lancelot
 %{_kde4_bindir}/lancelot
-%{_kde4_modulesdir}/plasma_applet_lancelot*.so
-%{_kde4_libdir}/liblancelot.so.*
-%{_kde4_libdir}/liblancelot-datamodels.so.*
+%{_kde4_datadir}/mime/packages/lancelotpart-mime.xml
 %{_kde4_iconsdir}/*/*/apps/lancelot*.png
-%{_kde4_appsdir}/desktoptheme/*/lancelot
+%{_kde4_libdir}/liblancelot-datamodels.so.*
+%{_kde4_libdir}/liblancelot.so.*
+%{_kde4_modulesdir}/plasma_applet_lancelot*.so
 %{_kde4_servicesdir}/lancelot.desktop
 %{_kde4_servicesdir}/plasma-applet-lancelot*.desktop
-%{_datadir}/mime/packages/lancelotpart-mime.xml
 
 %files marble
 %defattr(-,root,root)
@@ -191,44 +190,48 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%dir %{_kde4_appsdir}/plasma-applet-opendesktop-activities
-%{_kde4_appsdir}/bball
-%{_kde4_appsdir}/desktoptheme/
-%exclude %{_kde4_appsdir}/desktoptheme/*/lancelot
+%config %{_kde_config_dir}/*.knsrc
 %dir %{_kde4_appsdir}/kdeplasma-addons
+%exclude %{_kde4_appsdir}/desktoptheme/*/lancel

commit php5-pear-XML_SVG for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-XML_SVG for 
openSUSE:Factory checked in at 2012-12-07 14:48:31

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


Package is "php5-pear-XML_SVG", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-XML_SVG/php5-pear-XML_SVG.changes  
2012-02-15 16:17:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-XML_SVG.new/php5-pear-XML_SVG.changes 
2012-12-07 14:48:40.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 27 21:13:03 UTC 2012 - Ralf Lang 
+
+- version 1.1.0 (unmaintained)
+- adresses Bug #19074 missing paramater in "XML_SVG_Image" class
+- One class per file now
+
+---

Old:

  XML_SVG-1.0.3.tgz

New:

  XML_SVG-1.1.0.tgz



Other differences:
--
++ php5-pear-XML_SVG.spec ++
--- /var/tmp/diff_new_pack.Zm3TI6/_old  2012-12-07 14:48:41.0 +0100
+++ /var/tmp/diff_new_pack.Zm3TI6/_new  2012-12-07 14:48:41.0 +0100
@@ -22,7 +22,7 @@
 Summary:XML SVG API (unmaintained)
 License:LGPL-3.0
 Group:  Productivity/Networking/Web/Servers
-Version:1.0.3
+Version:1.1.0
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
@@ -30,17 +30,22 @@
 Source1:COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 5
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 5
-Requires:   php5-pear
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
+Requires:   php-pear
+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
 

++ XML_SVG-1.0.3.tgz -> XML_SVG-1.1.0.tgz ++
 2731 lines of diff (skipped)

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



commit php5-pear-Services_Weather for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Services_Weather for 
openSUSE:Factory checked in at 2012-12-07 14:48:24

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


Package is "php5-pear-Services_Weather", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Services_Weather/php5-pear-Services_Weather.changes
2011-09-23 12:40:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Services_Weather.new/php5-pear-Services_Weather.changes
   2012-12-07 14:48:27.0 +0100
@@ -1,0 +2,17 @@
+Fri Nov 30 07:28:22 UTC 2012 - l...@b1-systems.de
+
+- upstream v1.4.7 tarball war corrupt. Repackaged
+
+---
+Thu Nov 29 15:33:25 UTC 2012 - l...@b1-systems.de
+
+- don't require php-macros for the SLE11 platform
+
+---
+Tue Nov 27 17:47:22 UTC 2012 - Ralf Lang 
+
+- version 1.4.7
+- adresses pear Bug #19228 Fatal error: Cannot use object of type PEAR_Error
+- adresses pear Bug #19213 Undefined array index in Metar.php
+
+---

Old:

  Services_Weather-1.4.5.tgz

New:

  Services_Weather-1.4.7.tar.gz



Other differences:
--
++ php5-pear-Services_Weather.spec ++
--- /var/tmp/diff_new_pack.tasibR/_old  2012-12-07 14:48:28.0 +0100
+++ /var/tmp/diff_new_pack.tasibR/_new  2012-12-07 14:48:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Services_Weather
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,37 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Services_Weather
 %define pear_name  Services_Weather
 %define pear_sname services_weather
 Summary:An interface to various online weather-services
-Version:1.4.5
-Release:1
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:1.4.7
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
-Source: %{pear_name}-%{version}.tgz
+Source: %{pear_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 5
-BuildRequires:  php5-pear
-BuildRequires:  php5-pear-HTTP_Request
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
+BuildRequires:  php-macros
+%endif
+BuildRequires:  php-pear
 BuildRequires:  php5-pear-DB
+BuildRequires:  php5-pear-HTTP_Request >= 1.2.0
+Requires:   php5-pear-DB >= 1.4.0
 Requires:   php5-pear-HTTP_Request
-Requires:   php5-pear-DB
+Suggests:   php5-pear-XML_Serializer >= 0.20.2
 Requires:   php >= 5
-Requires:   php5-pear
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
+Requires:   php-ctype
+Requires:   php-pear
+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
 Services_Weather searches for given locations and retrieves current

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



commit php5-pear-Net_URL for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_URL for 
openSUSE:Factory checked in at 2012-12-07 14:48:14

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


Package is "php5-pear-Net_URL", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Net_URL/php5-pear-Net_URL.changes  
2011-12-20 10:55:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-Net_URL.new/php5-pear-Net_URL.changes 
2012-12-07 14:48:20.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 18:44:50 UTC 2012 - Ralf Lang 
+
+- SLE11 compatible dependency naming
+
+---



Other differences:
--
++ php5-pear-Net_URL.spec ++
--- /var/tmp/diff_new_pack.gtRNJn/_old  2012-12-07 14:48:20.0 +0100
+++ /var/tmp/diff_new_pack.gtRNJn/_new  2012-12-07 14:48:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Net_URL
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-Net_URL
 %define pear_name  Net_URL
 %define pear_sname net_url
@@ -28,19 +29,24 @@
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.3
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4.3
-Requires:   php5-pear
+Requires:   php-pear
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Provides easy parsing of URLs and their constituent parts.

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



commit php5-pear-Net_Socket for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_Socket for 
openSUSE:Factory checked in at 2012-12-07 14:48:08

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


Package is "php5-pear-Net_Socket", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Net_Socket/php5-pear-Net_Socket.changes
2012-02-16 10:08:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Net_Socket.new/php5-pear-Net_Socket.changes
   2012-12-07 14:48:10.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 18:43:50 UTC 2012 - Ralf Lang 
+
+- SLE11 compat
+
+---



Other differences:
--
++ php5-pear-Net_Socket.spec ++
--- /var/tmp/diff_new_pack.hJyyeF/_old  2012-12-07 14:48:10.0 +0100
+++ /var/tmp/diff_new_pack.hJyyeF/_new  2012-12-07 14:48:10.0 +0100
@@ -29,19 +29,24 @@
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4
-Requires:   php5-pear
+Requires:   php-pear
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Net_Socket is a class interface to TCP sockets. It provides blocking

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



commit php5-pear-MDB2_Driver_pgsql for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-MDB2_Driver_pgsql for 
openSUSE:Factory checked in at 2012-12-07 14:48:02

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


Package is "php5-pear-MDB2_Driver_pgsql", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-MDB2_Driver_pgsql/php5-pear-MDB2_Driver_pgsql.changes
  2012-01-26 14:07:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-MDB2_Driver_pgsql.new/php5-pear-MDB2_Driver_pgsql.changes
 2012-12-07 14:48:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 13:32:09 UTC 2012 - Ralf Lang 
+
+- SLE11SP2 compatible dependency names
+
+---



Other differences:
--
++ php5-pear-MDB2_Driver_pgsql.spec ++
--- /var/tmp/diff_new_pack.WE8up6/_old  2012-12-07 14:48:04.0 +0100
+++ /var/tmp/diff_new_pack.WE8up6/_new  2012-12-07 14:48:04.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-MDB2_Driver_pgsql
 %define pear_name  MDB2_Driver_pgsql
 %define pear_sname mdb2_driver_pgsql
@@ -28,20 +29,25 @@
 Source: http://pear.php.net/get/%{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.3.0
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4.3.0
-Requires:   php5-pear
+Requires:   php-pear
 Requires:   php5-pear-MDB2 >= 2.4.1
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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 PostgreSQL MDB2 driver.

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



commit php5-pear-MDB2_Driver_mysqli for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-MDB2_Driver_mysqli for 
openSUSE:Factory checked in at 2012-12-07 14:47:55

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


Package is "php5-pear-MDB2_Driver_mysqli", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-MDB2_Driver_mysqli/php5-pear-MDB2_Driver_mysqli.changes
2012-01-26 14:07:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-MDB2_Driver_mysqli.new/php5-pear-MDB2_Driver_mysqli.changes
   2012-12-07 14:47:57.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 13:31:10 UTC 2012 - Ralf Lang 
+
+- SLE11SP2 compatible dependency names
+
+---



Other differences:
--
++ php5-pear-MDB2_Driver_mysqli.spec ++
--- /var/tmp/diff_new_pack.XFsc6h/_old  2012-12-07 14:47:57.0 +0100
+++ /var/tmp/diff_new_pack.XFsc6h/_new  2012-12-07 14:47:57.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-MDB2_Driver_mysqli
 %define pear_name  MDB2_Driver_mysqli
 %define pear_sname mdb2_driver_mysqli
@@ -28,20 +29,25 @@
 Source: http://pear.php.net/get/%{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 5
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 5
-Requires:   php5-pear
+Requires:   php-pear
 Requires:   php5-pear-MDB2 >= 2.4.1
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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 MySQLi MDB2 driver.

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



commit php5-pear-MDB2_Driver_mysql for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-MDB2_Driver_mysql for 
openSUSE:Factory checked in at 2012-12-07 14:47:45

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


Package is "php5-pear-MDB2_Driver_mysql", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-MDB2_Driver_mysql/php5-pear-MDB2_Driver_mysql.changes
  2012-01-26 14:07:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-MDB2_Driver_mysql.new/php5-pear-MDB2_Driver_mysql.changes
 2012-12-07 14:47:50.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 13:29:50 UTC 2012 - Ralf Lang 
+
+- SLE11SP2 compatible dependency names
+
+---



Other differences:
--
++ php5-pear-MDB2_Driver_mysql.spec ++
--- /var/tmp/diff_new_pack.dbSfkN/_old  2012-12-07 14:47:50.0 +0100
+++ /var/tmp/diff_new_pack.dbSfkN/_new  2012-12-07 14:47:50.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-MDB2_Driver_mysql
 %define pear_name  MDB2_Driver_mysql
 %define pear_sname mdb2_driver_mysql
@@ -28,20 +29,27 @@
 Source: http://pear.php.net/get/%{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.3.0
+
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+
+BuildRequires:  php-pear
 Requires:   php >= 4.3.0
-Requires:   php5-pear
-Requires:   php5-pear-MDB2 >= 2.4.1
+Requires:   php-pear
+Requires:   php-pear-MDB2 >= 2.4.1
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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 MySQL MDB2 driver.

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



commit php5-pear-MDB2 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-MDB2 for openSUSE:Factory 
checked in at 2012-12-07 14:47:39

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


Package is "php5-pear-MDB2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-MDB2/php5-pear-MDB2.changes
2012-01-31 10:21:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-MDB2.new/php5-pear-MDB2.changes   
2012-12-07 14:47:41.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 13:27:47 UTC 2012 - Ralf Lang 
+
+- adapted packaging for SLE11SP2 compatibility
+
+---



Other differences:
--
++ php5-pear-MDB2.spec ++
--- /var/tmp/diff_new_pack.ixeeeQ/_old  2012-12-07 14:47:42.0 +0100
+++ /var/tmp/diff_new_pack.ixeeeQ/_new  2012-12-07 14:47:42.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-MDB2
 %define pear_name  MDB2
 %define pear_sname mdb2
@@ -27,19 +28,25 @@
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php >= 4.3.2
+BuildRequires:  php >= 5.2.0
+
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
-Requires:   php >= 4.3.2
-Requires:   php5-pear
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+%endif
+BuildRequires:  php-pear >= 1.6.0
+Requires:   php >= 5.2.0
+Requires:   php-pear
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction 
layers.

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



commit php5-pear-HTTP_WebDAV_Server for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-HTTP_WebDAV_Server for 
openSUSE:Factory checked in at 2012-12-07 14:47:31

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


Package is "php5-pear-HTTP_WebDAV_Server", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-HTTP_WebDAV_Server/php5-pear-HTTP_WebDAV_Server.changes
2012-02-01 09:59:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-HTTP_WebDAV_Server.new/php5-pear-HTTP_WebDAV_Server.changes
   2012-12-07 14:47:36.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 27 18:36:36 UTC 2012 - Ralf Lang 
+
+- going back to 1.0.0RC7 because upstream RC8 tarball is corrupt
+
+---
+Tue Nov 27 17:36:58 UTC 2012 - Ralf Lang 
+
+- version 1.0.0RC8 of 2012-10-22
+- adresses pear Bug #18694 Filesystem.php GetDir wrongly encoded filesnames 
containing single quotes
+- adresses pear Bug #14163 Content-range is not processed (Hiroaki Kawai)
+- adresses pear Bug #14242 Uploaded file will be broken (Hiroaki Kawai)
+
+---

Old:

  HTTP_WebDAV_Server-1.0.0RC5.tgz

New:

  HTTP_WebDAV_Server-1.0.0RC7.tgz



Other differences:
--
++ php5-pear-HTTP_WebDAV_Server.spec ++
--- /var/tmp/diff_new_pack.krOOKN/_old  2012-12-07 14:47:36.0 +0100
+++ /var/tmp/diff_new_pack.krOOKN/_new  2012-12-07 14:47:36.0 +0100
@@ -15,32 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-HTTP_WebDAV_Server
 %define pear_name  HTTP_WebDAV_Server
 %define pear_sname http_webdav_server
 Summary:WebDAV Server Base class
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
-Version:1.0.0RC5
+Version:1.0.0RC7
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.4
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4.4
-Requires:   php5-pear
+Requires:   php-pear
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 RFC2518 compliant helper class for WebDAV server implementation.

++ HTTP_WebDAV_Server-1.0.0RC5.tgz -> HTTP_WebDAV_Server-1.0.0RC7.tgz ++
 8618 lines of diff (skipped)

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



commit php5-pear-HTTP_Request for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-HTTP_Request for 
openSUSE:Factory checked in at 2012-12-07 14:47:19

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


Package is "php5-pear-HTTP_Request", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-HTTP_Request/php5-pear-HTTP_Request.changes
2011-12-19 16:10:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-HTTP_Request.new/php5-pear-HTTP_Request.changes
   2012-12-07 14:47:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 27 17:34:08 UTC 2012 - Ralf Lang 
+
+- Require any php-pear, not just php5-pear
+- Note that this library has been superseeded by HTTP_Request2
+
+---



Other differences:
--
++ php5-pear-HTTP_Request.spec ++
--- /var/tmp/diff_new_pack.Afz4jz/_old  2012-12-07 14:47:21.0 +0100
+++ /var/tmp/diff_new_pack.Afz4jz/_new  2012-12-07 14:47:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-HTTP_Request
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   php5-pear-HTTP_Request
 %define pear_name  HTTP_Request
 %define pear_sname http_request
@@ -28,20 +29,25 @@
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.3
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4.3
-Requires:   php5-pear
-Requires:   php-pear-Net_URL >= 1.0.12
+Requires:   php-pear
 Requires:   php-pear-Net_Socket >= 1.0.7
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Requires:   php-pear-Net_URL >= 1.0.12
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,

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



commit php5-pear-Horde_Mime_Viewer for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Mime_Viewer for 
openSUSE:Factory checked in at 2012-12-07 14:47:11

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


Package is "php5-pear-Horde_Mime_Viewer", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Mime_Viewer/php5-pear-Horde_Mime_Viewer.changes
  2012-03-02 13:49:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Mime_Viewer.new/php5-pear-Horde_Mime_Viewer.changes
 2012-12-07 14:47:14.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 19:39:12 UTC 2012 - Rico Sagner 
+
+- Version 2.0.1
+- [jan] Add Croatian translation.
+- [jan] Add Estonian translation.
+- [mms] Fix reading Debian archive data.
+
+
+---

Old:

  Horde_Mime_Viewer-1.0.8.tgz

New:

  Horde_Mime_Viewer-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Mime_Viewer.spec ++
--- /var/tmp/diff_new_pack.gxT2RJ/_old  2012-12-07 14:47:15.0 +0100
+++ /var/tmp/diff_new_pack.gxT2RJ/_new  2012-12-07 14:47:15.0 +0100
@@ -21,40 +21,43 @@
 %define hordedir /usr/share/php5/PEAR/www/horde
 
 Summary:PEAR: Horde MIME Viewer Library
-## Contains javascript with LGPL-3.0 header.
-## Actual php code is LGPL-2.1 (not +)
 License:LGPL-2.1 and LGPL-3.0
 Group:  Development/Libraries/PHP
+## Contains javascript with LGPL-3.0 header.
+## Actual php code is LGPL-2.1 (not +)
 
 Name:   php5-pear-Horde_Mime_Viewer
-Version:1.0.8
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Mime_Viewer-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Mime_Viewer
-BuildRequires:  php5-pear >= 1.4.7
-Requires:   php5-pear-Horde_Browser < 2.0.0
-Requires:   php5-pear-Horde_Compress < 2.0.0
-Requires:   php5-pear-Horde_Exception < 2.0.0
-Requires:   php5-pear-Horde_Mime < 2.0.0
-Requires:   php5-pear-Horde_Text_Filter < 2.0.0
-Requires:   php5-pear-Horde_Text_Flowed < 2.0.0
-Requires:   php5-pear-Horde_Util < 2.0.0
-Requires:   php5-pear-Horde_Translation < 2.0.0
-Requires:   php5-pear >= 1.7.0
-BuildRequires:  php5-pear-Horde_Role
+Requires:   php >= 5.3.3
+BuildRequires:  php >= 5.3.3
+BuildRequires:  php-pear >= 1.4.7
+Requires:   php-pear >= 1.7.0
+Requires:   php5-pear-Horde_Browser >= 2.0.0
+Requires:   php5-pear-Horde_Compress >= 2.0.0
+Requires:   php5-pear-Horde_Exception >= 2.0.0
+Requires:   php5-pear-Horde_Mime >= 2.0.0
+Requires:   php5-pear-Horde_Text_Filter >= 2.0.0
+Requires:   php5-pear-Horde_Text_Flowed >= 2.0.0
+Requires:   php5-pear-Horde_Translation >= 2.0.0
+Requires:   php5-pear-Horde_Util >= 2.0.0
+BuildRequires:  php5-pear-Horde_Role >= 1.0.0
 BuildRequires:  php5-pear-channel-horde
-Requires:   php5-pear-channel-horde,  php5-pear-Horde_Role
+Requires:   php5-pear-Horde_Role => 1.0.0
+Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Mime_Viewer
 %define pear_sname horde_mime_viewer
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Provides rendering drivers for MIME data.

++ Horde_Mime_Viewer-1.0.8.tgz -> Horde_Mime_Viewer-2.0.1.tgz ++
 45740 lines of diff (skipped)

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



commit php5-pear-Horde_Memcache for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Memcache for 
openSUSE:Factory checked in at 2012-12-07 14:46:56

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


Package is "php5-pear-Horde_Memcache", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Memcache/php5-pear-Horde_Memcache.changes
2012-11-28 14:53:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Memcache.new/php5-pear-Horde_Memcache.changes
   2012-12-07 14:47:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  6 09:47:44 UTC 2012 - Ralf Lang 
+
+- removing external license file as the original package now ships one
+
+---

Old:

  lgpl-2.1-standalone.html



Other differences:
--
++ php5-pear-Horde_Memcache.spec ++
--- /var/tmp/diff_new_pack.tMweI5/_old  2012-12-07 14:47:01.0 +0100
+++ /var/tmp/diff_new_pack.tMweI5/_new  2012-12-07 14:47:01.0 +0100
@@ -27,7 +27,6 @@
 Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Memcache-%{version}.tgz
-Source1:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Memcache
 Requires:   php >= 5.3.3
@@ -77,7 +76,6 @@
 
 #temporary solution until updated package with license file ships
 mkdir -p %{buildroot}%{_docdir}/%{name}
-cp -ar %{SOURCE1} %{buildroot}%{_docdir}/%{name}
 
 tar -xzf %{SOURCE0} package.xml
 cp -p package.xml %{buildroot}%{xmldir}/Horde_Memcache.xml

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



commit php5-pear-Horde_Autoloader for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Autoloader for 
openSUSE:Factory checked in at 2012-12-07 14:46:47

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


Package is "php5-pear-Horde_Autoloader", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Autoloader/php5-pear-Horde_Autoloader.changes
2012-02-15 15:58:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Autoloader.new/php5-pear-Horde_Autoloader.changes
   2012-12-07 14:46:50.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec  6 08:48:28 UTC 2012 - Ralf Lang 
+
+- version 2.0.1
+- [mms] Use new Horde_Test layout.
+
+---
+Tue Nov 13 23:39:01 UTC 2012 - Ralf Lang 
+
+- Version 2.0.0
+- [jan] Make unit tests Windows compatible.
+
+---

Old:

  Horde_Autoloader-1.0.1.tgz

New:

  Horde_Autoloader-2.0.1.tgz
  debian.changelog
  debian.control
  debian.rules
  php5-pear-Horde_Autoloader.dsc



Other differences:
--
++ php5-pear-Horde_Autoloader.spec ++
--- /var/tmp/diff_new_pack.23P7US/_old  2012-12-07 14:46:51.0 +0100
+++ /var/tmp/diff_new_pack.23P7US/_new  2012-12-07 14:46:51.0 +0100
@@ -17,29 +17,38 @@
 #
 
 
-Summary:PEAR: Horde Autoloader
+Summary:Horde Autoloader Library
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 Name:   php5-pear-Horde_Autoloader
 %define pear_name  Horde_Autoloader
 %define pear_sname horde_autoloader
-Version:1.0.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Autoloader-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Autoloader
-BuildRequires:  php5-pear >= 1.4.7
+Requires:   php >= 5.3.3
+BuildRequires:  php >= 5.3.3
+BuildRequires:  php-pear >= 1.4.7
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
+Suggests:   php5-pear-Horde_Autoloader_Cache
 BuildArch:  noarch
+
+%if 0%{?sles_version} == 11 
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
+%endif
+
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Autoload implementation and class loading manager for Horde.

++ Horde_Autoloader-1.0.1.tgz -> Horde_Autoloader-2.0.1.tgz ++
 2228 lines of diff (skipped)

++ debian.changelog ++
php-horde-autoloader (2.0.0) unstable; urgency=low

  * Horde Horde_Autoloader package.

 -- Gunnar Wrobel   Wed, 14 Nov 2012 15:18:26 +
++ debian.control ++
Source: php-horde-autoloader
Section: php
Priority: extra
Maintainer: Gunnar Wrobel 
Build-Depends: debhelper (>= 8.0.0), dpkg, pear-horde-channel, pkg-php-tools
Standards-Version: 3.9.2
Homepage: http://${phppear:channel}/

Package: php-horde-autoloader
Architecture: all
Depends: ${misc:Depends}, ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Description: ${phppear:summary}
 ${phppear:description}
++ debian.rules ++
#!/usr/bin/make -f
%:
dh $@ --buildsystem=phppear --with phppear
++ php5-pear-Horde_Autoloader.dsc ++
Format: 1.0
Source: php5-pear-Horde_Autoloader
Version: 2.0.0
Binary: php5-pear-Horde_Autoloader
Maintainer: Ralf Lang 
Architecture: any
Build-Depends: debhelper (>= 8.0.0), dpkg-dev, perl, pear-horde-channel, 
pkg-php-tools
Files: 
 9d9e8e1e2b1c778a39f2c48af2209e46 14434 horde-autoloader-2.0.0.orig.tar.gz
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-12-07 14:46:09

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


Package is "php5-pear-Horde_ActiveSync", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
2012-11-28 13:26:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-12-07 14:46:11.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 27 20:54:50 UTC 2012 - Ralf Lang 
+
+- Version 2.0.7
+- [jan] Add Dutch translation (Arjen de Korte ).
+- [mjr] Answer Microsoft Outlook Autodiscover requests (Request # 11639).
+
+---

Old:

  Horde_ActiveSync-2.0.6.tar.gz

New:

  Horde_ActiveSync-2.0.7.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.Cvsk40/_old  2012-12-07 14:46:12.0 +0100
+++ /var/tmp/diff_new_pack.Cvsk40/_new  2012-12-07 14:46:12.0 +0100
@@ -17,18 +17,16 @@
 #
 
 
-Summary:PEAR: Horde ActiveSync Server Library
+Summary:Horde ActiveSync Server Library
 License:GPL-2.0
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:2.0.6
+Version:2.0.7
 Release:0
-## manually repaired tarball
-Source0:Horde_ActiveSync-2.0.6.tar.gz
-#Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
+Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_ActiveSync
 Requires:   php >= 5.3.3

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



commit php5-pear-Date_Holidays for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays for 
openSUSE:Factory checked in at 2012-12-07 14:45:26

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


Package is "php5-pear-Date_Holidays", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays/php5-pear-Date_Holidays.changes
  2012-02-16 10:07:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays.new/php5-pear-Date_Holidays.changes
 2012-12-07 14:45:43.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 27 19:02:22 UTC 2012 - Ralf Lang 
+
+- version 0.21.7
+- Request #19716: Add Dutch translation for Christian driver
+- Fix Bug #19151: Easter Monday is always on the next day
+
+---

Old:

  Date_Holidays-0.21.4.tgz

New:

  Date_Holidays-0.21.7.tgz



Other differences:
--
++ php5-pear-Date_Holidays.spec ++
--- /var/tmp/diff_new_pack.uaXkWT/_old  2012-12-07 14:45:44.0 +0100
+++ /var/tmp/diff_new_pack.uaXkWT/_new  2012-12-07 14:45:44.0 +0100
@@ -22,26 +22,32 @@
 Summary:Driver based class to calculate holidays
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
-Version:0.21.4
+Version:0.21.7
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.2.0
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
-Requires:   php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4.2.0
-Requires:   php5-pear-Date php5-pear-XML_Serializer
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Requires:   php-pear
+Requires:   php5-pear-Date
+Requires:   php5-pear-XML_Serializer
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Date_Holidays helps you calculate the dates and titles of holidays and other 
special celebrations. 

++ Date_Holidays-0.21.4.tgz -> Date_Holidays-0.21.7.tgz ++
 13719 lines of diff (skipped)

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



commit php5-pear-Date for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date for openSUSE:Factory 
checked in at 2012-12-07 14:45:11

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


Package is "php5-pear-Date", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Date/php5-pear-Date.changes
2012-01-26 14:07:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-Date.new/php5-pear-Date.changes   
2012-12-07 14:45:13.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 27 18:27:05 UTC 2012 - Ralf Lang 
+
+- reverting back to 1.5.0a2 because a3 had a corrupt upstream tarball
+
+---
+Tue Nov 27 17:53:47 UTC 2012 - Ralf Lang 
+
+- version 1.5.0a3
+- Request #17626 Patch to add missing longname and dstlongname info
+- Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone)
+- Bug #19568 setDate() handles ISO week dates incorrectly
+
+---

Old:

  Date-1.4.7.tgz

New:

  Date-1.5.0a2.tgz



Other differences:
--
++ php5-pear-Date.spec ++
--- /var/tmp/diff_new_pack.G0EvYM/_old  2012-12-07 14:45:14.0 +0100
+++ /var/tmp/diff_new_pack.G0EvYM/_new  2012-12-07 14:45:14.0 +0100
@@ -22,25 +22,30 @@
 Summary:Generic date/time handling
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
-Version:1.4.7
+Version:1.5.0a2
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php >= 4.3
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php >= 4.3
-Requires:   php5-pear
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Requires:   php-pear
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname} < %{version}
-Obsoletes:  php-pear-%{pear_sname} < %{version}
+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
 Generic classes for representation and manipulation of

++ Date-1.4.7.tgz -> Date-1.5.0a2.tgz ++
 68516 lines of diff (skipped)

-- 
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

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-channel-symfony for 
openSUSE:Factory checked in at 2012-12-07 14:45:03

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", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-channel-symfony/php5-pear-channel-symfony.changes
  2011-09-23 12:40:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-channel-symfony.new/php5-pear-channel-symfony.changes
 2012-12-07 14:45:08.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 12:02:29 UTC 2012 - Ralf Lang 
+
+- SLE11 compatible dependency renaming
+
+---



Other differences:
--
++ php5-pear-channel-symfony.spec ++
--- /var/tmp/diff_new_pack.TCOuiE/_old  2012-12-07 14:45:08.0 +0100
+++ /var/tmp/diff_new_pack.TCOuiE/_new  2012-12-07 14:45:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-channel-symfony
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,16 @@
 
 Name:   php5-pear-channel-symfony
 Version:1.0
-Release:1
+Release:0
 Summary:Adds pear.symfony-project.com channel to PEAR
-Group:  Development/Languages
 License:MIT
+Group:  Development/Languages
 Url:http://pear.symfony-project.com/
 Source0:http://pear.symfony-project.com/channel.xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  php5-pear
-PreReq: php5 php5-pear
+BuildRequires:  php-pear
+PreReq: php 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 perl-qt4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2012-12-07 14:44:53

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


Package is "perl-qt4", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes2012-11-08 
07:47:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2012-12-07 
14:44:55.0 +0100
@@ -1,0 +2,18 @@
+Sat Dec  1 20:02:30 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 22:38:58 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+- Fix "auto directory is included" 
+
+---
+Sat Nov 24 12:50:38 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +23 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +29 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  perlqt-4.9.3.tar.xz

New:

  perlqt-4.9.90.tar.xz



Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.S8bJo0/_old  2012-12-07 14:44:56.0 +0100
+++ /var/tmp/diff_new_pack.S8bJo0/_new  2012-12-07 14:44:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-qt4
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:PerlQt kdebindings library
 License:GPL-2.0+
@@ -61,8 +61,8 @@
 
 %install
   cd build
-%make_install
-%perl_process_packlist
+  make DESTDIR=%{buildroot} install
+  %perl_process_packlist
 
 %files
 %defattr(-,root,root)
@@ -72,7 +72,7 @@
 %{_kde4_bindir}/puic4
 %{_kde4_bindir}/qdbusxml2perl
 %{perl_vendorarch}/*.pm
-%{perl_vendorarch}/auto/
+%{perl_vendorarch}/auto/*
 %{perl_vendorarch}/QtCore4/
 
 %files devel

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



commit perl-kde4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:Factory 
checked in at 2012-12-07 14:44:48

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


Package is "perl-kde4", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-kde4/perl-kde4.changes  2012-11-08 
07:47:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-kde4.new/perl-kde4.changes 2012-12-07 
14:44:52.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:02:38 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:50:48 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  perlkde-4.9.3.tar.xz

New:

  perlkde-4.9.90.tar.xz



Other differences:
--
++ perl-kde4.spec ++
--- /var/tmp/diff_new_pack.6qANcB/_old  2012-12-07 14:44:53.0 +0100
+++ /var/tmp/diff_new_pack.6qANcB/_new  2012-12-07 14:44:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-kde4
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Kdebindings Perl-KDE library
 License:LGPL-2.1+
@@ -58,7 +58,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
 
 %files
 %defattr(-,root,root)

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



commit parley for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2012-12-07 14:44:42

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


Package is "parley", Maintainer is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2012-11-08 
07:47:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2012-12-07 
14:44:50.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:09:50 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:57:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  parley-4.9.3.tar.xz

New:

  parley-4.9.90.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.q5eZP8/_old  2012-12-07 14:44:51.0 +0100
+++ /var/tmp/diff_new_pack.q5eZP8/_new  2012-12-07 14:44:51.0 +0100
@@ -29,7 +29,7 @@
 BuildRequires:  libspectre-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+
@@ -59,15 +59,12 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education Languages
   %kde_post_install
   %fdupes -s %{buildroot}
   chmod a+x %{buildroot}%{_kde4_appsdir}/parley/plugins/*.py
 
-%clean
-  rm -rf %{buildroot}
-
 %post   -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit pairs for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:Factory checked 
in at 2012-12-07 14:44:19

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


Package is "pairs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pairs/pairs.changes  2012-11-08 
07:47:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2012-12-07 
14:44:34.0 +0100
@@ -1,0 +2,13 @@
+Sat Dec  1 20:28:45 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:12:00 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+  * New:  Pairs Theme Editor 
+
+---
@@ -5 +18 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +24 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  pairs-4.9.3.tar.xz

New:

  pairs-4.9.90.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.VqkHlZ/_old  2012-12-07 14:44:35.0 +0100
+++ /var/tmp/diff_new_pack.VqkHlZ/_new  2012-12-07 14:44:35.0 +0100
@@ -25,7 +25,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+
@@ -61,21 +61,21 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education Memory
   %kde_post_install
   %fdupes -s %{buildroot}
 
-%clean
-  rm -rf %{buildroot}
-
 %post   -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_kde4_bindir}/pairs
+%{_kde4_bindir}/pairseditor
 %{_kde4_applicationsdir}/pairs.desktop
+%{_kde4_applicationsdir}/pairseditor.desktop
 %config %{_kde4_configdir}/pairs.knsrc
 
 %files data
@@ -84,6 +84,7 @@
 %{_kde4_appsdir}/pairs/gameicons/
 %{_kde4_appsdir}/pairs/players/
 %{_kde4_appsdir}/pairs/themes/
+%{_kde4_appsdir}/pairseditor/
 %dir %{_kde4_iconsdir}/hicolor/*/
 %dir %{_kde4_iconsdir}/hicolor/*/apps/
 %{_kde4_iconsdir}/hicolor/*/apps/pairs.png

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



commit oxygen-icon-theme for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory checked in at 2012-12-07 14:44:10

Comparing /work/SRC/openSUSE:Factory/oxygen-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new (New)


Package is "oxygen-icon-theme", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icon-theme.changes  
2012-11-08 07:47:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icon-theme.changes 
2012-12-07 14:44:15.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:21:55 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:06:30 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Wed Nov 21 09:32:18 UTC 2012 - cgiboude...@gmx.com
+
+- Fix build on SLES (%make_install is not expanded)
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  oxygen-icons-4.9.3.tar.xz

New:

  oxygen-icons-4.9.90.tar.xz



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.cBoXAt/_old  2012-12-07 14:44:34.0 +0100
+++ /var/tmp/diff_new_pack.cBoXAt/_new  2012-12-07 14:44:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-icon-theme
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-2.1+
@@ -58,7 +58,7 @@
 
 %install
   cd build
-  %make_install
+  make DESTDIR=%{buildroot} install
   install -D -m 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/icons/oxygen/22x22/apps/package-manager-icon.png
   install -D -m 0644 %{SOURCE2} 
%{buildroot}%{_datadir}/icons/oxygen/32x32/apps/package-manager-icon.png
   install -D -m 0644 %{SOURCE3} 
%{buildroot}%{_datadir}/icons/oxygen/48x48/apps/package-manager-icon.png
@@ -80,9 +80,6 @@
 
   %fdupes %{buildroot}
 
-%clean
-  rm -rf %{buildroot}
-
 %package scalable
 Summary:Oxygen Icon Theme
 Group:  System/GUI/KDE











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



commit orca for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2012-12-07 14:43:54

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


Package is "orca", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/orca/orca.changes2012-11-26 
19:00:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2012-12-07 
14:43:56.0 +0100
@@ -1,0 +2,22 @@
+Tue Nov 27 09:21:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.3:
+  + Traceback seen in Python 3.3 when there are no settings saved
+(turns out it impacts Python 2.x as well) (bgo#687239).
+- Changes from version 3.6.2:
+  + Orca sometimes fails to present download "dialog" widgets
+(bgo#674526).
+  + A page that hangs orca (bgo#688057)
+  + Fix for Orca continuing to speak when speech is disabled via
+the preferences dialog.
+  + Improve performance of building flat review context.
+  + Handle applications returning 0 in minimalIncrement for Value
+(bgo#687527).
+  + Use subprocess.Popen() instead of the deprecated os.popen().
+  + Use for() instead of map() in cleanup().
+  + Use importlib.import_module() instead of __import__() and
+imp.reload() instead of reload() (bgo#686189).
+  + Fix to braille email address auto completions in Thunderbird.
+  + Updated translations.
+
+---

Old:

  orca-3.6.1.tar.xz

New:

  orca-3.6.3.tar.xz



Other differences:
--
++ orca.spec ++
--- /var/tmp/diff_new_pack.RejydY/_old  2012-12-07 14:43:57.0 +0100
+++ /var/tmp/diff_new_pack.RejydY/_new  2012-12-07 14:43:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   orca
-Version:3.6.1
+Version:3.6.3
 Release:0
 Summary:Screen reader for GNOME
 License:LGPL-2.1+

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



commit okular for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2012-12-07 14:43:46

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


Package is "okular", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2012-11-08 
07:47:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2012-12-07 
14:43:49.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:10:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:33:48 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_8_branch.diff as it is not used at all
+
+---
+Sat Nov 24 12:57:53 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_8_BRANCH.diff
  okular-4.9.3.tar.xz

New:

  okular-4.9.90.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.HE7s7F/_old  2012-12-07 14:43:50.0 +0100
+++ /var/tmp/diff_new_pack.HE7s7F/_new  2012-12-07 14:43:50.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   okular
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch0: 4_8_BRANCH.diff
 BuildRequires:  OpenEXR-devel
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
@@ -32,6 +31,7 @@
 BuildRequires:  libdjvulibre-devel
 BuildRequires:  libepub-devel
 BuildRequires:  libgphoto2-devel
+BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libqca2-devel
@@ -70,7 +70,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
   %cmake_kde4 -d build
@@ -78,7 +77,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   mkdir -p 
%{buildroot}%{_kde4_iconsdir}/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps
   cp %{_kde4_iconsdir}/oxygen/128x128/apps/graphics-viewer-document.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/128x128/apps/
   cp %{_kde4_iconsdir}/oxygen/16x16/apps/graphics-viewer-document.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/16x16/apps/
@@ -95,9 +94,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_kde4_applicationsdir}/okular*.desktop
@@ -112,6 +108,9 @@
 %{_kde4_servicesdir}/*.desktop
 %{_kde4_servicesdir}/*.protocol
 %{_kde4_servicetypesdir}/*.desktop
+%{_kde4_appsdir}/kconf_update/okular.upd
+%{_kde4_modulesdir}/imports/
+%{_mandir}/man1/okular.1.gz
 
 %files devel
 %defattr(-,root,root)

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



commit ohcount for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ohcount for openSUSE:Factory checked 
in at 2012-12-07 14:43:37

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


Package is "ohcount", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.ohcount.new/ohcount.changes 2012-12-07 
14:43:39.0 +0100
@@ -0,0 +1,4 @@
+---
+Fri Nov 16 01:12:42 UTC 2012 - jeng...@inai.de
+
+- Initial package (version 3.0.0.g297) for build.opensuse.org

New:

  cflags.diff
  ohcount-3.0.0.g297.tar.xz
  ohcount.changes
  ohcount.spec
  shared.diff
  swig-ruby19.diff



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

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


Name:   ohcount
%define lname   libohcount
Version:3.0.0.g297
Release:0
# git-describe: 2.0.1-297-g6cb04fe
Url:http://ohloh.net/p/ohcount
Summary:The Ohloh source code line counter
License:GPL-2.0
Group:  Development/Tools/Other

# http://sourceforge.net/projects/ohcount/files/ is no longer updated it seems.
#Git-Clone: git://github.com/blackducksw/ohcount
Source: %name-%version.tar.xz
Patch1: cflags.diff
Patch2: swig-ruby19.diff
Patch3: shared.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  bash
BuildRequires:  file-devel
BuildRequires:  gcc >= 4.1.2
BuildRequires:  gperf
BuildRequires:  pcre-devel
BuildRequires:  pkg-config
BuildRequires:  ragel >= 6.3, ruby-devel
BuildRequires:  swig
BuildRequires:  xz
BuildRequires:  pkgconfig(ruby-1.9)

%description
Ohcount supports over 70 popular programming languages, and has been
used to count over 6 billion lines of code by 300,000 developers.
Ohcount does more more than just count lines of code. It can also
detect popular open source licenses such as GPL within a large
directory of source code. It can also detect code that targets a
particular programming API, such as Win32 or KDE.

%package -n %lname
Summary:Ohcount source code analyzer library
Group:  System/Libraries

%description -n %lname
The core parsing library for the Ohcount source code analyzer program
and for its ruby bindings.

%package ruby
Summary:Ruby bindings for the Ohcount source code analyzer
Group:  Development/Languages/Ruby

%description ruby
Ruby bindings for the Ohcount source code analyzer.

%prep
%setup -qn %name
%patch -P 1 -P 2 -P 3 -p1

%build
export CFLAGS="%optflags $(pkg-config ruby-1.9 --cflags)";
export SHARED="-Wl,-soname,libohcount.so";
./build ohcount;
./build ruby;

%install
b="%buildroot";
mkdir -p "$b/%_bindir" "$b/%_libdir";
install -pm0755 bin/ohcount "$b/%_bindir/";
install -pm0755 src/libohcount*.so "$b/%_libdir/";
r="$b/%_libdir/ruby/vendor_ruby/$(pkg-config ruby-1.9 --modversion)";
mkdir -p "$r";
cp -a ruby "$r/";
rm -f "$r"/*.{c,i};

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING
%_bindir/ohcount

%files -n libohcount
%defattr(-,root,root)
%_libdir/libohcount.so

%files ruby
%defattr(-,root,root)
%_libdir/ruby

%changelog
++ cflags.diff ++
From: Jan Engelhardt 
Date: 2012-11-16 01:01:33.597645291 +0100

Tweak the build script so that we can actually _pass_ some flags in.

---
 build |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: ohcount/build
===
--- ohcount.orig/build
+++ ohcount/build
@@ -17,7 +17,7 @@ then
   fi 
 
   # You shouldn't have to change the following.
-  CFLAGS=-O3
+  CFLAGS="-O3 $CFLAGS"
   WARN="-Wall -Wno-pointer-to-int-cast -Wno-parentheses"
   SHARED=-shared
   SHARED_NAME=libohcount.so
@@ -28,7 +28,7 @@ else
   INC_DIR=/opt/local/include
   LIB_DIR=/opt/local/lib
   # You shouldn't have to change the following.
-  CFLAGS="-fno-common -g"
+  CFLAGS="-fno-common -g $CFLAGS"
   

commit obs-service-tar_scm for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2012-12-07 14:43:25

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2012-11-02 15:12:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2012-12-07 14:43:26.0 +0100
@@ -1,0 +2,23 @@
+Tue Dec  4 09:29:48 UTC 2012 - sasc...@suse.de
+
+- Pass --tags to "git describe" for @PARENT_TAG@
+
+---
+Mon Dec  3 16:01:03 UTC 2012 - sasc...@suse.de
+
+- Disable testsuite on SLE_11_SP2 to fix build
+
+---
+Mon Dec  3 14:46:15 UTC 2012 - sasc...@suse.de
+
+- Use upstream github repository and download via _service file
+
+---
+Mon Dec  3 14:11:07 UTC 2012 - sasc...@suse.de
+
+- Add custom git versionformat extensions:
+  + @PARENT_TAG@: Replaced by first tag that is reachable from the
+  current commit (see 'git describe')
+  Future custom additions could follow the @NAME@ scheme
+
+---

Old:

  bzrfixtures.py
  bzrtests.py
  commontests.py
  fixtures.py
  gitfixtures.py
  githgtests.py
  gittests.py
  hgfixtures.py
  hgtests.py
  scm-wrapper
  scmlogs.py
  svnfixtures.py
  svntests.py
  tar_scm
  tar_scm.rc
  tar_scm.service
  test.py
  testassertions.py
  testenv.py
  utils.py

New:

  _service
  obs-service-tar_scm-0.2.3.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.eNaDpi/_old  2012-12-07 14:43:27.0 +0100
+++ /var/tmp/diff_new_pack.eNaDpi/_new  2012-12-07 14:43:27.0 +0100
@@ -19,44 +19,22 @@
 %define service tar_scm
 
 Name:   obs-service-%{service}
+Version:0.2.3
+Release:0
 Summary:An OBS source service: checkout or update a tar ball from 
svn/git/hg
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Url:
https://build.opensuse.org/package/show?package=obs-service-%{service}&project=openSUSE%3ATools
-Version:0.2.3
-Release:0
-Source: %{service}
-Source1:%{service}.service
-Source2:%{service}.rc
-
-# test suite files
-Source100:  bzrfixtures.py
-Source101:  bzrtests.py
-Source102:  commontests.py
-Source103:  fixtures.py
-Source104:  gitfixtures.py
-Source105:  githgtests.py
-Source106:  gittests.py
-Source107:  hgfixtures.py
-Source108:  hgtests.py
-Source109:  scmlogs.py
-Source110:  svnfixtures.py
-Source111:  svntests.py
-Source112:  testassertions.py
-Source113:  testenv.py
-Source114:  test.py
-Source115:  utils.py
-Source116:  scm-wrapper
-
-Requires:   bzr
-Requires:   git
-Requires:   mercurial
-Requires:   subversion
+Url:https://github.com/openSUSE/obs-service-%{service}
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  bzr
 BuildRequires:  git
 BuildRequires:  mercurial
 BuildRequires:  python >= 2.6
 BuildRequires:  subversion
+Requires:   bzr
+Requires:   git
+Requires:   mercurial
+Requires:   subversion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -65,31 +43,31 @@
 
 It supports downloading from svn, git, hg and bzr repositories.
 
-
 %prep
-%setup -q -D -T 0 -n .
+%setup -q
 
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service
-install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
-install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service
+mkdir -p %{buildroot}%{_prefix}/lib/obs/service
+install -m 0755 tar_scm %{buildroot}%{_prefix}/lib/obs/service
+install -m 0644 tar_scm.service %{buildroot}%{_prefix}/lib/obs/service
 
-mkdir -p $RPM_BUILD_ROOT/etc/obs/services
-install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/etc/obs/services/%{service}
+mkdir -p %{buildroot}%{_sysconfdir}/obs/services
+install -m 0644 tar_scm.rc %{buildroot}%{_sysconfdir}/obs/services/%{service}
 
+%if 0%{?suse_version} >= 1220
 %check
-chmod +x $RPM_SOURCE_DIR/scm-wrapper
 : Running the test suite.  Please be patient - this takes a few minutes ...
-python $RPM_SOURCE_DIR/test.py
+python test.py
+%endif
 
 %files
 %defattr(-,root,root)
-%dir /usr/lib/obs
-/usr/lib/obs/service
-%dir /etc/obs
-%dir /etc/obs/services
-%config(noreplace) /etc/obs/services/*
+%dir %{_prefix

commit NetworkManager for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2012-12-07 14:43:18

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


Package is "NetworkManager", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2012-12-05 14:01:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2012-12-07 14:43:20.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  6 15:40:22 UTC 2012 - fcro...@suse.com
+
+- Update systemd-network-config.patch: ensure
+  NetworkManager.service is Before network.target (bnc#789421).
+
+---



Other differences:
--

++ systemd-network-config.patch ++
--- /var/tmp/diff_new_pack.xk39Zh/_old  2012-12-07 14:43:21.0 +0100
+++ /var/tmp/diff_new_pack.xk39Zh/_new  2012-12-07 14:43:21.0 +0100
@@ -1,14 +1,14 @@
-Index: NetworkManager-0.9.3.990/data/NetworkManager.service.in
+Index: NetworkManager-0.9.6.4/data/NetworkManager.service.in
 ===
 NetworkManager-0.9.3.990.orig/data/NetworkManager.service.in
-+++ NetworkManager-0.9.3.990/data/NetworkManager.service.in
-@@ -1,13 +1,14 @@
+--- NetworkManager-0.9.6.4.orig/data/NetworkManager.service.in
 NetworkManager-0.9.6.4/data/NetworkManager.service.in
+@@ -1,13 +1,15 @@
  [Unit]
  Description=Network Manager
  After=syslog.target
 -Wants=network.target
--Before=network.target
 +Wants=remote-fs.target network.target
+ Before=network.target
  
  [Service]
  Type=dbus
@@ -19,16 +19,16 @@
  # Suppress stderr to eliminate duplicated messages in syslog. NM calls 
openlog()
  # with LOG_PERROR when run in foreground. But systemd redirects stderr to
  # syslog by default, which results in logging each message twice.
-@@ -15,4 +16,4 @@ StandardError=null
+@@ -15,4 +17,4 @@ StandardError=null
  
  [Install]
  WantedBy=multi-user.target
 -Alias=dbus-org.freedesktop.NetworkManager.service
 +Also=NetworkManager-wait-online.service
-Index: NetworkManager-0.9.3.990/data/NetworkManager-wait-online.service.in
+Index: NetworkManager-0.9.6.4/data/NetworkManager-wait-online.service.in
 ===
 NetworkManager-0.9.3.990.orig/data/NetworkManager-wait-online.service.in
-+++ NetworkManager-0.9.3.990/data/NetworkManager-wait-online.service.in
+--- NetworkManager-0.9.6.4.orig/data/NetworkManager-wait-online.service.in
 NetworkManager-0.9.6.4/data/NetworkManager-wait-online.service.in
 @@ -7,7 +7,9 @@ Before=network.target
  
  [Service]

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



commit nepomuk-core for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:Factory 
checked in at 2012-12-07 14:43:11

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


Package is "nepomuk-core", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nepomuk-core/nepomuk-core.changes
2012-11-08 07:47:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.nepomuk-core.new/nepomuk-core.changes   
2012-12-07 14:43:14.0 +0100
@@ -1,0 +2,23 @@
+Sat Dec  1 20:12:25 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:59:18 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+  * New Nepomuk indexer which no longer requires strigi
+  * Nepomuk Backup rewritten from scratch
+  * New Nepomuk Tags KIO Slave
+  * Nepomuk KCM was rewritten
+  * Add Nepomukcleaner (application to port/clean invalid/legacy 
+data in Nepomuk)
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +28 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +34 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  nepomuk-core-4.9.3.tar.xz

New:

  nepomuk-core-4.9.90.tar.xz



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.6FzNiD/_old  2012-12-07 14:43:15.0 +0100
+++ /var/tmp/diff_new_pack.6FzNiD/_new  2012-12-07 14:43:15.0 +0100
@@ -22,19 +22,19 @@
 BuildRequires:  fdupes
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  libsoprano-devel
-BuildRequires:  lzma-devel
-BuildRequires:  shared-desktop-ontologies-devel
-BuildRequires:  soprano-backend-redland
-BuildRequires:  soprano-backend-virtuoso
-BuildRequires:  strigi-devel
+BuildRequires:  libpoppler-qt4-devel
+BuildRequires:  libsoprano-devel >= 2.7.56
+BuildRequires:  libtag-devel
+BuildRequires:  shared-desktop-ontologies-devel >= 0.10.0
+BuildRequires:  soprano-backend-redland >= 2.7.56
+BuildRequires:  soprano-backend-virtuoso >= 2.7.56
 BuildRequires:  xz
 BuildRequires:  xz-devel
 Summary:The KDE Nepomuk Core Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://nepomuk.kde.org/
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Source99:   nepomuk.png
@@ -65,12 +65,11 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
   install $RPM_SOURCE_DIR/nepomuk.png %{buildroot}%{_datadir}/pixmaps/
-  %if %suse_version > 1020
-  %fdupes -s $RPM_BUILD_ROOT
-  %endif
+  %suse_update_desktop_file -r nepomukcleaner Utility Archiving
+  %fdupes -s %{buildroot}
   %kde_post_install
 
 %post -p /sbin/ldconfig
@@ -83,21 +82,22 @@
 /usr/include/nepomuk2/
 %{_libdir}/cmake/NepomukCore/
 %{_libdir}/libnepomukcore.so
-%{_libdir}/libnepomuksync.so
 
 %files
 %defattr(-,root,root)
 %_kde4_bindir/nepomuk-simpleresource-rcgen
 %_kde4_bindir/nepomukbackup
+%_kde4_bindir/nepomukcleaner
 %_kde4_bindir/nepomukindexer
 %_kde4_bindir/nepomukserver
 %_kde4_bindir/nepomukservicestub
+%_kde4_bindir/nepomuk2-rcgen
 %_kde4_modulesdir/nepomuk*.so
 %{_libdir}/libnepomukcommon.so
 %{_libdir}/libnepomukcore.so.*
-%{_libdir}/libnepomuksync.so.*
 %{_libdir}/libkdeinit4_nepomukserver.so
 %{_kde4_applicationsdir}/nepomukbackup.desktop
+%{_kde4_applicationsdir}/nepomukcleaner.desktop
 %{_datadir}/autostart/nepomukserver.desktop
 %{_datadir}/dbus-1/interfaces/org.kde.nepomuk.*.xml
 %{_datadir}/dbus-1/interfaces/org.kde.NepomukServer.xml
@@ -106,6 +106,7 @@
 %{_kde4_appsdir}/nepomukstorage/
 %{_kde4_servicesdir}/nepomuk*.desktop
 %{_kde4_servicetypesdir}/nepomukservice.desktop
+%{_kde4_servicetypesdir}/nepomukextractor.desktop
 %{_datadir}/ontology/
 %{_datadir}/pixmaps/nepomuk.png
 


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



commit muparser for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package muparser for openSUSE:Factory 
checked in at 2012-12-07 14:43:00

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


Package is "muparser", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/muparser/muparser.changes2012-04-23 
09:15:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.muparser.new/muparser.changes   2012-12-07 
14:43:02.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 29 19:03:48 UTC 2012 - jeng...@inai.de
+
+- Updated homepage URL
+
+---



Other differences:
--
++ muparser.spec ++
--- /var/tmp/diff_new_pack.Prra1W/_old  2012-12-07 14:43:02.0 +0100
+++ /var/tmp/diff_new_pack.Prra1W/_new  2012-12-07 14:43:02.0 +0100
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   muparser
 %define lname  libmuparser2
 Summary:A math parser library
@@ -21,7 +23,7 @@
 Group:  Productivity/Scientific/Math
 Version:2.2.2
 Release:0
-Url:http://muparser.sf.net/
+Url:http://muparser.beltoforion.de/
 
 # quilt does not like zips very much. downloaded and repackaged.
 Source: %name-%version.tar.bz2
@@ -29,7 +31,11 @@
 Patch2:muparser-fix-undef.diff
 Patch3:muparser-optflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake gcc-c++ libtool pkgconfig
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 
 %description
 muParser is an extensible high performance math parser library written in

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



commit mono-qt4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory 
checked in at 2012-12-07 14:42:44

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


Package is "mono-qt4", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/mono-qt4/mono-qt4.changes2012-11-08 
07:47:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-qt4.new/mono-qt4.changes   2012-12-07 
14:42:50.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:03:07 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:51:18 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  qyoto-4.9.3.tar.xz

New:

  qyoto-4.9.90.tar.xz



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.WvQMPq/_old  2012-12-07 14:42:51.0 +0100
+++ /var/tmp/diff_new_pack.WvQMPq/_new  2012-12-07 14:42:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mono-qt4
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Mono Qt4 kdebindings library
 License:GPL-2.0+

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



commit mobipocket for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2012-12-07 14:42:25

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


Package is "mobipocket", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2012-11-08 
07:46:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2012-12-07 14:42:29.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:12:32 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:59:24 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kdegraphics-mobipocket-4.9.3.tar.xz

New:

  kdegraphics-mobipocket-4.9.90.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.8zkREd/_old  2012-12-07 14:42:29.0 +0100
+++ /var/tmp/diff_new_pack.8zkREd/_new  2012-12-07 14:42:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:E-book plugin for Okular
 License:GPL-2.0+
@@ -42,7 +42,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   %kde_post_install
 
 %files

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



commit mono-kde4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2012-12-07 14:42:33

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


Package is "mono-kde4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes  2012-11-08 
07:47:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2012-12-07 
14:42:36.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:02:59 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:51:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kimono-4.9.3.tar.xz

New:

  kimono-4.9.90.tar.xz



Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.8LyOPt/_old  2012-12-07 14:42:37.0 +0100
+++ /var/tmp/diff_new_pack.8LyOPt/_new  2012-12-07 14:42:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mono-kde4
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Kimono Mono-kde library
 License:LGPL-2.1+
@@ -56,7 +56,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   %kde_post_install
 
 %files

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



commit marble for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2012-12-07 14:42:18

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


Package is "marble", Maintainer is "marble"

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2012-11-08 
07:46:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2012-12-07 
14:42:22.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:09:17 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:56:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  marble-4.9.3.tar.xz

New:

  marble-4.9.90.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.JDHVxD/_old  2012-12-07 14:42:24.0 +0100
+++ /var/tmp/diff_new_pack.JDHVxD/_new  2012-12-07 14:42:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   marble
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+
@@ -33,7 +33,7 @@
 BuildRequires:  xz
 Requires:   %{name}-data = %{version}
 Requires:   libkeduvocdocument4
-Requires:   libmarblewidget14 = %{version}
+Requires:   libmarblewidget15 = %{version}
 Suggests:   %{name}-doc = %{version}
 Suggests:   libkeduvocdocument4
 Provides:   kde4-marble = 4.3.0
@@ -57,7 +57,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education Geography
   %kde_post_install
   %fdupes -s %{buildroot}
@@ -94,24 +94,25 @@
 %description doc
 Marble is a viewer of map data. This package contains its documentation.
 
-%package -n libmarblewidget14
+%package -n libmarblewidget15
 Summary:Generic map viewer: Shared Library
 Group:  Development/Libraries/KDE
 Recommends: %{name} = %{version}
 
-%description -n libmarblewidget14
+%description -n libmarblewidget15
 The shared library for the MarbleWidget shared library.
 
 %post   -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%post   -n libmarblewidget14 -p /sbin/ldconfig
+%post   -n libmarblewidget15 -p /sbin/ldconfig
 
-%postun -n libmarblewidget14 -p /sbin/ldconfig
+%postun -n libmarblewidget15 -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root)
+%doc BUGS CODING TODO
 %{_includedir}/marble/
 %{_kde4_libdir}/libmarblewidget.so
 %{_kde4_appsdir}/cmake/modules/FindMarble.cmake
@@ -124,28 +125,33 @@
 %defattr(-,root,root)
 %{_kde4_htmldir}/en/marble/
 
-%files -n libmarblewidget14
+%files -n libmarblewidget15
 %defattr(-,root,root)
 %{_kde4_libdir}/libmarblewidget.so.*
 
 %files
 %defattr(-,root,root)
+%doc CREDITS ChangeLog COPYING* LICENSE* MANIFESTO.txt
+%dir %{_kde4_libdir}/qt4/plugins/imports/org
+%dir %{_kde4_libdir}/qt4/plugins/imports/org/kde/
+%dir %{_kde4_libdir}/qt4/plugins/imports/org/kde/edu/
 %exclude %{_kde4_appsdir}/marble/data
-%{_kde4_appsdir}/marble/
 %{_kde4_applicationsdir}/marble.desktop
+%{_kde4_applicationsdir}/marble_gpx.desktop
+%{_kde4_applicationsdir}/marble_kml.desktop
+%{_kde4_applicationsdir}/marble_osm.desktop
+%{_kde4_appsdir}/marble/
 %{_kde4_bindir}/marble
 %{_kde4_bindir}/marble-touch
 %{_kde4_bindir}/routing-instructions
 %{_kde4_bindir}/tilecreator
 %{_kde4_configkcfgdir}/marble.kcfg
+%{_kde4_datadir}/mime/packages/geo.xml
 %{_kde4_iconsdir}/hicolor/*/apps/marble.*
+%{_kde4_libdir}/qt4/plugins/imports/org/kde/edu/marble/
 %{_kde4_modulesdir}/libmarble_part.so
 %{_kde4_modulesdir}/plasma_applet_worldclock.so
 %{_kde4_modulesdir}/plasma_runner_marble.so
-%dir %_kde4_libdir/qt4/plugins/imports/org
-%dir %_kde4_libdir/qt4/plugins/imports/org/kde/
-%dir %_kde4_libdir/qt4/plugins/imports/org/kde/edu/
-%_kde4_libdir/qt4/plugins/imports/org/kde/edu/marble/
 %{_kde4_modulesdir}/plugins/designer/*
 %{_kde4_modulesdir}/plugins/marble/
 %{_kde4_servicesdir}/*.desktop

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



commit libsolv for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2012-12-07 14:41:57

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


Package is "libsolv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2012-12-05 
13:57:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2012-12-07 
14:42:06.0 +0100
@@ -1,0 +2,9 @@
+Wed Dec  5 14:37:39 CET 2012 - m...@suse.de
+
+- many Selection improvements
+- fix perl binding memory issue
+- improve file list matching
+- support targeted up/dup with cleandeps
+- bump version to 0.2.2
+
+---

Old:

  libsolv-0.2.1.tar.bz2

New:

  libsolv-0.2.2.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.tJwpCE/_old  2012-12-07 14:42:07.0 +0100
+++ /var/tmp/diff_new_pack.tJwpCE/_new  2012-12-07 14:42:07.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   libsolv
-Version:0.2.1
+Version:0.2.2
 Release:0
 Url:git://gitorious.org/opensuse/libsolv.git
 Source: libsolv-%{version}.tar.bz2

++ libsolv-0.2.1.tar.bz2 -> libsolv-0.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.2.1/VERSION.cmake 
new/libsolv-0.2.2/VERSION.cmake
--- old/libsolv-0.2.1/VERSION.cmake 2012-11-30 16:53:53.0 +0100
+++ new/libsolv-0.2.2/VERSION.cmake 2012-12-05 14:38:04.0 +0100
@@ -49,5 +49,5 @@
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "2")
-SET(LIBSOLV_PATCH "1")
+SET(LIBSOLV_PATCH "2")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.2.1/bindings/solv.i 
new/libsolv-0.2.2/bindings/solv.i
--- old/libsolv-0.2.1/bindings/solv.i   2012-11-30 16:53:53.0 +0100
+++ new/libsolv-0.2.2/bindings/solv.i   2012-12-05 14:38:04.0 +0100
@@ -777,11 +777,14 @@
   static const Id SOLVER_WEAK = SOLVER_WEAK;
   static const Id SOLVER_ESSENTIAL = SOLVER_ESSENTIAL;
   static const Id SOLVER_CLEANDEPS = SOLVER_CLEANDEPS;
+  static const Id SOLVER_FORCEBEST = SOLVER_FORCEBEST;
+  static const Id SOLVER_TARGETED = SOLVER_TARGETED;
   static const Id SOLVER_SETEV = SOLVER_SETEV;
   static const Id SOLVER_SETEVR = SOLVER_SETEVR;
   static const Id SOLVER_SETARCH = SOLVER_SETARCH;
   static const Id SOLVER_SETVENDOR = SOLVER_SETVENDOR;
   static const Id SOLVER_SETREPO = SOLVER_SETREPO;
+  static const Id SOLVER_SETNAME = SOLVER_SETNAME;
   static const Id SOLVER_NOAUTOSET = SOLVER_NOAUTOSET;
   static const Id SOLVER_SETMASK = SOLVER_SETMASK;
 
@@ -830,10 +833,13 @@
   static const Id SELECTION_NAME = SELECTION_NAME;
   static const Id SELECTION_PROVIDES = SELECTION_PROVIDES;
   static const Id SELECTION_FILELIST = SELECTION_FILELIST;
-  static const Id SELECTION_GLOB = SELECTION_GLOB;
-  static const Id SELECTION_NOCASE = SELECTION_NOCASE;
+  static const Id SELECTION_CANON = SELECTION_CANON;
+  static const Id SELECTION_DOTARCH = SELECTION_DOTARCH;
+  static const Id SELECTION_REL = SELECTION_REL;
   static const Id SELECTION_INSTALLED_ONLY = SELECTION_INSTALLED_ONLY;
+  static const Id SELECTION_GLOB = SELECTION_GLOB;
   static const Id SELECTION_FLAT = SELECTION_FLAT;
+  static const Id SELECTION_NOCASE = SELECTION_NOCASE;
   static const Id SELECTION_SOURCE_ONLY = SELECTION_SOURCE_ONLY;
   static const Id SELECTION_WITH_SOURCE = SELECTION_WITH_SOURCE;
 
@@ -860,11 +866,11 @@
   bool isempty() {
 return $self->q.count == 0;
   }
-  void limit(Selection *lsel) {
+  void filter(Selection *lsel) {
 if ($self->pool != lsel->pool)
   queue_empty(&$self->q);
 else
-  selection_limit($self->pool, &$self->q, &lsel->q);
+  selection_filter($self->pool, &$self->q, &lsel->q);
   }
   void add(Selection *lsel) {
 if ($self->pool == lsel->pool)
@@ -1311,6 +1317,12 @@
   Selection *Selection() {
 return new_Selection($self);
   }
+  %newobject Selection_all;
+  Selection *Selection_all(int setflags=0) {
+Selection *sel = new_Selection($self);
+queue_push2(&sel->q, SOLVER_SOLVABLE_ALL | setflags, 0);
+return sel;
+  }
   %newobject select;
   Selection *select(const char *name, int flags) {
 Selection *sel = new_Selection($self);
@@ -1506,6 +1518,14 @@
 return new_XRepodata($self, 1);
   }
 
+  %newobject Selection;
+  Selection *Selection(int setflags=0) {
+Selection *sel = new_Selection($self->pool);
+setflags |= SOLVER_SETREPO;
+queue_push2(&sel->q, SOLVER_SOLVABLE_REPO | setflags, $self->repoid);
+return sel;
+  }
+
   bool __eq__(Rep

commit libpt2 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2012-12-07 14:41:23

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


Package is "libpt2", Maintainer is "dli...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes2012-10-03 
10:29:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes   2012-12-07 
14:41:27.0 +0100
@@ -1,0 +2,14 @@
+Mon Dec  3 19:46:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.10.9:
+  + Various SIP interoperability fixes.
+  + Added SIP Service-Route header support (RFC 3608).
+  + Various SIP/SIMPLE presence related fixes.
+  + Fixed registration to broken registrars.
+  + Unregister all accounts on quit.
+  + Publish offline presence on quit.
+  + Refresh NAT bindings with SIP OPTIONS requests.
+  + Support for DNS SRV caching.
+- Pass --enable-ipv6 to configure: enable IPv6 support.
+
+---

Old:

  ptlib-2.10.7.tar.xz

New:

  ptlib-2.10.9.tar.xz



Other differences:
--
++ libpt2.spec ++
--- /var/tmp/diff_new_pack.1bhNQp/_old  2012-12-07 14:41:28.0 +0100
+++ /var/tmp/diff_new_pack.1bhNQp/_new  2012-12-07 14:41:28.0 +0100
@@ -23,10 +23,10 @@
 
 Name:   libpt2
 %define _name   ptlib
-Version:2.10.7
+Version:2.10.9
 Release:0
-# FIXME: when upgrading, check if the dc plugin builds with the current 
version of libdc1394. - Last check: 2.10.7 / 23.8.2012
-%define _version 2_10_7
+# FIXME: when upgrading, check if the dc plugin builds with the current 
version of libdc1394. - Last check: 2.10.9 / 3.12.2012
+%define _version 2_10_9
 Summary:Portable Windows Library from Equivalence Pty. Ltd. version 2
 License:MPL-1.0
 Group:  System/Libraries
@@ -185,8 +185,9 @@
--enable-v4l \
 %endif
 %if %{build_avc}
-   --enable-avc
+   --enable-avc \
 %endif
+--enable-ipv6
 make %{?_smp_mflags} V=1
 
 %install

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



commit libproxy for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2012-12-07 14:41:13

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


Package is "libproxy", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes
2012-11-13 09:41:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2012-12-07 14:41:15.0 +0100
@@ -1,0 +2,8 @@
+Sun Dec  2 12:24:23 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.11:
+  + Build fixes with cmake 2.8.10+.
+  + Quick release without built binaries / files (bug#184).
+- Drop cmake-2.8.10-compat.diff: fixed upstream.
+
+---
libproxy.changes: same change

Old:

  cmake-2.8.10-compat.diff
  libproxy-0.4.10.tar.gz

New:

  libproxy-0.4.11.tar.gz



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.dgczGV/_old  2012-12-07 14:41:16.0 +0100
+++ /var/tmp/diff_new_pack.dgczGV/_new  2012-12-07 14:41:16.0 +0100
@@ -35,7 +35,7 @@
 Summary:Libproxy provides consistent proxy configuration to 
applications
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
-Version:0.4.10
+Version:0.4.11
 Release:0
 # FIXME: verify if test suite works - 0.4.10 has weird behavior in some cases, 
where the internal server times out.
 %if 0%{?build_snapshot}
@@ -47,8 +47,6 @@
 # Script used for automatic snapshot updates
 Source98:   update-from-svn.sh
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM cmake-2.8.10-compat.diff bnc#789219 cgiboude...@gmx.com 
-- Fix build with CMake >= 2.8.10, see  
http://mail.kde.org/pipermail/kde-buildsystem/2012-November/008948.html
-Patch0: cmake-2.8.10-compat.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -312,7 +310,6 @@
 
 %prep
 %setup -q -n %{_sourcename}
-%patch0
 mkdir build
 
 %build

libproxy.spec: same change
++ libproxy-0.4.10.tar.gz -> libproxy-0.4.11.tar.gz ++
 1979 lines of diff (skipped)

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



commit libpeas for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory checked 
in at 2012-12-07 14:40:53

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


Package is "libpeas", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libpeas/libpeas.changes  2012-10-19 
10:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpeas.new/libpeas.changes 2012-12-07 
14:40:57.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 25 19:28:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.6.2:
+  + Fix gjs single-include issues.
+  + Updated translations.
+
+---

Old:

  libpeas-1.6.1.tar.xz

New:

  libpeas-1.6.2.tar.xz



Other differences:
--
++ libpeas.spec ++
--- /var/tmp/diff_new_pack.lhKrzX/_old  2012-12-07 14:40:58.0 +0100
+++ /var/tmp/diff_new_pack.lhKrzX/_new  2012-12-07 14:40:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libpeas
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:GObject-based Plugin Engine
 License:LGPL-2.1+

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



commit libmygpo-qt for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libmygpo-qt for openSUSE:Factory 
checked in at 2012-12-07 14:40:29

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


Package is "libmygpo-qt", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libmygpo-qt/libmygpo-qt.changes  2012-10-26 
17:12:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmygpo-qt.new/libmygpo-qt.changes 
2012-12-07 14:40:31.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 25 22:33:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ libmygpo-qt.spec ++
--- /var/tmp/diff_new_pack.F1XUaC/_old  2012-12-07 14:40:31.0 +0100
+++ /var/tmp/diff_new_pack.F1XUaC/_new  2012-12-07 14:40:31.0 +0100
@@ -74,7 +74,7 @@
 
 %install
   cd build
-  %make_install
+  make DESTDIR=%{buildroot} install
   cd ..
 
 %post -n libmygpo-qt1 -p /sbin/ldconfig

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



commit libksane for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2012-12-07 14:40:21

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


Package is "libksane", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2012-11-08 
07:46:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2012-12-07 
14:40:30.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:04:41 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:52:50 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  libksane-4.9.3.tar.xz

New:

  libksane-4.9.90.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.on95Jv/_old  2012-12-07 14:40:31.0 +0100
+++ /var/tmp/diff_new_pack.on95Jv/_new  2012-12-07 14:40:31.0 +0100
@@ -41,7 +41,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,12 +60,9 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %kde_post_install
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
 %package -n libksane0
 Summary:KDE scan library
 Group:  Productivity/Graphics/Other

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



commit libkolab for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkolab for openSUSE:Factory 
checked in at 2012-12-07 14:40:01

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


Package is "libkolab", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes2012-09-20 
15:37:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes   2012-12-07 
14:40:04.0 +0100
@@ -1,0 +2,15 @@
+Tue Dec  4 11:17:43 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.0+ and LGPL-3.0+ and AGPL-3.0+
+  See kolabformat/xmlobject.*
+
+---
+Wed Nov 21 15:01:58 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 0.4.0
+  * New bindings to handle Kolab v2 format 
+  * License update LGPL-2.0+ and LGPL-3.0+
+  
+- Remove patch changeset-8886295.diff due to upstream inclusion
+
+---

Old:

  changeset-8886295.diff
  libkolab-0.3.1.tar.gz

New:

  libkolab-0.4.0.tar.gz



Other differences:
--
++ libkolab.spec ++
--- /var/tmp/diff_new_pack.mIsj7y/_old  2012-12-07 14:40:05.0 +0100
+++ /var/tmp/diff_new_pack.mIsj7y/_new  2012-12-07 14:40:05.0 +0100
@@ -14,17 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define SONAME 0
 Name:   libkolab
-Version:0.3.1
+Version:0.4.0
 Release:0
-License:LGPL-3.0+
 Summary:Conversions from/to KDE containers
-Url:http://wiki.kolab.org/Kolab_3.0_development#libkolab
+License:LGPL-2.0+ and LGPL-3.0+ and AGPL-3.0+
 Group:  Development/Libraries/C and C++
+Url:http://wiki.kolab.org/Kolab_3.0_development#libkolab
 Source: 
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM changeset-8886295.diff - vanmeeu...@kolabsys.com - Fix 
some #includes
-Patch0: changeset-8886295.diff
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libkolabxml-devel
 BuildRequires:  libxerces-c-devel
@@ -37,6 +38,7 @@
 
 %package -n %{name}%{SONAME}
 Summary:Conversions from/to KDE containers
+Group:  Development/Libraries/C and C++
 
 %description -n %{name}%{SONAME}
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -45,6 +47,7 @@
 
 %package devel
 Summary:Conversions from/to KDE containers
+Group:  Development/Libraries/C and C++
 Requires:   %{name}%{SONAME} = %{version}
 Requires:   libkdepimlibs4-devel
 Requires:   libkolabxml-devel
@@ -57,7 +60,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   export CXXFLAGS="%{optflags}"
@@ -76,7 +78,7 @@
 
 %install
   cd build
-  %make_install DESTDIR=%{buildroot}
+  make DESTDIR=%{buildroot} install
 
 %post -n %{name}%{SONAME} -p /sbin/ldconfig
 

++ libkolab-0.3.1.tar.gz -> libkolab-0.4.0.tar.gz ++
 2117 lines of diff (skipped)

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



commit libkipi for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2012-12-07 14:39:39

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


Package is "libkipi", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-11-08 
07:46:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2012-12-07 
14:39:41.0 +0100
@@ -1,0 +2,22 @@
+Sat Dec  1 20:03:19 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:32:21 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_6_branch.diff as it is not used at all
+
+---
+Sat Nov 24 12:51:33 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  *See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +27 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +33 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_6_BRANCH.diff
  libkipi-4.9.3.tar.xz

New:

  libkipi-4.9.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.kOQfl8/_old  2012-12-07 14:39:42.0 +0100
+++ /var/tmp/diff_new_pack.kOQfl8/_new  2012-12-07 14:39:42.0 +0100
@@ -41,10 +41,9 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
-Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q -n %{name}-%version
-%patch0
 
 %build
   %cmake_kde4 -d build
@@ -63,32 +61,29 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %kde_post_install
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
-%package -n libkipi9
+%package -n libkipi10
 Summary:KDE Image Plug-In Interface
 Group:  Development/Libraries/KDE
 %requires_ge  libqt4-x11
 
-%description -n libkipi9
+%description -n libkipi10
 This package provides a generic KDE image plug-in interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%files -n libkipi9
+%files -n libkipi10
 %defattr(-,root,root)
 %_kde4_appsdir/kipi/
 %_kde4_libdir/libkipi.so.*
 %_datadir/icons/hicolor/*/apps/kipi.png
 %_kde4_servicetypes/kipiplugin.desktop
 
-%post -n libkipi9 -p /sbin/ldconfig
+%post -n libkipi10 -p /sbin/ldconfig
 
-%postun -n libkipi9 -p /sbin/ldconfig
+%postun -n libkipi10 -p /sbin/ldconfig
 
 %package devel
 Summary:KDE Image Plugin Interface
@@ -96,7 +91,7 @@
 Provides:   libkipi6-devel = %version
 Obsoletes:  libkipi6-devel <= 4.1.87
 Requires:   libkde4-devel
-Requires:   libkipi9 = %version
+Requires:   libkipi10 = %version
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by

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



commit libkexiv2 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2012-12-07 14:39:27

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


Package is "libkexiv2", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2012-11-08 
07:46:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2012-12-07 
14:39:30.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:03:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:51:25 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  libkexiv2-4.9.3.tar.xz

New:

  libkexiv2-4.9.90.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.pVyArm/_old  2012-12-07 14:39:31.0 +0100
+++ /var/tmp/diff_new_pack.pVyArm/_new  2012-12-07 14:39:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libkexiv2
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+
@@ -44,10 +44,7 @@
 
 %install
   cd build
-  %make_install
-
-%clean
-  rm -rf %{buildroot}
+  %kde4_makeinstall
 
 %package -n libkexiv2-11
 Summary:Library to manipulate picture meta data

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



commit libkdegames for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2012-12-07 14:39:13

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


Package is "libkdegames", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2012-12-07 14:39:14.0 +0100
@@ -0,0 +1,921 @@
+---
+Thu Dec  6 14:14:41 UTC 2012 - idon...@suse.com
+
+- Add libkdegames-bnc793185.patch to remove potentially
+  problematically licensed files under carddesks/svg-konqi-modern
+
+---
+Sat Dec  1 20:39:40 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:19:27 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:23:22 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  *see http://www.kde.org/announcements/announce-4.10-beta1.php 
+  * Major cleanup and rewrite
+
+* Split off from kdegames4
+
+---
+Fri Nov  2 17:05:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/4.9.3/ for details
+
+---
+Sat Sep 29 10:36:05 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/4.9.2/ for details
+
+---
+Wed Sep 26 06:28:47 UTC 2012 - idon...@suse.com
+
+- Add explicit glu dependency
+
+---
+Wed Sep  5 12:03:01 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
+Mon Jul 30 16:50:37 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Fri Jun  1 13:52:20 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---
+Sun Apr 29 21:05:01 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---
+Sat Mar 31 11:05:40 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+
+---
+Fri Mar 30 01:12:41 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details
+
+---
+Sat Mar 24 19:00:45 UTC 2012 - dims...@opensuse.org
+
+- Add kdegames-gcc47.patch: Fix build with gcc 4.7.
+
+---
+Fri Mar  2 23:13:57 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---
+Wed Jan 18 21:04:13 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 18:44:25 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Wed Dec  7 10:57:15 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:57:50 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---
+Wed Nov  2 19:25:01 UTC 2011 - an...@opensuse.org
+
+- remove kde3 provides
+
+---
+Wed Nov  2 20:20:21 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.3
+  

commit libkdeedu4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2012-12-07 14:39:01

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


Package is "libkdeedu4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libkdeedu4/libkdeedu4.changes2012-11-08 
07:46:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2012-12-07 14:39:03.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:04:52 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:53:04 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  libkdeedu-4.9.3.tar.xz

New:

  libkdeedu-4.9.90.tar.xz



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.lmPFI8/_old  2012-12-07 14:39:04.0 +0100
+++ /var/tmp/diff_new_pack.lmPFI8/_new  2012-12-07 14:39:04.0 +0100
@@ -42,7 +42,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+
@@ -67,7 +67,7 @@
 
 %install
   cd build
-  %make_install
+  %kde4_makeinstall
   cd ..
   %kde_post_install
   %fdupes -s %{buildroot}
@@ -76,9 +76,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf %{buildroot}
-
 %package -n libkeduvocdocument4
 Summary:Library for KDE Education Applications
 Group:  System/GUI/KDE

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



commit libkdcraw for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2012-12-07 14:38:52

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


Package is "libkdcraw", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2012-11-08 
07:46:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2012-12-07 
14:38:55.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:03:26 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:51:39 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  *See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  libkdcraw-4.9.3.tar.xz

New:

  libkdcraw-4.9.90.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.o7suZc/_old  2012-12-07 14:38:56.0 +0100
+++ /var/tmp/diff_new_pack.o7suZc/_new  2012-12-07 14:38:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libkdcraw
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+
@@ -70,18 +70,18 @@
 
 %install
   cd build
-%make_install
+  %kde4_makeinstall
   %kde_post_install
 
 %clean
   rm -rf %{buildroot}
 
-%package -n libkdcraw21
+%package -n libkdcraw22
 Summary:Shared library interface around dcraw
 Group:  Development/Libraries/KDE
 %requires_ge  libqt4-x11
 
-%description -n libkdcraw21
+%description -n libkdcraw22
 Libkdcraw is a C++ interface around dcraw binary program used to decode
 RAW picture files.  The library documentation is available on header
 files.
@@ -89,20 +89,20 @@
 This library is used by kipi-plugins, digiKam and others kipi host
 programs.
 
-%files -n libkdcraw21
+%files -n libkdcraw22
 %defattr(-,root,root)
 %_kde4_appsdir/libkdcraw/
 %_kde4_libdir/libkdcraw.so.*
 %{_datadir}/icons/hicolor/*/apps/kdcraw.png
 
-%post -n libkdcraw21 -p /sbin/ldconfig
+%post -n libkdcraw22 -p /sbin/ldconfig
 
-%postun -n libkdcraw21 -p /sbin/ldconfig
+%postun -n libkdcraw22 -p /sbin/ldconfig
 
 %package devel
 Summary:Shared library interface around dcraw
 Group:  Development/Libraries/KDE
-Requires:   libkdcraw21 = %{version}
+Requires:   libkdcraw22 = %{version}
 Requires:   libkde4-devel
 
 %description devel

++ libraw-disable-mosaic-packs.patch ++
--- /var/tmp/diff_new_pack.o7suZc/_old  2012-12-07 14:38:56.0 +0100
+++ /var/tmp/diff_new_pack.o7suZc/_new  2012-12-07 14:38:56.0 +0100
@@ -1,8 +1,8 @@
 CMakeLists.txt 2011-06-22 16:54:21.0 +0200
-+++ CMakeLists.txt 2011-08-15 12:01:18.230200249 +0200
-@@ -136,12 +136,6 @@
- # Flag to debug LibRaw
- ADD_DEFINITIONS(-DDCRAW_VERBOSE)
+--- libraw/CMakeLists.txt  2012-11-14 17:43:02.0 +0100
 libraw/CMakeLists.txt  2012-11-24 19:05:49.467772291 +0100
+@@ -235,12 +235,6 @@
+ 
+ # -- Compile LibRaw library 

  
 -# Flag to include demosaic pack GPL2
 -ADD_DEFINITIONS(-DLIBRAW_DEMOSAIC_PACK_GPL2)
@@ -10,6 +10,6 @@
 -# Flag to include demosaic pack GPL3
 -ADD_DEFINITIONS(-DLIBRAW_DEMOSAIC_PACK_GPL3)
 -
- # LibRaw use C++ exception.
- ADD_DEFINITIONS(${KDE4_ENABLE_EXCEPTIONS})
+ # Flag to debug LibRaw
+ ADD_DEFINITIONS(-DDCRAW_VERBOSE)
  

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



commit libkcompactdisc4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2012-12-07 14:38:41

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


Package is "libkcompactdisc4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc4/libkcompactdisc4.changes
2012-11-08 07:46:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2012-12-07 14:38:44.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:10:38 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:58:05 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  libkcompactdisc-4.9.3.tar.xz

New:

  libkcompactdisc-4.9.90.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.yrIcV6/_old  2012-12-07 14:38:45.0 +0100
+++ /var/tmp/diff_new_pack.yrIcV6/_new  2012-12-07 14:38:45.0 +0100
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,14 +54,12 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %kde_post_install
 
 %post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
 
-%clean
-  rm -rf %{buildroot}
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)

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



commit libkcddb4 for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:Factory 
checked in at 2012-12-07 14:38:29

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


Package is "libkcddb4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb4/libkcddb4.changes  2012-11-19 
07:06:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2012-12-07 
14:38:32.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:10:43 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:58:12 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -17 +34 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  libkcddb-4.9.3.tar.xz

New:

  libkcddb-4.9.90.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.mHRYcq/_old  2012-12-07 14:38:33.0 +0100
+++ /var/tmp/diff_new_pack.mHRYcq/_new  2012-12-07 14:38:33.0 +0100
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,14 +53,12 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %kde_post_install
 
 %post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
 
-%clean
-  rm -rf %{buildroot}
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)

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



commit libindi for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2012-12-07 14:38:16

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


Package is "libindi", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2012-10-07 
19:15:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libindi.new/libindi.changes 2012-12-07 
14:38:18.0 +0100
@@ -1,0 +2,26 @@
+Wed Nov 28 19:56:10 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 0.9.6:
+  * Support for Starlight Xpress Adaptive Optics unit.
+  * Improved support for Startlight Xpress CCDs and Filter wheels.
+  * Support for Arduino boards, with customizable drivers for common
+observatory auxiliary devices.
+  * Support for GPUSB Guide Port Interface.
+  * Improved support for QSI CCDs and Filter wheels.
+  * Support for filters with absolute positioning.
+  * Support for cameras with guiding chip.
+  * Fixed INDI server FIFO CPU utilization bug.
+  * Fixed various bugs with v4l drivers due to code regression.
+  * Improved support for Mac OS X.
+  * Improved simulators.
+  * _REQUEST properties are now deprecated.
+  * Updated tutorials and API.
+- Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and
+  added a new one to fix some new "no-return-in-nonvoid-function" rpm
+  post-build check errors.
+- Added a patch (udev_rules_dir_configurable.patch) to make
+  "UDEVRULES_INSTALL_DIR" configurable.
+- Added pkgconfig(udev) as build requirement in order to install the udev rules
+  file in the correct directory.
+
+---

Old:

  libindi_0.9.5.tar.gz

New:

  libindi_0.9.6.tar.gz
  udev_rules_dir_configurable.patch



Other differences:
--
++ libindi.spec ++
--- /var/tmp/diff_new_pack.Cjcy6p/_old  2012-12-07 14:38:19.0 +0100
+++ /var/tmp/diff_new_pack.Cjcy6p/_new  2012-12-07 14:38:19.0 +0100
@@ -18,8 +18,10 @@
 
 %define so_ver 0
 
+%define _udevdir %(pkg-config --variable udevdir udev)
+
 Name:   libindi
-Version:0.9.5
+Version:0.9.6
 Release:0
 Summary:Instrument Neutral Distributed Interface
 License:GPL-2.0+ and LGPL-2.1+
@@ -28,11 +30,19 @@
 Source0:http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
 # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch 
asterios.dra...@gmail.com -- Fix "no-return-in-nonvoid-function" post-build 
check errors
 Patch0: no-return-in-nonvoid-function.patch
+# PATCH-FIX-UPSTREAM udev_rules_dir_configurable.patch 
asterios.dra...@gmail.com -- Make "UDEVRULES_INSTALL_DIR" configurable
+Patch1: udev_rules_dir_configurable.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libcfitsio-devel
 BuildRequires:  libfli-devel
 BuildRequires:  libnova-devel
+%if 0%{?suse_version} >= 1140
+BuildRequires:  pkgconfig(udev)
+%else
+BuildRequires:  pkg-config
+BuildRequires:  udev
+%endif
 BuildRequires:  libusb-devel
 BuildRequires:  zlib-devel
 Requires:   libindi%{so_ver} = %{version}
@@ -51,6 +61,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libindi%{so_ver} = %{version}
+Requires:   libindidriver%{so_ver} = %{version}
+Requires:   libindimain%{so_ver} = %{version}
 
 %description devel
 This package contains development files for libindi.
@@ -67,9 +79,34 @@
 capabilities and communicate with the device drivers and build a
 completely dynamic GUI based on the services provided by the device.
 
+%package -n libindidriver%{so_ver}
+Summary:Instrument Neutral Distributed Interface
+Group:  System/Libraries
+
+%description -n libindidriver%{so_ver}
+INDI is an Instrument Neutral Distributed Interface control protocol
+for astronomical devices, which provides a framework that decouples low
+level hardware drivers from high level front end clients. Clients that
+use the device drivers are completely unaware of the device
+capabilities and communicate with the device drivers and build a
+completely dynamic GUI based on the services provided by the device.
+
+%package -n libindimain%{so_ver}
+Summary:Instrument Neutral Distributed Interface
+Group:  System/Libraries
+
+%description -n libindimain%{so_ver}
+INDI is an Instrument Neutral Distributed Interface control protocol
+for astronomical devices, which provides a framework that decouples low
+level hardware drivers from high level front end clients. Clients that
+use the device drivers are completely unaware of the device
+capabilities and communicate with the device driver

commit libeigen2-devel for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libeigen2-devel for openSUSE:Factory 
checked in at 2012-12-07 14:38:08

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


Package is "libeigen2-devel", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libeigen2-devel/libeigen2-devel.changes  
2011-09-23 02:08:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libeigen2-devel.new/libeigen2-devel.changes 
2012-12-07 14:38:16.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ libeigen2-devel.spec ++
--- /var/tmp/diff_new_pack.o0L6Li/_old  2012-12-07 14:38:16.0 +0100
+++ /var/tmp/diff_new_pack.o0L6Li/_new  2012-12-07 14:38:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libeigen2-devel
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libeigen2-devel
-BuildRequires:  c++_compiler cmake doxygen kde4-filesystem pkg-config
-License:GPL-2.0+ ; LGPL-3.0+
-Group:  Development/Libraries/C and C++
+BuildRequires:  c++_compiler
+BuildRequires:  cmake
+BuildRequires:  doxygen
+BuildRequires:  kde4-filesystem
+BuildRequires:  pkg-config
 Summary:Lightweight linear algebra C++ template library
+License:GPL-2.0+ and LGPL-3.0+
+Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://eigen.tuxfamily.org/
 Version:2.0.16
-Release:3
+Release:0
 %define tar_ver 9ca09dbd70ce
 BuildArch:  noarch
 Source: eigen-%{version}.tar.bz2
@@ -44,7 +46,7 @@
 
 %install
   cd build
-  %makeinstall
+  make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)

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



commit libdrm for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-12-07 14:37:55

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


Package is "libdrm", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2012-10-03 
07:58:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2012-12-07 
14:38:04.0 +0100
@@ -1,0 +2,30 @@
+Tue Nov  6 00:37:44 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.4.40:
+  + radeon: add some new SI pci ids
+  + radeon: fix unused-function warning
+  + intel: Fix "properly test for HAS_LLC"
+  + intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1
+  + configure.ac: Allow forcible disabling of Cairo support
+  + intel: properly test for HAS_LLC
+  + fix make distcheck
+  + vmwgfx: No longer experimental
+  + intel: add support for ValleyView
+  + libdrm: man page infrastructure and a few sample man pages
+  + intel: Mark bo's exported to prime as not reusable
+  + libkms: link against libdrm
+  + radeon: don't take the stencil-specific codepath for buffers without
+stencil
+  + radeon: don't force stencil tile split to 0
+  + radeon: fix stencil miptree allocation of combined ZS buffers on EG and
+SI
+  + radeon: fix tile_split of 128-bit surface formats with 8x MSAA
+  + radeon: Fix layout of linear aligned mipmaps on SI.
+  + radeon: Memory footprint of SI mipmap base level is padded to powers of
+two.
+  + radeon: Sampling pitch for non-mipmaps seems padded to slice alignment
+on SI.
+  + initialize width/height fields in drmModeCrtc
+  + omap: release lock also on error paths
+
+---

Old:

  libdrm-2.4.39.tar.bz2

New:

  libdrm-2.4.40.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.5BMndo/_old  2012-12-07 14:38:05.0 +0100
+++ /var/tmp/diff_new_pack.5BMndo/_new  2012-12-07 14:38:05.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libdrm
 Url:http://dri.freedesktop.org/
-Version:2.4.39
+Version:2.4.40
 Release:0
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23 < %{version}
@@ -162,7 +162,7 @@
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 autoreconf -fi
-%configure --with-pic --enable-vmwgfx-experimental-api \
+%configure --with-pic \
 %ifarch %arm
   --enable-omap-experimental-api \
 %endif
@@ -229,6 +229,7 @@
 %_includedir/xf86drmMode.h
 %_libdir/libdrm*.so
 %_libdir/pkgconfig/libdrm*.pc
+%_mandir/man3/drm*
 
 %files -n libdrm2
 %defattr(-,root,root)

++ libdrm-2.4.39.tar.bz2 -> libdrm-2.4.40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.39/.gitignore new/libdrm-2.4.40/.gitignore
--- old/libdrm-2.4.39/.gitignore2012-08-24 17:04:17.0 +0200
+++ new/libdrm-2.4.40/.gitignore2012-11-06 01:23:53.0 +0100
@@ -42,6 +42,8 @@
 libdrm_intel.pc
 libdrm_nouveau.pc
 libdrm_radeon.pc
+libdrm_omap.pc
+libdrm_exynos.pc
 libkms.pc
 libtool
 ltmain.sh
@@ -76,3 +78,5 @@
 tests/modetest/modetest
 tests/kmstest/kmstest
 tests/vbltest/vbltest
+tests/radeon/radeon_ttm
+man/*.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.39/Makefile.am 
new/libdrm-2.4.40/Makefile.am
--- old/libdrm-2.4.39/Makefile.am   2012-08-24 17:04:17.0 +0200
+++ new/libdrm-2.4.40/Makefile.am   2012-11-06 01:23:53.0 +0100
@@ -49,7 +49,7 @@
 EXYNOS_SUBDIR = exynos
 endif
 
-SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) 
$(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) tests include
+SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) 
$(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) tests include man
 
 libdrm_la_LTLIBRARIES = libdrm.la
 libdrm_ladir = $(libdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.39/configure.ac 
new/libdrm-2.4.40/configure.ac
--- old/libdrm-2.4.39/configure.ac  2012-08-24 17:04:17.0 +0200
+++ new/libdrm-2.4.40/configure.ac  2012-11-06 01:23:53.0 +0100
@@ -20,7 +20,7 @@
 
 AC_PREREQ([2.63])
 AC_INIT([libdrm],
-[2.4.39],
+[2.4.40],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
 [libdrm])
 
@@ -35,6 +35,27 @@
 # Enable quiet compiles on automake 1.11.
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+if test x$LIB_MAN_SUFFIX = x; then
+LIB_MAN_SUFFIX=3
+fi
+if test x$LIB_MAN_DIR

commit kwordquiz for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2012-12-07 14:37:43

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


Package is "kwordquiz", Maintainer is "kwordquiz"

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2012-11-08 
07:46:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2012-12-07 
14:37:48.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:08:59 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:56:09 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kwordquiz-4.9.3.tar.xz

New:

  kwordquiz-4.9.90.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.mtw0Jo/_old  2012-12-07 14:37:49.0 +0100
+++ /var/tmp/diff_new_pack.mtw0Jo/_new  2012-12-07 14:37:49.0 +0100
@@ -30,7 +30,7 @@
 BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+
@@ -60,14 +60,11 @@
 
 %install
   cd build
-%make_install
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education Languages
   %kde_post_install
   %fdupes -s %{buildroot}
 
-%clean
-  rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit kwalletmanager for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2012-12-07 14:37:36

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


Package is "kwalletmanager", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes
2012-11-08 07:46:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2012-12-07 14:37:47.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  1 20:14:00 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:00:44 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_7_branch.diff removed (no content)
+
+ 
+
+---
@@ -5 +21 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +27 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_7_BRANCH.diff
  kwallet-4.9.3.tar.xz

New:

  kwallet-4.9.90.tar.xz



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.7EkP5l/_old  2012-12-07 14:37:47.0 +0100
+++ /var/tmp/diff_new_pack.7EkP5l/_new  2012-12-07 14:37:47.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   kwalletmanager
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kwallet-%{version}.tar.xz
-Patch0: 4_7_BRANCH.diff
 Patch1: desktop-files.diff
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  xz
@@ -36,7 +35,6 @@
 
 %prep
 %setup -q -n kwallet-%{version}
-%patch0
 %patch1
 
 %build

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



commit kturtle for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2012-12-07 14:37:13

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


Package is "kturtle", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2012-11-08 
07:46:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2012-12-07 
14:37:15.0 +0100
@@ -1,0 +2,19 @@
+Sat Dec  1 20:08:52 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:56:01 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_6_branch.diff removed (no content)
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +24 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +30 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_6_BRANCH.diff
  kturtle-4.9.3.tar.xz

New:

  kturtle-4.9.90.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.MkoPnS/_old  2012-12-07 14:37:16.0 +0100
+++ /var/tmp/diff_new_pack.MkoPnS/_new  2012-12-07 14:37:16.0 +0100
@@ -40,10 +40,9 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
-Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Requires:   libkeduvocdocument4
@@ -55,13 +54,8 @@
 KTurtle is an educational Logo programming environment.
 
 
-Authors:
-
-The KDE Team 
-
 %prep
 %setup -q -n %{name}-%version
-%patch0 -p0
 
 %build
 %ifarch ppc ppc64
@@ -72,16 +66,13 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education Math
   %kde_post_install
   %if %suse_version > 1020
-  %fdupes -s $RPM_BUILD_ROOT
+  %fdupes -s %{buildroot}
   %endif
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit ktuberling for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2012-12-07 14:36:58

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


Package is "ktuberling", Maintainer is "ktuberling"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2012-12-07 14:37:00.0 +0100
@@ -0,0 +1,25 @@
+---
+Thu Dec  6 08:12:47 UTC 2012 - idon...@suse.com
+
+- Add ktuberling-license-fix.patch to fix license problems
+  (Upstream commit 01eb6fccdb4fca)
+
+---
+Sat Dec  1 20:39:19 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:29:00 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:23:04 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split off from kdegames4 
+

New:

  ktuberling-4.9.90.tar.xz
  ktuberling-license-fix.patch
  ktuberling.changes
  ktuberling.spec



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

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


Name:   ktuberling
BuildRequires:  libkdegames-devel
BuildRequires:  xz
License:GPL-2.0+
Group:  Amusements/Toys/Other
Summary:Potato drawing editor
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:ktuberling-%{version}.tar.xz
# PATCH-FIX-UPSTREAM ktuberling-license-fix.patch Upstream commit 01eb6fccdb4fca
Patch1: ktuberling-license-fix.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Provides:   potatoguy = %{version}
Obsoletes:  potatoguy < %{version}
%kde4_runtime_requires

%description
KTuberling is a nice potato editor for kids. The game intended for
small children. Of course, it may be suitable for adults who have
remained young at heart. Eyes, mouths, mustache, and other parts of
face and goodies can be attached onto a potato-like guy.


%prep
%setup -q
%patch1 -p1

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r ktuberling  Game KidsGame
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/ktuberling
%{_kde4_htmldir}/en/ktuberling/
%{_kde4_applicationsdir}/ktuberling.desktop
%{_kde4_iconsdir}/hicolor/*/apps/ktuberling.*
%{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-tuberling.*
%{_kde4_appsdir}/ktuberling/

%changelog
++ ktuberling-license-fix.patch ++
commit 01eb6fccdb4fca437e78f6f6b0845e20455831a8
Author: Alex Fiestas 
Date:   Tue Dec 4 10:28:36 2012 +0100

When I wrote this I forgot to add a header with the licence

diff --git a/playgrounddelegate.cpp b/playgrounddelegate.cpp
index 02aca5f..ae2bed1 100644
--- a/playgrounddelegate.cpp
+++ b/playgrounddelegate.cpp
@@ -1,21 +1,20 @@
-/*
-
-Copyright (C)   
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see .
-
-*/
+/***

commit ktouch for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2012-12-07 14:36:45

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


Package is "ktouch", Maintainer is "ktouch"

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2012-11-08 
07:46:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2012-12-07 
14:36:47.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  1 20:08:43 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:55:48 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php 
+  * Smart resizing of training screen 
+  * Show course descriptions in course selector
+  * Show message when keyboard layout visualization isn't available
+due missing data
+
+---
@@ -5 +21 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +27 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  ktouch-4.9.3.tar.xz

New:

  ktouch-4.9.90.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.mCaXEk/_old  2012-12-07 14:36:48.0 +0100
+++ /var/tmp/diff_new_pack.mCaXEk/_new  2012-12-07 14:36:48.0 +0100
@@ -47,7 +47,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+
@@ -77,16 +77,13 @@
 
 %install
   cd build
-%make_install
+  %kde4_makeinstall
   %suse_update_desktop_file %{name}   Education X-KDE-Edu-Teaching
   %kde_post_install
   %if 0%{?suse_version} > 1020
   %fdupes -s %{buildroot}
   %endif
 
-%clean
-  rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -100,5 +97,9 @@
 %_kde4_appsdir/ktouch/
 %_kde4_sharedir/config.kcfg/ktouch.kcfg
 %_kde4_mandir/man1/ktouch.1.gz
+%dir %_kde4_modulesdir/imports/
+%dir %_kde4_modulesdir/imports/org/
+%dir %_kde4_modulesdir/imports/org/kde/
+%_kde4_modulesdir/imports/org/kde/ktouch/
 
 %changelog

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



commit ktimer for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2012-12-07 14:36:26

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


Package is "ktimer", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2012-11-08 
07:45:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2012-12-07 
14:36:28.0 +0100
@@ -1,0 +2,14 @@
+Sat Dec  1 20:13:52 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:00:36 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_7_branch.diff removed (no content)
+
+---
@@ -5 +19 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +25 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_7_BRANCH.diff
  ktimer-4.9.3.tar.xz

New:

  ktimer-4.9.90.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.IlU9Ha/_old  2012-12-07 14:36:29.0 +0100
+++ /var/tmp/diff_new_pack.IlU9Ha/_new  2012-12-07 14:36:29.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   ktimer
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:ktimer-%{version}.tar.xz
-Patch0: 4_7_BRANCH.diff
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +34,6 @@
 
 %prep
 %setup -q -n ktimer-%{version}
-%patch0
 
 %build
 %cmake_kde4 -d build
@@ -43,7 +41,7 @@
 
 %install
 cd build
-%make_install
+%kde4_makeinstall
 %suse_update_desktop_file ktimer Utility TimeUtility
 %kde_post_install
 

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



commit ksudoku for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2012-12-07 14:36:15

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


Package is "ksudoku", Maintainer is "kde-maintain...@suse.de"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2012-12-07 
14:36:16.0 +0100
@@ -0,0 +1,20 @@
+---
+Sat Dec  1 20:39:08 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:24:54 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:22:53 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php 
+  * Add a simple Print facility for KSudoku puzzles
+
+- Split off from kdegames4
+

New:

  ksudoku-4.9.90.tar.xz
  ksudoku.changes
  ksudoku.spec



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

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


Name:   ksudoku
BuildRequires:  libkdegames-devel
BuildRequires:  xz
BuildRequires:  pkgconfig(glu)
License:GPL-2.0+
Group:  Amusements/Games/Board/Puzzle
Summary:Generate and Solve Sudoku puzzles in 2D or 3D
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:ksudoku-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KSudoku is a program that can generate and solve sudoku puzzles. The
word Sudoku means "single number in an alloted place" in Japanese. Some
cells are filled with a number at the beginnning: the remaining are to
be filled by the player using numbers from 1 to 9, without repeating a
number twice on each column, row, or subsquare.


%prep
%setup -q -n ksudoku-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -G "Sudoku Puzzles" ksudoku Game LogicGame 
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/ksudoku
%{_kde4_htmldir}/en/ksudoku/
%{_kde4_applicationsdir}/ksudoku.desktop
%{_kde4_iconsdir}/hicolor/*/apps/ksudoku.*
%{_kde4_appsdir}/ksudoku/
%{_kde4_configdir}/ksudokurc

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



commit kstars for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2012-12-07 14:36:05

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


Package is "kstars", Maintainer is "kstars"

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2012-11-08 
07:45:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2012-12-07 
14:36:08.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:08:17 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:55:26 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kstars-4.9.3.tar.xz

New:

  kstars-4.9.90.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.lxNrfs/_old  2012-12-07 14:36:09.0 +0100
+++ /var/tmp/diff_new_pack.lxNrfs/_new  2012-12-07 14:36:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

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



commit ksquares for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2012-12-07 14:35:51

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


Package is "ksquares", Maintainer is "ksquares"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2012-12-07 
14:35:52.0 +0100
@@ -0,0 +1,19 @@
+---
+Sat Dec  1 20:39:01 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:20:51 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:22:45 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 
+

New:

  ksquares-4.9.90.tar.xz
  ksquares.changes
  ksquares.spec



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

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


Name:   ksquares
BuildRequires:  libkdegames-devel
BuildRequires:  xz
License:GPL-2.0+
Group:  Amusements/Games/Action/Arcade
Summary:Strategic board game
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:ksquares-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KSquares is an implementation of the popular paper based game squares.
You must draw lines to complete squares, the player with the most
squares wins. You can play with up to 4 players, any number of which
may be controlled by the computer.


%prep
%setup -q -n ksquares-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r ksquares  Game BoardGame
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/ksquares
%{_kde4_htmldir}/en/ksquares/
%{_kde4_applicationsdir}/ksquares.desktop
%{_kde4_iconsdir}/hicolor/*/apps/ksquares.*
%{_kde4_appsdir}/ksquares/
%{_kde4_configkcfgdir}/ksquares.kcfg

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



commit kspaceduel for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2012-12-07 14:35:36

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


Package is "kspaceduel", Maintainer is "kde-maintain...@suse.de"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2012-12-07 14:35:40.0 +0100
@@ -0,0 +1,18 @@
+---
+Sat Dec  1 20:38:55 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:35:38 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:22:40 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  kspaceduel-4.9.90.tar.xz
  kspaceduel.changes
  kspaceduel.spec



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

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


Name:   kspaceduel
BuildRequires:  libkdegames-devel
BuildRequires:  xz
License:GPL-2.0+
Group:  Amusements/Games/Action/Arcade
Summary:Space Arcade game
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:kspaceduel-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KSpaceduel is a space arcade game for two players. However, one player
can be controlled by the computer. Each player controls a satellite
that flies around the sun. While doing so both players try not to
collide with anything but shoot at the other space ship.


%prep
%setup -q -n kspaceduel-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %makeinstall
  %suse_update_desktop_file -r kspaceduel  Game ArcadeGame
  %kde_post_install

%clean
  rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kspaceduel
%{_kde4_htmldir}/en/kspaceduel/
%{_kde4_applicationsdir}/kspaceduel.desktop
%{_kde4_iconsdir}/hicolor/*/apps/kspaceduel.*
%{_kde4_appsdir}/kspaceduel/
%{_kde4_configkcfgdir}/kspaceduel.kcfg

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



commit ksnapshot for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory 
checked in at 2012-12-07 14:35:23

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


Package is "ksnapshot", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ksnapshot/ksnapshot.changes  2012-11-08 
07:45:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksnapshot.new/ksnapshot.changes 2012-12-07 
14:35:32.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:04:32 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:52:44 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  ksnapshot-4.9.3.tar.xz

New:

  ksnapshot-4.9.90.tar.xz



Other differences:
--
++ ksnapshot.spec ++
--- /var/tmp/diff_new_pack.48IUHN/_old  2012-12-07 14:35:32.0 +0100
+++ /var/tmp/diff_new_pack.48IUHN/_new  2012-12-07 14:35:32.0 +0100
@@ -29,7 +29,7 @@
 %else
 BuildRequires:  sane-backends
 %endif
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Screen Capture Program
 License:GPL-2.0+
@@ -53,7 +53,7 @@
 
 %install
   cd build
-%make_install
+  %kde4_makeinstall
   cd ..
   %suse_update_desktop_file -r ksnapshot  Utility DesktopUtility
   %kde_post_install
@@ -62,9 +62,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %_kde4_bindir/ksnapshot

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



commit ksirk for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2012-12-07 14:34:53

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


Package is "ksirk", Maintainer is "ksirk"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2012-12-07 
14:34:54.0 +0100
@@ -0,0 +1,24 @@
+---
+Thu Dec  6 13:08:43 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  See e.g. ksirk/Gamelogic/aiColson.cpp
+
+---
+Sat Dec  1 20:38:33 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:26:27 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:22:22 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4

New:

  ksirk-4.9.90.tar.xz
  ksirk.changes
  ksirk.spec



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

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


Name:   ksirk
BuildRequires:  libkdegames-devel
BuildRequires:  libqca2-devel
BuildRequires:  xz
License:GPL-2.0
Group:  Amusements/Games/Strategy/Turn Based
Summary:Risk-like game for KDE
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:ksirk-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KsirK is a computerized version of a well known strategy game.


%prep
%setup -q -n ksirk-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  rm %{buildroot}%{_kde4_libdir}/libiris_ksirk.so
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/ksirk
%{_kde4_bindir}/ksirkskineditor
%{_kde4_htmldir}/en/ksirk/
%{_kde4_htmldir}/en/ksirkskineditor/
%{_kde4_applicationsdir}/ksirk.desktop
%{_kde4_applicationsdir}/ksirkskineditor.desktop
%{_kde4_iconsdir}/hicolor/*/apps/ksirk.*
%{_kde4_iconsdir}/locolor/*/apps/ksirk.*
%{_kde4_appsdir}/ksirk/
%{_kde4_appsdir}/ksirkskineditor/
%{_kde4_libdir}/libiris_ksirk.so.*
%{_kde4_configkcfgdir}/ksirk*.kcfg
%{_kde4_configdir}/ksirk.knsrc


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



commit kshisen for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2012-12-07 14:34:42

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


Package is "kshisen", Maintainer is "kshisen"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2012-12-07 
14:34:43.0 +0100
@@ -0,0 +1,18 @@
+---
+Sat Dec  1 20:38:25 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:37:13 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:22:07 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+- Package was split of from kdegames4

New:

  kshisen-4.9.90.tar.xz
  kshisen.changes
  kshisen.spec



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

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


Name:   kshisen
BuildRequires:  libkdegames-devel
BuildRequires:  libkmahjongg-devel
BuildRequires:  xz
License:GPL-2.0+
Group:  Amusements/Games/Board/Other
Summary:Shisen-Sho Mahjongg-like game
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:kshisen-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the
game is to remove all tiles from the field. This is done by removing
two tiles with of the same type until no tile is left.



%prep
%setup -q -n kshisen-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r kshisen  Game BoardGame
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kshisen
%{_kde4_htmldir}/en/kshisen/
%{_kde4_applicationsdir}/kshisen.desktop
%{_kde4_iconsdir}/hicolor/*/apps/kshisen.*
%{_kde4_appsdir}/kshisen/
%{_kde4_configkcfgdir}/kshisen.kcfg
%{_datadir}/sounds/kshisen/

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



commit kscd for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kscd for openSUSE:Factory checked in 
at 2012-12-07 14:34:30

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


Package is "kscd", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kscd/kscd.changes2012-11-08 
07:45:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes   2012-12-07 
14:34:36.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:11:02 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:58:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kscd-4.9.3.tar.xz

New:

  kscd-4.9.90.tar.xz



Other differences:
--
++ kscd.spec ++
--- /var/tmp/diff_new_pack.kldCBC/_old  2012-12-07 14:34:36.0 +0100
+++ /var/tmp/diff_new_pack.kldCBC/_new  2012-12-07 14:34:36.0 +0100
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Players
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +46,7 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %suse_update_desktop_file kscd   AudioVideo Player CD
   %kde_post_install
 
@@ -54,9 +54,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %{_kde4_bindir}/kscd

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



commit ksaneplugin for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package ksaneplugin for openSUSE:Factory 
checked in at 2012-12-07 14:34:21

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


Package is "ksaneplugin", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ksaneplugin/ksaneplugin.changes  2012-11-08 
07:45:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksaneplugin.new/ksaneplugin.changes 
2012-12-07 14:34:24.0 +0100
@@ -1,0 +2,19 @@
+Sat Dec  1 20:04:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:52:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_6_branch.diff removed (no content)
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +24 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +30 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_6_BRANCH.diff
  ksaneplugin-4.9.3.tar.xz

New:

  ksaneplugin-4.9.90.tar.xz



Other differences:
--
++ ksaneplugin.spec ++
--- /var/tmp/diff_new_pack.YkgW78/_old  2012-12-07 14:34:25.0 +0100
+++ /var/tmp/diff_new_pack.YkgW78/_new  2012-12-07 14:34:25.0 +0100
@@ -30,10 +30,9 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
-Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -42,7 +41,6 @@
 
 %prep
 %setup -q -n %{name}-%version
-%patch0
 
 %build
   %cmake_kde4 -d build
@@ -50,16 +48,13 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %kde_post_install
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
 %files 
 %defattr(-,root,root)
 %_kde4_modulesdir/ksaneplugin.so

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



commit kruler for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2012-12-07 14:34:07

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


Package is "kruler", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2012-11-08 
07:45:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2012-12-07 
14:34:12.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:04:27 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:52:38 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kruler-4.9.3.tar.xz

New:

  kruler-4.9.90.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.btEyay/_old  2012-12-07 14:34:13.0 +0100
+++ /var/tmp/diff_new_pack.btEyay/_new  2012-12-07 14:34:13.0 +0100
@@ -26,7 +26,7 @@
 Provides:   kde4-kruler = 4.3.0
 Obsoletes:  kde4-kruler < 4.3.0
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %suse_update_desktop_file -r kruler Utility DesktopUtility
   %kde_post_install
 
@@ -52,9 +52,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %_kde4_bindir/kruler

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



commit kross-interpreters for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2012-12-07 14:33:35

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


Package is "kross-interpreters", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2012-11-08 07:45:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2012-12-07 14:33:42.0 +0100
@@ -1,0 +2,17 @@
+Sat Dec  1 20:10:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:58:19 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +22 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +28 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  kross-interpreters-4.9.3.tar.xz

New:

  kross-interpreters-4.9.90.tar.xz



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.mucP1j/_old  2012-12-07 14:33:43.0 +0100
+++ /var/tmp/diff_new_pack.mucP1j/_new  2012-12-07 14:33:43.0 +0100
@@ -26,7 +26,7 @@
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: kross-interpreters-ruby19.patch
@@ -68,7 +68,7 @@
 
 %install
   cd build
-  %makeinstall
+  make DESTDIR=%{buildroot} install
 
 %files -n kross-python
 %defattr(-,root,root)

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



commit kremotecontrol for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2012-12-07 14:33:13

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


Package is "kremotecontrol", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2012-11-08 07:45:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2012-12-07 14:33:14.0 +0100
@@ -1,0 +2,14 @@
+Sat Dec  1 20:13:44 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:00:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- patch 4_7_branch.diff removed (no content)
+
+---
@@ -5 +19 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +25 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_7_BRANCH.diff
  kremotecontrol-4.9.3.tar.xz

New:

  kremotecontrol-4.9.90.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.JqLyoJ/_old  2012-12-07 14:33:15.0 +0100
+++ /var/tmp/diff_new_pack.JqLyoJ/_new  2012-12-07 14:33:15.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   kremotecontrol
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:kremotecontrol-%{version}.tar.xz
-Patch0: 4_7_BRANCH.diff
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  xz
 Provides:   kdelirc = %{version}
@@ -52,7 +51,6 @@
 
 %prep
 %setup -q -n kremotecontrol-%{version}
-%patch0
 
 %build
 %cmake_kde4 -d build
@@ -60,7 +58,7 @@
 
 %install
 cd build
-%make_install
+%kde4_makeinstall
 %kde_post_install
 
 %post -n liblibkremotecontrol1 -p /sbin/ldconfig

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



commit kpat for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2012-12-07 14:33:00

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


Package is "kpat", Maintainer is "kpat"

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2012-12-07 
14:33:03.0 +0100
@@ -0,0 +1,18 @@
+---
+Sat Dec  1 20:38:08 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:33:01 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+
+---
+Sat Nov 24 13:21:37 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+- Package was split of from kdegames4 

New:

  kpat-4.9.90.tar.xz
  kpat.changes
  kpat.spec



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

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


Name:   kpat
BuildRequires:  libkdegames-devel
BuildRequires:  xz
License:GPL-2.0+
Group:  Amusements/Games/Board/Card
Summary:Patience card game
Url:http://www.kde.org
Version:4.9.90
Release:1
Source0:kpat-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
KPatience is a collection of various patience games known all over the
world. It includes Klondike, Freecell, Yukon, Forty and Eight and many
more. The game has nice graphics and many different carddecks.

%prep
%setup -q -n kpat-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %kde4_makeinstall
  %suse_update_desktop_file -r kpat  Game CardGame
  %kde_post_install

%files 
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/kpat
%{_kde4_htmldir}/en/kpat/
%{_kde4_applicationsdir}/kpat.desktop
%{_kde4_iconsdir}/hicolor/*/apps/kpat.*
%{_kde4_appsdir}/kpat/
%{_kde4_libdir}/libkcardgame.so
%{_kde4_configkcfgdir}/kpat.kcfg
%{_kde4_configdir}/kcardtheme.knsrc
%{_kde4_configdir}/kpat.knsrc
%{_datadir}/mime/packages/kpatience.xml

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



  1   2   3   >