commit adns for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package adns for openSUSE:Factory checked in 
at 2013-06-18 09:52:33

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


Package is adns

Changes:

--- /work/SRC/openSUSE:Factory/adns/adns.changes2013-03-22 
10:59:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.adns.new/adns.changes   2013-06-18 
09:52:34.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 11 22:44:58 UTC 2013 - crrodrig...@opensuse.org
+
+- remove debug statement in the spec file, leftover from 
+ previous change.
+
+---
+Mon Jun 10 19:35:24 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with large file support in 32 bit archs, autoconf 
+  stuff is fine, but C files included config.h after C library
+  headers, therefore no prototypes for *64 functions found.
+
+---



Other differences:
--
++ adns-ocloexec.patch ++
--- /var/tmp/diff_new_pack.Vn3eC1/_old  2013-06-18 09:52:35.0 +0200
+++ /var/tmp/diff_new_pack.Vn3eC1/_new  2013-06-18 09:52:35.0 +0200
@@ -1,6 +1,23 @@
 --- src/setup.c.orig
 +++ src/setup.c
-@@ -464,7 +464,7 @@ static const char *instrum_getenv(adns_s
+@@ -25,6 +25,7 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
++#include internal.h
+ #include stdlib.h
+ #include errno.h
+ #include limits.h
+@@ -37,8 +38,6 @@
+ #include netinet/in.h
+ #include arpa/inet.h
+ 
+-#include internal.h
+-
+ static void readconfig(adns_state ads, const char *filename, int warnmissing);
+ 
+ static void addserver(adns_state ads, struct in_addr addr) {
+@@ -464,7 +463,7 @@ static const char *instrum_getenv(adns_s
  static void readconfig(adns_state ads, const char *filename, int warnmissing) 
{
getline_ctx gl_ctx;

@@ -9,7 +26,7 @@
if (!gl_ctx.file) {
  if (errno == ENOENT) {
if (warnmissing)
-@@ -572,7 +572,7 @@ static int init_finish(adns_state ads) {
+@@ -572,7 +571,7 @@ static int init_finish(adns_state ads) {
}
  
proto= getprotobyname(udp); if (!proto) { r= ENOPROTOOPT; goto x_free; }
@@ -20,6 +37,22 @@
r= adns__setnonblock(ads,ads-udpsocket);
 --- src/event.c.orig
 +++ src/event.c
+@@ -26,6 +26,7 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
++#include internal.h
+ #include errno.h
+ #include stdlib.h
+ #include unistd.h
+@@ -37,7 +38,6 @@
+ #include netinet/in.h
+ #include arpa/inet.h
+ 
+-#include internal.h
+ #include tvarith.h
+ 
+ /* TCP connection management. */
 @@ -123,7 +123,7 @@ void adns__tcp_tryconnect(adns_state ads
adns__diag(ads,-1,0,unable to find protocol no. for TCP !);
return;
@@ -29,3 +62,105 @@
  if (fd0) {
adns__diag(ads,-1,0,cannot create TCP socket: %s,strerror(errno));
return;
+--- src/check.c.orig
 src/check.c
+@@ -24,9 +24,8 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
+-#include stdlib.h
+-
+ #include internal.h
++#include stdlib.h
+ 
+ void adns_checkconsistency(adns_state ads, adns_query qu) {
+   adns__consistency(ads,qu,cc_user);
+--- src/general.c.orig
 src/general.c
+@@ -25,6 +25,7 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
++#include internal.h
+ #include stdlib.h
+ #include unistd.h
+ 
+@@ -33,7 +34,6 @@
+ #include netinet/in.h
+ #include arpa/inet.h
+ 
+-#include internal.h
+ 
+ /* Core diagnostic functions */
+ 
+--- src/poll.c.orig
 src/poll.c
+@@ -24,10 +24,10 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
++#include internal.h
+ #include limits.h
+ #include string.h
+ 
+-#include internal.h
+ 
+ #ifdef HAVE_POLL
+ 
+--- src/query.c.orig
 src/query.c
+@@ -34,7 +34,6 @@
+ 
+ #include sys/time.h
+ 
+-#include internal.h
+ 
+ #if DMALLOC
+ # include dmalloc.h
+--- src/reply.c.orig
 src/reply.c
+@@ -24,9 +24,9 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
++#include internal.h
+ #include stdlib.h
+ 
+-#include internal.h
+ 
+ void adns__procdgram(adns_state ads, const byte *dgram, int dglen,
+int serv, int viatcp, struct timeval now) {
+--- src/transmit.c.orig
 src/transmit.c
+@@ -25,12 +25,12 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+  */
+ 
++#include internal.h
+ #include errno.h
+ 
+ #include sys/types.h
+ #include sys/uio.h
+ 
+-#include internal.h
+ #include tvarith.h
+ 
+ #define MKQUERY_START(vb) (rqp= (vb)-buf+(vb)-used)
+--- src/types.c.orig
 src/types.c
+@@ -24,6 +24,7 @@
+  *  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 

commit alsa for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2013-06-18 09:55:28

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


Package is alsa

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2013-05-28 
07:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2013-06-18 
09:55:30.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 17 10:10:44 CEST 2013 - ti...@suse.de
+
+- Backport upstream fixes for plug-in API rewind, a possible memory
+  leak in direct plugins, chmap buffer overflow and some segfaults:
+  0003-Allow-specifying-the-max-number-of-cards.patch
+  0004-pcm_hw-Remove-unused-fields-in-struct.patch
+  0005-pcm_plugin-Fix-return-value-of-snd_pcm_rewind.patch
+  0006-pcm_direct-fix-the-memory-leak-when-parsing-the-slav.patch
+  0007-chmap-Always-succeed-setting-the-map-to-what-it-alre.patch
+  0008-pcm_hw-Fix-buffer-overflow-in-chmap.patch
+  0009-pcm_direct-fix-SEGFAULT-when-getgrnam_r-returns-0-an.patch
+
+---

New:

  0003-Allow-specifying-the-max-number-of-cards.patch
  0004-pcm_hw-Remove-unused-fields-in-struct.patch
  0005-pcm_plugin-Fix-return-value-of-snd_pcm_rewind.patch
  0006-pcm_direct-fix-the-memory-leak-when-parsing-the-slav.patch
  0007-chmap-Always-succeed-setting-the-map-to-what-it-alre.patch
  0008-pcm_hw-Fix-buffer-overflow-in-chmap.patch
  0009-pcm_direct-fix-SEGFAULT-when-getgrnam_r-returns-0-an.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.qdiGVS/_old  2013-06-18 09:55:31.0 +0200
+++ /var/tmp/diff_new_pack.qdiGVS/_new  2013-06-18 09:55:31.0 +0200
@@ -56,6 +56,13 @@
 # upstream fixes
 Patch1: 0001-pcm-Fix-typo-in-documentation-PREPARE-PREPARED.patch
 Patch2: 0002-ucm-Fix-segfault-when-device-argument-is-missing-fro.patch
+Patch3: 0003-Allow-specifying-the-max-number-of-cards.patch
+Patch4: 0004-pcm_hw-Remove-unused-fields-in-struct.patch
+Patch5: 0005-pcm_plugin-Fix-return-value-of-snd_pcm_rewind.patch
+Patch6: 0006-pcm_direct-fix-the-memory-leak-when-parsing-the-slav.patch
+Patch7: 0007-chmap-Always-succeed-setting-the-map-to-what-it-alre.patch
+Patch8: 0008-pcm_hw-Fix-buffer-overflow-in-chmap.patch
+Patch9: 0009-pcm_direct-fix-SEGFAULT-when-getgrnam_r-returns-0-an.patch
 # rest suse patches
 Patch99:alsa-lib-doxygen-avoid-crash-for-11.3.diff
 Url:http://www.alsa-project.org/
@@ -109,6 +116,13 @@
 # %patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 %if %suse_version == 1130
 %patch99 -p1
 %endif

++ 0003-Allow-specifying-the-max-number-of-cards.patch ++
From 2f43b66c06ece64529e482a6dcc95cde37648252 Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Fri, 24 May 2013 17:21:15 +0200
Subject: [PATCH] Allow specifying the max number of cards

Add --with-max-cards option to specify the max number of cards in
configure script, when the support for more than 32 cards is
required.

Signed-off-by: Takashi Iwai ti...@suse.de
---
 configure.in | 14 ++
 src/confmisc.c   |  2 +-
 src/control/cards.c  |  6 +++---
 src/control/control_hw.c |  2 +-
 src/hwdep/hwdep_hw.c |  2 +-
 5 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/configure.in b/configure.in
index 35b8e84..3d394fc 100644
--- a/configure.in
+++ b/configure.in
@@ -632,6 +632,20 @@ for t in $CTL_PLUGIN_LIST; do
   fi
 done
 
+dnl Max number of cards
+AC_MSG_CHECKING(for max number of cards)
+AC_ARG_WITH(max-cards,
+  AS_HELP_STRING([--with-max-cards], [Specify the max number of cards (default 
= 32)]),
+  [ max_cards=$withval ], [ max_cards=32 ])
+AC_MSG_RESULT([$max_cards])
+
+if test $max_cards -lt 1; then
+   AC_ERROR([Invalid max cards $max_cards])
+elif test $max_cards -gt 256; then
+   AC_ERROR([Invalid max cards $max_cards])
+fi
+AC_DEFINE_UNQUOTED(SND_MAX_CARDS, $max_cards, [Max number of cards])
+
 dnl Make a symlink for inclusion of alsa/xxx.h
 if test ! -L $srcdir/include/alsa ; then
   echo Making a symlink include/alsa
diff --git a/src/confmisc.c b/src/confmisc.c
index 80b0027..af686be 100644
--- a/src/confmisc.c
+++ b/src/confmisc.c
@@ -668,7 +668,7 @@ int snd_determine_driver(int card, char **driver)
char *res = NULL;
int err;
 
-   assert(card = 0  card = 32);
+   assert(card = 0  card = SND_MAX_CARDS);
err = open_ctl(card, ctl);
if (err  0) {
SNDERR(could not open control for card %i, card);
diff --git a/src/control/cards.c 

commit alsa-tools for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-06-18 09:57:04

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


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-05-28 
07:26:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-06-18 09:57:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 10:15:58 CEST 2013 - ti...@suse.de
+
+- Backport upstream fix for new PA:
+  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
+
+---

New:

  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.Y8pVnM/_old  2013-06-18 09:57:05.0 +0200
+++ /var/tmp/diff_new_pack.Y8pVnM/_new  2013-06-18 09:57:05.0 +0200
@@ -57,6 +57,7 @@
 Patch3: 0003-Fix-bashisms.patch
 Patch4: 0004-Fix-build-errors-caused-by-Werror-format-security.patch
 Patch5: 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
+Patch6: 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -93,6 +94,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch ++
From 772fbde91c00c8f9517e67e2f5401d28e9aa88d4 Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Thu, 13 Jun 2013 16:26:43 +0200
Subject: [PATCH] hdajackretask: Fix killing PulseAudio on newer PulseAudio
 versions

The standard configuration directory for PulseAudio has changed,
I think since 3.0. Adjust the directory lookup mechanism to match.

Signed-off-by: David Henningsson david.hennings...@canonical.com
Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 hdajackretask/apply-changes.c | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/hdajackretask/apply-changes.c b/hdajackretask/apply-changes.c
index eda404e..840f649 100644
--- a/hdajackretask/apply-changes.c
+++ b/hdajackretask/apply-changes.c
@@ -97,7 +97,20 @@ gboolean run_sudo_script(const gchar* script_name, GError** 
err)
 
 static gchar* get_pulseaudio_client_conf()
 {
-return g_strdup_printf(%s/.pulse/client.conf, g_get_home_dir());
+/* Reference: See src/pulsecore/core-util.c in pulseaudio */
+gchar* fname;
+gchar* dir = g_strdup_printf(%s/.pulse, g_get_home_dir());
+if (access(dir, F_OK)  0) {
+   const gchar* xch = g_getenv(XDG_CONFIG_HOME);
+   g_free(dir);
+   if (xch)
+   dir = g_strdup_printf(%s/pulse, xch);
+   else
+   dir = g_strdup_printf(%s/.config/pulse, g_get_home_dir());
+}
+fname = g_strdup_printf(%s/client.conf, dir);
+g_free(dir);
+return fname;
 }
 
 static gboolean kill_pulseaudio(gboolean* was_killed, int card, GError** err)
-- 
1.8.3



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



commit alsa-utils for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2013-06-18 09:58:06

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


Package is alsa-utils

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2013-05-28 
07:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2013-06-18 09:58:07.0 +0200
@@ -1,0 +2,14 @@
+Mon Jun 17 10:14:18 CEST 2013 - ti...@suse.de
+
+- Backport upstream fixes wrt chmap handling:
+  0006-amixer-Print-TLV-of-channel-map-controls.patch
+  0007-speaker-test-Fix-wrong-wave-file-played-back-in-chma.patch
+
+---
+Wed May 29 11:03:43 CEST 2013 - ti...@suse.de
+
+- Backport upstream fixes wrt amixer:
+  0004-amixer-Fix-the-hctl-elem-search-bug.patch
+  0005-amixer-fix-print_dB-for-0.99-.-0.01-range.patch
+
+---

New:

  0004-amixer-Fix-the-hctl-elem-search-bug.patch
  0005-amixer-fix-print_dB-for-0.99-.-0.01-range.patch
  0006-amixer-Print-TLV-of-channel-map-controls.patch
  0007-speaker-test-Fix-wrong-wave-file-played-back-in-chma.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.aj34K8/_old  2013-06-18 09:58:07.0 +0200
+++ /var/tmp/diff_new_pack.aj34K8/_new  2013-06-18 09:58:07.0 +0200
@@ -63,6 +63,10 @@
 Patch1: 0001-Require-alsa-lib-1.0.27.patch
 Patch2: 0002-alsactl-init-ca0106-file-was-omitted.patch 
 Patch3: 
0003-alsactl-return-back-the-udevrules_DATA-rule-for-90-a.patch 
+Patch4: 0004-amixer-Fix-the-hctl-elem-search-bug.patch
+Patch5: 0005-amixer-fix-print_dB-for-0.99-.-0.01-range.patch
+Patch6: 0006-amixer-Print-TLV-of-channel-map-controls.patch
+Patch7: 0007-speaker-test-Fix-wrong-wave-file-played-back-in-chma.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 Url:http://www.alsa-project.org/
@@ -81,6 +85,10 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 cp %{S:99} alsactl/init
 #
 %if %suse_version  1020

++ 0004-amixer-Fix-the-hctl-elem-search-bug.patch ++
From d61924fd247c2cf0280391e076c439c9427732aa Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Mon, 27 May 2013 16:40:26 +0200
Subject: [PATCH] amixer: Fix the hctl elem search bug

Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 amixer/amixer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/amixer/amixer.c b/amixer/amixer.c
index 2f1521b..92b0f83 100644
--- a/amixer/amixer.c
+++ b/amixer/amixer.c
@@ -1105,6 +1105,7 @@ static int cset(int argc, char *argv[], int roflag, int 
keep_handle)
}
return err;
}
+   snd_ctl_elem_info_get_id(info, id); /* FIXME: Remove it when hctl 
find works ok !!! */
if (!roflag) {
snd_ctl_elem_value_set_id(control, id);
if ((err = snd_ctl_elem_read(handle, control))  0) {
-- 
1.8.2.3

++ 0005-amixer-fix-print_dB-for-0.99-.-0.01-range.patch ++
From c80a38dbf53531d57c9bd4ccdc05553bd7fb79a1 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Tue, 28 May 2013 08:43:30 +0200
Subject: [PATCH] amixer: fix print_dB for -0.99 .. -0.01 range

The first number is 0 when input dB (hundreds) is in range -99 .. -1 .
The printed number was positive in this case. This patch fixes this issue.

Reported-by: Tom Becker gtbec...@rightime.com
Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 amixer/amixer.c | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/amixer/amixer.c b/amixer/amixer.c
index 92b0f83..fe83b49 100644
--- a/amixer/amixer.c
+++ b/amixer/amixer.c
@@ -431,7 +431,11 @@ static void print_spaces(unsigned int spaces)
 
 static void print_dB(long dB)
 {
-   printf(%li.%02lidB, dB / 100, (dB  0 ? -dB : dB) % 100);
+   if (dB  0) {
+   printf(-%li.%02lidB, -dB / 100, -dB % 100);
+   } else {
+   printf(%li.%02lidB, dB / 100, dB % 100);
+   }
 }
 
 static void decode_tlv(unsigned int spaces, unsigned int *tlv, unsigned int 
tlv_size)
-- 
1.8.2.3

++ 0006-amixer-Print-TLV-of-channel-map-controls.patch ++
From 9fe90a020ccd2662120b498e9a5cdd4ea1b959ba Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Fri, 14 Jun 2013 11:41:01 +0200
Subject: [PATCH] amixer: Print TLV of channel map controls

Previously these were written as unk-25... which wasn't very user friendly.

Signed-off-by: David Henningsson 

commit ohcount for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package ohcount for openSUSE:Factory checked 
in at 2013-06-18 10:20:45

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


Package is ohcount

Changes:

--- /work/SRC/openSUSE:Factory/ohcount/ohcount.changes  2013-04-02 
12:32:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ohcount.new/ohcount.changes 2013-06-18 
10:20:46.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 18:33:57 UTC 2013 - jeng...@inai.de
+
+- Remove unbuildable ohcount-ruby subpackage.
+  Remove swig-ruby19.diff (unused).
+
+---

Old:

  swig-ruby19.diff



Other differences:
--
++ ohcount.spec ++
--- /var/tmp/diff_new_pack.zV2Ole/_old  2013-06-18 10:20:46.0 +0200
+++ /var/tmp/diff_new_pack.zV2Ole/_new  2013-06-18 10:20:46.0 +0200
@@ -30,8 +30,7 @@
 #Git-Clone:git://github.com/blackducksw/ohcount
 Source: %name-%version.tar.xz
 Patch1: cflags.diff
-Patch2: swig-ruby19.diff
-Patch3: shared.diff
+Patch2: shared.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bash
 BuildRequires:  file-devel
@@ -61,32 +60,20 @@
 The core parsing library for the Ohcount source code analyzer program
 and for its ruby bindings.
 
-%package ruby
-Summary:Ruby bindings for the Ohcount source code analyzer
-Group:  Development/Languages/Ruby
-
-%description ruby
-Ruby bindings for the Ohcount source code analyzer.
-
 %prep
 %setup -qn %name
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 
 %build
-export CFLAGS=%optflags $(pkg-config ruby-1.9 --cflags);
+export CFLAGS=%optflags $(pkg-config ruby-2.0 --cflags);
 export SHARED=-Wl,-soname,libohcount.so;
 ./build ohcount;
-./build ruby;
 
 %install
 b=%buildroot;
 mkdir -p $b/%_bindir $b/%_libdir;
 install -pm0755 bin/ohcount $b/%_bindir/;
 install -pm0755 src/libohcount*.so $b/%_libdir/;
-r=$b/%_libdir/ruby/vendor_ruby/$(pkg-config ruby-1.9 --modversion);
-mkdir -p $r;
-cp -a ruby $r/;
-rm -f $r/*.{c,i};
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -100,8 +87,4 @@
 %defattr(-,root,root)
 %_libdir/libohcount.so
 
-%files ruby
-%defattr(-,root,root)
-%_libdir/ruby
-
 %changelog

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



commit autofs for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2013-06-18 10:20:08

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


Package is autofs

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2013-05-13 
14:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2013-06-18 
10:20:09.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 02:25:35 UTC 2013 - jeng...@inai.de
+
+- Explicitly specify cyrus-sasl-devel and openssl-devel
+  which were implicit before
+
+---



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.EKnJCB/_old  2013-06-18 10:20:10.0 +0200
+++ /var/tmp/diff_new_pack.EKnJCB/_new  2013-06-18 10:20:10.0 +0200
@@ -38,10 +38,12 @@
 Url:http://www.kernel.org/pub/linux/daemons/autofs/v5/
 BuildRequires:  autoconf
 BuildRequires:  bison
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  e2fsprogs
 BuildRequires:  flex
 BuildRequires:  krb5-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libtirpc-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  module-init-tools



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



commit guile1 for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package guile1 for openSUSE:Factory checked 
in at 2013-06-18 10:20:29

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


Package is guile1

Changes:

--- /work/SRC/openSUSE:Factory/guile1/guile1.changes2013-04-29 
09:53:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.guile1.new/guile1.changes   2013-06-18 
10:20:30.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 17 13:37:13 UTC 2013 - pgaj...@suse.com
+
+- do not run test simultaneously
+
+---



Other differences:
--
++ guile1.spec ++
--- /var/tmp/diff_new_pack.Gq07zV/_old  2013-06-18 10:20:31.0 +0200
+++ /var/tmp/diff_new_pack.Gq07zV/_new  2013-06-18 10:20:31.0 +0200
@@ -156,6 +156,8 @@
 %build
 sed -i s:GUILE_:GUILE1_: guile-config/guile.m4
 sed -i s:guile:guile1: guile-config/guile.m4
+# automake 1.13: do not run test simultaneously
+find -name Makefile.am | xargs sed -i 's/\(^AUTOMAKE_OPTIONS.*$\)/\1 
serial-tests/'
 autoreconf -fi
 # FIXME: Following files are apparently compiled without RPM_OPT_FLAGS:
 # gen-scmconfig.c,c-tokenize.c

++ guile-automake-1.13.patch ++
--- /var/tmp/diff_new_pack.Gq07zV/_old  2013-06-18 10:20:31.0 +0200
+++ /var/tmp/diff_new_pack.Gq07zV/_new  2013-06-18 10:20:31.0 +0200
@@ -11,3 +11,4 @@
  AM_INIT_AUTOMAKE([foreign no-define])
  
  . $srcdir/../GUILE-VERSION
+

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



commit filesystem for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2013-06-18 10:20:17

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


Package is filesystem

Changes:

--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes2013-02-01 
09:40:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes   
2013-06-18 10:20:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 17 12:26:21 UTC 2013 - co...@suse.com
+
+- move sysctl directories here
+
+---



Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.wv1bOE/_old  2013-06-18 10:20:18.0 +0200
+++ /var/tmp/diff_new_pack.wv1bOE/_new  2013-06-18 10:20:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package filesystem
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ directory.list ++
--- /var/tmp/diff_new_pack.wv1bOE/_old  2013-06-18 10:20:18.0 +0200
+++ /var/tmp/diff_new_pack.wv1bOE/_new  2013-06-18 10:20:18.0 +0200
@@ -42,6 +42,7 @@
 0700 root root /etc/sysconfig/network/providers
 0755 root root /etc/sysconfig/network/scripts
 0755 root root /etc/sysconfig/scripts
+0755 root root /etc/sysctl.d
 0755 root root /etc/tmpdirs.d
 0755 root root /etc/tmpfiles.d
 0750 news news /etc/news
@@ -93,6 +94,7 @@
 0755 root root /usr/lib/browser-plugins
 0755 root root /usr/lib/restricted
 0755 root root /usr/lib/restricted/bin
+0755 root root /usr/lib/sysctl.d
 0755 root root /usr/local
 0755 root root /usr/local/bin
 0755 root root /usr/local/games

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



commit gpg2 for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2013-06-18 10:20:25

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


Package is gpg2

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2013-05-16 
15:35:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2013-06-18 
10:20:26.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun 17 12:48:24 UTC 2013 - co...@suse.com
+
+- revert usage of gpg-offline to avoid cycles
+
+---
+Mon Jun 17 12:40:10 UTC 2013 - co...@suse.com
+
+- add gnupg-2.0.20-automake113.diff to fix build with automake 1.13
+
+---

New:

  gnupg-2.0.20-automake113.diff



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.9vgHJJ/_old  2013-06-18 10:20:26.0 +0200
+++ /var/tmp/diff_new_pack.9vgHJJ/_new  2013-06-18 10:20:26.0 +0200
@@ -38,9 +38,6 @@
 %else
 BuildRequires:  pth = 1.3.7
 %endif
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 Url:http://www.gnupg.org/aegypten2/
 PreReq: %install_info_prereq
 Requires:   dirmngr
@@ -66,6 +63,8 @@
 Patch7: gnupg-broken-curl-test.patch
 Patch8: gnupg-set_umask_before_open_outfile.patch
 Patch9: gnupg-detect_FIPS_mode.patch
+# PATCH-FIX-OPENSUSE co...@suse.de -- automake 1.13 already includes $SHELL
+Patch10:gnupg-2.0.20-automake113.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -75,7 +74,6 @@
 
 %lang_package
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup  -q -n gnupg-%version
 %patch1 -p1
 %patch2
@@ -86,6 +84,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 autoreconf -fi

++ gnupg-2.0.20-automake113.diff ++
Index: gnupg-2.0.20/tests/openpgp/Makefile.am
===
--- gnupg-2.0.20.orig/tests/openpgp/Makefile.am
+++ gnupg-2.0.20/tests/openpgp/Makefile.am
@@ -25,7 +25,7 @@ required_pgms = ../../g10/gpg2 ../../age
 
 
 TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
-   ../../agent/gpg-agent --quiet --daemon sh
+   ../../agent/gpg-agent --quiet --daemon
 
 
 TESTS = version.test mds.test \

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



commit nfs4-acl-tools for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2013-06-18 10:20:41

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


Package is nfs4-acl-tools

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2013-03-13 07:33:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new/nfs4-acl-tools.changes   
2013-06-18 10:20:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 16 14:05:31 UTC 2013 - co...@suse.com
+
+- aclocal 1.13 doesn't have a --acdir option
+
+---



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.NNujrx/_old  2013-06-18 10:20:43.0 +0200
+++ /var/tmp/diff_new_pack.NNujrx/_new  2013-06-18 10:20:43.0 +0200
@@ -41,14 +41,12 @@
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fPIE
 export LDFLAGS=-pie
+sed -e 's,--acdir=,-I ,' -i Makefile
 make
 
 %install
 make DESTDIR=%{buildroot} install
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc COPYING README TODO VERSION

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



commit sfftobmp for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package sfftobmp for openSUSE:Factory 
checked in at 2013-06-18 10:21:13

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


Package is sfftobmp

Changes:

--- /work/SRC/openSUSE:Factory/sfftobmp/sfftobmp.changes2012-02-08 
17:20:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.sfftobmp.new/sfftobmp.changes   2013-06-18 
10:21:15.0 +0200
@@ -1,0 +2,16 @@
+Sun Jun 16 17:24:26 UTC 2013 - jeng...@inai.de
+
+- Set BOOST_FILESYSTEM=3 in .spec file to be able to build with
+  boost-1.53
+- Remove sfftobmp-linking.patch (unused)
+
+---
+Wed Jun  5 15:02:20 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.1.4
+* treat files with empty pages correctly
+- Remove sfftobmp-gcc43.diff (merged upstream),
+  sfftobmp-codecleanup.diff (resolved differently upstream),
+  sfftobmp-linking.patch (resolved upstream)
+
+---

Old:

  sfftobmp-3.1.1.tar.bz2
  sfftobmp-codecleanup.diff
  sfftobmp-gcc43.diff
  sfftobmp-linking.patch

New:

  sanitize_source.sh
  sfftobmp-3.1.4.tar.xz



Other differences:
--
++ sfftobmp.spec ++
--- /var/tmp/diff_new_pack.HlPl0m/_old  2013-06-18 10:21:16.0 +0200
+++ /var/tmp/diff_new_pack.HlPl0m/_new  2013-06-18 10:21:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sfftobmp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,25 @@
 #
 
 
-
 Name:   sfftobmp
+Summary:Tool to convert Structured Fax Files (.sff) to other image 
formats
+License:MIT
+Group:  Hardware/ISDN
+Version:3.1.4
+Release:0
+Url:http://sf.net/projects/sfftools/
+
+#SVN-Clone:svn://svn.code.sf.net/p/sfftools/code-0/sfftobmp3/tags/REL_3_1_4
+# Source tarballs no longer provided; have to generate them from SVN
+Source: %name-%version.tar.xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  unix2dos
-License:MIT
-Group:  Hardware/ISDN
-Version:3.1.1
-Release:0
-Summary:Tool to convert Structured Fax Files (.sff) to other image 
formats
-Source: %{name}-%{version}.tar.bz2 
-URL:http://sfftools.sourceforge.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  %{name}-gcc43.diff
-Patch1: sfftobmp-codecleanup.diff
-Patch2: sfftobmp-linking.patch
+BuildRequires:  xz
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives
@@ -47,19 +47,26 @@
 almost every Linux distribution nowadays.
 
 %prep
-%setup -q -n %{name}%{version}
+%setup -qn REL_3_1_4
+chmod a+x configure
 dos2unix -c mac src/output.h
-%patch
-%patch1
-%patch2
 
 %build
-#This will stop working with boost 1.48
-export CPPFLAGS=-DBOOST_FILESYSTEM_VERSION=2
+# This needs updating time and again
+export CPPFLAGS=-DBOOST_FILESYSTEM_VERSION=3
 
 touch INSTALL NEWS README AUTHORS ChangeLog COPYING
 autoreconf --force --install
 %configure
+
+#
+# There will be a warning,
+#  main.cpp:303:16: warning: deleting object of abstract class
+#  type 'COutputFilter' which has non-virtual destructor will
+#  cause undefined behaviour [-Wdelete-non-virtual-dtor]
+# which is - so far - however harmless, because there are no destructors
+# *at all* in the derived classes.
+#
 make %{?_smp_mflags}
 
 %install

++ sanitize_source.sh ++
#!/bin/sh -ex

url=$(pcregrep -Po 'svn://\S+' sfftobmp.spec)
tail=${url##*/}
svn co $url
rm -Rf $tail/win32

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



commit postfix for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2013-06-18 10:21:04

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


Package is postfix

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2013-04-23 
11:38:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2013-06-18 
10:21:06.0 +0200
@@ -1,0 +2,25 @@
+Mon Jun 17 10:50:08 UTC 2013 - ch...@computersalat.de
+
+- fix for warning
+  * unused parameter: virtual_create_maildirsize=yes
+  * unused parameter: virtual_mailbox_extended=yes
+  * rework main.cf.patch
+- fix rcpostfix for sysvinit systems
+  * /etc/postfix/system/update_postmaps: No such file or directory
+- rebase patches
+  * vda-v11-2.9.5 - vda-v11-2.9.6
+- fix file postfix-SuSE.tar.gz
+  * made a tar.gz
+
+---
+Sun Jun 16 02:12:07 UTC 2013 - jeng...@inai.de
+
+- postfix.spec forces the use of SSL and SASL libraries,
+  so make sure the BuildRequires are there
+
+---
+Fri Jun 14 01:33:52 UTC 2013 - jeng...@inai.de
+
+- Add postfix-db6.diff to fix compile abort with libdb-6.0
+
+---

Old:

  postfix-vda-v11-2.9.5.patch

New:

  postfix-db6.diff
  postfix-vda-v11-2.9.6.patch



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.rkpuyp/_old  2013-06-18 10:21:07.0 +0200
+++ /var/tmp/diff_new_pack.rkpuyp/_new  2013-06-18 10:21:07.0 +0200
@@ -23,6 +23,7 @@
 Version:2.9.6
 Release:0
 Url:http://www.postfix.org/
+
 Source: 
http://www.artfiles.org/postfix.org/postfix-release/official/postfix-%{version}.tar.gz
 Source1:
http://www.artfiles.org/postfix.org/postfix-release/official/postfix-%{version}.tar.gz.sig
 Source2:%{name}-SuSE.tar.gz
@@ -38,7 +39,8 @@
 Patch11:%{name}-master.cf.patch
 Patch12:%{name}-post-install.patch
 Patch20:%{name}-ssl-release-buffers.patch
-Patch100:   %{name}-vda-v11-2.9.5.patch
+Patch100:   %{name}-vda-v11-2.9.6.patch
+Patch101:   postfix-db6.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 PreReq: /usr/bin/getent
@@ -49,7 +51,9 @@
 PreReq: sysvinit(syslog) sysvinit(network)
 %endif
 Requires:   iproute2
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  mysql-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pcre-devel
@@ -159,7 +163,8 @@
 %patch11
 %patch12
 %patch20
-%patch100
+%patch100 -p1
+%patch -P 101 -p1
 # ---
 
 %build


++ postfix-SuSE.tar.gz ++
 3168 lines of diff (skipped)

++ postfix-db6.diff ++
From: Jan Engelhardt jeng...@inai.de
Date: 2013-06-14 03:32:16.417459759 +0200
X-Upstream: problem still present in postfix-2.11~20130608

src: allow compilation against libdb-6.0

---
 src/util/dict_db.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: postfix-2.9.6/src/util/dict_db.c
===
--- postfix-2.9.6.orig/src/util/dict_db.c
+++ postfix-2.9.6/src/util/dict_db.c
@@ -699,7 +699,7 @@ static DICT *dict_db_open(const char *cl
if ((errno = db-upgrade(db,db_path,0)) != 0)
msg_fatal(upgrade of database %s: %m,db_path);
 }
-#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
+#if DB_VERSION_MAJOR  4 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
 if ((errno = db-open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
FREE_RETURN(dict_surrogate(class, path, open_flags, dict_flags,
   open database %s: %m, db_path));
++ postfix-main.cf.patch ++
--- /var/tmp/diff_new_pack.rkpuyp/_old  2013-06-18 10:21:07.0 +0200
+++ /var/tmp/diff_new_pack.rkpuyp/_new  2013-06-18 10:21:07.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- conf/main.cf.orig
 +++ conf/main.cf
-@@ -655,3 +655,119 @@ sample_directory =
+@@ -655,3 +655,116 @@ sample_directory =
  #
  readme_directory =
  inet_protocols = ipv4
@@ -96,9 +96,6 @@
 +#virtual_mailbox_limit_override = yes
 +#virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
 +#virtual_transport = virtual
-+## Additional for quota support
-+#virtual_create_maildirsize = yes
-+#virtual_mailbox_extended = yes
 +### Needs Maildir++ compatible 

commit popt for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package popt for openSUSE:Factory checked in 
at 2013-06-18 10:20:56

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


Package is popt

Changes:

--- /work/SRC/openSUSE:Factory/popt/popt.changes2013-04-17 
23:15:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.popt.new/popt.changes   2013-06-18 
10:20:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 14 15:15:49 UTC 2013 - co...@suse.com
+
+- fix popt-libc-updates.patch to work also with automake 1.13
+
+---



Other differences:
--
++ popt-libc-updates.patch ++
--- /var/tmp/diff_new_pack.KZ8buG/_old  2013-06-18 10:20:58.0 +0200
+++ /var/tmp/diff_new_pack.KZ8buG/_new  2013-06-18 10:20:58.0 +0200
@@ -1,3 +1,5 @@
+Index: configure.ac
+===
 --- configure.ac.orig
 +++ configure.ac
 @@ -21,7 +21,7 @@ AC_SUBST(LT_AGE, 8)
@@ -33,6 +35,8 @@
  
  AM_GNU_GETTEXT([external])
  AM_ICONV_LINK
+Index: system.h
+===
 --- system.h.orig
 +++ system.h
 @@ -1,10 +1,9 @@
@@ -79,6 +83,8 @@
  #endif
  
  #if !defined(__GNUC__)  !defined(__attribute__)
+Index: Makefile.am
+===
 --- Makefile.am.orig
 +++ Makefile.am
 @@ -14,7 +14,7 @@ EXTRA_DIST = config.rpath lookup3.c auto
@@ -90,6 +96,17 @@
  
  noinst_HEADERS = poptint.h system.h
  
+@@ -37,7 +37,7 @@ noinst_SCRIPTS = testit.sh
+ TESTS_ENVIRONMENT = \
+ test1=$(top_builddir)/test1
+ 
+-TESTS = $(top_srcdir)/testit.sh
++TESTS = testit.sh
+ 
+ include_HEADERS = popt.h
+ 
+Index: popt.c
+===
 --- popt.c.orig
 +++ popt.c
 @@ -197,7 +197,7 @@ poptContext poptGetContext(const char *
@@ -127,6 +144,8 @@
default:
return POPT_(unknown error);
  }
+Index: poptconfig.c
+===
 --- poptconfig.c.orig
 +++ poptconfig.c
 @@ -540,7 +540,7 @@ int poptReadDefaultConfig(poptContext co
@@ -138,6 +157,8 @@
char * fn = malloc(strlen(home) + 20);
if (fn != NULL) {
(void) stpcpy(stpcpy(fn, home), /.popt);
+Index: poptint.h
+===
 --- poptint.h.orig
 +++ poptint.h
 @@ -11,6 +11,8 @@

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



commit rubygem-passenger for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2013-06-18 10:21:09

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


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2013-06-09 17:05:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2013-06-18 10:21:10.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun 16 19:49:46 UTC 2013 - dmuel...@suse.com
+
+- add config-guess-sub-update.diff
+- add rubygem-passenger-aarch64-support.patch
+- add zlib-devel buildrequires
+
+---

New:

  config-guess-sub-update.diff
  rubygem-passenger-aarch64-support.patch



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.DQwbGB/_old  2013-06-18 10:21:11.0 +0200
+++ /var/tmp/diff_new_pack.DQwbGB/_new  2013-06-18 10:21:11.0 +0200
@@ -51,6 +51,7 @@
 %else
 BuildRequires:  curl-devel
 %endif
+BuildRequires:  zlib-devel
 %if 0%{?use_system_libev}
 BuildRequires:  libev-devel
 %endif
@@ -69,6 +70,8 @@
 Source6:nginx_passenger.conf
 Source7:nginx_passenger_root.include
 Source11:   rubygem-passenger-3.0.12_boost_threads.patch
+Source12:   rubygem-passenger-aarch64-support.patch
+Source13:   config-guess-sub-update.diff
 #
 Summary:Easy and robust Ruby web application deployment
 License:MIT and GPL-2.0
@@ -139,6 +142,8 @@
   export PATH=%{_sbindir}:$PATH
 
   patch --no-backup-if-mismatch -p0 --fuzz=0 -i %{S:11}
+  patch --no-backup-if-mismatch -p0 --fuzz=0 -i %{S:12}
+  patch --no-backup-if-mismatch -p0 --fuzz=0 -i %{S:13}
   #compiling nginx stuff
   rake nginx:clean nginx CACHING=no
 

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


++ rubygem-passenger-aarch64-support.patch ++
--- ext/common/Utils.cpp
+++ ext/common/Utils.cpp
@@ -967,7 +967,11 @@
 pid_t
 asyncFork() {
#if defined(__linux__)
+#if defined(SYS_fork)
return (pid_t) syscall(SYS_fork);
+#else
+return syscall(SYS_clone, SIGCHLD, 0, 0, 0, 0);
+#endif
#else
return fork();
#endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2013-06-18 10:27:40

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2013-05-27 10:09:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2013-06-18 
10:27:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 17 12:55:13 UTC 2013 - co...@suse.com
+
+- add explicit buildrequire on krb5-mini to avoid cycles
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.eRbw3t/_old  2013-06-18 10:27:43.0 +0200
+++ /var/tmp/diff_new_pack.eRbw3t/_new  2013-06-18 10:27:43.0 +0200
@@ -34,6 +34,7 @@
 %if 0%{?suse_version}  1200
 BuildRequires:  pkgconfig(xt)
 %endif
+BuildRequires:  krb5-mini
 BuildRequires:  libacl-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl


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



commit blender for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2013-06-18 10:28:39

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


Package is blender

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2013-06-13 
16:12:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-06-18 
10:28:42.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 17 02:11:31 UTC 2013 - ksh...@gmail.com
+
+- Update to version 2.67b
+- Remove blender-2.66a-bigendian.patch, fixed upstream.
+- Upstream bug fixes see :
+   http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67a and
+   http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67b
+- Upstream changes for 2.67 see :
+   http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67
+
+---

Old:

  blender-2.66a-bigendian.patch
  blender-2.66a.tar.gz

New:

  blender-2.67b.tar.gz



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.wvyoTb/_old  2013-06-18 10:28:44.0 +0200
+++ /var/tmp/diff_new_pack.wvyoTb/_new  2013-06-18 10:28:44.0 +0200
@@ -24,9 +24,9 @@
 %define DISTRIBUTABLE 1
 
 Name:   blender
-Version:2.66a
+Version:2.67b
 Release:0
-%define _version 2.66
+%define _version 2.67
 Summary:A 3D Modelling And Rendering Package
 License:GPL-2.0+
 Group:  Productivity/Graphics/3D Editors
@@ -39,12 +39,10 @@
 Source6:blender.xpm
 Source7:x-blend.desktop
 Source8:blender-getversion.py
-# Fixed and refreshed for 2.66a.
+# Fixed and refreshed for 2.67b.
 Patch0: blender-2.64a-fix-locale-files-path.patch
-# Refreshed for 2.66a
+# Refreshed for 2.67b
 Patch1: blender-2.58-python_include.patch
-#Big endian patch for 2.66a
-Patch2: blender-2.66a-bigendian.patch
 BuildRequires:  gettext-tools
 %if 0%{?suse_version}  1210
 BuildRequires:  libGLw-devel
@@ -88,7 +86,6 @@
 BuildRequires:  lzo-devel
 BuildRequires:  openal-soft-devel
 BuildRequires:  openssl-devel
-BuildRequires:  openssl-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-Text-Iconv
 BuildRequires:  ruby
@@ -150,7 +147,6 @@
 %setup -q
 %patch0
 %patch1
-%patch2 -p1
 
 %if %DISTRIBUTABLE == 1
 rm -rf release/scripts/presets/ffmpeg

++ blender-2.58-python_include.patch ++
--- /var/tmp/diff_new_pack.wvyoTb/_old  2013-06-18 10:28:44.0 +0200
+++ /var/tmp/diff_new_pack.wvyoTb/_new  2013-06-18 10:28:44.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- CMakeLists.txt.orig2013-02-07 16:10:01.0 +0200
 +++ CMakeLists.txt 2013-04-30 07:54:34.648195498 +0200
-@@ -550,6 +550,7 @@ if(UNIX AND NOT APPLE)
+@@ -584,6 +584,7 @@ if(UNIX AND NOT APPLE)
# XXX Linking errors with debian static python :/
  # find_package_wrapper(PythonLibsUnix REQUIRED)
find_package(PythonLibsUnix REQUIRED)

++ blender-2.64a-fix-locale-files-path.patch ++
--- /var/tmp/diff_new_pack.wvyoTb/_old  2013-06-18 10:28:44.0 +0200
+++ /var/tmp/diff_new_pack.wvyoTb/_new  2013-06-18 10:28:44.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- source/creator/CMakeLists.txt.orig 2013-05-01 22:32:06.0 +0200
 +++ source/creator/CMakeLists.txt  2013-05-01 22:33:27.049051615 +0200
-@@ -294,11 +294,16 @@ endif()
+@@ -308,11 +308,16 @@ endif()
  if(WITH_INTERNATIONAL)
install(
DIRECTORY
@@ -37,13 +37,9 @@
 ===
 --- source/blender/blenlib/intern/path_util.c.orig 2013-05-01 
22:32:06.0 +0200
 +++ source/blender/blenlib/intern/path_util.c  2013-05-01 22:33:27.065051615 
+0200
-@@ -989,38 +989,6 @@ static int get_path_system(char *targetp
+@@ -1113,38 +1113,6 @@ static int get_path_system(char *targetp
char system_path[FILE_MAX];
const char *system_base_path;
- 
--
--  /* first allow developer only overrides to the system path
--   * these are only used when running blender from source */
 -  char cwd[FILE_MAX];
 -  char relfolder[FILE_MAX];
 -
@@ -59,20 +55,24 @@
 -  relfolder[0] = '\0';
 -  }
 -
+-  /* first allow developer only overrides to the system path
+-   * these are only used when running blender from source */
+-
 -  /* try CWD/release/folder_name */
 -  if (BLI_current_working_dir(cwd, sizeof(cwd))) {
 -  if (test_path(targetpath, cwd, release, relfolder)) {
--   

commit ccaudio2 for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package ccaudio2 for openSUSE:Factory 
checked in at 2013-06-18 10:29:11

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


Package is ccaudio2

Changes:

--- /work/SRC/openSUSE:Factory/ccaudio2/ccaudio2.changes2012-03-08 
19:42:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccaudio2.new/ccaudio2.changes   2013-06-18 
10:29:13.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 13 20:34:32 UTC 2013 - jeng...@inai.de
+
+- Implement shlib packaging guidelines. Signature verification.
+  Build and ship documentation.
+
+---

Old:

  ccaudio2-1.0.0.tar.bz2

New:

  ccaudio2-1.0.0.tar.gz
  ccaudio2-1.0.0.tar.gz.sig
  ccaudio2.keyring



Other differences:
--
++ ccaudio2.spec ++
--- /var/tmp/diff_new_pack.Hom4uI/_old  2013-06-18 10:29:13.0 +0200
+++ /var/tmp/diff_new_pack.Hom4uI/_new  2013-06-18 10:29:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ccaudio2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,33 @@
 #
 
 
-
 Name:   ccaudio2
-BuildRequires:  gcc-c++ glibc-devel libgsm-devel pkg-config speex-devel
-BuildRequires:  libtool
+%define lname  libccaudio2-1_0-0
 Url:http://www.gnu.org/software/ccaudio/
-License:LGPL-3.0+
-Group:  System/Libraries
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 Summary:A C++ class framework for processing audio files
+License:LGPL-3.0+
+Group:  Development/Libraries/C and C++
 Version:1.0.0
-Release:1
-Source: %{name}-%{version}.tar.bz2
-Source1:baselibs.conf
+Release:0
+# bayonne2 is incompatible with ccaudio2-2.x
+
+Source: http://ftp.gnu.org/gnu/ccaudio/%name-%version.tar.gz
+Source2:http://ftp.gnu.org/gnu/ccaudio/%name-%version.tar.gz.sig
+Source3:%name.keyring
+Source4:baselibs.conf
 Patch:  ccaudio2-man.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  libgsm-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  speex-devel
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 
 %description
 The GNU telephonic audio library covers a range of functionality including
@@ -38,56 +50,77 @@
 frames, accessing of audio files on disk, phrasebook management, and audio
 utilities.
 
+%package -n %lname
+Summary:The GNU telephonic audio library
+Group:  System/Libraries
+
+%description -n %lname
+The GNU telephonic audio library covers a range of functionality including
+tone generation and detection, streaming and transcoding of encoded audio
+frames, accessing of audio files on disk, phrasebook management, and audio
+utilities.
 
 %package devel
-License:LGPL-3.0+
 Summary:Include-files and development files for ccaudio
-Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
-Requires:   libstdc++-devel glibc-devel
+Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
+Requires:   glibc-devel
+Requires:   libstdc++-devel
 
-%description -n %{name}-devel
+%description devel
 This package provides header and support files for building applications
 that use GNU ccAudio.
 
+%package doc
+Summary:Generated class documentation for ccaudio2
+Group:  Documentation/HTML
+%if 0%{?suse_version} = 1130 || 0%{?fedora_version}
+BuildArch:  noarch
+%endif
+
+%description doc
+Generated class documentation for the ccaudio2 libraries from header
+files, html browsable.
+
 %prep
+%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
 %patch -p1
 
 %build
 autoreconf --force --install
-CFLAGS=$RPM_OPT_FLAGS CXXFLAGS=$RPM_OPT_FLAGS 
 %configure --with-pic --disable-static 
 # %%configure --with-pic --disable-static  --disable-gsm
 %{__make} %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} INSTALL=install -p install
-%{__rm} %{buildroot}%{_libdir}/ccaudio2*/*.la
-
-%clean
-rm -rf %{buildroot}
-
-%post -n ccaudio2 -p /sbin/ldconfig
+find %buildroot/%_libdir -type f -name *.la -delete
+%fdupes %buildroot/%_prefix
 
-%postun -n ccaudio2 -p /sbin/ldconfig
+%post   -n libccaudio2-1_0-0 -p /sbin/ldconfig
+%postun -n 

commit cmis-client for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package cmis-client for openSUSE:Factory 
checked in at 2013-06-18 10:29:28

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


Package is cmis-client

Changes:

--- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes  2013-02-01 
09:34:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes 
2013-06-18 10:29:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 10 23:09:00 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with large file support in 32 bit archs, no good 
+ will come mixing LFS-aware executables and non-LFS libraries.
+
+---



Other differences:
--
++ cmis-client.spec ++
--- /var/tmp/diff_new_pack.9DOBJJ/_old  2013-06-18 10:29:30.0 +0200
+++ /var/tmp/diff_new_pack.9DOBJJ/_new  2013-06-18 10:29:30.0 +0200
@@ -80,11 +80,13 @@
 %setup -q -n %{_name}-%{version}
 
 %build
+export CFLAGS=%optflags -D_GNU_SOURCE $(getconf LFS_CFLAGS)
+export CXXFLAGS=%optflags $(getconf LFS_CFLAGS)
 %configure \
 --disable-long-tests \
 --disable-static \
 --disable-werror
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %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 cloud-init for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2013-06-18 10:29:23

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


Package is cloud-init

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2013-05-07 
15:10:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2013-06-18 10:29:24.0 +0200
@@ -1,0 +2,27 @@
+Sat Jun 15 10:40:42 UTC 2013 - rschweik...@suse.com
+
+- add the distro specific handler for openSUSE
+  + patch openSUSEHandler.diff
+- fix syntax in SLE handler
+  + dict access uses [] not {}, duh
+
+---
+Fri Jun 14 00:57:18 UTC 2013 - rschweik...@suse.com
+
+- add the distro specific handler for SLE
+  + patch slesHandler.diff
+
+---
+Wed Jun  5 15:12:52 UTC 2013 - rschweik...@suse.com
+
+- update to version 0.7.2, see Changelog in source for fixes
+- use the upstream sysvinit and systemd files
+- remove all previously created patches
+  + drop-MAAS-datasource.diff
+  + drop-python27-only-code.diff
+  + drop-ubuntu-default-username.diff
+  + relative-authorized-keys-file.diff
+- create a doc and test package to reduce size of main package
+- add patch (fixupSysVinit.patch) to fix the upstream sysvinit LSB headers
+
+---

Old:

  cloud-init-0.6.3.tar.bz2
  cloud-init.init
  drop-MAAS-datasource.diff
  drop-python27-only-code.diff
  drop-ubuntu-default-username.diff
  relative-authorized-keys-file.diff

New:

  cloud-init-0.7.2.tar.bz2
  fixupSysVinit.patch
  openSUSEHandler.diff
  slesHandler.diff



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.dBQ38m/_old  2013-06-18 10:29:25.0 +0200
+++ /var/tmp/diff_new_pack.dBQ38m/_new  2013-06-18 10:29:25.0 +0200
@@ -19,7 +19,7 @@
 %define component cloud-init
 
 Name:   %{component}
-Version:0.6.3
+Version:0.7.2
 Release:0
 Summary:Cloud node initialization tool
 License:GPL-3.0
@@ -27,14 +27,13 @@
 Url:http://launchpad.net/cloud-init/
 Source0:%{component}-%{version}.tar.bz2
 Source1:cloud.cfg.suse
-Source2:cloud-init.init
-Patch0: drop-MAAS-datasource.diff
-Patch1: drop-python27-only-code.diff
-Patch2: drop-ubuntu-default-username.diff
-# backport fix from upstream version 0.7.1 for bug bnc#818306
-Patch3: relative-authorized-keys-file.diff
+Patch0: fixupSysVinit.patch
+Patch1: slesHandler.diff
+Patch2: openSUSEHandler.diff
 Requires:   python-boto
 Requires:   python-cheetah
+Requires:   python-prettytable
+Requires:   python-requests
 Requires:   python-xml
 Requires:   python-yaml
 BuildRequires:  filesystem
@@ -51,36 +50,54 @@
 BuildArch:  noarch
 %endif
 
+%if 0%{?suse_version}  0%{?suse_version} = 1210
+%define initsys sysvinit
+%else
+%define initsys systemd
+%endif
+
 %{py_requires}
 
 %description
 Cloud-init is an init script that initializes a cloud node (VM)
 according to the fetched configuration data from the admin node.
 
-
-
 Authors:
 
 Scott Moser scott.mo...@canonical.com
 
+%package doc
+Summary:Cloud node initialization tool doc
+Group:  System/Management
+Recommends: cloud-init = %version
+
+%description doc
+Documentation and examples for cloud-init tools
+
+%package test
+Summary:Cloud node initialization tool tests
+Group:  System/Management
+Requires:   cloud-init = %version
+
+%description test
+Unit tests for the cloud-init tools
+
 %prep
 %setup -q -n %{component}-%{version}
-%patch0 -p1
-%if 0%{?suse_version} = 1130
+%patch0
 %patch1 -p1
+%patch2 -p1
+%if 0%{?suse_version} = 1130
 # disable ecdsa for SLE 11 (not available)
 echo ssh_genkeytypes: ['rsa', 'dsa']  %{S:1}
 %endif
-%patch2 -p1
-%patch3 -p1
 
 %build
 python setup.py build
 
 %install
-python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES --install-lib=%{python_sitelib}
+python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES --install-lib=%{python_sitelib} 
--init-system=%{initsys}
 find %{buildroot} \( -name .gitignore -o -name .placeholder \) -delete
-mv %{buildroot}/%{_sysconfdir}/init %{buildroot}/%{_sysconfdir}/cloud/
 # from debian install script
 for x in %{buildroot}%{_bindir}/*.py; do
[ -f ${x} ]  mv ${x} ${x%.py}
@@ -90,13 +107,22 @@
 mkdir -p 

commit createrepo for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package createrepo for openSUSE:Factory 
checked in at 2013-06-18 10:29:46

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


Package is createrepo

Changes:

--- /work/SRC/openSUSE:Factory/createrepo/createrepo.changes2013-04-02 
20:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.createrepo.new/createrepo.changes   
2013-06-18 10:29:47.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun  7 05:00:53 UTC 2013 - co...@suse.com
+
+- createrepo/readMetadata.py is using python-libxml2, so require it
+
+---



Other differences:
--
++ createrepo.spec ++
--- /var/tmp/diff_new_pack.X2fK0P/_old  2013-06-18 10:29:48.0 +0200
+++ /var/tmp/diff_new_pack.X2fK0P/_new  2013-06-18 10:29:48.0 +0200
@@ -35,6 +35,7 @@
 Patch10:createrepo-0.9.9-worker-clog_limit.patch
 BuildRequires:  python-devel
 Requires:   python-deltarpm
+Requires:   python-libxml2
 Requires:   python-lxml
 Requires:   python-urlgrabber
 Requires:   rpm = 4.1.1

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



commit commoncpp2 for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package commoncpp2 for openSUSE:Factory 
checked in at 2013-06-18 10:29:37

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


Package is commoncpp2

Changes:

--- /work/SRC/openSUSE:Factory/commoncpp2/commoncpp2.changes2012-09-26 
16:10:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.commoncpp2.new/commoncpp2.changes   
2013-06-18 10:29:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 20:58:12 UTC 2013 - jeng...@inai.de
+
+- Implement shlib packaging guidelines
+
+---



Other differences:
--
++ commoncpp2.spec ++
--- /var/tmp/diff_new_pack.3Xloym/_old  2013-06-18 10:29:38.0 +0200
+++ /var/tmp/diff_new_pack.3Xloym/_new  2013-06-18 10:29:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package commoncpp2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,28 @@
 
 
 Name:   commoncpp2
-BuildRequires:  doxygen
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
-Provides:   CommonC++
-Provides:   commonc++
-Obsoletes:  CommonC++
-Obsoletes:  commonc++
-Summary:A GNU package for creating portable C++ program
+%define lname  libcommoncpp2-1_8-0
+Summary:A GNU lirbary package for creating portable C++ programs
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Version:1.8.1
 Release:0
 Url:http://www.gnu.org/software/commoncpp/
+
 Source: %{name}-%{version}.tar.gz
 Patch:  commoncpp2-overflow.patch
 Patch1: commoncpp2-applog.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
+Provides:   CommonC++
+Provides:   commonc++
+Obsoletes:  CommonC++
+Obsoletes:  commonc++
 
 %description
 Common C++ is a GNU package which offers portable abstraction of
@@ -52,8 +55,22 @@
 
 David Sugar dy...@ostel.com
 
+%package -n %lname
+Summary:A GNU library package for creating portable C++ programs
+Group:  System/Libraries
+# Added for 13.1
+Obsoletes:  commoncpp2  %version-%release
+Provides:   commoncpp2 = %version-%release
+
+%description -n %lname
+Common C++ is a GNU package which offers portable abstraction of
+system services such as threads, networks, and sockets.  Common C++
+also offers individual frameworks generally useful to developing
+portable C++ applications including a object persistance engine, math
+libraries, threading, sockets, etc.
+
 %package devel
-Requires:   %{name} = %{version}
+Requires:   %lname = %version
 Requires:   libstdc++-devel
 Requires:   zlib-devel
 Provides:   CommonC++-devel = %{version}
@@ -115,14 +132,15 @@
 install -m 644 AUTHORS COPYING COPYING.addendum NEWS README TODO ChangeLog  
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 rm -f $RPM_BUILD_ROOT/usr/share/info/commoncpp2.info*
 rm -f %{buildroot}%{_libdir}/libcc*.la
+%fdupes %buildroot/%_prefix
 
-%post -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files
+%files -n %lname
 %defattr(-,root,root,0755)
-%{_libdir}/libcc*-*.so.*
+%{_libdir}/libcc*-1.8.so.0*
 
 %files devel 
 %defattr(-,root,root,0755)

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



commit drac for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package drac for openSUSE:Factory checked in 
at 2013-06-18 10:30:13

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


Package is drac

Changes:

--- /work/SRC/openSUSE:Factory/drac/drac.changes2011-10-11 
17:57:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.drac.new/drac.changes   2013-06-18 
10:30:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 23:59:31 UTC 2013 - jeng...@inai.de
+
+- Adjust drac.dif to compile with db = 5.0
+
+---



Other differences:
--
++ drac.spec ++
--- /var/tmp/diff_new_pack.3uwEvF/_old  2013-06-18 10:30:15.0 +0200
+++ /var/tmp/diff_new_pack.3uwEvF/_new  2013-06-18 10:30:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drac
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   drac
 BuildRequires:  db-devel
-License:BSD-3-Clause
-Group:  Productivity/Networking/Email/Utilities
 Url:http://mail.cc.umanitoba.ca/drac/index.html
-AutoReqProv:on
 Summary:Dynamic Relay Authorization Control
+License:BSD-3-Clause
+Group:  Productivity/Networking/Email/Utilities
 Version:1.12
-Release:128
+Release:0
 Source: drac-%{version}.tar.gz
 Patch:  drac.dif
 PreReq: %insserv_prereq %fillup_prereq
@@ -94,4 +91,7 @@
 Gary Mills mi...@cc.umanitoba.ca
 
 
+
+
+
 %changelog

++ drac.dif ++
--- /var/tmp/diff_new_pack.3uwEvF/_old  2013-06-18 10:30:15.0 +0200
+++ /var/tmp/diff_new_pack.3uwEvF/_new  2013-06-18 10:30:15.0 +0200
@@ -290,7 +290,7 @@
  (initdb) ? DB_TRUNCATE|DB_CREATE : DB_CREATE,
  0644);
  #else
-+#if DB_VERSION_MAJOR = 4  DB_VERSION_MINOR = 1
++#if DB_VERSION_MAJOR  4 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR = 1)
 +errno = dbp-open(dbp, NULL, dbfile, NULL, DB_BTREE,
 +#else
  errno = dbp-open(dbp, dbfile, NULL, DB_BTREE,

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



commit coreutils for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2013-06-18 10:30:43

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


Package is coreutils

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2013-06-11 09:26:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2013-06-18 10:30:45.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires
+- More robust make install call
+
+---
coreutils.changes: same change



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.6PW6G6/_old  2013-06-18 10:30:46.0 +0200
+++ /var/tmp/diff_new_pack.6PW6G6/_new  2013-06-18 10:30:46.0 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  gmp-devel
 BuildRequires:  help2man
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  makeinfo
@@ -71,6 +72,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+#Git-Web:  http://git.savannah.gnu.org/gitweb/?p=coreutils.git
+#Git-Clone:git://git.sv.gnu.org/coreutils
 %if %{name} == coreutils
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
@@ -180,7 +183,7 @@
 # 
 %install
 %if %{name} == coreutils
-%makeinstall pkglibexecdir=%{_libdir}/%{name}
+make install DESTDIR=%buildroot pkglibexecdir=%{_libdir}/%{name}
 
 # remove kill
 rm -v %{buildroot}%{_bindir}/kill

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.6PW6G6/_old  2013-06-18 10:30:46.0 +0200
+++ /var/tmp/diff_new_pack.6PW6G6/_new  2013-06-18 10:30:46.0 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  gmp-devel
 BuildRequires:  help2man
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  makeinfo
@@ -71,6 +72,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+#Git-Web:  http://git.savannah.gnu.org/gitweb/?p=coreutils.git
+#Git-Clone:git://git.sv.gnu.org/coreutils
 %if %{name} == coreutils
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
@@ -180,7 +183,7 @@
 # 
 %install
 %if %{name} == coreutils
-%makeinstall pkglibexecdir=%{_libdir}/%{name}
+make install DESTDIR=%buildroot pkglibexecdir=%{_libdir}/%{name}
 
 # remove kill
 rm -v %{buildroot}%{_bindir}/kill


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



commit dateutils for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package dateutils for openSUSE:Factory 
checked in at 2013-06-18 10:29:54

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


Package is dateutils

Changes:

New Changes file:

--- /dev/null   2013-06-18 05:31:11.568031006 +0200
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2013-06-18 
10:29:55.0 +0200
@@ -0,0 +1,121 @@
+---
+Thu Feb  7 16:58:01 UTC 2013 - sweet_...@gmx.de
+
+- bump version 0.2.4, this is a bug fix release.
+  * added special output format `jdn' and `ldn' for julian/lilian
+day number
+  * multiple occurrences of date/times within one line are now all
+processed rather than only the first occurrence
+  * zone difference specifier (%Z) is supported for parsing and
+printing
+  * matlab zone converter tzconv has been added
+  * building with icc 13 works now
+  * many gcc warnings are fixed
+  * See info page examples and/or README.
+
+---
+Fri Sep 14 15:02:04 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.2.3, this is a bug fix and feature release.
+  * ISO 8601 week dates are now first class objectsi
+(of type DT_YWD)
+  * introduce %rY specifier to denote years in calendars that
+deviate from the Gregorian year
+  * dgrep accepts short-hand inputs (today, now, etc.) and also
+inputs as specified by -i
+  * dadd'ing months and years to YMCW dates works now
+  * zoneinfo files with only transitions in the past are handled
+properly (bug #10)
+  * dseq with just 1 argument is working properly (story #36051287)
+  * See info page examples and/or README. 
+
+---
+Fri Jul 20 18:01:13 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.2.2, this is a bug fix and feature release.
+  * Olson's zoneinfo database files are checked for at configure
+time
+  * leap-aware calculations use shipped leapseconds file
+  * ddiff and dadd can take leap-second transitions into account
+  * issue 7: ddiff without arguments does not segfault
+  * issue 8: dadd copes with huge summands
+  * issue 9: dadd stumbles on ymcw dates
+  * bug 33104651: bday negative difference A  B ddiff A B -f %db
+is wrong
+  * See info page examples and/or README.
+
+---
+Tue Jun 19 08:32:30 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.2.1, this is a bug fix and feature release.
+  * The dadd tool now supports mass-adding durations (from stdin).
+  * The ddiff tool is now time zone aware.
+  * A new tool dround is added to round dates or times or
+date-times to the next occurrence of what's given as
+round-spec.
+  * Bug fixes:
+- issue 7: ddiff without arguments does not segfault
+- issue 8: dadd copes with huge summands
+  * See info page examples and/or README.
+
+---
+Tue Apr 10 11:32:52 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.2.0, this is a feature release.
+  * The distinction between binaries for date, time and date-time
+processing is cleared up by a unified set of tools, prefixed
+with `d'.
+Thus:
+dadd + tadd - dadd
+dconv + tconv + dtconv - dconv
+ddiff + tdiff - ddiff
+dgrep + tgrep - dgrep
+dseq + tseq - dseq
+dtest + ttest - dtest
+  * Furthermore, all tools now fully cope with dates, times and
+date-times.
+  * Virtual timezones have been added (use `GPS' or `TAI').
+  * See info page examples and/or README. 
+
+---
+Fri Mar 23 16:04:17 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.1.10, this is a bug fix release.
+  * account for big-endian machines
+  * GNUisms (mempcpy() and getline()) are removed
+  * inf-loop in tseq is fixed (bug #6)
+  * nanoseconds are preserved upon time zone conversion
+- add byteswap.patch to fix build for old distros
+
+---
+Wed Feb  1 09:43:01 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.1.9, this is a bug fix release.
+  * The code for date addition is refactored, with it a new
+duration type is introduced, DT_MD, to capture larger month and
+day summands.
+
+---
+Tue Jan  3 12:18:04 UTC 2012 - sweet_...@gmx.de
+
+- bump version 0.1.8, this is a bug fix release.
+  * A bit fiddling bug gave erroneous results in `dconv now'.
+  * Furtherly, date expressions (for dgrep et al.) can now be
+arbitrarily joined with conjunctions () and disjunctions (||)
+as well as negations (!). 
+

commit gtypist for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package gtypist for openSUSE:Factory checked 
in at 2013-06-18 10:30:52

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


Package is gtypist

Changes:

--- /work/SRC/openSUSE:Factory/gtypist/gtypist.changes  2012-12-28 
15:00:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtypist.new/gtypist.changes 2013-06-18 
10:30:53.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun  8 13:45:32 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.9.3
+* This release fixes Alt+some key being treated as ESCAPE and
+  clearing drills, updates the ktouch lesson import script, updates
+  lessons imported from ktouch (fixing an issue with lines over 80
+  characters causing errors, amongst other things), and fixes
+  errors in lessons.
+
+---

Old:

  gtypist-2.9.2.tar.xz
  gtypist-2.9.2.tar.xz.sig

New:

  gtypist-2.9.3.tar.xz
  gtypist-2.9.3.tar.xz.sig



Other differences:
--
++ gtypist.spec ++
--- /var/tmp/diff_new_pack.FCjnJ7/_old  2013-06-18 10:30:54.0 +0200
+++ /var/tmp/diff_new_pack.FCjnJ7/_new  2013-06-18 10:30:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtypist
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gtypist
-Version:2.9.2
+Version:2.9.3
 Release:0
 Summary:Universal typing tutor
 License:GPL-3.0

++ gtypist-2.9.2.tar.xz - gtypist-2.9.3.tar.xz ++
 77010 lines of diff (skipped)

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



commit erlang for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2013-06-18 10:30:31

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


Package is erlang

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2013-05-28 
07:29:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2013-06-18 
10:30:32.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 15 18:10:56 UTC 2013 - matwey.korni...@gmail.com
+
+- dialyzer requires graphviz (see dialyzer_callgraph:to_ps/3)
+
+---
+Sat Jun 15 17:28:03 UTC 2013 - matwey.korni...@gmail.com
+
+- move dialyzer binaries into separate package
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.wdXAyj/_old  2013-06-18 10:30:34.0 +0200
+++ /var/tmp/diff_new_pack.wdXAyj/_new  2013-06-18 10:30:34.0 +0200
@@ -94,6 +94,7 @@
 Requires:   %{name} = %{version}
 Requires:   %{name}-gs = %{version}
 Requires:   %{name}-wx = %{version}
+Requires:   graphviz
 
 %description dialyzer
 A DIscrepany AnaLYZer for ERlang programs.
@@ -410,12 +411,14 @@
 %doc %{_libdir}/erlang/README
 %doc %{_libdir}/erlang/COPYRIGHT
 %{_bindir}/*
+%exclude %{_bindir}/dialyzer
 %dir %{_libdir}/erlang
 %dir %{_libdir}/erlang/lib/
 %exclude %{_libdir}/erlang/lib/*/src
 %exclude %{_libdir}/erlang/lib/*/c_src
 %exclude %{_libdir}/erlang/lib/*/java_src
 %{_libdir}/erlang/bin/
+%exclude %{_libdir}/erlang/bin/dialyzer
 %{_libdir}/erlang/erts-*/
 %{_libdir}/erlang/lib/appmon-*/
 %{_libdir}/erlang/lib/asn1-*/
@@ -483,6 +486,8 @@
 %defattr(-,root,root)
 %{_libdir}/erlang/lib/dialyzer-*/
 %exclude %{_libdir}/erlang/lib/dialyzer-*/src
+%{_bindir}/dialyzer
+%{_libdir}/erlang/bin/dialyzer
 
 %files doc
 %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 hdf5 for openSUSE:Factory

2013-06-18 Thread h_root


binC8hAQ_5iVJ.bin
Description: Binary data


commit libgpod for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libgpod for openSUSE:Factory checked 
in at 2013-06-18 10:31:50

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


Package is libgpod

Changes:

--- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes  2012-11-28 
10:50:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgpod.new/libgpod.changes 2013-06-18 
10:31:52.0 +0200
@@ -1,0 +2,10 @@
+Fri Mar 22 12:58:50 UTC 2013 - sch...@suse.de
+
+- Move %{_libdir}/libgpod to sharp subpackage
+
+---
+Tue Mar 19 22:39:50 UTC 2013 - dmuel...@suse.com
+
+- make mono dependency optional (still enabled by default) 
+
+---



Other differences:
--
++ libgpod.spec ++
--- /var/tmp/diff_new_pack.yslBRe/_old  2013-06-18 10:31:52.0 +0200
+++ /var/tmp/diff_new_pack.yslBRe/_new  2013-06-18 10:31:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpod
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without mono
+
 Name:   libgpod
 %define libsoname  %{name}4
 
@@ -31,7 +33,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  gtk-doc
+%if %{with mono}
 BuildRequires:  gtk-sharp2
+%endif
 BuildRequires:  gtk2-devel
 %if 0%{?suse_version} = 1120
 BuildRequires:  hal-devel
@@ -43,7 +47,9 @@
 BuildRequires:  libplist-devel
 BuildRequires:  libusb-devel
 BuildRequires:  libxml2-devel
+%if %{with mono}
 BuildRequires:  mono-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-gobject2-devel
@@ -166,6 +172,9 @@
 %find_lang libgpod
 rm bindings/python/examples/Makefile*
 rm %{buildroot}%{_libdir}/*.la
+%if %{without mono}
+rm %{buildroot}%{_libdir}/pkgconfig/libgpod-sharp.pc
+%endif
 %fdupes -s %{buildroot}
 
 %clean
@@ -178,7 +187,6 @@
 %files -n %{libsoname}
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README README.SysInfo
-%dir %{_libdir}/libgpod
 %{_libdir}/libgpod.so.4*
 
 %files tools
@@ -208,11 +216,14 @@
 %doc COPYING bindings/python/examples
 %{py_sitedir}/gpod/
 
+%if %{with mono}
 %files sharp
 %defattr (-, root, root)
+%dir %{_libdir}/libgpod
 %{_libdir}/libgpod/libgpod-sharp.dll*
 %{_libdir}/libgpod/libgpod-sharp-test.exe*
 %{_libdir}/pkgconfig/libgpod-sharp.pc
+%endif
 
 %files lang -f libgpod.lang
 

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



commit irssi for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2013-06-18 10:31:30

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


Package is irssi

Changes:

--- /work/SRC/openSUSE:Factory/irssi/irssi.changes  2013-03-08 
09:13:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2013-06-18 
10:31:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 10 16:16:30 UTC 2013 - mrueck...@suse.de
+
+- only enable socks support on opensuse
+
+---



Other differences:
--
++ irssi.spec ++
--- /var/tmp/diff_new_pack.SklN82/_old  2013-06-18 10:31:32.0 +0200
+++ /var/tmp/diff_new_pack.SklN82/_new  2013-06-18 10:31:32.0 +0200
@@ -23,7 +23,9 @@
 #
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  1110
 BuildRequires:  dante-devel
+%endif
 BuildRequires:  glib2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel


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



commit libgcrypt for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2013-06-18 10:31:49

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


Package is libgcrypt

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2013-04-19 
09:56:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2013-06-18 
10:31:50.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 17 13:22:33 UTC 2013 - co...@suse.com
+
+- avoid gpg-offline in bootstrap packages
+
+---
+Sun Jun 16 22:56:56 UTC 2013 - crrodrig...@opensuse.org
+
+- Library must by built with large file support in 
+ 32 bit archs.
+
+---



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.lsHyl6/_old  2013-06-18 10:31:50.0 +0200
+++ /var/tmp/diff_new_pack.lsHyl6/_new  2013-06-18 10:31:50.0 +0200
@@ -37,9 +37,7 @@
 BuildRequires:  automake = 1.11
 BuildRequires:  libgpg-error-devel = 1.8
 BuildRequires:  libtool
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
+#BuildRequires:  gpg-offline
 
 %description
 Libgcrypt is a general purpose library of cryptographic building
@@ -88,7 +86,6 @@
 library.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1
@@ -103,6 +100,7 @@
 #
 %{?suse_update_config}
 autoreconf -fi
+export CFLAGS=%optflags $(getconf LFS_CFLAGS)
 %configure --with-pic \
--enable-noexecstack \
--disable-static \


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



commit libseccomp for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libseccomp for openSUSE:Factory 
checked in at 2013-06-18 10:32:04

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


Package is libseccomp

Changes:

--- /work/SRC/openSUSE:Factory/libseccomp/libseccomp.changes2012-12-21 
10:13:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libseccomp.new/libseccomp.changes   
2013-06-18 10:32:05.0 +0200
@@ -1,0 +2,16 @@
+Tue Jun 18 01:14:06 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.1.0
+* Add support for the x32 and ARM architectures
+* More verbose PFC output, including translation of syscall
+  numbers to names
+* Several assorted bugfixes affecting the seccomp BPF generation
+* The syscall number/name resolver tool is now installed
+* Fixes for the x86 multiplexed syscalls
+* Additions to the API to better support non-native architecures
+* Additions to the API to support multiple architecures in one filter
+* Additions to the API to resolve syscall name/number mappings
+- Remove 0001-build-use-ac-variables-in-pkgconfig-file.patch
+  (merged into 0001-build-use-autotools-as-build-system.patch)
+
+---

Old:

  0001-build-use-ac-variables-in-pkgconfig-file.patch
  libseccomp-1.0.1.tar.gz

New:

  libseccomp-2.1.0.tar.gz



Other differences:
--
++ libseccomp.spec ++
--- /var/tmp/diff_new_pack.i6fHpC/_old  2013-06-18 10:32:06.0 +0200
+++ /var/tmp/diff_new_pack.i6fHpC/_new  2013-06-18 10:32:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libseccomp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,25 @@
 
 
 Name:   libseccomp
-%define lname   libseccomp1
-Version:1.0.1
+%define lname   libseccomp2
+Version:2.1.0
 Release:0
 Summary:An enhanced Seccomp (mode 2) helper library
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
-Url:http://sf.net/projects/seccomp/
+Url:http://sf.net/projects/libseccomp/
 
-#DL-URL:   http://downloads.sf.net/libseccomp/libseccomp-1.0.1.tar.gz
 #Git-Clone:git://git.code.sf.net/p/libseccomp/libseccomp
 #Git-Clone:git://git.inai.de/libseccomp
 Source: http://downloads.sf.net/libseccomp/libseccomp-%{version}.tar.gz
-Patch1: 0001-build-use-ac-variables-in-pkgconfig-file.patch
-Patch2: 0001-build-use-autotools-as-build-system.patch
+Patch1: 0001-build-use-autotools-as-build-system.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake = 1.10
+BuildRequires:  fdupes
 BuildRequires:  libtool = 2
 BuildRequires:  pkgconfig
-BuildRequires:  python-Cython
-BuildRequires:  python-devel
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  %ix86 x86_64 x32 %arm
 
 %description
 The libseccomp library provides and easy to use, platform
@@ -87,37 +84,54 @@
 
 This package contains the development files for libseccomp.
 
+%package tools
+Summary:Utilities for the seccomp API
+Group:  Development/Tools/Debuggers
+
+%description tools
+The libseccomp library provides and easy to use, platform
+independent, interface to the Linux Kernel's syscall filtering
+mechanism: seccomp.
+
+This subpackage contains debug utilities for the seccomp interface.
+
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%patch -P 1 -p1
 
 %build
 chmod a+x autogen.sh;
 ./autogen.sh;
-%configure --includedir=%_includedir/%name-%version --enable-python
+%configure --includedir=%_includedir/pkg/%name
 make %{?_smp_mflags};
 
 %install
 b=%buildroot;
 make install DESTDIR=$b;
 find $b/%_libdir -type f -name *.la -delete;
+%fdupes %buildroot/%_prefix
 
 %check
 make check || :;
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/%name.so.*
+%_libdir/%name.so.2*
+%doc LICENSE
 
 %files devel
 %defattr(-,root,root)
 %_mandir/man3/seccomp_*.3*
-%_includedir/%name-%version
+%_includedir/pkg/
 %_libdir/%name.so
 %_libdir/pkgconfig/%name.pc
 
+%files tools
+%defattr(-,root,root)
+%_bindir/scmp_sys_resolver
+%_mandir/man1/scmp_sys_resolver.1*
+
 %changelog

++ 0001-build-use-autotools-as-build-system.patch ++
--- /var/tmp/diff_new_pack.i6fHpC/_old  2013-06-18 10:32:06.0 +0200
+++ /var/tmp/diff_new_pack.i6fHpC/_new  2013-06-18 10:32:06.0 +0200
@@ -1,97 

commit lsscsi for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package lsscsi for openSUSE:Factory checked 
in at 2013-06-18 10:33:37

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


Package is lsscsi

Changes:

--- /work/SRC/openSUSE:Factory/lsscsi/lsscsi.changes2013-04-17 
23:06:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsscsi.new/lsscsi.changes   2013-06-18 
10:33:39.0 +0200
@@ -1,0 +2,20 @@
+Thu Jun 13 14:06:53 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.24
+* FC transport syntax changes (colon to slash)
+- Update to new upstream release 0.25
+* add sas_port and fc_remote_ports transport information
+* print enclosure_device entry
+* add a --size option to show size of disks
+* add a --protmode option to show protection information mode
+- Update to new upstream release 0.26
+* add a fcoe transport indicator
+* add a --wwn option and datamine /dev/disk/by-id/wwn*
+- Update to new upstream release 0.27
+* Accept large (64-bit) LUNs
+* add a --lunhex option and recognition of LSSCSI_LUNHEX_OPT
+  environment variable for displaying LUNs in hex
+- Normalized build/install procedure;
+  remove redundant %clean section
+
+---

Old:

  lsscsi-0.23.tgz

New:

  lsscsi-0.27.tar.xz



Other differences:
--
++ lsscsi.spec ++
--- /var/tmp/diff_new_pack.Flglzx/_old  2013-06-18 10:33:40.0 +0200
+++ /var/tmp/diff_new_pack.Flglzx/_new  2013-06-18 10:33:40.0 +0200
@@ -16,18 +16,18 @@
 #
 
 
-Url:http://sg.danny.cz/scsi/lsscsi.html
-
 Name:   lsscsi
-%define lsscsiver  0.23
-Provides:   scsi:/usr/bin/lsscsi
-Version:0.23
+Version:0.27
 Release:0
 Summary:List all SCSI devices in the system
 License:GPL-2.0+
 Group:  Hardware/Other
-Source: http://sg.danny.cz/scsi/%{name}-%{lsscsiver}.tgz
+Url:http://sg.danny.cz/scsi/lsscsi.html
+
+Source: http://sg.danny.cz/scsi/%name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
+Provides:   scsi:/usr/bin/lsscsi
 
 %description
 The lsscsi command lists information about SCSI devices in Linux.
@@ -42,20 +42,15 @@
 %setup
 
 %build
-CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=%{_prefix} --mandir=%{_mandir}
-make
+%configure
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} 
MANDIR=$RPM_BUILD_ROOT/%{_mandir} INSTDIR=$RPM_BUILD_ROOT/%{_bindir}
+make install DESTDIR=%buildroot
 
 %files
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/lsscsi
+%_bindir/lsscsi
 %doc %{_mandir}/man8/lsscsi.8.gz
 %doc NEWS README ChangeLog
 
-%clean
-test ! -z $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != /  rm -rf 
$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_DIR/lsscsi-%{lsscsiver}
-
 %changelog

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



commit mdadm for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2013-06-18 10:33:48

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


Package is mdadm

Changes:

--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes  2013-04-17 
23:06:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2013-06-18 
10:33:50.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 13 04:12:54 UTC 2013 - nfbr...@suse.com
+
+- assemble-EXCL-race.fix: avoid some races during
+  array assembled- particularly at boot (bnc#793954)
+- boot.md: make sure systemd-udev-trigger runs before
+  boot.md to avoid races: bnc#793954
+- mdmon@.service - new file plus patches to allow
+  mdmon to be started by systemd, so it doesn't
+  kill it (bnc#321366)
+
+---

New:

  0001-Add-support-for-launching-mdmon-via-systemctl-instea.patch
  0002-In-case-launching-mdmon-fails-print-an-error-message.patch
  0003-mdmon-add-foreground-option.patch
  0004-Suppress-error-messages-from-systemctl.patch
  assemble-EXCL-race.fix



Other differences:
--
++ mdadm.spec ++
--- /var/tmp/diff_new_pack.oCRhvD/_old  2013-06-18 10:33:51.0 +0200
+++ /var/tmp/diff_new_pack.oCRhvD/_new  2013-06-18 10:33:51.0 +0200
@@ -20,6 +20,7 @@
 Version:3.2.6
 Release:0
 BuildRequires:  binutils-devel
+BuildRequires:  groff
 BuildRequires:  pkgconfig
 BuildRequires:  sgmltool
 BuildRequires:  pkgconfig(libudev)
@@ -42,6 +43,16 @@
 Source6:mkinitrd-boot.sh
 Source7:mdadm.cron
 Source8:mdadm.shutdown
+#PATCH-FIX-UPSTREAM assemble-EXCL-race.fix  bnc#793954
+Patch1: assemble-EXCL-race.fix
+#PATCH-FIX-UPSTREAM 
0001-Add-support-for-launching-mdmon-via-systemctl-instea.patch bnc#821366
+Patch2: 0001-Add-support-for-launching-mdmon-via-systemctl-instea.patch
+#PATCH-FIX-UPSTREAM 
0002-In-case-launching-mdmon-fails-print-an-error-message.patch bnc#821366
+Patch3: 0002-In-case-launching-mdmon-fails-print-an-error-message.patch
+#PATCH-FIX-UPSTREAM 0003-mdmon-add-foreground-option.patch bnc#821366
+Patch4: 0003-mdmon-add-foreground-option.patch
+#PATCH-FIX-UPSTREAM 0004-Suppress-error-messages-from-systemctl.patch 
bnc#821366
+Patch5: 0004-Suppress-error-messages-from-systemctl.patch
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define _systemdshutdowndir %{_unitdir}/../system-shutdown 
@@ -53,6 +64,11 @@
 
 %prep
 %setup -q -a1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 make %{?_smp_mflags} CC=%__cc CXFLAGS=$RPM_OPT_FLAGS -Wno-error
@@ -61,7 +77,7 @@
 sgml2txt Software-RAID.HOWTO.sgml
 
 %install
-make install DESTDIR=%{buildroot}
+make install install-systemd DESTDIR=%{buildroot} SYSTEMD_DIR=%{_unitdir}
 rm -rf %{buildroot}/lib/udev
 install -d %{buildroot}%{_var}/adm/fillup-templates
 install -d %{buildroot}{%{_sbindir},%{_sysconfdir}/init.d}
@@ -125,5 +141,6 @@
 %dir /etc/cron.daily
 /etc/cron.daily/mdadm
 %{_systemdshutdowndir}/mdadm.shutdown
+%{_unitdir}/mdmon@.service
 
 %changelog

++ 0001-Add-support-for-launching-mdmon-via-systemctl-instea.patch ++
References: bnc#821366
Git-commit: 0f7bdf8946316548500858303549e396655450c5
From: Jes Sorensen jes.soren...@redhat.com
Date: Fri, 1 Feb 2013 16:15:18 +0100
Subject: [PATCH] Add support for launching mdmon via systemctl instead of
 fork/exec

If launching mdmon via systemctl fails, we fall back to the old method
of fork/exec. This allows for having mdmon launched via systemctl
which avoids problems with it getting killed by systemd due to it
ending up in the parent's cgroup (udev).

Signed-off-by: Jes Sorensen jes.soren...@redhat.com
Signed-off-by: NeilBrown ne...@suse.de
---
 Makefile   |4 
 systemd/mdmon@.service |   18 ++
 util.c |   28 
 3 files changed, 50 insertions(+)
 create mode 100644 systemd/mdmon@.service

--- mdadm-3.2.6.orig/Makefile
+++ mdadm-3.2.6/Makefile
@@ -73,6 +73,7 @@ MAP_PATH = $(MAP_DIR)/$(MAP_FILE)
 MDMON_DIR = $(MAP_DIR)
 # place for autoreplace cookies
 FAILED_SLOTS_DIR = /run/mdadm/failed-slots
+SYSTEMD_DIR=/lib/systemd/system
 DIRFLAGS = -DMAP_DIR=\$(MAP_DIR)\ -DMAP_FILE=\$(MAP_FILE)\
 DIRFLAGS += -DMDMON_DIR=\$(MDMON_DIR)\
 DIRFLAGS += -DFAILED_SLOTS_DIR=\$(FAILED_SLOTS_DIR)\
@@ -256,6 +257,9 @@ install-man: mdadm.8 md.4 mdadm.conf.5 m
 install-udev: udev-md-raid.rules
$(INSTALL) -D -m 644 udev-md-raid.rules 
$(DESTDIR)/lib/udev/rules.d/64-md-raid.rules
 
+install-systemd: systemd/mdmon@.service
+   $(INSTALL) -D -m 644 systemd/mdmon@.service 

commit logwatch for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package logwatch for openSUSE:Factory 
checked in at 2013-06-18 10:33:11

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


Package is logwatch

Changes:

--- /work/SRC/openSUSE:Factory/logwatch/logwatch.changes2012-12-28 
22:44:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.logwatch.new/logwatch.changes   2013-06-18 
10:33:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 17 15:45:13 CEST 2013 - p...@suse.de
+
+- Add logwatch-parse_rsyslog_timestamps.patch that makes logwatch
+  understand the default timestamp format of newer rsyslog versions
+  (bnc#818842).
+
+---

New:

  logwatch-parse_rsyslog_timestamps.patch



Other differences:
--
++ logwatch.spec ++
--- /var/tmp/diff_new_pack.7oWUiC/_old  2013-06-18 10:33:12.0 +0200
+++ /var/tmp/diff_new_pack.7oWUiC/_new  2013-06-18 10:33:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package logwatch
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@
 Patch0: logwatch-firewall.patch
 Patch2: logwatch-timestamp_in_var.patch
 Patch3: logwatch-dmeventd-reduce_frequency.patch
+Patch4: logwatch-parse_rsyslog_timestamps.patch
 Requires:   %date_manip_pkg
 Requires:   cron
 Requires:   grep
@@ -54,18 +55,13 @@
 through your logs for a given period of time and make a report in the
 areas that you wish with the detail that you wish.
 
-
-
-Authors:
-
-Kirk Bauer k...@kaybee.org
-
 %prep
 %setup -q -a 2
 chmod u+w Logwatch_Setup_Files/*
 %patch0
 %patch2
 %patch3
+%patch4
 dos2unix scripts/services/courier
 
 %build

++ logwatch-parse_rsyslog_timestamps.patch ++
---
 scripts/shared/applystddate |5 +
 1 file changed, 5 insertions(+)

Index: scripts/shared/applystddate
===
--- scripts/shared/applystddate.orig2010-05-01 04:34:09.0 +0200
+++ scripts/shared/applystddate 2013-06-17 12:52:20.949898694 +0200
@@ -23,6 +23,7 @@ use Logwatch ':dates';
 my $Debug = $ENV{'LOGWATCH_DEBUG'} || 0;
 
 $SearchDate = TimeFilter('%b %e %H:%M:%S');
+$SearchDateRsyslog = 
TimeFilter('%Y-%m-%dT%H:%M:%S\.[0-9]+[+-][0-9]{2}:[0-9]{2}');
 
 # The date might be Dec 09, but it needs to be Dec  9...
 #$SearchDate =~ s/ 0/  /;
@@ -30,11 +31,15 @@ $SearchDate = TimeFilter('%b %e %H:%M:%S
 if ( $Debug  5 ) {
print STDERR DEBUG: Inside ApplyStdDate...\n;
print STDERR DEBUG: Looking For:  . $SearchDate . \n;
+   print STDERR DEBUG: Looking For:  . $SearchDateRsyslog . \n;
 }
 
 while (defined($ThisLine = STDIN)) {
if ($ThisLine =~ m/^$SearchDate /o) {
   print $ThisLine;
+   } elsif ($ThisLine =~ /^$SearchDateRsyslog /o) {
+  $ThisLine =~ 
s/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})\.[0-9]+[+-][0-9]{2}:[0-9]{2}
 //o;
+  print POSIX::strftime(%b %e %H:%M:%S, $6, $5, $4, $3+1, $2-1, $1 - 
1900) .   . $ThisLine;
} elsif ($ThisLine =~ m/(Mon|Tue|Wed|Thu|Fri|Sat|Sun) $SearchDate \d{4}/o) {
   print $ThisLine;
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openscap for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2013-06-18 10:34:22

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


Package is openscap

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2013-05-07 
15:32:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2013-06-18 
10:34:24.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 17 11:44:21 UTC 2013 - meiss...@suse.com
+
+- updated to 0.9.8
+  - added experimental support for offline mode scanning to the OVAL
+check engine (i.e. scanning of virtual host disk images)
+  - improved OVAL variables processing
+  - bug fixes and dead code removal
+
+---

Old:

  openscap-0.9.7.tar.gz
  openscap-0.9.7.tar.gz.sha1sum

New:

  openscap-0.9.8.tar.gz
  openscap-0.9.8.tar.gz.sha1sum



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.0Z2weX/_old  2013-06-18 10:34:25.0 +0200
+++ /var/tmp/diff_new_pack.0Z2weX/_new  2013-06-18 10:34:25.0 +0200
@@ -20,7 +20,7 @@
 %define with_bindings 0
 
 Name:   openscap
-Version:0.9.7
+Version:0.9.8
 Release:1.0
 Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@@ -37,6 +37,7 @@
 Url:http://www.open-scap.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel
 %if 0%{?suse_version}  0%{?suse_version} =1140

++ openscap-0.9.7.tar.gz - openscap-0.9.8.tar.gz ++
/work/SRC/openSUSE:Factory/openscap/openscap-0.9.7.tar.gz 
/work/SRC/openSUSE:Factory/.openscap.new/openscap-0.9.8.tar.gz differ: char 5, 
line 1

++ openscap-0.9.7.tar.gz.sha1sum - openscap-0.9.8.tar.gz.sha1sum ++
--- /work/SRC/openSUSE:Factory/openscap/openscap-0.9.7.tar.gz.sha1sum   
2013-05-07 15:32:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap-0.9.8.tar.gz.sha1sum  
2013-06-18 10:34:24.0 +0200
@@ -1 +1 @@
-259a7afe278e35e9d848005be542e088f8aee030  openscap-0.9.7.tar.gz
+3ac7bb6d4e5bf24df9505b1e300b9961eb0fe511  openscap-0.9.8.tar.gz



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



commit netatalk for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-06-18 10:34:02

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


Package is netatalk

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-06-05 
12:57:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-06-18 
10:34:03.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires
+- More robust make install call. Parallel build with %_smp_mflags.
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.JYa7Pi/_old  2013-06-18 10:34:03.0 +0200
+++ /var/tmp/diff_new_pack.JYa7Pi/_new  2013-06-18 10:34:03.0 +0200
@@ -17,10 +17,26 @@
 
 
 Name:   netatalk
+Url:http://netatalk.sourceforge.net/
+Requires:   cyrus-sasl
+Requires:   db-utils
+Version:3.0.4
+Release:0
+%define libmaj  5
+Summary:Netatalk AFP Fileserver for Macintosh Clients
+License:GPL-2.0+
+Group:  Productivity/Networking/System
+
+Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
+Source1:netatalk-latinize.pl
+Source3:netatalk-upgrade_netatalk_AppleDB.sh
+Source4:netatalk-rpmlintrc
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libavahi-devel
 BuildRequires:  libevent-devel
 BuildRequires:  libgcrypt-devel
@@ -33,25 +49,9 @@
 BuildRequires:  zlib-devel
 %if 0%{?suse_version}  1140
 BuildRequires:  systemd
-%endif
-Url:http://netatalk.sourceforge.net/
-PreReq: %insserv_prereq %fillup_prereq
-Requires:   cyrus-sasl
-Requires:   db-utils
-%if 0%{?suse_version}  1140
 ##Requires:   %{?systemd_requires}
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:3.0.4
-Release:0
-%define libmaj  5
-Summary:Netatalk AFP Fileserver for Macintosh Clients
-License:GPL-2.0+
-Group:  Productivity/Networking/System
-Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
-Source1:netatalk-latinize.pl
-Source3:netatalk-upgrade_netatalk_AppleDB.sh
-Source4:netatalk-rpmlintrc
+PreReq: %insserv_prereq %fillup_prereq
 
 %description
 Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD 
@@ -118,12 +118,12 @@
--libexecdir=%{_libdir}/netatalk \
 --localstatedir=/var/lib \
 --with-init-style=suse-systemd
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 mkdir examples
 cp netatalk-latinize.pl examples
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 mkdir -p %{buildroot}%{_sysconfdir}/init.d/
 install -m 755 distrib/initscripts/rc.suse 
%{buildroot}%{_sysconfdir}/init.d/netatalk
 ln -sf ../../etc/init.d/netatalk %{buildroot}%{_sbindir}/rcnetatalk

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



commit perl-MIME-tools for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-tools for openSUSE:Factory 
checked in at 2013-06-18 10:34:32

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


Package is perl-MIME-tools

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-tools/perl-MIME-tools.changes  
2011-09-23 12:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-tools.new/perl-MIME-tools.changes 
2013-06-18 10:34:34.0 +0200
@@ -1,0 +2,44 @@
+Mon Jun 17 05:39:41 UTC 2013 - co...@suse.com
+
+- updated to 5.504
+ * Fix encoding of MIME parameters that contain a quoted
+   string:  like \this
+   https://rt.cpan.org/Public/Bug/Display.html?id=80433
+
+ * Suppress useless warnings from tests
+   https://rt.cpan.org/Public/Bug/Display.html?id=80679
+
+ * Fix long-standing bug in encode_mimewords that can
+   break multibyte-encodings (eg, utf-8)
+   https://rt.cpan.org/Public/Bug/Display.html?id=5462
+
+ * Avoid inappropriately untainting data
+   https://rt.cpan.org/Public/Bug/Display.html?id=67119
+
+ * Localise $\ to avoid parsing problems if it's set elsewhere
+   https://rt.cpan.org/Public/Bug/Display.html?id=71041
+
+ * Improve exorcising of filenames
+   https://rt.cpan.org/Public/Bug/Display.html?id=71677
+
+ * Fix potential race condition in t/Smtpsend.t
+   https://rt.cpan.org/Public/Bug/Display.html?id=68879
+
+ * Allow native I/O on File::Handle objects
+   https://rt.cpan.org/Public/Bug/Display.html?id=72538
+
+ * Add recommends Convert::BinHex clause to Makefile.PL
+   https://rt.cpan.org/Public/Bug/Display.html?id=72223
+
+ * Add module_name to Makefile.PL
+   https://rt.cpan.org/Public/Bug/Display.html?id=77138
+
+ * Fix Uninitialized value warning
+   https://rt.cpan.org/Public/Bug/Display.html?id=77190
+
+ * Don't run t/Smtpsend.t on systems that lack fork()
+   https://rt.cpan.org/Public/Bug/Display.html?id=77351
+
+ * Add use strict everywhere
+
+---

Old:

  MIME-tools-5.502.tar.bz2

New:

  MIME-tools-5.504.tar.gz



Other differences:
--
++ perl-MIME-tools.spec ++
--- /var/tmp/diff_new_pack.ZGzpl8/_old  2013-06-18 10:34:35.0 +0200
+++ /var/tmp/diff_new_pack.ZGzpl8/_new  2013-06-18 10:34:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,55 +15,81 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-MIME-tools
-Url:http://cpan.org/modules/by-module/MIME/
-BuildRequires:  perl(File::Temp) perl(Test::Deep) perl-IO-stringy 
perl-MailTools
-BuildRequires:  perl-macros
-License:Artistic-1.0
+Version:5.504
+Release:0
+%define cpan_name MIME-tools
+Summary:Tools to manipulate MIME messages
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Provides:   p_mimet
-Obsoletes:  p_mimet
-Requires:   perl-IO-stringy perl-MailTools perl-Convert-BinHex
-AutoReqProv:on
-Summary:modules for parsing (and creating!) MIME entities
-Version:5.502
-Release:1
-Source: MIME-tools-%{version}.tar.bz2
+Url:http://search.cpan.org/dist/MIME-tools/
+Source: MIME-tools-5.504.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(File::Temp) = 0.18
+BuildRequires:  perl(Mail::Field) = 1.05
+BuildRequires:  perl(Mail::Header) = 1.01
+BuildRequires:  perl(Mail::Internet) = 1.0203
+BuildRequires:  perl(Test::Deep)
+#BuildRequires: perl(Convert::BinHex)
+#BuildRequires: perl(Globby)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(MIME::Body)
+#BuildRequires: perl(MIME::Decoder)
+#BuildRequires: perl(MIME::Decoder::Base64)
+#BuildRequires: perl(MIME::Decoder::Gzip64)
+#BuildRequires: perl(MIME::Decoder::QuotedPrint)
+#BuildRequires: perl(MIME::Entity)
+#BuildRequires: perl(MIME::Field::ContDisp)
+#BuildRequires: perl(MIME::Field::ConTraEnc)
+#BuildRequires: perl(MIME::Field::ContType)
+#BuildRequires: perl(MIME::Field::ParamVal)
+#BuildRequires: perl(MIME::Head)
+#BuildRequires: 

commit polkit-default-privs for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2013-06-18 10:35:10

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is polkit-default-privs

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2013-06-13 20:56:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2013-06-18 10:35:11.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun 17 13:50:50 UTC 2013 - meiss...@suse.com
+
+- track nepomuk rights (bnc#825262)
+
+---
+Fri Jun 14 11:12:47 UTC 2013 - meiss...@suse.com
+
+- gnome-system-monitor: track its permissions as they are found (bnc#822011)
+
+---



Other differences:
--
++ polkit-default-privs-13.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.1/polkit-default-privs.restrictive 
new/polkit-default-privs-13.1/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.1/polkit-default-privs.restrictive  
2013-06-11 14:24:38.0 +0200
+++ new/polkit-default-privs-13.1/polkit-default-privs.restrictive  
2013-06-17 15:50:15.0 +0200
@@ -405,4 +405,12 @@
 org.kde.kcontrol.kcmlightdm.save   
no:no:auth_admin_keep
 org.kde.kcontrol.kcmlightdm.savethemedetails   
no:no:auth_admin_keep
 
+# gnome-system-monitor (bnc#822011)
+org.gnome.gnome-system-monitor.kill 
no:no:auth_admin
+org.gnome.gnome-system-monitor.renice   
no:no:auth_admin
+
+# nepomuk (bnc#825262)
+org.kde.nepomuk.filewatch.raiselimit
no:no:auth_admin_keep
+
+
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.1/polkit-default-privs.standard 
new/polkit-default-privs-13.1/polkit-default-privs.standard
--- old/polkit-default-privs-13.1/polkit-default-privs.standard 2013-06-11 
14:24:38.0 +0200
+++ new/polkit-default-privs-13.1/polkit-default-privs.standard 2013-06-17 
15:50:15.0 +0200
@@ -446,4 +446,11 @@
 org.kde.kcontrol.kcmlightdm.save
no:no:auth_admin_keep
 org.kde.kcontrol.kcmlightdm.savethemedetails
no:no:auth_admin_keep
 
+# gnome-system-monitor (bnc#822011)
+org.gnome.gnome-system-monitor.killno:no:auth_admin
+org.gnome.gnome-system-monitor.renice  no:no:auth_admin
+
+# nepomuk (bnc#825262)
+org.kde.nepomuk.filewatch.raiselimit   
no:no:auth_admin_keep
+
 ###

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



commit pwlib for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2013-06-18 10:35:54

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


Package is pwlib

Changes:

--- /work/SRC/openSUSE:Factory/pwlib/pwlib.changes  2013-05-13 
15:22:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2013-06-18 
10:35:55.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 16 13:52:55 UTC 2013 - co...@suse.com
+
+- also buildrequire openssl-devel and require SASL in the -devel package
+
+---
+Sun Jun 16 02:51:56 UTC 2013 - jeng...@inai.de
+
+- Turn previously implicit SASL into explicit BuildRequires
+
+---



Other differences:
--
++ pwlib.spec ++
--- /var/tmp/diff_new_pack.kmKXHo/_old  2013-06-18 10:35:55.0 +0200
+++ /var/tmp/diff_new_pack.kmKXHo/_new  2013-06-18 10:35:55.0 +0200
@@ -39,12 +39,14 @@
 BuildRequires:  SDL-devel
 BuildRequires:  automake
 BuildRequires:  bison
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  esound-devel
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libdv-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  openldap2-devel
+BuildRequires:  openssl-devel
 %if 0%{?suse_version} = 1210
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
@@ -77,6 +79,7 @@
 Summary:The pwlib package for developers (includes headers and scripts)
 Group:  Development/Libraries/C and C++
 Requires:   SDL-devel
+Requires:   cyrus-sasl-devel
 Requires:   libexpat-devel
 Requires:   libpt1_11 = %{version}
 Requires:   openldap2-devel


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



commit plymouth for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-06-18 10:34:59

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


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-06-13 
20:31:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-06-18 
10:35:02.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:37:55 UTC 2013 - crrodrig...@opensuse.org
+
+- own %{_localstatedir}/log/boot.log
+  and %{_localstatedir}/spool/plymouth/boot.log (as %ghost s)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.G8LyHS/_old  2013-06-18 10:35:02.0 +0200
+++ /var/tmp/diff_new_pack.G8LyHS/_new  2013-06-18 10:35:02.0 +0200
@@ -373,6 +373,9 @@
 
 mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
 mkdir -p %{buildroot}/run/plymouth
+mkdir -p %{buildroot}%{_localstatedir}/log
+touch %{buildroot}%{_localstatedir}/log/boot.log
+touch %{buildroot}%{_localstatedir}/spool/plymouth/boot.log
 cp $RPM_SOURCE_DIR/boot-duration 
%{buildroot}%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
 cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults 
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
@@ -513,7 +516,8 @@
 %{_mandir}/man?/*
 %ghost %{_localstatedir}/lib/plymouth/boot-duration
 %{_unitdir}/*
-
+%ghost %{_localstatedir}/log/boot.log
+%ghost %{_localstatedir}/spool/plymouth/boot.log
 %files dracut
 %defattr(-, root, root)
 %{_libexecdir}/plymouth/plymouth-populate-initrd


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



commit python-greenlet for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2013-06-18 10:36:21

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


Package is python-greenlet

Changes:

--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2013-05-16 11:26:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes 
2013-06-18 10:36:22.0 +0200
@@ -1,0 +2,15 @@
+Mon Jun 10 12:35:26 UTC 2013 - dmuel...@suse.com
+
+- update to 0.4.1:
+  * fix segfaults when using gcc 4.8 on amd64/x86 unix
+  * try to disable certain gcc 4.8 optimizations that make greenlet
+crash
+  * Fix greenlet on aarch64 with gcc 4.8
+  * workaround segfault on SunOS/sun4v
+  * Add support for Aarch64
+  * Add support for x32 psABI on x86_64
+  * Changed memory constraints for assembly macro for PPC Linux
+  platforms.
+- remove python-greenlet-aarch64-support.diff
+
+---

Old:

  greenlet-0.4.0.zip

New:

  greenlet-0.4.1.zip



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.U1B22C/_old  2013-06-18 10:36:23.0 +0200
+++ /var/tmp/diff_new_pack.U1B22C/_new  2013-06-18 10:36:23.0 +0200
@@ -17,7 +17,7 @@
 #
 
 Name:   python-greenlet
-Version:0.4.0
+Version:0.4.1
 Release:0
 URL:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming
@@ -33,7 +33,6 @@
 %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
-Patch1: python-greenlet-aarch64-support.diff
 
 %description
 The greenlet package is a spin-off of Stackless, a version of CPython
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q -n greenlet-%{version}
-%patch1
 
 %build
 CFLAGS=%{optflags} python setup.py build

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



commit python-beautifulsoup4 for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package python-beautifulsoup4 for 
openSUSE:Factory checked in at 2013-06-18 10:36:15

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


Package is python-beautifulsoup4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes  
2013-05-27 09:57:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
 2013-06-18 10:36:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 10 20:34:00 UTC 2013 - dmuel...@suse.com
+
+- disable tests on SLE_11, fail due to too old python-lxml 
+
+---

Old:

  python3-beautifulsoup4.changes
  python3-beautifulsoup4.spec



Other differences:
--
++ python-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.qH02uR/_old  2013-06-18 10:36:16.0 +0200
+++ /var/tmp/diff_new_pack.qH02uR/_new  2013-06-18 10:36:16.0 +0200
@@ -26,8 +26,8 @@
 Url:http://www.crummy.com/software/BeautifulSoup/
 Source: 
http://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel = 2.6
 BuildRequires:  python-Sphinx
+BuildRequires:  python-devel = 2.6
 BuildRequires:  python-html5lib
 BuildRequires:  python-lxml
 BuildRequires:  python-nose
@@ -71,8 +71,8 @@
 
 %package doc
 Summary:Documentation for %{name}
-Recommends: %{name} = %{version}
 Group:  Development/Libraries/Python
+Recommends: %{name} = %{version}
 
 %description doc
 Documentation and help files for %{name}
@@ -91,8 +91,10 @@
 cd doc
 make html
 
+%if 0%{?suse_version} = 1140
 %check
 nosetests
+%endif
 
 %files
 %defattr(-,root,root)

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



commit quota for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package quota for openSUSE:Factory checked 
in at 2013-06-18 10:37:01

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


Package is quota

Changes:

--- /work/SRC/openSUSE:Factory/quota/quota.changes  2013-05-16 
11:30:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.quota.new/quota.changes 2013-06-18 
10:37:03.0 +0200
@@ -1,0 +2,28 @@
+Thu Jun 13 20:22:56 UTC 2013 - sweet_...@gmx.de
+
+- last changes are compatible again with openSUSE  12.3
+- update to 4.01
+- Changes in quota-tools from 4.00 to 4.01:
+  * fix compilation failure with --enable-bsd_behaviour=no
+  * fix quota(1) for NFS mountpoints
+  * fix reporting of huge quota limits over rpc
+  * fix repquota to report all users on XFS
+  * fixed edquota(8) for more users (Jan Kara)
+  * remove fixed limit on number of autofs mount points
+  * add quota type names to message catalogue
+  * typo fixes, message changes for easier i18n
+  * created Czech translation
+  * store PID of quota_nld into lock file
+  * warnquota: Fix manpage formatting
+  * warnquota: Allow specifying of filesystems to check
+  * add support for quotas on ext4 in system files
+  * quotaon: Remove duplicated check for hasquota()
+  * quotacheck: Fix warning about journaled quota for 3.0 and newer
+kernels
+  * edquota: Fix localication of time units (Jan Kara)
+  * rip out ALTFORMAT config option (Jan Kara)
+  * add support for dynamic RPC block to support larger quotas
+  * check set limits fit into the range supported by RPC transport
+  * do not report missing utmp record to syslog
+
+---

Old:

  quota-4.00-warnquota.patch
  quota-4.00.tar.gz

New:

  quota-4.01-warnquota.patch
  quota-4.01.tar.gz



Other differences:
--
++ quota.spec ++
--- /var/tmp/diff_new_pack.S9gkhr/_old  2013-06-18 10:37:04.0 +0200
+++ /var/tmp/diff_new_pack.S9gkhr/_new  2013-06-18 10:37:04.0 +0200
@@ -19,10 +19,14 @@
 Name:   quota
 BuildRequires:  dbus-1-devel
 BuildRequires:  e2fsprogs-devel
+%if 0%{?suse_version}  1140
 BuildRequires:  libnl-1_1-devel
+%else
+BuildRequires:  libnl-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  tcpd-devel
-Version:4.00
+Version:4.01
 Release:0
 PreReq: %insserv_prereq %fillup_prereq
 Url:http://sourceforge.net/projects/linuxquota/
@@ -32,7 +36,7 @@
 Source: %{name}-%{version}.tar.gz
 Source1:%{name}-SUSE.tar.bz2
 Patch1: %{name}-4.00-makefile.patch
-Patch2: %{name}-4.00-warnquota.patch
+Patch2: %{name}-4.01-warnquota.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +60,11 @@
 PreReq: %insserv_prereq %fillup_prereq
 # Require the services needed to be present for quotad service: portmap, 
nfsserver, network
 Requires:   nfs-kernel-server
+%if 0%{?suse_version} = 1230
 Requires:   rpcbind
+%else
+Requires:   portmap
+%endif
 Requires:   sysconfig
 # Split provides
 Provides:   quota:/etc/init.d/quotad
@@ -95,7 +103,11 @@
 #installing ldap-scripts
 install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
 install -m 755 ldap-scripts/edquota_editor ${RPM_BUILD_ROOT}/usr/sbin/
+%if 0%{?suse_version} = 1230
 cp SUSE/quotad ${RPM_BUILD_ROOT}/etc/init.d
+%else
+cp SUSE/{quotad,boot.quota} ${RPM_BUILD_ROOT}/etc/init.d
+%endif
 ln -s ../../etc/init.d/quotad ${RPM_BUILD_ROOT}/usr/sbin/rcquotad
 %find_lang %{name}
 cp SUSE/sysconfig.nfs-quota 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.nfs-quota
@@ -103,18 +115,36 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version}  1230
+%post
+%{fillup_and_insserv -f -y boot.quota} 
+%endif
+
 %post nfs
 %{fillup_only -an nfs}
 
+%if 0%{?suse_version}  1230
+%preun
+%stop_on_removal boot.quota
+%endif
+
 %preun nfs
 %stop_on_removal quotad
 
+%if 0%{?suse_version}  1230
+%postun
+%{insserv_cleanup}
+%endif
+
 %postun nfs
 %{insserv_cleanup}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %config /etc/quotagrpadmins
+%if 0%{?suse_version}  1230
+%config /etc/init.d/boot.quota
+%endif
 %config /etc/quotatab
 %config /etc/warnquota.conf
 %doc SUSE/README.SUSE README.* doc

++ quota-4.00-warnquota.patch - quota-4.01-warnquota.patch ++
--- /work/SRC/openSUSE:Factory/quota/quota-4.00-warnquota.patch 2012-06-10 
21:52:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.quota.new/quota-4.01-warnquota.patch
2013-06-18 10:37:03.0 +0200
@@ -1,6 +1,6 @@
 --- ./warnquota.conf.orig
 +++ ./warnquota.conf
-@@ -1,55 +1,116 @@
+@@ -1,56 +1,116 @@
 -# this is an example warnquota.conf
 

commit star for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package star for openSUSE:Factory checked in 
at 2013-06-18 10:38:18

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


Package is star

Changes:

--- /work/SRC/openSUSE:Factory/star/star.changes2013-03-21 
22:15:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.star.new/star.changes   2013-06-18 
10:38:19.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires
+- Remove redundant %clean section.
+
+---



Other differences:
--
++ star.spec ++
--- /var/tmp/diff_new_pack.sxNE4R/_old  2013-06-18 10:38:20.0 +0200
+++ /var/tmp/diff_new_pack.sxNE4R/_new  2013-06-18 10:38:20.0 +0200
@@ -17,17 +17,14 @@
 
 
 Name:   star
-BuildRequires:  autoconf
-BuildRequires:  e2fsprogs-devel
-BuildRequires:  libacl-devel
-BuildRequires:  libselinux-devel
-%ifarch aarch64 ppc64
-BuildRequires:  libtool
-%endif
-Provides:   rmt
 Version:1.5final
 Release:0
 %define upver 1.5
+Summary:POSIX.1-2001-Compliant Tar Implementation
+License:CDDL-1.0
+Group:  Productivity/Archiving/Backup
+Url:http://cdrecord.berlios.de/old/private/star.html
+
 Source: ftp://ftp.berlios.de/pub/star/alpha/star-%{upver}.tar.bz2
 Source1:README-FIRST
 Source2:tests.tar.bz2
@@ -39,11 +36,16 @@
 Patch8: star-getline.diff
 Patch9: star-fexecve.diff
 Patch10:star-1.5.1-bufferoverflow.patch
-Url:http://cdrecord.berlios.de/old/private/star.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:POSIX.1-2001-Compliant Tar Implementation
-License:CDDL-1.0
-Group:  Productivity/Archiving/Backup
+BuildRequires:  autoconf
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
+BuildRequires:  libselinux-devel
+%ifarch aarch64 ppc64
+BuildRequires:  libtool
+%endif
+Provides:   rmt
 
 %description
 Star is a tar like archiver. TAR stands for Tape ARchiver. Star is the
@@ -154,9 +156,6 @@
 mv $RPM_BUILD_ROOT/usr/sbin/rmt $RPM_BUILD_ROOT/sbin
 ln -sf ../sbin/rmt $RPM_BUILD_ROOT/etc/rmt
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %dir %{_docdir}/star

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



commit smp_utils for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package smp_utils for openSUSE:Factory 
checked in at 2013-06-18 10:38:03

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


Package is smp_utils

Changes:

--- /work/SRC/openSUSE:Factory/smp_utils/smp_utils.changes  2013-03-01 
21:03:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.smp_utils.new/smp_utils.changes 2013-06-18 
10:38:05.0 +0200
@@ -1,0 +2,23 @@
+Thu Jun 13 14:33:43 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.95
+* mpt: cope with mpt2 ioctl that uses a different magic number
+- Update to new upstream release 0.96
+* New utilities: smp_conf_zone_perm_tbl, smp_conf_zone_man_pass,
+  smp_conf_zone_phy_info, smp_ena_dis_zoning, smp_rep_broadcast,
+  smp_rep_phy_event, smp_rep_phy_event_list,
+  smp_rep_self_conf_stat, smp_rep_zone_man_pass,
+  smp_rep_zone_perm_tbl, smp_zone_activate, smp_zoned_broadcast,
+  smp_zone_lock, smp_zone_unlock:
+* Allow specifying --phy= IDs up to 254
+- Update to new upstream release 0.97
+* New utilitiy: smp_conf_phy_event
+* Synchronize to SPL-2 r03
+* smp_rep_phy_event, smp_rep_phy_event_list: add --enumerate
+  option to list Phy Event Source names
+- Now builds using autotools, changed %build/%install accordingly.
+- Remove smp_utils-Makefile.diff (no longer applicable),
+  smp_utils-compile-fixes (no longer applies)
+- Simplify filelists. Remove redundant %clean section.
+
+---

Old:

  smp_utils-0.94.tar.bz2
  smp_utils-Makefile.diff
  smp_utils-compile-fixes

New:

  smp_utils-0.97.tar.xz



Other differences:
--
++ smp_utils.spec ++
--- /var/tmp/diff_new_pack.23sYZm/_old  2013-06-18 10:38:06.0 +0200
+++ /var/tmp/diff_new_pack.23sYZm/_new  2013-06-18 10:38:06.0 +0200
@@ -17,6 +17,16 @@
 
 
 Name:   smp_utils
+%define lname   libsmputils1-1
+Version:0.97
+Release:0
+Summary:Utilities for the SAS Management Protocol (SMP)
+License:BSD-3-Clause and GPL-2.0
+Group:  Hardware/Other
+
+Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 Provides:   scsi:/usr/bin/smp_conf_general
 Provides:   scsi:/usr/bin/smp_conf_route_info
 Provides:   scsi:/usr/bin/smp_discover
@@ -31,15 +41,6 @@
 Provides:   scsi:/usr/bin/smp_rep_phy_sata
 Provides:   scsi:/usr/bin/smp_rep_route_info
 Provides:   scsi:/usr/bin/smp_write_gpio
-Version:0.94
-Release:0
-Summary:Utilities for the SAS Management Protocol (SMP)
-License:BSD-3-Clause and GPL-2.0
-Group:  Hardware/Other
-Source: http://sg.danny.cz/sg/p/%{name}-%{version}.tar.bz2
-Patch1: smp_utils-Makefile.diff
-Patch2: %{name}-compile-fixes
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The smp_utils package contains utilities for the Serial Attached SCSI
@@ -54,56 +55,55 @@
 
 Doug Gilbert dgilb...@interlog.com
 
+%package -n %lname
+Summary:Library for SAS SMP control of expanders
+Group:  System/Libraries
+
+%description -n %lname
+The smp_utils package contains utilities for the Serial Attached SCSI
+(SAS) Management Protocol (SMP).
+
+This subpackage holds the library of shared functions.
+
+%package -n libsmputils-devel
+Summary:Development files for the SAS SMP Expander Control Library
+Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
+
+%description -n libsmputils-devel
+The smp_utils package contains utilities for the Serial Attached SCSI
+(SAS) Management Protocol (SMP).
+
+This subpackage contains libraries and header files for developing
+applications that want to make use of libsmputils.
+
 %prep
-%setup
-%patch1 -p1
-%patch2 -p1
+%setup -q
 
 %build
 # None of these is performance-critical, so use -Os rather than -O2:
-export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's/\-O2/-Os/'`
-make CC=%__cc LD=%__cc PREFIX=%{_prefix} RPM_OPT_FLAGS=$RPM_OPT_FLAGS
+export CFLAGS=$(echo %optflags | sed 's/\-O2/-Os/')
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
-make install CC=%__cc LD=%__cc DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} 
MANDIR=$RPM_BUILD_ROOT/%{_mandir}
+make install DESTDIR=%buildroot
+rm -f %buildroot/%_libdir/*.la
 
 %files
 %defattr(-,root,root)
 # smp_utils
 %doc README ChangeLog
-%doc doc/*.html
-%{_bindir}/smp_conf_route_info
-%{_bindir}/smp_discover
-%{_bindir}/smp_discover_list
-%{_bindir}/smp_phy_control
-%{_bindir}/smp_phy_test
-%{_bindir}/smp_read_gpio
-%{_bindir}/smp_rep_general

commit subversion for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2013-06-18 10:38:31

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


Package is subversion

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2013-06-05 
13:15:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2013-06-18 10:38:33.0 +0200
@@ -1,0 +2,11 @@
+Sat Jun 15 23:20:09 UTC 2013 - andreas.stie...@gmx.de
+
+- fix build for 12.3 x86_64 due to choice for libjpeg-devel 
+  needed by libmng-devel: libjpeg62-devel libjpeg8-devel
+
+---
+Fri Jun  7 07:17:35 UTC 2013 - andreas.stie...@gmx.de
+
+- fix execution of regression tests on SLE 11
+
+---



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.yIlDIm/_old  2013-06-18 10:38:34.0 +0200
+++ /var/tmp/diff_new_pack.yIlDIm/_new  2013-06-18 10:38:34.0 +0200
@@ -118,10 +118,20 @@
 BuildRequires:  openldap2-devel
 %endif # suse_version  1030
 %endif # with neon
+%if 0%{?suse_version} = 1230
+# fix have choice for libjpeg-devel needed by libmng-devel: libjpeg62-devel 
libjpeg8-devel
+#!BuildIgnore: libjpeg62-devel
+%endif
 %if %{with regression_tests}
 # svnserveautocheck.sh davautocheck.sh requirements
 BuildRequires:  net-tools
 BuildRequires:  wget
+%if 0%{?sles_version} == 11 
+# additional python sqlite required for SLE 11 only for python tests to 
complete
+# needs to be added to branch project to work, e.g.
+# osc aggregatepac devel:languages:python python-pysqlite /branch project/ -m 
SLE_11_SP2=SLE_11
+BuildRequires:  python-sqlite
+%endif
 %endif # with regression_tests
 #
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services


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



commit ucommon for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2013-06-18 10:39:49

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


Package is ucommon

Changes:

--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2012-02-08 
17:21:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2013-06-18 
10:39:50.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 13 16:47:20 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 6.0.5
+* A new version 6 API. A complete refactor of most core classes for
+  greater consistency and simplicity. Many depreciated methods and
+  conventions have been removed.
+- Implement shlib package naming guideline. Signature verification.
+
+---

Old:

  ucommon-5.0.5.tar.gz

New:

  ucommon-6.0.5.tar.gz
  ucommon-6.0.5.tar.gz.sig
  ucommon.keyring



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.xG9b5Q/_old  2013-06-18 10:39:51.0 +0200
+++ /var/tmp/diff_new_pack.xG9b5Q/_new  2013-06-18 10:39:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008, 2009 David Sugar, Tycho Softworks.
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -20,66 +20,77 @@
 #
 
 
-
 Name:   ucommon
-Version:5.0.5
-Release:1
-License:LGPL-3.0+
+Version:6.0.5
+Release:0
+%define lname  libucommon6
 Summary:Runtime library for portable C++ threading and sockets
-URL:http://www.gnu.org/software/commoncpp
-Group:  System/Libraries
-Source0:
http://www.gnutelephony.org/dist/archive/ucommon-%{version}.tar.gz
+License:LGPL-3.0+
+Group:  Development/Libraries/C and C++
+Url:http://www.gnu.org/software/commoncpp
+
+#Git-Clone:git://github.com/dyfet/ucommon
+#Freecode-URL: http://freecode.com/projects/ucommon
+Source: http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz
+Source2:http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz.sig
+Source3:%name.keyring
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
+# Added for 13.1
+Obsoletes:  %name-bin  %version-%release
+Provides:   %name-bin = %version-%release
 
 %description
-GNU uCommon C++ is a lightweight library to facilitate using C++ design
-patterns even for very deeply embedded applications, such as for systems using
-uClibc along with POSIX threading support. For this reason, uCommon disables
-language features that consume memory or introduce runtime overhead. uCommon
-introduces some design patterns from Objective-C, such as reference counted
-objects, memory pools, and smart pointers.  uCommon introduces some new
-concepts for handling of thread locking and synchronization.
-
-%package bin
-
-Summary:GNU uCommon system and support applications
-Group:  Development/Tools/Other
-Requires:   %{name} = %{version}
+GNU uCommon C++ is a lightweight library to facilitate using C++
+design patterns even for very deeply embedded applications, such as
+for systems using uClibc along with POSIX threading support.
+
+This subpackage contains a collection of command line tools that use
+various aspects of the ucommon library. Some may be needed to prepare
+files or for development of applications.
 
-%package devel
+%package -n %lname
+Summary:GNU uCommon Runtime library for portable C++ threading and 
sockets
+Group:  System/Libraries
+
+%description -n %lname
+GNU uCommon C++ is a lightweight library to facilitate using C++
+design patterns even for very deeply embedded applications, such as
+for systems using uClibc along with POSIX threading support. For this
+reason, uCommon disables language features that consume memory or
+introduce runtime overhead. uCommon introduces some design patterns
+from Objective-C, such as reference counted objects, memory pools,
+and smart pointers. uCommon introduces some new concepts for handling
+of thread locking and synchronization.
 
+%package devel
 Summary:Headers for building ucommon applications
 Group:  

commit vips for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2013-06-18 10:40:40

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


Package is vips

Changes:

--- /work/SRC/openSUSE:Factory/vips/vips.changes2013-03-08 
09:56:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2013-06-18 
10:40:41.0 +0200
@@ -1,0 +2,12 @@
+Sat Jun 15 12:42:35 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 7.32.4
+  * icc import and export could segv on very wide images
+  * added persistent option to tilecache
+  * removed some left-over debugging code from configure.ac
+  * better handling of args without values
+  * better error messages from vips.c
+  * fix demand hints so vips shrink works again
+  * remove fred from dist
+
+---

Old:

  vips-7.32.0.tar.gz

New:

  vips-7.32.4.tar.gz



Other differences:
--
++ vips.spec ++
--- /var/tmp/diff_new_pack.d5SNEg/_old  2013-06-18 10:40:42.0 +0200
+++ /var/tmp/diff_new_pack.d5SNEg/_new  2013-06-18 10:40:42.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   vips
 %define libname lib%{name}
-Version:7.32.0
+Version:7.32.4
 Release:0
 %define somajor 31
 Summary:C/C++ library for processing large images
@@ -120,7 +120,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%find_lang vips7
+%find_lang vips7.32
 %fdupes %{buildroot}%{python_sitearch}/
 rm -rf %{buildroot}%{_datadir}/doc/vips
 
@@ -128,7 +128,7 @@
 
 %postun -n %{libname}%{somajor} -p /sbin/ldconfig
 
-%files -n %{libname}%{somajor} -f vips7.lang
+%files -n %{libname}%{somajor} -f vips7.32.lang
 %defattr(-,root,root)
 %{_libdir}/*.so.%{somajor}*
 

++ vips-7.32.0.tar.gz - vips-7.32.4.tar.gz ++
 44229 lines of diff (skipped)

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



commit groff for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package groff for openSUSE:Factory checked 
in at 2013-06-18 10:42:13

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


Package is groff

Changes:

--- /work/SRC/openSUSE:Factory/groff/groff-full.changes 2013-06-11 
09:27:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.groff.new/groff-full.changes2013-06-18 
10:42:15.0 +0200
@@ -1,0 +2,17 @@
+Mon Jun 17 11:18:11 UTC 2013 - wer...@suse.de
+
+- Take care of mmroff.1.gz as well as of mmroff perl script 
+
+---
+Mon Jun 17 10:18:59 UTC 2013 - wer...@suse.de
+
+- Move important non-graphical macros from groff-full back to groff
+  as otherwise many packages do not build anymore
+
+---
+Wed Jun  5 09:00:09 UTC 2013 - mvysko...@suse.com
+
+- modify groff_1.22.2-2.debian.diff - remove the part related to
+  src/preproc/html/pre-html.cpp, fixes bnc#755533
+
+---
@@ -15 +31,0 @@
-groff-1.21-groffer-libexecdir.patch, already fixed upstream
--- /work/SRC/openSUSE:Factory/groff/groff.changes  2013-06-11 
09:27:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.groff.new/groff.changes 2013-06-18 
10:42:15.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 17 11:18:11 UTC 2013 - wer...@suse.de
+
+- Take care of mmroff.1.gz as well as of mmroff perl script 
+
+---
+Mon Jun 17 10:18:59 UTC 2013 - wer...@suse.de
+
+- Move important non-graphical macros from groff-full back to groff
+  as otherwise many packages do not build anymore
+
+---



Other differences:
--
++ groff-full.spec ++
--- /var/tmp/diff_new_pack.5Q4zgW/_old  2013-06-18 10:42:16.0 +0200
+++ /var/tmp/diff_new_pack.5Q4zgW/_new  2013-06-18 10:42:16.0 +0200
@@ -31,9 +31,12 @@
 Source2:groff-full.keyring
 Source3:zzz-groff.sh
 Source4:zzz-groff.csh
+# rm -f foo
 # for file in `cat series | grep -v '^#' | grep  '^[a-z]' `; do
-#cat $file  groff_1.21-6.debian.diff
+#cat $file  foo
 # done
+##remove a part related to src/preproc/html/pre-html.cpp - see bnc#755533
+# filterdiff -x 'src/preproc/html/pre-html.cpp' foo  
groff_1.22.2-2.debian.diff
 Patch0: groff_1.22.2-2.debian.diff
 Patch1: groff-1.20.1-destbufferoverflow.patch
 Patch2: groff-1.20.1-nroff-empty-LANGUAGE.patch
@@ -112,6 +115,7 @@
 %package -n groff-doc
 Summary:HTML documentation and examples for groff
 Group:  Productivity/Publishing/Troff
+BuildArch:  noarch
 
 %description -n groff-doc
 The groff package provides compatible versions of troff, nroff, eqn,
@@ -238,20 +242,49 @@
 %endif
 done
 
-for TMAC in an-ext.tmac an-old.tmac an.tmac andoc.tmac composite.tmac 
cp1047.tmac cs.tmac de.tmac den.tmac \
-devtag.tmac doc.tmac doc-old.tmac eqnrc europs.tmac fr.tmac 
hyphen.cs hyphen.den hyphen.det \
-hyphen.fr hyphen.sv hyphen.us hyphenex.cs hyphenex.det hyphenex.us 
ja.tmac latin1.tmac latin2.tmac \
-latin5.tmac latin9.tmac man.tmac mandoc.tmac mdoc.tmac 
papersize.tmac pic.tmac ps.tmac psatk.tmac \
-psold.tmac pspic.tmac safer.tmac sv.tmac trans.tmac troffrc 
troffrc-end tty-char.tmac tty.tmac \
-unicode.tmac www.tmac; do
-
+for TMAC in a4.tmac an-ext.tmac an-old.tmac an.tmac andoc.tmac composite.tmac \
+   cp1047.tmac cs.tmac de.tmac den.tmac devtag.tmac doc.tmac \
+   doc-old.tmac e.tmac eqnrc europs.tmac fallbacks.tmac fr.tmac \
+   hyphen.cs hyphen.den hyphen.det hyphen.fr hyphen.sv hyphen.us \
+   hyphenex.cs hyphenex.det hyphenex.us ja.tmac latin1.tmac 
latin2.tmac \
+   latin5.tmac latin9.tmac man.tmac mandoc.tmac mdoc.tmac me.tmac \
+   ms.tmac papersize.tmac pic.tmac ps.tmac psatk.tmac psold.tmac \
+   pspic.tmac refer-me.tmac refer-ms.tmac refer.tmac s.tmac \
+   safer.tmac sv.tmac trace.tmac trans.tmac troffrc troffrc-end \
+   tty-char.tmac tty.tmac unicode.tmac www.tmac
+do
 %if %{groff_base_only}
-cp tmac/${TMAC} %{buildroot}%{_datadir}/%{name}/%{version}/tmac/
+install -m 0644 tmac/${TMAC} 
%{buildroot}%{_datadir}/%{name}/%{version}/tmac/
 %else
 rm %{buildroot}%{_datadir}/groff/%{version}/tmac/${TMAC}
 %endif
 done
 
+pushd contrib/mm/
+%if %{groff_base_only}
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mm
+install -c -m 0755 mmroff %{buildroot}%{_bindir}/mmroff
+install -c -m 0644 mmroff.n 

commit dcraw for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package dcraw for openSUSE:Factory checked 
in at 2013-06-18 15:10:28

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


Package is dcraw

Changes:

--- /work/SRC/openSUSE:Factory/dcraw/dcraw.changes  2013-03-08 
11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.dcraw.new/dcraw.changes 2013-06-18 
15:10:30.0 +0200
@@ -1,0 +2,18 @@
+Sun Jun 16 20:54:03 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 9.19:
+  dcraw - revision 1.456
+  * Fix green spots when half-sizing Fuji X-Trans images.
+  * Support the Baumer TXG14, OmniVision OV5647 (Raspberry Pi), and Samsung
+NX2000.
+  From version 9.18:
+  dcraw - revision 1.455
+  * Support the Fuji HS50, X20, X100S, SL1000, Samsung NX300, Canon A3300 and
+EOS C500, and Olympus XZ-10.
+  * Added Frank Markesteijn's X-Trans demosaic algorithm.
+  * Lowercased the names of all camera makers.
+  * Hardened dcraw against corrupt input files.
+  * Tableized away large chunks of code in identify().
+- Removed dcraw.1.patch (not needed anymore).
+
+---

Old:

  dcraw-9.17.tar.gz
  dcraw.1.patch

New:

  dcraw-9.19.tar.gz



Other differences:
--
++ dcraw.spec ++
--- /var/tmp/diff_new_pack.ARwGrf/_old  2013-06-18 15:10:31.0 +0200
+++ /var/tmp/diff_new_pack.ARwGrf/_new  2013-06-18 15:10:31.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   dcraw
-Version:9.17
+Version:9.19
 Release:0
 Summary:Raw Digital Photo Decoding
 License:GPL-2.0+
 Group:  Productivity/Graphics/Convertors
 Url:http://www.cybercom.net/~dcoffin/dcraw/
-Source0:
http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz
 #*** NOTE: run sh update_dcraw to update to latest version of the following 
sources (wget, rcs and lynx packages are required for the update).
+Source0:
http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz
 Source1:README
-# http://www.cybercom.net/~dcoffin/dcraw/.badpixels
+#DL-URL: http://www.cybercom.net/~dcoffin/dcraw/.badpixels
 Source2:badpixels
 Source3:http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
 Source4:http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
@@ -36,10 +36,8 @@
 #***
 Source100:  README.SuSE
 Source101:  update_dcraw
-# PATCH-FIX-OPENSUSE dcraw.1.patch asterios.dra...@gmail.com -- Fix macro 
`LO' not defined rpm post build check warning
-Patch0: dcraw.1.patch
 # PATCH-FIX-OPENSUSE fuji_green.c_fix_gcc_warnings.patch 
asterios.dra...@gmail.com -- Fix gcc implicit declaration warning
-Patch1: fuji_green.c_fix_gcc_warnings.patch
+Patch0: fuji_green.c_fix_gcc_warnings.patch
 BuildRequires:  gettext-runtime
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -56,7 +54,6 @@
 %setup -q -n %{name}
 cp -a %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
 %patch0
-%patch1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing -fstack-protector-all

++ README ++
--- /var/tmp/diff_new_pack.ARwGrf/_old  2013-06-18 15:10:31.0 +0200
+++ /var/tmp/diff_new_pack.ARwGrf/_new  2013-06-18 15:10:31.0 +0200
@@ -71,7 +71,7 @@
execute permission.
  * [17]dcraw.c -- decodes raw photos, extracts thumbnails, and
displays metadata
-   Supports 506 cameras at last count. Compile with gcc -o dcraw -O4
+   Supports 525 cameras at last count. Compile with gcc -o dcraw -O4
dcraw.c -lm -ljasper -ljpeg -llcms or gcc -o dcraw -O4 dcraw.c
-lm -DNODEPS. Run with no arguments to see a usage message. Don't
complain that 16-bit output is too dark -- read the [18]FAQ!
@@ -459,8 +459,11 @@
  * Canon EOS 550D / Digital Rebel T2i / Kiss Digital X4
  * Canon EOS 600D / Digital Rebel T3i / Kiss Digital X5
  * Canon EOS 650D / Digital Rebel T4i / Kiss Digital X6i
+ * Canon EOS 700D / Digital Rebel T5i / Kiss Digital X7i
+ * Canon EOS 100D / Digital Rebel SL1 / Kiss Digital X7
  * Canon EOS 1000D / Digital Rebel XS / Kiss Digital F
  * Canon EOS 1100D / Digital Rebel T3 / Kiss Digital X50
+ * Canon EOS C500
  * Canon EOS D2000C
  * Canon EOS M
  * Canon EOS-1D
@@ -520,9 +523,11 @@
  * Fuji S9000/S9500
  * Fuji S9100/S9600
  * Fuji S200EXR
+ * Fuji SL1000
  * Fuji HS10/HS11
  * Fuji HS20EXR
  * Fuji HS30EXR
+ * Fuji HS50EXR
  * Fuji F550EXR
  * Fuji F600EXR
  * Fuji F770EXR
@@ -531,8 +536,10 @@
  * Fuji X-E1
  * Fuji XF1
  * Fuji X-S1
+ * Fuji X100s
  * Fuji X100
  * 

commit DirectFB for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package DirectFB for openSUSE:Factory 
checked in at 2013-06-18 15:10:48

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


Package is DirectFB

Changes:

--- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes2013-03-20 
11:37:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes   2013-06-18 
15:10:49.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 17 12:22:44 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.3. There is a large list of changes
+  see Changelog for details
+- Remove DirectFB-1.6.1-mesa-libgbm-stridefix.patch; fixed by upstream
+
+---

Old:

  DirectFB-1.6.1-mesa-libgbm-stridefix.patch
  DirectFB-1.6.2.tar.gz

New:

  DirectFB-1.6.3.tar.gz



Other differences:
--
++ DirectFB.spec ++
--- /var/tmp/diff_new_pack.hswqcQ/_old  2013-06-18 15:10:50.0 +0200
+++ /var/tmp/diff_new_pack.hswqcQ/_new  2013-06-18 15:10:50.0 +0200
@@ -19,7 +19,7 @@
 %define directfbdir %{_libdir}/directfb-1.6-0
 
 Name:   DirectFB
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:Graphics Library for Framebuffer Devices
 License:LGPL-2.1+
@@ -52,8 +52,6 @@
 # PATCH-FIX-UPSTREAM
 Patch16:DirectFB-1.5.3-vdpau.patch
 # PATCH-FIX-UPSTREAM
-Patch18:DirectFB-1.6.1-mesa-libgbm-stridefix.patch
-# PATCH-FIX-UPSTREAM
 Patch19:DirectFB-1.6.1-FusionID-fix-git21c3684.patch
 # PATCH-FIX-OPENSUSE DirectFB-setregion.patch -- dval...@suse.com; fixes 
cyber5k and readeon drivers build on powerpc
 Patch20:DirectFB-setregion.patch 
@@ -171,9 +169,6 @@
 %patch14 -p1 -b .arm-atomics
 %patch15 -p1 -b .davinci
 %patch16 -p1 -b .vdpau
-%if 0%{?suse_version}  1220
-%patch18 -p1 -b .stride
-%endif
 %patch19 -p1 -b .fusionID
 %patch20 -p1
 #Disable ppc asm since compilation fails (and it seems better to use glibc)
@@ -237,6 +232,7 @@
 %{_datadir}/directfb-%{version}
 %{_bindir}/dfbg
 %{_bindir}/dfbdump
+%{_bindir}/dfbdumpinput
 %{_bindir}/dfbinfo
 %{_bindir}/dfblayer
 %{_bindir}/directfb-csource

++ DirectFB-1.6.2.tar.gz - DirectFB-1.6.3.tar.gz ++
 29079 lines of diff (skipped)

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



commit aaa_base for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-06-18 15:10:20

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


Package is aaa_base

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2013-05-28 
07:23:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-06-18 
15:10:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 17 12:28:09 UTC 2013 - co...@suse.com
+
+- move sysctl directories to filesystem rpm
+
+---



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.PX6xmC/_old  2013-06-18 15:10:23.0 +0200
+++ /var/tmp/diff_new_pack.PX6xmC/_new  2013-06-18 15:10:23.0 +0200
@@ -204,8 +204,6 @@
 /usr/share/man/man8/safe-rm.8*
 /usr/share/man/man8/safe-rmdir.8*
 /usr/share/man/man8/service.8*
-%dir /etc/sysctl.d
-%dir /usr/lib/sysctl.d
 /usr/lib/sysctl.d/*.conf
 /var/adm/fillup-templates/sysconfig.backup
 /var/adm/fillup-templates/sysconfig.boot

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



commit emacs for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2013-06-18 15:11:12

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


Package is emacs

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2013-06-07 
06:57:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2013-06-18 
15:11:13.0 +0200
@@ -1,0 +2,13 @@
+Sat Jun 15 15:14:01 UTC 2013 - tog...@opensuse.org
+
+- Fix connection problem to Typhoon nntp servers. Instead of
+  CAPABILITIES use HELP 
+  *  emacs-24.3-nntp-typhoon-fix.patch 
+
+---
+Fri Jun  7 07:53:58 UTC 2013 - wer...@suse.de
+
+- Enforce update alternatives simply to avoid bug reports about
+  warnings
+
+---

New:

  emacs-24.3-nntp-typhoon-fix.patch



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.WWQIPo/_old  2013-06-18 15:11:15.0 +0200
+++ /var/tmp/diff_new_pack.WWQIPo/_new  2013-06-18 15:11:15.0 +0200
@@ -103,6 +103,7 @@
 Patch22:emacs-24.1-bnc628268.patch
 Patch23:emacs-24.3-xevent.patch
 Patch25:emacs-24.3-giflib5.patch
+Patch26:emacs-24.3-nntp-typhoon-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{expand: %%global _exec_prefix %(type -p pkg-config /dev/null  pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if %_exec_prefix == /usr/X11R6
@@ -216,6 +217,7 @@
 %patch22 -p0
 %patch23 -p0
 %patch25 -p0
+%patch26 -p1 
 
 %if %{without autoconf}
 # We don't want to run autoconf
@@ -579,13 +581,14 @@
 %if 0%{suse_version} = 1300
 %post -n etags
 test -L %{_bindir}/ctags || rm -f %{_bindir}/ctags
-update-alternatives --install  %{_bindir}/ctags ctags %{_bindir}/gnuctags 10 \
+%{_sbindir}/update-alternatives --quiet --force --install \
+ %{_bindir}/ctags  ctags   %{_bindir}/gnuctags 10 \
   --slave %{_mandir}/man1/ctags.1.gz ctags.1 %{_mandir}/man1/gnuctags.1.gz
-update-alternatives --auto ctags
+%{_sbindir}/update-alternatives --auto ctags
 
 %preun -n etags
-if [ $1 -eq 0 ]; then
-  update-alternatives --remove ctags %{_bindir}/gnuctags
+if test $1 -eq 0 ; then
+%{_sbindir}/update-alternatives --quiet --remove ctags %{_bindir}/gnuctags
 fi
 %endif
 

++ emacs-24.3-nntp-typhoon-fix.patch ++
---
 lisp/gnus/nntp.el |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/lisp/gnus/nntp.el
+++ b/lisp/gnus/nntp.el
@@ -1282,7 +1282,7 @@ If SEND-IF-FORCE, only send authinfo to
 nntpd pbuffer nntp-address nntp-port-number
 :type (cadr (assoc nntp-open-connection-function map))
 :end-of-command ^\\([2345]\\|[.]\\).*\n
-:capability-command CAPABILITIES\r\n
+:capability-command HELP\r\n
 :success ^3
 :starttls-function
 (lambda (capabilities)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gettext-runtime for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2013-06-18 15:12:26

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


Package is gettext-runtime

Changes:

gettext-java.changes: same change
New Changes file:

--- /dev/null   2013-06-18 05:31:11.568031006 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2013-06-18 15:12:28.0 +0200
@@ -0,0 +1,986 @@
+---
+Tue Jun 18 11:10:59 UTC 2013 - co...@suse.com
+
+- make gettext-runtime conflict with gettext-runtime-mini
+
+---
+Tue Jun 18 09:54:33 UTC 2013 - sch...@suse.de
+
+- Add gettext-runtime-mini.spec that reverts to using the included
+  library sources
+
+---
+Sat Jun 15 11:52:06 UTC 2013 - sch...@linux-m68k.org
+
+- Add glib2-devel libcroco-devel libxml2-devel to build requires to avoid
+  using the included copies.
+- gettext-configure.patch: Fix syntax in libxml check to avoid spurious
+  failure
+
+---
+Sat Jun  8 08:39:07 UTC 2013 - christoph.mieb...@web.de
+
+- Update to version 0.18.2.1: Version 0.18.2 - December 2012
+  + xgettext now understands the block comment syntax of Guile 2.0.
+  + libgettextpo library:
+* The initial msgstr of a new message is now , not NULL.
+* Bug fixes in the functions po_message_is_range,
+  po_file_check_all, po_message_check_all.
+  + Installation options:
+The configure options --with-xz and --with-bzip2 can be used to
+specify alternate compression methods for the archive used by
+the 'autopoint' program. These options, together with
+--with-git, allow to trade dependencies against installed
+package size. --with-xz has the highest compression rate,
+followed by --with-git, followed by --with-bzip2.
+  + Autoconf macros:
+* The autoconf macros installed by 'gettextize' now work with
+  the forthcoming Automake 1.14 and require Autoconf version
+  2.60 or newer.
+  + Portability:
+* Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit
+  mingw is now supported.
+  
+- Remove obsolete patches:
+  + getext-stdio.in.patch
+  + gettext-codecleanup.patch
+
+---
+Fri May 31 07:47:08 UTC 2013 - co...@suse.com
+
+- do not call autoreconf, spares you all the ugly patches:
+gettext-no_silent_rules.patch
+gettext-0.15-docdir.diff
+gettext-autotools.patch
+
+---
+Wed Mar 27 07:50:12 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---
+Mon Sep 24 17:21:00 CEST 2012 - p...@suse.de
+
+- remove silent_rules from AM_INIT_AUTOMAKE to make autoreconf
+  succeed on older distributions.
+- Rename po-mode.diff to gettext-po-mode.diff
+
+---
+Thu Sep 13 14:31:56 UTC 2012 - co...@suse.com
+
+- replace ; with and in spdx.org license
+
+---
+Sun Jul 22 18:41:39 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---
+Mon Jul  2 11:04:21 UTC 2012 - co...@suse.com
+
+- do not use obsolete AM_PROG_MKDIR_P
+
+---
+Thu Jan 12 15:57:24 UTC 2012 - a...@suse.de
+
+- Disable tests test-readlink and test-areadlink since they 
+  fail randomly.
+
+---
+Thu Jan 12 13:37:28 UTC 2012 - a...@suse.de
+
+- Remove cvs, not used anymore since 0.18.1 in our build.
+
+---
+Sun Oct  2 14:24:27 CEST 2011 - dmuel...@suse.de
+
+- revert last change - it is not the testsuite that hangs
+  but everything. The better workaround is to disable openmp
+
+---
+Sat Oct  1 05:39:12 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---
+Sat Oct  1 02:00:30 UTC 2011 - crrodrig...@opensuse.org
+
+- Test suite hangs in qemu-arm due to bugs in the emulator
+  workaround this issue.
+
+---
+Thu Sep 29 13:27:17 CEST 2011 - 

commit freetype2 for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2013-06-18 15:11:56

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


Package is freetype2

Changes:

--- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes  2013-01-17 
09:39:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetype2.new/freetype2.changes 2013-06-18 
15:11:57.0 +0200
@@ -1,0 +2,16 @@
+Sun Jun  9 03:58:33 UTC 2013 - crrodrig...@opensuse.org
+
+- Library and tools must be compiled with large file 
+  support in 32 bit archs just like the rest of system.
+
+---
+Fri May 10 18:05:44 UTC 2013 - idon...@suse.com
+
+- Update to version 2.4.12
+  * A new CFF rendering engine from Adobe
+  * The  macro FT_CONFIG_OPTION_OLD_INTERNALS  is no  longer set  by
+default.
+- freetype-new-cff-engine.patch: Enable the new CFF engine by default.
+- Drop freetype2-no_rpath.patch, not needed.
+
+---
--- /work/SRC/openSUSE:Factory/freetype2/ft2demos.changes   2013-01-17 
09:39:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetype2.new/ft2demos.changes  2013-06-18 
15:11:57.0 +0200
@@ -1,0 +2,31 @@
+Wed Jun 12 08:46:35 UTC 2013 - wer...@suse.com
+
+- Add conflict to package dtc for /usr/bin/ftdump as the two tools
+  are different,
+  dtc:  ftdump -- Flat Tree dumping utility
+  ft2demos: ftdump -- Simple font dumper
+
+---
+Fri May 10 18:09:21 UTC 2013 - idon...@suse.com
+
+- Update to version 2.4.12
+  * Using the `H'  key, it is now possible to  select the CFF engine
+in both ftview and ftdiff.
+  * The new command line option '-H' for `ftbench' selects the Adobe
+CFF engine.
+  * It is  now possible  to directly select  the LCD  rendering mode
+with the keys 'A'-'F' in  'ftview'.  The key mapping for cycling
+through LCD modes  has been changed from 'K' and  'L' to 'k' and
+'l', and  toggling custom LCD  filtering is no longer  mapped to
+key 'F' but to key 'L'.
+  * In `ftdiff',  key 'x' toggles  between layout modes:  Either use
+the  advance width  (this is  new and  now the  default) or  the
+bounding box information to determine line breaks.
+  * For all demo  tools, the new command line option  `-v' shows the
+version.
+  * For the demo tools with a GUI, the new command line options '-w'
+and '-h' select  the width and the height of  the output window,
+respectively.
+- Drop ft2demos-build-testname.patch, not needed.
+
+---

Old:

  freetype-2.4.11.tar.bz2
  freetype-doc-2.4.11.tar.bz2
  freetype2-no_rpath.patch
  ft2demos-2.4.11.tar.bz2
  ft2demos-build-testname.patch

New:

  freetype-2.4.12.tar.bz2
  freetype-doc-2.4.12.tar.bz2
  freetype-new-cff-engine.patch
  ft2demos-2.4.12.tar.bz2



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.dc9Jx9/_old  2013-06-18 15:11:58.0 +0200
+++ /var/tmp/diff_new_pack.dc9Jx9/_new  2013-06-18 15:11:58.0 +0200
@@ -25,7 +25,7 @@
 Obsoletes:  freetype2-64bit
 %endif
 #
-Version:2.4.11
+Version:2.4.12
 Release:0
 Summary:A TrueType Font Library
 License:SUSE-Freetype or GPL-2.0+
@@ -34,8 +34,8 @@
 Source0:
http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
 Source1:
http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2
 Source3:baselibs.conf
+Patch1: freetype-new-cff-engine.patch
 Patch3: freetype2-bitmap-foundry.patch
-Patch10:freetype2-no_rpath.patch
 Patch308961:bugzilla-308961-cmex-workaround.patch
 Patch200:   freetype2-subpixel.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -78,15 +78,15 @@
 %prep
 %define enable_subpixel_rendering 0
 %setup -q -n freetype-%{version} -a 1
-%patch3 -p 1 -b .bitmap-foundry
-%patch10
+%patch1 -p1
+%patch3 -p1
 %patch308961 -p 1
 %if %{enable_subpixel_rendering}
-%patch200 -p 1 -b .subpixel
+%patch200 -p1
 %endif
 
 %build
-export CFLAGS=%optflags -std=gnu99 -D_GNU_SOURCE
+export CFLAGS=%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)
 %configure --without-bzip2 \
--disable-static
 make %{?_smp_mflags}

++ ft2demos.spec ++
--- /var/tmp/diff_new_pack.dc9Jx9/_old  2013-06-18 15:11:59.0 +0200
+++ /var/tmp/diff_new_pack.dc9Jx9/_new  2013-06-18 15:11:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ft2demos
-Version:2.4.11

commit haveged for openSUSE:Factory

2013-06-18 Thread h_root


binWEcqMGEEbp.bin
Description: Binary data


commit icu for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2013-06-18 15:14:08

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


Package is icu

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2013-06-06 14:55:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2013-06-18 
15:14:09.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 15 20:05:05 UTC 2013 - jeng...@inai.de
+
+- Add icu-versioning.diff:
+  Treat each minor release as a new SONAME (bnc#824262)
+
+---

New:

  icu-versioning.diff



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.0Gjcdg/_old  2013-06-18 15:14:10.0 +0200
+++ /var/tmp/diff_new_pack.0Gjcdg/_new  2013-06-18 15:14:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   icu
-%define lname  libicu51
+%define lname  libicu51_2
 Version:51.2
 Release:0
 %define aversion 51_2
@@ -32,6 +32,7 @@
 Source3:sanitize_docs.sh
 Patch1: icu-rpmlint.diff
 Patch2: icu-remove-datetime.patch
+Patch3: icu-versioning.diff
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -108,7 +109,7 @@
 
 %prep
 %setup -qn icu -a2
-%patch -P 1 -P 2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 
 %build
 cd source
@@ -117,7 +118,7 @@
 %configure --disable-static \
 --enable-shared \
 --disable-samples
-make %{?_smp_mflags}
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 b=%buildroot
@@ -130,6 +131,17 @@
 
 make install DESTDIR=$b;
 
+#
+# ICU's pkgdata utility is really fragile, so icu-versioning.diff
+# does as few as possible, but that means we need some additional
+# cleanup in the spec file now.
+#
+for i in $b/%_libdir/*.so.[0-9]*; do
+   if [ ${i##*.so.} != %version ]; then
+   rm -fv $i;
+   fi
+done
+
 # /usr/lib/rpm/elfdeps requires +x bit and not all had it at one point
 chmod a+rx $b/%_libdir/lib*.so.*
 
@@ -149,7 +161,7 @@
 # Checks disabled in qemu because of races happening when we emulate
 # multi-threaded programs, and some check tests atomic instructions in
 # multi-threaded icu invocations
-make check
+make check VERBOSE=1
 %endif
 
 # This should be run by whatever owns /usr/lib64/icu -

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.0Gjcdg/_old  2013-06-18 15:14:10.0 +0200
+++ /var/tmp/diff_new_pack.0Gjcdg/_new  2013-06-18 15:14:10.0 +0200
@@ -1,4 +1,4 @@
-libicu51
+libicu51_2
 libicu-devel
requires -libicu-targettype
-   requires libicu51-targettype = version
+   requires libicu51_2-targettype = version

++ icu-versioning.diff ++
From: Jan Engelhardt jeng...@inai.de
Date: 2013-06-11 03:36:48.480850779 +0200
References: http://bugzilla.novell.com/824262

I've had it with ICU always changing their ABI without updating the
SO numbers. They did that before, and they have done it with
51.1-51.2 again. !@#
(Will icu-project ever get their act together?)

Thus, we will use the full version as the SO identifier in openSUSE.

---
 source/config/mh-linux  |2 +-
 source/config/pkgdataMakefile.in|1 +
 source/data/pkgdataMakefile.in  |1 +
 source/extra/uconv/pkgdataMakefile.in   |1 +
 source/icudefs.mk.in|1 +
 source/test/testdata/pkgdataMakefile.in |1 +
 source/tools/pkgdata/pkgdata.cpp|4 ++--
 7 files changed, 8 insertions(+), 3 deletions(-)

Index: icu/source/config/mh-linux
===
--- icu.orig/source/config/mh-linux
+++ icu/source/config/mh-linux
@@ -25,7 +25,7 @@ LDFLAGSICUDT=-nodefaultlibs -nostdlib
 
 ## Compiler switch to embed a library name
 # The initial tab in the next line is to prevent icu-config from reading it.
-   LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
+   LD_SONAME = -Wl,-soname -Wl,$(notdir $(FULL_SO_TARGET))
 #SH# # We can't depend on MIDDLE_SO_TARGET being set.
 #SH# LD_SONAME=
 
Index: icu/source/config/pkgdataMakefile.in
===
--- icu.orig/source/config/pkgdataMakefile.in
+++ icu/source/config/pkgdataMakefile.in
@@ -14,6 +14,7 @@ include $(top_builddir)/icudefs.mk
 
 OUTPUTFILE=pkgdata.inc
 MIDDLE_SO_TARGET=
+FULL_SO_TARGET=
 
 all : clean 
@echo GENCCODE_ASSEMBLY_TYPE=$(GENCCODE_ASSEMBLY)  $(OUTPUTFILE)
Index: icu/source/data/pkgdataMakefile.in
===
--- icu.orig/source/data/pkgdataMakefile.in
+++ icu/source/data/pkgdataMakefile.in
@@ -14,6 +14,7 @@ include $(top_builddir)/icudefs.mk
 
 

commit ImageMagick for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2013-06-18 15:15:51

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


Package is ImageMagick

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2013-06-11 
09:23:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2013-06-18 15:15:52.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 17 08:37:56 UTC 2013 - pgaj...@suse.com
+
+- use AllCompliance instead of X11Compliance to cover also 'None'
+  [bnc#825151]
+  * adjusted no-XPMCompliance.patch
+
+---



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.JRL3Qc/_old  2013-06-18 15:15:53.0 +0200
+++ /var/tmp/diff_new_pack.JRL3Qc/_new  2013-06-18 15:15:53.0 +0200
@@ -400,4 +400,8 @@
 
 
 
+
+
+
+
 %changelog

++ ImageMagick-6.8.5.7-no-XPMCompliance.patch ++
--- /var/tmp/diff_new_pack.JRL3Qc/_old  2013-06-18 15:15:53.0 +0200
+++ /var/tmp/diff_new_pack.JRL3Qc/_new  2013-06-18 15:15:53.0 +0200
@@ -7,7 +7,7 @@
  image-matte=MagickTrue;
}
 -status=QueryColorCompliance(target,XPMCompliance,image-colormap[j],
-+status=QueryColorCompliance(target,X11Compliance,image-colormap[j],
++status=QueryColorCompliance(target,AllCompliance,image-colormap[j],
exception);
  if (status == MagickFalse)
break;

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



commit libarchive for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2013-06-18 15:16:27

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


Package is libarchive

Changes:

--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2013-02-13 
14:38:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes   
2013-06-18 15:16:29.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires (and sort those)
+
+---



Other differences:
--
++ libarchive.spec ++
--- /var/tmp/diff_new_pack.SdSKln/_old  2013-06-18 15:16:30.0 +0200
+++ /var/tmp/diff_new_pack.SdSKln/_new  2013-06-18 15:16:30.0 +0200
@@ -22,21 +22,23 @@
 Name:   libarchive
 Version:3.1.1
 Release:0
-BuildRequires:  libacl-devel
-BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libbz2-devel
-BuildRequires:  libext2fs-devel
-BuildRequires:  libopenssl-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  xz-devel
 Summary:Creates and reads several different streaming archive formats
 License:BSD-2-Clause
 Group:  Productivity/Archiving/Compression
 Url:http://libarchive.github.com/
+
 Source0:
http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
 Source1:baselibs.conf
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
+BuildRequires:  libbz2-devel
+BuildRequires:  libext2fs-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkg-config
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 
 %description
 Libarchive is a programming library that can create and read several

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



commit libjpeg-turbo for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libjpeg-turbo for openSUSE:Factory 
checked in at 2013-06-18 15:19:34

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


Package is libjpeg-turbo

Changes:

--- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg62-turbo.changes
2013-06-05 11:54:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg62-turbo.changes   
2013-06-18 15:19:36.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 09:24:19 UTC 2013 - pgaj...@suse.com
+
+- by change from Wed Mar  6 11:19:02 UTC 2013, libjpeg62-turbo
+  do not provide any binaries, so it should not provide jpeg
+
+---



Other differences:
--
++ libjpeg62-turbo.spec ++
--- /var/tmp/diff_new_pack.e8rvP9/_old  2013-06-18 15:19:36.0 +0200
+++ /var/tmp/diff_new_pack.e8rvP9/_new  2013-06-18 15:19:36.0 +0200
@@ -37,8 +37,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  yasm
-Provides:   jpeg = %{version}
-Obsoletes:  jpeg  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Conflicts:  jpeg%{major}
 

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



commit libXrender for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libXrender for openSUSE:Factory 
checked in at 2013-06-18 15:21:53

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


Package is libXrender

Changes:

--- /work/SRC/openSUSE:Factory/libXrender/libXrender.changes2013-03-22 
11:59:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXrender.new/libXrender.changes   
2013-06-18 15:21:55.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 14 12:25:29 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 0.9.8:
+  This bugfix release delivers the fixes for the recently announced security
+  issue CVE-2013-1987.
+
+---

Old:

  libXrender-0.9.7.tar.bz2

New:

  libXrender-0.9.8.tar.bz2



Other differences:
--
++ libXrender.spec ++
--- /var/tmp/diff_new_pack.ZsBHxW/_old  2013-06-18 15:21:56.0 +0200
+++ /var/tmp/diff_new_pack.ZsBHxW/_new  2013-06-18 15:21:56.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libXrender
 %define lname  libXrender1
-Version:0.9.7
+Version:0.9.8
 Release:0
 Summary:X Rendering Extension library
 License:MIT

++ libXrender-0.9.7.tar.bz2 - libXrender-0.9.8.tar.bz2 ++
 12943 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXrender-0.9.7/ChangeLog new/libXrender-0.9.8/ChangeLog
--- old/libXrender-0.9.7/ChangeLog  2012-03-08 05:49:17.0 +0100
+++ new/libXrender-0.9.8/ChangeLog  2013-06-14 07:42:42.0 +0200
@@ -1,3 +1,83 @@
+commit 61236e831f8cc0761b26b49e37a4df9c187aa0ba
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Thu Jun 13 22:41:00 2013 -0700
+
+libXrender 0.9.8
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 786f78fd8df6d165ccbc81f306fd9f22b5c1551c
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Apr 12 23:02:11 2013 -0700
+
+integer overflow in XRenderQueryPictIndexValues() [CVE-2013-1987 3/3]
+
+The length and numIndexValues members of the reply are both CARD32 and
+need to be bounds checked before multiplying by sizeof (XIndexValue) to
+avoid integer overflow leading to underallocation and writing data from
+the network past the end of the allocated buffer.
+
+Reported-by: Ilja Van Sprundel ivansprun...@ioactive.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 9e577d40322b9e3d8bdefec0eefa44d8ead451a4
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Apr 12 23:02:11 2013 -0700
+
+integer overflow in XRenderQueryFormats() [CVE-2013-1987 2/3]
+
+The length, numFormats, numScreens, numDepths, and numVisuals members of
+the reply are all CARD32 and need to be bounds checked before multiplying
+and adding them together to come up with the total size to allocate, to
+avoid integer overflow leading to underallocation and writing data from
+the network past the end of the allocated buffer.
+
+Reported-by: Ilja Van Sprundel ivansprun...@ioactive.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit e52853974664289fe42a92909667ed77cfa1cec5
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Apr 12 22:45:20 2013 -0700
+
+integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3]
+
+The length, numFilters  numAliases members of the reply are all CARD32
+and need to be bounds checked before multiplying  adding them together
+to come up with the total size to allocate, to avoid integer overflow
+leading to underallocation and writing data from the network past the
+end of the allocated buffer.
+
+Reported-by: Ilja Van Sprundel ivansprun...@ioactive.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 73e77eb21d649edc1ce1746739f9358e337b2935
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri May 3 22:48:11 2013 -0700
+
+Use _XEatDataWords to avoid overflow of rep.length bit shifting
+
+rep.length is a CARD32, so rep.length  2 could overflow in 32-bit builds
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 1af52cb334377611233d7dc156bc1e6f7923756d
+Author: Colin Walters walt...@verbum.org
+Date:   Wed Jan 4 17:37:06 2012 -0500
+
+autogen.sh: 

commit libXvMC for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libXvMC for openSUSE:Factory checked 
in at 2013-06-18 15:22:33

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


Package is libXvMC

Changes:

--- /work/SRC/openSUSE:Factory/libXvMC/libXvMC.changes  2013-03-22 
12:00:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXvMC.new/libXvMC.changes 2013-06-18 
15:22:34.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 14 12:28:11 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.0.8:
+  This bug fix release provides the fixes for the recently announced security
+  issues CVE-2013-1990  CVE-2013-1999, and the fixes for the bugs introduced
+  in the initial set of patches for those security issues.
+
+---

Old:

  libXvMC-1.0.7.tar.bz2

New:

  libXvMC-1.0.8.tar.bz2



Other differences:
--
++ libXvMC.spec ++
--- /var/tmp/diff_new_pack.LSHsYc/_old  2013-06-18 15:22:35.0 +0200
+++ /var/tmp/diff_new_pack.LSHsYc/_new  2013-06-18 15:22:35.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libXvMC
 %define lname  libXvMC1
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:X-Video Motion Compensation library
 License:MIT

++ libXvMC-1.0.7.tar.bz2 - libXvMC-1.0.8.tar.bz2 ++
 14470 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXvMC-1.0.7/ChangeLog new/libXvMC-1.0.8/ChangeLog
--- old/libXvMC-1.0.7/ChangeLog 2012-03-08 06:33:33.0 +0100
+++ new/libXvMC-1.0.8/ChangeLog 2013-06-14 08:23:39.0 +0200
@@ -1,3 +1,125 @@
+commit 1fb06ecf88155452ece93ac309435106f9569d54
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Thu Jun 13 22:57:03 2013 -0700
+
+libXvMC 1.0.8
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 554200b59e880a1cf36dd244eeb5f330d93499b6
+Author: Julien Cristau jcris...@debian.org
+Date:   Sat Jun 1 11:26:15 2013 +0200
+
+avoid overflowing by making nameLen and busIDLen addition overflow
+
+Al Viro pointed this out on lwn: if nameLen + busIDLen overflows, we end
+up copying data from outside tmpBuf.
+
+Reported-by: Al Viro v...@zeniv.linux.org.uk
+Signed-off-by: Julien Cristau jcris...@debian.org
+Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 8c164524d229adb6141fdac8336b3823e7fe1a5d
+Author: Dave Airlie airl...@redhat.com
+Date:   Fri May 24 14:47:30 2013 +1000
+
+Multiple unvalidated patches in CVE-2013-1999
+
+Al Viro pointed out that Debian started segfaulting in Xine for him,
+
+Reported-by: Al Viro
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit e9415ddef2ac81d4139bd32d5e9cda9394a60051
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Apr 13 01:20:08 2013 -0700
+
+Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]
+
+The individual string sizes is assumed to not be more than the amount of
+data read from the network, and could cause buffer overflow if they are.
+
+The strings returned from the X server are assumed to be null terminated,
+and could cause callers to read past the end of the buffer if they are not.
+
+Also be sure to set the returned pointers to NULL, so callers don't try
+accessing bad pointers on failure cases.
+
+Reported-by: Ilja Van Sprundel ivansprun...@ioactive.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 5fd871e5f878810f8f8837725d548e07e89577ab
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Apr 13 00:50:02 2013 -0700
+
+integer overflow in _xvmc_create_*()
+
+rep.length is a CARD32 and should be bounds checked before left-shifting
+by 2 bits to come up with the total size to allocate, though in these
+cases, no buffer overflow should occur here, since the XRead call is passed
+the same rep.length  2 length argument, but the *priv_count returned to
+the caller could be interpreted or used to calculate a larger buffer size
+than was actually allocated, leading them to go out of bounds.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 478d4e58732ebdce6673e4e3469816ab63b8
+Author: Alan 

commit libzrtpcpp for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libzrtpcpp for openSUSE:Factory 
checked in at 2013-06-18 15:22:40

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


Package is libzrtpcpp

Changes:

--- /work/SRC/openSUSE:Factory/libzrtpcpp/libzrtpcpp.changes2013-06-13 
16:54:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzrtpcpp.new/libzrtpcpp.changes   
2013-06-18 15:22:42.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 13 20:01:04 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.3.3
+* Fallback to libgcrypt if openssl has no Elliptical Curve
+  support (no user-visible changes)
+
+---

Old:

  libzrtpcpp-2.3.2.tar.gz
  libzrtpcpp-2.3.2.tar.gz.sig

New:

  libzrtpcpp-2.3.3.tar.gz
  libzrtpcpp-2.3.3.tar.gz.sig



Other differences:
--
++ libzrtpcpp.spec ++
--- /var/tmp/diff_new_pack.TicFoY/_old  2013-06-18 15:22:43.0 +0200
+++ /var/tmp/diff_new_pack.TicFoY/_new  2013-06-18 15:22:43.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libzrtpcpp
 %define lname libzrtpcpp2
-Version:2.3.2
+Version:2.3.3
 Release:0
 Summary:A ccrtp extension for ZRTP support
 License:GPL-3.0+

++ libzrtpcpp-2.3.2.tar.gz - libzrtpcpp-2.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzrtpcpp-2.3.2/CMakeLists.txt 
new/libzrtpcpp-2.3.3/CMakeLists.txt
--- old/libzrtpcpp-2.3.2/CMakeLists.txt 2012-10-17 15:16:16.0 +0200
+++ new/libzrtpcpp-2.3.3/CMakeLists.txt 2013-06-08 13:02:27.0 +0200
@@ -11,7 +11,7 @@
 cmake_minimum_required(VERSION 2.6)
 
 PROJECT(libzrtpcpp)
-set (VERSION 2.3.2)
+set (VERSION 2.3.3)
 set (PACKAGE libzrtpcpp)
 set (SOVERSION ${VERSION})
 STRING(REGEX REPLACE [.].*$  SOVERSION ${SOVERSION})
@@ -107,30 +107,35 @@
 endif()
 
 # now get info about crypto libraries
-gcr_check(GCRYPT gcrypt)
-#if(GCRYPT_FOUND)
-#  check_include_files(gcrypt.h HAVE_GCRYPT_H)
-#  set(LIBS ${LIBS} ${GCRYPT_LIBRARIES})
-#  set(BUILD_REQ libgcrypt-devel)
-#  set(CRYPTOBACKEND=)
-#  set(PACKAGE_REQ libgcrypt)
-#else()
-  pkg_check_modules(OPENSSL libcrypto=0.9.8)
-  if (OPENSSL_FOUND)
-set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} 
${OPENSSL_INCLUDE_DIRS}) #update include files search directory
-check_include_files(openssl/bn.h HAVE_OPENSSL_BN_H)
-check_include_files(openssl/aes.h HAVE_OPENSSL_AES_H)
-check_include_files(openssl/sha.h HAVE_OPENSSL_SHA_H)
-check_library_exists(crypto EVP_CipherInit_ex ${OPENSSL_LIBDIR} 
HAVE_SSL_CRYPT) #use search lib directory from pkg-config
-set(LIBS ${LIBS} -lcrypto)
-set(CRYPTOBACKEND libcrypto = 0.9.8)
-set(BUILD_REQ libopenssl-devel = 0.9.8)
-set(PACKAGE_REQ libopenssl = 0.9.8)
-include_directories(${OPENSSL_INCLUDE_DIRS}) #update includes directory 
from pkg-config
-  else()
-message(FATAL_ERROR No crypto library found)
+pkg_check_modules(OPENSSL libcrypto=0.9.8)
+if (OPENSSL_FOUND)
+  set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} 
${OPENSSL_INCLUDE_DIRS}) #update include files search directory
+  check_include_files(openssl/bn.h HAVE_OPENSSL_BN_H)
+  check_include_files(openssl/aes.h HAVE_OPENSSL_AES_H)
+  check_include_files(openssl/sha.h HAVE_OPENSSL_SHA_H)
+  check_include_files(openssl/ec.h HAVE_OPENSSL_EC_H)
+  check_library_exists(crypto EVP_CipherInit_ex ${OPENSSL_LIBDIR} 
HAVE_SSL_CRYPT) #use search lib directory from pkg-config
+  set(LIBS ${LIBS} -lcrypto)
+  set(CRYPTOBACKEND libcrypto = 0.9.8)
+  set(BUILD_REQ libopenssl-devel = 0.9.8)
+  set(PACKAGE_REQ libopenssl = 0.9.8)
+  include_directories(${OPENSSL_INCLUDE_DIRS}) #update includes directory from 
pkg-config
+endif()
+
+if(NOT HAVE_OPENSSL_EC_H)
+  gcr_check(GCRYPT gcrypt)
+  if(GCRYPT_FOUND)
+check_include_files(gcrypt.h HAVE_GCRYPT_H)
+set(LIBS ${LIBS} ${GCRYPT_LIBRARIES})
+set(BUILD_REQ libgcrypt-devel)
+set(CRYPTOBACKEND=)
+set(PACKAGE_REQ libgcrypt)
   endif()
-#endif()
+endif()
+
+if(NOT OPENSSL_FOUND AND NOT GCRYPT_FOUND)
+  message(FATAL_ERROR No crypto library found)
+endif()
 
 check_include_files(stdlib.h HAVE_STDLIB_H)
 check_include_files(string.h HAVE_STRING_H)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzrtpcpp-2.3.2/ChangeLog 
new/libzrtpcpp-2.3.3/ChangeLog
--- old/libzrtpcpp-2.3.2/ChangeLog  2012-10-17 15:16:16.0 +0200
+++ new/libzrtpcpp-2.3.3/ChangeLog  2013-06-08 13:02:27.0 +0200
@@ -1,3 +1,7 @@
+2.3.3:
+
+- fallback to gcrypt if no openssl elliptical support
+
 2.3.1:
 
 - 2.3.0 paranoid mode
diff -urN 

commit perl-Data-Dump-Streamer for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Dump-Streamer for 
openSUSE:Factory checked in at 2013-06-18 15:26:16

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


Package is perl-Data-Dump-Streamer

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Data-Dump-Streamer/perl-Data-Dump-Streamer.changes
  2012-06-01 18:55:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Data-Dump-Streamer.new/perl-Data-Dump-Streamer.changes
 2013-06-18 15:26:17.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 10 14:52:48 UTC 2013 - co...@suse.com
+
+- updated to 2.34
+  Administrative release to eliminate build dependency on module
+  used only for testing.
+
+---

Old:

  Data-Dump-Streamer-2.33.tar.gz

New:

  Data-Dump-Streamer-2.34.tar.gz



Other differences:
--
++ perl-Data-Dump-Streamer.spec ++
--- /var/tmp/diff_new_pack.I8Z7zi/_old  2013-06-18 15:26:18.0 +0200
+++ /var/tmp/diff_new_pack.I8Z7zi/_new  2013-06-18 15:26:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Dump-Streamer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Dump-Streamer
-Version:2.33
+Version:2.34
 Release:0
 %define cpan_name Data-Dump-Streamer
 Summary:Accurately serialize a data structure as Perl code.
@@ -31,7 +31,6 @@
 BuildRequires:  perl(B::Utils)
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(Module::Build)
 #BuildRequires: perl(Compress::Zlib)
 #BuildRequires: perl(Data::Dump::Streamer)
@@ -40,6 +39,7 @@
 Requires:   perl(B::Utils)
 Recommends: perl(Algorithm::Diff)
 Recommends: perl(Compress::Zlib)
+BuildRequires:  perl(JSON::XS)
 Recommends: perl(PadWalker) = 0.99
 %{perl_requires}
 

++ Data-Dump-Streamer-2.33.tar.gz - Data-Dump-Streamer-2.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-Streamer-2.33/.gitignore 
new/Data-Dump-Streamer-2.34/.gitignore
--- old/Data-Dump-Streamer-2.33/.gitignore  1970-01-01 01:00:00.0 
+0100
+++ new/Data-Dump-Streamer-2.34/.gitignore  2012-06-06 11:47:31.0 
+0200
@@ -0,0 +1,10 @@
+*~
+.answer
+Build
+MYMETA.yml
+_build/
+build/
+blib/
+lib/Data/Dump/Streamer.c
+lib/Data/Dump/Streamer.o
+*.tar.gz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-Streamer-2.33/Build.PL 
new/Data-Dump-Streamer-2.34/Build.PL
--- old/Data-Dump-Streamer-2.33/Build.PL2012-04-01 17:21:57.0 
+0200
+++ new/Data-Dump-Streamer-2.34/Build.PL2012-06-06 11:47:31.0 
+0200
@@ -35,7 +35,6 @@
 'utf8'   = 0,
 'vars'   = 0,
 'warnings'   = 0,
-'JSON::XS'   = 0,
 $] = 5.012
 ? ( 're' = 0 )
 : (),
@@ -76,6 +75,9 @@
 # CPAN
 'Algorithm::Diff' = 0,
 'PadWalker'   = '0.99',
+
+# optional for testing
+'JSON::XS'   = 0,
 },
 );
 $build-create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-Streamer-2.33/Changes 
new/Data-Dump-Streamer-2.34/Changes
--- old/Data-Dump-Streamer-2.33/Changes 2012-04-01 17:21:57.0 +0200
+++ new/Data-Dump-Streamer-2.34/Changes 2012-06-06 11:47:31.0 +0200
@@ -1,3 +1,7 @@
+2.34
+Administrative release to eliminate build dependency on module
+used only for testing.
+
 2.33
 Caught up with various RT reports, and fixed a bunch of them.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-Streamer-2.33/MANIFEST 
new/Data-Dump-Streamer-2.34/MANIFEST
--- old/Data-Dump-Streamer-2.33/MANIFEST2012-04-01 17:21:57.0 
+0200
+++ new/Data-Dump-Streamer-2.34/MANIFEST2012-06-06 11:47:31.0 
+0200
@@ -1,4 +1,5 @@
 .patch
+.gitignore
 Build.PL
 Changes
 inc/My/Builder.pm
@@ -22,6 +23,7 @@
 t/lexicals.t
 t/locked.t
 t/madness.t
+t/madness_json.t
 t/madness_w.t
 t/names.t
 t/overload.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dump-Streamer-2.33/META.yml 
new/Data-Dump-Streamer-2.34/META.yml
--- 

commit libgpg-error for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2013-06-18 15:28:20

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


Package is libgpg-error

Changes:

--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes
2013-02-26 15:52:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new/libgpg-error.changes   
2013-06-18 15:28:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 08:46:57 UTC 2013 - co...@suse.com
+
+- remove gpg verification from bootstrap packages
+
+---



Other differences:
--
++ libgpg-error.spec ++
--- /var/tmp/diff_new_pack.VBaLh5/_old  2013-06-18 15:28:22.0 +0200
+++ /var/tmp/diff_new_pack.VBaLh5/_new  2013-06-18 15:28:22.0 +0200
@@ -33,9 +33,7 @@
 Patch0: %name-nld-build.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
+#BuildRequires:  gpg-offline
 
 %description
 This is a library that defines common error values for all GnuPG
@@ -78,7 +76,6 @@
 Files needed for software development using libgpg-error.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q -n libgpg-error-%version
 %if %nld_build
 %patch0


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



commit libXaw for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libXaw for openSUSE:Factory checked 
in at 2013-06-18 15:20:54

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


Package is libXaw

Changes:

--- /work/SRC/openSUSE:Factory/libXaw/libXaw.changes2013-03-22 
11:53:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXaw.new/libXaw.changes   2013-06-18 
15:20:55.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 14 23:26:12 UTC 2013 - jeng...@inai.de
+
+- Add proper bit-type symbols for sparc64
+
+---



Other differences:
--
++ libXaw.spec ++
--- /var/tmp/diff_new_pack.6pR5BV/_old  2013-06-18 15:20:56.0 +0200
+++ /var/tmp/diff_new_pack.6pR5BV/_new  2013-06-18 15:20:56.0 +0200
@@ -46,7 +46,7 @@
 %package -n libXaw6
 Summary:The X Athena Widget Set
 Group:  System/Libraries
-%ifarch ppc64 s390x x86_64
+%ifarch ppc64 s390x x86_64 sparc64
 Provides:   libXaw6.so.6()(64bit)
 %else
 Provides:   libXaw6.so.6
@@ -59,7 +59,7 @@
 %package -n libXaw7
 Summary:The X Athena Widget Set
 Group:  System/Libraries
-%ifarch ppc64 s390x x86_64
+%ifarch ppc64 s390x x86_64 sparc64
 Provides:   libXaw7.so.7()(64bit)
 %else
 Provides:   libXaw7.so.7
@@ -73,7 +73,7 @@
 Summary:The X Athena Widget Set
 Group:  System/Libraries
 Requires:   libXaw7 = %version
-%ifarch ppc64 s390x x86_64
+%ifarch ppc64 s390x x86_64 sparc64
 Provides:   libXaw.so.8()(64bit)
 Provides:   libXaw8.so.8()(64bit)
 %else

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



commit pesign-obs-integration for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2013-06-18 15:30:22

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


Package is pesign-obs-integration

Changes:

--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
2013-04-02 12:37:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
   2013-06-18 15:30:23.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 14 12:19:47 UTC 2013 - mma...@suse.cz
+
+- Put debuginfo packages to %_topdir/OTHER (bnc#824971).
+
+---
+Thu Mar 28 15:55:10 UTC 2013 - mma...@suse.cz
+
+- Version 10
+- Add modsign-repackage tool to repackage RPMs outside the buildservice
+
+---

New:

  modsign-repackage



Other differences:
--
++ pesign-obs-integration.spec ++
--- /var/tmp/diff_new_pack.iA0ZW0/_old  2013-06-18 15:30:24.0 +0200
+++ /var/tmp/diff_new_pack.iA0ZW0/_new  2013-06-18 15:30:24.0 +0200
@@ -22,7 +22,7 @@
 Summary:Macros and scripts to sign the kernel and bootloader
 License:GPL-2.0
 Group:  Development/Tools/Other
-Version:9.0
+Version:10.0
 Release:0.RELEASE15
 Requires:   mozilla-nss-tools
 Requires:   openssl
@@ -37,6 +37,7 @@
 Source5:COPYING
 Source6:README
 Source7:kernel-sign-file
+Source8:modsign-repackage
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,6 +57,8 @@
 install  pesign-gen-repackage-spec kernel-sign-file 
%buildroot/usr/lib/rpm/pesign
 install  brp-99-pesign %buildroot/usr/lib/rpm/brp-suse.d
 install -m644 pesign-repackage.spec.in %buildroot/usr/lib/rpm/pesign
+mkdir -p %buildroot/usr/bin
+install modsign-repackage %buildroot/usr/bin/
 if test -e _projectcert.crt; then
openssl x509 -inform PEM -in _projectcert.crt \
-outform DER -out %buildroot/usr/lib/rpm/pesign/pesign-cert.x509
@@ -66,6 +69,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README
+/usr/bin/modsign-repackage
 /usr/lib/rpm/*
 
 %changelog

++ kernel-sign-file ++
--- /var/tmp/diff_new_pack.iA0ZW0/_old  2013-06-18 15:30:24.0 +0200
+++ /var/tmp/diff_new_pack.iA0ZW0/_new  2013-06-18 15:30:24.0 +0200
@@ -68,6 +68,23 @@
 return $contents;
 }
 
+sub openssl_pipe($$) {
+   my ($input, $cmd) = @_;
+   my ($pid, $res);
+
+   $pid = open2(*read_from, *write_to, $cmd) || die $cmd;
+   binmode write_to;
+   print write_to $input || die pipe to $cmd;
+   close(write_to) || die pipe to $cmd;
+
+   binmode read_from;
+   read(read_from, $res, 4096) || die pipe from $cmd;
+   close(read_from) || die pipe from $cmd;
+   waitpid($pid, 0) || die;
+   die $cmd died: $? if ($?  8);
+   return $res;
+}
+
 ###
 #
 # First of all, we have to parse the X.509 certificate to find certain details
@@ -358,6 +375,26 @@
 die Unknown hash algorithm: $dgst\n;
 }
 
+my $unsigned_module = read_file($module);
+
+my $magic_number = $sign_fw ?
+~Linux firmware signature~\n :
+~Module signature appended~\n;
+my $magic_len = length($magic_number);
+my $info_len = 12;
+
+# Truncate existing signarure, if any
+if (!$sign_fw  substr($unsigned_module, -$magic_len) eq $magic_number) {
+   my $info = substr($unsigned_module, -$magic_len - $info_len, $info_len);
+   my ($name_len, $key_len, $sig_len) = unpack(xxxCCxxxN, $info);
+   my $subtract = $name_len + $key_len + $sig_len + $info_len + $magic_len;
+   if ($subtract  length($unsigned_module)) {
+   die $module: Existing signature is malformed\n;
+   }
+   $unsigned_module = substr($unsigned_module, 0,
+   length($unsigned_module) - $subtract);
+}
+
 my $signature;
 if ($signature_file) {
$signature = read_file($signature_file);
@@ -365,43 +402,30 @@
#
# Generate the digest and read from openssl's stdout
#
-   my $digest;
-   $digest = readpipe(openssl dgst -$dgst -binary $module) || die 
openssl dgst;
+   my $digest = openssl_pipe($unsigned_module,
+   openssl dgst -$dgst -binary);
 
#
# Generate the binary signature, which will be just the integer that
# comprises the signature with no metadata attached.
#
-   my $pid;
-   $pid = open2(*read_from, *write_to,
-openssl rsautl -sign 

commit polkit for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2013-06-18 15:30:52

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


Package is polkit

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2013-04-14 
10:37:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2013-06-18 
15:30:54.0 +0200
@@ -1,0 +2,13 @@
+Fri Jun 14 20:34:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.111
+  + Both js185 and mozjs17 versions of SpiderMonkey are supported
+  + The JavaScript interpreter is now mandatory
+  + Fixed various memory leaks
+  + Respect SUID_CFLAGS and SUID_LDFLAGS
+  + Set process environment from pam_getenvlist()
+  + Fix the build with automake 1.13
+- Drop polkit-suid_flags.patch and automake-113.patch, those
+  patches are included in this release
+
+---

Old:

  automake-113.patch
  polkit-0.110.tar.gz
  polkit-suid_flags.patch

New:

  polkit-0.111.tar.gz



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.VDidKk/_old  2013-06-18 15:30:55.0 +0200
+++ /var/tmp/diff_new_pack.VDidKk/_new  2013-06-18 15:30:55.0 +0200
@@ -25,7 +25,7 @@
 Summary:PolicyKit Authorization Framework
 License:LGPL-2.1+
 Group:  System/Libraries
-Version:0.110
+Version:0.111
 Release:0
 Url:http://www.freedesktop.org/wiki/Software/PolicyKit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,12 +33,8 @@
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE polkit-no-wheel-group.patch vu...@opensuse.org -- In 
openSUSE, there's no special meaning for the wheel group, so we shouldn't allow 
it to be admin
 Patch0: polkit-no-wheel-group.patch
-# PATCH-FIX-UPSTREAM polkit-suid_flags.patch bnc#743145 fdo#46569 
vu...@opensuse.org -- Respect SUID_CFLAGS/SUID_LDFLAGS
-Patch1: polkit-suid_flags.patch
 # PATCH-FIX-UPSTREAM polkit-no-systemd.patch bnc#782395 fdo#55377 
vu...@opensuse.org -- Do not reference non-existing polkit.service file for 
systemd (only applied if not built with systemd support)
-Patch2: polkit-no-systemd.patch
-# PATCH-FIX-UPSTREAM automake-113.patch -- Use AC_CONFIG_HEADERS macro instead 
of deprecated AM_CONFIG_HEADER, fixes build with Automake 1.13
-Patch3: automake-113.patch
+Patch1: polkit-no-systemd.patch
 # needed for patch1
 BuildRequires:  autoconf
 # needed for patch1
@@ -125,11 +121,9 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %if !(0%{?with_systemd})
-%patch2 -p1
+%patch1 -p1
 %endif
-%patch3 -p1
 
 %build
 export V=1

++ polkit-0.110.tar.gz - polkit-0.111.tar.gz ++
 8145 lines of diff (skipped)

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



commit pulseaudio for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2013-06-18 15:32:49

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


Package is pulseaudio

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2013-06-05 
13:08:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2013-06-18 15:32:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 13:45:08 UTC 2013 - ohole...@suse.com
+
+- require the same liborc version which was used to build against
+
+---



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.Dx9Y0M/_old  2013-06-18 15:32:51.0 +0200
+++ /var/tmp/diff_new_pack.Dx9Y0M/_new  2013-06-18 15:32:51.0 +0200
@@ -75,6 +75,8 @@
 PreReq: pwdutils
 Requires:   rtkit
 Requires:   udev = 146
+## needs the same liborc version which was used to build against
+%requires_eq liborc-0_4-0
 Recommends: %{name}-lang
 Recommends: alsa-plugins-pulse
 Obsoletes:  libpulsecore9  0.9.15

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



commit redland for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package redland for openSUSE:Factory checked 
in at 2013-06-18 15:33:05

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


Package is redland

Changes:

--- /work/SRC/openSUSE:Factory/redland/redland.changes  2013-01-07 
17:39:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.redland.new/redland.changes 2013-06-18 
15:33:06.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 15 22:37:54 UTC 2013 - jeng...@inai.de
+
+- Add redland-db6.diff to make it look for libdb 6.0
+- Implement shlib packaging guidelines
+  (rename libredland0 - librdf0)
+
+---

New:

  redland-db6.diff



Other differences:
--
++ redland.spec ++
--- /var/tmp/diff_new_pack.dBwGq0/_old  2013-06-18 15:33:06.0 +0200
+++ /var/tmp/diff_new_pack.dBwGq0/_new  2013-06-18 15:33:06.0 +0200
@@ -19,13 +19,20 @@
 %bcond_with perl
 
 Name:   redland
+%define lname  librdf0
 Version:1.0.16
 Release:0
 Summary:Libraries that provide support for the Resource Description 
Framework (RDF)
 License:LGPL-2.1+ and Apache-2.0
 Group:  System/Libraries
 Url:http://www.librdf.org
+
 Source0:http://download.librdf.org/source/%{name}-%{version}.tar.gz
+%if 0%{?suse_version} = 1210
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch1: redland-ocloexec.patch
+%endif
+Patch2: redland-db6.diff
 BuildRequires:  autoconf
 BuildRequires:  db-devel
 BuildRequires:  librasqal-devel
@@ -33,10 +40,6 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1210
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch1: redland-ocloexec.patch
-%endif
 
 %description
 Redland is a library that provides a high-level interface for RDF
@@ -49,17 +52,20 @@
 %package -n libredland-devel
 Summary:Development package for programs that use Redland
 Group:  Development/Libraries/C and C++
-Requires:   libredland0 = %{version}
+Requires:   %lname = %version
 
 %description -n libredland-devel
 Files needed to develop with the Redland RDF library.
 
-%package -n libredland0
+%package -n %lname
 Summary:Libraries that provide support for the Resource Description 
Framework (RDF)
 Group:  System/Libraries
 %requires_gelibrasqal1
+# Added for 13.1 time
+Obsoletes:  libredland0  %version-%release
+Provides:   libredland0 = %version-%release
 
-%description -n libredland0
+%description -n %lname
 Redland is a library that provides a high-level interface for RDF
 (Resource Description Framework) implemented in an object-based API. It
 is modular and supports different RDF parsers, serializers, storage and
@@ -82,6 +88,13 @@
 %if 0%{?suse_version} = 1210
 %patch1 -p1
 %endif
+#
+# If multiple libdb-X.Y.so are installed, redland's logic in configure.ac picks
+# the library by the numbers it knows (and it may not know future versions!),
+# but will use any available headers. This can lead to it choosing some random
+# libdb-X.Y.so that does not match up with the headers, for linking.
+# 
+%patch -P 2 -p1
 
 %build
 autoconf
@@ -97,7 +110,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall docdir=%{_docdir}/%{name}-devel/
+make install DESTDIR=%buildroot docdir=%{_docdir}/%{name}-devel/
 rm -f %{buildroot}%{_libdir}/librdf*.la
 rm -f %{buildroot}%{_libdir}/redland/librdf_storage_postgresql.la
 
@@ -108,21 +121,18 @@
 unset MALLOC_CHECK_
 %endif
 
-%clean
-rm -rf %{buildroot}
-
-%post -n libredland0 -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -n libredland0 -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libredland0
+%files -n %lname
 %defattr(-, root, root)
-%{_libdir}/librdf*.so.*
+%{_libdir}/librdf.so.*
 
 %files -n libredland-devel
 %defattr(-, root, root)
 %{_bindir}/redland-config
-%{_libdir}/librdf*.so
+%{_libdir}/librdf.so
 %{_libdir}/pkgconfig/redland.pc
 %dir %{_libdir}/redland
 %{_libdir}/redland/librdf_storage_sqlite.la

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.dBwGq0/_old  2013-06-18 15:33:06.0 +0200
+++ /var/tmp/diff_new_pack.dBwGq0/_new  2013-06-18 15:33:06.0 +0200
@@ -1 +1,3 @@
-libredland0
+librdf0
+   obsoletes libredland0  version
+   provides libredland0 = version

++ redland-db6.diff ++
From: Jan Engelhardt jeng...@inai.de
Date: 2013-06-16 00:39:52.626194128 +0200

Make redland be able to find BDB 6.0.

---
 configure.ac |2 +-
 

commit samba for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-06-18 15:33:51

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2013-03-01 
08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-06-18 
15:33:55.0 +0200
@@ -1,0 +2,130 @@
+Fri Jun 14 09:59:26 UTC 2013 - lmue...@suse.com
+
+- Don't package the SWAT man page while its build is disabled; (bnc#816647).
+
+---
+Thu Jun  6 11:43:31 UTC 2013 - lmue...@suse.com
+
+- Don't install the tdb utilities man pages on post-12.1 systems; (bnc#823549).
+
+---
+Wed Jun  5 11:45:41 UTC 2013 - dd...@suse.com
+
+- Fix libreplace license ambiguity; (bso#8997); (bnc#765270).
+
+---
+Tue May 28 11:59:59 UTC 2013 - lmue...@suse.com
+
+- s3-docs: Remove experimental label on max protocol=SMB2 parameter;
+  (bso#9688).
+- Remove the compound_related_in_progress state from the smb2 global state;
+  (bso#9722).
+- Makefile: Don't know how to make LIBNDR_PREG_OBJ; (bso#9868).
+
+---
+Thu May 23 14:17:41 UTC 2013 - dd...@suse.com
+
+- Fix is_printer_published GUID retrieval; (bso#9900); (bnc#798856).
+
+---
+Wed May  8 12:18:20 UTC 2013 - lmue...@suse.com
+
+- Update to 3.6.15.
+  + Fix crash bug in Winbind; (bso#9854).
+
+---
+Wed May  8 11:26:49 UTC 2013 - lmue...@suse.com
+
+- Add support for PFC_FLAG_OBJECT_UUID when parsing packets; (bso#9382).
+- Fix guest ok, force user and force group for guest users; (bso#9746).
+- Fix 'map untrusted to domain' with NTLMv2; (bso#9817); (bnc#817919).
+- Fix crash bug in Winbind; (bso#9854).
+
+---
+Wed May  8 10:03:35 UTC 2013 - dd...@suse.com
+
+- Fix panic in nt_printer_publish_ads; (bso#9830).
+
+---
+Mon Apr 29 12:21:15 UTC 2013 - lmue...@suse.com
+
+- Update to 3.6.14.
+  + Certain xattrs cause Windows error 0x800700FF; (bso#9130).
+- Exclude dbwrap_tool man page from the list of packaged files.
+
+---
+Fri Apr 26 15:54:50 UTC 2013 - lmue...@suse.com
+
+- Remove disabled and anyhow obsoleted net-report and net_rpc_migrate patches.
+
+---
+Fri Apr 26 15:09:08 UTC 2013 - lmue...@suse.com
+
+- wbinfo: fix segfault in wbinfo_pam_logon; (bso#9807).
+- docs: Fix missing entry in specfile; (bso#9809).
+- Old DOS SMB CTEMP request uses a non-VFS function to access the filesystem;
+  (bso#9811).
+
+---
+Thu Apr 18 18:38:43 UTC 2013 - lmue...@suse.com
+
+- Certain xattrs cause Windows error 0x800700FF; (bso#9130).
+- Fix the username map optimization; (bso#9139); (bnc#815994).
+- Fix adding case sensitive spn; (bso#9699).
+- Add a tool to migrate latin1 printing tdb's to registry; (bso#9723).
+- is_encrypted_packet() function incorrectly used inside server; (bso#9724).
+- wkssvc: Fix NULL pointer dereference; (bso#9727).
+- smbcontrol close-share is not working; (bso#9733).
+- Fix winbind seperator in upn to username conversion; (bso#9735).
+- Change to smbd/dir.c code gives significant performance increases on large 
directory listings; (bso#9736).
+- When creating a directory Samba allows inherited bit to slip through; 
(bso#9747).
+- Remove unneeded fstat system call from hot read path; (bso#9748).
+- Cache name_to_sid/sid_to_name correctly; (bso#9766).
+- vfs_fake_perms: Fix segfault for artificial conn_structs; (bso#9775).
+
+---
+Mon Apr 15 13:06:58 UTC 2013 - dd...@suse.com
+
+- Don't modify the pidfile name when a custom config file path is used;
+  (bnc#812929).
+
+---
+Wed Apr  3 20:46:14 UTC 2013 - lmue...@suse.com
+
+- Update to 3.6.13.
+  + Fix two resource leaks in winbindd; (bso#9684).
+  + Unlink after open causes smbd to panic; (bso#9571).
+
+---
+Wed Apr  3 19:30:33 UTC 2013 - lmue...@suse.com
+
+- Fix GNU ld version detection with old gcc releases; (bso#7825).
+- 'map untrusted to domain' treats WORKSTATION as bogus domain; (bso#9039).
+- Add extra attributes for AD 

commit gettext-runtime-mini for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime-mini for 
openSUSE:Factory checked in at 2013-06-18 15:33:54

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


Package is gettext-runtime-mini

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit strace for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2013-06-18 15:35:20

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


Package is strace

Changes:

--- /work/SRC/openSUSE:Factory/strace/strace.changes2013-03-07 
07:34:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes   2013-06-18 
15:35:21.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 13 15:49:29 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 4.8
+* This is a stable release, with the usual bugfixes, enhanced
+  support for fresh Linux kernels, and other improvements.
+- Signature verification; remove redundant %clean section
+- Remove strace-aarch64.diff (merged)
+
+---

Old:

  strace-4.7.tar.xz
  strace-aarch64.diff

New:

  strace-4.8.tar.xz
  strace-4.8.tar.xz.asc
  strace.keyring



Other differences:
--
++ strace.spec ++
--- /var/tmp/diff_new_pack.aNZF4l/_old  2013-06-18 15:35:22.0 +0200
+++ /var/tmp/diff_new_pack.aNZF4l/_new  2013-06-18 15:35:22.0 +0200
@@ -17,26 +17,32 @@
 
 
 Name:   strace
+Version:4.8
+Release:0
+Summary:A utility to trace the system calls of a program
+License:BSD-3-Clause
+Group:  Development/Tools/Debuggers
+Url:http://sourceforge.net/projects/strace/
+
+#Freecode-URL: http://freecode.com/projects/strace
+#Git-Clone:git://git.code.sf.net/p/strace/code
+Source: http://downloads.sourceforge.net/strace/%name-%version.tar.xz
+Source2:
http://downloads.sourceforge.net/strace/%name-%version.tar.xz.asc
+Source3:%name.keyring
+Source4:baselibs.conf
+Patch1: strace-4.7.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
 BuildRequires:  libaio-devel
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  xz
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 # bug437293
 %ifarch ppc64
 Obsoletes:  strace-64bit
 %endif
-#
-Version:4.7
-Release:0
-Summary:A utility to trace the system calls of a program
-License:BSD-3-Clause
-Group:  Development/Tools/Debuggers
-Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.xz
-Source2:baselibs.conf
-Patch0: strace-%{version}.diff
-Patch1: strace-aarch64.diff
-Url:http://sourceforge.net/projects/strace/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 With strace, you can trace the activity of a program.  Information
@@ -52,9 +58,9 @@
 Rick Sladkey r...@world.std.com
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P 1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
@@ -77,9 +83,6 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README README-linux NEWS

++ strace-4.7.tar.xz - strace-4.8.tar.xz ++
 33573 lines of diff (skipped)

++ strace.keyring ++
pub   1024D/F7DDBB3A 2005-12-19 [utgår: 2015-12-18]
uid  Dmitry V. Levin (for packages) l...@altlinux.org
uid  Dmitry V. Levin (for packages) l...@altlinux.ru
uid  Dmitry V. Levin (for packages) l...@altlinux.com
sub   2048g/F08DC2A4 2005-12-19 [utgår: 2015-12-18]

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBEOmnRIRBACtkmB/90l9XnFMUxYv+CnHBTe84AKGXDZkBvQtbIKEjjJ1EqnG
xuC5bXPUfx7kQwCMw8Jz+p3dwjPnWEXjRikzPq3WThbSLny08JzmtDfA2R3kofdJ
UfREfV5ZfNyXEaYzLo4l0EjzZRlGRKIa0acT6Haum9NEDkV82La6aJYHnwCgm6oy
ydVVpD9AZKdV1+pjBuO6s7kEAIi2dxJfR8vxwHLu3DxkxUmt/pHwh9lBUi6E40EX
1umdJdXkACfmy2ja4cIGdehVyLV0kAA4BiAtnTursHibSC5/SqJHHwWaV6b8IGnU
yVIPOXdUXodFw/ElwEE3HuMCInz2xr7bYBOcGrWlroWFOijuZruD9ErXBuQb9mnk
o/3YA/43qm8GZzUtekdPGKGPNCg0ZcWi9qKRu8nfsUz2Xdv+vkqB9ewnh8x6/X5Y
SMuycAkaxsgwacJPtNb7HWSC5xx7Ao+sSWem59zrLOKprQ2aidgbhWr0X2VfCkmr
WbXsSZGRzC/I0WYhzRjuBKcDCkLOsPdCs7X765hRJCGqLrex/LQwRG1pdHJ5IFYu
IExldmluIChmb3IgcGFja2FnZXMpIDxsZHZAYWx0bGludXgucnU+iGYEExECACYC
GwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCTQ1LAAUJEsyvbgAKCRDZeoaL9927
OjcnAJ0e5YxUXnNXHn2yZAXEnc+4h0lgyQCfVE6wojWy+QlXwBPgNm5O0kNUdPO0
MURtaXRyeSBWLiBMZXZpbiAoZm9yIHBhY2thZ2VzKSA8bGR2QGFsdGxpbnV4LmNv
bT6IZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJNDUsABQkSzK9u
AAoJENl6hov33bs6sssAoJLZWavjoTcXOt3WTL0qChQy2SZDAJ9eGem2vzGrIszw
j6hwqGBCDcJKS7QxRG1pdHJ5IFYuIExldmluIChmb3IgcGFja2FnZXMpIDxsZHZA
YWx0bGludXgub3JnPohmBBMRAgAmAhsDBgsJCAcDAgQVAggDBBYCAwECHgECF4AF
Ak0NSwAFCRLMr24ACgkQ2XqGi/fduzr58QCdGjfet27f6OJ3/WU1fRjT6qK8nEkA

commit tdb for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2013-06-18 15:36:49

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


Package is tdb

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2013-01-24 15:45:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2013-06-18 
15:36:51.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 14:45:40 UTC 2013 - lmue...@suse.com
+
+- Update to version 1.2.12.
+  + internal code cleanups
+  + crash fix for pytdb
+  + fix for 4GB overflow detection
+
+---

Old:

  tdb-1.2.11.tar.asc
  tdb-1.2.11.tar.gz

New:

  tdb-1.2.12.tar.asc
  tdb-1.2.12.tar.gz



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.ldi6pG/_old  2013-06-18 15:36:52.0 +0200
+++ /var/tmp/diff_new_pack.ldi6pG/_new  2013-06-18 15:36:52.0 +0200
@@ -34,7 +34,7 @@
 %endif
 BuildRequires:  python-devel
 Url:http://tdb.samba.org/
-Version:1.2.11
+Version:1.2.12
 Release:0
 Summary:Samba Trivial Database
 License:GPL-3.0+

++ build_pie.patch ++
--- /var/tmp/diff_new_pack.ldi6pG/_old  2013-06-18 15:36:52.0 +0200
+++ /var/tmp/diff_new_pack.ldi6pG/_new  2013-06-18 15:36:52.0 +0200
@@ -3,38 +3,38 @@
 
 Build and link binaries with PIE flags.
 
-Index: tdb-1.2.11/wscript
+Index: tdb-1.2.12/wscript
 ===
 tdb-1.2.11.orig/wscript
-+++ tdb-1.2.11/wscript
+--- tdb-1.2.12.orig/wscript
 tdb-1.2.12/wscript
 @@ -94,20 +94,27 @@ def build(bld):
  
  bld.SAMBA_BINARY('tdbrestore',
   'tools/tdbrestore.c',
-- 'tdb', manpages='manpages/tdbrestore.8')
+- 'tdb', manpages='man/tdbrestore.8')
 + 'tdb',
 +   cflags='-fPIE', ldflags='-pie',
-+   manpages='manpages/tdbrestore.8')
++   manpages='man/tdbrestore.8')
  
  bld.SAMBA_BINARY('tdbdump',
   'tools/tdbdump.c',
-- 'tdb', manpages='manpages/tdbdump.8')
+- 'tdb', manpages='man/tdbdump.8')
 + 'tdb',
 +   cflags='-fPIE', ldflags='-pie',
-+   manpages='manpages/tdbdump.8')
++   manpages='man/tdbdump.8')
  
  bld.SAMBA_BINARY('tdbbackup',
   'tools/tdbbackup.c',
   'tdb',
 +   cflags='-fPIE', ldflags='-pie',
-  manpages='manpages/tdbbackup.8')
+  manpages='man/tdbbackup.8')
  
  bld.SAMBA_BINARY('tdbtool',
   'tools/tdbtool.c',
-- 'tdb', manpages='manpages/tdbtool.8')
+- 'tdb', manpages='man/tdbtool.8')
 + 'tdb',
 +   cflags='-fPIE', ldflags='-pie',
-+   manpages='manpages/tdbtool.8')
++   manpages='man/tdbtool.8')
  
  # FIXME: This hardcoded list is stupid, stupid, stupid.
  bld.SAMBA_SUBSYSTEM('tdb-test-helpers',

++ tdb-1.2.11.tar.gz - tdb-1.2.12.tar.gz ++
 7778 lines of diff (skipped)

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



commit systemd for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-06-18 15:36:22

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-06-14 
16:48:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-06-18 15:36:23.0 +0200
@@ -1,0 +2,14 @@
+Tue Jun 18 00:33:10 UTC 2013 - crrodrig...@opensuse.org
+
+- 0001-journal-letting-interleaved-seqnums-go.patch and 
+ 0002-journal-remember-last-direction-of-search-and-keep-o.patch
+ fix possible infinite loops in the journal code, related to
+ bnc #817778
+
+---
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires
+- More robust make install call. Remove redundant %clean section.
+
+---
systemd.changes: same change

New:

  0001-journal-letting-interleaved-seqnums-go.patch
  0002-journal-remember-last-direction-of-search-and-keep-o.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.6FFK7J/_old  2013-06-18 15:36:24.0 +0200
+++ /var/tmp/diff_new_pack.6FFK7J/_new  2013-06-18 15:36:24.0 +0200
@@ -49,6 +49,7 @@
 %endif
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libsepol-devel
 BuildRequires:  libtool
@@ -176,6 +177,10 @@
 Patch45:0006-systemctl-core-allow-nuking-of-symlinks-to-removed-u.patch
 # PATCH-FIX-UPSTREAM 
0008-service-don-t-report-alien-child-as-alive-when-it-s-.patch 
crrodrig...@opensuse.org do not report alien child as alive when it is dead.
 Patch46:0008-service-don-t-report-alien-child-as-alive-when-it-s-.patch
+# PATCH-FIX-UPSTREAM 0001-journal-letting-interleaved-seqnums-go.patch 
crrodrig...@opensuse.org fix journal infinite loops 
+Patch47:0001-journal-letting-interleaved-seqnums-go.patch
+# PATCH-FIX-UPSTREAM 
0002-journal-remember-last-direction-of-search-and-keep-o.patch 
crrodrig...@opensuse.org fix journal infinite loops
+Patch48:0002-journal-remember-last-direction-of-search-and-keep-o.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -409,6 +414,8 @@
 %patch44 -p1
 %patch45 -p1
 %patch46 -p1
+%patch47 -p1
+%patch48 -p1
 
 # udev patches
 %patch1001 -p1
@@ -451,7 +458,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 
 # move to %{_lib}
 %if ! 0%{?bootstrap}
@@ -749,9 +756,6 @@
 
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 /bin/systemd

++ systemd.spec ++
--- /var/tmp/diff_new_pack.6FFK7J/_old  2013-06-18 15:36:24.0 +0200
+++ /var/tmp/diff_new_pack.6FFK7J/_new  2013-06-18 15:36:24.0 +0200
@@ -44,6 +44,7 @@
 %endif
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libsepol-devel
 BuildRequires:  libtool
@@ -171,6 +172,10 @@
 Patch45:0006-systemctl-core-allow-nuking-of-symlinks-to-removed-u.patch
 # PATCH-FIX-UPSTREAM 
0008-service-don-t-report-alien-child-as-alive-when-it-s-.patch 
crrodrig...@opensuse.org do not report alien child as alive when it is dead.
 Patch46:0008-service-don-t-report-alien-child-as-alive-when-it-s-.patch
+# PATCH-FIX-UPSTREAM 0001-journal-letting-interleaved-seqnums-go.patch 
crrodrig...@opensuse.org fix journal infinite loops 
+Patch47:0001-journal-letting-interleaved-seqnums-go.patch
+# PATCH-FIX-UPSTREAM 
0002-journal-remember-last-direction-of-search-and-keep-o.patch 
crrodrig...@opensuse.org fix journal infinite loops
+Patch48:0002-journal-remember-last-direction-of-search-and-keep-o.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -404,6 +409,8 @@
 %patch44 -p1
 %patch45 -p1
 %patch46 -p1
+%patch47 -p1
+%patch48 -p1
 
 # udev patches
 %patch1001 -p1
@@ -446,7 +453,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 
 # move to %{_lib}
 %if ! 0%{?bootstrap}
@@ -744,9 +751,6 @@
 
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 /bin/systemd

++ 0001-journal-letting-interleaved-seqnums-go.patch ++
From 53113dc8254cae9a27e321e539d2d876677e61b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= zbys...@in.waw.pl
Date: Fri, 7 Jun 2013 22:01:03 -0400
Subject: [PATCH] journal: letting (interleaved) 

commit libsolv for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2013-06-18 21:53:13

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


Package is libsolv

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2013-03-08 
09:21:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2013-06-18 
21:53:14.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 17 15:54:44 CEST 2013 - m...@suse.de
+
+- add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE
+  for better problem reporting
+- start with library documentation
+- adapt to obsoletes handling of new rpm versions
+
+---



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.cNSBXz/_old  2013-06-18 21:53:15.0 +0200
+++ /var/tmp/diff_new_pack.cNSBXz/_new  2013-06-18 21:53:15.0 +0200
@@ -27,6 +27,7 @@
 %bcond_without perl_binding
 %bcond_without python_binding
 %bcond_without ruby_binding
+%bcond_with zypp
 
 %if 0%{?mandriva_version}
 # force this version on mandriva
@@ -98,6 +99,7 @@
 Requires:   libsolv0 = %version
 %endif
 Requires:   rpm-devel
+Conflicts:  libsatsolver-devel
 
 %description devel
 Development files for libsolv, a new approach to package dependency solving
@@ -107,6 +109,7 @@
 Group:  Development/Libraries/C and C++
 Obsoletes:  satsolver-tools  0.18
 Provides:   satsolver-tools = 0.18
+Conflicts:  satsolver-tools-obsolete
 Requires:   gzip bzip2 coreutils findutils
 
 %description tools
@@ -122,6 +125,7 @@
 %if 0%{?suse_version}
 Requires:   gpg2
 %endif
+Conflicts:  libsatsolver-demo
 
 %description demo
 Applications demoing the libsolv library.
@@ -134,7 +138,7 @@
 Ruby bindings for sat solver.
 
 %package -n python-solv
-%if 0%{?py_requires:1}
+%if 0%{?py_requires:1}  %{with python_binding}
 %py_requires
 %endif
 Summary:Python bindings for the libsolv library
@@ -176,6 +180,7 @@
%{?with_perl_binding:-DENABLE_PERL=1} \
%{?with_python_binding:-DENABLE_PYTHON=1} \
%{?with_ruby_binding:-DENABLE_RUBY=1} \
+   %{?with_zypp:-DENABLE_SUSEREPO=1 -DENABLE_HELIXREPO=1} \
-DUSE_VENDORDIRS=1 \
-DCMAKE_SKIP_RPATH=1
 make %{?jobs:-j %jobs}
@@ -190,8 +195,10 @@
 popd
 %endif
 %endif
+%if %{with disable_shared}
 # we want to leave the .a file untouched
 export NO_BRP_STRIP_DEBUG=true
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -231,6 +238,7 @@
 %{_bindir}/helix2solv
 %endif
 %{_datadir}/cmake/Modules/*
+%{_mandir}/man?/*
 
 %files demo
 %defattr(-,root,root)

++ libsolv-0.3.0.tar.bz2 ++
 27027 lines of diff (skipped)

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



commit obs-service-format_spec_file for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2013-06-18 21:53:18

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


Package is obs-service-format_spec_file

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2013-04-24 15:57:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2013-06-18 21:53:19.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 12:35:33 UTC 2013 - co...@suse.com
+
+- add SUSE-GitSlave
+
+---



Other differences:
--
++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.VZaqXF/_old  2013-06-18 21:53:20.0 +0200
+++ /var/tmp/diff_new_pack.VZaqXF/_new  2013-06-18 21:53:20.0 +0200
@@ -616,6 +616,8 @@
 SUSE-Freeware  Freeware
 SUSE-Freeware  Freeware license
 SUSE-Freeware+ SUSE-Freeware+
+SUSE-Gitslave  Similar to LGPL-2.1 but without sections 3 and 13
+SUSE-Gitslave+ SUSE-Gitslave+
 SUSE-GL2PS-2.0 http://www.geuz.org/gl2ps/COPYING.GL2PS
 SUSE-GL2PS-2.0+SUSE-GL2PS-2.0+
 SUSE-Gnuplot   Gnuplot
@@ -703,6 +705,7 @@
 SUSE-Public-Domain Public domain
 SUSE-Public-Domain Public Domain
 SUSE-Public-Domain Public Domain, Freeware
+SUSE-Public-Domain Public Domain License
 SUSE-Public-Domain Public Domain. See http://www.sentex.ca/~mw
 SUSE-Public-Domain+SUSE-Public-Domain+
 SUSE-Python-1.6CNRI 
(http://www.handle.net/python_licenses/python1.6_9-5-00.html)

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



commit icecream for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2013-06-18 21:53:04

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


Package is icecream

Changes:

--- /work/SRC/openSUSE:Factory/icecream/icecream.changes2013-04-06 
19:53:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2013-06-18 
21:53:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 10:03:43 UTC 2013 - llu...@suse.com
+
+- include -lcap-ng in pkgconfig file if needed, for icemon:
+  cap-ng-link.patch
+
+---

New:

  cap-ng-link.patch



Other differences:
--
++ icecream.spec ++
--- /var/tmp/diff_new_pack.4Qtjia/_old  2013-06-18 21:53:05.0 +0200
+++ /var/tmp/diff_new_pack.4Qtjia/_new  2013-06-18 21:53:05.0 +0200
@@ -39,6 +39,8 @@
 Release:0
 Source0:
ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM 5aa24f5ea8aa855717d66cdab930bc787fbf355c
+Patch1: cap-ng-link.patch
 
 %description
 icecream is the next generation distcc.
@@ -47,6 +49,9 @@
 Summary:For Distributed Compile in the Network
 Group:  Development/Tools/Building
 Requires:   libstdc++-devel
+%if 0%{?suse_version}  1110
+Requires:   libcap-ng-devel
+%endif
 
 %description -n libicecream-devel
 icecream is the next generation distcc.
@@ -64,6 +69,7 @@
 %prep
 %setup -q -n icecc-%{version}
 # DO NOT ADD PATCHES without github reference
+%patch1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++ cap-ng-link.patch ++
--- a/services/icecc.pc.in
+++ b/services/icecc.pc.in
@@ -11,4 +11,5 @@ Version: @VERSION@
 Requires:
 Conflicts:
 Libs: -L${libdir} -licecc
+Libs.private: @CAPNG_LDADD@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gettext-runtime for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2013-06-18 22:00:10

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


Package is gettext-runtime

Changes:

gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2013-06-18 15:12:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2013-06-18 22:00:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 19:59:21 UTC 2013 - co...@suse.com
+
+- more conflicts between the minis
+
+---
gettext-runtime.changes: same change



Other differences:
--
gettext-java.spec: same change
++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.GiWCEc/_old  2013-06-18 22:00:13.0 +0200
+++ /var/tmp/diff_new_pack.GiWCEc/_new  2013-06-18 22:00:13.0 +0200
@@ -41,6 +41,7 @@
 Provides:   gettext = %{version}
 Obsoletes:  gettext  %{version}
 Conflicts:  gettext-runtime-mini
+Conflicts:  gettext-tools-mini
 %else
 # to allow a prjconf preference which to take per build
 Provides:   gettext-runtime = %{version}
@@ -86,6 +87,7 @@
 Provides:   gettext-devel = %{version}
 Obsoletes:  gettext-devel  %{version}
 Conflicts:  gettext-tools-mini
+Conflicts:  gettext-runtime-mini
 %else
 # to allow a prjconf preference which to take per build
 Provides:   gettext-tools = %{version}

++ gettext-runtime.spec ++
--- /var/tmp/diff_new_pack.GiWCEc/_old  2013-06-18 22:00:13.0 +0200
+++ /var/tmp/diff_new_pack.GiWCEc/_new  2013-06-18 22:00:13.0 +0200
@@ -41,6 +41,7 @@
 Provides:   gettext = %{version}
 Obsoletes:  gettext  %{version}
 Conflicts:  gettext-runtime-mini
+Conflicts:  gettext-tools-mini
 %else
 # to allow a prjconf preference which to take per build
 Provides:   gettext-runtime = %{version}
@@ -86,6 +87,7 @@
 Provides:   gettext-devel = %{version}
 Obsoletes:  gettext-devel  %{version}
 Conflicts:  gettext-tools-mini
+Conflicts:  gettext-runtime-mini
 %else
 # to allow a prjconf preference which to take per build
 Provides:   gettext-tools = %{version}

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



commit make for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package make for openSUSE:Factory checked in 
at 2013-06-18 22:10:49

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


Package is make

Changes:

--- /work/SRC/openSUSE:Factory/make/make.changes2013-03-22 
12:01:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.make.new/make.changes   2013-06-18 
22:10:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 08:45:36 UTC 2013 - co...@suse.com
+
+- remove gpg verification from bootstrap packages
+
+---



Other differences:
--
++ make.spec ++
--- /var/tmp/diff_new_pack.C2xNYG/_old  2013-06-18 22:10:50.0 +0200
+++ /var/tmp/diff_new_pack.C2xNYG/_new  2013-06-18 22:10:50.0 +0200
@@ -41,18 +41,13 @@
 Patch9: make-parallel-build.patch
 Patch64:make-library-search-path.diff
 Patch65:config-guess-update.diff
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
+#BuildRequires:  gpg-offline
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The GNU make command with extensive documentation.
 
 %prep
-%if 0%{?suse_version}  1220
-%gpg_verify %{S:1}
-%endif
 %setup -q
 %patch2
 %patch3 -p1



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



commit libXxf86vm.1749 for openSUSE:12.2:Update

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package libXxf86vm.1749 for 
openSUSE:12.2:Update checked in at 2013-06-19 07:33:55

Comparing /work/SRC/openSUSE:12.2:Update/libXxf86vm.1749 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libXxf86vm.1749.new (New)


Package is libXxf86vm.1749

Changes:

New Changes file:

--- /dev/null   2013-06-19 06:36:38.484029756 +0200
+++ /work/SRC/openSUSE:12.2:Update/.libXxf86vm.1749.new/libXxf86vm.changes  
2013-06-19 07:33:56.0 +0200
@@ -0,0 +1,28 @@
+---
+Tue Jun 11 07:17:09 UTC 2013 - sndir...@suse.com
+
+- definition of _XEatDataWords() was still missing in patch below 
+
+---
+Tue Jun  4 14:24:24 UTC 2013 - sndir...@suse.com
+
+- U_0001-memory-corruption-in-XF86VidModeGetGammaRamp-CVE-201.patch
+  * memory corruption in XF86VidModeGetGammaRamp() [CVE-2013-2001]
+(bnc#821663, bnc#815451) 
+
+---
+Wed Apr 11 16:21:21 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.1.2:
+  + Janitorial cleanups
+  + Build configuration improvements
+
+---
+Sun Feb 12 02:02:16 UTC 2012 - jeng...@medozas.de
+
+- Provide package descriptions and update homepage URL
+
+---
+Tue Feb  7 22:17:49 UTC 2012 - jeng...@medozas.de
+
+- Split xorg-x11-libs into separate packages

New:

  U_0001-memory-corruption-in-XF86VidModeGetGammaRamp-CVE-201.patch
  baselibs.conf
  libXxf86vm-1.1.2.tar.bz2
  libXxf86vm.changes
  libXxf86vm.spec



Other differences:
--
++ libXxf86vm.spec ++
#
# spec file for package libXxf86vm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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:   libXxf86vm
%define lname   libXxf86vm1
Version:1.1.2
Release:0
Summary:XFree86-VidMode X extension library
License:MIT
Group:  Development/Libraries/C and C++
Url:http://xorg.freedesktop.org/

#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXxf86vm
#Git-Web:   http://cgit.freedesktop.org/xorg/lib/libXxf86vm/
Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Patch0: 
U_0001-memory-corruption-in-XF86VidModeGetGammaRamp-CVE-201.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf = 2.60, automake, libtool
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xextproto)
BuildRequires:  pkgconfig(xf86vidmodeproto) = 2.2.99.1
BuildRequires:  pkgconfig(xorg-macros) = 1.8
BuildRequires:  pkgconfig(xproto)

%description
These functions provide aninterface to the server extension
XFree86-VidModeExtension which allows the video modes to be queried
and adjusted dynamically and mode switching to be controlled.

%package -n %lname
Summary:XFree86-VidMode X extension library
Group:  System/Libraries

%description -n %lname
These functions provide aninterface to the server extension
XFree86-VidModeExtension which allows the video modes to be queried
and adjusted dynamically and mode switching to be controlled.

%package devel
Summary:Development files for the XFree86-VidMode X extension library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
These functions provide aninterface to the server extension
XFree86-VidModeExtension which allows the video modes to be queried
and adjusted dynamically and mode switching to be controlled.

This package contains the development headers for the library found
in %lname.

%prep
%setup -q
%patch0 -p1

%build
%configure --disable-static
make %{?_smp_mflags}

%install
%makeinstall
rm -f %buildroot/%_libdir/*.la
%fdupes %buildroot

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

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

%files -n %lname
%defattr(-,root,root)
%_libdir/libXxf86vm.so.1*