commit MozillaFirefox for openSUSE:11.4

2012-02-01 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.4
checked in at Wed Feb 1 21:09:17 CET 2012.




--- old-versions/11.4/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-12-23 21:27:53.0 +0100
+++ 11.4/MozillaFirefox/MozillaFirefox.changes  2012-02-01 14:20:23.0 
+0100
@@ -1,0 +2,29 @@
+Mon Jan 30 09:41:59 UTC 2012 - w...@rosenauer.org
+
+- update to Firefox 10.0 (bnc#744275)
+  * MFSA 2012-01/CVE-2012-0442/CVE-2012-0443
+Miscellaneous memory safety hazards
+  * MFSA 2012-03/CVE-2012-0445 (bmo#701071)
+ element exposed across domains via name attribute
+  * MFSA 2012-04/CVE-2011-3659 (bmo#708198)
+Child nodes from nsDOMAttribute still accessible after removal
+of nodes
+  * MFSA 2012-05/CVE-2012-0446 (bmo#705651)
+Frame scripts calling into untrusted objects bypass security
+checks
+  * MFSA 2012-06/CVE-2012-0447 (bmo#710079)
+Uninitialized memory appended when encoding icon images may
+cause information disclosure
+  * MFSA 2012-07/CVE-2012-0444 (bmo#719612)
+Potential Memory Corruption When Decoding Ogg Vorbis files
+  * MFSA 2012-08/CVE-2012-0449 (bmo#701806, bmo#702466)
+Crash with malformed embedded XSLT stylesheets
+- KDE integration has been disabled since it needs refactoring
+- removed obsolete ppc64 patch
+
+---
+Sun Jan 22 12:08:07 UTC 2012 - joop.boo...@opensuse.org
+
+- Disable neon for arm as it doesn't build correctly
+
+---

calling whatdependson for 11.4-i586


Old:

  firefox-9.0.1-source.tar.bz2
  l10n-9.0.1.tar.bz2
  mozilla-ppc64.patch

New:

  firefox-10.0-source.tar.bz2
  l10n-10.0.tar.bz2
  mozilla-disable-neon-option.patch



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.4Xrh6L/_old  2012-02-01 21:07:27.0 +0100
+++ /var/tmp/diff_new_pack.4Xrh6L/_new  2012-02-01 21:07:27.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package MozillaFirefox
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2011 Wolfgang Rosenauer
+#   2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 #
 
 
-%define major 9
+%define major 10
 %define mainver %major.0
 
 Name:   MozillaFirefox
@@ -45,9 +45,9 @@
 BuildRequires:  mozilla-nspr-devel >= 4.8.9
 BuildRequires:  mozilla-nss-devel >= 3.13.1
 BuildRequires:  nss-shared-helper-devel
-Version:%{mainver}.1
+Version:%{mainver}
 Release:0.
-%define releasedate 2011122000
+%define releasedate 2012012900
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}
@@ -86,8 +86,8 @@
 Patch10:mozilla-dump_syms-static.patch
 Patch11:mozilla-sle11.patch
 Patch12:mozilla-linux3.patch
-Patch13:mozilla-ppc64.patch
-Patch14:mozilla-a11y.patch
+Patch13:mozilla-a11y.patch
+Patch14:mozilla-disable-neon-option.patch
 # Firefox/browser
 Patch31:firefox-browser-css.patch
 Patch32:firefox-cross-desktop.patch
@@ -209,7 +209,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
+#%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
@@ -225,10 +225,10 @@
 %patch31 -p1
 %patch32 -p1
 %if %suse_version >= 1110
-%patch33 -p1
+#%patch33 -p1
 %endif
 %if %suse_version >= 1140
-%patch34 -p1
+#%patch34 -p1
 %endif
 %patch38 -p1
 %patch39 -p1
@@ -241,11 +241,11 @@
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find . -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
 #
-kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define 
KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
-if test "$kdehelperversion" != %{kde_helper_version}; then
-  echo fix kde helper version in the .spec file
-  exit 1
-fi
+#kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define 
KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
+#if test "$kdehelperversion" != %{kde_helper_version}; then
+#  echo fix kde helper version in the .spec file
+#  exit 1
+#fi
 source %{SOURCE5}
 export MOZ_SOURCE_STAMP=$REV
 export SOURCE_REPO=$REPO
@@ -283,7 +283,7 @@
 ac_add_options --disable-debug
 ac_add_options --enable-startup-notification
 #ac_add_options --enable-chrome-format=jar
-ac_add_options --enable-update-channel=default
+ac_add_options --enable-update-channel=release
 EOF
 %if %suse_version > 1130
 cat << EOF >> $MOZCONFIG
@@ -306,6 +306,12 @@
 ac_add_options --disable-crashreporter
 EOF
 %endif
+# Disable neon for arm as it does not build correctly
+%ifarch %arm
+cat << EOF >> $MOZCONFIG
+ac_add_options --disable-neon
+EOF
+%e

commit MozillaThunderbird for openSUSE:11.4

2012-02-01 Thread h_root

Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:11.4
checked in at Wed Feb 1 19:38:10 CET 2012.




--- old-versions/11.4/UPDATES/all/MozillaThunderbird/MozillaThunderbird.changes 
2011-12-20 21:16:20.0 +0100
+++ 11.4/MozillaThunderbird/MozillaThunderbird.changes  2012-02-01 
09:43:16.0 +0100
@@ -1,0 +2,15 @@
+Sun Jan 29 18:16:29 UTC 2012 - w...@rosenauer.org
+
+- security update to 3.1.18 (bnc#744275)
+  * MFSA 2012-01/CVE-2012-0442/CVE-2012-0443
+Miscellaneous memory safety hazards
+  * MFSA 2012-02/CVE-2011-3670 (bmo#504014)
+  * MFSA 2012-04/CVE-2011-3659 (bmo#708198)
+Child nodes from nsDOMAttribute still accessible after removal
+of nodes
+  * MFSA 2012-07/CVE-2012-0444 (bmo#719612)
+Potential Memory Corruption When Decoding Ogg Vorbis files
+  * MFSA 2012-08/CVE-2012-0449 (bmo#701806, bmo#702466)
+Crash with malformed embedded XSLT stylesheets
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-3.1.17.tar.bz2
  thunderbird-3.1.17-source.tar.bz2

New:

  l10n-3.1.18.tar.bz2
  thunderbird-3.1.18-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.vimjJo/_old  2012-02-01 19:37:37.0 +0100
+++ /var/tmp/diff_new_pack.vimjJo/_new  2012-02-01 19:37:37.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2011 Wolfgang Rosenauer 
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#   2006-2012 Wolfgang Rosenauer 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   MozillaThunderbird
@@ -26,10 +25,10 @@
 BuildRequires:  nss-shared-helper-devel
 %endif
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
-%define mainversion 3.1.17
+%define mainversion 3.1.18
 Version:%{mainversion}
 Release:0.
-%define releasedate 2011121600
+%define releasedate 2012012400
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 Url:http://www.mozilla.org/products/thunderbird/

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.vimjJo/_old  2012-02-01 19:37:38.0 +0100
+++ /var/tmp/diff_new_pack.vimjJo/_new  2012-02-01 19:37:38.0 +0100
@@ -2,8 +2,8 @@
 
 
 BRANCH="releases/comm-1.9.2" # comm-central
-RELEASE_TAG="THUNDERBIRD_3_1_17_RELEASE"
-VERSION="3.1.17"
+RELEASE_TAG="THUNDERBIRD_3_1_18_RELEASE"
+VERSION="3.1.18"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-3.1.17.tar.bz2 -> l10n-3.1.18.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaThunderbird/l10n-3.1.17.tar.bz2 
11.4/MozillaThunderbird/l10n-3.1.18.tar.bz2 differ: char 11, line 1

++ thunderbird-3.1.17-source.tar.bz2 -> thunderbird-3.1.18-source.tar.bz2 
++
old-versions/11.4/UPDATES/all/MozillaThunderbird/thunderbird-3.1.17-source.tar.bz2
 11.4/MozillaThunderbird/thunderbird-3.1.18-source.tar.bz2 differ: char 11, 
line 1

continue with "q"...



Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:11.4

2012-02-01 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.4
checked in at Wed Feb 1 19:37:20 CET 2012.




--- 
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-12-20 21:13:41.0 +0100
+++ 11.4/mozilla-xulrunner192/mozilla-xulrunner192.changes  2012-02-01 
09:36:41.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan 25 11:48:35 UTC 2012 - w...@rosenauer.org
+
+- security update to 1.9.2.26 (bnc#744275)
+  * MFSA 2012-01/CVE-2012-0442/CVE-2012-0443
+Miscellaneous memory safety hazards
+  * MFSA 2012-02/CVE-2011-3670 (bmo#504014)
+  * MFSA 2012-04/CVE-2011-3659 (bmo#708198)
+Child nodes from nsDOMAttribute still accessible after removal
+of nodes
+  * MFSA 2012-07/CVE-2012-0444 (bmo#719612)
+Potential Memory Corruption When Decoding Ogg Vorbis files
+  * MFSA 2012-08/CVE-2012-0449 (bmo#701806, bmo#702466)
+Crash with malformed embedded XSLT stylesheets
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-1.9.2.25.tar.bz2
  xulrunner-source-1.9.2.25.tar.bz2

New:

  l10n-1.9.2.26.tar.bz2
  xulrunner-source-1.9.2.26.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.LMK6qS/_old  2012-02-01 19:36:28.0 +0100
+++ /var/tmp/diff_new_pack.LMK6qS/_new  2012-02-01 19:36:28.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package mozilla-xulrunner192
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2011 Wolfgang Rosenauer
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#   2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,12 +47,12 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-Version:1.9.2.25
+Version:1.9.2.26
 Release:0.
-%define releasedate 2011121600
-%define version_internal 1.9.2.25
+%define releasedate 2012012400
+%define version_internal 1.9.2.26
 %define apiversion 1.9.2
-%define uaweight 192250
+%define uaweight 192260
 Summary:Mozilla Runtime Environment 1.9.2
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.LMK6qS/_old  2012-02-01 19:36:28.0 +0100
+++ /var/tmp/diff_new_pack.LMK6qS/_new  2012-02-01 19:36:28.0 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_25_RELEASE"
-VERSION="1.9.2.25"
+RELEASE_TAG="FIREFOX_3_6_26_RELEASE"
+VERSION="1.9.2.26"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.25.tar.bz2 -> l10n-1.9.2.26.tar.bz2 ++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.25.tar.bz2 
11.4/mozilla-xulrunner192/l10n-1.9.2.26.tar.bz2 differ: char 11, line 1

++ xulrunner-source-1.9.2.25.tar.bz2 -> xulrunner-source-1.9.2.26.tar.bz2 
++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.25.tar.bz2
 11.4/mozilla-xulrunner192/xulrunner-source-1.9.2.26.tar.bz2 differ: char 11, 
line 1

continue with "q"...



Remember to have fun...

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



commit logrotate for openSUSE:11.4

2012-02-01 Thread h_root

Hello community,

here is the log from the commit of package logrotate for openSUSE:11.4
checked in at Wed Feb 1 19:36:22 CET 2012.




--- old-versions/11.4/UPDATES/all/logrotate/logrotate.changes   2011-05-16 
11:35:22.0 +0200
+++ 11.4/logrotate/logrotate.changes2012-01-31 16:13:15.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 31 15:06:42 UTC 2012 - lnus...@suse.de
+
+- Backport svn rev 317, 358-360 (bnc#677335)
+  - don't accept service owned log directories anymore
+  - don't run external programs with uid != euid
+- switch euid back to root before running external scripts
+- run compressors and shred as unprivileged user
+  - add O_NOFOLLOW when opening files as safeguard against symlink tricks
+  - add "su" config option
+
+---

calling whatdependson for 11.4-i586


New:

  logrotate-3.7.9-su.diff



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.yREUGh/_old  2012-02-01 19:34:01.0 +0100
+++ /var/tmp/diff_new_pack.yREUGh/_new  2012-02-01 19:34:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package logrotate
 #
-# 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
@@ -24,7 +24,7 @@
 BuildRequires:  libselinux-devel
 Summary:Rotate, Compress, Remove, and Mail System Log Files
 Version:3.7.9
-Release:6.
+Release:6.
 License:GPLv2+
 Group:  System/Base
 Source: %{name}-%{version}.tar.bz2
@@ -37,6 +37,7 @@
 Patch5: logrotate-CVE-2011-1098.patch
 Patch6: logrotate-shred-CVE-2011-1154.patch
 Patch7: logrotate-CVE-2011-1155.patch
+Patch8: logrotate-3.7.9-su.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq /bin/rm /bin/mv
 Requires:   bzip2 cron
@@ -67,6 +68,7 @@
 %patch5 -p1
 %patch6
 %patch7
+%patch8 -p1
 
 %build
 make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes

++ logrotate-3.7.9-su.diff ++
>From 2ceb9af5b48bacd8c7327a8b9b1c42848c24cdd9 Mon Sep 17 00:00:00 2001
From: jkaluza 
Date: Wed, 9 Mar 2011 09:41:46 +
Subject: [PATCH logrotate] Backport svn rev 317, 358-360 (bnc#677335)

- don't accept service owned log directories anymore
- don't run external programs with uid != euid
  - switch euid back to root before running external scripts
  - run compressors and shred as unprivileged user
- add O_NOFOLLOW when opening files as safeguard against symlink tricks
- add "su" config option
---
 config.c|   45 ++
 logrotate.8 |5 ++
 logrotate.c |  143 +-
 logrotate.h |3 +
 4 files changed, 183 insertions(+), 13 deletions(-)

diff --git a/config.c b/config.c
index 652cbe9..f2ad04e 100644
--- a/config.c
+++ b/config.c
@@ -440,6 +440,8 @@ int readAllConfigPaths(const char **paths)
.createMode = NO_MODE,
.createUid = NO_UID,
.createGid = NO_GID,
+   .suUid = 0,
+   .suGid = 0,
.compress_options_list = NULL,
.compress_options_count = 0
 };
@@ -752,6 +754,49 @@ static int readConfigFile(const char *configFile, struct 
logInfo *defConfig)
newlog->flags &= ~LOG_FLAG_MAILFIRST;
 
*endtag = oldchar, start = endtag;
+   } else if (!strcmp(start, "su")) {
+   *endtag = oldchar, start = endtag;
+
+   endtag = start;
+   while (*endtag != '\n')
+   endtag++;
+   while (isspace(*endtag))
+   endtag--;
+   endtag++;
+   oldchar = *endtag, *endtag = '\0';
+
+   rc = sscanf(start, "%200s %200s%c", createOwner,
+   createGroup, &foo);
+   if (rc == 3) {
+   message(MESS_ERROR, "%s:%d extra arguments for "
+   "su\n", configFile, lineNum);
+   return 1;
+   }
+
+   if (rc > 0) {
+   pw = getpwnam(createOwner);
+   if (!pw) {
+   message(MESS_ERROR, "%s:%d unknown user '%s'\n",
+   configFile, lineNum, createOwner);
+   return 1;
+   }
+   newlog->suUid = pw->pw_uid;
+   endpwent();
+   }
+   if (rc > 1) {
+   group = getgrnam(createGroup);
+   if (!group) {
+   message(MESS_ERROR, "%s:%d unknown group '%s'\n",
+   confi

commit MozillaFirefox for openSUSE:11.4

2012-02-01 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.4
checked in at Wed Feb 1 19:33:52 CET 2012.




--- old-versions/11.4/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-12-20 21:07:16.0 +0100
+++ 11.4/MozillaFirefox/MozillaFirefox.changes  2011-12-23 21:27:53.0 
+0100
@@ -1,0 +2,6 @@
+Fri Dec 23 17:02:01 UTC 2011 - w...@rosenauer.org
+
+- update to Firefox 9.0.1
+  * (strongparent) parentNode of element gets lost (bmo#335998)
+
+---

calling whatdependson for 11.4-i586


Old:

  firefox-9.0-source.tar.bz2
  l10n-9.0.tar.bz2

New:

  firefox-9.0.1-source.tar.bz2
  l10n-9.0.1.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.pcaSft/_old  2012-02-01 19:31:19.0 +0100
+++ /var/tmp/diff_new_pack.pcaSft/_new  2012-02-01 19:31:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -45,9 +45,9 @@
 BuildRequires:  mozilla-nspr-devel >= 4.8.9
 BuildRequires:  mozilla-nss-devel >= 3.13.1
 BuildRequires:  nss-shared-helper-devel
-Version:%{mainver}
+Version:%{mainver}.1
 Release:0.
-%define releasedate 2011121600
+%define releasedate 2011122000
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.pcaSft/_old  2012-02-01 19:31:19.0 +0100
+++ /var/tmp/diff_new_pack.pcaSft/_new  2012-02-01 19:31:19.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_9_0_RELEASE"
-VERSION="9.0"
+RELEASE_TAG="FIREFOX_9_0_1_RELEASE"
+VERSION="9.0.1"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ firefox-9.0-source.tar.bz2 -> firefox-9.0.1-source.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaFirefox/firefox-9.0-source.tar.bz2 
11.4/MozillaFirefox/firefox-9.0.1-source.tar.bz2 differ: char 11, line 1


++ l10n-9.0.tar.bz2 -> l10n-9.0.1.tar.bz2 ++
old-versions/11.4/UPDATES/all/MozillaFirefox/l10n-9.0.tar.bz2 
11.4/MozillaFirefox/l10n-9.0.1.tar.bz2 differ: char 11, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.pcaSft/_old  2012-02-01 19:31:20.0 +0100
+++ /var/tmp/diff_new_pack.pcaSft/_new  2012-02-01 19:31:20.0 +0100
@@ -1,2 +1,2 @@
-REV=34852484d0ae
+REV=c4405d7a95f6
 REPO=http://hg.mozilla.org/releases/mozilla-release

continue with "q"...



Remember to have fun...

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



commit puppet for openSUSE:11.4

2012-02-01 Thread h_root

Hello community,

here is the log from the commit of package puppet for openSUSE:11.4
checked in at Wed Feb 1 19:30:56 CET 2012.




--- old-versions/11.4/UPDATES/all/puppet/puppet.changes 2011-11-08 
17:38:45.0 +0100
+++ 11.4/puppet/puppet.changes  2012-02-01 16:37:50.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 13:35:57 UTC 2012 - vci...@suse.com
+
+- correct ownership of dirs in /var (bnc#739361)
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.fdZzEs/_old  2012-02-01 19:28:22.0 +0100
+++ /var/tmp/diff_new_pack.fdZzEs/_new  2012-02-01 19:28:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package puppet
 #
-# 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,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
 Version:2.6.4
-Release:4.
-License:GPLv2+
-Group:  Productivity/Networking/System
+Release:4.
 Url:http://reductivelabs.com/projects/puppet/
 Source: %{name}-%{version}.tar.bz2
 Source1:puppetmaster.fw
@@ -54,6 +51,8 @@
 BuildRequires:  ruby >= 1.8.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A network tool for managing many disparate systems
+License:GPL-2.0+
+Group:  Productivity/Networking/System
 
 %description
 Puppet lets you centrally manage every important aspect of your system
@@ -65,10 +64,10 @@
 
 
 %package server
-License:GPLv2+
-Group:  Productivity/Networking/System
+
 PreReq: puppet = %{version}-%{release} %insserv_prereq %fillup_prereq
 Summary:A network tool for managing many disparate systems
+Group:  Productivity/Networking/System
 
 %description server
 Puppet lets you centrally manage every important aspect of your system
@@ -100,9 +99,9 @@
 mkdir -p $RPM_BUILD_ROOT/etc/puppet
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 mkdir -p $RPM_BUILD_ROOT/sbin
-mkdir -p $RPM_BUILD_ROOT/var/lib/puppet
-#mkdir -p $RPM_BUILD_ROOT/var/run/puppet
-mkdir -p $RPM_BUILD_ROOT/var/log/puppet
+install -d -m0755 %{buildroot}%{_localstatedir}/lib/puppet
+install -d -m0755 %{buildroot}%{_localstatedir}/run/puppet
+install -d -m0750 %{buildroot}%{_localstatedir}/log/puppet
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
 install -m0644 conf/redhat/puppet.conf $RPM_BUILD_ROOT/etc/puppet/puppet.conf
 install -m0644 conf/auth.conf $RPM_BUILD_ROOT/etc/puppet/auth.conf
@@ -165,9 +164,6 @@
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/*
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet.rb
 %dir /etc/puppet
-%dir /var/lib/puppet
-%dir /var/log/puppet
-#%dir /var/run/puppet
 %config /etc/puppet/puppet.conf
 %config /etc/puppet/auth.conf
 %{_mandir}/man?/*
@@ -177,10 +173,12 @@
 %config %{_fwdefdir}/puppet
 /var/adm/fillup-templates/sysconfig.puppet
 /var/adm/update-messages/%{name}-%{version}-%{release}-CVE-2011-3872.msg.txt
+%dir %attr(-, puppet, puppet) %{_localstatedir}/log/puppet
+%dir %attr(-, puppet, puppet) %{_localstatedir}/lib/puppet
+%ghost %dir %attr(-, puppet, puppet) %{_localstatedir}/run/puppet
 
 %files server
 %defattr(-, root, root, 0755)
-%dir %attr(755,root,root) /var/lib/puppet
 %{_sbindir}/puppetmasterd
 %{_sbindir}/puppetrun
 /etc/init.d/puppetmasterd

continue with "q"...



Remember to have fun...

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



commit yast2-pam for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-pam for openSUSE:Factory 
checked in at 2012-02-01 13:17:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yast2-pam/yast2-pam.changes  2012-01-26 
14:19:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-pam.new/yast2-pam.changes 2012-02-01 
13:17:39.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 15:46:30 CET 2012 - jsuch...@suse.cz
+
+- do not use MD5 as fallback (bnc#743715)
+- 2.22.1 
+
+---

Old:

  yast2-pam-2.22.0.tar.bz2

New:

  yast2-pam-2.22.1.tar.bz2



Other differences:
--
++ yast2-pam.spec ++
--- /var/tmp/diff_new_pack.kZf8E4/_old  2012-02-01 13:17:48.0 +0100
+++ /var/tmp/diff_new_pack.kZf8E4/_new  2012-02-01 13:17:48.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   yast2-pam
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-pam-2.22.0.tar.bz2 -> yast2-pam-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-2.22.0/VERSION new/yast2-pam-2.22.1/VERSION
--- old/yast2-pam-2.22.0/VERSION2012-01-25 08:46:15.0 +0100
+++ new/yast2-pam-2.22.1/VERSION2012-01-31 15:46:51.0 +0100
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-2.22.0/src/Autologin.ycp 
new/yast2-pam-2.22.1/src/Autologin.ycp
--- old/yast2-pam-2.22.0/src/Autologin.ycp  2012-01-25 08:45:49.0 
+0100
+++ new/yast2-pam-2.22.1/src/Autologin.ycp  2012-01-25 08:47:19.0 
+0100
@@ -25,7 +25,7 @@
  * Author: Jiri Suchomel 
  * Flags:  Stable
  *
- * $Id: Autologin.ycp 66461 2011-10-17 08:00:33Z jsuchome $
+ * $Id: Autologin.ycp 67275 2012-01-25 07:47:17Z jsuchome $
  */
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-2.22.0/src/Nsswitch.ycp 
new/yast2-pam-2.22.1/src/Nsswitch.ycp
--- old/yast2-pam-2.22.0/src/Nsswitch.ycp   2012-01-25 08:45:51.0 
+0100
+++ new/yast2-pam-2.22.1/src/Nsswitch.ycp   2012-01-25 08:47:19.0 
+0100
@@ -25,7 +25,7 @@
  * Authors:Jiri Suchomel 
  * Flags:  Stable
  *
- * $Id: Nsswitch.ycp 31244 2006-06-01 13:06:03Z jsuchome $
+ * $Id: Nsswitch.ycp 67275 2012-01-25 07:47:17Z jsuchome $
  */
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-2.22.0/src/Pam.ycp 
new/yast2-pam-2.22.1/src/Pam.ycp
--- old/yast2-pam-2.22.0/src/Pam.ycp2012-01-25 08:45:54.0 +0100
+++ new/yast2-pam-2.22.1/src/Pam.ycp2012-01-25 08:47:19.0 +0100
@@ -25,7 +25,7 @@
  * Authors:Jiri Suchomel 
  * Flags:  Unstable
  *
- * $Id: Pam.ycp 62260 2010-07-15 11:30:52Z jsuchome $
+ * $Id: Pam.ycp 67275 2012-01-25 07:47:17Z jsuchome $
  *
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-2.22.0/src/PamSettings.ycp 
new/yast2-pam-2.22.1/src/PamSettings.ycp
--- old/yast2-pam-2.22.0/src/PamSettings.ycp2012-01-25 08:45:52.0 
+0100
+++ new/yast2-pam-2.22.1/src/PamSettings.ycp2012-01-30 16:22:06.0 
+0100
@@ -25,7 +25,7 @@
  * Authors:Jiri Suchomel 
  * Flags:  Unstable
  *
- * $Id: PamSettings.ycp 57400 2009-06-02 20:39:28Z jsuchome $
+ * $Id: PamSettings.ycp 67275 2012-01-25 07:47:17Z jsuchome $
  *
  */
 
@@ -50,8 +50,8 @@
  */
 global define string GetHashMethod () {
 string m = (string) SCR::Read (.etc.default.passwd.crypt);
-if (m == nil || m == "")
-   m   = "md5";
+if (m == nil)
+m = "";
 return m;
 }
 

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



commit sudo for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2012-02-01 13:17:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2012-01-26 
16:00:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2012-02-01 
13:17:32.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 12:30:58 UTC 2012 - vci...@suse.com
+
+- update to 1.8.3p2
+  * Fixed a format string vulnerability when the sudo binary
+(or a symbolic link to the sudo binary) contains printf
+format escapes and the -D (debugging) flag is used.
+
+---

Old:

  sudo-1.8.3p1.tar.gz

New:

  sudo-1.8.3p2.tar.gz



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.Xpbnvu/_old  2012-02-01 13:17:35.0 +0100
+++ /var/tmp/diff_new_pack.Xpbnvu/_new  2012-02-01 13:17:35.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sudo
-Version:1.8.3p1
+Version:1.8.3p2
 Release:0
 Summary:Execute some commands as root
 License:BSD-3-Clause

++ sudo-1.8.3p1.tar.gz -> sudo-1.8.3p2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.3p1/ChangeLog new/sudo-1.8.3p2/ChangeLog
--- old/sudo-1.8.3p1/ChangeLog  2011-10-25 21:15:38.0 +0200
+++ new/sudo-1.8.3p2/ChangeLog  2012-01-24 22:17:30.0 +0100
@@ -1,3 +1,17 @@
+2012-01-24  Todd C. Miller  
+
+   * src/sudo.c:
+   Fixed a format string vulnerability when the sudo binary (or a 
+   symbolic link to the sudo binary) contains printf format escapes
+   and the -D (debugging) flag is used.
+
+2012-01-13  Todd C. Miller  
+
+   * sudo.pp:
+   Include parent directories in case they don't already exist. This
+   fixes a directory permissions problem with the AIX package when the
+   /usr/local directories don't already exist.
+
 2011-10-25  Todd C. Miller  
 
* plugins/sudoers/Makefile.in:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.3p1/NEWS new/sudo-1.8.3p2/NEWS
--- old/sudo-1.8.3p1/NEWS   2011-10-25 20:58:26.0 +0200
+++ new/sudo-1.8.3p2/NEWS   2012-01-24 20:33:06.0 +0100
@@ -1,3 +1,9 @@
+What's new in Sudo 1.8.3p2?
+
+ * Fixed a format string vulnerability when the sudo binary (or a
+   symbolic link to the sudo binary) contains printf format escapes
+   and the -D (debugging) flag is used.
+
 What's new in Sudo 1.8.3p1?
 
  * Fixed a crash in the monitor process on Solaris when NOPASSWD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.3p1/configure new/sudo-1.8.3p2/configure
--- old/sudo-1.8.3p1/configure  2011-10-25 16:11:54.0 +0200
+++ new/sudo-1.8.3p2/configure  2012-01-24 20:34:13.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for sudo 1.8.3p1.
+# Generated by GNU Autoconf 2.68 for sudo 1.8.3p2.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='sudo'
 PACKAGE_TARNAME='sudo'
-PACKAGE_VERSION='1.8.3p1'
-PACKAGE_STRING='sudo 1.8.3p1'
+PACKAGE_VERSION='1.8.3p2'
+PACKAGE_STRING='sudo 1.8.3p2'
 PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/'
 PACKAGE_URL=''
 
@@ -1446,7 +1446,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 sudo 1.8.3p1 to adapt to many kinds of systems.
+\`configure' configures sudo 1.8.3p2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1511,7 +1511,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of sudo 1.8.3p1:";;
+ short | recursive ) echo "Configuration of sudo 1.8.3p2:";;
esac
   cat <<\_ACEOF
 
@@ -1728,7 +1728,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sudo configure 1.8.3p1
+sudo configure 1.8.3p2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2432,7 +2432,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sudo $as_me 1.8.3p1, which was
+It was created by sudo $as_me 1.8.3p

commit samba for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2012-02-01 13:17:18

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


Package is "samba", Maintainer is "samba-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2012-01-06 
11:46:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2012-02-01 
13:17:22.0 +0100
@@ -1,0 +2,202 @@
+Sun Jan 29 21:06:24 UTC 2012 - lmue...@suse.de
+
+- Fix memory leak in parent smbd on connection; CVE-2012-0817; (bso#8724);
+  (bnc#743986).
+
+---
+Thu Jan 26 14:15:38 UTC 2012 - lmue...@suse.de
+
+- Use spdx.org compliant license names for all packages.
+
+---
+Wed Jan 25 20:16:10 UTC 2012 - lmue...@suse.de
+
+- Update to 3.6.2.
+  + Make Winbind receive user/group information (bug #8371).
+  + Several SMB2 fixes.
+  + Fix a crash bug in the spoolss code.
+  + Add new contributing FAQ announcing acceptance of corporate (C).
+
+  + DeletePrinterDriverEx deletes files in use; (bso#4942); (bnc#742504).
+  + Fix cli_write_and_x() against OS/2 print shares; (bso#5326).
+  + Fix 'smbclient tar' for files greater than 8GB on BE machines; (bso#563);
+(bnc#726145).
+  + Remove pointless use_memory_krb5_ccache; (bso#7465).
+  + Fix perl path; (bso#8176).
+  + Grant credits in async interim responses (SMB2); (bso#8357).
+  + Make Winbind receive user/group information; (bso#8371).
+  + Fix Windows XP clients crashing smbd process every once in a while;
+(bso#8384); (bnc#731571).
+  + Make VFS op "streaminfo" stackable; (bso#8419).
+  + Add an allocation pool to idmap_autorid; (bso#8444).
+  + Fix SEGFAULT from net registry export on not zero terminated REG_SZ
+values; (bso#8528).
+  + Make DSO_EXPORTS_CMD more portable; (bso#8531).
+  + readlink() on Linux clients fails if the symlink target is outside of the
+share; (bso#8541).
+  + smbclient posix_open command fails to return correct info on open file;
+(bso#8542).
+  + winbind_samlogon_retry_loop ignores logon_parameters flags; (bso#8548).
+  + Fix setting the machine account password; (bso#8550).
+  + Make SMB2 handle compound request headers in the same way as Windows;
+(bso#8560).
+  + Password change settings not fully observed; (bso#8561).
+  + Fix double free error in talloc; (bso#8562).
+  + Fix alignment in the non-extended-security negprot; (bso#8573).
+  + Add systemd service files; (bso#8575).
+  + Add systemd service files; (bso#8575).
+  + smb2_flush: Don't send uninitialized memory; (bso#8579).
+  + Enable inotify if sys or kernel inotify is available; (bso#8580).
+  + Increase a debug level; (bso#8585).
+  + libsmb: Only align unicode pipe_name; (bso#8586).
+  + Fix marshalling of samr_ChangePasswordUser3; (bso#8591).
+  + Don't limit the number of open dptrs for SMB2; (bso#8592).
+  + Fix a crash bug in cldap_socket_recv_dgram(); (bso#8593).
+  + Make cldap work over IPv6; (bso#8600).
+  + Fix intermittent print job failures caused by character conversion errors;
+(bso#8606).
+  + Improve configure.in so it can be used outside the Samba source tree;
+(bso#8607).
+  + Winbind: Don't fail on users without a uid; (bso#8608).
+  + Ensure we correctly calculate reply credits over all returned SMB2
+replies; (bso#8614).
+  + Fix migrate printer code; (bso#8618).
+  + Fix crash bug when trying to browse Samba printers; (bso#8623).
+  + libsmb: Don't duplicate Kerberos service tickets; (bso#8628).
+  + POSIX ACE x permission becomes rx following mapping to and from a DACL;
+(bso#8631).
+  + When returning an ACL without SECINFO_DACL requested, we still set
+SEC_DESC_DACL_PRESENT in the type field; (bso#8636).
+  + Fix the vfs_commit module; (bso#8639).
+  + Add an update function for Winbind cache; (bso#8643).
+  + vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries
+on a directory with no stored ACL; (bso#8644).
+  + Document the "ignore system acls" option of vfs_acl_xattr and vfs_acl_tdb
+vfs modules; (bso#8652).
+  + Fix deleting a symlink if the symlink target is outside of the share;
+(bso#8663).
+  + Fix renaming a symlink if the symlink target is outside of the share;
+(bso#8664).
+  + Fix NT ACL issue; (bso#8673).
+  + Fix buffer overflow issue with AES encryption in samba traffic analyzer;
+(bso#8674).
+  + Fix Winbind segfault if we can't map the last user; (bso#8678).
+  + recvfile code path using splice() on Linux leaves data in the pipe on
+short write; (bso#8679).
+  + Try ctdbd_init_connection() as root; (bso#8684).
+  + Packet validation checks can be done before length valida

commit openmpi for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2012-02-01 13:17:03

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


Package is "openmpi", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2011-12-27 
18:38:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2012-02-01 
13:17:08.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 29 17:55:52 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+- Package missing files to fix build error
+- Remove unexplained s390 exclude, use ExclusiveArch instead
+  based upon asm files list
+
+---
+Thu Jan 12 17:18:06 CET 2012 - p...@suse.de
+
+- Include the libmpi.so symlink so that mpicc can be run.
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.oeLIjK/_old  2012-02-01 13:17:09.0 +0100
+++ /var/tmp/diff_new_pack.oeLIjK/_new  2012-02-01 13:17:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define with_dapl 0
 
 Name:   openmpi
@@ -40,11 +39,13 @@
 BuildRequires:  libibumad-devel
 BuildRequires:  libibverbs-devel
 %endif
-ExcludeArch:s390 s390x
+# List loosely based on files available in openmpi-1.4.4/opal/asm/generated/
+ExclusiveArch:  %alpha x86_64 %ix86 ia64 mips mips64 ppc ppc64 %sparc
 %ifarch x86_64
 BuildRequires:  numactl
 %endif
 Requires:   mpi-selector
+Requires:   openmpi-devel
 Requires(post): mpi-selector
 %define _prefix /usr/%_lib/mpi/gcc/%name
 
@@ -59,6 +60,7 @@
 
 %package devel
 Summary:A powerful implementaion of MPI
+Group:  Development/Libraries/Parallel
 Requires:   %{name} = %{version} libstdc++-devel
 %if %{with_dapl}
 Requires:   libibverbs-devel libibumad-devel
@@ -87,7 +89,7 @@
--with-udapl \
 %endif
--with-devel-headers
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

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



commit QtZeitgeist for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-02-01 13:17:12

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


Package is "QtZeitgeist", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2012-01-09 
15:42:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes 
2012-02-01 13:17:14.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 08:45:33 UTC 2012 - toddrme2...@gmail.com
+
+- Added libQtWebKit-devel buildrequires
+
+---



Other differences:
--
++ QtZeitgeist.spec ++
--- /var/tmp/diff_new_pack.AWnApX/_old  2012-02-01 13:17:15.0 +0100
+++ /var/tmp/diff_new_pack.AWnApX/_new  2012-02-01 13:17:15.0 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  libqt4-devel
+BuildRequires:  libQtWebKit-devel
 BuildRequires:  pkg-config
 BuildRequires:  zeitgeist
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,7 +65,6 @@
 %make_install
 
 %package -n %{libname}
-
 Summary:Qt Zeitgeist Library
 Group:  Development/Libraries/KDE
 Recommends: zeitgeist

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



commit php5-pear-Horde_Token for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Token for 
openSUSE:Factory checked in at 2012-02-01 13:17:07

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Token/php5-pear-Horde_Token.changes  
2011-09-23 12:40:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Token.new/php5-pear-Horde_Token.changes
 2012-02-01 13:17:09.0 +0100
@@ -1,0 +2,16 @@
+Tue Jan 17 14:56:42 UTC 2012 - l...@b1-systems.de
+
+- version 1.1.4
+- ships license file version 2.1
+- [jan] Update Croatian translation.
+- [jan] Allow to run unit tests from installed package.
+- [jan] Fix skipping tests if PDO driver is not available.
+- [jan] Fix translation (Bug #10831).
+- [jan] Update Estonian translation.
+
+---
+Wed Dec 14 20:23:40 UTC 2011 - co...@suse.com
+
+- latest GPL is v3
+
+---

Old:

  Horde_Token-1.1.0.tgz

New:

  Horde_Token-1.1.4.tgz



Other differences:
--
++ php5-pear-Horde_Token.spec ++
--- /var/tmp/diff_new_pack.6Y1Hwf/_old  2012-02-01 13:17:11.0 +0100
+++ /var/tmp/diff_new_pack.6Y1Hwf/_new  2012-02-01 13:17:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Token
 #
-# 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
@@ -20,12 +20,12 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Horde Token API
+License:LGPL-2.1
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Token
-Version:1.1.0
-Release:1
-License:LGPL
-Group:  Development/Libraries/PHP
+Version:1.1.4
+Release:0
 Source0:http://pear.horde.org/get/Horde_Token-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Token
@@ -92,7 +92,7 @@
 
 %files -f %{pear_name}.lang
 %defattr(-,root,root)
-
+%doc %{_docdir}/%{name}
 %{peardir}/*
 %{xmldir}/Horde_Token.xml
 

++ Horde_Token-1.1.0.tgz -> Horde_Token-1.1.4.tgz ++
 6474 lines of diff (skipped)

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



commit neon for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package neon for openSUSE:Factory checked in 
at 2012-02-01 13:16:46

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


Package is "neon", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/neon/neon.changes2011-11-21 
15:48:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.neon.new/neon.changes   2012-02-01 
13:16:50.0 +0100
@@ -1,0 +2,17 @@
+Mon Jan 30 11:54:59 UTC 2012 - dmacvi...@suse.de
+
+- build with libproxy
+- make expat explicit in configure
+- pass ca-bundle.pem to configure
+
+---
+Mon Jan 30 11:35:31 UTC 2012 - dmacvi...@suse.de
+
+- build with NE_FEATURE_TS_SSL (thread-safe SSL)
+
+---
+Mon Nov 21 15:53:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---



Other differences:
--
++ neon.spec ++
--- /var/tmp/diff_new_pack.YPzB46/_old  2012-02-01 13:17:04.0 +0100
+++ /var/tmp/diff_new_pack.YPzB46/_new  2012-02-01 13:17:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neon
 #
-# 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,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   neon
 Version:0.29.6
-Release:7
-License:GPLv2+
+Release:0
 Summary:An HTTP and WebDAV Client Library
+License:GPL-2.0+
+Group:  Development/Libraries/Other
 BuildRequires:  krb5-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libproxy-devel
-BuildRequires:  libtool pkg-config
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 # bug437293
 %ifarch ppc64
@@ -34,7 +34,6 @@
 %endif
 Url:http://www.webdav.org/neon
 #
-Group:  Development/Libraries/Other
 Source: http://www.webdav.org/neon/neon-%{version}.tar.gz
 Source2:baselibs.conf
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
@@ -69,7 +68,6 @@
 properties (PROPPATCH/PROPFIND)
 
 %package -n libneon27
-License:GPLv2+
 Summary:An HTTP and WebDAV Client Library
 Group:  Development/Libraries/Other
 # Drop the main package. It avoids the lib from being installed in different 
versions
@@ -109,7 +107,6 @@
 properties (PROPPATCH/PROPFIND)
 
 %package -n libneon-devel
-License:GPLv2+
 Summary:An HTTP and WebDAV Client Library
 Group:  Development/Libraries/Other
 Requires:   glibc-devel
@@ -160,6 +157,10 @@
 sh autogen.sh
 %configure \
 --with-ssl \
+--enable-threadsafe-ssl=posix \
+--with-ca-bundle=/etc/ssl/ca-bundle.pem \
+--with-libproxy \
+--with-expat \
 --disable-nls \
 --enable-shared \
 --disable-static \
@@ -174,9 +175,6 @@
 %check
 #make check
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libneon27 -p /sbin/ldconfig
 
 %postun -n libneon27 -p /sbin/ldconfig

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



commit m17n-lib for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package m17n-lib for openSUSE:Factory 
checked in at 2012-02-01 13:16:38

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


Package is "m17n-lib", Maintainer is "fjk...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/m17n-lib/m17n-lib.changes2011-09-23 
02:12:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.m17n-lib.new/m17n-lib.changes   2012-02-01 
13:16:41.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 31 17:21:44 CET 2012 - ti...@suse.de
+
+- updated to version 1.6.3:
+  Minor bugs fixed and several new input methods added, including
+  the segfault fix with VLC
+
+---

Old:

  m17n-lib-1.6.2.tar.gz

New:

  m17n-lib-1.6.3.tar.gz



Other differences:
--
++ m17n-lib.spec ++
--- /var/tmp/diff_new_pack.spJyP9/_old  2012-02-01 13:16:47.0 +0100
+++ /var/tmp/diff_new_pack.spJyP9/_new  2012-02-01 13:16:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package m17n-lib
 #
-# 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,16 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   m17n-lib
-BuildRequires:  freetype2-devel fribidi-devel gd-devel ispell ispell-british 
libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  fribidi-devel
+BuildRequires:  gd-devel
+BuildRequires:  ispell
+BuildRequires:  ispell-british
+BuildRequires:  libotf-devel
+BuildRequires:  libxml2
+BuildRequires:  m17n-db
+BuildRequires:  pkgconfig
+BuildRequires:  wordcut-devel
+BuildRequires:  xorg-x11-devel
 %defineappdefdir  /usr/share/X11
-Version:1.6.2
-Release:1
-License:GPL-2.0+ ; LGPL-2.1+ ; MIT
-Group:  System/I18n/Japanese
-AutoReqProv:on
+Version:1.6.3
+Release:0
 Url:http://www.m17n.org/m17n-lib/
 Source0:
http://www.m17n.org/m17n-lib-download/m17n-lib-%{version}.tar.gz
 Source1:m17n-lib-rpmlintrc
@@ -32,6 +37,8 @@
 Patch0: m17n-lib-fix-warnings.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Text Processing Library for the C Language
+License:GPL-2.0+ ; LGPL-2.1+ ; MIT
+Group:  System/I18n/Japanese
 
 %description
 A multilingual text processing library for the C language.
@@ -48,7 +55,6 @@
 This package contains shared libraries.
 
 %package devel
-License:GPL-2.0+ ; LGPL-2.1+ ; MIT
 Summary:Multilingual text processing library for the C language
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version} glibc-devel xorg-x11-libX11-devel

++ m17n-lib-1.6.2.tar.gz -> m17n-lib-1.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/m17n-lib-1.6.2/ChangeLog new/m17n-lib-1.6.3/ChangeLog
--- old/m17n-lib-1.6.2/ChangeLog2010-10-04 07:42:49.0 +0200
+++ new/m17n-lib-1.6.3/ChangeLog2011-10-11 02:36:20.0 +0200
@@ -1,7 +1,30 @@
-2010-10-04  Kenichi Handa  
+2011-10-11  Kenichi Handa  
+
+   * Version 1.6.3 released.
+
+2011-09-12  Kenichi Handa  
+
+   * configure.ac: Version changed to 1.6.3.
+
+2011-02-21  Daiki Ueno(tiny change)
+
+   * m17n-core.pc.in (moduledir): Use ${libdir} instead of
+   ${exec_prefix}/lib.
+
+   * m17n-shell.pc.in (moduledir): Likewise.
+
+   * m17n-flt.pc.in (moduledir): Likewise.
+
+   * m17n-gui.pc.in (moduledir): Likewise.
+
+2011-01-12  Kenichi Handa  
 
* Version 1.6.2 released.
 
+2011-01-12  Kenichi Handa  
+
+   * Makefile.am: Update copyright year.
+
 2010-09-24  Kenichi Handa  
 
* configure.ac (AC_CONFIG_HEADERS): Put config.h in the top
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/m17n-lib-1.6.2/Makefile.am 
new/m17n-lib-1.6.3/Makefile.am
--- old/m17n-lib-1.6.2/Makefile.am  2010-08-27 04:22:35.0 +0200
+++ new/m17n-lib-1.6.3/Makefile.am  2011-01-12 07:27:14.0 +0100
@@ -1,5 +1,5 @@
 # Makefile.am -- top level Makefile for the m17n library.
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO112
 
diff -urN '--ex

commit m17n-contrib for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package m17n-contrib for openSUSE:Factory 
checked in at 2012-02-01 13:16:22

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


Package is "m17n-contrib", Maintainer is "fjk...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/m17n-contrib/m17n-contrib.changes
2011-09-23 02:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.m17n-contrib.new/m17n-contrib.changes   
2012-02-01 13:16:33.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 17:31:58 CET 2012 - ti...@suse.de
+
+- updated to version 1.1.13:
+  Minor bugs fixed and several new input methods added.
+
+---

Old:

  m17n-contrib-1.1.12.tar.gz

New:

  m17n-contrib-1.1.13.tar.gz



Other differences:
--
++ m17n-contrib.spec ++
--- /var/tmp/diff_new_pack.4DooN5/_old  2012-02-01 13:16:35.0 +0100
+++ /var/tmp/diff_new_pack.4DooN5/_new  2012-02-01 13:16:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package m17n-contrib
 #
-# 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,54 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   m17n-contrib
 BuildRequires:  m17n-db
-Version:1.1.12
-Release:1
-License:LGPL-2.1+
-Group:  System/I18n/Japanese
-AutoReqProv:on
+Version:1.1.13
+Release:0
 Provides:   locale(m17n-db:as;bn;gu;hi;kn;ml;mr;ne;or;pa;ta;te;ur)
 Url:http://www.m17n.org/m17n-lib/
 Source0:
http://www.m17n.org/m17n-lib/download/m17n-contrib-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A collection of contributed works to be used with the m17n 
library
+License:LGPL-2.1+
+Group:  System/I18n/Japanese
 
 %description
 A collection of contributed works to be used with the m17n library,
 mainly additional Indic input methods.
 
-
-
-Authors:
-
-Kenichi Handa 
-Mikiko Nishikimi 
-Naoto Takahashi 
-Satoru Tomura 
-Amanpreet Singh Brar 
-Harshula Jayasuriya
-Chaitanya Kamisetty 
-Suraj N. Kurapati 
-Tahir Abdul Rauf Butt 
-Suyash Shrestha 
-Subhransu Behera 
-Rahul Bhalerao 
-Runa Bhattacharjee 
-I. Felix 
-Jatin Nansi 
-Ani Peter 
-Jens Petersen 
-Amitakhya Phukan 
-Ankitkumar Rameshchandra Patel 
-Rajesh Ranjan 
-Jaswinder Singh 
-Sree Thottempudi 
-
 %prep
 %setup -q
 

++ m17n-contrib-1.1.12.tar.gz -> m17n-contrib-1.1.13.tar.gz ++
 2112 lines of diff (skipped)

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



commit gpsbabel for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package gpsbabel for openSUSE:Factory 
checked in at 2012-02-01 13:16:18

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


Package is "gpsbabel", Maintainer is "mhruse...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gpsbabel/gpsbabel.changes2011-09-23 
02:01:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpsbabel.new/gpsbabel.changes   2012-02-01 
13:16:21.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 09:28:12 CET 2012 - ku...@suse.de
+
+- Update to version 1.4.3
+  - last bug fix release before rewrite
+
+---

Old:

  gpsbabel-1.4.2.tar.bz2

New:

  gpsbabel-1.4.3.tar.bz2



Other differences:
--
++ gpsbabel.spec ++
--- /var/tmp/diff_new_pack.c4fpFQ/_old  2012-02-01 13:16:31.0 +0100
+++ /var/tmp/diff_new_pack.c4fpFQ/_new  2012-02-01 13:16:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsbabel
 #
-# 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
@@ -16,18 +16,19 @@
 #
 
 
-
 Name:   gpsbabel
 Url:http://www.gpsbabel.org/
-Version:1.4.2
-Release:1
-License:GPL-2.0+
+Version:1.4.3
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Hardware/Other
 Summary:Converts GPS waypoint, route and track data from one format 
type to another
+License:GPL-2.0+
+Group:  Hardware/Other
 Source: %{name}-%{version}.tar.bz2
-Source1:%{name}-%{version}.pdf
-BuildRequires:  libexpat-devel libusb-devel zlib-devel
+Source1:%{name}-1.4.2.pdf
+BuildRequires:  libexpat-devel
+BuildRequires:  libusb-devel
+BuildRequires:  zlib-devel
 #only for rebuilding documentation
 #BuildRequires: expat libxslt docbook-xsl-stylesheets fop java-1_6_0-sun
 

++ gpsbabel-1.4.2.tar.bz2 -> gpsbabel-1.4.3.tar.bz2 ++
 239228 lines of diff (skipped)

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



commit ggz for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package ggz for openSUSE:Factory checked in 
at 2012-02-01 13:16:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ggz/ggz.changes  2011-10-13 00:05:24.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ggz.new/ggz.changes 2012-02-01 
13:16:10.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 09:40:57 UTC 2012 - toddrme2...@gmail.com
+
+- Got TLS support working
+
+---



Other differences:
--
++ ggz.spec ++
--- /var/tmp/diff_new_pack.jvhhIF/_old  2012-02-01 13:16:11.0 +0100
+++ /var/tmp/diff_new_pack.jvhhIF/_new  2012-02-01 13:16:11.0 +0100
@@ -23,8 +23,8 @@
 Url:http://www.ggzgamingzone.org/
 Group:  Amusements/Games/Other
 Source0:libggz-%{version}.tar.bz2
-BuildRequires:  gnutls-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libopenssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +56,7 @@
 %setup -q -n libggz-%{version}
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static --with-pic --with-tls
 make %{?_smp_mflags}
 
 %install

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



commit geoclue for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package geoclue for openSUSE:Factory checked 
in at 2012-02-01 13:16:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/geoclue/geoclue.changes  2011-10-03 
09:19:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue.new/geoclue.changes 2012-02-01 
13:16:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 10:02:26 UTC 2012 - vu...@opensuse.org
+
+- Add geoclue-glib-2.31.patch: fix build with glib 2.31.
+
+---

New:

  geoclue-glib-2.31.patch



Other differences:
--
++ geoclue.spec ++
--- /var/tmp/diff_new_pack.pmlQsJ/_old  2012-02-01 13:16:08.0 +0100
+++ /var/tmp/diff_new_pack.pmlQsJ/_new  2012-02-01 13:16:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geoclue
 #
-# 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   geoclue
 Version:0.12.0
-Release:6
-License:LGPL-2.0
+Release:0
 Summary:Modular Geoinformation Service
-Url:http://geoclue.freedesktop.org/
+License:LGPL-2.0
 Group:  Development/Libraries/Other
+Url:http://geoclue.freedesktop.org/
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM geoclue-nm08.patch vu...@opensuse.org -- Taken from 
Fedora, to build against NM 0.8
@@ -32,10 +30,12 @@
 Patch1: geoclue-use-libnm-glib.patch
 # PATCH-FIX-UPSTREAM geoclue-0.12.0-gcc46.patch idoen...@suse.de -- Fix 
compilation with gcc 4.6
 Patch2: geoclue-0.12.0-gcc46.patch
+# PATCH-FIX-UPSTREAM geoclue-glib-2.31.patch fdo#45431 vu...@opensuse.org -- 
Do not call g_thread_init() if not needed
+Patch3: geoclue-glib-2.31.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
-BuildRequires:  glib2-devel
 BuildRequires:  gconf2-devel
+BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libgypsy-devel
 BuildRequires:  libsoup-devel
@@ -54,7 +54,6 @@
 
 %package recommended
 Summary:Modular Geoinformation Service - Recommended providers
-License:LGPL-2.0
 Group:  Development/Libraries/Other
 
 %description recommended
@@ -67,7 +66,6 @@
 
 %package example
 Summary:Modular Geoinformation Service - Example backend
-License:LGPL-2.0
 Group:  Development/Libraries/Other
 
 %description example
@@ -79,7 +77,6 @@
 
 %package gsmloc
 Summary:Modular Geoinformation Service - GSM backend
-License:LGPL-2.0
 Group:  Development/Libraries/Other
 
 %description gsmloc
@@ -92,7 +89,6 @@
 
 %package gypsy
 Summary:Modular Geoinformation Service - GPS (gypsy) backend
-License:LGPL-2.0
 Group:  Development/Libraries/Other
 Supplements:packageand(libgeoclue0:gypsy)
 
@@ -106,7 +102,6 @@
 
 %package -n libgeoclue0
 Summary:Modular Geoinformation Service - Library
-License:LGPL-2.0
 Group:  Development/Libraries/Other
 
 %description -n libgeoclue0
@@ -116,7 +111,6 @@
 
 %package -n libgeoclue-devel
 Summary:Modular Geoinformation Service - Development Files
-License:LGPL-2.0
 Group:  Development/Libraries/Other
 Requires:   libgeoclue0 = %{version}
 Requires:   dbus-1-glib-devel
@@ -133,6 +127,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %endif
 
 %build

++ geoclue-glib-2.31.patch ++
>From a3807892767cd6d058462464bca790c97d7e9b7a Mon Sep 17 00:00:00 2001
From: Vincent Untz 
Date: Tue, 31 Jan 2012 11:00:03 +0100
Subject: [PATCH] skyhook: Only call g_thread_init on glib < 2.31.0

g_thread_init() is not needed anymore starting with glib 2.31, and it
makes the build fail because of -Werror and deprecations.
---
 providers/skyhook/geoclue-skyhook.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/providers/skyhook/geoclue-skyhook.c 
b/providers/skyhook/geoclue-skyhook.c
index 5af7b45..0f675a1 100644
--- a/providers/skyhook/geoclue-skyhook.c
+++ b/providers/skyhook/geoclue-skyhook.c
@@ -289,7 +289,9 @@ int
 main()
 {
g_type_init();
+#if !GLIB_CHECK_VERSION(2,31,0)
g_thread_init (NULL);
+#endif
 
GeoclueSkyhook *o = g_object_new (GE

commit dos2unix for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package dos2unix for openSUSE:Factory 
checked in at 2012-02-01 13:15:55

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


Package is "dos2unix", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dos2unix/dos2unix.changes2011-10-04 
18:09:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.dos2unix.new/dos2unix.changes   2012-02-01 
13:15:58.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 30 13:05:59 CET 2012 - p...@suse.de
+
+- Update to 5.3.2:
+  - Change of hmoepage URL.
+  - All other changes are for non Unix platforms.
+  - Don't recompress the package anymore.
+
+---

Old:

  dos2unix-5.3.1.tar.xz

New:

  dos2unix-5.3.2.tar.gz



Other differences:
--
++ dos2unix.spec ++
--- /var/tmp/diff_new_pack.i0GnrO/_old  2012-02-01 13:16:02.0 +0100
+++ /var/tmp/diff_new_pack.i0GnrO/_new  2012-02-01 13:16:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dos2unix
 #
-# 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   dos2unix
 Summary:Text converters to and from DOS/MAC to UNIX
-Version:5.3.1
-Release:1
-Group:  Productivity/Text/Convertors
 License:BSD-3-Clause
-Url:http://www.xs4all.nl/~waterlan/#DOS2UNIX
-Source: %{name}-%{version}.tar.xz
+Group:  Productivity/Text/Convertors
+Version:5.3.2
+Release:0
+Url:http://waterlan.home.xs4all.nl/dos2unix.html
+Source: %{name}-%{version}.tar.gz
 Patch0: dos2unix-correct_ending.patch
 Provides:   unix2dos = %{version}
 Obsoletes:  unix2dos < %{version}

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



commit ctdb for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package ctdb for openSUSE:Factory checked in 
at 2012-02-01 13:15:49

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


Package is "ctdb", Maintainer is "samba-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ctdb/ctdb.changes2012-01-25 
11:07:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.ctdb.new/ctdb.changes   2012-02-01 
13:15:50.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 14:42:32 UTC 2012 - lmue...@suse.de
+
+- Use correct license, GPLv3+ for the package.
+
+---



Other differences:
--
++ ctdb.spec ++
--- /var/tmp/diff_new_pack.dcbtbV/_old  2012-02-01 13:15:56.0 +0100
+++ /var/tmp/diff_new_pack.dcbtbV/_new  2012-02-01 13:15:56.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Summary:Clustered TDB
-License:GPL-3.0
+License:GPL-3.0+
 Group:  System/Daemons
 
 Name:   ctdb

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



commit python-Pylons for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-Pylons for openSUSE:Factory 
checked in at 2012-02-01 11:54:00

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


Package is "python-Pylons", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pylons.new/python-Pylons.changes 
2012-02-01 11:54:01.0 +0100
@@ -0,0 +1,45 @@
+---
+Tue Jan 31 14:37:21 UTC 2012 - sasc...@suse.de
+
+- Don't install testsuite test files
+- Removed build dependencies for testsuite (isn't run due to errors
+  currently)
+- Update to version 1.0.1rc1:
+  * authenticate_form allows for GET. Patch by iElectric.
+  * jsonify now properly sets charset to utf-8.
+  * Add ability for jsonify to handle objects with a __json__ attribute using
+custom JSONEncoder class similar to TG2. Patch by Bob Farrell.
+  * Added ability for __before__ to reference a callable function. Patch
+contributed by mverdone.
+  * Pulled in JSON-RPC support from agentultra's pylons fork.
+  * Apply patch for proper pylons.__version__ under Windows. Contributed by
+Christoph Zwerschke.
+  * Utilize MarkupSafe for faster HTML escaping.
+  * Fix signed cookies by using standard base64 alphabet, and prevent timing
+attacks on signature comparison.
+  * Added setup of app_globals and config to Pylons config.init_app to ensure
+as long as the Pylons application is loaded, the app_globals and config
+will be appropriately initialized.
+  * Documentation updates.
+
+---
+Thu Sep  1 08:31:16 UTC 2011 - sasc...@suse.de
+
+- Renamed to python-Pylons, to match upstream name
+- Use fdupes
+- Changed license to BSD-3-Clause (SPDX style) from BSD3c
+
+---
+Sat Jul 24 16:28:00 UTC 2010 - renato.ppon...@gmail.com
+
+- Update to 1.0
+
+---
+Wed Aug  5 00:00:00 BRT 2009 - cfarrell1...@gmail.com
+
+- Imported to OBS
+
+---
+Tue Dec  2 00:00:00 BRST 2008 - jf...@funktronics.ca
+
+- Initial release

New:

  Pylons-1.0.1rc1.tar.gz
  python-Pylons.changes
  python-Pylons.spec



Other differences:
--
++ python-Pylons.spec ++
#
# spec file for package python-Pylons
#
# 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:   python-Pylons
Version:1.0.1rc1
Release:0
License:BSD-3-Clause
Summary:Pylons Web Framework
Url:http://www.pylonshq.com/
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/P/Pylons/Pylons-%{version}.tar.gz
BuildRequires:  python-devel
#BuildRequires:  python-FormEncode
#BuildRequires:  python-Jinja2
#BuildRequires:  python-PasteScript
#BuildRequires:  python-coverage
#BuildRequires:  python-decorator
BuildRequires:  python-distribute
#BuildRequires:  python-Genshi
#BuildRequires:  python-Mako
#BuildRequires:  python-nose
#BuildRequires:  python-Tempita
#BuildRequires:  python-WebError
#BuildRequires:  python-WebHelpers
#BuildRequires:  python-WebTest
BuildRequires:  fdupes
Requires:   python-FormEncode >= 1.2.1
Requires:   python-PasteScript >= 1.7.3
Requires:   python-Beaker >= 1.3
Requires:   python-decorator >= 2.3.2
Requires:   python-Mako >= 0.2.4
Requires:   python-nose >= 0.10.4
Requires:   python-Routes >= 1.12
Requires:   python-simplejson >= 2.0.8
Requires:   python-Tempita >= 0.2
Requires:   python-WebError >= 0.10.1
Requires:   python-WebHelpers >= 0.6.4
Requires:   python-WebOb >= 0.9.6.1
Requires:   python-WebTest >= 1.1
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Provides:   python-pylons = %{version}
Obsoletes:  python-pylons < %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{

commit python-http-parser for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-http-parser for 
openSUSE:Factory checked in at 2012-02-01 11:53:51

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


Package is "python-http-parser", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-http-parser.new/python-http-parser.changes   
2012-02-01 11:53:52.0 +0100
@@ -0,0 +1,25 @@
+---
+Tue Jan 31 13:40:40 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.7.4
+
+---
+Wed Jan 25 19:24:07 UTC 2012 - jf...@funktronics.ca
+
+- Update to version 0.7.2
+
+---
+Sun Nov 27 05:59:08 UTC 2011 - jf...@funktronics.ca
+
+- Update to version 0.7.1
+
+---
+Fri Sep 23 12:00:22 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.7.0
+
+---
+Mon Jun 20 18:30:34 UTC 2011 - jf...@funktronics.ca
+
+- Initital release
+

New:

  http-parser-0.7.4.tar.gz
  python-http-parser.changes
  python-http-parser.spec



Other differences:
--
++ python-http-parser.spec ++
#
# spec file for package python-http-parser
#
# 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:   python-http-parser
Version:0.7.4
Release:0
Url:https://github.com/benoitc/http-parser/
Summary:HTTP Request/Response Parser for Python in C
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif

%description
HTTP request/response parser for Python in C under MIT License, based on
http-parser from Ryan Dahl.

%prep
%setup -q -n http-parser-%{version}

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf 
%{buildroot}%{python_sitelib}/http_parser/{LICENSE,MANIFEST.in,NOTICE,README.rst,THANKS}
 # Remove junk

%files
%defattr(-,root,root)
%doc LICENSE NOTICE README.rst examples
%{python_sitearch}/*

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



commit python-functional for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-functional for 
openSUSE:Factory checked in at 2012-02-01 11:53:41

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


Package is "python-functional", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-functional.new/python-functional.changes 
2012-02-01 11:53:43.0 +0100
@@ -0,0 +1,10 @@
+---
+Tue Jan 31 13:17:03 UTC 2012 - sasc...@suse.de
+
+- Add CFLAGS to build
+
+---
+Tue Jan 31 13:06:13 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  functional-C-0.7.0.tar.gz
  python-functional.changes
  python-functional.spec



Other differences:
--
++ python-functional.spec ++
#
# spec file for package python-functional
#
# 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-functional
Version:0.7.0
Release:0
Url:http://oakwinter.com/code/functional/
Summary:Tools for functional programming in python
License:Python-2.0
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/f/functional/functional-C-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
#BuildRequires:  python-nose
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif

%description
functional provides Python users with numerous
tools common in functional programming, such as foldl, foldr, flip, as well
as mechanisms for partial function application and function composition.
functional also includes sane versions of the Python builtins map() and 
filter(),
written without the weird semantics of the builtin versions.

functional comes in two flavours: one is written in a combination of C and
Python, focusing on performance. The second is written in pure Python and
emphasises code readability and portability. The pure-Python variant is also
recommended if your setup does not allow compilation of third-party extension
modules.

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

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

#%%check
#nosetests

%files
%defattr(-,root,root,-)
%doc CHANGELOG README
%{python_sitearch}/*

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



commit python-Attest for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-Attest for openSUSE:Factory 
checked in at 2012-02-01 11:53:33

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


Package is "python-Attest", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Attest.new/python-Attest.changes 
2012-02-01 11:53:36.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Jan 31 12:34:54 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  Attest-0.5.2.tar.gz
  python-Attest.changes
  python-Attest.spec



Other differences:
--
++ python-Attest.spec ++
#
# spec file for package python-Attest
#
# 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-Attest
Version:0.5.2
Release:0
Url:https://github.com/dag/attest
Summary:Modern, Pythonic unit testing
License:BSD-2-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/A/Attest/Attest-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:   python-Pygments
Requires:   python-progressbar >= 2.3
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Attest is a unit testing framework built from the ground up with idiomatic
Python in mind. Unlike others, it is not built on top of unittest though it
provides compatibility by creating TestSuites from Attest collections.

It has a functional API inspired by Flask and a class-based API that
mimics Python itself. The core avoids complicated assumptions leaving you
free to write tests however you prefer.

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

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS.rst LICENSE CHANGES.rst README.rst docs/*
%{python_sitelib}/*

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



commit pdf2djvu for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2012-02-01 11:53:19

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


Package is "pdf2djvu", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2011-10-07 
15:22:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2012-02-01 
11:53:21.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 22 07:42:41 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 0.7.12
+  + Fix resolution detection.
+  + Add Ukrainian translation.
+
+---

Old:

  pdf2djvu_0.7.11.tar.gz

New:

  pdf2djvu_0.7.12.tar.gz



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.Z10n8l/_old  2012-02-01 11:53:23.0 +0100
+++ /var/tmp/diff_new_pack.Z10n8l/_new  2012-02-01 11:53:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdf2djvu
 #
-# 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,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   pdf2djvu
-Version:0.7.11
+Version:0.7.12
 Release:0
-License:GPL-2.0
 Summary:PDF to DjVu Converter
-Url:http://pdf2djvu.googlecode.com/
+License:GPL-2.0
 Group:  Productivity/Publishing/PDF
+Url:http://pdf2djvu.googlecode.com/
 Source0:http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
 BuildRequires:  djvulibre
 BuildRequires:  gcc-c++
-BuildRequires:  libdjvulibre-devel
 BuildRequires:  libGraphicsMagick++-devel
+BuildRequires:  libdjvulibre-devel
 BuildRequires:  libpoppler-devel
 BuildRequires:  libxslt-devel
 # Requires to run tests correctly.
@@ -49,7 +47,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
 
 %check

++ pdf2djvu_0.7.11.tar.gz -> pdf2djvu_0.7.12.tar.gz ++
 3134 lines of diff (skipped)

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



commit kdebase3 for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2012-02-01 11:53:07

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2012-01-25 
10:37:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2012-02-01 
11:53:09.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 21:26:38 UTC 2012 - co...@suse.com
+
+- do not provide sysguardd for kde4
+
+---



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.vDoRGF/_old  2012-02-01 11:53:15.0 +0100
+++ /var/tmp/diff_new_pack.vDoRGF/_new  2012-02-01 11:53:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebase3
 #
-# 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/
 #
 
+
 %if %{suse_version} < 1210 
 %define with_hal 1
 %else
@@ -22,9 +23,30 @@
 %endif
 
 Name:   kdebase3
-BuildRequires:  OpenEXR-devel cups-devel db-devel doxygen graphviz 
kdelibs3-devel krb5-devel libsmbclient-devel mDNSResponder-devel openldap2 
openldap2-devel openmotif openmotif-devel openslp-devel openssh pam-devel 
pcsc-lite-devel qt3-devel-doc samba-client utempter xorg-x11
-BuildRequires:  unsermake xorg-x11-libfontenc-devel
+BuildRequires:  OpenEXR-devel
+BuildRequires:  cups-devel
+BuildRequires:  db-devel
+BuildRequires:  doxygen
+BuildRequires:  graphviz
+BuildRequires:  kdelibs3-devel
+BuildRequires:  krb5-devel
 BuildRequires:  liblazy-devel
+BuildRequires:  libsmbclient-devel
+BuildRequires:  mDNSResponder-devel
+BuildRequires:  openldap2
+BuildRequires:  openldap2-devel
+BuildRequires:  openmotif
+BuildRequires:  openmotif-devel
+BuildRequires:  openslp-devel
+BuildRequires:  openssh
+BuildRequires:  pam-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  qt3-devel-doc
+BuildRequires:  samba-client
+BuildRequires:  unsermake
+BuildRequires:  utempter
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-libfontenc-devel
 %if %suse_version >= 1130
 BuildRequires:  libusb-compat-devel
 %endif
@@ -32,7 +54,8 @@
 BuildRequires:  hal-devel
 Provides:   kdebase3-with-hal-enabled
 %endif
-BuildRequires:  fdupes libbz2-devel
+BuildRequires:  fdupes
+BuildRequires:  libbz2-devel
 %ifnarch s390 s390x
 BuildRequires:  libsensors4-devel
 %endif
@@ -58,13 +81,13 @@
 Provides:   kdebase3-beagle = 3.5.10
 Obsoletes:  kdebase3-beagle <= 3.5.10
 %endif
+Summary:The KDE Core Components
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Summary:The KDE Core Components
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.kde.org/
 Version:3.5.10.1
-Release:18
+Release:0
 %definekde_version 3.5.10
 Requires:   kdebase3-runtime == %{version}
 Source0:kdebase-%{kde_version}.tar.bz2
@@ -264,15 +287,13 @@
 needed if you only want to start some KDE applications.
 
 %package -n misc-console-font
-License:GPL-2.0+
-Group:  System/GUI/KDE
 Summary:A font for terminal usage
+Group:  System/GUI/KDE
 
 %description -n misc-console-font
 This package contains the Misc Console font as shipped with KDE.
 
 %package runtime
-License:GPL-2.0+
 Summary:Runtime Dependencies of KDE3 Applications
 Group:  System/GUI/KDE
 Provides:   kio_fish
@@ -284,7 +305,6 @@
 KIO-slaves.
 
 %package workspace
-License:GPL-2.0+
 Summary:Workspace Components of KDE3 Desktop
 Group:  System/GUI/KDE
 Requires:   kdebase3 == %{version}
@@ -299,7 +319,6 @@
 kdesktop, kicker and kwin.
 
 %package apps
-License:GPL-2.0+
 Summary:Major Applications KDE3 Desktop
 Group:  System/GUI/KDE
 Requires:   kdebase3 == %{version}
@@ -310,7 +329,6 @@
 Kate, Konqueror and KWrite.
 
 %package devel
-License:GPL-2.0+
 Requires:   kdelibs3-devel kdebase3 = %version kdebase3-apps = %version 
kdebase3-runtime = %version kdebase3-workspace = %version
 Summary:KDE Base Package: Base, Build Environment
 Group:  System/GUI/KDE
@@ -325,22 +343,20 @@
 applications.
 
 %package kdm
-License:GPL-2.0+
 # usesubdirs kdm
 Summary:The KDE login and display manager

commit guile1 for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package guile1 for openSUSE:Factory checked 
in at 2012-02-01 11:53:02

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


Package is "guile1", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/guile1/guile1.changes2012-01-25 
15:01:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.guile1.new/guile1.changes   2012-02-01 
11:53:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 10:15:00 UTC 2012 - co...@suse.com
+
+- fix requires of devel package
+
+---



Other differences:
--
++ guile1.spec ++
--- /var/tmp/diff_new_pack.pZjHQs/_old  2012-02-01 11:53:05.0 +0100
+++ /var/tmp/diff_new_pack.pZjHQs/_new  2012-02-01 11:53:05.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define binpref guile1
 Name:   guile1
 BuildRequires:  automake
@@ -116,7 +115,7 @@
 Requires:   libguile-srfi-srfi-13-14-v-3-3 = %{version}-%{release}
 Requires:   libguilereadline-v-17-17 = %{version}-%{release}
 Requires:   libguile17 = %{version}-%{release}
-Requires:   gmp-devel readline-devel ncurses-devel
+Requires:   gmp-devel readline-devel ncurses-devel libltdl-devel
 Requires:   guile1
 
 %description -n libguile1-devel
@@ -125,22 +124,6 @@
 linked in as a library when building extensible programs. This package
 contains the files necessary to link against the guile libraries.
 
-
-
-Authors:
-
-Jim Blandy  
-George Carrette
-Aubrey Jaffer
-Gary Houston  
-Tom Lord
-Anthony Green
-Mikael Djurfeldt  
-Mark Galassi  
-Tim Pierce  
-Marius Vollmer  
-Tom Tromey  
-
 %prep
 %setup -q -n guile-%{version}
 %patch1

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



commit bundle-lang-common for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2012-02-01 11:52:46

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is "bundle-lang-common", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2012-01-19 09:41:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2012-02-01 11:52:51.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 19:51:03 UTC 2012 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.Z2DqWR/_old  2012-02-01 11:52:56.0 +0100
+++ /var/tmp/diff_new_pack.Z2DqWR/_new  2012-02-01 11:52:56.0 +0100
@@ -82,6 +82,7 @@
 
 %package en
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:en)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -160,6 +161,7 @@
 
 %package de
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:de)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -238,6 +240,7 @@
 
 %package es
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:es)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -316,6 +319,7 @@
 
 %package it
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:it)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -394,6 +398,7 @@
 
 %package fr
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:fr)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -472,6 +477,7 @@
 
 %package ja
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:ja)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -550,6 +556,7 @@
 
 %package zh
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:zh)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -628,6 +635,7 @@
 
 %package nl
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:nl)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -706,6 +714,7 @@
 
 %package cs
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:cs)
 Provides:   NetworkManager-openvpn-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-openvpn-lang)
@@ -784,6 +793,7 @@
 
 %package pt
 Summary:Translations for a Group of Programs
+Group:  System/Localization
 Provides:   NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' 
NetworkManager-lang)
 Provides:   locale(NetworkManager:pt)
 P

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-01 11:52:39

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


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-31 10:19:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-01 11:52:42.0 +0100
@@ -2 +2 @@
-Tue Jan 31 07:40:07 CET 2012 - autobu...@suse.de
+Wed Feb  1 07:40:06 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-31
+- automated update on 2012-02-01



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.PxbUUi/_old  2012-02-01 11:52:45.0 +0100
+++ /var/tmp/diff_new_pack.PxbUUi/_new  2012-02-01 11:52:45.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.31
+Version:2012.2.1
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.PxbUUi/_old  2012-02-01 11:52:45.0 +0100
+++ /var/tmp/diff_new_pack.PxbUUi/_new  2012-02-01 11:52:45.0 +0100
@@ -75032,6 +75032,12 @@
CUPERTINO CA 95014
UNITED STATES
 
+00-AA-70   (hex)   LG Electronics 
+00AA70 (base 16)   LG Electronics 
+   60-39, Kasan-dong, Gumcheon-gu
+   Seoul  153-801
+   KOREA, REPUBLIC OF
+
 00-B0-09   (hex)   Grass Valley Group
 00B009 (base 16)   Grass Valley Group
P.O. Box 599000
@@ -85353,6 +85359,13 @@
31 - 35 Shan Mei Street, Fotan, Shatin
HONG KONG
 
+38-45-8C   (hex)   MyCloud Technology corporation
+38458C (base 16)   MyCloud Technology corporation
+   Room 705��Building F, Jiahua Building��
+   #9, Shangdi 3rd Street��Haidian District
+   Beijing  100085
+   CHINA
+
 38-46-08   (hex)   ZTE Corporation
 384608 (base 16)   ZTE Corporation
12/F,ZTE R&D Buliding,Kejinan Road,
@@ -85746,8 +85759,8 @@
Shenzhen Guangdong 518057
CHINA
 
-3C-A3-15   (hex)   Bless Information & Communication Co., Ltd.
-3CA315 (base 16)   Bless Information & Communication Co., Ltd.
+3C-A3-15   (hex)   Bless Information & Communications Co., Ltd
+3CA315 (base 16)   Bless Information & Communications Co., Ltd
#64-1, Wonhyoro 3-ga, Yongsan-gu,
Seoul  140-848
KOREA, REPUBLIC OF
@@ -86711,6 +86724,12 @@
Lawrenceville GA 30044
UNITED STATES
 
+48-44-F7   (hex)   Samsung Electronics Co., LTD
+4844F7 (base 16)   Samsung Electronics Co., LTD
+   416, Maetan 3-dong, Yeongtong-gu
+   Suwon Gyeonggi-do 443742
+   KOREA, REPUBLIC OF
+
 48-5B-39   (hex)   ASUSTek COMPUTER INC.
 485B39 (base 16)   ASUSTek COMPUTER INC.
15,Li-Te Rd.,Peitou, 
@@ -87110,6 +87129,12 @@
ShenZhen GuangDong 518129
CHINA
 
+4C-B1-99   (hex)   Apple, Inc.
+4CB199 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 4C-B4-EA   (hex)   HRD (S) PTE., LTD.
 4CB4EA (base 16)   HRD (S) PTE., LTD.
Lot 7, Block 9, Phase 1, Cavite Eco-Zone,
@@ -88970,6 +88995,12 @@
Shinjuku Tokyo 160-0023
JAPAN
 
+64-E6-82   (hex)   Apple, Inc.
+64E682 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino  CA 95014
+   UN

commit apcupsd for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package apcupsd for openSUSE:Factory checked 
in at 2012-02-01 11:52:34

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


Package is "apcupsd", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/apcupsd/apcupsd.changes  2011-12-25 
17:33:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.apcupsd.new/apcupsd.changes 2012-02-01 
11:52:35.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 16:25:50 CET 2012 - sbra...@suse.cz
+
+- Mark all files in /etc/apcupsd as config files. Their editing
+  sometimes makes sense (bnc#744358).
+
+---



Other differences:
--
++ apcupsd.spec ++
--- /var/tmp/diff_new_pack.DxMnxJ/_old  2012-02-01 11:52:36.0 +0100
+++ /var/tmp/diff_new_pack.DxMnxJ/_new  2012-02-01 11:52:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apcupsd
 #
-# 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,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   apcupsd
 BuildRequires:  apache2-devel
 BuildRequires:  distribution-release
@@ -78,6 +80,7 @@
 
 %package gui
 Summary:APC UPS Monitor GUI (for APC UPSs)
+Group:  Hardware/UPS
 Requires:   %{name} = %{version}
 
 %description gui
@@ -220,16 +223,16 @@
 /etc/init.d/apcupsd
 /etc/pm/sleep.d/99apcupsd
 %dir %{_sysconfdir}/apcupsd/
-%{_sysconfdir}/apcupsd/apccontrol
-%config(noreplace)%{_sysconfdir}/apcupsd/apcupsd.conf
-%{_sysconfdir}/apcupsd/changeme
-%{_sysconfdir}/apcupsd/commfailure
-%{_sysconfdir}/apcupsd/commok
+%config(noreplace) %{_sysconfdir}/apcupsd/*
+%config(noreplace) %{_sysconfdir}/apcupsd/apcupsd.conf
+%config(noreplace) %{_sysconfdir}/apcupsd/changeme
+%config(noreplace) %{_sysconfdir}/apcupsd/commfailure
+%config(noreplace) %{_sysconfdir}/apcupsd/commok
 %config(noreplace) %{_sysconfdir}/apcupsd/hosts.conf
 %config(noreplace) %{_sysconfdir}/apcupsd/multimon.conf
-%{_sysconfdir}/apcupsd/onbattery
-%{_sysconfdir}/apcupsd/offbattery
-%{_sysconfdir}/apcupsd/apcupsd.css
+%config(noreplace) %{_sysconfdir}/apcupsd/onbattery
+%config(noreplace) %{_sysconfdir}/apcupsd/offbattery
+%config(noreplace) %{_sysconfdir}/apcupsd/apcupsd.css
 %{apache_serverroot}/cgi-bin/multimon.cgi
 %{apache_serverroot}/cgi-bin/upsfstats.cgi
 %{apache_serverroot}/cgi-bin/upsstats.cgi

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



commit zsh for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2012-02-01 10:01:22

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


Package is "zsh", Maintainer is "idon...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2012-01-04 07:33:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2012-02-01 
10:01:24.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 31 11:08:53 UTC 2012 - idon...@suse.com
+
+- Update _osc completion 
+
+---
+Sat Dec 31 10:44:15 UTC 2011 - idon...@suse.com
+
+- Instead of disabling c02cond manually, add upstream patch to
+  automatically disable it on noatime mounted systems.
+
+---

Old:

  zsh-4.3.12-disable-c02cond-test.patch

New:

  osc.patch
  zsh-4.3.12-fix-c02cond-test.patch



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.JENha0/_old  2012-02-01 10:01:28.0 +0100
+++ /var/tmp/diff_new_pack.JENha0/_new  2012-02-01 10:01:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zsh
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   zsh
 Version:4.3.15
 Release:0
@@ -36,7 +35,8 @@
 Source16:   dotzshrc.rh
 Source17:   zshprompt.pl
 %endif
-Patch1: %{name}-4.3.12-disable-c02cond-test.patch
+Patch1: %{name}-4.3.12-fix-c02cond-test.patch
+Patch2: osc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 Requires(pre):  %{install_info_prereq}
@@ -71,6 +71,8 @@
 %package htmldoc
 
 Summary:Zsh shell manual in html format
+Group:  System/Shells
+Provides:   %{name}-html = %{version}
 Obsoletes:  %{name}-html < %{version}
 
 %description htmldoc
@@ -85,7 +87,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1
+%patch1 -p1
+%patch2 -p0
 
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl

++ osc.patch ++
--- Completion/Unix/Command/_osc2011-12-26 19:14:49.042099413 +0100
+++ Completion/Unix/Command/_osc2011-12-26 19:30:10.813449826 +0100
@@ -16,8 +16,8 @@
 # version 0.2
 #
 
-OSC_BUILD_TARGETS="openSUSE_10.2 openSUSE_10.3 openSUSE_11.0 openSUSE_11.1 
openSUSE_11.2 openSUSE_11.3 openSUSE_Factory"
-OSC_PROJECTS="openSUSE:Factory openSUSE:11.2 openSUSE:11.3 openSUSE:11.1 
openSUSE:11.0 openSUSE:10.3"
+OSC_BUILD_TARGETS="openSUSE_11.2 openSUSE_11.3 openSUSE_11.4 openSUSE_12.1 
openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP1" 
+OSC_PROJECTS="openSUSE:Factory openSUSE:Tumbleweed openSUSE:12.1 openSUSE:11.4 
openSUSE:11.2 openSUSE:11.3"
 
 # user defined variables $OSC_BUILD_TARGETS_EXTRA and
 # $OSC_PROJECTS_EXTRA can add to the project/build target list

--- Completion/openSUSE/Command/_osc2011-12-26 19:14:49.042099413 +0100
+++ Completion/openSUSE/Command/_osc2011-12-26 19:30:10.813449826 +0100
@@ -16,8 +16,8 @@
 # version 0.2
 #
 
-OSC_BUILD_TARGETS="openSUSE_10.2 openSUSE_10.3 openSUSE_11.0 openSUSE_11.1 
openSUSE_11.2 openSUSE_11.3 openSUSE_Factory"
-OSC_PROJECTS="openSUSE:Factory openSUSE:11.2 openSUSE:11.3 openSUSE:11.1 
openSUSE:11.0 openSUSE:10.3"
+OSC_BUILD_TARGETS="openSUSE_11.2 openSUSE_11.3 openSUSE_11.4 openSUSE_12.1 
openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP1" 
+OSC_PROJECTS="openSUSE:Factory openSUSE:Tumbleweed openSUSE:12.1 openSUSE:11.4 
openSUSE:11.2 openSUSE:11.3"
 
 # user defined variables $OSC_BUILD_TARGETS_EXTRA and
 # $OSC_PROJECTS_EXTRA can add to the project/build target list
++ zsh-4.3.12-fix-c02cond-test.patch ++
commit ea7e24879fe3e7bf59b4373708158d5c973282a6
Author: Frank Terbeck 
Date:   Fri Dec 30 13:37:41 2011 +

30048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime'

diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
index 629fdd2..5742755 100644
--- a/Test/C02cond.ztst
+++ b/Test/C02cond.ztst
@@ -139,6 +139,9 @@
   elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then
 print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with 
NFS)"
 true
+  elif test -f /etc/mtab && { grep $(df . | tail -n1 | awk '{print $1}') 
/etc/mtab | grep -q noatime; }; then
+print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with 
noatime file system)"
+true
   

commit yast2-users for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2012-02-01 10:01:13

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-01-27 
15:25:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2012-02-01 10:01:17.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 15:50:13 CET 2012 - jsuch...@suse.cz
+
+- check if security settings were not modified on read (bnc#743715)
+- 2.22.2 
+
+---

Old:

  yast2-users-2.22.1.tar.bz2

New:

  yast2-users-2.22.2.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.7Hjt2m/_old  2012-02-01 10:01:19.0 +0100
+++ /var/tmp/diff_new_pack.7Hjt2m/_new  2012-02-01 10:01:19.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   yast2-users
-Version:2.22.1
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-2.22.1.tar.bz2 -> yast2-users-2.22.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.22.1/VERSION 
new/yast2-users-2.22.2/VERSION
--- old/yast2-users-2.22.1/VERSION  2012-01-26 13:14:08.0 +0100
+++ new/yast2-users-2.22.2/VERSION  2012-01-31 15:50:53.0 +0100
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.22.1/src/Users.pm 
new/yast2-users-2.22.2/src/Users.pm
--- old/yast2-users-2.22.1/src/Users.pm 2012-01-26 13:13:22.0 +0100
+++ new/yast2-users-2.22.2/src/Users.pm 2012-01-31 15:49:55.0 +0100
@@ -24,7 +24,7 @@
 # Package: Configuration of users and groups
 # Summary: I/O routines + main data structures
 #
-# $Id: Users.pm 67293 2012-01-25 13:16:00Z jsuchome $
+# $Id: Users.pm 67299 2012-01-26 12:14:26Z jsuchome $
 #
 
 package Users;
@@ -1311,6 +1311,7 @@
Security->Read ();
Progress->set ($progress_orig);
 }
+$security_modified = $security_modified || 
Security->GetModified ();
 
 my %security   = %{Security->Export ()};
 $pass_warn_age = $security{"PASS_WARN_AGE"}|| $pass_warn_age;

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



commit yast2-python-bindings for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-python-bindings for 
openSUSE:Factory checked in at 2012-02-01 10:01:02

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


Package is "yast2-python-bindings", Maintainer is "juhlia...@novell.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes  
2011-09-23 12:53:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new/yast2-python-bindings.changes
 2012-02-01 10:01:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:24:35 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ yast2-python-bindings.spec ++
--- /var/tmp/diff_new_pack.ViHUqq/_old  2012-02-01 10:01:13.0 +0100
+++ /var/tmp/diff_new_pack.ViHUqq/_new  2012-02-01 10:01:13.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-python-bindings (Version 2.20.0)
+# spec file for package yast2-python-bindings
 #
-# Copyright (c) 2010 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,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-python-bindings
 Version:2.20.0
-Release:1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-python-bindings-2.20.0.tar.bz2
-
-Prefix: /usr
+Source0:yast2-python-bindings-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0
-BuildRequires:  blocxx-devel curl-devel gcc-c++ libxcrypt-devel python-devel 
yast2-core-devel yast2-devtools yast2-ycp-ui-bindings-devel
+BuildRequires:  blocxx-devel
+BuildRequires:  curl-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  python-devel
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ycp-ui-bindings-devel
 
 # YCPValue::valuetype_str()
 Requires:   yast2-core   >= 2.16.37
@@ -39,32 +41,33 @@
 Requires:   python
 
 Summary:Python bindings for the YaST platform.
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 The bindings allow YaST modules to be written using the Python language
 and also Python scripts can use YaST agents, APIs and modules.
 
 %prep
-%setup -n yast2-python-bindings-2.20.0
+%setup -n yast2-python-bindings-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -83,5 +86,6 @@
 # libYCP goes elsewhere
 # %dir %{_libdir}/python
 %{_libdir}/python/site-packages
-%doc %{prefix}/share/doc/packages/yast2-python-bindings
+%doc %{_prefix}/share/doc/packages/yast2-python-bindings
+
 %changelog

++ yast2-python-bindings-2.20.0.tar.bz2 ++
 27967 lines of diff (skipped)

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



commit yast2-security for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2012-02-01 10:01:07

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2012-01-26 14:10:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2012-02-01 10:01:13.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 15:48:21 CET 2012 - jsuch...@suse.cz
+
+- use sha512 as default encryption value, not 'des' (bnc#743715)
+- 2.22.1 
+
+---

Old:

  yast2-security-2.22.0.tar.bz2

New:

  yast2-security-2.22.1.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.eTzQzv/_old  2012-02-01 10:01:14.0 +0100
+++ /var/tmp/diff_new_pack.eTzQzv/_new  2012-02-01 10:01:14.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   yast2-security
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-security-2.22.0.tar.bz2 -> yast2-security-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-2.22.0/VERSION 
new/yast2-security-2.22.1/VERSION
--- old/yast2-security-2.22.0/VERSION   2012-01-25 13:45:35.0 +0100
+++ new/yast2-security-2.22.1/VERSION   2012-01-31 15:48:53.0 +0100
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-2.22.0/configure 
new/yast2-security-2.22.1/configure
--- old/yast2-security-2.22.0/configure 2012-01-25 13:45:43.0 +0100
+++ new/yast2-security-2.22.1/configure 2012-01-31 15:52:10.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-security 2.22.0.
+# Generated by GNU Autoconf 2.68 for yast2-security 2.22.1.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-security'
 PACKAGE_TARNAME='yast2-security'
-PACKAGE_VERSION='2.22.0'
-PACKAGE_STRING='yast2-security 2.22.0'
+PACKAGE_VERSION='2.22.1'
+PACKAGE_STRING='yast2-security 2.22.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,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-security 2.22.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-security 2.22.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1300,7 +1300,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-security 2.22.0:";;
+ short | recursive ) echo "Configuration of yast2-security 2.22.1:";;
esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-security configure 2.22.0
+yast2-security configure 2.22.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1397,7 +1397,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-security $as_me 2.22.0, which was
+It was created by yast2-security $as_me 2.22.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2327,7 +2327,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-security'
- VERSION='2.22.0'
+ VERSION='2.22.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2449,7 +2449,7 @@
 
 
 
-VERSION="2.22.0"
+VERSION="2.22.1"
 RPMNAME="yast2-security"
 MAINTAINER="Jiri Suchomel "
 
@@ -3379,7 +3379,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-security $as_me 2.22.0, which was
+This file was extended by yast2-security $as_me 2.22.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3432,7 +3432,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2-security config.status 2.22.0
+yast2-security config.status 2.22.1
 configured by $0, generated by GNU Autoconf 2.

commit xpp2 for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package xpp2 for openSUSE:Factory checked in 
at 2012-02-01 10:00:53

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


Package is "xpp2", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/xpp2/xpp2.changes2011-09-23 
12:52:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.xpp2.new/xpp2.changes   2012-02-01 
10:00:56.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 10:17:26 UTC 2012 - mvysko...@suse.cz
+
+- remove file conflict between xpp2 and xpp2-manual 
+
+---



Other differences:
--
++ xpp2.spec ++
--- /var/tmp/diff_new_pack.hiOjFU/_old  2012-02-01 10:00:57.0 +0100
+++ /var/tmp/diff_new_pack.hiOjFU/_new  2012-02-01 10:00:57.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xpp2 (Version 2.1.10)
+# spec file for package xpp2
 #
-# Copyright (c) 2009 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
@@ -178,6 +178,8 @@
 %defattr(0644,root,root,0755)
 %{_datadir}/doc/%{name}-%{version}
 %{_datadir}/doc/%{name}
+%exclude %{_datadir}/doc/%{name}-%{version}/README.html
+%exclude %{_datadir}/doc/%{name}-%{version}/LICENSE.txt
 
 %files demo
 %defattr(0644,root,root,0755)

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



commit usbredir for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-02-01 10:00:48

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


Package is "usbredir", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-01-04 
07:32:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-02-01 
10:00:49.0 +0100
@@ -1,0 +2,28 @@
+Tue Jan 31 09:48:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.3.3:
+  + usbredirparser:
+- add usbredirfilter code, to help apps exclude certain devices
+  from redirection.
+  + usbredirhost:
+- add a usbredirhost_check_device_filter helper function.
+- Changes from version 0.3.2:
+  + Switched to automake/autoconf/libtool based make system
+  + usbredirparser:
+- limited multi-thread safeness, see README.multi-thread
+- extend the device_connect packet header with a device_version
+  field
+- Add a hello_func callback which gets called after receiving
+  the hello packet from the other side. This can be used to
+  determine when the caps from the other side have been
+  received and it thus is safe to call
+  usbredirparser_send_device_connect.
+  + usbredirhost:
+- limited multi-thread safeness, see README.multi-thread
+- properly handle clear stalls send from the usbguest
+- try to keep our iso buffer size near the target size
+- implement usb_redir_cap_connect_device_version
+- Call configure instead of exporting LDFLAGS and CPPFLAGS; this
+  is now possible as upstream switched to auto*.
+
+---

Old:

  usbredir-0.3.1.tar.bz2

New:

  usbredir-0.3.3.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.cQQq8W/_old  2012-02-01 10:00:50.0 +0100
+++ /var/tmp/diff_new_pack.cQQq8W/_new  2012-02-01 10:00:50.0 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package usbredir
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,12 +16,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   usbredir
-Version:0.3.1
-Release:1
-License:GPL-2.0+ ; LGPL-2.1+
+Version:0.3.3
+Release:0
 Summary:A protocol for redirection USB traffic
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
+Url:http://spice-space.org/page/UsbRedir
 Source: 
http://people.fedoraproject.org/~jwrdegoede/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libusb-1.0)
@@ -68,8 +71,7 @@
 %setup -q
 
 %build
-export CPPFLAGS="$(pkg-config --cflags libusb-1.0) %{optflags}"
-export LDFLAGS=$(pkg-config --libs libusb-1.0)
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -91,15 +93,17 @@
 
 %files -n libusbredirhost1
 %defattr(-, root, root)
-%{_libdir}/libusbredirhost.so.1
+%{_libdir}/libusbredirhost.so.*
 
 %files -n libusbredirparser0
 %defattr(-, root, root)
-%{_libdir}/libusbredirparser.so.0
+%{_libdir}/libusbredirparser.so.*
 
 %files devel
 %defattr(-, root, root)
+%doc README.multi-thread
 %{_includedir}/usbredirhost.h
+%{_includedir}/usbredirfilter.h
 %{_includedir}/usbredirparser.h
 %{_includedir}/usbredirproto.h
 %{_libdir}/libusbredirhost.so

++ usbredir-0.3.1.tar.bz2 -> usbredir-0.3.3.tar.bz2 ++
 43393 lines of diff (skipped)

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



commit spice-protocol for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2012-02-01 10:00:32

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


Package is "spice-protocol", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2011-12-01 12:26:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2012-02-01 10:00:34.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 09:46:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.10.1:
+  + Add support for a header without sublist and serial.
+
+---

Old:

  spice-protocol-0.10.0.tar.bz2

New:

  spice-protocol-0.10.1.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.GqsvJc/_old  2012-02-01 10:00:35.0 +0100
+++ /var/tmp/diff_new_pack.GqsvJc/_new  2012-02-01 10:00:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   spice-protocol
-Version:0.10.0
-Release:1
-License:BSD-3-Clause
-Group:  Development/Languages/C and C++
+Version:0.10.1
+Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
+License:BSD-3-Clause
+Group:  Development/Languages/C and C++
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig

++ spice-protocol-0.10.0.tar.bz2 -> spice-protocol-0.10.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.0/NEWS 
new/spice-protocol-0.10.1/NEWS
--- old/spice-protocol-0.10.0/NEWS  2011-11-10 17:17:55.0 +0100
+++ new/spice-protocol-0.10.1/NEWS  2012-01-16 11:34:18.0 +0100
@@ -1,3 +1,7 @@
+Major changes in 0.10.1
+===
+* Add support for a header without sublist and serial (mini header)
+
 Major changes in 0.10.0
 ===
 * no changes, released to match version with spice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.0/configure 
new/spice-protocol-0.10.1/configure
--- old/spice-protocol-0.10.0/configure 2011-11-10 17:18:35.0 +0100
+++ new/spice-protocol-0.10.1/configure 2012-01-16 11:36:34.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for spice-protocol 0.10.0.
+# Generated by GNU Autoconf 2.68 for spice-protocol 0.10.1.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.10.0'
-PACKAGE_STRING='spice-protocol 0.10.0'
+PACKAGE_VERSION='0.10.1'
+PACKAGE_STRING='spice-protocol 0.10.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1177,7 +1177,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 spice-protocol 0.10.0 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.10.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1243,7 +1243,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of spice-protocol 0.10.0:";;
+ short | recursive ) echo "Configuration of spice-protocol 0.10.1:";;
esac
   cat <<\_ACEOF
 
@@ -1317,7 +1317,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-spice-protocol configure 0.10.0
+spice-protocol configure 0.10.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1334,7 +1334,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spice-protocol $as_me 0.10.0, which was
+It was created by spice-protocol $as_me 0.10.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ 

commit step for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2012-02-01 10:00:39

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.changes2011-12-08 
11:31:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2012-02-01 
10:00:41.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:01:25 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:48:28 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
+  
+
+---

Old:

  step-4.7.4.tar.bz2

New:

  step-4.8.0.tar.bz2



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.z2DP0W/_old  2012-02-01 10:00:42.0 +0100
+++ /var/tmp/diff_new_pack.z2DP0W/_new  2012-02-01 10:00:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package step
 #
-# 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
@@ -37,7 +37,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-4.7.4.tar.bz2 -> step-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.7.4/cmake/modules/FindGSL.cmake 
new/step-4.8.0/cmake/modules/FindGSL.cmake
--- old/step-4.7.4/cmake/modules/FindGSL.cmake  2011-10-02 15:25:56.0 
+0200
+++ new/step-4.8.0/cmake/modules/FindGSL.cmake  2012-01-02 20:52:42.0 
+0100
@@ -23,8 +23,7 @@
   ENDIF(NOT WIN32)
 
   find_path(GSL_INCLUDE_DIR
-NAMES gsl_cdf.h gsl_randist.h
-PATH_SUFFIXES gsl
+NAMES gsl/gsl_cdf.h gsl/gsl_randist.h
 PATHS ${_GSLIncDir})
   set(GSL_LIBRARIES ${_GSLLinkFlags})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.7.4/doc/examples.docbook 
new/step-4.8.0/doc/examples.docbook
--- old/step-4.7.4/doc/examples.docbook 2011-10-02 15:25:56.0 +0200
+++ new/step-4.8.0/doc/examples.docbook 2011-12-20 20:13:26.0 +0100
@@ -1,24 +1,145 @@
 
 &step; examples 
- - 
+
+  &step; package contains several instructive examples to help you understand 
the principles of the application work. To open an example from the default set 
choose File Examples 
Open Example... from the main window 
menu.
+
+
+
+   You can share your own examples with File 
Examples Share Current 
Experiment... or download examples shared by other 
users with File 
Examples Download New 
Experiments Downloaded examples can be opened 
using File Examples 
Open Downloaded Example... menu item.
+
+
+
+  You can find the descriptions of the default example files below.
+
+
+
+
+brownian.step
+Plots trajectory of the rigid disk interacting with 40 
particles that randomly drifting in a box. This example simulates http://en.wikipedia.org/wiki/Brownian_motion";>Brownian motion of 
ideal gas particles.
+
+
+
+doublependulum.step
+This example simulates http://en.wikipedia.org/wiki/Double_pendulum";>double pendulum 
motion using 2 massive particles and two sticks.
+
+
+
+eightpendulum.step
+This example is a simple demonstration of the famous http://en.wikipedia.org/wiki/Newton%27s_cradle";>Newton's cradle. 
It is done in &step; using sticks, 8 discs and a box. The six balls in the 
middle are not moving because they just transfer momentum and energy, not a 
motion.
+
+
+
+first.step: First example
+This example has two parts. The first part contains two 
particles connected 
+by a spring and the second part contains two charged particles.
+
+
+
+Two particles connected by a spring
+
+  
+In this example two particles are added to the scene and spring is 
connected 
+between them. The properties of both the particles such as velocity, 
momentum, 
+position &etc; has been set in the properties browser. The properties of 
the 
+spring such as stiffness, restLength, damping &etc; also has been set in 
the 
+properties browser.
+  
+ 
+   Explanation of the si

commit python-WSGIProxy for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-WSGIProxy for 
openSUSE:Factory checked in at 2012-02-01 10:00:24

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


Package is "python-WSGIProxy", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-WSGIProxy/python-WSGIProxy.changes
2012-01-04 07:30:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WSGIProxy.new/python-WSGIProxy.changes   
2012-02-01 10:00:26.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 13:47:42 UTC 2012 - sasc...@suse.de
+
+- Simplified macro usage
+
+---



Other differences:
--
++ python-WSGIProxy.spec ++
--- /var/tmp/diff_new_pack.oHof11/_old  2012-02-01 10:00:27.0 +0100
+++ /var/tmp/diff_new_pack.oHof11/_new  2012-02-01 10:00:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WSGIProxy
 #
-# 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
@@ -11,10 +11,9 @@
 # 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-WSGIProxy
 Version:0.2.2
 Release:0
@@ -28,13 +27,11 @@
 BuildRequires:  python-distribute
 Provides:   python-wsgiproxy = %{version}
 Obsoletes:  python-wsgiproxy < %{version}
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other

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



commit python-WebTest for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2012-02-01 10:00:17

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


Package is "python-WebTest", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2011-11-28 18:27:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2012-02-01 10:00:18.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 31 13:49:10 UTC 2012 - sasc...@suse.de
+
+- Simplified macro usage
+- Run testsuite
+- Update to version 1.3.3:
+  * added post_json, put_json, delete_json
+  * fix #25 params dictionary of webtest.AppTest.post() does not support 
unicode values
+- Changes from version 1.3.2:
+  * improve showbrowser.
+  * print_stderr fail with unicode string on python2
+- Changes from version 1.3.1:
+  * Added .option()
+  * Full python3 compat
+
+---

Old:

  WebTest-1.3.tar.gz

New:

  WebTest-1.3.3.tar.gz



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.OoLVE2/_old  2012-02-01 10:00:19.0 +0100
+++ /var/tmp/diff_new_pack.OoLVE2/_new  2012-02-01 10:00:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebTest
 #
-# 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
@@ -11,12 +11,11 @@
 # 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-WebTest
-Version:1.3
+Version:1.3.3
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
@@ -29,15 +28,13 @@
 Requires:   python-WebOb
 Requires:   python-dtopt
 Requires:  python-nose
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 This wraps any WSGI application and makes it easy to send test

++ WebTest-1.3.tar.gz -> WebTest-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3/PKG-INFO new/WebTest-1.3.3/PKG-INFO
--- old/WebTest-1.3/PKG-INFO2011-08-28 16:22:13.0 +0200
+++ new/WebTest-1.3.3/PKG-INFO  2011-11-21 15:02:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: WebTest
-Version: 1.3
+Version: 1.3.3
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
@@ -25,3 +25,4 @@
 Classifier: Programming Language :: Python :: 2.5
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3/WebTest.egg-info/PKG-INFO 
new/WebTest-1.3.3/WebTest.egg-info/PKG-INFO
--- old/WebTest-1.3/WebTest.egg-info/PKG-INFO   2011-08-28 16:22:12.0 
+0200
+++ new/WebTest-1.3.3/WebTest.egg-info/PKG-INFO 2011-11-21 15:02:50.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: WebTest
-Version: 1.3
+Version: 1.3.3
 Summary: Helper to test WSGI applications
 Home-page: http://webtest.pythonpaste.org/
 Author: Gael Pasgrimaud
@@ -25,3 +25,4 @@
 Classifier: Programming Language :: Python :: 2.5
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebTest-1.3/docs/conf.py 
new/WebTest-1.3.3/docs/conf.py
--- old/WebTest-1.3/docs/conf.py2011-08-28 16:19:27.0 +0200
+++ new/WebTest-1.3.3/docs/conf.py  2011-10-19 12:25:05.0 +0200
@@ -39,10 +39,8 @@
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
-# The

commit python-WebOb for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-WebOb for openSUSE:Factory 
checked in at 2012-02-01 10:00:05

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


Package is "python-WebOb", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes
2011-12-06 13:53:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebOb.new/python-WebOb.changes   
2012-02-01 10:00:06.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan 31 13:45:16 UTC 2012 - sasc...@suse.de
+
+- Spec cleanup:
+  * Simplified macro usage
+  * Remove unneeded runtime requirement on python-nose
+  * Run testsuite
+- Update to version 1.2b2:
+  * Fix request.cookies.get('name', 'default'). Previously default was ignored.
+- Changes from version 1.2b1:
+  * Mutating the request.cookies property now reflects the mutations into the 
HTTP_COOKIES environ header.
+  * Response.etag = (tag, False) sets weak etag.
+  * Range only parses single range now.
+  * Range.satisfiable(..) is gone.
+  * Accept.best_matches() is gone; use list(request.accept) or 
request.accept.best_match(..) instead (applies to all Accept-* headers) or 
similar with request.accept_language.
+  * Response.request and Response.environ attrs are undeprecated and no longer 
raise exceptions when used. These can also be passed to the Response 
constructor. This is to support codebases that pass them to the constructor or 
assign them to a response instance. However, some behavior differences from 1.1 
exist. In particular, synchronization is no longer done between environ and 
request attribute properties of Response; you may pass either to the 
constructor (or both) or assign one or the other or both, but they wont be 
managed specially and will remain the same over the lifetime of the response 
just as you passed them. Default values for both request and environ on any 
given response are None now.
+  * Undeprecated uscript_name and upath_info.
+  * For backwards compatibility purposes, switch req.script_name and path_info 
back again to contain “raw” undecoded native strings rather than text. Use 
uscript_name and upath_info to get the text version of SCRIPT_NAME and 
PATH_INFO.
+  * Don’t raise an exception if unicode_errors or decode_param_names is passed 
to the Request constructor. Instead, emit a warning. For benefit of Pylons 1.X, 
which passes both.
+  * Don’t raise an exception if HTTPException.exception is used; instead emit 
a warning. For benefit of Pylons 1.X, which uses it.
+
+---

Old:

  WebOb-1.1.1.zip

New:

  WebOb-1.2b2.zip



Other differences:
--
++ python-WebOb.spec ++
--- /var/tmp/diff_new_pack.clA8CV/_old  2012-02-01 10:00:07.0 +0100
+++ /var/tmp/diff_new_pack.clA8CV/_new  2012-02-01 10:00:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebOb
 #
-# 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
@@ -11,35 +11,32 @@
 # 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-WebOb
-Version:1.1.1
+Version:1.2b2
 Release:0
-License:MIT
 Summary:WSGI request and response object
-Url:http://webob.org/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://webob.org/
 Source: 
http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.zip
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+BuildRequires:  python-nose
 BuildRequires:  unzip
 Requires:   python-Tempita
 Requires:   python-WebTest
-Requires:   python-nose
-Requires:   python-wsgiproxy
+Requires:   python-WSGIProxy
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-webob = %{version}
 Obsoletes:  python-webob < %{version}
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_l

commit python-pip for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2012-02-01 09:59:58

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


Package is "python-pip", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes2011-09-26 
10:17:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes   
2012-02-01 09:59:59.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan 31 14:11:43 UTC 2012 - sasc...@suse.de
+
+- Run testsuite
+
+---
+Mon Dec  5 12:31:47 UTC 2011 - sasc...@suse.de
+
+- Only SLES-11 needs %python_sitelib and not noarch
+
+---



Other differences:
--
++ python-pip.spec ++
--- /var/tmp/diff_new_pack.jrdQfY/_old  2012-02-01 10:00:00.0 +0100
+++ /var/tmp/diff_new_pack.jrdQfY/_new  2012-02-01 10:00:00.0 +0100
@@ -26,14 +26,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+BuildRequires:  python-nose
 Requires:   python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Pip is a replacement for easy_install. It uses mostly the same techniques for
@@ -50,6 +49,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+cd tests && nosetests
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.txt LICENSE.txt docs/*

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



commit python-pathtools for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-pathtools for 
openSUSE:Factory checked in at 2012-02-01 09:59:51

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


Package is "python-pathtools", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pathtools.new/python-pathtools.changes   
2012-02-01 09:59:52.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Jan 31 13:10:30 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  pathtools-0.1.2.tar.gz
  python-pathtools.changes
  python-pathtools.spec



Other differences:
--
++ python-pathtools.spec ++
#
# spec file for package python-pathtools
#
# 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-pathtools
Version:0.1.2
Release:0
Url:http://github.com/gorakhargosh/pathtools
Summary:File system general utilities
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/p/pathtools/pathtools-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
#BuildRequires:  python-Sphinx
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Pattern matching and various utilities for file systems paths.

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

%build
python setup.py build
#cd docs && make html && rm -r build/html/.buildinfo # Build HTML docs

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README
#%%doc docs/build/html
%{python_sitelib}/*

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



commit python-iniparse for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-iniparse for openSUSE:Factory 
checked in at 2012-02-01 09:59:41

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


Package is "python-iniparse", Maintainer is "jmate...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-iniparse/python-iniparse.changes  
2011-09-23 12:42:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-iniparse.new/python-iniparse.changes 
2012-02-01 09:59:42.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 14:31:54 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Simplified macro usage
+  * Removed outdated %clean section
+  * Buildrequire python-distribute instead of setuptools
+
+---



Other differences:
--
++ python-iniparse.spec ++
--- /var/tmp/diff_new_pack.C1XB0P/_old  2012-02-01 09:59:46.0 +0100
+++ /var/tmp/diff_new_pack.C1XB0P/_new  2012-02-01 09:59:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-iniparse (Version 0.4)
+# spec file for package python-iniparse
 #
-# Copyright (c) 2010 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,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   python-iniparse
-BuildRequires:  python-setuptools
 Version:0.4
-Release:1
+Release:0
 Summary:Python Module for Accessing and Modifying Configuration Data 
in INI files
-Group:  Development/Libraries/Python
 License:MIT
+Group:  Development/Libraries/Python
 Url:http://code.google.com/p/iniparse/
 Source0:http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
+BuildRequires:  python-distribute
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %suse_version > 1120
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%py_requires
 
 %description
 iniparse is an INI parser for Python which is API compatible with the
@@ -41,23 +39,18 @@
 
 %prep
 %setup -q -n iniparse-%{version}
+chmod 644 html/index.html
 
 %build
-%{__python} setup.py build
-# fixes
-chmod 644 html/index.html
+python setup.py build
 
 %install
-%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT 
--prefix=%{_prefix} --record-rpm=INSTALLED_FILES
-# fixes
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/iniparse-%{version}
-grep -v "share/doc/iniparse-%{version}" INSTALLED_FILES > INSTALLED_FILES-nodoc
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --root %{buildroot} --prefix=%{_prefix}
+rm -rf %{buildroot}%{_datadir}/doc/iniparse-%{version} # Remove unwanted stuff
 
-%files -f INSTALLED_FILES-nodoc
+%files
 %defattr(-,root,root,-)
-%doc Changelog LICENSE LICENSE-PSF README html/index.html html/style.css
+%doc Changelog LICENSE LICENSE-PSF README html/*
+%{python_sitelib}/*
 
 %changelog

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



commit python-argh for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-argh for openSUSE:Factory 
checked in at 2012-02-01 09:59:29

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


Package is "python-argh", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-argh.new/python-argh.changes 
2012-02-01 09:59:36.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Jan 31 12:26:26 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  argh-0.14.2.tar.gz
  python-argh.changes
  python-argh.spec



Other differences:
--
++ python-argh.spec ++
#
# spec file for package python-argh
#
# 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-argh
Version:0.14.2
Release:0
Url:http://bitbucket.org/neithere/argh/
Summary:A simple argparse wrapper
License:LGPL-3.0+
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/a/argh/argh-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-argparse >= 1.1
BuildRequires:  python-distribute
Requires:   python-argparse >= 1.1
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Agrh, argparse!

Did you ever say "argh" trying to remember the details of optparse or argparse
API? If yes, this package may be useful for you. It provides a very simple
wrapper for argparse with support for hierarchical commands that can be bound
to modules or classes. Argparse can do it; argh makes it easy.

Here's a list of features that argh adds to argparse:

* mark a function as a CLI command and specify its arguments before the parser
  is instantiated;
* nesed commands made easy: no messing with subparsers (though they are of
  course used under the hood);
* infer agrument type from the default value;
* infer command name from function name;
* add an alias root command help for the --help argument;
* enable passing unwrapped arguments to certain functions instead of a
  argparse.Namespace object.

Argh is fully compatible with argparse. You can mix argh-agnostic and
argh-aware code. Just keep in mind that argh.dispatch does some extra
work that a custom dispatcher may not do.

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

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{python_sitelib}/*

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



commit php5-pear-XML_Serializer for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-XML_Serializer for 
openSUSE:Factory checked in at 2012-02-01 09:59:21

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-XML_Serializer/php5-pear-XML_Serializer.changes
2011-09-23 12:40:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-XML_Serializer.new/php5-pear-XML_Serializer.changes
   2012-02-01 09:59:22.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:09 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-XML_Serializer.spec ++
--- /var/tmp/diff_new_pack.B3NHko/_old  2012-02-01 09:59:23.0 +0100
+++ /var/tmp/diff_new_pack.B3NHko/_new  2012-02-01 09:59:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-XML_Serializer
 #
-# 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,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-XML_Serializer
 %define pear_name  XML_Serializer
 %define pear_sname xml_serializer
 Summary:Swiss-army knife for creating, reading and writing XML files
-Version:0.20.2
-Release:1
-License:BSD License
+License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:0.20.2
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source0:%{pear_name}-%{version}.tgz
 ## Source 1:COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 5
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php >= 5
 Requires:   php5-pear

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



commit php5-pear-Mail_mimeDecode for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Mail_mimeDecode for 
openSUSE:Factory checked in at 2012-02-01 09:59:12

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Mail_mimeDecode/php5-pear-Mail_mimeDecode.changes
  2011-09-23 12:40:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Mail_mimeDecode.new/php5-pear-Mail_mimeDecode.changes
 2012-02-01 09:59:13.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:05 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Mail_mimeDecode.spec ++
--- /var/tmp/diff_new_pack.z0L8xn/_old  2012-02-01 09:59:13.0 +0100
+++ /var/tmp/diff_new_pack.z0L8xn/_new  2012-02-01 09:59:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Mail_mimeDecode
 #
-# 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,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   php5-pear-Mail_mimeDecode
 %define pear_name  Mail_mimeDecode
 %define pear_sname mail_mimedecode
 Summary:Decode mime messages
-Version:1.5.5
-Release:1
-License:BSD Style
+License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:1.5.5
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 4.3
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php >= 4.3
 Requires:   php5-pear

-- 
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-02-01 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-02-01 09:59:07

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
2011-09-23 12:40:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-HTTP_WebDAV_Server.new/php5-pear-HTTP_WebDAV_Server.changes
   2012-02-01 09:59:08.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:04 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-HTTP_WebDAV_Server.spec ++
--- /var/tmp/diff_new_pack.DPytCR/_old  2012-02-01 09:59:09.0 +0100
+++ /var/tmp/diff_new_pack.DPytCR/_new  2012-02-01 09:59:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-HTTP_WebDAV_Server
 #
-# 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,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   php5-pear-HTTP_WebDAV_Server
 %define pear_name  HTTP_WebDAV_Server
 %define pear_sname http_webdav_server
 Summary:WebDAV Server Base class
-Version:1.0.0RC5
-Release:1
-License:New BSD License
+License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:1.0.0RC5
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 4.4
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php >= 4.4
 Requires:   php5-pear

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



commit php5-pear-Horde_Text_Filter for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Text_Filter for 
openSUSE:Factory checked in at 2012-02-01 09:58:55

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Filter/php5-pear-Horde_Text_Filter.changes
  2011-09-23 12:40:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Filter.new/php5-pear-Horde_Text_Filter.changes
 2012-02-01 09:58:57.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan 17 14:53:29 UTC 2012 - l...@b1-systems.de
+
+- version 1.1.2
+- ships lgpl-2.1 file as the website says
+- [mms] Horde_Text_Filter_Text2Html now accepts a Horde_Text_Flowed object as 
input to filter(); allows proper quoting of input text.
+- [mms] Add some more questionable tags/attributes to strip in the XSS filter.
+- [mms] Fix unnecessary use of POSIX collating element in Linkurls filter (Bug 
#10828; j...@yaina.de).
+
+---
+Wed Dec 14 20:50:00 UTC 2011 - co...@suse.com
+
+- the latest LGPL is v3
+
+---

Old:

  Horde_Text_Filter-1.0.4.tgz

New:

  Horde_Text_Filter-1.1.2.tgz



Other differences:
--
++ php5-pear-Horde_Text_Filter.spec ++
--- /var/tmp/diff_new_pack.hSMA4K/_old  2012-02-01 09:59:01.0 +0100
+++ /var/tmp/diff_new_pack.hSMA4K/_new  2012-02-01 09:59:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Text_Filter
 #
-# 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
@@ -20,12 +20,12 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Horde Text Filter API
+License:LGPL-2.1
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Text_Filter
-Version:1.0.4
-Release:1
-License:LGPL
-Group:  Development/Libraries/PHP
+Version:1.1.2
+Release:0
 Source0:http://pear.horde.org/get/Horde_Text_Filter-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Text_Filter
@@ -92,7 +92,7 @@
 
 %files -f %{pear_name}.lang
 %defattr(-,root,root)
-
+%doc %{_docdir}/%{name}
 %{peardir}/*
 %{xmldir}/Horde_Text_Filter.xml
 

++ Horde_Text_Filter-1.0.4.tgz -> Horde_Text_Filter-1.1.2.tgz ++
 10503 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_Tree for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Tree for 
openSUSE:Factory checked in at 2012-02-01 09:59:01

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Tree/php5-pear-Horde_Tree.changes
2011-09-23 12:40:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Tree.new/php5-pear-Horde_Tree.changes
   2012-02-01 09:59:02.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:03 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Horde_Tree.spec ++
--- /var/tmp/diff_new_pack.YJ3H3H/_old  2012-02-01 09:59:03.0 +0100
+++ /var/tmp/diff_new_pack.YJ3H3H/_new  2012-02-01 09:59:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Tree
 #
-# 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
@@ -20,12 +20,12 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Horde Tree API
+License:GPL-2.0+
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Tree
 Version:1.0.0
-Release:1
-License:GPL
-Group:  Development/Libraries/PHP
+Release:0
 Source0:http://pear.horde.org/get/Horde_Tree-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Tree

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



commit php5-pear-Horde_SpellChecker for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_SpellChecker for 
openSUSE:Factory checked in at 2012-02-01 09:58:40

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_SpellChecker/php5-pear-Horde_SpellChecker.changes
2011-09-23 12:40:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_SpellChecker.new/php5-pear-Horde_SpellChecker.changes
   2012-02-01 09:58:45.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:01 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Horde_SpellChecker.spec ++
--- /var/tmp/diff_new_pack.93h0uP/_old  2012-02-01 09:58:48.0 +0100
+++ /var/tmp/diff_new_pack.93h0uP/_new  2012-02-01 09:58:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_SpellChecker
 #
-# 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
@@ -20,12 +20,12 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Spellcheck API
+License:LGPL-2.1+
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_SpellChecker
 Version:1.0.0
-Release:1
-License:LGPL
-Group:  Development/Libraries/PHP
+Release:0
 Source0:http://pear.horde.org/get/Horde_SpellChecker-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_SpellChecker

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



commit php5-pear-Horde_Notification for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Notification for 
openSUSE:Factory checked in at 2012-02-01 09:58:35

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Notification/php5-pear-Horde_Notification.changes
2011-09-23 12:40:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Notification.new/php5-pear-Horde_Notification.changes
   2012-02-01 09:58:38.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 17 13:13:19 UTC 2012 - l...@b1-systems.de
+
+- version 1.0.1
+- added license file
+- Fix tests to work with PHPUnit 3.6.
+
+--

Old:

  Horde_Notification-1.0.0.tgz

New:

  Horde_Notification-1.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Notification.spec ++
--- /var/tmp/diff_new_pack.ZCVmRv/_old  2012-02-01 09:58:42.0 +0100
+++ /var/tmp/diff_new_pack.ZCVmRv/_new  2012-02-01 09:58:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Notification
 #
-# 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
@@ -20,12 +20,12 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Horde Notification System
+License:LGPL-2.1
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Notification
-Version:1.0.0
-Release:1
-License:LGPL
-Group:  Development/Libraries/PHP
+Version:1.0.1
+Release:0
 Source0:http://pear.horde.org/get/Horde_Notification-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Notification
@@ -97,5 +97,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Notification.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Notification-1.0.0.tgz -> Horde_Notification-1.0.1.tgz ++
 4923 lines of diff (skipped)

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



commit nested for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package nested for openSUSE:Factory checked 
in at 2012-02-01 09:58:22

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


Package is "nested", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nested/nested.changes2012-01-27 
15:22:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.nested.new/nested.changes   2012-02-01 
09:58:24.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan 25 11:49:49 UTC 2012 - sasc...@suse.de
+
+- Spec cleanup:
+  * Reduce unneeded macro usage
+  * Removed outdated %clean section
+  * Fix some rpmlint issues (%find_lang)
+- Removed scary service files
+
+---

Old:

  _service
  _service:download_files:nested-1.2.2.tar.gz

New:

  nested-1.2.2.tar.gz



Other differences:
--
++ nested.spec ++
--- /var/tmp/diff_new_pack.PELhmw/_old  2012-02-01 09:58:33.0 +0100
+++ /var/tmp/diff_new_pack.PELhmw/_new  2012-02-01 09:58:33.0 +0100
@@ -1,7 +1,8 @@
 #
 # spec file for package nested
 #
-# Copyright (c) Copyright 2011 Izaac Zavaleta
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 Izaac Zavaleta
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,60 +16,54 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define name nested
-%define version 1.2.2
-%define unmangled_version 1.2.2
-%define release 1
+Name:   nested
+Version:1.2.2
+Release:0
 Summary:Specialized editor for structured documents
-
-Name:   %{name}
-Version:%{version}
-Release:%{release}
 License:GPL-2.0+ and Apache-2.0
 Group:  Productivity/Editors/Other
 Url:http://nestededitor.sourceforge.net/
-Source0:
http://prdownloads.sourceforge.net/nestededitor/files/%{name}-%{unmangled_version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/nestededitor/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
+BuildRequires:  fdupes
+BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Prefix: %{_prefix}
 %if 0%{?suse_version} >= 1210
-BuildRequires:  fdupes python-devel python-distribute update-desktop-files
-%else
-BuildRequires:  fdupes python-devel update-desktop-files
+BuildRequires:  python-distribute
 %endif
-Requires:   python-gtk, python-webkitgtk texlive texlive-latex netpbm
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
+Requires:   netpbm
+Requires:   python-gtk
+Requires:   python-webkitgtk
+Requires:   texlive
+Requires:   texlive-latex
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
-%{!?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 "from 
distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
-%endif
+BuildArch:  noarch
 %endif
 
 %description
 Nested is a specialized editor focused on creating structured documents such 
as reports, publications, presentations, books, etc. It is designed to help the 
user concentrate on writing content without been distracted by format or 
markup. It offers a rich WYSIWYM interface where the user writes plain text 
with a lightweight markup language.
 
 %prep
-%setup -n %{name}-%{unmangled_version}
+%setup -q
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install -O1 --prefix=%{_prefix} --root=%{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 mkdir -p %{buildroot}%{_datadir}/applications/
-cp %SOURCE1 %{buildroot}%{_datadir}/applications/
+cp %{SOURCE1} %{buildroot}%{_datadir}/applications/
 mkdir -p %{buildroot}%{_datadir}/pixmaps/
-%{__python} l10n/compile_mo.py
+python l10n/compile_mo.py
 mkdir -p %{buildroot}%{_datadir}/locale
 mv l10n/mo/* %{buildroot}%{_datadir}/locale
 mkdir -p %{buildroot}%{_mandir}/man1
-%{__python} -B %{_builddir}/%{name}-%{version}/nested/txt2tags.py --target man 
\
---infile %{_builddir}/%{name}-%{version}/nested/examples/Manpage/Manpage.t2t \
---outfile %{_builddir}/%{name}-%{version}/nested/nested.1  
+python -B %{_builddir}/%{name}-%{version}/nested/txt2tags.py --target man \
+--infile 
%{_build

commit php5-pear-Horde_Group for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Group for 
openSUSE:Factory checked in at 2012-02-01 09:58:27

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Group/php5-pear-Horde_Group.changes  
2011-09-23 12:40:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Group.new/php5-pear-Horde_Group.changes
 2012-02-01 09:58:34.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan 13 12:29:42 UTC 2012 - l...@b1-systems.de
+
+- version 1.0.4
+- [jan] Allow to run unit tests from installed package.
+- [jan] Fix bind for modifying existing LDAP groups.
+- added license file
+
+---
+Sun Aug 14 21:00:11 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- horde says they only use lgpl2.1
+- [jan] Add support for the attrisdn configuration setting (Bug #9762).
+- [jan] Fix undefined method when using attrisdn in LDAP driver.
+
+---

Old:

  Horde_Group-1.0.0.tgz

New:

  Horde_Group-1.0.4.tgz



Other differences:
--
++ php5-pear-Horde_Group.spec ++
--- /var/tmp/diff_new_pack.nP6BJN/_old  2012-02-01 09:58:38.0 +0100
+++ /var/tmp/diff_new_pack.nP6BJN/_new  2012-02-01 09:58:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Group
 #
-# 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define peardir %(pear config-get php_dir 2> /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Horde User Groups System
+License:LGPL-2.1
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Group
-Version:1.0.0
-Release:1
-License:LGPL
-Group:  Development/Libraries/PHP
+Version:1.0.4
+Release:0
 Source0:http://pear.horde.org/get/Horde_Group-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Group
@@ -33,7 +32,6 @@
 Requires:   php5-pear-Horde_Exception < 2.0.0
 Requires:   php5-pear-Horde_Util < 2.0.0
 Requires:   php5-pear >= 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
@@ -96,5 +94,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Group.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Group-1.0.0.tgz -> Horde_Group-1.0.4.tgz ++
 6197 lines of diff (skipped)

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



commit md5deep for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package md5deep for openSUSE:Factory checked 
in at 2012-02-01 09:58:14

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


Package is "md5deep", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/md5deep/md5deep.changes  2011-09-26 
17:06:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.md5deep.new/md5deep.changes 2012-02-01 
09:58:19.0 +0100
@@ -1 +1,28 @@
--
+---
+Fri Jan 25 20:21:00 GMT 2012 - elchev...@opensuse.org
+
+- Updated to version 4.0.1
+
+* Bug Fixes
+
+  Fixed hang on DFXML generation on Win32
+  Fixed incorrect hashes via stdin on Win32
+  Fixed "Too many open files" error on OS X
+  Doc files in Win32 have been corrected. 
+
+---
+Fri Jan 13 13:00:00 GMT 2012 - elchev...@opensuse.org
+
+- Updated to version 4.0.0
+
+* New Features
+
+  Rewrote most of the program in C++.
+  Enabled multiprocessor support on all platforms.
+  Removed ten character limit on file size mode
+
+* Bug Fixes
+
+  Too numerous to count!
+
+---
@@ -13 +40 @@
--
+---

Old:

  md5deep-3.9.2.tar.gz

New:

  md5deep-4.0.1.tar.gz



Other differences:
--
++ md5deep.spec ++
--- /var/tmp/diff_new_pack.gWN2Ey/_old  2012-02-01 09:58:20.0 +0100
+++ /var/tmp/diff_new_pack.gWN2Ey/_new  2012-02-01 09:58:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package md5deep
 #
-# 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
@@ -18,13 +18,14 @@
 
 
 Name:   md5deep
-Version:3.9.2
-Release:1
-License:Public Domain and GPLv2
+Version:4.0.1
+Release:0
+License:GPL-2.0+
 Summary:Compute MD5, SHA-1, SHA-256, Tiger or Whirlpool message digests
 Url:http://md5deep.sourceforge.net/
 Group:  System/Base
 Source0:%{name}-%{version}.tar.gz
+BuildRequires:  gcc-c++
 BuildRequires:  fdupes
 BuildRequires:  python
 BuildRequires:  python-devel
@@ -38,7 +39,7 @@
 hashes in a variety of formats.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 %build
 if test -x ./configure; then
@@ -47,6 +48,7 @@
 make
 
 %install
+
 %make_install
 
 # create symlinks for man pages
@@ -54,6 +56,12 @@
 # create hardlinks for the rest
 %fdupes %{buildroot}
 
+#%check
+#
+# look how to do the checks in future
+#cd tests
+#sh tests.sh
+
 %clean
 rm -rf %{buildroot}
 

++ md5deep-3.9.2.tar.gz -> md5deep-4.0.1.tar.gz ++
 38108 lines of diff (skipped)

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



commit libvirt-glib for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package libvirt-glib for openSUSE:Factory 
checked in at 2012-02-01 09:58:10

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


Package is "libvirt-glib", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-glib/libvirt-glib.changes
2012-01-17 16:11:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-glib.new/libvirt-glib.changes   
2012-02-01 09:58:11.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan 31 08:59:44 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.0.4:
+  + Add support for configuring sound, serial, parallel and channel
+devices
+  + Add support for newer libvirt shutdown event
+  + Add support for setting SPICE/VNC passwords
+  + Fix storage pool annotations
+  + Improve docs for memory APIs
+  + Fix problem with duplicated attributes
+  + Many internal XML helper API cleanups/additions
+  + Add API for retrieving list of all devices
+  + Fix mixup between g_new0/g_slice_free
+  + Change namespace for GVirConfig APIs (breaks ABI and API)
+  + New APIs for save/suspend
+
+---

Old:

  libvirt-glib-0.0.3.tar.gz

New:

  libvirt-glib-0.0.4.tar.gz



Other differences:
--
++ libvirt-glib.spec ++
--- /var/tmp/diff_new_pack.hwgbXi/_old  2012-02-01 09:58:12.0 +0100
+++ /var/tmp/diff_new_pack.hwgbXi/_new  2012-02-01 09:58:12.0 +0100
@@ -16,8 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libvirt-glib
-Version:0.0.3
+Version:0.0.4
 Release:0
 Summary:GLib and GObject mapping of libvirt
 License:LGPL-2.1+

++ libvirt-glib-0.0.3.tar.gz -> libvirt-glib-0.0.4.tar.gz ++
 6836 lines of diff (skipped)

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



commit libtranslate for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package libtranslate for openSUSE:Factory 
checked in at 2012-02-01 09:58:05

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


Package is "libtranslate", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libtranslate/libtranslate.changes
2012-01-30 12:26:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtranslate.new/libtranslate.changes   
2012-02-01 09:58:06.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 13:18:21 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Ensure pkgconfig symbols are provided
+- Specify more exact BuildRequires
+
+---

New:

  libtranslate-m4.diff



Other differences:
--
++ libtranslate.spec ++
--- /var/tmp/diff_new_pack.V2amWU/_old  2012-02-01 09:58:06.0 +0100
+++ /var/tmp/diff_new_pack.V2amWU/_new  2012-02-01 09:58:06.0 +0100
@@ -2,19 +2,25 @@
 # spec file for package libtranslate
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to this
-# package are under the same license as the package itself.
 #
+# 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:   libtranslate
 Version:0.99
 Release:0
-License:BSD-3-Clause
 Summary:Library for translating text
-Url:http://www.nongnu.org/libtranslate/
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Url:http://www.nongnu.org/libtranslate/
 
 Source: %{name}-%{version}.tar.gz
 
@@ -36,12 +42,18 @@
 #patch adding support for libsoup >= 2.4
 Patch5: %{name}-%{version}-libsoup24.diff
 
-BuildRequires:  autoconf
+Patch6: libtranslate-m4.diff
+
+BuildRequires:  autoconf >= 2.52
 BuildRequires:  automake
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libsoup-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.4.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.4.0
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.4.0
 BuildRequires:  pkgconfig(libxml-2.0)
 %if 0%{?suse_version} <= 1140
 BuildRequires:  libxslt
@@ -90,13 +102,11 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch -P 6 -p1
 
 %build
-aclocal -I m4
-intltoolize --force
-libtoolize
-automake
-autoconf
+autoreconf -fi
+intltoolize -f
 %configure --disable-static --enable-generic --disable-talkfilters
 make %{?_smp_mflags}
 
@@ -120,7 +130,6 @@
 %{_bindir}/translate
 %{_mandir}/*/*
 
-
 %files devel
 %defattr (-,root,root,-)
 %{_includedir}/*

++ libtranslate-m4.diff ++
From: Jan Engelhardt 
Date: 012-01-30 14:21:28.446008638 +0100

aclocal ought to search in m4/ to find AM_PATH_TALKFILTERS.

---
 Makefile.am |3 +++
 1 file changed, 3 insertions(+)

Index: libtranslate-0.99/Makefile.am
===
--- libtranslate-0.99.orig/Makefile.am
+++ libtranslate-0.99/Makefile.am
@@ -1,3 +1,6 @@
+# -*- Makefile -*-
+
+ACLOCAL_AMFLAGS = -I m4
 # docs needs src
 SUBDIRS = data m4 po src docs
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libservicelog for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package libservicelog for openSUSE:Factory 
checked in at 2012-02-01 09:58:01

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


Package is "libservicelog", Maintainer is "jloe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libservicelog/libservicelog.changes  
2011-11-07 14:20:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libservicelog.new/libservicelog.changes 
2012-02-01 09:58:03.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 31 16:01:42 CET 2012 - meiss...@suse.de
+
+- buildreq autoconf and libtool so autoreconf -ivf works again.
+
+---
+Tue Jan 31 10:41:31 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ libservicelog.spec ++
--- /var/tmp/diff_new_pack.uTfskZ/_old  2012-02-01 09:58:03.0 +0100
+++ /var/tmp/diff_new_pack.uTfskZ/_new  2012-02-01 09:58:03.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libservicelog (Version 1.0.1)
+# spec file for package libservicelog
 #
-# Copyright (c) 2010 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
@@ -16,15 +16,19 @@
 #
 
 
-
 Name:   libservicelog
 Version:1.1.11
-Release:1
+Release:0
 Summary:Servicelog Database and Library
-Requires:   libservicelog-library
-BuildRequires:  sqlite3-devel librtas-devel pkg-config
-Group:  System/Libraries
 License:LGPL-2.0+
+Group:  System/Libraries
+Requires:   libservicelog-library
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  librtas-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  sqlite3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://linux-diag.sourceforge.net/servicelog/ 
 ExclusiveArch: ppc ppc64
@@ -42,15 +46,7 @@
 the logging of service procedures that have been performed upon the
 system.
 
-
-
-Authors:
-
-Mike Strosaker 
-Nathan Fontenot 
-
 %package -n libservicelog-1_1-1
-License:LGPL-2.0+
 Summary:Servicelog Database and Library
 Group:  System/Libraries
 Provides:   libservicelog-library
@@ -62,15 +58,7 @@
 the logging of service procedures that have been performed upon the
 system.
 
-
-
-Authors:
-
-Mike Strosaker 
-Nathan Fontenot 
-
 %packagedevel
-License:LGPL-2.0+
 Summary:Development files for libservicelog
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version} glibc-devel
@@ -79,13 +67,6 @@
 %descriptiondevel
 Contains header files for building with libservicelog.
 
-
-
-Authors:
-
-Mike Strosaker 
-Nathan Fontenot 
-
 %prep
 %setup -q
 %patch0 
@@ -94,16 +75,13 @@
 
 %build
 autoreconf -fiv
-export CFLAGS="%{optflags}"
 %configure --with-pic --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{makeinstall}
 %__rm -f %{buildroot}%{_libdir}/*.la
 
-%clean
-
 %pre
 /usr/sbin/groupadd -r service || echo groupadd service failed
 

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



commit libmowgli for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package libmowgli for openSUSE:Factory 
checked in at 2012-02-01 09:57:55

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


Package is "libmowgli", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libmowgli/libmowgli.changes  2011-12-14 
14:34:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmowgli.new/libmowgli.changes 2012-02-01 
09:57:57.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 31 15:31:56 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 1.0.0
+* Allow iteration on NULL patricias
+* Undeprecate mowgli.spinlock
+
+---

Old:

  libmowgli-0.9.95.tar.bz2

New:

  libmowgli-1.0.0.tar.bz2



Other differences:
--
++ libmowgli.spec ++
--- /var/tmp/diff_new_pack.uHeMu8/_old  2012-02-01 09:57:58.0 +0100
+++ /var/tmp/diff_new_pack.uHeMu8/_new  2012-02-01 09:57:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmowgli
 #
-# 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,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   libmowgli
 %define libsoname %{name}2
 Summary:A development framework for C (like GLib)
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:0.9.95
+Version:1.0.0
 Release:0
 Url:http://www.atheme.org/project/mowgli
 #Git-Clone:git://git.atheme.org/libmowgli

++ libmowgli-0.9.95.tar.bz2 -> libmowgli-1.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmowgli-0.9.95/configure 
new/libmowgli-1.0.0/configure
--- old/libmowgli-0.9.95/configure  2011-09-26 23:48:25.0 +0200
+++ new/libmowgli-1.0.0/configure   2011-11-28 17:14:04.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libmowgli 0.9.95.
+# Generated by GNU Autoconf 2.68 for libmowgli 1.0.0.
 #
 # Report bugs to .
 #
@@ -560,8 +560,8 @@
 # Identity of this package.
 PACKAGE_NAME='libmowgli'
 PACKAGE_TARNAME='libmowgli'
-PACKAGE_VERSION='0.9.95'
-PACKAGE_STRING='libmowgli 0.9.95'
+PACKAGE_VERSION='1.0.0'
+PACKAGE_STRING='libmowgli 1.0.0'
 PACKAGE_BUGREPORT='bugs+libmow...@atheme.org'
 PACKAGE_URL=''
 
@@ -1241,7 +1241,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 libmowgli 0.9.95 to adapt to many kinds of systems.
+\`configure' configures libmowgli 1.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1307,7 +1307,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libmowgli 0.9.95:";;
+ short | recursive ) echo "Configuration of libmowgli 1.0.0:";;
esac
   cat <<\_ACEOF
 
@@ -1393,7 +1393,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libmowgli configure 0.9.95
+libmowgli configure 1.0.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1762,7 +1762,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libmowgli $as_me 0.9.95, which was
+It was created by libmowgli $as_me 1.0.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -4782,7 +4782,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libmowgli $as_me 0.9.95, which was
+This file was extended by libmowgli $as_me 1.0.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -4844,7 +4844,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-libmowgli config.status 0.9.95
+libmowgli config.status 1.0.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
@@ -5560,7 +5560,7 @@
 cat << _EOF_
 
 Configuration:
-   No special features yet.
+   Examples: ${enable_examples}
 
 Now type "make" to

commit global for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package global for openSUSE:Factory checked 
in at 2012-02-01 09:57:45

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


Package is "global", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/global/global.changes2011-10-18 
14:13:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.global.new/global.changes   2012-02-01 
09:57:47.0 +0100
@@ -1,0 +2,20 @@
+Mon Jan 23 12:42:36 UTC 2012 - pu...@suse.com
+
+- update to global-6.2 
+[CHANGES]
+  - gtags.el: Added support for TRAMP. Now gtags.el works almost
+transparently with TRAMP.
+  - gtags-cscope: Enables an environment variable EDITOR allow
+options.
+  - gtags-cscope: New -i option.
+  - gtags-cscope.vim: New custom variable GtagsCscope_Kepp_Alive.
+  - globash: Added long name options
+  - gtags: Add keywords introduced in ISO/IEC 9899:2011.
+[INCOMPATIBLE CHANGES]
+  - less-global: Quoting is required for the pattern which should be
+interpreted by the shell.
+[BUG FIXED]
+  - The icase_path config variable didn't affect the -c command with
+the -P option of global. Now it works.
+
+---

Old:

  global-6.1.tar.gz
  global-disable-plugin-example.patch

New:

  global-6.2.tar.gz



Other differences:
--
++ global.spec ++
--- /var/tmp/diff_new_pack.F0P3PN/_old  2012-02-01 09:57:48.0 +0100
+++ /var/tmp/diff_new_pack.F0P3PN/_new  2012-02-01 09:57:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package global
 #
-# 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,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   global
-Version:6.1
-Release:1
-License:GPL-3.0
+Version:6.2
+Release:0
 Summary:Common source code tag system
-Url:http://www.gnu.org/software/global/
+License:GPL-3.0
 Group:  Development/Tools/Navigators
+Url:http://www.gnu.org/software/global/
 Source: %{name}-%{version}.tar.gz
 Patch0: global-5.7.diff
 Patch1: global-5.7-gcc.diff
 Patch3: global-5.9.5-fix-gcc-warnings.patch
-BuildRequires:  ncurses-devel
 BuildRequires:  libtool
+BuildRequires:  ncurses-devel
 PreReq: %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ global-5.7.diff ++
--- /var/tmp/diff_new_pack.F0P3PN/_old  2012-02-01 09:57:48.0 +0100
+++ /var/tmp/diff_new_pack.F0P3PN/_new  2012-02-01 09:57:48.0 +0100
@@ -10,4 +10,4 @@
 +gtagsdir = ${datadir}/doc/packages/global
  gtags_DATA = AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS 
\
  gtags.conf gtags.el gtags.pl gtags.vim gtags-cscope.vim \
-   BOKIN_MODEL BOKIN_MODEL_FAQ DONORS
+   BOKIN_MODEL BOKIN_MODEL_FAQ DONORS elvis.rc elvis-2.2_0.patch

++ global-6.1.tar.gz -> global-6.2.tar.gz ++
 2594 lines of diff (skipped)

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



commit git for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-02-01 09:57:38

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


Package is "git", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2012-01-17 16:05:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2012-02-01 
09:57:39.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 27 15:58:06 UTC 2012 - jpsch...@mtu.net
+
+- Added the ability to specify the user and group that git-daemon run
+  as (bnc#742661).
+
+---
@@ -5 +11,66 @@
-  * Bugfixes, see included ChangeLog for details.
+
+  * Attempt to fetch from an empty file pretending it to be a bundle did
+   not error out correctly.
+
+  * gitweb did not correctly fall back to configured $fallback_encoding
+   that is not 'latin1'.
+
+  * "git clone --depth $n" did not catch a non-number given as $n as an
+   error.
+
+  * Porcelain commands like "git reset" did not distinguish deletions
+and type-changes from ordinary modification, and reported them with
+the same 'M' moniker. They now use 'D' (for deletion) and 'T' (for
+type-change) to match "git status -s" and "git diff --name-status".
+  
+  * You could make "git commit" segfault by giving the "--no-message"
+   option.
+
+  * "git checkout -m" did not recreate the conflicted state in a "both
+   sides added, without any common ancestor version" conflict
+   situation.
+
+  * git native connection going over TCP (not over SSH) did not set
+   SO_KEEPALIVE option which failed to receive link layer errors.
+
+  * "fast-import" did not correctly update an existing notes tree,
+   possibly corrupting the fan-out.
+
+  * "git log --follow" did not honor the rename threshold score given
+   with the -M option (e.g. "-M50%").
+
+  * Authenticated "git push" over dumb HTTP were broken with a recent
+   change and failed without asking for password when username is
+   given.
+
+  * "git push" to an empty repository over HTTP were broken with a
+   recent change to the ref handling.
+
+  * "git push -v" forgot how to be verbose by mistake. It now properly
+   becomes verbose when asked to.
+
+  * When a "reword" action in "git rebase -i" failed to run "commit --amend",
+   we did not give the control back to the user to resolve the situation, and
+   instead kept the original commit log message.
+
+  * "git apply --check" did not error out when given an empty input
+   without any patch.
+
+  * "git archive" mistakenly allowed remote clients to ask for commits
+   that are not at the tip of any ref.
+
+  * "git checkout" and "git merge" treated in-tree .gitignore and exclude
+   file in $GIT_DIR/info/ directory inconsistently when deciding which
+   untracked files are ignored and expendable.
+
+  * The function header pattern for files with "diff=cpp" attribute did
+   not consider "type *funcname(type param1,..." as the beginning of a
+   function.
+
+  * The error message from "git diff" and "git status" when they fail
+   to inspect changes in submodules did not report which submodule they
+   had trouble with.
+
+  * "git pack-objects" avoids creating cyclic dependencies among deltas
+   when seeing a broken packfile that records the same object in both
+   the deflated form and as a delta.



Other differences:
--
++ git-daemon.init ++
--- /var/tmp/diff_new_pack.PN9O1W/_old  2012-02-01 09:57:40.0 +0100
+++ /var/tmp/diff_new_pack.PN9O1W/_new  2012-02-01 09:57:40.0 +0100
@@ -58,6 +58,9 @@
 
 : ${GIT_DAEMON_BASE_PATH:=/srv/git}
 
+: ${GIT_DAEMON_USER:=git-daemon}
+: ${GIT_DAEMON_GROUP:=nogroup}
+
 . /etc/rc.status
 
 # Reset status of this service
@@ -70,8 +73,8 @@
--syslog \
--detach \
--reuseaddr \
-   --user=git-daemon \
-   --group=nogroup \
+   --user=${GIT_DAEMON_USER} \
+   --group=${GIT_DAEMON_GROUP} \
--pid-file=$pidfile \
--base-path="$GIT_DAEMON_BASE_PATH" \
$GIT_DAEMON_ARGS 

++ sysconfig.git-daemon ++
--- /var/tmp/diff_new_pack.PN9O1W/_old  2012-02-01 09:57:40.0 +0100
+++ /var/tmp/diff_new_pack.PN9O1W/_new  2012-02-01 09:57:40.0 +0100
@@ -16,3 +16,19 @@
 #
 # additional arguments for git-daemon. See manual page
 GIT_DAEMON_ARGS=""
+
+## Type:  string
+## Default: 
+#
+# defaults to "git-daemon" if not set
+#
+# User to run git-daemon as.
+GIT_DAEMON_USER=""
+
+## Type:  string
+## Default: 
+#
+# defaults to "nogroup" if not set
+#
+# Group to run git-daemon as.
+GIT_DAEMON_GR

commit clanlib for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory checked 
in at 2012-02-01 09:57:18

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


Package is "clanlib", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/clanlib/clanlib.changes  2011-12-15 
16:05:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.clanlib.new/clanlib.changes 2012-02-01 
09:57:22.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 27 13:40:11 UTC 2012 - cfarr...@suse.com
+
+- license update: Zlib
+
+
+---



Other differences:
--
++ clanlib.spec ++
--- /var/tmp/diff_new_pack.1ZnPxC/_old  2012-02-01 09:57:23.0 +0100
+++ /var/tmp/diff_new_pack.1ZnPxC/_new  2012-02-01 09:57:23.0 +0100
@@ -21,7 +21,7 @@
 Name:   clanlib
 Version:2.3.4
 Release:1
-License:Other uncritical OpenSource License
+License:Zlib
 Summary:A Portable Interface for Writing Games
 Url:http://www.clanlib.org/
 Group:  System/Libraries

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



commit asusfan for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package asusfan for openSUSE:Factory checked 
in at 2012-02-01 09:57:08

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


Package is "asusfan", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/asusfan/asusfan.changes  2011-09-23 
01:52:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.asusfan.new/asusfan.changes 2012-02-01 
09:57:09.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 09:27:37 CET 2012 - dmuel...@suse.de
+
+- add exclusivearch, not useable on non x86
+- add automake/autoconf buildrequires 
+
+---



Other differences:
--
++ asusfan.spec ++
--- /var/tmp/diff_new_pack.1dvPkk/_old  2012-02-01 09:57:11.0 +0100
+++ /var/tmp/diff_new_pack.1dvPkk/_new  2012-02-01 09:57:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asusfan
 #
-# 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,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   asusfan
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  xorg-x11-devel
 Url:http://www.consultmatt.co.uk/asusfan/
-License:GPL-2.0+
-Group:  System/X11/Utilities
 Version:0.1
-Release:190
+Release:0
 Summary:Fan Control for Nvidia-Based ASUS Graphics Cards
+License:GPL-2.0+
+Group:  System/X11/Utilities
 Source: asusfan-0.1-nodocs.tar.bz2
 Patch:  asusfan-0.1.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86 x86_64
 
 %description
 This command line tool allows you to control the speed of your graphics

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