commit xmlgraphics-fop for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory 
checked in at 2012-11-21 17:24:14

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


Package is "xmlgraphics-fop", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes  
2012-11-14 17:03:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes 
2012-11-21 17:24:16.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 12:53:08 UTC 2012 - mvysko...@suse.com
+
+- add fo-formatter to provides upon a request of doc team 
+
+---



Other differences:
--
++ xmlgraphics-fop.spec ++
--- /var/tmp/diff_new_pack.Cy0oW3/_old  2012-11-21 17:24:18.0 +0100
+++ /var/tmp/diff_new_pack.Cy0oW3/_new  2012-11-21 17:24:18.0 +0100
@@ -77,6 +77,7 @@
 #!BuildIgnore:  saxon
 Provides:   %{bname} = %{version}-%{release}
 Obsoletes:  %{bname} < %{version}-%{release}
+Provides:   fo-formatter = %{version}-%{release}
 
 %description
 FOP (Formatting Objects Processor) is driven by XSL formatting objects







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



commit xl2tpd for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package xl2tpd for openSUSE:Factory checked 
in at 2012-11-21 17:24:06

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


Package is "xl2tpd", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xl2tpd/xl2tpd.changes2012-09-03 
18:56:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.xl2tpd.new/xl2tpd.changes   2012-11-21 
17:24:07.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 21 06:04:50 UTC 2012 - bi...@opensuse.org
+
+- xl2tpd Add kernel support for 2.6.23+ (patch v12)
+  xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch
+  Public Clone URL: git://gist.github.com/1306094.git
+  (bnc#790250).
+
+---

New:

  xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch



Other differences:
--
++ xl2tpd.spec ++
--- /var/tmp/diff_new_pack.X1Yw6d/_old  2012-11-21 17:24:08.0 +0100
+++ /var/tmp/diff_new_pack.X1Yw6d/_new  2012-11-21 17:24:08.0 +0100
@@ -28,6 +28,8 @@
 Source1:%{name}.service
 Patch0: Makefile.patch
 Patch1: xl2tpd.init.patch
+# PATCH-FIX-UPSTREAM xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch 
bnc#790250 bi...@gnome.org -- xl2tpd Add kernel support for 2.6.23+
+Patch2: xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ppp
 %if %sles_version >= 10
@@ -84,6 +86,7 @@
 
 %patch0
 %patch1
+%patch2 -p1
 %build
 make DFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE $(getconf LFS_CFLAGS)" 
 

++ xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch ++
Index: xl2tpd-1.3.0/call.c
===
--- xl2tpd-1.3.0.orig/call.c
+++ xl2tpd-1.3.0/call.c
@@ -680,6 +680,8 @@ struct call *get_call (int tunnel, int c
 st->peer.sin_port = port;
st->refme  = refme;
st->refhim = refhim;
+st->udp_fd = -1;
+st->pppox_fd = -1;
 bcopy (&addr, &st->peer.sin_addr, sizeof (addr));
 st->next = tunnels.head;
 tunnels.head = st;
Index: xl2tpd-1.3.0/control.c
===
--- xl2tpd-1.3.0.orig/control.c
+++ xl2tpd-1.3.0/control.c
@@ -596,6 +596,9 @@ int control_finish (struct tunnel *t, st
 if (gconfig.debug_state)
 l2tp_log (LOG_DEBUG, "%s: sending SCCCN\n", __FUNCTION__);
 control_xmit (buf);
+
+connect_pppol2tp(t);
+
 /* Schedule a HELLO */
 tv.tv_sec = HELLO_DELAY;
 tv.tv_usec = 0;
@@ -608,6 +611,7 @@ int control_finish (struct tunnel *t, st
  "Connection established to %s, %d.  Local: %d, Remote: %d 
(ref=%u/%u).\n",
  IPADDY (t->peer.sin_addr),
  ntohs (t->peer.sin_port), t->ourtid, t->tid, t->refme, 
t->refhim);
+
 if (t->lac)
 {
 /* This is part of a LAC, so we want to go ahead
@@ -635,6 +639,9 @@ int control_finish (struct tunnel *t, st
  IPADDY (t->peer.sin_addr),
  ntohs (t->peer.sin_port), t->ourtid, t->tid, t->refme, 
t->refhim,
  t->lns->entname);
+
+connect_pppol2tp(t);
+
 /* Schedule a HELLO */
 tv.tv_sec = HELLO_DELAY;
 tv.tv_usec = 0;
Index: xl2tpd-1.3.0/l2tp.h
===
--- xl2tpd-1.3.0.orig/l2tp.h
+++ xl2tpd-1.3.0/l2tp.h
@@ -167,6 +167,8 @@ struct tunnel
 int ourrws; /* Receive Window Size */
 int rxspeed;   /* Receive bps */
 int txspeed;   /* Transmit bps */
+int udp_fd;/* UDP fd */
+int pppox_fd;  /* PPPOX tunnel fd */
 struct call *self;
 struct lns *lns;/* LNS that owns us */
 struct lac *lac;/* LAC that owns us */
@@ -220,6 +222,7 @@ extern void control_xmit (void *);
 extern int ppd;
 extern int switch_io;   /* jz */
 extern int control_fd;
+extern int connect_pppol2tp(struct tunnel *t);
 extern int start_pppd (struct call *c, struct ppp_opts *);
 extern void magic_lac_dial (void *);
 extern int get_entropy (unsigned char *, int);
Index: xl2tpd-1.3.0/linux/include/linux/if_pppol2tp.h
===
--- xl2tpd-1.3.0.orig/linux/include/linux/if_pppol2tp.h
+++ xl2tpd-1.3.0/linux/include/linux/if_pppol2tp.h
@@ -36,6 +36,20 @@ struct pppol2tp_addr
__u16 d_tunnel, d_session;  /* For sending outgoing packets */
 };
 
+/* The L2TPv3 protocol changes tunnel and session ids from 16 to 32
+ * bits. So we need a differ

commit xen for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2012-11-21 17:23:50

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2012-10-11 11:32:00.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2012-11-21 
17:23:51.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 17 10:51:05 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.17: add patch xen-glibc217.patch, fix
+  configure for librt.
+
+---

New:

  xen-glibc217.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.8zCcqU/_old  2012-11-21 17:23:55.0 +0100
+++ /var/tmp/diff_new_pack.8zCcqU/_new  2012-11-21 17:23:55.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xen
 ExclusiveArch:  %ix86 x86_64
 %define xvers 4.2
@@ -292,6 +293,7 @@
 Patch458:   ipxe-enable-nics.patch
 Patch459:   blktap-close-fifos.patch
 Patch460:   blktap-disable-debug-printf.patch
+Patch461:   xen-glibc217.patch
 # Jim's domain lock patch
 Patch480:   xend-domain-lock.patch
 Patch481:   xend-domain-lock-sfex.patch
@@ -776,6 +778,7 @@
 %patch458 -p1
 %patch459 -p1
 %patch460 -p1
+%patch461 -p1
 %patch480 -p1
 %patch481 -p1
 %patch500 -p1
@@ -798,6 +801,11 @@
 %patch700 -p1
 %patch8 -p1
 %patch9 -p1
+# tools/qemu-xen-traditional-dir-remote/configure 
./tools/qemu-xen-dir-remote/configure use
+# clock_gettime to check whether -lrt is needed - and don't check other 
functions
+# with glibc 2.17 clock_gettime is part of libc, so use timer_settime
+sed -i -e 's/int main(void) { clockid_t id; return clock_gettime(id, NULL); 
}/int main(void) { struct itimerspec  v;timer_t t; return timer_gettime (t, 
\&v);}/' \
+tools/qemu-xen-traditional-dir-remote/configure 
./tools/qemu-xen-dir-remote/configure
 
 %build
 XEN_EXTRAVERSION=%version-%release

++ xen-glibc217.patch ++
Index: xen-4.2.0-testing/tools/debugger/gdbsx/xg/xg_main.c
===
--- xen-4.2.0-testing.orig/tools/debugger/gdbsx/xg/xg_main.c
+++ xen-4.2.0-testing/tools/debugger/gdbsx/xg/xg_main.c
@@ -34,6 +34,7 @@
  *  XGTRC(): generic trace utility
  */
 
+#include 
 #include 
 #include 
 #include 

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



commit xemacs-packages for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package xemacs-packages for openSUSE:Factory 
checked in at 2012-11-21 17:23:10

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


Package is "xemacs-packages", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages.changes  
2012-10-06 18:45:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.xemacs-packages.new/xemacs-packages.changes 
2012-11-21 17:23:12.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 13:02:26 UTC 2012 - ailin.ne...@gmail.com
+
+- update packages to latest xemacs versions:
+  * edit-utils 2.46 -> 2.47: support behavior in user-colors
+
+---

Old:

  xemacs-packages-20120911.tar.bz2

New:

  xemacs-packages-20121119.tar.bz2



Other differences:
--
++ xemacs-packages.spec ++
--- /var/tmp/diff_new_pack.nbCtxG/_old  2012-11-21 17:23:15.0 +0100
+++ /var/tmp/diff_new_pack.nbCtxG/_new  2012-11-21 17:23:15.0 +0100
@@ -55,7 +55,7 @@
 Obsoletes:  Mule-UCS-xemacs
 Obsoletes:  apel-xemacs <= 10.7
 Obsoletes:  mule-ucs-xemacs
-Version:20120911
+Version:20121119
 Release:0
 Requires:   /usr/bin/env
 #

++ xemacs-packages-20120911.tar.bz2 -> xemacs-packages-20121119.tar.bz2 
++
/work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages-20120911.tar.bz2 
/work/SRC/openSUSE:Factory/.xemacs-packages.new/xemacs-packages-20121119.tar.bz2
 differ: char 11, line 1

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



commit siproxd for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory checked 
in at 2012-11-21 17:22:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2012-07-24 
22:43:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.siproxd.new/siproxd.changes 2012-11-21 
17:22:47.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 07:38:50 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---



Other differences:
--
++ siproxd.spec ++
--- /var/tmp/diff_new_pack.bw0SEU/_old  2012-11-21 17:22:48.0 +0100
+++ /var/tmp/diff_new_pack.bw0SEU/_new  2012-11-21 17:22:48.0 +0100
@@ -140,7 +140,7 @@
 
 %pre
 %_sbindir/groupadd -r %{sipproxdgroup} 2> /dev/null || :
-%_sbindir/useradd -r -o -g %{sipproxdgroup} -s /bin/false -c "Siproxd user" -d 
%{_localstatedir}/run/%{name} %{siproxduser} 2> /dev/null || :
+%_sbindir/useradd -r -g %{sipproxdgroup} -s /bin/false -c "Siproxd user" -d 
%{_localstatedir}/run/%{name} %{siproxduser} 2> /dev/null || :
 
 %postun
 /sbin/ldconfig


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



commit sblim-sfcc for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcc for openSUSE:Factory 
checked in at 2012-11-21 17:22:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcc/sblim-sfcc.changes2012-06-15 
16:31:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcc.new/sblim-sfcc.changes   
2012-11-21 17:22:36.0 +0100
@@ -1,0 +2,23 @@
+Tue Nov 13 11:04:15 UTC 2012 - kkae...@suse.com
+
+- remove test debug patch
+  (0006-Show-class-and-property-qualifiers.patch)
+
+- add upstream patches
+  0001-3547832-memory-leak-in-backend-cimxml-grammer.c.patch
+  0002-3555103-wrong-declaration-of-release-attribute-in-_C.patch
+  0003-3566968-sfcc-enumInstances-fails-to-parse-the-xml.patch
+
+---
+Tue Nov 13 10:52:00 UTC 2012 - kkae...@suse.com
+
+- report failure to load libcimcClientXML.so properly
+  (0001-Improve-error-reporting-within-cmciConnect2.patch)
+
+---
+Tue Nov 13 10:50:51 UTC 2012 - kkae...@suse.com
+
+- fix packaging: move libcimcClientXML.so from -devel to main
+  package, it's dlopen'ed at runtime !
+
+---

Old:

  0006-Show-class-and-property-qualifiers.patch

New:

  0001-3547832-memory-leak-in-backend-cimxml-grammer.c.patch
  0001-Improve-error-reporting-within-cmciConnect2.patch
  0002-3555103-wrong-declaration-of-release-attribute-in-_C.patch
  0003-3566968-sfcc-enumInstances-fails-to-parse-the-xml.patch
  sblim-sfcc.rpmlintrc



Other differences:
--
++ sblim-sfcc.spec ++
--- /var/tmp/diff_new_pack.B1yCjm/_old  2012-11-21 17:22:37.0 +0100
+++ /var/tmp/diff_new_pack.B1yCjm/_new  2012-11-21 17:22:37.0 +0100
@@ -26,7 +26,13 @@
 Source: %{name}-%{version}.tar.bz2
 Source1:autoconfiscate.sh
 
-Patch15:0006-Show-class-and-property-qualifiers.patch
+# patches from upstream past 2.2.4
+Patch1: 0001-3547832-memory-leak-in-backend-cimxml-grammer.c.patch
+Patch2: 0002-3555103-wrong-declaration-of-release-attribute-in-_C.patch
+Patch3: 0003-3566968-sfcc-enumInstances-fails-to-parse-the-xml.patch
+
+# upstream ID 3586680 (kkae...@suse.de)
+Patch10:0001-Improve-error-reporting-within-cmciConnect2.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -58,7 +64,10 @@
 %prep
 %setup -q
 
-%patch15 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch10 -p1
 
 %build
 # autoconfiscate
@@ -94,10 +103,13 @@
 %{_docdir}/%{name}/*
 %doc %{_mandir}/man3/*
 %{_libdir}/*.so.*
+# dlopen'ed lib
+%{_libdir}/libcimcClientXML.so
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
-%{_libdir}/*.so
+%{_libdir}/libcimcclient.so
+%{_libdir}/libcmpisfcc.so
 
 %changelog

++ 0001-3547832-memory-leak-in-backend-cimxml-grammer.c.patch ++
>From d4e5c1630998c0819f99051319843acd8ceb51cd Mon Sep 17 00:00:00 2001
From: buccella 
Date: Tue, 31 Jul 2012 15:14:18 -0400
Subject: [PATCH 01/14] [ 3547832 ] memory leak in backend/cimxml/grammer.c

---
 ChangeLog|6 ++
 NEWS |1 +
 backend/cimxml/grammar.c |3 ++-
 contributions.txt|4 
 4 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/backend/cimxml/grammar.c b/backend/cimxml/grammar.c
index 8fb5f91..d109421 100644
--- a/backend/cimxml/grammar.c
+++ b/backend/cimxml/grammar.c
@@ -571,7 +571,7 @@ static void valueObjectWithPath(ParserControl *parm, 
parseUnion *stateUnion)
 static void valueObjectWithPathData(ParserControl *parm, parseUnion 
*stateUnion)
 {
parseUnion lvalp={0};
-   CMPIObjectPath *op;
+   CMPIObjectPath *op = NULL;
CMPIInstance *inst;
ct = localLex((parseUnion*)&stateUnion->xtokObjectWithPathData, parm);
if(ct == XTOK_CLASSPATH) {
@@ -590,6 +590,7 @@ static void valueObjectWithPathData(ParserControl *parm, 
parseUnion *stateUnion)
setInstQualifiers(inst, 
&stateUnion->xtokObjectWithPathData.inst.inst.qualifiers);
setInstProperties(inst, 
&stateUnion->xtokObjectWithPathData.inst.inst.properties);

simpleArrayAdd(parm->respHdr.rvArray,(CMPIValue*)&inst,CMPI_instance);
+   if (op) op->ft->release(op);
}
else {
parseError("XTOK_CLASSPATH or XTOK_INSTANCEPATH", ct, parm);
-- 
1.7.10.4

++ 0001-Improve-error-reporting-within-cmciConnect2.patch ++
>From a02fa1d342b3c18e770e44a1ccfa0dbab52753e1 Mon Sep 17 00:00:00 

commit sbcl for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2012-11-21 17:22:28

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


Package is "sbcl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2012-11-05 
06:33:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2012-11-21 
17:22:30.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 17 08:02:01 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.17 (add patch sbcl-glibc217.patch)
+
+---

New:

  sbcl-glibc217.patch



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.XjGfJg/_old  2012-11-21 17:22:31.0 +0100
+++ /var/tmp/diff_new_pack.XjGfJg/_new  2012-11-21 17:22:31.0 +0100
@@ -42,6 +42,8 @@
 Patch0: sbcl-1.0.54-optflags.patch
 # PATCH-FIX-OPENSUSE  dont-split-doc.patch from debian author unknown --don't 
split docs
 Patch1: dont-split-doc.patch
+# PATCH-FIX-OPENSUSE Fix includes for compilation with glibc 2.17
+Patch2: sbcl-glibc217.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +57,8 @@
 %setup -q
 %patch0 -p1 -b optflags
 %patch1 -p1 -b docpatch
+%patch2 -p1 -b glibc217
+
 sed -i -e "s|\"%version\"|\"%version-%release-%_vendor\"|" version.lisp-expr
 
 %build

++ sbcl-glibc217.patch ++
Index: sbcl-1.1.1/src/runtime/x86-64-linux-os.c
===
--- sbcl-1.1.1.orig/src/runtime/x86-64-linux-os.c
+++ sbcl-1.1.1/src/runtime/x86-64-linux-os.c
@@ -14,6 +14,8 @@
  * files for more information.
  */
 
+#define _GNU_SOURCE 1
+
 #include 
 #include 
 #include 
@@ -22,10 +24,7 @@
 #include 
 #include 
 
-#define __USE_GNU
 #include 
-#undef __USE_GNU
-
 
 #include "./signal.h"
 #include "os.h"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-railties-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-railties-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:22:18

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


Package is "rubygem-railties-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-3_2/rubygem-railties-3_2.changes
2012-09-01 10:34:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new/rubygem-railties-3_2.changes
   2012-11-21 17:22:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 13:59:50 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9
+ *   Update supported ruby versions error message in ruby_version_check.rb 
*Lihan Li*
+
+---

Old:

  railties-3.2.8.gem

New:

  railties-3.2.9.gem



Other differences:
--
++ rubygem-railties-3_2.spec ++
--- /var/tmp/diff_new_pack.cytPBx/_old  2012-11-21 17:22:21.0 +0100
+++ /var/tmp/diff_new_pack.cytPBx/_new  2012-11-21 17:22:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-railties-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name railties
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-rails-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:22:09

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


Package is "rubygem-rails-3_2", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-3_2/rubygem-rails-3_2.changes  
2012-09-01 10:34:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new/rubygem-rails-3_2.changes 
2012-11-21 17:22:12.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 13:27:35 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9, version bump
+
+---

Old:

  rails-3.2.8.gem

New:

  rails-3.2.9.gem



Other differences:
--
++ rubygem-rails-3_2.spec ++
--- /var/tmp/diff_new_pack.I4Bn2D/_old  2012-11-21 17:22:13.0 +0100
+++ /var/tmp/diff_new_pack.I4Bn2D/_new  2012-11-21 17:22:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rails-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-hoe for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2012-11-21 17:21:55

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


Package is "rubygem-hoe", Maintainer is "dmacvi...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2012-11-12 
11:43:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2012-11-21 17:21:57.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov 14 06:16:38 UTC 2012 - co...@suse.com
+
+- updated to version 3.3.0, no changelog
+
+---
+Mon Nov 12 11:47:09 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.0
+  * Added flog_method and defaulted it to max_method
+  * Changed flog_threshold to 20, 2x the industry average. Be strong. You can 
do it.
+  * Hoe#timebomb will now default finis/start values to 1/1 and 12/31 of the 
current year if not specified.
+
+---

Old:

  hoe-3.1.1.gem

New:

  hoe-3.3.0.gem



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.6rvGXE/_old  2012-11-21 17:21:58.0 +0100
+++ /var/tmp/diff_new_pack.6rvGXE/_new  2012-11-21 17:21:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-hoe
-Version:3.1.1
+Version:3.3.0
 Release:0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-activesupport-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:21:47

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


Package is "rubygem-activesupport-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
  2012-09-01 21:59:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2012-11-21 17:21:49.0 +0100
@@ -1,0 +2,20 @@
+Tue Nov 13 13:28:33 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9
+ *   Add logger.push_tags and .pop_tags to complement logger.tagged:
+ 
+ class Job
+   def before
+ Rails.logger.push_tags :jobs, self.class.name
+   end
+ 
+   def after
+ Rails.logger.pop_tags 2
+   end
+ end
+ 
+ *Jeremy Kemper*
+ 
+ *  Add %:z and %::z format string support to 
ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj*
+
+---

Old:

  activesupport-3.2.8.gem

New:

  activesupport-3.2.9.gem



Other differences:
--
++ rubygem-activesupport-3_2.spec ++
--- /var/tmp/diff_new_pack.1YhzL5/_old  2012-11-21 17:21:50.0 +0100
+++ /var/tmp/diff_new_pack.1YhzL5/_new  2012-11-21 17:21:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activesupport-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-activeresource-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activeresource-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:21:40

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


Package is "rubygem-activeresource-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activeresource-3_2/rubygem-activeresource-3_2.changes
2012-09-01 21:59:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activeresource-3_2.new/rubygem-activeresource-3_2.changes
   2012-11-21 17:21:42.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 13:07:52 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9, no changes
+
+---

Old:

  activeresource-3.2.8.gem

New:

  activeresource-3.2.9.gem



Other differences:
--
++ rubygem-activeresource-3_2.spec ++
--- /var/tmp/diff_new_pack.wB4DKK/_old  2012-11-21 17:21:43.0 +0100
+++ /var/tmp/diff_new_pack.wB4DKK/_new  2012-11-21 17:21:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activeresource-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name activeresource
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-activerecord-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:21:21

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


Package is "rubygem-activerecord-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-3_2/rubygem-activerecord-3_2.changes
2012-09-01 21:58:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes
   2012-11-21 17:21:23.0 +0100
@@ -1,0 +2,28 @@
+Tue Nov 13 14:00:43 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9
+ *   Fix issue with collection associations calling first(n)/last(n) and 
attempting
+ to set the inverse association when `:inverse_of` was used. Fixes #8087.
+ *   Fix bug when Column is trying to type cast boolean values to integer.
+ Fixes #8067.
+ *   Fix bug where `rake db:test:prepare` tries to load the structure.sql into 
development database.
+ Fixes #8032.
+ *   Fixed support for `DATABASE_URL` environment variable for rake db tasks. 
*Grace Liu*
+ *   Fix bug where `update_columns` and `update_column` would not let you 
update the primary key column.
+ *   Decode URI encoded attributes on database connection URLs.
+ *   Fix AR#dup to nullify the validation errors in the dup'ed object. 
Previously the original
+ and the dup'ed object shared the same errors.
+ *   Synchronize around deleting from the reserved connections hash.
+ Fixes #7955
+ *   PostgreSQL adapter correctly fetches default values when using
+ multiple schemas and domains in a db. Fixes #7914
+ *   Fix deprecation notice when loading a collection association that
+ selects columns from other tables, if a new record was previously
+ built using that association.
+ *   The postgres adapter now supports tables with capital letters.
+ Fix #5920
+ *   `CollectionAssociation#count` returns `0` without querying if the
+ parent record is not persisted.
+ ... more, see CHANGELOG.md
+
+---

Old:

  activerecord-3.2.8.gem

New:

  activerecord-3.2.9.gem



Other differences:
--
++ rubygem-activerecord-3_2.spec ++
--- /var/tmp/diff_new_pack.eMv6Tl/_old  2012-11-21 17:21:24.0 +0100
+++ /var/tmp/diff_new_pack.eMv6Tl/_new  2012-11-21 17:21:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activerecord-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-actionpack-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionpack-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:21:10

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


Package is "rubygem-actionpack-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes
2012-09-01 21:58:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes
   2012-11-21 17:21:13.0 +0100
@@ -1,0 +2,34 @@
+Tue Nov 13 13:56:59 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9
+ *   Clear url helpers when reloading routes.
+ *   Accept :remote as symbolic option for `link_to` helper. *Riley Lynch*
+ *   Warn when the `:locals` option is passed to `assert_template` outside of 
a view test case
+ Fix #3415
+ *   Rename internal variables on ActionController::TemplateAssertions to 
prevent
+ naming collisions. @partials, @templates and @layouts are now prefixed 
with an underscore.
+ Fix #7459
+ *   `resource` and `resources` don't modify the passed options hash
+ Fix #
+ *   Precompiled assets include aliases from foo.js to foo/index.js and vice 
versa.
+ # Precompiles phone-.css and aliases phone/index.css to 
phone.css.
+ config.assets.precompile = [ 'phone.css' ]
+ *   `assert_template` is no more passing with what ever string that matches
+ with the template name.
+ Fixes #3849.
+ *   Handle `ActionDispatch::Http::UploadedFile` like 
`Rack::Test::UploadedFile`, don't call to_param on it. Since
+ `Rack::Test::UploadedFile` isn't API compatible this is needed to test 
file uploads that rely on `tempfile`
+ being available.
+ *   Respect `config.digest = false` for `asset_path`
+ *   Fix #7646, the log now displays the correct status code when an exception 
is raised.
+ *   Fix handling of date selects when using both disabled and discard options.
+ Fixes #7431.
+ *   Fix select_tag when option_tags is nil.
+ Fixes #7404.
+ *   `javascript_include_tag :all` will now not include `application.js` if 
the file does not exists. *Prem Sichanugrist*
+ *   Support cookie jar options (e.g., domain :all) for all session stores.
+ Fixes GH#3047, GH#2483.
+ *   Performance Improvement to send_file: Avoid having to pass an open file 
handle as the response body. Rack::Sendfile
+ will usually intercept the response and just uses the path directly, so 
no reason to open the file. This performance
+
+---

Old:

  actionpack-3.2.8.gem

New:

  actionpack-3.2.9.gem



Other differences:
--
++ rubygem-actionpack-3_2.spec ++
--- /var/tmp/diff_new_pack.P8ZJhf/_old  2012-11-21 17:21:14.0 +0100
+++ /var/tmp/diff_new_pack.P8ZJhf/_new  2012-11-21 17:21:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionpack-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name actionpack
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-actionmailer-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-3_2 for 
openSUSE:Factory checked in at 2012-11-21 17:21:00

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


Package is "rubygem-actionmailer-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-3_2/rubygem-actionmailer-3_2.changes
2012-09-01 21:58:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-3_2.new/rubygem-actionmailer-3_2.changes
   2012-11-21 17:21:02.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 13 13:29:34 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9
+ * Do not render views when mail() isn't called.
+   Fix #7761
+ 
+---

Old:

  actionmailer-3.2.8.gem

New:

  actionmailer-3.2.9.gem



Other differences:
--
++ rubygem-actionmailer-3_2.spec ++
--- /var/tmp/diff_new_pack.Ek6XSR/_old  2012-11-21 17:21:03.0 +0100
+++ /var/tmp/diff_new_pack.Ek6XSR/_new  2012-11-21 17:21:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionmailer-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}

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



commit redis for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2012-11-21 17:20:38

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


Package is "redis", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2012-09-14 
12:36:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2012-11-21 
17:20:38.0 +0100
@@ -1,0 +2,23 @@
+Tue Nov 20 07:40:52 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---
+Thu Nov  8 16:12:21 UTC 2012 - v...@openssl.it
+
+- Implement a multi-instance setup
+  * Allow for multiple configuration files of named instances
+under /etc/redis
+  * Each instance has its own data directory
+under /var/lib/redis/$INSTANCE
+  * Each instance has its own PID file
+under /var/run/redis/$INSTANCE.pid
+  * Each instance has its own log files
+under /var/log/redis/$INSTANCE.log
+  * Instances may be started or stopped individually passing a
+second argument to the init script
+  * Do not create an active default.conf, rather use an
+.example suffix
+
+---



Other differences:
--
++ redis.spec ++
--- /var/tmp/diff_new_pack.dDmc3J/_old  2012-11-21 17:20:39.0 +0100
+++ /var/tmp/diff_new_pack.dDmc3J/_new  2012-11-21 17:20:39.0 +0100
@@ -18,6 +18,7 @@
 
 %define _data_dir   %{_localstatedir}/lib/%{name}
 %define _log_dir%{_localstatedir}/log/%{name}
+%define _conf_dir   %{_sysconfdir}/%{name}
 
 Name:   redis
 Version:2.4.15
@@ -68,14 +69,16 @@
 make %{?_smp_mflags} CFLAGS="%{optflags}" V=1
 
 %install
-install -d %{buildroot}%{_log_dir} %{buildroot}%{_data_dir}
+install -d %{buildroot}%{_log_dir} %{buildroot}%{_data_dir} 
%{buildroot}%{_conf_dir}
+install -d %{buildroot}%{_log_dir}/default %{buildroot}%{_data_dir}/default
 
 install -D -m 0755 src/redis-benchmark  %{buildroot}%{_bindir}/redis-benchmark
 install -m 0755 src/redis-cli   %{buildroot}%{_bindir}/redis-cli
 install -m 0755 src/redis-check-dump%{buildroot}%{_bindir}/redis-check-dump
 install -m 0755 src/redis-check-aof %{buildroot}%{_bindir}/redis-check-aof
 install -D -m 0755 src/redis-server %{buildroot}%{_sbindir}/redis-server
-install -D -m 0640 redis.conf   %{buildroot}%{_sysconfdir}/redis.conf
+
+install -D -m 0640 redis.conf   
%{buildroot}%{_conf_dir}/default.conf.example
 ## install -Dp -m 0755 %{SOURCE4}  
%{buildroot}%{_sysconfdir}/sysconfig/redis
 
 #
@@ -102,12 +105,14 @@
 
 %pre
 /usr/sbin/groupadd -r %{name} &>/dev/null || :
-/usr/sbin/useradd -o -g %{name} -s /bin/false -r -c "User for Redis key-value 
store" -d %{_data_dir} %{name} &>/dev/null || :
+/usr/sbin/useradd  -g %{name} -s /bin/false -r -c "User for Redis key-value 
store" -d %{_data_dir} %{name} &>/dev/null || :
 
 %post
 %fillup_and_insserv %{name}
 %restart_on_update %{name}
-echo "To start the database server, do:"
+echo "To start the database server, create your configuration"
+echo "starting from /etc/redis/default.conf.example, place it"
+echo "in /etc/redis and do: "
 echo " sudo rcredis start; sudo insserv redis"
 
 %preun
@@ -125,8 +130,10 @@
 %{_sbindir}/redis-*
 %{_sbindir}/rc%{name}
 %config(noreplace) %{_sysconfdir}/init.d/redis
-%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf
+%config(noreplace) %attr(0640, %{name}, %{name}) 
%{_conf_dir}/default.conf.example
 %dir %attr(0750, %{name}, %{name}) %{_data_dir}
+%dir %attr(0750, %{name}, %{name}) %{_data_dir}/default
 %dir %attr(0750, %{name}, %{name}) %{_log_dir}
+%dir %attr(0750, %{name}, %{name}) %{_conf_dir}
 
 %changelog

++ redis-conf.patch ++
--- /var/tmp/diff_new_pack.dDmc3J/_old  2012-11-21 17:20:39.0 +0100
+++ /var/tmp/diff_new_pack.dDmc3J/_new  2012-11-21 17:20:39.0 +0100
@@ -1,12 +1,6 @@

- redis.conf |   10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-Index: redis.conf
-===
 redis.conf.orig2011-10-17 10:46:00.0 +0200
-+++ redis.conf 2011-10-24 12:47:49.839930573 +0200
-@@ -14,7 +14,7 @@
+--- redis.conf.orig2012-07-31 16:56:02.0 +0200
 redis.conf 2012-07-31 16:59:31.0 +0200
+@@ -14,11 +14,11 @@
  
  # By default Redis does not run as a daemon. Use 'yes' if you need it.
  # Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
@@ -15,7 +9,12 @@
  
  # When running 

commit python-zope.interface for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-zope.interface for 
openSUSE:Factory checked in at 2012-11-21 17:15:35

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


Package is "python-zope.interface", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes  
2012-02-02 18:00:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.interface.new/python-zope.interface.changes
 2012-11-21 17:15:36.0 +0100
@@ -1,0 +2,19 @@
+Sat Oct 13 21:42:08 CST 2012 - dougla...@outlook.com
+
+- Fix spec bugs
+
+- Updated to 4.0.1
+* Dropped explicit DeprecationWarnings for "class advice" APIS (these APIs 
are still deprecated under Python 2.x, and still raise an exception under 
Python 3.x, but no longer cause a warning to be emitted under Python 2.x).
+* Automated build of Sphinx HTML docs and running doctest snippets via tox.
+* Deprecated the "class advice" APIs from zope.interface.declarations: 
implements, implementsOnly, and classProvides. In their place, prefer the 
equivalent class decorators: @implementer, @implementer_only, and @provider. 
Code which uses the deprecated APIs will not work as expected under Py3k.
+* Removed use of '2to3' and associated fixers when installing under Py3k. 
The code is now in a "compatible subset" which supports Python 2.6, 2.7, and 
3.2, including PyPy 1.8 (the version compatible with the 2.7 language spec).
+* Dropped explicit support for Python 2.4 / 2.5 / 3.1.
+* Added support for PyPy.
+* Added support for continuous integration using tox and jenkins.
+* Added 'setup.py dev' alias (runs setup.py develop plus installs nose and 
coverage).
+* Added 'setup.py docs' alias (installs Sphinx and dependencies).
+* Replaced all unittest coverage previously accomplished via doctests with 
unittests. The doctests have been moved into a docs section, managed as a 
Sphinx collection.
+* LP #910987: Ensure that the semantics of the lookup method of 
zope.interface.adapter.LookupBase are the same in both the C and Python 
implementations.
+* LP #900906: Avoid exceptions due to tne new __qualname__ attribute added 
in Python 3.3 (see PEP 3155 for rationale). Thanks to Antoine Pitrou for the 
patch.
+
+---

Old:

  zope.interface-3.8.0.tar.gz

New:

  zope.interface-4.0.1.tar.gz



Other differences:
--
++ python-zope.interface.spec ++
--- /var/tmp/diff_new_pack.iigS2u/_old  2012-11-21 17:15:37.0 +0100
+++ /var/tmp/diff_new_pack.iigS2u/_new  2012-11-21 17:15:37.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-zope.interface
-Version:3.8.0
+Version:4.0.1
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python
@@ -25,14 +26,13 @@
 Source: 
http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Provides:   python-zopeinterface = %{version}
 Obsoletes:  python-zopeinterface < %{version}
 Provides:   python-zope-interface = %{version}
 Obsoletes:  python-zope-interface < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
 
 %description
@@ -56,6 +56,6 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT.txt CHANGES.txt LICENSE.txt README.txt
-%{python_sitelib}/*
+%{python_sitearch}/*
 
 %changelog

++ zope.interface-3.8.0.tar.gz -> zope.interface-4.0.1.tar.gz ++
 23384 lines of diff (skipped)

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



commit python-termcolor for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-termcolor for 
openSUSE:Factory checked in at 2012-11-21 17:15:10

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


Package is "python-termcolor", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.python-termcolor.new/python-termcolor.changes   
2012-11-21 17:15:11.0 +0100
@@ -0,0 +1,22 @@
+---
+Mon Nov 19 13:37:43 UTC 2012 - sasc...@suse.de
+
+- Macro cleanup
+
+---
+Fri Sep 23 10:36:16 UTC 2011 - sasc...@suse.de
+
+- Update to version 1.1.0:
+  * Added cprint function.
+
+---
+Thu Nov 26 22:29:36 UTC 2009 - po...@cmdline.net
+
+- add missing tarball
+- add changes file
+
+---
+Tue Nov 24 00:00:00 UTC 2009 - cfarrell1...@gmail.com
+
+- First build
+

New:

  python-termcolor.changes
  python-termcolor.spec
  termcolor-1.1.0.tar.gz



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

Name:   python-termcolor
Version:1.1.0
Release:0
Url:http://pypi.python.org/pypi/termcolor
Summary:ANSII Color formatting for output in terminal
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/t/termcolor/termcolor-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Available text colors: grey, red, green, yellow, blue, magenta, cyan, white.
Available text highlights: on_grey, on_red, on_green, on_yellow, on_blue, 
on_magenta, on_cyan, on_white.
Available attributes: bold, dark, underline, blink, reverse, concealed.

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

%build
python setup.py build

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

%files
%defattr(-,root,root,-)
%doc CHANGES.rst COPYING.txt README.rst
%{python_sitelib}/*

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



commit python-setuptools-git for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-setuptools-git for 
openSUSE:Factory checked in at 2012-11-21 17:13:37

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


Package is "python-setuptools-git", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools-git.new/python-setuptools-git.changes
 2012-11-21 17:13:38.0 +0100
@@ -0,0 +1,18 @@
+---
+Mon Nov 19 14:54:59 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Public-Domain
+  SPDX format (or SUSE version thereof)
+
+---
+Tue May  3 22:08:54 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.4.2:
+  - Sorry, no changelog.
+- Package renamed from python-setuptools_git to
+  python-setuptools-git.
+
+---
+Thu Aug 13 19:17:33 UTC 2009 - alexan...@exatati.com.br
+
+- Initial package (0.3) for openSUSE.

New:

  python-setuptools-git.changes
  python-setuptools-git.spec
  setuptools-git-0.4.2.tar.bz2



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

%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define mod_name setuptools-git

Name:   python-%{mod_name}
Version:0.4.2
Release:0
Url:http://ygingras.net/b/tag/setuptools_git
Summary:Setuptools revision control system plugin for Git
License:SUSE-Public-Domain
Group:  Development/Languages/Python
Source: %{mod_name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif

%description
This is a plugin for setup tools that enables Git integration.  Once
installed, Setuptools can be told to include in a module distribution
all the files tracked by git.  This is an alternative to explicit
inclusion specifications with MANIFEST.in.

This package was formerly known as gitlsfiles. The name change is the
result of an effort by the setuptools plugin developers to provide a
uniform naming convention.

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

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

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

%clean
rm -rf %{buildroot}

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

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



commit python-requests for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2012-11-21 17:07:46

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


Package is "python-requests", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2012-10-26 00:23:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 
2012-11-21 17:07:49.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 13 22:04:33 UTC 2012 - jf...@funktronics.ca
+
+- Update to 0.14.2:
+  * Improved mime-compatible JSON handling
+  * Proxy fixes
+  * Path hack fixes
+  * Case-Insensistive Content-Encoding headers
+  * Support for CJK parameters in form posts
+
+---

Old:

  requests-0.14.1.tar.gz

New:

  requests-0.14.2.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.mWf56c/_old  2012-11-21 17:07:50.0 +0100
+++ /var/tmp/diff_new_pack.mWf56c/_new  2012-11-21 17:07:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-requests
-Version:0.14.1
+Version:0.14.2
 Release:0
 Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable

++ requests-0.14.1.tar.gz -> requests-0.14.2.tar.gz ++
 9499 lines of diff (skipped)

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



commit python-pyudev for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-pyudev for openSUSE:Factory 
checked in at 2012-11-21 17:06:33

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


Package is "python-pyudev", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes  
2012-03-12 20:16:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyudev.new/python-pyudev.changes 
2012-11-21 17:06:36.0 +0100
@@ -1,0 +2,34 @@
+Sun Nov 18 19:40:16 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 0.16.1:
+  * #53: Fix source distribution
+  * #54: Fix typo in test
+  From version 0.16:
+  * Remove :meth:`pyudev.Monitor.from_socket`.
+  * Deprecate :meth:`pyudev.Device.traverse()` in favor of
+:attr:`pyudev.Device.ancestors`.
+  * #47: Deprecate :meth:`pyudev.Monitor.receive_device` in favor of
+:attr:`pyudev.Monitor.poll`.
+  * #47: Deprecate :attr:`pyudev.Monitor.enable_receiving` in favor of
+:attr:`pyudev.Monitor.start`.
+  * #47: Deprecate :attr:`pyudev.Monitor.__iter__` in favor of explicit looping
+or :class:`pyudev.MonitorObserver`.
+  * #49: Deprecate ``event_handler`` to :class:`pyudev.MonitorObserver` in
+favour of ``callback`` argument.
+  * #46: Continuously test pyudev on Travis-CI.
+  * Add :attr:`pyudev.Device.ancestors`.
+  * Add :attr:`pyudev.Device.action`.
+  * #10: Add :attr:`pyudev.Device.sequence_number`.
+  * #47: Add :meth:`pyudev.Monitor.poll`.
+  * #47: Add :attr:`pyudev.Monitor.started`.
+  * #49: Add ``callback`` argument to :class:`pyudev.Monitor`.
+  * :meth:`pyudev.Monitor.start` can be called repeatedly.
+  * #45: Get rid of 2to3
+  * #43: Fix test failures on Python 2.6
+  * Fix signature in declaration of ``udev_monitor_set_receive_buffer_size``.
+  * #44: Test wrapped signatures with help of ``gccxml``.
+  * Fix compatibility with udev 183 and newer in :class:`pyudev.Context`.
+  * :meth:`pyudev.MonitorObserver.stop` can be called from the observer thread.
+- Removed python-setuptools and added python-distribute as build requirement.
+
+---
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyudev.new/python3-pyudev.changes
2012-11-21 17:06:36.0 +0100
@@ -0,0 +1,120 @@
+---
+Sun Nov 18 19:40:16 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 0.16.1:
+  * #53: Fix source distribution
+  * #54: Fix typo in test
+  From version 0.16:
+  * Remove :meth:`pyudev.Monitor.from_socket`.
+  * Deprecate :meth:`pyudev.Device.traverse()` in favor of
+:attr:`pyudev.Device.ancestors`.
+  * #47: Deprecate :meth:`pyudev.Monitor.receive_device` in favor of
+:attr:`pyudev.Monitor.poll`.
+  * #47: Deprecate :attr:`pyudev.Monitor.enable_receiving` in favor of
+:attr:`pyudev.Monitor.start`.
+  * #47: Deprecate :attr:`pyudev.Monitor.__iter__` in favor of explicit looping
+or :class:`pyudev.MonitorObserver`.
+  * #49: Deprecate ``event_handler`` to :class:`pyudev.MonitorObserver` in
+favour of ``callback`` argument.
+  * #46: Continuously test pyudev on Travis-CI.
+  * Add :attr:`pyudev.Device.ancestors`.
+  * Add :attr:`pyudev.Device.action`.
+  * #10: Add :attr:`pyudev.Device.sequence_number`.
+  * #47: Add :meth:`pyudev.Monitor.poll`.
+  * #47: Add :attr:`pyudev.Monitor.started`.
+  * #49: Add ``callback`` argument to :class:`pyudev.Monitor`.
+  * :meth:`pyudev.Monitor.start` can be called repeatedly.
+  * #45: Get rid of 2to3
+  * #43: Fix test failures on Python 2.6
+  * Fix signature in declaration of ``udev_monitor_set_receive_buffer_size``.
+  * #44: Test wrapped signatures with help of ``gccxml``.
+  * Fix compatibility with udev 183 and newer in :class:`pyudev.Context`.
+  * :meth:`pyudev.MonitorObserver.stop` can be called from the observer thread.
+- Removed python-setuptools and added python-distribute as build requirement.
+
+---
+Sat Mar 10 19:20:03 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 0.15:
+  * #20: :meth:`pyudev.Monitor.filter_by()` and
+:meth:`pyudev.Monitor.filter_by_tag()` can be called after
+:meth:`pyudev.Monitor.enable_receiving()` now
+  * #20: Added :meth:`~pyudev.Monitor.remove_filter()`
+  * :class:`pyudev.MonitorObserver` calls
+:meth:`pyudev.Monitor.enable_receiving()` now when started.
+  * #40: Added user guide to the documentation
+  * #39: Added :meth:`pyudev.Device.from_device_file()`
+  * :data:`errno.EINVAL` from underlying libudev functions causes
+:exc:`~exceptions.ValueError` instead of
+:exc:`~exceptions.EnvironmentError` now.
+
+

commit python-colorama for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package python-colorama for openSUSE:Factory 
checked in at 2012-11-21 17:06:19

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


Package is "python-colorama", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.python-colorama.new/python-colorama.changes 
2012-11-21 17:06:22.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Nov 19 13:38:58 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  colorama-0.2.4.tar.gz
  python-colorama.changes
  python-colorama.spec



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

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


Name:   python-colorama
Version:0.2.4
Release:0
License:BSD-3-Clause
Summary:Cross-platform colored terminal text
Url:http://code.google.com/p/colorama/
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/c/colorama/colorama-%{version}.tar.gz
BuildRequires:  python-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Makes ANSI escape character sequences, for producing colored terminal text and
cursor positioning, work under MS Windows.

ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.

This has the upshot of providing a simple cross-platform API for printing
colored terminal text from Python, and has the happy side-effect that existing
applications or libraries which use ANSI sequences to produce colored output on
Linux or Macs can now also work on Windows, simply by calling colorama.init().

%prep
%setup -q -n colorama-%{version}
sed -i "s/\r//" README.txt LICENSE.txt demos/demo0{6,7}.py demos/demo.bat

%build
python setup.py build

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

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt demos
%{python_sitelib}/*

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



commit pv for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package pv for openSUSE:Factory checked in 
at 2012-11-21 17:05:42

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


Package is "pv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pv/pv.changes2012-09-05 09:53:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pv.new/pv.changes   2012-11-21 
17:05:44.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 20 15:18:41 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.3.9
+* new --pidfile option to save process ID to a file
+* integrated patch for --numeric with --timer and --bytes
+* removed signalling from --remote to prevent accidental process kills
+* new --format option and allow --format parameters to be sent
+  with --remote
+
+---

Old:

  pv-1.3.4.tar.bz2

New:

  pv-1.3.9.tar.bz2
  pv-1.3.9.tar.bz2.asc



Other differences:
--
++ pv.spec ++
--- /var/tmp/diff_new_pack.vQgHtU/_old  2012-11-21 17:05:45.0 +0100
+++ /var/tmp/diff_new_pack.vQgHtU/_new  2012-11-21 17:05:45.0 +0100
@@ -17,13 +17,15 @@
 
 
 Name:   pv
-Version:1.3.4
+Version:1.3.9
 Release:0
 Summary:PipeViewer - Monitor the Progress of Data through Pipes
 License:Artistic-2.0
 Group:  System/Base
-Source: http://www.ivarch.com/programs/sources/pv-%{version}.tar.bz2
 Url:http://ivarch.com/programs/pv.shtml
+
+Source: http://www.ivarch.com/programs/sources/%name-%version.tar.bz2
+Source2:%name-%version.tar.bz2.asc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
 BuildRequires:  gettext
@@ -55,12 +57,12 @@
 %find_lang "%{name}"
 
 %check
-%__make test
+make test
 
-%files -f "%{name}.lang"
+%files -f %name.lang
 %defattr(-,root,root)
 %doc README doc/COPYING doc/NEWS doc/TODO
-%{_bindir}/pv
-%doc %{_mandir}/man1/pv.1%{ext_man}
+%_bindir/pv
+%doc %_mandir/man1/pv.1%ext_man
 
 %changelog

++ pv-1.3.4.tar.bz2 -> pv-1.3.9.tar.bz2 ++
 3087 lines of diff (skipped)

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



commit plasmoid-cwp for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory 
checked in at 2012-11-21 17:05:16

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


Package is "plasmoid-cwp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/plasmoid-cwp/plasmoid-cwp.changes
2012-11-06 16:18:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasmoid-cwp.new/plasmoid-cwp.changes   
2012-11-21 17:05:19.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 20 06:11:33 UTC 2012 - m...@suse.com
+
+- Update to version 1.6.9:
+  * xml: www.wetter.com: wind fixed
+
+---
+Wed Nov 14 19:01:47 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 1.6.8:
+  * xml: www.wetter.com: wind and additional info fixed
+
+---

Old:

  98925-cwp-1.6.7.tar.bz2

New:

  98925-cwp-1.6.9.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.J9n6f2/_old  2012-11-21 17:05:20.0 +0100
+++ /var/tmp/diff_new_pack.J9n6f2/_new  2012-11-21 17:05:20.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.6.7
+Version:1.6.9
 Release:0
 Summary:Customizable Weather Plasmoid
 License:GPL-3.0+

++ 98925-cwp-1.6.7.tar.bz2 -> 98925-cwp-1.6.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/ChangeLog new/cwp-1.6.9/ChangeLog
--- old/cwp-1.6.7/ChangeLog 2012-11-03 21:17:49.0 +0100
+++ new/cwp-1.6.9/ChangeLog 2012-11-15 21:52:50.0 +0100
@@ -1,3 +1,11 @@
+1.6.9
+=
+- xml: www.wetter.com: wind fixed
+
+1.6.8
+=
+- xml: www.wetter.com: wind and additional info fixed
+
 1.6.7
 =
 - xml: gismeteo.com: location name fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/README new/cwp-1.6.9/README
--- old/cwp-1.6.7/README2012-11-03 21:17:49.0 +0100
+++ new/cwp-1.6.9/README2012-11-15 21:52:51.0 +0100
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.6.7
+Customizable Weather Plasmoid (CWP) 1.6.9
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/data/br_weather_com.xml 
new/cwp-1.6.9/data/br_weather_com.xml
--- old/cwp-1.6.7/data/br_weather_com.xml   2012-11-03 21:17:49.0 
+0100
+++ new/cwp-1.6.9/data/br_weather_com.xml   2012-11-15 21:52:51.0 
+0100
@@ -1,7 +1,7 @@
 
 
 
-   http://br.weather.com"; example_zip="BRXX0043" unit="C" />
+   http://br.weather.com"; example_zip="BRXX0043" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/data/de_weather_com.xml 
new/cwp-1.6.9/data/de_weather_com.xml
--- old/cwp-1.6.7/data/de_weather_com.xml   2012-11-03 21:17:49.0 
+0100
+++ new/cwp-1.6.9/data/de_weather_com.xml   2012-11-15 21:52:51.0 
+0100
@@ -1,7 +1,7 @@
 
 
 
-   http://de.weather.com"; example_zip="80331" unit="C" />
+   http://de.weather.com"; example_zip="80331" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/data/espanol_weather_com.xml 
new/cwp-1.6.9/data/espanol_weather_com.xml
--- old/cwp-1.6.7/data/espanol_weather_com.xml  2012-11-03 21:17:49.0 
+0100
+++ new/cwp-1.6.9/data/espanol_weather_com.xml  2012-11-15 21:52:51.0 
+0100
@@ -1,7 +1,7 @@
 
 
 
-   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
+   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/data/fr_weather_com.xml 
new/cwp-1.6.9/data/fr_weather_com.xml
--- old/cwp-1.6.7/data/fr_weather_com.xml   2012-11-03 21:17:49.0 
+0100
+++ new/cwp-1.6.9/data/fr_weather_com.xml   2012-11-15 21:52:51.0 
+0100
@@ -1,7 +1,7 @@
 
 
 
-   http://fr.weather.com"; example_zip="Paris-FRXX0076" unit="C" />
+   http://fr.weather.com"; example_zip="Paris-FRXX0076" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.6.7/data/freemeteo_com_celsius.xml 
new/cwp-1.6.9/data/freemeteo_com_celsius.xml
--- old/cwp-1.6.7/data/freemeteo_com_celsius.xml   

commit pdns for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package pdns for openSUSE:Factory checked in 
at 2012-11-21 17:04:30

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


Package is "pdns", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pdns/pdns.changes2012-10-07 
19:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes   2012-11-21 
17:04:31.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 22:10:03 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---



Other differences:
--
++ pdns.spec ++
--- /var/tmp/diff_new_pack.zAiSJ3/_old  2012-11-21 17:04:33.0 +0100
+++ /var/tmp/diff_new_pack.zAiSJ3/_new  2012-11-21 17:04:33.0 +0100
@@ -385,7 +385,7 @@
 
 %pre
 /usr/sbin/groupadd -r pdns &>/dev/null || :
-/usr/sbin/useradd -o -g pdns -s /bin/false -r -c "pdns" -d %{home} pdns 
&>/dev/null || :
+/usr/sbin/useradd -g pdns -s /bin/false -r -c "pdns" -d %{home} pdns 
&>/dev/null || :
 
 %post
 %{fillup_and_insserv pdns}

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



commit opera for openSUSE:Factory:NonFree

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2012-11-21 17:04:23

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


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

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2012-11-18 
09:13:46.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2012-11-21 
17:04:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 14:30:20 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 12.11
+  * Bug fixes
+  * Stability and Security improvement
+
+---

Old:

  opera-12.10-1652.i386.linux.tar.xz
  opera-12.10-1652.x86_64.linux.tar.xz

New:

  opera-12.11-1661.i386.linux.tar.xz
  opera-12.11-1661.x86_64.linux.tar.xz



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.SyHX7F/_old  2012-11-21 17:04:28.0 +0100
+++ /var/tmp/diff_new_pack.SyHX7F/_new  2012-11-21 17:04:28.0 +0100
@@ -18,10 +18,10 @@
 
 %define tag32b   i386.linux
 %define tag64b   x86_64.linux
-%define buildnum 1652
+%define buildnum 1661
 
 Name:   opera
-Version:12.10
+Version:12.11
 Release:0
 Summary:Opera Web Browser (%{version} build %{buildnum})
 License:SUSE-NonFree

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



commit openstack-quickstart for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2012-11-21 17:04:12

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


Package is "openstack-quickstart", Maintainer is "cth...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-10-23 19:41:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2012-11-21 17:04:14.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 09:36:29 UTC 2012 - bwiedem...@suse.com
+
+- fix postgresql 8/9 check
+
+---



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.pETPJl/_old  2012-11-21 17:04:15.0 +0100
+++ /var/tmp/diff_new_pack.pETPJl/_new  2012-11-21 17:04:15.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   openstack-quickstart
 Version:2011.3
 Release:0
-License:MIT
 Summary:OpenStack Quickstart
-Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
+License:MIT
 Group:  System/Management
+Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 BuildArch:  noarch
 Source: openstack-quickstart-demosetup
 Source1:openstack-quickstart-extranodesetup

++ openstack-quickstart-demosetup ++
--- /var/tmp/diff_new_pack.pETPJl/_old  2012-11-21 17:04:15.0 +0100
+++ /var/tmp/diff_new_pack.pETPJl/_new  2012-11-21 17:04:15.0 +0100
@@ -182,7 +182,7 @@
echo "listen_addresses = '*'" >> $DATADIR/postgresql.conf
echo "host all all 0.0.0.0/0 md5  sameuser" >> 
$DATADIR/pg_hba.conf
echo "host all all  ::/0 md5  sameuser" >> 
$DATADIR/pg_hba.conf
-   if rpm -q postgresql|grep -q postgresql-9 ; then
+   if ! rpm -q postgresql | grep -q postgresql-8 ; then
sed -i 's/\s*sameuser$//' $DATADIR/pg_hba.conf # adapt 
config syntax to postgresql-9
fi
fi

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



commit lxdm for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory checked in 
at 2012-11-21 17:03:52

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


Package is "lxdm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/lxdm/lxdm.changes2012-09-27 
10:25:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxdm.new/lxdm.changes   2012-11-21 
17:03:55.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 07:43:50 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---



Other differences:
--
++ lxdm.spec ++
--- /var/tmp/diff_new_pack.tmrU5r/_old  2012-11-21 17:03:57.0 +0100
+++ /var/tmp/diff_new_pack.tmrU5r/_new  2012-11-21 17:03:57.0 +0100
@@ -125,7 +125,7 @@
 
 %pre
 /usr/sbin/groupadd -r lxdm 2> /dev/null || :
-/usr/sbin/useradd -r -o -g lxdm -s /bin/false \
+/usr/sbin/useradd -r -g lxdm -s /bin/false \
 -c "LXDE Display Manager daemon" -d /var/lib/lxdm lxdm 2> /dev/null || :
 /usr/sbin/usermod -g lxdm -G lxdm -s /bin/false lxdm 2> /dev/null
 


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



commit linphone for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2012-11-21 17:03:39

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


Package is "linphone", Maintainer is "jzh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2012-11-02 
22:23:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2012-11-21 
17:03:40.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 19:37:00 UTC 2012 - mailaen...@opensuse.org
+
+- add libsrtp and libzrtpcpp as build dependency
+
+---



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.GPcjgY/_old  2012-11-21 17:03:42.0 +0100
+++ /var/tmp/diff_new_pack.GPcjgY/_new  2012-11-21 17:03:42.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   linphone
 Version:3.5.2
-Release:39.23
+Release:1
 Summary:Web Phone
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
@@ -44,9 +44,6 @@
 %else
 BuildRequires:  libv4l-devel
 %endif
-# lack of srtp in SuSE. enable both of them in the future.
-#BuildRequires:  srtp-devel 
-#BuildRequires:  libzrtpcpp-devel
 BuildRequires:  alsa-devel
 BuildRequires:  fdupes
 BuildRequires:  libgsm-devel
@@ -55,6 +52,8 @@
 %if 0%{?suse_version} > 1220
 BuildRequires:  libortp-devel
 BuildRequires:  mediastreamer2-devel
+BuildRequires:  srtp-devel 
+BuildRequires:  libzrtpcpp-devel
 %endif
 BuildRequires:  perl-XML-Parser
 BuildRequires:  readline-devel
@@ -130,6 +129,7 @@
 %if 0%{?suse_version} >= 1230
 --enable-external-ortp \
 --enable-external-mediastreamer \
+--enable-zrtp \
 %endif
--disable-date \
--disable-relativeprefix \
@@ -140,8 +140,6 @@
 %endif
--disable-strict \
--disable-static
-# lack of srtp in SuSE, enable it in the future:
-#   --enable-zrtp \
 
 make %{?_smp_mflags}
 

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



commit libnl3 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2012-11-21 17:02:31

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


Package is "libnl3", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes2012-10-16 
11:58:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes   2012-11-21 
17:02:34.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 14 01:00:54 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 3.2.14
+* This release contains bugfixes and adds support for some new link
+  features.
+
+---

Old:

  libnl-3.2.13.tar.gz

New:

  libnl-3.2.14.tar.gz



Other differences:
--
++ libnl3.spec ++
--- /var/tmp/diff_new_pack.H2XvRW/_old  2012-11-21 17:02:36.0 +0100
+++ /var/tmp/diff_new_pack.H2XvRW/_new  2012-11-21 17:02:36.0 +0100
@@ -19,14 +19,13 @@
 Name:   libnl3
 %define lname  libnl3-200
 %define with_tools 1
-Version:3.2.13
+Version:3.2.14
 Release:0
 Summary:Convenience library for working with Netlink sockets
 License:LGPL-2.1 and GPL-2.0
 Group:  Development/Libraries/C and C++
 
 Url:http://people.suug.ch/~tgr/libnl/
-#Git-Clone:git://git.kernel.org/pub/scm/libs/netlink/libnl
 #Git-Clone:git://git.infradead.org/users/tgr/libnl
 Source: http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz
 Source2:baselibs.conf

++ libnl-3.2.13.tar.gz -> libnl-3.2.14.tar.gz ++
 16077 lines of diff (skipped)

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



commit kolor-manager for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package kolor-manager for openSUSE:Factory 
checked in at 2012-11-21 17:01:58

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


Package is "kolor-manager", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kolor-manager/kolor-manager.changes  
2012-03-26 11:02:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolor-manager.new/kolor-manager.changes 
2012-11-21 17:02:04.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov 16 12:00:00 UTC 2012 - k...@gmx.de
+
+- update to Release 0.99
+- update to Oyranos 0.9.x API bko#307542
+- includes kolor-server kded
+- fixes and minor improvements 
+- kolor-manager-gcc47.patch was integrated upstream
+
+---

Old:

  kolor-manager-691cd53c.tar.bz2
  kolor-manager-gcc47.patch

New:

  kolor-manager-f0dd682.tar.bz2



Other differences:
--
++ kolor-manager.spec ++
--- /var/tmp/diff_new_pack.xLqC47/_old  2012-11-21 17:02:05.0 +0100
+++ /var/tmp/diff_new_pack.xLqC47/_new  2012-11-21 17:02:05.0 +0100
@@ -33,7 +33,8 @@
 # published by the Open Source Initiative.
 
 Name:   kolor-manager
-BuildRequires:  liboyranos-alpha-devel
+BuildRequires:  libXcm-devel >= 0.5.1
+BuildRequires:  liboyranos-devel >= 0.9
 %if 0%{?suse_version}
 BuildRequires:  libkde4-devel
 BuildRequires:  libtool
@@ -53,24 +54,23 @@
 Summary:Colour Management Frontend for KDE
 License:BSD-2-Clause
 Group:  System/GUI/KDE
-Version:691cd53c
+Version:f0dd682
 Release:0
 Source: %{name}-%{version}.tar.bz2
-Patch0: kolor-manager-gcc47.patch
 %kde4_runtime_requires
 
 Requires:   oyranos
 
 %description
 The systemsettings modules access cross desktop Oyranos CMS settings.
+KolorServer provides X Color Management spec support.
 
 Author(s):
-  Joe Simon, Kai-Uwe Behrmann  
+  Joe Simon, Kai-Uwe Behrmann, Casian Andrei
 
 
 %prep
-%setup -n %{name}-%{version} -q
-%patch0 -p1
+%setup -n %{name} -q
 
 %build
   %cmake_kde4 -d build
@@ -90,5 +90,7 @@
 %{_kde4_modulesdir}/kmsettings.so
 %{_kde4_servicesdir}/kmsettings.desktop
 %{_kde4_servicesdir}/settings-kolor-management.desktop
+%{_kde4_modulesdir}/kded_kolorserver.so
+%{_kde4_servicesdir}/kded/kolorserver.desktop
 
 %changelog

++ kolor-manager-691cd53c.tar.bz2 -> kolor-manager-f0dd682.tar.bz2 ++
 5308 lines of diff (skipped)

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



commit libdmtx for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package libdmtx for openSUSE:Factory checked 
in at 2012-11-21 17:02:08

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


Package is "libdmtx", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libdmtx/libdmtx.changes  2012-01-19 
09:42:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdmtx.new/libdmtx.changes 2012-11-21 
17:02:09.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 12:36:01 UTC 2012 - cgiboude...@gmx.com
+
+- Fix the SLES build (%make_install not expanded)
+- Fix a couple rpmlint warnings
+
+---



Other differences:
--
++ libdmtx.spec ++
--- /var/tmp/diff_new_pack.eyu4WV/_old  2012-11-21 17:02:10.0 +0100
+++ /var/tmp/diff_new_pack.eyu4WV/_new  2012-11-21 17:02:10.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libdmtx
 Version:0.7.4
 Release:0
@@ -22,10 +23,11 @@
 License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
 Url:http://www.libdmtx.org
-#Source: 
http://sourceforge.net/projects/libdmtx/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download
+#Source:http://sourceforge.net/projects/libdmtx/files/
 Source: %{name}-%{version}.tar.bz2
 Patch0: libdmtx-0.7.4.diff
 BuildRequires:  ImageMagick-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,7 +65,8 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install
+
 rm -f %{buildroot}%{_libdir}/*.la
 
 %post -n libdmtx0 -p /sbin/ldconfig

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



commit jfsutils for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package jfsutils for openSUSE:Factory 
checked in at 2012-11-21 17:01:48

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


Package is "jfsutils", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/jfsutils/jfsutils.changes2012-06-05 
15:31:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.jfsutils.new/jfsutils.changes   2012-11-21 
17:01:49.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 16 19:22:02 UTC 2012 - a...@suse.de
+
+- Fix missing include (patch jfs-headers.patch).
+
+---

New:

  jfs-headers.patch



Other differences:
--
++ jfsutils.spec ++
--- /var/tmp/diff_new_pack.sXbqhe/_old  2012-11-21 17:01:51.0 +0100
+++ /var/tmp/diff_new_pack.sXbqhe/_new  2012-11-21 17:01:51.0 +0100
@@ -31,6 +31,7 @@
 Source3:jfslog.pdf
 Source4:jfsroot.html
 Source5:jfs.txt
+Patch1: jfs-headers.patch
 Provides:   jfsprogs
 %if 0%{?suse_version} > 1010
 Supplements:filesystem(jfs)
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 sed -i -e 's@^\./"@\." @' fsck/jfs_fsck.8 \

++ jfs-headers.patch ++
Index: jfsutils-1.1.15/libfs/devices.h
===
--- jfsutils-1.1.15.orig/libfs/devices.h
+++ jfsutils-1.1.15/libfs/devices.h
@@ -42,6 +42,7 @@
 
 struct stat;
 
+#include 
 int ujfs_get_dev_size(FILE *, int64_t * size);
 int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t);
 int ujfs_flush_dev(FILE *);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iodbc for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2012-11-21 17:01:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes  2012-09-06 
08:47:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2012-11-21 
17:01:42.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 20 22:06:43 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 3.52.8
+* Fixed issue with using buffer after free
+* Fixed use ssize_t where appropriate
+* Fixed issue with strlen if param can be NULL
+* Fixed use ssize_t for length of string
+* Fixed tracing SQLGetData using multiple chunks
+* Fixed problem tracing on big-endian machines
+* Fixed wrong type label
+* Fixed compiler warnings
+
+---

Old:

  libiodbc-3.52.7.tar.bz2

New:

  libiodbc-3.52.8.tar.bz2



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.V1s3IB/_old  2012-11-21 17:01:44.0 +0100
+++ /var/tmp/diff_new_pack.V1s3IB/_new  2012-11-21 17:01:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iodbc
-Version:3.52.7
+Version:3.52.8
 Release:0
 Summary:ODBC compliant driver manager
 License:LGPL-2.0 or BSD-3-Clause
@@ -42,7 +42,6 @@
 
 %package -n libiodbc-devel
 Summary:Include Files and Libraries mandatory for Development
-License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 %if 0%{?suse_version} > 1110
@@ -57,7 +56,6 @@
 
 %package -n libiodbc3
 Summary:Libraries needed to run iODBC
-License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
 %description -n libiodbc3
@@ -70,7 +68,6 @@
 
 %package admin
 Summary:Administration tools for iODBC
-License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
 %description admin
@@ -83,7 +80,7 @@
 
 %prep
 %setup -q -n libiodbc-%{version}
-%patch1
+%patch1 -p1
 %patch2
 
 %build

++ fix-nonvoid-return.diff ++
--- /var/tmp/diff_new_pack.V1s3IB/_old  2012-11-21 17:01:44.0 +0100
+++ /var/tmp/diff_new_pack.V1s3IB/_new  2012-11-21 17:01:44.0 +0100
@@ -1,6 +1,8 @@
 iodbcadm/gtk/confirm.c.sav 2007-02-02 12:58:14.0 +0100
-+++ iodbcadm/gtk/confirm.c 2009-05-07 12:02:03.0 +0200
-@@ -269,4 +269,5 @@ create_confirmw (HWND hwnd, LPCWSTR dsn,
+diff --git a/iodbcadm/gtk/confirm.c b/iodbcadm/gtk/confirm.c
+index 35b4394..5f26b8f 100644
+--- a/iodbcadm/gtk/confirm.c
 b/iodbcadm/gtk/confirm.c
+@@ -266,4 +266,5 @@ create_confirmw (HWND hwnd, LPCWSTR dsn, LPCWSTR text)
  free(_dsn);
if (_text)
  free(_text);

++ libiodbc-3.52.7.tar.bz2 -> libiodbc-3.52.8.tar.bz2 ++
 180904 lines of diff (skipped)

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



commit icecast for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package icecast for openSUSE:Factory checked 
in at 2012-11-21 17:01:12

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


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

Changes:

--- /work/SRC/openSUSE:Factory/icecast/icecast.changes  2012-03-07 
13:42:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes 2012-11-21 
17:01:14.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 19:26:04 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---



Other differences:
--
++ icecast.spec ++
--- /var/tmp/diff_new_pack.wbq1t3/_old  2012-11-21 17:01:15.0 +0100
+++ /var/tmp/diff_new_pack.wbq1t3/_new  2012-11-21 17:01:15.0 +0100
@@ -73,7 +73,7 @@
 
 %pre
 /usr/sbin/groupadd   -r %{name} &>/dev/null || :
-/usr/sbin/useradd -o -g %{name} -s /bin/false -r -c "Icecast streaming server" 
-d %{_localstatedir}/lib/%{name} %{name} &>/dev/null || :
+/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Icecast streaming server" -d 
%{_localstatedir}/lib/%{name} %{name} &>/dev/null || :
 
 %post
 %fillup_and_insserv %{name}

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



commit hxtools for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

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

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


Package is "hxtools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/hxtools/hxtools.changes  2012-11-02 
16:14:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.hxtools.new/hxtools.changes 2012-11-21 
17:01:08.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 23:21:09 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 20121121
+* profile: have hxpref_cd relay complaints if HOME is unset
+* new screenfonts A1.fnt, B1.fnt with unimap cp437AB.uni
+* vfontas: add -G option for 8x16->9x16 conversion
+* gpsh: support index exclusion
+
+---

Old:

  hxtools-20120802.tar.xz
  hxtools-20120802.tar.xz.asc

New:

  hxtools-20121121.tar.xz
  hxtools-20121121.tar.xz.asc



Other differences:
--
++ hxtools.spec ++
--- /var/tmp/diff_new_pack.E4gELQ/_old  2012-11-21 17:01:09.0 +0100
+++ /var/tmp/diff_new_pack.E4gELQ/_new  2012-11-21 17:01:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   hxtools
-Version:20120802
+Version:20121121
 Release:0
 Url:http://inai.de/projects/hxtools/
 Summary:Collection of day-to-day tools (binaries)
@@ -195,11 +195,7 @@
 %endif
 
 %build
-%configure \
-   --datadir=%_datadir/%name \
-   --with-keymapdir=%_datadir/kbd/keymaps \
-   --with-vgafontdir=%_datadir/kbd/consolefonts \
-   --with-x11fontdir=%_datadir/fonts
+%configure
 make %{?_smp_mflags};
 
 %install

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



commit hdf5 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2012-11-21 17:00:51

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


Package is "hdf5", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2012-11-06 
16:04:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2012-11-21 
17:01:02.0 +0100
@@ -1,0 +2,14 @@
+Sun Nov 18 12:31:34 UTC 2012 - sweet_...@gmx.de
+
+- Update to 1.8.10, changes documented here:
+  http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
+- remove hdf5-ph5diff.patch (fixed by upstream)
+- add hdf5-fix_printf.patch
+
+---
+Fri Nov 16 16:23:18 UTC 2012 - sweet_...@gmx.de
+
+- cosmetics, enable parallel build for suse only
+- fix build for old findutils
+
+---

Old:

  hdf5-1.8.9-tests-arm.patch
  hdf5-1.8.9.tar.bz2
  hdf5-ph5diff.patch

New:

  hdf5-1.8.10-tests-arm.patch
  hdf5-1.8.10.tar.bz2
  hdf5-fix_printf.patch



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.DMnNb8/_old  2012-11-21 17:01:04.0 +0100
+++ /var/tmp/diff_new_pack.DMnNb8/_new  2012-11-21 17:01:04.0 +0100
@@ -20,13 +20,17 @@
 %define libname libhdf5
 
 %if 0%{?sles_version}
-%define _mpi openmpi mvapich2
-%else
-%define _mpi openmpi
+%define _mvapich2 1
 %endif
+%if 0%{?suse_version}
+%define _openmpi 1
+%endif
+
+%define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
+
 
 Name:   hdf5
-Version:1.8.9
+Version:1.8.10
 Release:0
 Summary:A general purpose library and file format for storing 
scientific data
 License:BSD-3-Clause
@@ -35,10 +39,10 @@
 Source0:
http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-%{version}%{?snaprel}.tar.bz2
 Patch0: hdf5-LD_LIBRARY_PATH.patch
 Patch1: hdf5-non_void_return.patch
-# Fix typo bug in parallel h5diff (fixed in 1.9.x)
-Patch3: hdf5-ph5diff.patch
+# fix broken printf call, sent upstream
+Patch2: hdf5-fix_printf.patch
 %ifarch %arm
-Patch4: hdf5-1.8.9-tests-arm.patch
+Patch4: hdf5-1.8.10-tests-arm.patch
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -51,8 +55,10 @@
 %if 0%{?suse_version} >= 1110
 BuildRequires:  fdupes
 %endif
+%if 0%{?_openmpi}
 BuildRequires:  openmpi-devel
-%if 0%{?sles_version}
+%endif
+%if 0%{?_mvapich2}
 BuildRequires:  mvapich2-devel
 %endif
 
@@ -129,6 +135,7 @@
 Examples of HDF5 library use.
 
 
+%if 0%{?_openmpi}
 %package -n %{name}-openmpi
 Summary:A general purpose library and file format for storing 
scientific data
 Group:  Development/Libraries/Other
@@ -195,9 +202,9 @@
 scientific data.
 
 This package provides the static libraries.
+%endif
 
-
-%if 0%{?sles_version}
+%if 0%{?_mvapich2}
 %package -n %{name}-mvapich2
 Summary:A general purpose library and file format for storing 
scientific data
 Group:  Development/Libraries/Other
@@ -270,11 +277,12 @@
 %setup -q
 %patch0 -p1 -b .LD_LIBRARY_PATH
 %patch1 -p0 -b .non_void_return
-%patch3 -p1 -b .ph5diff
+%patch2 -p0 -b .fix_printf
 %ifarch %arm
 %patch4 -p0 -b .tests-arm
 %endif
 
+echo "prepare parallel builds: %_mpi"
 for build_dir in build %_mpi; do
 mkdir $build_dir
 ln -s ../configure $build_dir
@@ -337,7 +345,7 @@
make install DESTDIR="%buildroot" -C "$build_dir"
 done
 
-find "%buildroot/%_libdir" -type f -name "*.la" -delete
+find "%buildroot/%_libdir" -type f -name "*.la" | xargs rm -f
 find %{buildroot}%{_datadir}/hdf5_examples -type f \
  | grep -v ".sh$" | xargs chmod 644
 # delete examples from parallel builds
@@ -375,6 +383,7 @@
 
 %postun -n %{libname}_hl%{hdf5_libver} -p /sbin/ldconfig
 
+%if 0%{?_openmpi}
 %post -n %{libname}-%{hdf5_libver}-openmpi -p /sbin/ldconfig
 
 %postun -n %{libname}-%{hdf5_libver}-openmpi -p /sbin/ldconfig
@@ -382,8 +391,9 @@
 %post -n %{libname}_hl%{hdf5_libver}-openmpi -p /sbin/ldconfig
 
 %postun -n %{libname}_hl%{hdf5_libver}-openmpi -p /sbin/ldconfig
+%endif
 
-%if 0%{?sles_version}
+%if 0%{?_mvapich2}
 %post -n %{libname}-%{hdf5_libver}-mvapich2 -p /sbin/ldconfig
 
 %postun -n %{libname}-%{hdf5_libver}-mvapich2 -p /sbin/ldconfig
@@ -454,6 +464,7 @@
 %defattr(-,root,root)
 %{_datadir}/hdf5_examples
 
+%if 0%{?_openmpi}
 %files -n %{name}-openmpi
 %defattr(-,root,root)
 %doc COPYING MANIFEST README.txt release_docs/RELEASE.txt
@@ -508,8 +519,9 @@
 %files openmpi-devel-static
 %defattr(-,root,root)
 %{_libdir}/mpi/gcc/openmpi/%_lib/*.a
+%endif
 
-%if 0%{?sles

commit gsettings-desktop-schemas for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory checked in at 2012-11-21 16:58:17

Comparing /work/SRC/openSUSE:Factory/gsettings-desktop-schemas (Old)
 and  /work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new (New)


Package is "gsettings-desktop-schemas", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
  2012-10-03 07:25:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
 2012-11-21 16:58:18.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 12:15:59 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Updated translations.
+
+---

Old:

  gsettings-desktop-schemas-3.6.0.tar.xz

New:

  gsettings-desktop-schemas-3.6.1.tar.xz



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.6OLgTC/_old  2012-11-21 16:58:19.0 +0100
+++ /var/tmp/diff_new_pack.6OLgTC/_new  2012-11-21 16:58:19.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gsettings-desktop-schemas
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Shared GSettings Schemas for the Desktop
 License:LGPL-2.1+

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



commit grub2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2012-11-21 16:53:33

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


Package is "grub2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2012-11-20 
13:07:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2012-11-21 
16:53:34.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 16:14:50 UTC 2012 - arvidj...@gmail.com
+
+- update grub2-quote-messages-in-grub.cfg.patch to use upstream commit
+
+---



Other differences:
--

++ grub2-quote-messages-in-grub.cfg.patch ++
--- /var/tmp/diff_new_pack.TT6nKf/_old  2012-11-21 16:53:36.0 +0100
+++ /var/tmp/diff_new_pack.TT6nKf/_new  2012-11-21 16:53:36.0 +0100
@@ -9,94 +9,100 @@
 resulted in parser errors for languages that contained literal single
 quote in translations.
 
-Additionally fix grub_quote function; it had too many levels of quoting
-(fixed upstream).
+Upstream commit 4558
 
 Index: grub-2.00/util/grub.d/10_hurd.in
 ===
 --- grub-2.00.orig/util/grub.d/10_hurd.in
 +++ grub-2.00/util/grub.d/10_hurd.in
-@@ -109,7 +109,7 @@ EOF
+@@ -117,7 +117,7 @@ EOF
+   opts=
fi
+   sed "s/^/$submenu_indentation/" << EOF
+-  echo'$message'
++  echo'$(echo "$message" | grub_quote)'
+   multiboot   ${kernel} root=device:${GRUB_DEVICE#/dev/} $opts 
${GRUB_CMDLINE_GNUMACH}
+ EOF
  
-   prepare_grub_to_access_device "${GRUB_DEVICE_BOOT}" | sed -e "s/^/\t/"|sed 
"s/^/$submenu_indentation/"
--  message="$(gettext_printf "Loading GNU Mach ...")"
-+  message="$(gettext_printf "Loading GNU Mach ..." | grub_quote)"
- 
-   if [ x$type = xrecovery ] ; then
-   opts="-s"
-@@ -125,7 +125,7 @@ EOF
-   save_default_entry | sed -e "s/^/\t/"| sed "s/^/$submenu_indentation/"
+@@ -133,7 +133,7 @@ EOF
fi
-   prepare_grub_to_access_device "${GRUB_DEVICE}" | sed -e "s/^/\t/"| sed 
"s/^/$submenu_indentation/"
--  message="$(gettext_printf "Loading the Hurd ...")"
-+  message="$(gettext_printf "Loading the Hurd ..." | grub_quote)"
-   if [ x$type = xrecovery ] ; then
-   opts=
-   else
+ 
+   sed "s/^/$submenu_indentation/" << EOF
+-  echo'$message'
++  echo'$(echo "$message" | grub_quote)'
+   module  /hurd/${hurd_fs}.static ${hurd_fs} $opts \\
+   --multiboot-command-line='\${kernel-command-line}' \\
+   --host-priv-port='\${host-port}' \\
 Index: grub-2.00/util/grub.d/10_kfreebsd.in
 ===
 --- grub-2.00.orig/util/grub.d/10_kfreebsd.in
 +++ grub-2.00/util/grub.d/10_kfreebsd.in
-@@ -98,7 +98,7 @@ kfreebsd_entry ()
-   fi
- 
+@@ -100,7 +100,7 @@ kfreebsd_entry ()
printf '%s\n' "${prepare_boot_cache}" | sed "s/^/$submenu_indentation/"
--  message="$(gettext_printf "Loading kernel of FreeBSD %s ..." ${version})"
-+  message="$(gettext_printf "Loading kernel of FreeBSD %s ..." ${version} | 
grub_quote)"
+   message="$(gettext_printf "Loading kernel of FreeBSD %s ..." ${version})"
sed "s/^/$submenu_indentation/" << EOF
-   echo'$message'
+-  echo'$message'
++  echo'$(echo "$message" | grub_quote)'
kfreebsd${rel_dirname}/${basename} ${args}
+ EOF
+ 
 Index: grub-2.00/util/grub.d/10_linux.in
 ===
 --- grub-2.00.orig/util/grub.d/10_linux.in
 +++ grub-2.00/util/grub.d/10_linux.in
-@@ -132,14 +132,14 @@ linux_entry ()
- fi
- printf '%s\n' "${prepare_boot_cache}" | sed "s/^/$submenu_indentation/"
+@@ -134,14 +134,14 @@ linux_entry ()
fi
--  message="$(gettext_printf "Loading Linux %s ..." ${version})"
-+  message="$(gettext_printf "Loading Linux %s ..." ${version} | grub_quote)"
+   message="$(gettext_printf "Loading Linux %s ..." ${version})"
sed "s/^/$submenu_indentation/" << EOF
-   echo'$message'
+-  echo'$message'
++  echo'$(echo "$message" | grub_quote)'
linux   ${rel_dirname}/${basename} 
root=${linux_root_device_thisversion} ${args}
  EOF
if test -n "${initrd}" ; then
  # TRANSLATORS: ramdisk isn't identifier. Should be translated.
--message="$(gettext_printf "Loading initial ramdisk ...")"
-+message="$(gettext_printf "Loading initial ramdisk ..." | grub_quote)"
+ message="$(gettext_printf "Loading initial ramdisk ...")"
  sed "s/^/$submenu_indentation/" << EOF
-  

commit grilo-plugins for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2012-11-21 16:47:45

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


Package is "grilo-plugins", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes  
2012-10-19 13:28:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2012-11-21 16:47:48.0 +0100
@@ -1,0 +2,17 @@
+Mon Nov 12 13:11:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.3:
+  + General:
+- Remove "default" get_caps implemetations (bgo#673491).
+- Sources report the type of medias they support.
+  + DMAP plugin: Fixed typo in GObject macro.
+  + Flickr plugin: Handle only photos.
+  + Metadata Store plugin:
+- Updates don't work properly (bgo#686282).
+- Add support for GRL_METADATA_KEY_FAVOURITE (bgo#686288).
+  + TMDb plugin: several fixes.
+  + UPnP plugin: Link it to libgssdp.
+  + YouTube plugin: Added "format" parameter.
+- Add pkgconfig(gssdp-1.0) BuildRequires: new dependency.  
+
+---

Old:

  grilo-plugins-0.2.2.tar.xz

New:

  grilo-plugins-0.2.3.tar.xz



Other differences:
--
++ grilo-plugins.spec ++
--- /var/tmp/diff_new_pack.fJzDkZ/_old  2012-11-21 16:47:49.0 +0100
+++ /var/tmp/diff_new_pack.fJzDkZ/_new  2012-11-21 16:47:49.0 +0100
@@ -19,7 +19,7 @@
 %define plugin_dir %(pkg-config --variable plugindir grilo-0.2)
 
 Name:   grilo-plugins
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Media discovering and browsing framework -- Media and Metadata 
Plugins
 License:LGPL-2.1+
@@ -32,8 +32,9 @@
 BuildRequires:  pkgconfig(gmime-2.6)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(grilo-0.2)
+BuildRequires:  pkgconfig(grilo-0.2) >= 0.2.3
 BuildRequires:  pkgconfig(grilo-net-0.2) >= 0.2.2
+BuildRequires:  pkgconfig(gssdp-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gupnp-1.0)
 BuildRequires:  pkgconfig(gupnp-av-1.0)

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



commit grilo for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2012-11-21 16:47:00

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


Package is "grilo", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/grilo/grilo.changes  2012-10-19 
13:28:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2012-11-21 
16:47:02.0 +0100
@@ -1,0 +2,26 @@
+Mon Nov 12 12:55:01 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.3:
+  + Added TMDb plugin in the Test UI program.
+  + grl_source_resolve() can be invoked with sources that do not
+implement it
+  + grl_source_store_metadata() can be invoked with sources that do
+not implement it
+  + Added support for mocking network answers, for testing purpose
+  + Added support for capturing network content, for testing
+purpose
+  + Improved (de)serialization: support all metadata key types and
+multi-valued elements
+  + Added new keys: GRL_METADATA_KEY_FAVOURITE,
+GRL_METADATA_KEY_REGION, GRL_METADATA_KEY_KEYWORD,
+GRL_METADATA_KEY_PERFORMER, GRL_METADATA_KEY_PRODUCER,
+GRL_METADATA_KEY_DIRECTOR and GRL_METADATA_KEY_ORIGINAL_TITLE
+  + Sources can expose the type of media they can handle
+  + Improved documentation
+  + Bugs fixed: bgo#679686, bgo#685274, bgo#685861, bgo#685967,
+bgo#686032, bgo#686033, bgo#686206, bgo#686271, bgo#687104.
+- Drop grilo-linking.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
+  we no longer carry any patches.
+
+---

Old:

  grilo-0.2.2.tar.xz
  grilo-linking.patch

New:

  grilo-0.2.3.tar.xz



Other differences:
--
++ grilo.spec ++
--- /var/tmp/diff_new_pack.LScBEQ/_old  2012-11-21 16:47:03.0 +0100
+++ /var/tmp/diff_new_pack.LScBEQ/_new  2012-11-21 16:47:03.0 +0100
@@ -17,18 +17,14 @@
 
 
 Name:   grilo
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Framework for browsing and searching media content
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:https://live.gnome.org/Grilo
 Source: 
http://download.gnome.org/sources/grilo/0.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM grilo-linking.patch bgo#686271 dims...@opensuse.org -- 
Fix linker references for GrlNet.gir. Fixes build on arm
-Patch0: grilo-linking.patch
 BuildRequires:  fdupes
-# Needed by patch0
-BuildRequires:  gnome-common
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -112,11 +108,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# Needed by patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure \
--disable-static \
--disable-tests \

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



commit gpa for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gpa for openSUSE:Factory checked in 
at 2012-11-21 16:46:34

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


Package is "gpa", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gpa/gpa.changes  2012-01-05 19:12:29.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gpa.new/gpa.changes 2012-11-21 
16:46:37.0 +0100
@@ -1,0 +2,31 @@
+Tue Nov 20 20:04:53 UTC 2012 - andreas.stie...@gmx.de
+
+- Update to version 0.9.3:
+  + Allow searching in the keylist.
+  + Collected bug fixes.
+- Changes from version 0.9.2:
+  + Adjust server mode to modern Libassuan.
+  + Add options --gpg-binary, --gpgsm-binary and --debug-edit-fsm.
+  + Properly process CMS data in the clipboard and with the
+server's VERIFY_FILES and DECRYPT_FILES commands.
+  + Minor code cleanups.
+- Changes from version 0.9.1:
+  + The key selection dialogs for encryption and signing do not
+anymore list expired, revoked or otherwise invalid keys.
+  + If no recipients are given to the server, a generic key
+selection dialog is now used.
+  + Now works with Libassuan 2.x.
+  + The card manager now displays the ATR for an unknown card.
+- Drop gpa-assuan2.patch: fixed upstream
+- Remove gpa.desktop source file, it's included in the tarball and
+  correctly installed.
+- Drop automake BuildRequires and autoreconf call: no longer
+  needed, as we don't carry patches touching the build system.
+- No longer rename zh_TW.Big5 to zh_TW: fixed upstream.
+- Remove unsupported configure parameters --enable-shared and
+  --enable-static-rnd=linux
+- The hack to first "make gpadefs.h" is no longer needed.
+- Package manpage.
+- Drop conditions for obsoleted openSUSE versions (1130).
+
+---

Old:

  gpa-0.9.0.tar.bz2
  gpa-assuan2.patch
  gpa.desktop

New:

  gpa-0.9.3.tar.bz2



Other differences:
--
++ gpa.spec ++
--- /var/tmp/diff_new_pack.SM6SMR/_old  2012-11-21 16:46:40.0 +0100
+++ /var/tmp/diff_new_pack.SM6SMR/_new  2012-11-21 16:46:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpa
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,17 @@
 
 
 Name:   gpa
-Version:0.9.0
+Version:0.9.3
 Release:0
 Summary:GNU Privacy Assistant
 License:GPL-3.0
 Group:  Productivity/Security
 Url:http://www.gnupg.org/related_software/gpa/index.html
 Source: gpa-%{version}.tar.bz2
-Source1:gpa.desktop
-# PATCH-FIX-UPSTREAM gpa-assuan2.patch -- Taken from upstream
-Patch0: gpa-assuan2.patch
-BuildRequires:  automake
 BuildRequires:  gnupg
 BuildRequires:  gpgme-devel >= 1.2.0
 BuildRequires:  gtk2-devel >= 2.10.0
-BuildRequires:  libassuan-devel >= 1.0.4
+BuildRequires:  libassuan-devel >= 1.1.0
 BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,23 +40,14 @@
 %lang_package
 %prep
 %setup -q
-%if 0%{?suse_version} > 1120
-%patch0 -p0
-%endif
 
 %build
-autoreconf -fi
 %configure \
---enable-shared \
---with-gnu-ld \
---enable-static-rnd=linux \
-make gpadefs.h #without this hack, 0.9.0 doesn't build in chroot
-make
+--with-gnu-ld 
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall
-mv $RPM_BUILD_ROOT/usr/share/locale/zh_TW.Big5 \
-   $RPM_BUILD_ROOT/usr/share/locale/zh_TW
 %suse_update_desktop_file -i %name Security
 %find_lang %{name} %{?no_lang_C}
 
@@ -70,24 +57,19 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if 0%{?suse_version} > 1130
-
 %post
 %desktop_database_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-,root,root)
-%doc NEWS COPYING TODO THANKS AUTHORS
+%doc NEWS COPYING TODO THANKS AUTHORS ChangeLog ChangeLog-2011
+%doc %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_bindir}/gpa
-%{_datadir}/gpa
 %{_datadir}/applications/%name.desktop
+%{_datadir}/gpa/
 %{_datadir}/pixmaps/gpa.png
 
 %files lang -f %{name}.lang

++ gpa-0.9.0.tar.bz2 -> gpa-0.9.3.tar.bz2 ++
 73618 lines of diff (skipped)

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



commit gnome-user-docs for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2012-11-21 16:46:18

Comparing /work/SRC/openSUSE:Factory/gnome-user-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-user-docs.new (New)


Package is "gnome-user-docs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2012-10-19 10:08:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes 
2012-11-21 16:46:20.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 13 07:47:56 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Various updates to the docs.
+  + Updated translations.
+
+---

Old:

  gnome-user-docs-3.6.1.tar.xz

New:

  gnome-user-docs-3.6.2.tar.xz



Other differences:
--
++ gnome-user-docs.spec ++
--- /var/tmp/diff_new_pack.7WZLky/_old  2012-11-21 16:46:22.0 +0100
+++ /var/tmp/diff_new_pack.7WZLky/_new  2012-11-21 16:46:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-user-docs
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:GNOME Desktop Documentation
 License:GFDL-1.1

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



commit gnome-themes-standard for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-11-21 16:45:37

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-10-19 12:34:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-11-21 16:45:39.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 13 07:47:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Add assets for insensitive radio/check states for the GTK2
+theme.
+  + Fix active spinner when no animations are in use.
+  + Fix gray menu separators under some circumstances.
+  + Fix the build on non-X11 environments.
+  + Fix uneven padding on the notebook tab close button.
+  + Fix minor glitch with borders of tiled WM decorations.
+- Replace pkgconfig(gdk-x11-2.0) BuildRequires with
+  pkgconfig(gdk-2.0), following upstream.
+
+---

Old:

  gnome-themes-standard-3.6.1.tar.xz

New:

  gnome-themes-standard-3.6.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.DSYAdK/_old  2012-11-21 16:45:40.0 +0100
+++ /var/tmp/diff_new_pack.DSYAdK/_new  2012-11-21 16:45:40.0 +0100
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.6.1
+Version:3.6.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.6/%{name}-%{version}.tar.xz
@@ -29,9 +29,9 @@
 # Needed to convert svg to gresource
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gdk-x11-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.17

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



commit gnome-system-log for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-log for 
openSUSE:Factory checked in at 2012-11-21 16:42:07

Comparing /work/SRC/openSUSE:Factory/gnome-system-log (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-system-log.new (New)


Package is "gnome-system-log", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-system-log/gnome-system-log.changes
2012-10-03 18:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-system-log.new/gnome-system-log.changes   
2012-11-21 16:42:08.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 13 07:47:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Use F10 keybinding to activate the gear menu.
+  + Add accelerator labels for actions in the gear menu.
+  + Fix missing help screenshot.
+  + Updated translations.
+
+---

Old:

  gnome-system-log-3.6.0.tar.xz

New:

  gnome-system-log-3.6.1.tar.xz



Other differences:
--
++ gnome-system-log.spec ++
--- /var/tmp/diff_new_pack.b3k6rD/_old  2012-11-21 16:42:10.0 +0100
+++ /var/tmp/diff_new_pack.b3k6rD/_new  2012-11-21 16:42:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-system-log
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Utility to view your system logs
 License:GPL-2.0+

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



commit gnome-screenshot for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-screenshot for 
openSUSE:Factory checked in at 2012-11-21 16:41:32

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


Package is "gnome-screenshot", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screenshot/gnome-screenshot.changes
2012-10-04 18:40:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-screenshot.new/gnome-screenshot.changes   
2012-11-21 16:41:35.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 07:47:35 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Updated translations.
+
+---

Old:

  gnome-screenshot-3.6.0.tar.xz

New:

  gnome-screenshot-3.6.1.tar.xz



Other differences:
--
++ gnome-screenshot.spec ++
--- /var/tmp/diff_new_pack.NuIsls/_old  2012-11-21 16:41:36.0 +0100
+++ /var/tmp/diff_new_pack.NuIsls/_new  2012-11-21 16:41:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-screenshot
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Utility to take pictures of your screen
 License:GPL-2.0+







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



commit gnome-panel for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-panel for openSUSE:Factory 
checked in at 2012-11-21 16:41:11

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-panel/gnome-panel.changes  2012-10-04 
18:39:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-panel.new/gnome-panel.changes 
2012-11-21 16:41:13.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 12 21:35:35 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Panel:
+- Avoid double forking when launching apps to not break
+  "pkexec".
+- Fix using a variable after it was freed.
+  + Clock Applet:
+- Open calendar application in correct month.
+  + Updated translations.
+
+---

Old:

  gnome-panel-3.6.0.tar.xz

New:

  gnome-panel-3.6.2.tar.xz



Other differences:
--
++ gnome-panel.spec ++
--- /var/tmp/diff_new_pack.v8iO9P/_old  2012-11-21 16:41:15.0 +0100
+++ /var/tmp/diff_new_pack.v8iO9P/_new  2012-11-21 16:41:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-panel
-Version:3.6.0
+Version:3.6.2
 Release:0
 # FIXME: gnome-main-menu not ported to new panel API, for this reason we do 
not Recommend gnome-main-menu.
 Summary:The GNOME Desktop Panel

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



commit gnome-packagekit for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2012-11-21 16:41:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2012-11-12 12:36:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2012-11-21 16:41:02.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 14 07:46:57 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Fix a segfault when distribution upgrades available
+(bgo#685579)
+  + Updated translations.
+
+---

Old:

  gnome-packagekit-3.6.0.tar.xz

New:

  gnome-packagekit-3.6.1.tar.xz



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.uG9TlL/_old  2012-11-21 16:41:03.0 +0100
+++ /var/tmp/diff_new_pack.uG9TlL/_new  2012-11-21 16:41:03.0 +0100
@@ -21,7 +21,7 @@
 %define with_systemd 1
 
 Name:   gnome-packagekit
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Applications for the PackageKit API
 License:GPL-2.0+

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



commit gnome-menus for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory 
checked in at 2012-11-21 16:36:53

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-menus/gnome-menus.changes  2012-10-03 
07:21:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-menus.new/gnome-menus.changes 
2012-11-21 16:36:54.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 14 07:46:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Updated translations.
+
+---

Old:

  gnome-menus-3.6.0.tar.xz

New:

  gnome-menus-3.6.1.tar.xz



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.29duhB/_old  2012-11-21 16:36:55.0 +0100
+++ /var/tmp/diff_new_pack.29duhB/_new  2012-11-21 16:36:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-menus
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:The GNOME Desktop Menu
 License:LGPL-2.1+

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



commit gnome-keyring for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2012-11-21 16:36:11

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes  
2012-10-19 10:16:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2012-11-21 16:36:14.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 13 12:46:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Accept XDG_DATA_HOME environment variable during initialization
+  + Handle empty secrets correctly.
+
+---

Old:

  gnome-keyring-3.6.1.tar.xz

New:

  gnome-keyring-3.6.2.tar.xz



Other differences:
--
++ gnome-keyring.spec ++
--- /var/tmp/diff_new_pack.xxFOZY/_old  2012-11-21 16:36:15.0 +0100
+++ /var/tmp/diff_new_pack.xxFOZY/_new  2012-11-21 16:36:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-keyring
-Version:3.6.1
+Version:3.6.2
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Keyring

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



commit gnome-icon-theme-symbolic for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme-symbolic for 
openSUSE:Factory checked in at 2012-11-21 16:31:35

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


Package is "gnome-icon-theme-symbolic", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic.changes
  2012-10-04 18:39:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-icon-theme-symbolic.new/gnome-icon-theme-symbolic.changes
 2012-11-21 16:31:36.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov 14 07:46:47 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Separate share and send to.
+  + Wireless hotspot.
+  + application-rss+xml.
+  + Remove success color from battery-full.
+
+---

Old:

  gnome-icon-theme-symbolic-3.6.0.tar.xz

New:

  gnome-icon-theme-symbolic-3.6.2.tar.xz



Other differences:
--
++ gnome-icon-theme-symbolic.spec ++
--- /var/tmp/diff_new_pack.e4Fj8A/_old  2012-11-21 16:31:38.0 +0100
+++ /var/tmp/diff_new_pack.e4Fj8A/_new  2012-11-21 16:31:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-icon-theme-symbolic
-Version:3.6.0
+Version:3.6.2
 Release:0
 # FIXME: when we have icon-naming-utils > 0.8.90, we will have 
icontool-render, so check if something has to be changed.
 Summary:Symbolic icon theme for GNOME

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



commit gnome-icon-theme-extras for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme-extras for 
openSUSE:Factory checked in at 2012-11-21 16:25:16

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


Package is "gnome-icon-theme-extras", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-icon-theme-extras/gnome-icon-theme-extras.changes
  2012-03-29 13:53:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-icon-theme-extras.new/gnome-icon-theme-extras.changes
 2012-11-21 16:25:18.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 14 07:46:42 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Increased contrast in 16x16 application-rss+xml.
+
+---

Old:

  gnome-icon-theme-extras-3.4.0.tar.xz

New:

  gnome-icon-theme-extras-3.6.2.tar.xz



Other differences:
--
++ gnome-icon-theme-extras.spec ++
--- /var/tmp/diff_new_pack.wjrLC5/_old  2012-11-21 16:25:19.0 +0100
+++ /var/tmp/diff_new_pack.wjrLC5/_new  2012-11-21 16:25:19.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-icon-theme-extras
-Version:3.4.0
+Version:3.6.2
 Release:0
 Summary:GNOME Icon Theme Extras
 License:CC-BY-SA-3.0
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/gnome-icon-theme-extras/3.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-icon-theme-extras/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-icon-theme
 BuildRequires:  hicolor-icon-theme

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



commit gnome-icon-theme for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme for 
openSUSE:Factory checked in at 2012-11-21 16:19:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-icon-theme/gnome-icon-theme.changes
2012-10-03 18:06:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-icon-theme.new/gnome-icon-theme.changes   
2012-11-21 16:19:30.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 14 07:46:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Updated translations.
+
+---

Old:

  gnome-icon-theme-3.6.0.tar.xz

New:

  gnome-icon-theme-3.6.2.tar.xz



Other differences:
--
++ gnome-icon-theme.spec ++
--- /var/tmp/diff_new_pack.HtU19h/_old  2012-11-21 16:19:32.0 +0100
+++ /var/tmp/diff_new_pack.HtU19h/_new  2012-11-21 16:19:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-icon-theme
-Version:3.6.0
+Version:3.6.2
 Release:0
 Summary:GNOME Icon Theme
 License:LGPL-3.0+ or CC-BY-SA-3.0

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



commit gnome-font-viewer for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-font-viewer for 
openSUSE:Factory checked in at 2012-11-21 16:16:39

Comparing /work/SRC/openSUSE:Factory/gnome-font-viewer (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-font-viewer.new (New)


Package is "gnome-font-viewer", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-font-viewer/gnome-font-viewer.changes  
2012-10-04 18:39:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-font-viewer.new/gnome-font-viewer.changes 
2012-11-21 16:16:41.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 13 07:47:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Fix application name showing in dialog title.
+  + Fix a possible crasher when updating the font list.
+  + Updated translations.
+
+---

Old:

  gnome-font-viewer-3.6.0.tar.xz

New:

  gnome-font-viewer-3.6.1.tar.xz



Other differences:
--
++ gnome-font-viewer.spec ++
--- /var/tmp/diff_new_pack.LDlJWl/_old  2012-11-21 16:16:42.0 +0100
+++ /var/tmp/diff_new_pack.LDlJWl/_new  2012-11-21 16:16:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-font-viewer
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:A font viewer utility for GNOME
 License:GPL-2.0+

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



commit gnome-documents for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2012-11-21 16:09:25

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


Package is "gnome-documents", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2012-10-19 12:32:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2012-11-21 16:09:26.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 13 07:47:26 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Don't flicker overview when launching a preview from the search
+provider.
+  + Don't start GOA miners for account types we don't have.
+  + Add keyboard accelerators for help, print and the gear menu.
+
+---

Old:

  gnome-documents-3.6.1.tar.xz

New:

  gnome-documents-3.6.2.tar.xz



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.7ZRfcA/_old  2012-11-21 16:09:27.0 +0100
+++ /var/tmp/diff_new_pack.7ZRfcA/_new  2012-11-21 16:09:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-documents
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Document Manager for GNOME
 License:GPL-2.0+

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



commit gnome-devel-docs for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-devel-docs for 
openSUSE:Factory checked in at 2012-11-21 16:04:39

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


Package is "gnome-devel-docs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs.changes
2012-10-19 10:04:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs.changes   
2012-11-21 16:04:41.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 12 21:36:21 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Fixed typos.
+  + Updated translations.
+
+---

Old:

  gnome-devel-docs-3.6.1.tar.xz

New:

  gnome-devel-docs-3.6.2.tar.xz



Other differences:
--
++ gnome-devel-docs.spec ++
--- /var/tmp/diff_new_pack.BYTcr7/_old  2012-11-21 16:04:43.0 +0100
+++ /var/tmp/diff_new_pack.BYTcr7/_new  2012-11-21 16:04:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-devel-docs
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:GNOME Platform Documentation
 License:GFDL-1.1

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



commit gnome-desktop for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2012-11-21 16:00:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes  
2012-10-19 12:32:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2012-11-21 16:00:07.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 13 10:04:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + gnome-rr: Fall back to XFree86_DDC_EDID1_RAWDATA.
+  + Updated translations.
+
+---

Old:

  gnome-desktop-3.6.1.tar.xz

New:

  gnome-desktop-3.6.2.tar.xz



Other differences:
--
++ gnome-desktop.spec ++
--- /var/tmp/diff_new_pack.eaJjrE/_old  2012-11-21 16:00:08.0 +0100
+++ /var/tmp/diff_new_pack.eaJjrE/_new  2012-11-21 16:00:08.0 +0100
@@ -19,7 +19,7 @@
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:   gnome-desktop
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:The GNOME Desktop API Library
 License:LGPL-2.1+

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



commit gnome-contacts for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2012-11-21 15:54:35

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


Package is "gnome-contacts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2012-10-17 07:13:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes   
2012-11-21 15:54:37.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 12 13:51:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Keyboard shortcuts for new and help.
+  + Add keywords to desktop file for better searching.
+  + Updated translations.
+
+---

Old:

  gnome-contacts-3.6.1.tar.xz

New:

  gnome-contacts-3.6.2.tar.xz



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.1nF4ow/_old  2012-11-21 15:54:38.0 +0100
+++ /var/tmp/diff_new_pack.1nF4ow/_new  2012-11-21 15:54:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-contacts
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Contacts Manager for GNOME
 License:GPL-2.0+

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



commit gedit for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-11-21 15:53:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-10-19 
12:31:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-11-21 
15:53:58.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 13 10:07:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Misc bugfixes.
+  + Updated translations.
+- Remove the hack in %setup to fixup the .desktop file: fixed 
+  upstream.
+
+---

Old:

  gedit-3.6.1.tar.xz

New:

  gedit-3.6.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.k2bDXN/_old  2012-11-21 15:54:01.0 +0100
+++ /var/tmp/diff_new_pack.k2bDXN/_new  2012-11-21 15:54:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gedit
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.15
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.1.0
@@ -87,10 +87,6 @@
 %setup -q
 translation-update-upstream
 %patch0 -p0
-# Fix the _keywords line: it must end with a trailing semicolon.
-# Build fails when upstream fixes this (bgo#686250).
-test ! $(grep  "_Keywords=.*;" data/gedit.desktop.in.in)
-sed -i "s:_Keywords=Text:_Keywords=Text;:" data/gedit.desktop.in.in
 
 %build
 %configure \

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



commit gdl for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gdl for openSUSE:Factory checked in 
at 2012-11-21 15:40:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gdl/gdl.changes  2012-10-03 10:25:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdl.new/gdl.changes 2012-11-21 
15:40:39.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 12 12:50:30 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Generate error at compile time when using deprecated member
+(bgo#686702).
+  + Updated translations.
+
+---

Old:

  gdl-3.6.0.tar.xz

New:

  gdl-3.6.2.tar.xz



Other differences:
--
++ gdl.spec ++
--- /var/tmp/diff_new_pack.zYLuCk/_old  2012-11-21 15:40:40.0 +0100
+++ /var/tmp/diff_new_pack.zYLuCk/_new  2012-11-21 15:40:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gdl
-Version:3.6.0
+Version:3.6.2
 Release:0
 Summary:Gnome Devtool Libraries
 License:LGPL-2.1+

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



commit gcr for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gcr for openSUSE:Factory checked in 
at 2012-11-21 15:39:24

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


Package is "gcr", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gcr/gcr.changes  2012-10-19 09:43:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gcr.new/gcr.changes 2012-11-21 
15:39:25.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 12:07:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Updated translations.
+
+---

Old:

  gcr-3.6.1.tar.xz

New:

  gcr-3.6.2.tar.xz



Other differences:
--
++ gcr.spec ++
--- /var/tmp/diff_new_pack.XDUoXX/_old  2012-11-21 15:39:26.0 +0100
+++ /var/tmp/diff_new_pack.XDUoXX/_new  2012-11-21 15:39:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gcr
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Library for Crypto UI related task
 License:LGPL-2.1+

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



commit gcalctool for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gcalctool for openSUSE:Factory 
checked in at 2012-11-21 15:28:58

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gcalctool/gcalctool.changes  2012-10-19 
09:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcalctool.new/gcalctool.changes 2012-11-21 
15:29:02.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 07:47:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 6.6.2:
+  + Updated translations.
+
+---

Old:

  gcalctool-6.6.1.tar.xz

New:

  gcalctool-6.6.2.tar.xz



Other differences:
--
++ gcalctool.spec ++
--- /var/tmp/diff_new_pack.elGrMk/_old  2012-11-21 15:29:03.0 +0100
+++ /var/tmp/diff_new_pack.elGrMk/_new  2012-11-21 15:29:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gcalctool
-Version:6.6.1
+Version:6.6.2
 Release:0
 Summary:A GNOME Calculator Application
 License:GPL-2.0+

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



commit file-roller for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2012-11-21 15:20:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2012-10-19 
08:45:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2012-11-21 15:20:31.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 12 21:22:10 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Fails when tryings create zip files if is in "maximum"
+compression level (bgo#686655).
+  + Updated translations.
+- Add file-devel BuildRequires: it is what actually provides
+  magic.h / libmagic devel files.
+- Change --disable-magic configure parameter to --enable-magic in
+  order to ensure libmagic is being found.
+
+---

Old:

  file-roller-3.6.1.1.tar.xz

New:

  file-roller-3.6.2.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.Jd7h0w/_old  2012-11-21 15:20:33.0 +0100
+++ /var/tmp/diff_new_pack.Jd7h0w/_new  2012-11-21 15:20:33.0 +0100
@@ -17,9 +17,8 @@
 
 
 Name:   file-roller
-Version:3.6.1.1
+Version:3.6.2
 Release:0
-# FIXME: Enable libmagic support.
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
@@ -32,6 +31,7 @@
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
+BuildRequires:  file-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -105,7 +105,7 @@
 %build
 %configure\
 --disable-scrollkeeper \
---disable-magic
+--enable-magic
 make %{?_smp_mflags} V=1
 
 %install

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



commit evolution-ews for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-11-21 15:13:52

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


Package is "evolution-ews", Maintainer is "projectnov-s...@epam.com"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-10-04 18:38:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-11-21 15:13:55.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 13 12:03:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Allow changing permissions of a Calendar folder.
+  + Fix XML parsing failure during Free/Busy fetching.
+  + Bugs fixed: bgo#681665, bgo#686024, bgo#686227, bgo#686228,
+bgo#686268, bgo#687228.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.6.0.tar.xz

New:

  evolution-ews-3.6.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.gazCDv/_old  2012-11-21 15:13:57.0 +0100
+++ /var/tmp/diff_new_pack.gazCDv/_new  2012-11-21 15:13:57.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.6
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

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



commit evolution-data-server for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2012-11-21 15:12:35

Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)


Package is "evolution-data-server", Maintainer is "projectnov-s...@epam.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2012-10-22 21:45:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2012-11-21 15:12:49.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 13 10:55:56 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + EAuthenticationSession: Close prompt before storing password.
+  + IMAPX error handling improvements.
+  + Bugs fixed: bgo#640594, bgo#641825, bgo#669082, bgo#678400,
+bgo#680497, bgo#681962, bgo#684655, bgo#685034, bgo#685090,
+bgo#686719, bgo#686727, bgo#686924, bgo#687100, bgo#687642,
+bgo#687694, bgo#687776.
+  + Updated translations.
+
+---

Old:

  evolution-data-server-3.6.1.tar.xz

New:

  evolution-data-server-3.6.2.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.mXlpNQ/_old  2012-11-21 15:12:50.0 +0100
+++ /var/tmp/diff_new_pack.mXlpNQ/_new  2012-11-21 15:12:50.0 +0100
@@ -32,7 +32,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.6
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+

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



commit evolution for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2012-11-21 15:11:54

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


Package is "evolution", Maintainer is "projectnov-s...@epam.com"

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2012-10-22 
21:45:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2012-11-21 
15:11:57.0 +0100
@@ -1,0 +2,28 @@
+Tue Nov 13 11:04:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + evolution.convert: Remove leftover "force-message-limit" entry.
+  + Remove "Disable Account" menu item for GOA-based accounts.
+  + Fixed squished labels on Identity page of Account Assistant.
+  + EMailConfigAssistant: Make revising auto-configuration easier.
+  + Preferences and contact editor too large for small screens
+(bgo#267787, bgo#317153)
+  + Bugs fixed: bgo#310978, bgo#317153, bgo#588959, bgo#627244,
+bgo#663844, bgo#663844, bgo#680497, bgo#685262, bgo#685786,
+bgo#686278, bgo#686325, bgo#686785, bgo#686813, bgo#687010,
+bgo#687060, bgo#687137, bgo#687155, bgo#687400, bgo#687442,
+bgo#688084.
+  + Updated translations.
+
+---
+Sat Oct 27 14:46:49 UTC 2012 - dims...@opensuse.org
+
+- Remove traces of USE_EVOLDAP defines: evoldap-client2 has been
+  disabled in 2009 and has since not been maintained. Re-enabling
+  won't be a good idea.
+- Drop evolution-custom-openldap-includes.patch: This patch was
+  only used to accomodate to find a non-system ldap library.
+- Drop bnc-210959-evo-accept-ics.patch: the evolution backend is
+  unmaintained and as such this patch no longer makes sense.
+
+---

Old:

  bnc-210959-evo-accept-ics.patch
  evolution-3.6.1.tar.xz
  evolution-custom-openldap-includes.patch

New:

  evolution-3.6.2.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.pebaTZ/_old  2012-11-21 15:11:59.0 +0100
+++ /var/tmp/diff_new_pack.pebaTZ/_new  2012-11-21 15:11:59.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%define USE_EVOLDAP 0
 # wait for port of gtkimageview to gtk3
 %define use_gtkimageview 0
 
@@ -25,7 +24,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.6
-Version:3.6.1
+Version:3.6.2
 Release:0
 # FIXME: check if note on license is still valid (comment before license)
 Summary:The Integrated GNOME Mail, Calendar, and Address Book Suite
@@ -34,20 +33,12 @@
 # NOTE: Some files are currently GPL-2.0 but pending relicensing, see 
bnc#749859
 Url:http://gnome.org/projects/evolution/
 Source0:
http://download.gnome.org/sources/evolution/3.6/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE evolution-custom-openldap-includes.patch m...@novell.com 
-- look for ldap includes in %%{_libdir}/evoldap/include
-Patch15:evolution-custom-openldap-includes.patch
 # PATCH-NEEDS-REBASE bnc-435722-book-uri-long.patch bnc#435722 
abhar...@suse.de -- Book URI: Spills Into Second Column. (was 
PATCH-FIX-UPSTREAM)
 Patch19:bnc-435722-book-uri-long.patch
-# PATCH-NEEDS-REBASE bnc-210959-evo-accept-ics.patch bnc210959 
pchenth...@novell.com -- Patch yet to be pushed upstream. (was 
PATCH-FIX-UPSTREAM)
-Patch35:bnc-210959-evo-accept-ics.patch
 BuildRequires:  bison
-%if %USE_EVOLDAP
-BuildRequires:  evoldap2-devel
-%else
-BuildRequires:  openldap2-devel
-%endif
 BuildRequires:  fdupes
-%if %USE_EVOLDAP || %{need_autogen}
+BuildRequires:  openldap2-devel
+%if %{need_autogen}
 BuildRequires:  gnome-common
 %endif
 BuildRequires:  gtk-doc
@@ -135,25 +126,16 @@
 %prep
 %setup -q
 translation-update-upstream
-%if %USE_EVOLDAP
-%patch15 -p1
-%endif
 # needs-rebase
 #%%patch19
-# needs-rebase
-#%%patch35
 
 %build
-%if %USE_EVOLDAP || %{need_autogen}
+%if %{need_autogen}
 NOCONFIGURE=1 gnome-autogen.sh
 %endif
 %{configure} \
 --disable-scrollkeeper \
-%if %USE_EVOLDAP
---with-openldap=%{_libdir}/evoldap \
-%else
 --with-openldap=yes \
-%endif
 --with-krb5=%{_prefix} \
 --enable-nss=yes \
 --enable-smime=yes \
@@ -180,11 +162,6 @@
 %suse_update_desktop_file evolution-alarm-notify
 %find_lang evolution-%evolution_base_version %{?no_lang_C}
 %find_lang evolution %{?no_lang_C} evolution-%evolution_base_version.lang
-%if %USE_EVOLDAP
-  mv %{buildroot}%{_bindir}/evolution %{buildroot}%{_bindir}/evolution.bin
-  echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=

commit erlang for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2012-11-21 15:11:44

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


Package is "erlang", Maintainer is "cth...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2012-11-18 
20:25:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2012-11-21 
15:11:46.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 19 18:41:15 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---
+Sat Nov 17 13:36:31 UTC 2012 - matwey.korni...@gmail.com
+
+- fixed 'executable-docs' lint error
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.qfPTbj/_old  2012-11-21 15:11:49.0 +0100
+++ /var/tmp/diff_new_pack.qfPTbj/_new  2012-11-21 15:11:49.0 +0100
@@ -286,7 +286,7 @@
 
 %pre
 /usr/sbin/groupadd -r epmd &>/dev/null || :
-/usr/sbin/useradd -o -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" 
-d %{epmd_home} epmd &>/dev/null || :
+/usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d 
%{epmd_home} epmd &>/dev/null || :
 
 %post
 %{_libdir}/erlang/Install -minimal %{_libdir}/erlang >/dev/null 2>/dev/null
@@ -381,7 +381,7 @@
 %exclude %{_libdir}/erlang/lib/dialyzer-*/src
 
 %files doc
-%defattr(-,root,root)
+%defattr(0644,root,root,0755)
 %doc erlang_doc/*
 
 %files et

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



commit eog for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2012-11-21 15:11:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/eog/eog.changes  2012-10-19 12:07:20.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes 2012-11-21 
15:11:12.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 10:15:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Updated translations.
+
+---

Old:

  eog-3.6.1.tar.xz

New:

  eog-3.6.2.tar.xz



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.EEa10H/_old  2012-11-21 15:11:13.0 +0100
+++ /var/tmp/diff_new_pack.EEa10H/_new  2012-11-21 15:11:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   eog
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Image Viewer for GNOME
 License:GPL-2.0+ and LGPL-2.1+

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



commit empathy for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-11-21 15:10:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-10-19 
10:15:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-11-21 
15:10:34.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 14 07:45:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Improves GNOME Online Account integration
+  + Fix a bunch of call related bugs
+  + Bugs fixed: bgo#652546, bgo#686311, bgo#686314, bgo#687449,
+bgo#687762, bgo#687690.
+  + Updated translations.
+
+---

Old:

  empathy-3.6.1.tar.xz

New:

  empathy-3.6.2.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.4H3jrE/_old  2012-11-21 15:10:36.0 +0100
+++ /var/tmp/diff_new_pack.4H3jrE/_new  2012-11-21 15:10:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.6.1
+Version:3.6.2
 Release:0
 # FIXME: Re-enable parallel build when bgo#685837 is fixed.
 Summary:Instant Messenger Client for GNOME, based on Telepathy

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



commit dconf for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2012-11-21 15:10:08

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


Package is "dconf", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dconf/dconf.changes  2012-10-03 
18:03:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2012-11-21 
15:10:09.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 13 13:48:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.1:
+  + Fix a rather substantial memory leak in dconf-service.
+  + Fix xinclude issues in docs for srcdir != builddir.
+  + Using the g_settings_delay()/g_settings_reset()/
+g_settings_get() trick to read default values is working again
+  + Updated translations.
+
+---

Old:

  dconf-0.14.0.tar.xz

New:

  dconf-0.14.1.tar.xz



Other differences:
--
++ dconf.spec ++
--- /var/tmp/diff_new_pack.ThDn5y/_old  2012-11-21 15:10:10.0 +0100
+++ /var/tmp/diff_new_pack.ThDn5y/_new  2012-11-21 15:10:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   dconf
-Version:0.14.0
+Version:0.14.1
 Release:0
 Summary:Simple key-based configuration system
 License:LGPL-2.1+

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



commit compicc for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package compicc for openSUSE:Factory checked 
in at 2012-11-21 15:09:13

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


Package is "compicc", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/compicc/compicc.changes  2012-06-12 
07:07:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.compicc.new/compicc.changes 2012-11-21 
15:09:27.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 02 12:00:00 UTC 2012 - k...@gmx.de
+
+- 0.8.6 release
+- update to Oyranos 0.9
+- bug fixes
+
+---

Old:

  compicc-0.8.5.tar.gz

New:

  compicc-0.8.6.tar.bz2



Other differences:
--
++ compicc.spec ++
--- /var/tmp/diff_new_pack.Q3ao2o/_old  2012-11-21 15:09:28.0 +0100
+++ /var/tmp/diff_new_pack.Q3ao2o/_new  2012-11-21 15:09:28.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package compiz
+# spec file for package compicc
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,21 +17,21 @@
 
 
 Name:compicc
-Version: 0.8.5
-Source:  compicc-0.8.5.tar.gz
+Version:0.8.6
 Release: 0
-License: BSD-3-Clause
+Source: compicc-0.8.6.tar.bz2
 Url: http://sourceforge.net/projects/compicc
-Group:   Productivity/Graphics/Other
 %define icondir  /usr/share/ccsm/icons/hicolor/scalable/apps/
 Summary: Compiz ICC Colour Management Server
-BuildRoot:   %{_tmppath}/%{name}-root
+License:BSD-3-Clause
+Group:  Productivity/Graphics/Other
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Prefix:  %{_prefix}
 
 # for mandriva; the compiz-devel package comes not with dependencies, so fit 
the compiz way
 %define _disable_ld_no_undefined 1
 
-BuildRequires:   liboyranos-alpha-devel
+BuildRequires:  liboyranos-devel
 Requires:liboyranos0-monitor
 Recommends:  oyranos-monitor
 Recommends:  oyranos-monitor-nvidia
@@ -41,37 +41,134 @@
 Recommends:  compizconfig-settings-manager < 0.9
 
 %if 0%{?suse_version} > 0
-BuildRequires:   gcc-c++
+BuildRequires:  compiz-devel < 0.9
 BuildRequires:   doxygen
+BuildRequires:  gcc-c++
 BuildRequires:   graphviz
-BuildRequires:   pkgconfig
-BuildRequires:   libpng-devel
+BuildRequires:  libXcm-devel
 BuildRequires:   libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  netpbm
+BuildRequires:  pkgconfig
+BuildRequires:  xdg-utils
 BuildRequires:   xorg-x11-Mesa
 BuildRequires:   xorg-x11-Mesa-devel
-BuildRequires:   xdg-utils
-BuildRequires:   compiz-devel < 0.9
-BuildRequires:   libXcm-devel
-BuildRequires:   netpbm
-BuildRequires:   libtool
 %endif
 %if 0%{?suse_version} > 910
-BuildRequires:  bash binutils diffutils file filesystem findutils flex 
fontconfig fontconfig-devel freetype2 freetype2-devel gcc gcc-c++ gdbm 
gdbm-devel gettext gettext-devel glibc glibc-devel grep gzip make patch 
pkgconfig rpm sed tar util-linux zlib zlib-devel
 %endif
 %if 0%{?suse_version} > 1010
-BuildRequires:  Mesa Mesa-devel gcc-c++ gettext doxygen graphviz pkgconfig 
xorg-x11-fonts-devel xorg-x11-libICE xorg-x11-libICE-devel xorg-x11-libSM 
xorg-x11 xorg-x11-devel xorg-x11-libSM-devel xorg-x11-libX11 
xorg-x11-libX11-devel xorg-x11-libXau xorg-x11-libXau-devel xorg-x11-libXdmcp 
xorg-x11-libXdmcp-devel xorg-x11-libXext xorg-x11-libXext-devel 
xorg-x11-libXfixes xorg-x11-libXfixes-devel xorg-x11-libXmu 
xorg-x11-libXmu-devel xorg-x11-libXp xorg-x11-libXp-devel xorg-x11-libXpm 
xorg-x11-libXpm-devel xorg-x11-libXprintUtil xorg-x11-libXprintUtil-devel 
xorg-x11-libXrender xorg-x11-libXrender-devel xorg-x11-libXt 
xorg-x11-libXt-devel xorg-x11-libXv xorg-x11-libXv-devel xorg-x11-libfontenc 
xorg-x11-libfontenc-devel xorg-x11-libs xorg-x11-libxkbfile 
xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-util-devel 
xorg-x11-xtrans-devel
+BuildRequires:  Mesa
+BuildRequires:  Mesa-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  gettext
+BuildRequires:  graphviz
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-fonts-devel
+BuildRequires:  xorg-x11-libICE
+BuildRequires:  xorg-x11-libICE-devel
+BuildRequires:  xorg-x11-libSM
+BuildRequires:  xorg-x11-libSM-devel
+BuildRequires:  xorg-x11-libX11
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXau
+BuildRequires:  xorg-x11-libXau-devel
+BuildRequires:  xorg-x11-libXdmcp
+BuildRequires:  xorg-x11-libXdmcp-devel
+BuildRequires:  xorg-x11-

commit cln for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package cln for openSUSE:Factory checked in 
at 2012-11-21 15:07:55

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


Package is "cln", Maintainer is "bwa...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/cln/cln.changes  2012-01-27 15:17:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.cln.new/cln.changes 2012-11-21 
15:07:56.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 11:27:06 UTC 2012 - cgiboude...@gmx.com
+
+- Fix the SLES build (%make_install is not expanded)
+- Install the license file
+
+---



Other differences:
--
++ cln.spec ++
--- /var/tmp/diff_new_pack.LCS6lu/_old  2012-11-21 15:07:57.0 +0100
+++ /var/tmp/diff_new_pack.LCS6lu/_new  2012-11-21 15:07:57.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   cln
 Version:1.3.2
 Release:0
@@ -107,7 +106,7 @@
 
 %install
 mkdir -p %{buildroot}%{_docdir}/cln
-%make_install  MANDIR=%{_mandir} htmldir=%{_docdir}/cln
+make DESTDIR=%{buildroot} MANDIR=%{_mandir} htmldir=%{_docdir}/cln install
 install -m 755 pi %{buildroot}%{_prefix}/bin
 rm -f %{buildroot}%{_libdir}/libcln.la
 
@@ -123,12 +122,13 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING ChangeLog README NEWS
 %{_bindir}/pi
 %{_libdir}/libcln.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc README NEWS
+%doc COPYING ChangeLog README NEWS
 %{_includedir}/cln
 %{_infodir}/cln.info.gz
 %{_mandir}/man1/pi.1.gz

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



commit cheese for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2012-11-21 15:07:24

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cheese/cheese.changes2012-10-19 
11:48:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes   2012-11-21 
15:07:26.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 13 07:46:52 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Handle thumbnail directory creation (bgo#671614).
+  + Return NULL rather than a const empty string (bgo#687042,
+bgo#687123).
+  + Updated documentation.
+  + Upadted translations.
+
+---

Old:

  cheese-3.6.1.tar.xz

New:

  cheese-3.6.2.tar.xz



Other differences:
--
++ cheese.spec ++
--- /var/tmp/diff_new_pack.GrOnog/_old  2012-11-21 15:07:27.0 +0100
+++ /var/tmp/diff_new_pack.GrOnog/_new  2012-11-21 15:07:27.0 +0100
@@ -20,7 +20,7 @@
 %define lib_gtk_major 23
 
 Name:   cheese
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Webcam Booth for GNOME
 License:GPL-2.0+

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



commit CharLS for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package CharLS for openSUSE:Factory checked 
in at 2012-11-21 15:06:42

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


Package is "CharLS", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/CharLS/CharLS.changes2012-02-10 
17:11:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.CharLS.new/CharLS.changes   2012-11-21 
15:06:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 13:20:03 UTC 2012 - cgiboude...@gmx.com
+
+- Fix the SLES build (%make_install is not expanded)
+
+---



Other differences:
--
++ CharLS.spec ++
--- /var/tmp/diff_new_pack.HZvMkQ/_old  2012-11-21 15:06:45.0 +0100
+++ /var/tmp/diff_new_pack.HZvMkQ/_new  2012-11-21 15:06:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package CharLS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   CharLS
 Version:1.0
 Release:0
-License:BSD-3-Clause
 Summary:A JPEG-LS library
-Url:http://charls.codeplex.com/
+License:BSD-3-Clause
 Group:  System/Libraries
+Url:http://charls.codeplex.com/
 Source0:%{name}-source-%{version}.zip
 # PATCH-FIX-OPENSUSE charls_add_cmake_install_target.patch 
asterios.dra...@gmail.com -- Add a cmake install target for CharLS header files
 Patch0: charls_add_cmake_install_target.patch
@@ -87,7 +88,7 @@
 
 %install
 cd build
-%make_install
+make DESTDIR=%{buildroot} install
 cd ..
 
 %check


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



commit cgit for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package cgit for openSUSE:Factory checked in 
at 2012-11-21 15:06:25

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


Package is "cgit", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/cgit/cgit.changes2012-10-31 
06:57:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.cgit.new/cgit.changes   2012-11-21 
15:06:27.0 +0100
@@ -1,0 +2,39 @@
+Tue Nov 20 13:51:05 UTC 2012 - v...@openssl.it
+
+- BuildRequire xz 
+
+---
+Tue Nov 20 12:04:15 CET 2012 - ti...@suse.de
+
+- updated to cgit-0.9.1:
+  Enhancements:
+  - path-selected submodule links
+  - intelligent default branch guessing
+  - /etc/mime.types lookup
+  - gitweb.* and cgit.* git-config support
+  - case insensitive sorting and age sorting
+  - commit, repository, and section sorting
+  - bold currently viewed page in pagination
+  - support BSDs in makefile
+  Security:
+  - CVE-2012-4465: heap-buffer overflow in parsing.c
+  - CVE-2012-4548: syntax highlighting command injection
+  Bug Fixes:
+  - transition maintainer to Jason Donenfeld (zx2c4)
+  - download git snapshot from github instead of Lars' old server
+  - css fixes
+  - stablization of tests
+  - more compatible default highlight script
+  - suppress gzip timestamp so that tarballs only use tar timestamps
+  - treat ctags as target in makefile
+  - do not let global variables override certain local repo settings
+  - print ampersand as proper html entity
+  - use placeholder for empty commit subject
+  - format diff view for addition and removal of files
+  - point links at correct blob from ssdiff
+- drop obsoleted patches
+  cgit-CVE-2011-2711-fix.diff
+  cgit-CVE-2012-4465-fix.diff
+  cgit-CVE-2012-4548-fix.diff
+
+---

Old:

  cgit-0.9.0.2.tar.bz2
  cgit-CVE-2011-2711-fix.diff
  cgit-CVE-2012-4465-fix.diff
  cgit-CVE-2012-4548-fix.diff

New:

  cgit-0.9.1.tar.xz



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.D7NhB7/_old  2012-11-21 15:06:29.0 +0100
+++ /var/tmp/diff_new_pack.D7NhB7/_new  2012-11-21 15:06:29.0 +0100
@@ -20,27 +20,24 @@
 %define git_version1.7.6.4
 
 Name:   cgit
-Url:http://hjemli.net/git/cgit/
+Url:http://git.zx2c4.com/cgit/
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
-Version:0.9.0.2
+Version:0.9.1
 Release:7
 Summary:A web frontend for git repositories
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 Source1:git-%{git_version}.tar.gz
 Source2:cgitrc
 Patch:  cgit-optflags.diff
 Patch1: cgit-git-1.7.6_build_fix.patch
-Patch2: cgit-CVE-2011-2711-fix.diff
 Patch3: cgit-fix-print-tree.diff
 Patch4: cgit-fix-more-read_tree_recursive-invocations.diff
-Patch5: cgit-CVE-2012-4465-fix.diff
-Patch6: cgit-CVE-2012-4548-fix.diff
 # Requirements for cgit
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
 # Requirements for cgitrc man page generation
-BuildRequires:  asciidoc libxslt
+BuildRequires:  asciidoc libxslt xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,11 +53,8 @@
 %setup -q -T -D -a 1
 %patch -p1
 %patch1 -p1
-%patch2 -p1
 %patch3
 %patch4
-%patch5 -p1
-%patch6 -p1
 rm -rf git
 mv git-%{git_version} git
 

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



commit caribou for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package caribou for openSUSE:Factory checked 
in at 2012-11-21 15:02:47

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


Package is "caribou", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/caribou/caribou.changes  2012-10-04 
18:37:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.caribou.new/caribou.changes 2012-11-21 
15:02:49.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 12 21:19:10 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.4.2:
+  + Use GDBus directly instead of dbus-python (bgo#685792).
+  + Use "=" operator instead of "==" in shell scripts (bgo#685629).
+  + Fix border-image slice values in antler's gtk CSS (bgo#687409).
+
+---

Old:

  caribou-0.4.4.tar.xz

New:

  caribou-0.4.4.2.tar.xz



Other differences:
--
++ caribou.spec ++
--- /var/tmp/diff_new_pack.jsEtJO/_old  2012-11-21 15:02:50.0 +0100
+++ /var/tmp/diff_new_pack.jsEtJO/_new  2012-11-21 15:02:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   caribou
-Version:0.4.4
+Version:0.4.4.2
 Release:0
 # FIXME: Stop hiding the .desktop file with %%suse_update_desktop_file -u if 
launching caribou finally works
 Summary:On-screen Keyboard for GNOME

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



commit brasero for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package brasero for openSUSE:Factory checked 
in at 2012-11-21 14:59:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/brasero/brasero.changes  2012-10-04 
18:37:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.brasero.new/brasero.changes 2012-11-21 
14:59:06.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 12 20:45:03 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Libburnia plugin: Fix while loop in
+`brasero_libisofs_write_image_to_fd_thread()` (bgo#685983)
+  + Remove nonexisting options from the man page
+  + Updated translations.
+
+---

Old:

  brasero-3.6.0.tar.xz

New:

  brasero-3.6.1.tar.xz



Other differences:
--
++ brasero.spec ++
--- /var/tmp/diff_new_pack.GOUXRT/_old  2012-11-21 14:59:07.0 +0100
+++ /var/tmp/diff_new_pack.GOUXRT/_new  2012-11-21 14:59:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   brasero
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:CD/DVD burning application for GNOME
 License:GPL-2.0+

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



commit bluedevil for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory 
checked in at 2012-11-21 14:58:16

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


Package is "bluedevil", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil/bluedevil.changes  2012-05-08 
06:44:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2012-11-21 
14:58:17.0 +0100
@@ -1,0 +2,9 @@
+Tue Oct  9 06:37:05 UTC 2012 - m...@suse.com
+
+- Update to version 1.2.4
+  * Preventing sending files (kde#297785)
+  * Fallback to DocumentsLocation if the destination folder is writable 
(kde#294041)
+  * Preventing tethering using PAN (kde#285637)
+  * Many graphical fixes
+
+---

Old:

  bluedevil-1.2.3.tar.bz2

New:

  bluedevil-1.2.4.tar.bz2



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.SpteJN/_old  2012-11-21 14:58:18.0 +0100
+++ /var/tmp/diff_new_pack.SpteJN/_new  2012-11-21 14:58:18.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   bluedevil
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+

++ bluedevil-1.2.3.tar.bz2 -> bluedevil-1.2.4.tar.bz2 ++
 53383 lines of diff (skipped)


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



commit avrdude for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package avrdude for openSUSE:Factory checked 
in at 2012-11-21 14:57:05

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


Package is "avrdude", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/avrdude/avrdude.changes  2011-09-23 
01:52:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.avrdude.new/avrdude.changes 2012-11-21 
14:57:07.0 +0100
@@ -1,0 +2,24 @@
+Thu Nov 21 00:29:51 UTC 2012 - j...@suse.com
+
+- retrying sr#110452, sr#141518, so that we can finally close bnc#736064
+- merged a commit that was only made to o:F
+
+---
+Wed Mar 21 14:49:39 UTC 2012 - j...@suse.com
+
+- Reverted to version 5.11 -- the 5.11.1 tarball was missing.
+
+---
+Tue Oct 18 13:51:22 UTC 2011 - m...@suse.com
+
+- Version 5.11.1 from savannah
+- Add libftdi1-devel to BuildRequires to support additional
+  programmers.
+
+---
+Thu Sep 29 13:04:01 UTC 2011 - seife+...@b1-systems.com
+
+- don't use download_files service - it breaks all the time
+- remove builddate from binary to avoid unnecessary republising
+
+---
@@ -5,0 +30,12 @@
+
+---
+Sun Aug 28 11:09:50 CEST 2011 - madworm_de.nov...@spitzenpfeil.org
+
+- Version 5.11 from savannah
+
+---
+Mon Jun 20 06:19:17 PM UTC 2011 - madworm_de.nov...@spitzenpfeil.org
+
+- https://savannah.nongnu.org/patch/?7559
+  DTR/RTS twiddling didn't match the Arduino 'auto-reset' hardware
+  for the programmer type 'arduino'

Old:

  avrdude-5.10.tar.bz2
  avrdude-5.5.usbtiny.64bit.patch
  avrdude-doc-5.10.pdf
  avrdude-doc-5.10.tar.gz
  avrdude-use-serial-device-for-serbb.patch
  avrdude_butterfly_mk.patch
  tn4313.diff

New:

  _service
  avrdude-5.11-no-builddate.diff
  avrdude-5.11.tar.gz
  avrdude-doc-5.11.pdf
  avrdude-doc-5.11.tar.gz



Other differences:
--
++ avrdude.spec ++
--- /var/tmp/diff_new_pack.TG4YTu/_old  2012-11-21 14:57:09.0 +0100
+++ /var/tmp/diff_new_pack.TG4YTu/_new  2012-11-21 14:57:09.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package avrdude
+# spec file for package avrdude (Version 5.11)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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,25 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   avrdude
-BuildRequires:  bison flex libusb-devel readline-devel
-Version:5.10
-Release:5
+BuildRequires:  bison flex libusb-devel readline-devel libftdi1-devel
+Version:5.11
+Release:1
 Url:http://savannah.nongnu.org/projects/avrdude
 Group:  Development/Tools/Other
 License:GPL-2.0+
 Summary:Upload tool for AVR microcontrollers
-Source0:
http://savannah.nongnu.org/download/%name/%name-%version.tar.bz2
+Source0:http://savannah.nongnu.org/download/%name/%name-%version.tar.gz
 Source1:
http://savannah.nongnu.org/download/%name/%name-doc-%version.tar.gz
 Source2:
http://savannah.nongnu.org/download/%name/%name-doc-%version.pdf
 Source3:modprobe.avrdude_parport
 Source4:avrdude-udev.rules
-Patch0: avrdude-use-serial-device-for-serbb.patch
-Patch1: avrdude-5.5.usbtiny.64bit.patch
-Patch2: avrdude_butterfly_mk.patch
-Patch3: tn4313.diff
+Patch0: avrdude-5.11-no-builddate.diff
+#Patch0:xx.patch
 Provides:   avr-programmer
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/cat /sbin/modprobe
@@ -42,16 +38,13 @@
 %description
 avrdude is a tool for avr microcontrollers and drives many hardware
 in-system programmers. avrdude allows you to program your
-microcontroller through the parallel port of your computer.
+microcontroller through USB or parallel port of your computer.
 
 %prep 
 %setup -q -a 1
 cp -a %{S:2} %name.pdf
 mv %name-html html
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 touch lexer.l
 
 %build

++ _service ++


++ avrdude-5.11-no-builddate.diff ++
diff --git a/main.c b/main.c
index d224bd6..a88af3d 100644
--- a/main.c
+++ b/main.c
@@ -565,10 +565,10 @@ int main(int argc, cha

commit aisleriot for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory 
checked in at 2012-11-21 14:56:34

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


Package is "aisleriot", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/aisleriot/aisleriot.changes  2012-10-18 
14:51:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.aisleriot.new/aisleriot.changes 2012-11-21 
14:56:36.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 07:46:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Updated translations.
+
+---

Old:

  aisleriot-3.6.1.tar.xz

New:

  aisleriot-3.6.2.tar.xz



Other differences:
--
++ aisleriot.spec ++
--- /var/tmp/diff_new_pack.rchlbN/_old  2012-11-21 14:56:37.0 +0100
+++ /var/tmp/diff_new_pack.rchlbN/_new  2012-11-21 14:56:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   aisleriot
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Solitaire Card Games for GNOME
 License:GPL-3.0+

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



commit aegisub for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2012-11-21 14:56:12

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


Package is "aegisub", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2012-09-23 
19:30:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes 2012-11-21 
14:56:14.0 +0100
@@ -1,0 +2,67 @@
+Tue Oct 23 16:07:15 UTC 2012 - reddw...@opensuse.org
+
+- Removed aegisub-3.0.0-docdir.patch and aegisub-3.0.0-no_glu.patch,
+  they have been applied upstream
+- Update to 3.0.2
+  * Allow framerate transform to/from variable without external timecodes 
loaded (#1530)
+  * Honor the configured limits for the find/replace history (#1528)
+  * Fix occassional non-error dialog when running multiple copies of Aegisub
+  * Fix bug that sometimes resulted in later karaoke syllables moving when 
early ones were modified
+  * Truncate overly long syllables rather than adjusting all of the other 
syllables to make them fit
+  * Play right-clicked syllables
+  * Fix splitting lines by karaoke (#1541)
+  * Remove dependency on glu
+  * Honor docdir and localedir configuration variables
+  * Make it possible to type style names again
+  * Break undo grouping after 30 seconds of inactivity rather than 10
+  * Switch the Duration field back to time mode when video is closed
+  * Save a single wav containing all selected lines rather than a separate wav 
for each line with "Create audio clip"
+  * Make pasting lines not horrible slow (#1534)
+  * Make the correct row visible when selecting rows with shift + arrow keys 
in the grid (#1533)
+  * Fix a few errors in the German translation (#1523)
+  * Update Czech translation
+  * Update Indonesian translation
+  * Update Hungarian translation
+  * Add partial Arabic translation (#1532)
+
+---
+Mon Oct  8 22:19:57 UTC 2012 - reddw...@opensuse.org
+
+- Update to 3.0.1
+  * Updated Russian translation
+  * Updated Greek translation
+  * Partially update Finnish translation
+  * Fixed some errors in the Portuguese translation
+  * Fix packaging issues with the Serbian translation
+  * Update the size of the karaoke syllable bar when the window is resized
+  * Add scroll arrows to the karaoke syllable bar when the contents are too 
wide to fit
+  * Change the color of the karaoke syllable split cursor to indicate whether 
it'll add or remove a split
+  * Increase the hit area for removing karaoke splits a little
+  * Remove the correct split when clicking to the left of a split line
+  * Re-add the "Play current line" button to the audio toolbar
+  * Stop video playback when the stop button is clicked in the audio toolbar 
as 2.1.9 did
+  * Scroll the audio display after a click near an edge when auto-scrolling is 
enabled
+  * Recenter the audio display if a newly selected line is very close to an 
edge in addition to if it's not fully onscreen, as 2.1 did
+  * Fix subtitle timing issues after loading a timecodes file
+  * Fix rounding error that resulted in 3/1001 FPS video being treated as 
30001/1001 FPS
+
+---
+Sun Oct  7 22:16:05 UTC 2012 - reddw...@opensuse.org
+
+- Update to 3.0.0
+  * The audio display and related things such as the karaoke
+syllable splitting interface have been rewritten from scratch.
+The spectograph rendering is now much higher quality and
+faster, and many new features have been added.
+  * Changes made in the main edit box and surrounding controls no
+longer have to be committed. Instead, changes are made to the
+file as you type, with the video display updating in real time.
+  * See http://www.aegisub.org/changelog/3.0.0/ for details
+- Remove aegisub-2.1.9-system_libs.patch, aegisub-2.1.8.99.rev5789-ld.patch
+  and aegisub-2.1.9-underlinking.patch. Fixed upstream.
+- Update aegisub-2.1.9-no_glu.patch to aegisub-3.0.0-no_glu.patch
+- Add aegisub-3.0.0-docdir.patch
+- Build only the two relevant audio output backends: ALSA and PulseAudio
+- The scripting system no longer supports Perl and Ruby, remove BuildRequires
+
+---

Old:

  aegisub-2.1.8.99.rev5789-ld.patch
  aegisub-2.1.9-no_glu.patch
  aegisub-2.1.9-system_libs.patch
  aegisub-2.1.9-underlinking.patch
  aegisub-2.1.9.tar.gz

New:

  aegisub-3.0.2.tar.xz



Other differences:
--
++ aegisub.spec ++
--- /var/tmp/diff_new_pack.slBrsA/_old  2012-11-21 14:56:15.0 +0100
+++ /var/tmp/diff_new_pack.slBrsA/_new  2012-11-21 14:56:15.0

commit accerciser for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package accerciser for openSUSE:Factory 
checked in at 2012-11-21 14:51:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/accerciser/accerciser.changes2012-10-03 
10:23:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.accerciser.new/accerciser.changes   
2012-11-21 14:51:10.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 12 20:44:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Force accerciser to use Wnck 3.0 version.
+  + Updated translations.
+- Add gobject-introspection BuildRequires: needed for the
+  gi-dep-scanner/typelib() Requires.
+- Drop the hack for removing en@shaw languages: we no longer build
+  for openSUSE <= 12.2 anyway.
+
+---

Old:

  accerciser-3.6.0.tar.xz

New:

  accerciser-3.6.2.tar.xz



Other differences:
--
++ accerciser.spec ++
--- /var/tmp/diff_new_pack.rZeSpX/_old  2012-11-21 14:51:12.0 +0100
+++ /var/tmp/diff_new_pack.rZeSpX/_new  2012-11-21 14:51:12.0 +0100
@@ -20,7 +20,7 @@
 Summary:Accessibility debugging tool
 License:BSD-3-Clause
 Group:  Development/Tools/Other
-Version:3.6.0
+Version:3.6.2
 Release:0
 Url:http://live.gnome.org/Accerciser
 Source0:
http://download.gnome.org/sources/accerciser/3.6/%{name}-%{version}.tar.xz
@@ -28,6 +28,7 @@
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # pyatspi is a virtual name that is provided by the default at-spi stack
+BuildRequires:  gobject-introspection
 BuildRequires:  pyatspi
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -68,9 +69,6 @@
 
 %install
 %makeinstall
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 %suse_update_desktop_file -r -N "Accerciser" -G "Accesibility Debugger" 
accerciser Utility GNOME Accessibility
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT

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



commit patchinfo.1036 for openSUSE:12.2:Update

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1036 for 
openSUSE:12.2:Update checked in at 2012-11-21 13:10:47

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1036 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1036.new (New)


Package is "patchinfo.1036", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  mweckbecker
  VUL-1: CVE-2012-3386: automake: race 
condition in "distcheck"
  
  security
  low
  automake: fixed a race condition
  Automake received fixes for race conditions in "make distcheck", 
where tarballs were created world-writeable.

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



commit automake for openSUSE:12.2:Update

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package automake for openSUSE:12.2:Update 
checked in at 2012-11-21 13:10:44

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit automake-testsuite.1036 for openSUSE:12.2:Update

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package automake-testsuite.1036 for 
openSUSE:12.2:Update checked in at 2012-11-21 13:10:38

Comparing /work/SRC/openSUSE:12.2:Update/automake-testsuite.1036 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.automake-testsuite.1036.new (New)


Package is "automake-testsuite.1036", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit rubygem-activemodel-3_2 for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activemodel-3_2 for 
openSUSE:Factory checked in at 2012-11-21 12:12:27

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


Package is "rubygem-activemodel-3_2", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-3_2/rubygem-activemodel-3_2.changes
  2012-09-01 21:58:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new/rubygem-activemodel-3_2.changes
 2012-11-21 12:12:29.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 13 20:52:10 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.9
+ *   Due to a change in builder, nil values and empty strings now generates
+ closed tags, so instead of this:
+ 
+ 
+ 
+ It generates this:
+ 
+ 
+ 
+---

Old:

  activemodel-3.2.8.gem

New:

  activemodel-3.2.9.gem



Other differences:
--
++ rubygem-activemodel-3_2.spec ++
--- /var/tmp/diff_new_pack.MqQV7L/_old  2012-11-21 12:12:31.0 +0100
+++ /var/tmp/diff_new_pack.MqQV7L/_new  2012-11-21 12:12:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activemodel-3_2
-Version:3.2.8
+Version:3.2.9
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

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