commit froxlor for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2013-12-23 12:32:12

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


Package is froxlor

Changes:

--- /work/SRC/openSUSE:Factory/froxlor/froxlor.changes  2013-12-03 
10:42:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes 2013-12-23 
12:32:13.0 +0100
@@ -1,0 +2,14 @@
+Thu Dec 19 12:21:26 CET 2013 - ase...@suse.de
+
+- upstream upragde to version 0.9.31 (bnc#846355)
+Completely redesigned dashboard in Sparkle-theme
+#432: added new template-variables for the 'customer welcome email' template: 
SERVER_HOSTNAME, SERVER_IP, SERVER_PORT and DOMAINNAME
+#722: added logical operators (,  and =) which can be used when searching 
for numeric values, e.g. Webspace: 100, 2048 or =1234
+#729: Usage of an activation code instead of password reset
+#1051: Enable usage of php-slowlog for FPM users
+#1287: Switch database implementation to PDO
+#701: split tickets in pages on overview and correct sorting
+#1295: make vhost-query of webserver-crons mariadb-compatible
+#1314: when using DKIM and no MX server is given, also add a dkim-TXT entry 
for the 'mail' a-record
+#1323: fix hardcoded sendmail_path config option in PHP-FPM pool config
+---

Old:

  froxlor-0.9.30.tar.bz2

New:

  froxlor-0.9.31.tar.bz2



Other differences:
--
++ froxlor.spec ++
--- /var/tmp/diff_new_pack.ebJ2VY/_old  2013-12-23 12:32:14.0 +0100
+++ /var/tmp/diff_new_pack.ebJ2VY/_new  2013-12-23 12:32:14.0 +0100
@@ -20,7 +20,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:   froxlor
-Version:0.9.30
+Version:0.9.31
 Release:0
 Source0:froxlor-%{version}.tar.bz2
 Source1:froxlor.suse.adapt.template.config.tar.bz2 

++ froxlor-0.9.30.tar.bz2 - froxlor-0.9.31.tar.bz2 ++
 48142 lines of diff (skipped)

++ froxlor.sql.patch ++
--- /var/tmp/diff_new_pack.ebJ2VY/_old  2013-12-23 12:32:15.0 +0100
+++ /var/tmp/diff_new_pack.ebJ2VY/_new  2013-12-23 12:32:15.0 +0100
@@ -1,5 +1,5 @@
 install/froxlor.sql.orig   2013-12-02 13:50:04.543391096 +0100
-+++ install/froxlor.sql2013-12-02 13:51:32.600778562 +0100
+--- install/froxlor.sql.before 2013-12-19 12:28:08.921853000 +0100
 install/froxlor.sql2013-12-19 12:30:07.327718667 +0100
 @@ -1,3 +1,14 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
@@ -9,13 +9,13 @@
 +# cgi:  /srv/www/cgi-bin/
 +# fcgi: /srv/www/php-fcgi-scripts
 +# backup: /srv/customers/backups/
-+# asemen 20131202
++# asemen 20131219
 +
 +
  CREATE TABLE `ftp_groups` (
`id` int(20) NOT NULL auto_increment,
`groupname` varchar(60) NOT NULL default '',
-@@ -393,7 +404,7 @@
+@@ -404,7 +415,7 @@
('customredirect', 'enabled', '1'),
('customredirect', 'default', '1'),
('perl', 'suexecworkaround', '0'),
@@ -24,7 +24,7 @@
('login', 'domain_login', '0'),
('login', 'maxloginattempts', '3'),
('login', 'deactivatetime', '900'),
-@@ -406,26 +417,26 @@
+@@ -417,27 +428,27 @@
('phpfpm', 'min_spare_servers', '5'),
('phpfpm', 'max_spare_servers', '35'),
('phpfpm', 'max_requests', '0'),
@@ -39,6 +39,8 @@
 +  ('phpfpm', 'aliasconfigdir', '/srv/www/php-fpm/'),
('phpfpm', 'defaultini', '1'),
('phpfpm', 'vhost_defaultini', '1'),
+-  ('phpfpm', 'fastcgi_ipcdir', '/var/lib/apache2/fastcgi/'),
++  ('phpfpm', 'fastcgi_ipcdir', '/srv/lib/apache2/fastcgi/'),
('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'),
('system', 'lastaccountnumber', '0'),
('system', 'lastguid', ''),
@@ -47,7 +49,7 @@
 +  ('system', 'documentroot_prefix', '/srv/customers/webs/'),
 +  ('system', 'logfiles_directory', '/srv/customers/logs/'),
('system', 'ipaddress', 'SERVERIP'),
-   ('system', 'apachereload_command', '/etc/init.d/apache reload'),
+   ('system', 'apachereload_command', '/etc/init.d/apache2 reload'),
('system', 'last_traffic_run', '00'),
('system', 'vmail_uid', '2000'),
('system', 'vmail_gid', '2000'),
@@ -56,8 +58,8 @@
('system', 'vmail_maildirname', 'Maildir'),
('system', 'bind_enable', '1'),
('system', 'bindconf_directory', '/etc/bind/'),
-@@ -446,8 +457,8 @@
-   ('system', 'apacheconf_htpasswddir', '/etc/apache/htpasswd/'),
+@@ -458,8 +469,8 @@
+   ('system', 'apacheconf_htpasswddir', '/etc/apache2/htpasswd/'),
('system', 'webalizer_quiet', '2'),
('system', 'last_archive_run', 

commit libqt5-qtbase for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2013-12-23 12:32:29

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


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2013-12-17 06:52:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2013-12-23 12:32:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 12 14:54:22 UTC 2013 - uweig...@de.ibm.com
+
+- Do not force -javascript-jit on ppc platforms that do not support it.
+
+---



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.T7pev3/_old  2013-12-23 12:32:31.0 +0100
+++ /var/tmp/diff_new_pack.T7pev3/_new  2013-12-23 12:32:31.0 +0100
@@ -390,7 +390,9 @@
-xsync \
-xinput \
-gtkstyle \
+%ifnarch ppc ppc64 ppc64le
-javascript-jit \
+%endif
-xcb \
-egl \
-eglfs \


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



commit libqt5-qtscript for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2013-12-23 12:32:36

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


Package is libqt5-qtscript

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes  
2013-12-19 12:43:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 
2013-12-23 12:32:37.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 16 23:20:56 UTC 2013 - uweig...@de.ibm.com
+
+- Add ppc64le-support.patch: Support powerpc64le-linux.
+
+---

New:

  ppc64le-support.patch



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.OThTHa/_old  2013-12-23 12:32:37.0 +0100
+++ /var/tmp/diff_new_pack.OThTHa/_new  2013-12-23 12:32:37.0 +0100
@@ -25,11 +25,13 @@
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
-Source: %{tar_version}.tar.xz
 %define base_name libqt5
 %define real_version 5.2.0
 %define so_version 5.2.0
 %define tar_version qtscript-opensource-src-%{real_version}
+Source: %{tar_version}.tar.xz
+# PATCH-FIX-UPSTREAM ppc64le-support.diff uweig...@de.ibm.com -- add support 
for ppc64le
+Patch1: ppc64le-support.patch
 BuildRequires:  libqt5-qtbase-devel = %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
 BuildRequires:  xz
@@ -44,6 +46,7 @@
 
 %prep
 %setup -q -n qtscript-opensource-src-%{real_version}
+%patch1 -p1
 
 %package -n %libname
 Summary:Qt 5 QtScript Library
@@ -70,8 +73,8 @@
 %package private-headers-devel
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
-Requires:   libqt5-qtscript-devel = %{version}
 Requires:   libqt5-qtbase-private-headers-devel = %{version}
+Requires:   libqt5-qtscript-devel = %{version}
 Provides:   libQt5Script-private-headers-devel = %{version}
 # TODO: change to  on 5.2.1 update
 Obsoletes:  libQt5Script-private-headers-devel = %{version}

++ ppc64le-support.patch ++
Index: 
qtscript-opensource-src-5.2.0-rc1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
===
--- 
qtscript-opensource-src-5.2.0-rc1.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+++ 
qtscript-opensource-src-5.2.0-rc1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
@@ -156,16 +156,22 @@
 || defined(__POWERPC__) \
 || defined(_M_PPC)  \
 || defined(__PPC)
+#if !defined(__ppc64__)  !defined(__PPC64__)
 #define WTF_CPU_PPC 1
+#endif
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(PPC64) - PowerPC 64-bit */
 #if   defined(__ppc64__) \
 || defined(__PPC64__)
 #define WTF_CPU_PPC64 1
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(SH4) - SuperH SH-4 */
 #if defined(__SH4__)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ltrace for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package ltrace for openSUSE:Factory checked 
in at 2013-12-23 12:32:48

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


Package is ltrace

Changes:

--- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes2013-06-19 
14:46:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ltrace.new/ltrace.changes   2013-12-23 
12:32:49.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 13 15:26:16 UTC 2013 - sch...@linux-m68k.org
+
+- Enable for m68k
+
+---



Other differences:
--
++ ltrace.spec ++
--- /var/tmp/diff_new_pack.FIPbd2/_old  2013-12-23 12:32:50.0 +0100
+++ /var/tmp/diff_new_pack.FIPbd2/_new  2013-12-23 12:32:50.0 +0100
@@ -33,7 +33,7 @@
 Version:0.7.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 s390 s390x ppc ppc64 %arm x86_64 alpha ia64
+ExclusiveArch:  %ix86 s390 s390x ppc ppc64 %arm x86_64 alpha ia64 m68k
 Prefix: /usr
 Source: ltrace-%{version}.tar.bz2
 Source2:baselibs.conf

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



commit libqt5-qtwebkit for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2013-12-23 12:32:42

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


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2013-12-19 12:46:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2013-12-23 12:32:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 17 01:23:02 UTC 2013 - uweig...@de.ibm.com
+
+- Add ppc64le-support.patch: Support powerpc64le-linux.
+
+---

New:

  ppc64le-support.patch



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.sCM20i/_old  2013-12-23 12:32:44.0 +0100
+++ /var/tmp/diff_new_pack.sCM20i/_new  2013-12-23 12:32:44.0 +0100
@@ -55,6 +55,8 @@
 Patch3: reduce-link-optimization.diff
 # PATCH-FIX-UPSTREAM aarch64-support.diff sch...@suse.de -- add support for 
aarch64
 Patch4: aarch64-support.patch
+# PATCH-FIX-UPSTREAM ppc64le-support.diff uweig...@de.ibm.com -- add support 
for ppc64le
+Patch5: ppc64le-support.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch130:   no-Werror-rpath.diff
 # PATCH-FIX-UPSTREAM fix build with disabled jit
@@ -84,6 +86,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %patch130 -p1
 %patch131
 
@@ -212,7 +215,7 @@
 export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
 export LDFLAGS=$LDFLAGS -Wl,--reduce-memory-overheads -Wl,--no-keep-memory 
-Wl,--as-needed
 
-%ifarch ppc ppc64 s390 s390x
+%ifarch ppc ppc64 ppc64le s390 s390x
 qmake DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 
DEFINES+=ENABLE_ASSEMBLER=0
 %else
 qmake

++ ppc64le-support.patch ++
Index: qtwebkit-opensource-src-5.2.0-rc1/Source/WTF/wtf/Platform.h
===
--- qtwebkit-opensource-src-5.2.0-rc1.orig/Source/WTF/wtf/Platform.h
+++ qtwebkit-opensource-src-5.2.0-rc1/Source/WTF/wtf/Platform.h
@@ -107,16 +107,22 @@
 || defined(__POWERPC__) \
 || defined(_M_PPC)  \
 || defined(__PPC)
+#if !defined(__ppc64__)  !defined(__PPC64__)
 #define WTF_CPU_PPC 1
+#endif
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(PPC64) - PowerPC 64-bit */
 #if   defined(__ppc64__) \
 || defined(__PPC64__)
 #define WTF_CPU_PPC64 1
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(SH4) - SuperH SH-4 */
 #if defined(__SH4__)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit reptyr for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package reptyr for openSUSE:Factory checked 
in at 2013-12-23 12:33:00

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


Package is reptyr

Changes:

--- /work/SRC/openSUSE:Factory/reptyr/reptyr.changes2012-12-19 
13:22:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.reptyr.new/reptyr.changes   2013-12-23 
12:33:02.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec 20 18:49:10 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.5:
+  + Add an early check and error if attaching a process with
+children.
+- Changes from version 0.4:
+  + Add support for scripting with the -l flag.
+  + Add a French translation of the man page.
+  + Add a -V flag.
+
+---

Old:

  reptyr-0.3dev_git20120325.tar.bz2

New:

  reptyr-0.5.tar.bz2



Other differences:
--
++ reptyr.spec ++
--- /var/tmp/diff_new_pack.YLjYWJ/_old  2013-12-23 12:33:02.0 +0100
+++ /var/tmp/diff_new_pack.YLjYWJ/_new  2013-12-23 12:33:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package reptyr
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   reptyr
-Version:0.3dev_git20120325
+Version:0.5
 Release:0
 Summary:A tool for re-ptying programs
 License:MIT

++ reptyr-0.3dev_git20120325.tar.bz2 - reptyr-0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reptyr-0.3dev_git20120325/ChangeLog 
new/reptyr-0.5/ChangeLog
--- old/reptyr-0.3dev_git20120325/ChangeLog 2012-04-26 14:09:44.0 
+0200
+++ new/reptyr-0.5/ChangeLog2013-06-05 23:51:32.0 +0200
@@ -1,3 +1,11 @@
+* 0.5 (Jun 5, 2013)
+ - Add an early check and error if attaching a process with children.
+
+* 0.4 (Aug 16, 2012)
+ - Add support for scripting with the -l flag.
+ - Add a French translation of the man page
+ - Add a -V flag
+
 * 0.3 (May 27, 2011)
  - Add support for attaching 32-bit programs on x86_64.
  - Fix a bug on ARM.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reptyr-0.3dev_git20120325/attach.c 
new/reptyr-0.5/attach.c
--- old/reptyr-0.3dev_git20120325/attach.c  2012-04-26 14:09:44.0 
+0200
+++ new/reptyr-0.5/attach.c 2013-06-05 23:51:32.0 +0200
@@ -73,6 +73,23 @@
 return 0;
 }
 
+int read_proc_stat(pid_t pid, struct proc_stat *out) {
+char stat_path[PATH_MAX];
+int statfd;
+int err;
+
+snprintf(stat_path, sizeof stat_path, /proc/%d/stat, pid);
+statfd = open(stat_path, O_RDONLY);
+if (statfd  0) {
+error(Unable to open %s: %s, stat_path, strerror(errno));
+return -statfd;
+}
+
+err = parse_proc_stat(statfd, out);
+close(statfd);
+return err;
+}
+
 static void do_unmap(struct ptrace_child *child, child_addr_t addr, unsigned 
long len) {
 if (addr == (unsigned long)-1)
 return;
@@ -263,11 +280,11 @@
 
 int copy_tty_state(pid_t pid, const char *pty) {
 char buf[PATH_MAX];
-int fd, err = 0;
+int fd, err = EINVAL;
 struct termios tio;
 int i;
 
-for (i = 0; i  3; i++) {
+for (i = 0; i  3  err; i++) {
 err = 0;
 snprintf(buf, sizeof buf, /proc/%d/fd/%d, pid, i);
 
@@ -300,6 +317,54 @@
 return -err;
 }
 
+int check_pgroup(pid_t target) {
+pid_t pg;
+DIR *dir;
+struct dirent *d;
+pid_t pid;
+char *p;
+int err = 0;
+struct proc_stat pid_stat;
+
+debug(Checking for problematic process group members...);
+
+pg = getpgid(target);
+if (pg  0) {
+error(Unable to get pgid (does process %d exist?), (int)target);
+return pg;
+}
+
+if ((dir = opendir(/proc/)) == NULL)
+return errno;
+
+while ((d = readdir(dir)) != NULL) {
+if (d-d_name[0] == '.') continue;
+pid = strtol(d-d_name, p, 10);
+if (*p) continue;
+if (pid == target) continue;
+if (getpgid(pid) == pg) {
+/*
+ * We are actually being somewhat overly-conservative here
+ * -- if pid is a child of target, and has not yet called
+ * execve(), reptyr's setpgid() strategy may suffice. That
+ * is a fairly rare case, and annoying to check for, so
+ * for now let's just bail out.
+ */
+if ((err = 

commit libQtWebKit4 for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-12-23 12:33:08

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


Package is libQtWebKit4

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2013-11-13 09:06:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-12-23 12:33:09.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 13 00:42:00 UTC 2013 - uweig...@de.ibm.com
+
+- ppc64le-support.patch: Add powerpc64le-linux support.
+
+---

New:

  ppc64le-support.patch



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.13O0VW/_old  2013-12-23 12:33:10.0 +0100
+++ /var/tmp/diff_new_pack.13O0VW/_new  2013-12-23 12:33:10.0 +0100
@@ -52,6 +52,8 @@
 Patch12:aarch64-support.patch
 # PATCH-FIX-UPSTREAM bison3.patch -- fixes compilation with bison3
 Patch13:bison3.patch
+# PATCH-FIX-UPSTREAM ppc64le-support.diff uweig...@de.ibm.com -- add support 
for ppc64le
+Patch14:ppc64le-support.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -128,6 +130,7 @@
 %endif
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 # runs out of memory or creates static archives  2/4GB boundary otherwise

++ ppc64le-support.patch ++
Index: webkit-qtwebkit-23/Source/WTF/wtf/Platform.h
===
--- webkit-qtwebkit-23.orig/Source/WTF/wtf/Platform.h
+++ webkit-qtwebkit-23/Source/WTF/wtf/Platform.h
@@ -102,16 +102,22 @@
 || defined(__POWERPC__) \
 || defined(_M_PPC)  \
 || defined(__PPC)
+#if !defined(__ppc64__)  !defined(__PPC64__)
 #define WTF_CPU_PPC 1
+#endif
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(PPC64) - PowerPC 64-bit */
 #if   defined(__ppc64__) \
 || defined(__PPC64__)
 #define WTF_CPU_PPC64 1
+#if !defined(__LITTLE_ENDIAN__)
 #define WTF_CPU_BIG_ENDIAN 1
 #endif
+#endif
 
 /* CPU(SH4) - SuperH SH-4 */
 #if defined(__SH4__)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bluedevil for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory 
checked in at 2013-12-23 12:33:23

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


Package is bluedevil

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil/bluedevil.changes  2013-11-18 
10:52:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2013-12-23 
12:33:25.0 +0100
@@ -1,0 +2,15 @@
+Sat Dec 21 16:43:15 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Replace the tarball generated from tag, to the official one, from
+  KDE mirrors
+
+---
+Fri Dec 20 23:39:46 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.0 rc1 - first version officially supporting BlueZ5
+- Drop no longer applieable bluedevil-dont-install-headers.diff
+- Added remove-unused-bluedevilaction-link-target.patch to make the
+  package build: bluedevilaction was forgotten, so linker can't
+  find it
+
+---

Old:

  bluedevil-dont-install-headers.diff
  bluedevil.tar.xz

New:

  bluedevil-2.0-rc1.tar.xz
  remove-unused-bluedevilaction-link-target.patch



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.BkSB8V/_old  2013-12-23 12:33:26.0 +0100
+++ /var/tmp/diff_new_pack.BkSB8V/_new  2013-12-23 12:33:26.0 +0100
@@ -17,23 +17,25 @@
 #
 
 
-%define with_lang 0
+%define with_lang 1
 
 Name:   bluedevil
-Version:1.3.2_bluez5
+Version:2.0~rc1
 Release:0
+%define rversion 2.0-rc1
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://www.kde.org/
-#Source0:
http://download.kde.org/stable/bluedevil/%{name}-v%{version}.tar.xz
-Source0:%{name}.tar.xz
+#Source0:
http://download.kde.org/stable/libbluedevil/%{name}-v%{version}.tar.xz
+Source0:%{name}-%{rversion}.tar.xz
 Source1:preferences-system-bluetooth.png
 Patch0: typo2.diff
-Patch1: bluedevil-dont-install-headers.diff
+# PATCH-FIX-UPSTREAM remove-unused-bluedevilaction-link-target.patch -- 
bluedevilaction was forgotten, so linker can't find it
+Patch1: remove-unused-bluedevilaction-link-target.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-BuildRequires:  libbluedevil-devel
+BuildRequires:  libbluedevil-devel = 2.0~rc1
 BuildRequires:  libkde4-devel
 BuildRequires:  shared-mime-info
 %if 0%{?suse_version}
@@ -58,7 +60,7 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{rversion}
 %patch0 -p1
 %patch1 -p1
 
@@ -85,9 +87,6 @@
 
 %kde_post_install
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
 
@@ -103,9 +102,7 @@
 %{_kde4_appsdir}/bluedevilwizard/
 %{_kde4_bindir}/bluedevil-*
 %{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
-%{_kde4_libdir}/libbluedevilaction.so
 %{_kde4_libexecdir}/bluedevil-*
-%{_kde4_modulesdir}/bluedevil*.so
 %{_kde4_modulesdir}/bluetoothfileitemaction.so
 %{_kde4_modulesdir}/kcm_bluedevil*.so
 %{_kde4_modulesdir}/kded_bluedevil.so
@@ -117,8 +114,6 @@
 %{_kde4_servicesdir}/kded/bluedevil.desktop
 %{_kde4_servicesdir}/kded/obexftpdaemon.desktop
 %{_kde4_servicesdir}/obexftp.protocol
-%{_kde4_servicesdir}/sendfile.desktop
-%{_kde4_servicetypesdir}/actionplugin.desktop
 
 %if %with_lang
 %files lang -f %{name}.lang


++ remove-unused-bluedevilaction-link-target.patch ++
diff -Naur bluedevil-v2.0-rc1.orig/src/wizard/CMakeLists.txt 
bluedevil-v2.0-rc1/src/wizard/CMakeLists.txt
--- bluedevil-v2.0-rc1.orig/src/wizard/CMakeLists.txt   2013-12-20 
20:04:35.0 +0100
+++ bluedevil-v2.0-rc1/src/wizard/CMakeLists.txt2013-12-21 
00:56:52.277223255 +0100
@@ -23,8 +23,7 @@
 
 kde4_add_executable(bluedevil-wizard ${wizard_SRCS})
 
-target_link_libraries(bluedevil-wizard bluedevilaction
-  ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} 
${LibBlueDevil_LIBRARIES})
+target_link_libraries(bluedevil-wizard ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} 
${LibBlueDevil_LIBRARIES})
 
 install(TARGETS bluedevil-wizard ${INSTALL_TARGETS_DEFAULT_ARGS})
 install(FILES bluedevil-wizard.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluedevil for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libbluedevil for openSUSE:Factory 
checked in at 2013-12-23 12:33:32

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


Package is libbluedevil

Changes:

--- /work/SRC/openSUSE:Factory/libbluedevil/libbluedevil.changes
2013-11-04 08:49:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluedevil.new/libbluedevil.changes   
2013-12-23 12:33:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 23:37:57 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.0 rc1 - first version officially supporting BlueZ5
+
+---

Old:

  libbluedevil.tar.xz

New:

  libbluedevil-v2.0-rc1.tar.xz



Other differences:
--
++ libbluedevil.spec ++
--- /var/tmp/diff_new_pack.hVSQUs/_old  2013-12-23 12:33:34.0 +0100
+++ /var/tmp/diff_new_pack.hVSQUs/_new  2013-12-23 12:33:34.0 +0100
@@ -18,14 +18,15 @@
 
 
 Name:   libbluedevil
-Version:1.9.4_bluez5
+Version:2.0~rc1
 Release:0
+%define rversion 2.0-rc1
 Summary:Qt Bluetooth client library
 License:LGPL-2.0+
 Group:  System/Libraries
 Url:http://www.kde.org
 #Source0:
http://download.kde.org/stable/libbluedevil/%{name}-v%{version}.tar.xz
-Source0:%{name}.tar.xz
+Source0:%{name}-v%{rversion}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libqt4-devel
@@ -50,7 +51,7 @@
 Qt wrapper for BlueZ. This wrapper is used by KDE's Bluetooth layer.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-v%{rversion}
 
 %build
   %cmake_kde4 -d build
@@ -60,9 +61,6 @@
   %kde4_makeinstall -C build
   %kde_post_install
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libbluedevil2 -p /sbin/ldconfig
 
 %postun -n libbluedevil2 -p /sbin/ldconfig

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



commit gnutls for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2013-12-23 12:33:44

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


Package is gnutls

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2013-11-04 
14:58:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2013-12-23 
12:33:47.0 +0100
@@ -1,0 +2,45 @@
+Sat Dec 21 20:38:19 UTC 2013 - shch...@suse.com
+
+- Upgrade to 3.2.8
+
+* Version 3.2.8 (released 2013-12-20)
+
+** libgnutls: Updated code for AES-NI. That prevents an uninitialized
+variable complaint from valgrind.
+
+** libgnutls: Enforce a maximum size for DH primes.
+
+** libgnutls: Added SSSE3 optimized SHA1, and SHA256, using Andy
+Polyakov's code.
+
+** libgnutls: Added SSSE3 optimized AES using Mike Hamburg's code.
+
+** libgnutls: It only links to librt if the required functions are not
+present in libc. This also prevents an indirect linking to libpthread.
+
+** libgnutls: Fixed issue with gnulib strerror replacement by adding
+the strerror gnulib module.
+
+** libgnutls: The time provided in the TLS random values is only
+precise on its first 3 bytes. That prevents leakage of the precise
+system time (at least on the client side when only few connections are
+done on a single server).
+
+** certtool: The --verify option will use the system CAs if the
+load-ca-certificate option is not provided.
+
+** configure: Added option --with-default-blacklist-file to allow
+specifying a certificate blacklist file.
+
+** configure: Added --disable-non-suiteb-curves option. This option
+restricts the supported curves to SuiteB curves.
+
+** API and ABI modifications: gnutls_record_check_corked: Added
+
+Add files: gnutls-3.2.8.tar.xz, gnutls-3.2.8.tar.xz.sig, 
gnutls-implement-trust-store-dir-3.2.8.diff,
+gnutls-3.2.8-noecc.patch
+
+Delete files: gnutls-3.2.6.tar.xz, gnutls-3.2.6.tar.xz.sig, 
gnutls-implement-trust-store-dir,
+gnutls-3.2.6-noecc.patch
+
+---

Old:

  gnutls-3.2.6-noecc.patch
  gnutls-3.2.6.tar.xz
  gnutls-3.2.6.tar.xz.sig
  gnutls-implement-trust-store-dir.diff

New:

  gnutls-3.2.8-noecc.patch
  gnutls-3.2.8.tar.xz
  gnutls-3.2.8.tar.xz.sig
  gnutls-implement-trust-store-dir-3.2.8.diff



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.AZfy3F/_old  2013-12-23 12:33:47.0 +0100
+++ /var/tmp/diff_new_pack.AZfy3F/_new  2013-12-23 12:33:47.0 +0100
@@ -21,7 +21,7 @@
 %define gnutls_ossl_sover 27
 
 Name:   gnutls
-Version:3.2.6
+Version:3.2.8
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -37,8 +37,8 @@
 Patch3: gnutls-3.0.26-skip-test-fwrite.patch
 
 # Disable elliptic curves for reasons. - meissnercfarrell
-Patch5: gnutls-3.2.6-noecc.patch
-Patch6: gnutls-implement-trust-store-dir.diff
+Patch5: gnutls-3.2.8-noecc.patch
+Patch6: gnutls-implement-trust-store-dir-3.2.8.diff
 
 BuildRequires:  automake
 BuildRequires:  gcc-c++

++ gnutls-3.2.6-noecc.patch - gnutls-3.2.8-noecc.patch ++
 1379 lines (skipped)
 between /work/SRC/openSUSE:Factory/gnutls/gnutls-3.2.6-noecc.patch
 and /work/SRC/openSUSE:Factory/.gnutls.new/gnutls-3.2.8-noecc.patch

++ gnutls-3.2.6.tar.xz - gnutls-3.2.8.tar.xz ++
 585558 lines of diff (skipped)

++ gnutls-implement-trust-store-dir-3.2.8.diff ++
Index: gnutls-3.2.8/configure.ac
===
--- gnutls-3.2.8.orig/configure.ac
+++ gnutls-3.2.8/configure.ac
@@ -457,6 +457,25 @@ if test $with_default_trust_store_file
   with_default_trust_store_file=
 fi
 
+AC_ARG_WITH([default-trust-store-dir],
+  [AS_HELP_STRING([--with-default-trust-store-dir=DIRECTORY],
+[use the given directory as default trust store])], 
with_default_trust_store_dir=$withval,
+  [if test $build = $host ; then
+  for i in \
+/etc/ssl/certs/
+do
+if test -e $i ; then
+  with_default_trust_store_dir=$i
+  break
+fi
+  done
+  fi]
+)
+
+if test $with_default_trust_store_dir = no;then
+  with_default_trust_store_dir=
+fi
+
 AC_ARG_WITH([default-crl-file],
   [AS_HELP_STRING([--with-default-crl-file=FILE],
 [use the given CRL file as default])])
@@ -470,6 +489,11 @@ if test x$with_default_trust_store_file
 [$with_default_trust_store_file], [use the given file default trust 
store])
 fi
 
+if test x$with_default_trust_store_dir != x; then
+  AC_DEFINE_UNQUOTED([DEFAULT_TRUST_STORE_DIR],
+[$with_default_trust_store_dir], [use the 

commit orc for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2013-12-23 12:34:51

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


Package is orc

Changes:

--- /work/SRC/openSUSE:Factory/orc/orc.changes  2013-05-16 16:14:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes 2013-12-23 
12:34:53.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec 20 16:14:22 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.4.18:
+  + Important bugfix in reading constants from bytecode.
+  + Documentation and code cleanup.
+  + Fix cache flushing on iOS.
+
+---

Old:

  orc-0.4.17.tar.gz

New:

  orc-0.4.18.tar.gz



Other differences:
--
++ orc.spec ++
--- /var/tmp/diff_new_pack.PZwFm9/_old  2013-12-23 12:34:53.0 +0100
+++ /var/tmp/diff_new_pack.PZwFm9/_new  2013-12-23 12:34:53.0 +0100
@@ -21,7 +21,7 @@
 Summary:The Oil Runtime Compiler
 License:BSD-3-Clause
 Group:  Productivity/Multimedia/Other
-Version:0.4.17
+Version:0.4.18
 Release:0
 Url:http://code.entropywave.com/projects/orc/
 Source: 
http://code.entropywave.com/download/orc/%{name}-%{version}.tar.gz

++ orc-0.4.17.tar.gz - orc-0.4.18.tar.gz ++
 3747 lines of diff (skipped)

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



commit logdigest for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package logdigest for openSUSE:Factory 
checked in at 2013-12-23 12:34:41

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


Package is logdigest

Changes:

--- /work/SRC/openSUSE:Factory/logdigest/logdigest.changes  2011-12-13 
11:49:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.logdigest.new/logdigest.changes 2013-12-23 
12:34:43.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 21 20:10:49 UTC 2013 - w...@rosenauer.org
+
+- split logtail binary out of main package to avoid running
+  logdigest via cron if only the logtail tool is required
+- clean up spec file
+
+---



Other differences:
--
++ logdigest.spec ++
--- /var/tmp/diff_new_pack.hrOLPm/_old  2013-12-23 12:34:43.0 +0100
+++ /var/tmp/diff_new_pack.hrOLPm/_new  2013-12-23 12:34:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package logdigest
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,62 +15,61 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   logdigest
-Url:http://sourceforge.net/projects/logdigest
 Version:0.2.4
 Release:0
 Summary:Mail Digests of System Log Files to the System Administrator
 License:GPL-2.0+
 Group:  System/Monitoring
-BuildRequires:  automake
-PreReq: /bin/chmod /bin/touch
-#Source: http://www.cmdline.net/logdigest/logdigest-%{version}.tar.bz2
+Url:http://sourceforge.net/projects/logdigest
 Source: 
http://dfn.dl.sourceforge.net/sourceforge/logdigest/logdigest-%{version}.tar.bz2
 Source1:logdigest-all-ignores-autogeneration
-#Patch:  logdigest-0.1.7-ignores.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1010
+BuildRequires:  automake
+Requires:   logtail
+Requires(post): /bin/chmod
+Requires(post): /bin/touch
 # procinfo is needed when EXTENDED_STATS=yes
-Recommends: cron procinfo
-%endif
+Recommends: cron
+Recommends: procinfo
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Logdigest, run by cron at night, greps through system log files
-(var/log/messages, /var/log/mail, etc.) to find interesting content.
+(/var/log/messages, /var/log/mail, etc.) to find interesting content.
 
-Lines matching the regular expressions in /etc/logdigest are simply
-ignored. More expressions can be added to /etc/logdigest/ignore.local.
+Lines matching the regular expressions in /etc/logdigest/ignore are simply
+ignored. More expressions can be added to 
%{_sysconfdir}/logdigest/ignore.local.
 See /etc/logdigest/config for some general settings.
 
 The results are mailed to the sysadmin daily.
 
+%package -n logtail
+Summary:Helper application to analyze logfiles
+Group:  System/Monitoring
 
-
-Authors:
-
-Peter Poeml po...@cmdline.net
-Craig H. Rowland crowl...@psionic.com
+%description -n logtail
+Print log file lines that have not been read
 
 %prep
-%setup -n logdigest-%{version}
-#%patch -p1
+%setup -q -n logdigest-%{version}
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=%{optflags}
 aclocal
 autoconf
 automake --add-missing
-./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} 
--with-tmpdir=/var/lib/logdigest
-make
+./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} 
--with-tmpdir=%{_localstatedir}/lib/logdigest
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-mkdir -p %{buildroot}/usr/share/logdigest
-cp -p %{S:1} %{buildroot}/usr/share/logdigest/
+mkdir -p %{buildroot}%{_datadir}/logdigest
+cp -p %{SOURCE1} %{buildroot}%{_datadir}/logdigest/
 
-mkdir -p %{buildroot}/etc/cron.d
-cat %{buildroot}/etc/cron.d/logdigest-all-ignores-autogeneration -EOF
+mkdir -p %{buildroot}%{_sysconfdir}/cron.d
+cat %{buildroot}%{_sysconfdir}/cron.d/logdigest-all-ignores-autogeneration 
-EOF
 # Cron snippet which concatenates the ignore files into a single file
 # /etc/logdigest/ignores.autogenerated, pruned by spaces.
 #
@@ -87,7 +86,7 @@
 test -e $i.local || { touch $i.local; chmod 600 $i.local; }
 done
 #
-/usr/share/logdigest/logdigest-all-ignores-autogeneration
+%{_datadir}/logdigest/logdigest-all-ignores-autogeneration
 
 %preun
 # update?
@@ -103,14 +102,17 @@
 
 %files
 %defattr(-,root,root)
-%doc README 

commit quassel for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:13.1:Update 
checked in at 2013-12-23 14:35:46

Comparing /work/SRC/openSUSE:13.1:Update/quassel (Old)
 and  /work/SRC/openSUSE:13.1:Update/.quassel.new (New)


Package is quassel

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.q4ycAo/_old  2013-12-23 14:35:46.0 +0100
+++ /var/tmp/diff_new_pack.q4ycAo/_new  2013-12-23 14:35:46.0 +0100
@@ -1 +1 @@
-link package='quassel.2228' cicount='copy' /
+link package='quassel.2372' cicount='copy' /

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



commit patchinfo.2372 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2372 for 
openSUSE:13.1:Update checked in at 2013-12-23 14:35:46

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2372 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2372.new (New)


Package is patchinfo.2372

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=852847 tracker=bncVUL-0: CVE-2013-6404: quassel:  manipulated 
clients can access backlog of all users on a shared core/issue
  issue id=CVE-2013-6404 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packageralarrosa/packager
  description
- Add fix-CVE-2013-6404.diff: Fix a vulnerability by which an authenticated
  malicious user using a custom client, could access the backlog of all users
  of a quassel core. This fixes CVE-2013-6404 (bnc#852847).
  
/description
  summaryupdate for quassel/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.2380 for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2380 for 
openSUSE:12.2:Update checked in at 2013-12-23 14:37:29

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


Package is patchinfo.2380

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=853041 tracker=bncVUL-0: CVE-2013-6411: openttd: Denial of 
service (server) using forcefully crashed aircrafts/issue
  issue id=CVE-2013-6411 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerammler/packager
  descriptionThis update fixes the following security issue with openttd:

- add patch 60.patch:
  Aircraft crashing near the map's border due to a lack of airports 
  could trigger a crash [CVE-2013-6411] [FS#5820] (bnc#853041)
/description
  summaryupdate for openttd/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openttd for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:13.1:Update 
checked in at 2013-12-23 14:37:28

Comparing /work/SRC/openSUSE:13.1:Update/openttd (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openttd.new (New)


Package is openttd

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit openttd for openSUSE:12.3:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:12.3:Update 
checked in at 2013-12-23 14:37:22

Comparing /work/SRC/openSUSE:12.3:Update/openttd (Old)
 and  /work/SRC/openSUSE:12.3:Update/.openttd.new (New)


Package is openttd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tzXMZu/_old  2013-12-23 14:37:23.0 +0100
+++ /var/tmp/diff_new_pack.tzXMZu/_new  2013-12-23 14:37:23.0 +0100
@@ -1 +1 @@
-link package='openttd.1534' cicount='copy' /
+link package='openttd.2380' cicount='copy' /

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



commit openttd for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:12.2:Update 
checked in at 2013-12-23 14:37:20

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


Package is openttd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1WK65y/_old  2013-12-23 14:37:21.0 +0100
+++ /var/tmp/diff_new_pack.1WK65y/_new  2013-12-23 14:37:21.0 +0100
@@ -1 +1 @@
-link package='openttd.788' cicount='copy' /
+link package='openttd.2380' cicount='copy' /

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



commit patchinfo.2380 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2380 for 
openSUSE:13.1:Update checked in at 2013-12-23 14:37:31

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2380 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2380.new (New)


Package is patchinfo.2380

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=853041 tracker=bncVUL-0: CVE-2013-6411: openttd: Denial of 
service (server) using forcefully crashed aircrafts/issue
  issue id=CVE-2013-6411 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerammler/packager
  descriptionThis update fixes the following security issue with openttd:

- add patch 60.patch:
  Aircraft crashing near the map's border due to a lack of airports 
  could trigger a crash [CVE-2013-6411] [FS#5820] (bnc#853041)
/description
  summaryupdate for openttd/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit chromium.2346 for openSUSE:12.3:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package chromium.2346 for 
openSUSE:12.3:Update checked in at 2013-12-23 14:37:54

Comparing /work/SRC/openSUSE:12.3:Update/chromium.2346 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.chromium.2346.new (New)


Package is chromium.2346

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:12.3:Update/.chromium.2346.new/chromium.changes  
2013-12-23 14:38:04.0 +0100
@@ -0,0 +1,1910 @@
+---
+Thu Dec  5 11:34:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 31.0.1650.63
+  Stable channel update:
+  - Security fixes:
+* CVE-2013-6634: Session fixation in sync related to 302 redirects
+* CVE-2013-6635: Use-after-free in editing
+* CVE-2013-6636: Address bar spoofing related to modal dialogs
+* CVE-2013-6637: Various fixes from internal audits, fuzzing and other 
initiatives.
+* CVE-2013-6638: Buffer overflow in v8
+* CVE-2013-6639: Out of bounds write in v8.
+* CVE-2013-6640: Out of bounds read in v8
+* and 12 other security fixes.
+
+---
+Wed Nov 27 09:36:08 UTC 2013 - tittiatc...@gmail.com
+
+- Remove the build flags to build according to the Chrome ffmpeg
+  branding and the proprietary codecs. (bnc#847971)
+
+---
+Sat Nov 16 08:44:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 31.0.1650.57
+  Stable channel update:
+  - Security Fixes:
+* CVE-2013-6632: Multiple memory corruption issues.
+
+---
+Wed Nov 13 17:46:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 31.0.1650.48
+  Stable Channel update: 
+  - Security fixes:
+* CVE-2013-6621: Use after free related to speech input elements..
+* CVE-2013-6622: Use after free related to media elements. 
+* CVE-2013-6623: Out of bounds read in SVG.
+* CVE-2013-6624: Use after free related to “id” attribute strings.
+* CVE-2013-6625: Use after free in DOM ranges.
+* CVE-2013-6626: Address bar spoofing related to interstitial warnings.
+* CVE-2013-6627: Out of bounds read in HTTP parsing.
+* CVE-2013-6628: Issue with certificates not being checked during TLS 
renegotiation.
+* CVE-2013-2931: Various fixes from internal audits, fuzzing and other 
initiatives.
+* CVE-2013-6629: Read of uninitialized memory in libjpeg and libjpeg-turbo.
+* CVE-2013-6630: Read of uninitialized memory in libjpeg-turbo.
+* CVE-2013-6631: Use after free in libjingle.
+- Added patch chromium-fix-chromedriver-build.diff to fix the 
+  chromedriver build
+
+---
+Thu Nov  7 11:18:07 UTC 2013 - tittiatc...@gmail.com
+
+- Enable ARM build for Chromium. 
+  * Added patches chromium-arm-webrtc-fix.patch, 
+chromium-fix-arm-icu.patch and chromium-fix-arm-sysroot.patch
+to resolve ARM specific build issues
+
+---
+Fri Oct 25 17:50:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 30.0.1599.114
+  Stable Channel update: fix build for 32bit systems
+
+- Drop patch chromium-fix-chromedriver-build.diff. This is now 
+  fixed upstream
+- For openSUSE versions lower than 13.1, build against the in-tree
+  libicu
+
+---
+Wed Oct 16 05:14:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 30.0.1599.101
+  - Security Fixes:
++ CVE-2013-2925: Use after free in XHR
++ CVE-2013-2926: Use after free in editing
++ CVE-2013-2927: Use after free in forms.
++ CVE-2013-2928: Various fixes from internal audits, 
+ fuzzing and other initiatives.
+
+---
+Tue Oct  1 20:48:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 30.0.1599.66
+  - Easier searching by image 
+  - A number of new apps/extension APIs 
+  - Lots of under the hood changes for stability and performance
+- Security fixes:
+  + CVE-2013-2906: Races in Web Audio
+  + CVE-2013-2907: Out of bounds read in Window.prototype object
+  + CVE-2013-2908: Address bar spoofing related to the 
+   “204 No Content” status code
+  + CVE-2013-2909: Use after free in inline-block rendering
+  + CVE-2013-2910: Use-after-free in Web Audio
+  + CVE-2013-2911: Use-after-free in XSLT
+  + CVE-2013-2912: Use-after-free in PPAPI
+  + CVE-2013-2913: Use-after-free in XML document parsing
+  + CVE-2013-2914: Use after free in the Windows color chooser  
+   dialog
+  + CVE-2013-2915: Address bar 

commit chromium for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.2:Update 
checked in at 2013-12-23 14:38:05

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


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Mb3NjZ/_old  2013-12-23 14:38:21.0 +0100
+++ /var/tmp/diff_new_pack.Mb3NjZ/_new  2013-12-23 14:38:21.0 +0100
@@ -1 +1 @@
-link package='chromium.2259' cicount='copy' /
+link package='chromium.2345' cicount='copy' /

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



commit chromium for openSUSE:12.3:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.3:Update 
checked in at 2013-12-23 14:37:56

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


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KaSLMX/_old  2013-12-23 14:38:11.0 +0100
+++ /var/tmp/diff_new_pack.KaSLMX/_new  2013-12-23 14:38:11.0 +0100
@@ -1 +1 @@
-link package='chromium.2225' cicount='copy' /
+link package='chromium.2346' cicount='copy' /

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



commit rubygem-i18n.2379 for openSUSE:12.3:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-i18n.2379 for 
openSUSE:12.3:Update checked in at 2013-12-23 14:39:10

Comparing /work/SRC/openSUSE:12.3:Update/rubygem-i18n.2379 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.rubygem-i18n.2379.new (New)


Package is rubygem-i18n.2379

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:12.3:Update/.rubygem-i18n.2379.new/rubygem-i18n.changes  
2013-12-23 14:39:11.0 +0100
@@ -0,0 +1,37 @@
+---
+Wed Dec 11 17:03:26 UTC 2013 - jmassaguer...@suse.com
+
+- fix bnc#854166: CVE-2013-4492: rubygem-i18n: missing translation 
+  XSS. File CVE-2013-4492.patch.i18n.0.6.x contains the fix.
+
+---
+Fri Aug 31 14:59:22 UTC 2012 - co...@suse.com
+
+- updated to version 0.6.1, no changelog
+
+---
+Fri Aug  3 07:49:10 UTC 2012 - co...@suse.com
+
+- remove no longer necessary suffix
+
+---
+Tue Jul 31 11:44:56 UTC 2012 - jreidin...@suse.com
+
+- use new gem2rpm to provide correct dependencies for activesupport 
+
+---
+Fri Mar 23 10:59:56 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+---
+Tue Aug 16 12:33:53 UTC 2011 - mrueck...@suse.de
+
+- change license header to list MIT and Ruby license (bnc#712385)
+
+---
+Mon Jun 20 12:33:57 UTC 2011 - mrueck...@suse.de
+
+- initial package of the 0.6 branch (0.6.0)
+

New:

  CVE-2013-4492.patch.i18n.0.6.x
  i18n-0.6.1.gem
  rubygem-i18n.changes
  rubygem-i18n.spec



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

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


Name:   rubygem-i18n
Version:0.6.1
Release:0
%define mod_name i18n
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:http://github.com/svenfuchs/i18n
Source: %{mod_full_name}.gem
Source1:CVE-2013-4492.patch.i18n.0.6.x 
Summary:New wave Internationalization support for Ruby
License:MIT and Ruby
Group:  Development/Languages/Ruby

%description
New wave Internationalization support for Ruby.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f
pushd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}
 patch -p1  %{S:1}
popd

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

%changelog
++ CVE-2013-4492.patch.i18n.0.6.x ++
diff --git a/lib/i18n/exceptions.rb b/lib/i18n/exceptions.rb
index c0cf438..669d4cd 100644
--- a/lib/i18n/exceptions.rb
+++ b/lib/i18n/exceptions.rb
@@ -1,3 +1,5 @@
+require 'cgi'
+
 module I18n
   # Handles exceptions raised in the 

commit patchinfo.2379 for openSUSE:12.3:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2379 for 
openSUSE:12.3:Update checked in at 2013-12-23 14:39:14

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.2379 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.2379.new (New)


Package is patchinfo.2379

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=854166 tracker=bncVUL-0: CVE-2013-4492: rubygem-i18n: missing 
translation XSS/issue
  issue id=CVE-2013-4492 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerjordimassaguerpla/packager
  descriptionThis update fixes the following security issue with rubygem-i18n:

- fix bnc#854166: CVE-2013-4492: rubygem-i18n: missing translation 
  XSS. File CVE-2013-4492.patch.i18n.0.6.x contains the fix.
/description
  summaryupdate for rubygem-i18n, rubygem-i18n-0_6/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-activesupport-3_2.2387 for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2.2387 for 
openSUSE:12.2:Update checked in at 2013-12-23 14:39:23

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


Package is rubygem-activesupport-3_2.2387

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.rubygem-activesupport-3_2.2387.new/rubygem-activesupport-3_2.changes
2013-12-23 14:39:24.0 +0100
@@ -0,0 +1,74 @@
+---
+Thu Dec 12 17:28:43 UTC 2013 - jmassaguer...@suse.com
+
+- fix CVE-2013-4389: rubygem-actionmailer-3_1: possible DoS 
+  vulnerability in the log subscriber component (bnc#846239)
+  File CVE-2013-4389.patch contains the fix.
+
+---
+Wed Feb 13 23:52:39 UTC 2013 - mrueck...@suse.de
+
+- update to version 3.2.12 (bnc#803336) CVE-2013-0276:
+  * Version bump
+
+---
+Thu Jan 17 13:23:24 UTC 2013 - mrueck...@suse.de
+
+- update to 3.2.11: (bnc#796712, bnc#797449, bnc#797452)
+  * Hash.from_xml raises when it encounters type=symbol or
+type=yaml. Use Hash.from_trusted_xml to parse this XML.
+CVE-2013-0156 [Jeremy Kemper]
+  * Add logger.push_tags and .pop_tags to complement logger.tagged:
+Jeremy Kemper
+  * Add %:z and %::z format string support to
+ActiveSupport::TimeWithZone#strftime. [fixes #6962] kennyj
+  * Fix ActiveSupport integration with Mocha  0.12.1. Mike Gunderloy
+  * Reverted the deprecation of ActiveSupport::JSON::Variable.
+Rafael Mendonça França
+  * ERB::Util.html_escape now escapes single quotes.
+Santiago Pastorino
+
+---
+Thu Aug  2 14:31:23 UTC 2012 - mrueck...@suse.de
+
+- update to 3.2.7 (includes changes for 3.2.4-3.2.6)
+  * Hash#fetch(fetch) is not the same as doing hash[key]
+  * adds a missing require [fixes #6896]
+  * make sure the inflection rules are loaded when cherry-picking
+active_support/core_ext/string/inflections.rb [fixes #6884]
+  * Merge pull request #6857 from
+rsutphin/as_core_ext_time_missing_require
+  * bump AS deprecation_horizon to 4.0
+  * ActiveSupport::JSON::Variable is deprecated. Define your own
+#as_json and #encode_json methods for custom JSON string
+literals. *Erich Menge*
+  * Added #beginning_of_hour and #end_of_hour to Time and DateTime
+core extensions. *Mark J. Titorenko*
+
+---
+Wed Apr  4 15:28:10 UTC 2012 - co...@suse.com
+
+- update to 3.2.3, no changes (it says literally)
+
+---
+Fri Mar 23 11:00:44 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+---
+Fri Jan 27 00:58:12 UTC 2012 - mrueck...@suse.de
+
+- update to 3.2.1
+  * Documentation fixes and improvements.
+  * Update time zone offset information. *Ravil Bayramgalin*
+  * The deprecated `ActiveSupport::Base64.decode64` calls
+`::Base64.decode64` now. *Jonathan Viney*
+  * Fixes uninitialized constant
+`ActiveSupport::TaggedLogging::ERROR`. *kennyj*
+
+---
+Thu Jan 26 16:23:06 UTC 2012 - mrueck...@suse.de
+
+- initial package of the 3.2 branch
+

New:

  CVE-2013-4389.patch
  activesupport-3.2.12.gem
  rubygem-activesupport-3_2.changes
  rubygem-activesupport-3_2.spec



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

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


Name:   rubygem-activesupport-3_2
Version:3.2.12
Release:0
Summary:A toolkit of support libraries and Ruby core extensions 
extracted from the Rails framework

commit rubygem-actionmailer-3_2 for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-3_2 for 
openSUSE:12.2:Update checked in at 2013-12-23 14:39:45

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


Package is rubygem-actionmailer-3_2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yF7kAi/_old  2013-12-23 14:39:46.0 +0100
+++ /var/tmp/diff_new_pack.yF7kAi/_new  2013-12-23 14:39:46.0 +0100
@@ -1 +1 @@
-link package='rubygem-actionmailer-3_2.1341' cicount='copy' /
+link package='rubygem-actionmailer-3_2.2388' cicount='copy' /

-- 
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:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:12.2:Update checked in at 2013-12-23 14:39:28

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


Package is rubygem-activesupport-3_2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NsiKGx/_old  2013-12-23 14:39:29.0 +0100
+++ /var/tmp/diff_new_pack.NsiKGx/_new  2013-12-23 14:39:29.0 +0100
@@ -1 +1 @@
-link package='rubygem-activesupport-3_2.1341' cicount='copy' /
+link package='rubygem-activesupport-3_2.2387' cicount='copy' /

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



commit rubygem-actionmailer-3_2.2388 for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-3_2.2388 for 
openSUSE:12.2:Update checked in at 2013-12-23 14:39:41

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


Package is rubygem-actionmailer-3_2.2388

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.rubygem-actionmailer-3_2.2388.new/rubygem-actionmailer-3_2.changes
  2013-12-23 14:39:43.0 +0100
@@ -0,0 +1,48 @@
+---
+Thu Dec 12 17:28:43 UTC 2013 - jmassaguer...@suse.com
+
+- fix CVE-2013-4389: rubygem-actionmailer-3_1: possible DoS 
+  vulnerability in the log subscriber component (bnc#846239)
+  File CVE-2013-4389.patch contains the fix.
+
+---
+Wed Feb 13 23:01:56 UTC 2013 - mrueck...@suse.de
+
+- update to version 3.2.12 (bnc#803336) CVE-2013-0276:
+  * Version bump
+
+---
+Thu Jan 17 11:15:07 UTC 2013 - mrueck...@suse.de
+
+- update to 3.2.11: (bnc#796712, bnc#797449, bnc#797452)
+  - If super fails return a nullmail class
+
+---
+Thu Aug  2 15:08:57 UTC 2012 - mrueck...@suse.de
+
+- update to 3.2.7
+  - just version bumps to stay in sync
+
+---
+Wed Apr  4 17:24:44 UTC 2012 - co...@suse.com
+
+- update to 3.2.3, 
+  * Upgrade mail version to 2.4.3
+
+---
+Fri Mar 23 11:13:43 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+---
+Fri Jan 27 01:12:20 UTC 2012 - mrueck...@suse.de
+
+- update to 3.2.1
+  just a version bump
+
+---
+Thu Jan 26 16:41:57 UTC 2012 - mrueck...@suse.de
+
+- initial package of the 3.2 branch
+

New:

  CVE-2013-4389.patch
  actionmailer-3.2.12.gem
  rubygem-actionmailer-3_2.changes
  rubygem-actionmailer-3_2.spec



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

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


Name:   rubygem-actionmailer-3_2
Version:3.2.12
Release:0
Summary:Email composition, delivery, and receiving framework (part of 
Rails)
License:MIT
Group:  Development/Languages/Ruby
Url:http://www.rubyonrails.org
%define mod_name actionmailer
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
Source1:CVE-2013-4389.patch
BuildRequires:  ruby-devel = 1.8.7
BuildRequires:  rubygem-actionpack-3_2 = 3.2.12
BuildRequires:  rubygem-mail-2_4 = 2.4.4
BuildRequires:  rubygems_with_buildroot_patch
Requires:   ruby = 1.8.7
Requires:   rubygem-actionpack-3_2 = 3.2.12
Requires:   rubygem-mail-2_4 = 2.4.4
Provides:   rubygem-%{mod_name} = %{version}
Provides:   rubygem-%{mod_name}-3 = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
Email on Rails. Compose, deliver, receive, and test emails using the familiar 
controller/view pattern. First-class support for multipart email and 
attachments.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%prep
%build
%install
%gem_install %{SOURCE0}
pushd %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}
 patch -p2  %{S:1}
popd

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/

commit mc for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:13.1:Update checked 
in at 2013-12-23 15:12:39

Comparing /work/SRC/openSUSE:13.1:Update/mc (Old)
 and  /work/SRC/openSUSE:13.1:Update/.mc.new (New)


Package is mc

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit open-iscsi for openSUSE:12.3:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:12.3:Update 
checked in at 2013-12-23 15:13:01

Comparing /work/SRC/openSUSE:12.3:Update/open-iscsi (Old)
 and  /work/SRC/openSUSE:12.3:Update/.open-iscsi.new (New)


Package is open-iscsi

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2fqjmJ/_old  2013-12-23 15:13:02.0 +0100
+++ /var/tmp/diff_new_pack.2fqjmJ/_new  2013-12-23 15:13:02.0 +0100
@@ -1 +1 @@
-link package='open-iscsi.1840' cicount='copy' /
+link package='open-iscsi.2382' cicount='copy' /

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



commit patchinfo.2383 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2383 for 
openSUSE:13.1:Update checked in at 2013-12-23 15:13:41

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2383 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2383.new (New)


Package is patchinfo.2383

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2383
  categoryrecommended/category
  ratinglow/rating
  packagergary_lin/packager
  summarygtk3: fix the scroll events from the external mouse/summary
  descriptionThis update fixes the following issue with gtk3:
- bnc#854844, bgo#699574: Fix the scroll events from the external 
mouse/description
  issue tracker=bnc id=854844scroll wheel didn't work in some gtk 
programs/issue
  issue tracker=bgo id=699574/
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk3 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:13.1:Update 
checked in at 2013-12-23 15:13:40

Comparing /work/SRC/openSUSE:13.1:Update/gtk3 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.gtk3.new (New)


Package is gtk3

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5H8pj7/_old  2013-12-23 15:13:41.0 +0100
+++ /var/tmp/diff_new_pack.5H8pj7/_new  2013-12-23 15:13:41.0 +0100
@@ -1 +1 @@
-link package='gtk3.2254' cicount='copy' /
+link package='gtk3.2383' cicount='copy' /

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



commit systemd-rpm-macros for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:13.1:Update checked in at 2013-12-23 15:20:52

Comparing /work/SRC/openSUSE:13.1:Update/systemd-rpm-macros (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-rpm-macros.new (New)


Package is systemd-rpm-macros

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nYw6Qc/_old  2013-12-23 15:20:53.0 +0100
+++ /var/tmp/diff_new_pack.nYw6Qc/_new  2013-12-23 15:20:53.0 +0100
@@ -1 +1 @@
-link package='systemd-rpm-macros.2320' cicount='copy' /
+link package='systemd-rpm-macros.2393' cicount='copy' /

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



commit systemd for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:13.1:Update 
checked in at 2013-12-23 15:20:58

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


Package is systemd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.js8dtq/_old  2013-12-23 15:20:59.0 +0100
+++ /var/tmp/diff_new_pack.js8dtq/_new  2013-12-23 15:20:59.0 +0100
@@ -1 +1 @@
-link package='systemd.2320' cicount='copy' /
+link package='systemd.2393' cicount='copy' /

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



commit systemd-mini for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:13.1:Update checked in at 2013-12-23 15:20:50

Comparing /work/SRC/openSUSE:13.1:Update/systemd-mini (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-mini.new (New)


Package is systemd-mini

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8D4cAw/_old  2013-12-23 15:20:51.0 +0100
+++ /var/tmp/diff_new_pack.8D4cAw/_new  2013-12-23 15:20:51.0 +0100
@@ -1 +1 @@
-link package='systemd-mini.2320' cicount='copy' /
+link package='systemd-mini.2393' cicount='copy' /

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



commit patchinfo.2406 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2406 for 
openSUSE:13.1:Update checked in at 2013-12-23 15:22:21

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2406 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2406.new (New)


Package is patchinfo.2406

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2406
  categoryrecommended/category
  ratinglow/rating
  packagerjengelh/packager
  summarySDL: resolve an issue with resizing/summary
  descriptionThis update fixes the following issue with SDL:
- bnc#855639: resolve an issue whereby window frame corner resizing emitted no 
resize events to applications/description
  issue tracker=bnc id=855639SDL 1.2 (libSDL 1.2.15) doesn't output 
resize events when resizing windows/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit SDL.2408 for openSUSE:12.2:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package SDL.2408 for openSUSE:12.2:Update 
checked in at 2013-12-23 15:22:13

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


Package is SDL.2408

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:12.2:Update/.SDL.2408.new/SDL.changes2013-12-23 
15:22:14.0 +0100
@@ -0,0 +1,741 @@
+---
+Tue Dec 17 08:20:15 UTC 2013 - jeng...@inai.de
+
+- Add libsdl-1.2.15-resizing.patch: resolve an issue whereby window
+  frame corner resizing emitted no resize events to applications
+  (bnc#855639)
+
+---
+Tue Aug 13 12:04:26 UTC 2013 - jeng...@inai.de
+
+- Some metadata spruce-up: add current URLs, softer wildcarding
+  in the files list, more robust make install call
+- Optional signature verification in local builds
+
+---
+Sat Jun  8 20:24:50 UTC 2013 - crrodrig...@opensuse.org
+
+- sdl-lfs.patch: Ensure library is built with large file 
+ support/ 64bit off_t in 32bit systems
+
+---
+Thu Jan  3 00:31:43 UTC 2013 - crrodrig...@opensuse.org
+
+- USe OS byteswapping macros that are optimized for all platforms
+ directly by GCC.
+
+ - DO not use dlopen to load libraries that otherwise can be linked
+  at build-time, this is a _very_ bad idea, starting with the fact
+  that rpm dependencies do not take account of dlopen and will 
+  break profiling/debugging etc..
+
+- SDL-devel now has strict requires, so it will only pull what
+ it really requires, as it no longer requires metapackages, it is
+ very likely that some packages dont the chain will fail to build
+ those must be fixed in the respective spec files (not here)
+
+---
+Tue Sep 18 08:15:46 UTC 2012 - co...@suse.com
+
+- 12.3's Mesa doesn't bundle libGLU anymore
+
+---
+Thu Apr 26 15:54:46 UTC 2012 - joop.boo...@opensuse.org
+
+- build version 1.2.15
+  * SDL-1.2.14-wesnoth_clicks.patch is now included in the source code
+  * SDL-1.2.14-joystick-crash.patch is now included in the source code
+
+---
+Wed Dec 28 11:27:04 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 10:59:17 UTC 2011 - co...@suse.com
+
+- own aclocal directory, there is no other reason to buildrequire
+  automake
+
+---
+Fri Sep 16 12:01:12 UTC 2011 - co...@suse.com
+
+- remove _service, too fragile
+
+---
+Sat Jul  2 14:47:46 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel building
+- Strip %clean section (not needed on BS)
+
+---
+Sun Dec  5 19:31:28 UTC 2010 - pvinc...@yahoo.fr
+
+- applied patch from upstream for joystick related crash [bnc#632271]
+
+---
+Mon Aug  9 14:59:56 UTC 2010 - reddw...@opensuse.org
+
+- take patch from upstream to fix Battle for Wesnoth
+
+---
+Mon May  3 11:10:53 CEST 2010 - meiss...@suse.de
+
+- disable video for ps3
+
+---
+Tue Jan 12 07:46:10 UTC 2010 - meiss...@novell.com
+
+- buildrequire libspe2-devel on ppc
+
+---
+Fri Dec 18 12:54:49 CET 2009 - jeng...@medozas.de
+
+- add baselibs.conf as a source
+
+---
+Thu Oct 29 13:16:57 UTC 2009 - lnus...@suse.de
+
+- new version 1.2.14
+  * Fixed flicker when resizing the SDL window
+  * Fixed crash in SDL_SetGammaRamp()
+  * Fixed freeze in SDL_memset() with 0 length when assembly code is
+disabled.
+  * Added SDL_DISABLE_LOCK_KEYS environment variable to enable
+normal up/down events for Caps-Lock and Num-Lock keys.
+  * Fixed audio quality problem when converting between 22050 Hz and
+44100 Hz.
+  * Fixed a threading crash when a few threads are rapidly created
+and complete.
+  * Increased accuracy of alpha blending routines.
+  * Fixed crash loading BMP files saved with the scanlines inverted.
+  * Fixed mouse coordinate clamping if SDL_SetVideoMode() isn't
+called in response to 

commit SDL.2406 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package SDL.2406 for openSUSE:13.1:Update 
checked in at 2013-12-23 15:22:16

Comparing /work/SRC/openSUSE:13.1:Update/SDL.2406 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.SDL.2406.new (New)


Package is SDL.2406

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.SDL.2406.new/SDL.changes2013-12-23 
15:22:17.0 +0100
@@ -0,0 +1,741 @@
+---
+Tue Dec 17 08:20:15 UTC 2013 - jeng...@inai.de
+
+- Add libsdl-1.2.15-resizing.patch: resolve an issue whereby window
+  frame corner resizing emitted no resize events to applications
+  (bnc#855639)
+
+---
+Tue Aug 13 12:04:26 UTC 2013 - jeng...@inai.de
+
+- Some metadata spruce-up: add current URLs, softer wildcarding
+  in the files list, more robust make install call
+- Optional signature verification in local builds
+
+---
+Sat Jun  8 20:24:50 UTC 2013 - crrodrig...@opensuse.org
+
+- sdl-lfs.patch: Ensure library is built with large file 
+ support/ 64bit off_t in 32bit systems
+
+---
+Thu Jan  3 00:31:43 UTC 2013 - crrodrig...@opensuse.org
+
+- USe OS byteswapping macros that are optimized for all platforms
+ directly by GCC.
+
+ - DO not use dlopen to load libraries that otherwise can be linked
+  at build-time, this is a _very_ bad idea, starting with the fact
+  that rpm dependencies do not take account of dlopen and will 
+  break profiling/debugging etc..
+
+- SDL-devel now has strict requires, so it will only pull what
+ it really requires, as it no longer requires metapackages, it is
+ very likely that some packages dont the chain will fail to build
+ those must be fixed in the respective spec files (not here)
+
+---
+Tue Sep 18 08:15:46 UTC 2012 - co...@suse.com
+
+- 12.3's Mesa doesn't bundle libGLU anymore
+
+---
+Thu Apr 26 15:54:46 UTC 2012 - joop.boo...@opensuse.org
+
+- build version 1.2.15
+  * SDL-1.2.14-wesnoth_clicks.patch is now included in the source code
+  * SDL-1.2.14-joystick-crash.patch is now included in the source code
+
+---
+Wed Dec 28 11:27:04 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 10:59:17 UTC 2011 - co...@suse.com
+
+- own aclocal directory, there is no other reason to buildrequire
+  automake
+
+---
+Fri Sep 16 12:01:12 UTC 2011 - co...@suse.com
+
+- remove _service, too fragile
+
+---
+Sat Jul  2 14:47:46 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel building
+- Strip %clean section (not needed on BS)
+
+---
+Sun Dec  5 19:31:28 UTC 2010 - pvinc...@yahoo.fr
+
+- applied patch from upstream for joystick related crash [bnc#632271]
+
+---
+Mon Aug  9 14:59:56 UTC 2010 - reddw...@opensuse.org
+
+- take patch from upstream to fix Battle for Wesnoth
+
+---
+Mon May  3 11:10:53 CEST 2010 - meiss...@suse.de
+
+- disable video for ps3
+
+---
+Tue Jan 12 07:46:10 UTC 2010 - meiss...@novell.com
+
+- buildrequire libspe2-devel on ppc
+
+---
+Fri Dec 18 12:54:49 CET 2009 - jeng...@medozas.de
+
+- add baselibs.conf as a source
+
+---
+Thu Oct 29 13:16:57 UTC 2009 - lnus...@suse.de
+
+- new version 1.2.14
+  * Fixed flicker when resizing the SDL window
+  * Fixed crash in SDL_SetGammaRamp()
+  * Fixed freeze in SDL_memset() with 0 length when assembly code is
+disabled.
+  * Added SDL_DISABLE_LOCK_KEYS environment variable to enable
+normal up/down events for Caps-Lock and Num-Lock keys.
+  * Fixed audio quality problem when converting between 22050 Hz and
+44100 Hz.
+  * Fixed a threading crash when a few threads are rapidly created
+and complete.
+  * Increased accuracy of alpha blending routines.
+  * Fixed crash loading BMP files saved with the scanlines inverted.
+  * Fixed mouse coordinate clamping if SDL_SetVideoMode() isn't
+called in response to 

commit ca-certificates.2405 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates.2405 for 
openSUSE:13.1:Update checked in at 2013-12-23 15:24:02

Comparing /work/SRC/openSUSE:13.1:Update/ca-certificates.2405 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.ca-certificates.2405.new (New)


Package is ca-certificates.2405

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.ca-certificates.2405.new/ca-certificates.changes
2013-12-23 15:24:03.0 +0100
@@ -0,0 +1,129 @@
+---
+Tue Dec 17 08:45:42 UTC 2013 - lnus...@suse.de
+
+- etc_ssl.run: fix typo (bnc#855711)
+
+---
+Wed Oct 16 15:11:26 UTC 2013 - lnus...@suse.de
+
+- fix typo in README (bnc#845500)
+- remove old extractcerts.pl
+
+---
+Tue Aug 27 12:53:44 UTC 2013 - lnus...@suse.de
+
+- re-enable the CA bundle again for glib-networking (bnc#825903)
+
+---
+Tue Aug 27 07:11:04 UTC 2013 - lnus...@suse.de
+
+- make sure we have p11-kit = 0.19.3 which has the 'trust' command
+  (bnc#836560)
+
+---
+Mon Aug  5 11:24:04 UTC 2013 - lnus...@suse.de
+
+- don't remove symlinks to other locations in /etc/ssl/certs
+- use the trust binary instead of p11-kit to extract trust
+
+---
+Thu Jun 27 16:17:51 UTC 2013 - lnus...@suse.de
+
+- disable generating ca-bundle for now again so people don't submit
+  new packages that use this file.
+
+---
+Mon Jun 24 21:09:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Explicitly require p11-kit, otherwise trusted certificates won't
+  be generated
+
+---
+Mon Jun 24 12:46:30 UTC 2013 - lnus...@suse.de
+
+- update manpage
+
+---
+Thu Jun 20 09:15:52 UTC 2013 - lnus...@suse.de
+
+- use p11-kit to generate the files
+
+---
+Fri May  4 11:55:14 UTC 2012 - lnus...@suse.de
+
+- give hint about SSL_CTX_set_default_verify_paths in cert bundle
+
+---
+Mon Oct 24 11:57:53 UTC 2011 - co...@suse.com
+
+- require coreutils for %post script
+
+---
+Mon Jun 20 12:49:52 UTC 2011 - lnus...@suse.de
+
+- fix spurious rpm warning if no java exists (bnc#634793)
+- move java.run to java-ca-certificates
+
+---
+Mon Sep 27 14:58:03 UTC 2010 - lnus...@suse.de
+
+- catch FileNotFoundException (bnc#623365)
+
+---
+Fri May 21 12:46:55 UTC 2010 - mvysko...@suse.cz
+
+* Use the gcc-java and fastjar for build to avoid dependency problems
+* build keystore.class only to allow noarch package
+
+---
+Wed May 19 09:57:41 UTC 2010 - lnus...@suse.de
+
+- create java bundles
+
+---
+Tue Apr 27 14:17:24 UTC 2010 - lnus...@suse.de
+
+- also use hooks from /usr/lib/ca-certificates/update.d
+- replace bundle file with symlink to file in /var as it's auto
+  generated
+
+---
+Wed Apr 21 13:20:07 UTC 2010 - lnus...@suse.de
+
+- force rebuilding all certificate stores in %post
+  This also makes sure we update the hash links in /etc/ssl/certs
+  as openssl changed the hash format between 0.9.8 and 1.0
+
+---
+Thu Apr  8 13:16:43 UTC 2010 - lnus...@suse.de
+
+- actually install certbundle.run (bnc#594501)
+
+---
+Thu Apr  8 09:15:28 UTC 2010 - lnus...@suse.de
+
+- it's ca-bundle.pem rather than cert.pem
+
+---
+Thu Apr  8 07:51:25 UTC 2010 - lnus...@suse.de
+
+- obsolete openssl-certs (bnc#594434) 
+- update manpage (bnc#594501)
+
+---
+Thu Apr  1 13:00:37 UTC 2010 - lnus...@suse.de
+
+- include /etc/ca-certificates.conf as %ghost
+
+---
+Fri Mar 26 15:26:01 UTC 2010 - lnus...@suse.de
+
+- generate ca-bundle with hook script
+- don't use trusted certificates in ca-bundle file for 

commit patchinfo.2405 for openSUSE:13.1:Update

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2405 for 
openSUSE:13.1:Update checked in at 2013-12-23 15:24:05

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2405 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2405.new (New)


Package is patchinfo.2405

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2405
  categoryrecommended/category
  ratinglow/rating
  packagerlnussel/packager
  summaryca-certificates: Fixed typo in advice for CA Certificates 
install/summary
  descriptionThis update fixes the following issue with ca-certificates:
- bnc#855711: Fixed typo in advice for CA Certificates install/description
  issue tracker=bnc id=855711typo in advice for CA Certificates 
install/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgcrypt for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2013-12-23 15:32:46

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


Package is libgcrypt

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2013-12-22 
19:35:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2013-12-23 
15:32:47.0 +0100
@@ -2,48 +1,0 @@
-Thu Dec 19 13:53:21 UTC 2013 - mvysko...@suse.com
-
-- fix dependency for 32bit devel package
-- name hmac files according soname
-- fix hmac subpackage dependency
-

-Thu Dec 19 09:03:21 UTC 2013 - mvysko...@suse.com
-
-- update to 1.6. 
- * Removed the long deprecated gcry_ac interface.  Thus Libgcrypt is
-   not anymore ABI compatible to previous versions if they used the ac
-   interface. Check NEWS in libgcrypt-devel for removed interfaces.
- * Removed the module register subsystem.
- * The deprecated message digest debug macros have been removed.  Use
-   gcry_md_debug instead.
- * Removed deprecated control codes.
- * Improved performance of most cipher algorithms as well as for the
-   SHA family of hash functions.
- * Added support for the IDEA cipher algorithm.
- * Added support for the Salsa20 and reduced Salsa20/12 stream ciphers.
- * Added limited support for the GOST 28147-89 cipher algorithm.
- * Added support for the GOST R 34.11-94 and R 34.11-2012 (Stribog)
-   hash algorithms.
- * Added a random number generator to directly use the system's RNG.
-   Also added an interface to prefer the use of a specified RNG.
- * Added support for the SCRYPT algorithm.
- * Mitigated the Yarom/Falkner flush+reload side-channel attack on RSA
-   secret keys.  See http://eprint.iacr.org/2013/448 [CVE-2013-4242].
- * Added support for Deterministic DSA as per RFC-6969.
- * Added support for curve Ed25519.
- * Added a scatter gather hash convenience function.
- * Added several MPI amd SEXP helper functions.
- * Added support for negative numbers to gcry_mpi_print,
-   gcry_mpi_aprint and gcry_mpi_scan.
- * The algorithm ids GCRY_PK_ECDSA and GCRY_PK_ECDH are now
-   deprecated.  Use GCRY_PK_ECC if you need an algorithm id.
- * Changed gcry_pk_genkey for ecc to only include the curve name and
-   not the parameters.  The flag param may be used to revert this.
- * Added a feature to globally disable selected hardware features.
- * Added debug helper functions.
-- rebased patches
- * libgcrypt-1.5.0-etc_gcrypt_rngseed-symlink.diff
- * libgcrypt-ppc64.patch
-- add libgcrypt-1.6.0-use-intenal-functions.patch to fix fips.c build
-- Move all documentation to -devel package
-


Old:

  libgcrypt-1.6.0-use-intenal-functions.patch
  libgcrypt-1.6.0.tar.bz2
  libgcrypt-1.6.0.tar.bz2.sig

New:

  libgcrypt-1.5.3.tar.bz2
  libgcrypt-1.5.3.tar.bz2.sig



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.nViFVo/_old  2013-12-23 15:32:48.0 +0100
+++ /var/tmp/diff_new_pack.nViFVo/_new  2013-12-23 15:32:48.0 +0100
@@ -19,12 +19,12 @@
 %define build_hmac256 1
 %define separate_hmac256_binary 0
 
-%define libsoname %{name}20
-%define sosuffix  20.0.0
+%define libsoname %{name}11
+%define sosuffix  11.8.2
 
 Name:   libgcrypt
 Url:http://directory.fsf.org/wiki/Libgcrypt
-Version:1.6.0
+Version:1.5.3
 Release:0
 Summary:The GNU Crypto Library
 License:GPL-2.0+ and LGPL-2.1+ and GPL-3.0+
@@ -45,8 +45,6 @@
 Patch6: libgcrypt-1.5.0-etc_gcrypt_rngseed-symlink.diff
 #PATCH-FIX-SUSE: N/A
 Patch7: libgcrypt-1.5.0-LIBGCRYPT_FORCE_FIPS_MODE-env.diff
-#PATCH-FIX-UPSTREAM: internal functions are supposed to be used inside 
libgcrypt, mvysko...@suse.com
-Patch8: libgcrypt-1.6.0-use-intenal-functions.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake = 1.11
 BuildRequires:  libgpg-error-devel = 1.8
@@ -93,7 +91,7 @@
 Summary:The GNU Crypto Library
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   %{libsoname} = %version
+Requires:   libgcrypt11 = %version
 Requires:   libgpg-error-devel
 PreReq: %install_info_prereq
 
@@ -114,7 +112,6 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 
 %build
 echo building with build_hmac256 set to %{build_hmac256}
@@ -130,7 +127,7 @@
 %endif
 --enable-hmac-binary-check \
 --enable-random=linux 
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %if 0%{?build_hmac256}
 # 

commit argyllcms for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package argyllcms for openSUSE:Factory 
checked in at 2013-12-23 19:31:03

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


Package is argyllcms

Changes:

--- /work/SRC/openSUSE:Factory/argyllcms/argyllcms.changes  2013-08-22 
12:28:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.argyllcms.new/argyllcms.changes 2013-12-23 
19:31:04.0 +0100
@@ -1,0 +2,25 @@
+Fri Dec 20 13:46:14 UTC 2013 - fcro...@suse.com
+
+- Release 1.6.2:
+ + Added dark region emphasis -V parameter to targen and colprof.
+ + Fixed bug and tweaked dispcal black point optimization to err on
+   the black side. Added -v3 for even more debugging information.
+ + Changed i1d3 driver to be more forgiving of EEProm checksum
+   calculation (support for A-02 release).
+ + Fixed problem with TV encoded output and dispread -E -k/-K.
+ + Fixed minor bug in DE94 in icclib.
+ + Fixed major bug in illumread - result was being corrupted.
+ + Fixed edges don't match bug in printarg when -iCM -h -s/-S
+   used.
+ + Fix bug in -H flag in ccxxmake, chartread, dispcal, dispread,
+   illumread  spotread so that it works once again.
+
+- Bugfix update from 1.6.1:
+ + Fix bug in average -m
+ + Fix oeminst to work with a wider range of i1d3 install files.
+ + Fix ColorMunki reflective measurement accuracy, particularly for
+   reflective readings.
+- Remove argyllcms-stringcompare.patch, argyllcms-void.patch:
+  merged upstream.
+
+---

Old:

  Argyll_V1.6.0_src.zip
  argyllcms-stringcompare.patch
  argyllcms-void.patch

New:

  Argyll_V1.6.2_src.zip



Other differences:
--
++ argyllcms.spec ++
--- /var/tmp/diff_new_pack.EUlfqn/_old  2013-12-23 19:31:05.0 +0100
+++ /var/tmp/diff_new_pack.EUlfqn/_new  2013-12-23 19:31:05.0 +0100
@@ -25,7 +25,7 @@
 %define archivename Argyll_V%{version}%{?alphaversion}_src.zip
 
 Name:   argyllcms
-Version:1.6.0
+Version:1.6.2
 Release:0
 Summary:ICC compatible color management system
 License:AGPL-3.0 and GPL-2.0+ and MIT
@@ -45,12 +45,8 @@
 Patch9: argyllcms-udev-builtin.patch
 # PATCH-FIX-UPSTREAM argyllcms-udev-hwdb.patch fcro...@suse.com -- usb-db is 
replaced by hwdb in recent udev
 Patch10:argyllcms-udev-hwdb.patch
-# PATCH-FIX-UPSTREAM argyllcms-void.patch sbra...@suse.cz -- Fix missing 
return type.
-Patch11:argyllcms-void.patch
 # PATCH-FIX-UPSTREAM argyllcms-decl.patch sbra...@suse.cz -- Add missing 
headers.
 Patch12:argyllcms-decl.patch
-# PATCH-FIX-UPSTREAM argyllcms-stringcompare.patch sbra...@suse.cz -- Fox 
comparison of pointer with string.
-Patch13:argyllcms-stringcompare.patch
 
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -113,9 +109,7 @@
 %endif
 %endif
 %patch8 -p1 -b .warnings
-%patch11 -p1
 %patch12 -p1
-%patch13 -p1
 
 tar xf %{SOURCE3}
 cd ajam-2.5.2-1.3.3



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



commit calibre for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2013-12-23 19:31:41

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2013-12-10 
17:42:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2013-12-23 
19:31:45.0 +0100
@@ -1,0 +2,24 @@
+Sat Dec 14 14:43:25 UTC 2013 - saigk...@opensuse.org
+
+- updated to version 1.15.0
+- New features:
+  o A new book editor, capable of editing files in the EPUB and AZW3
+(Kindle) formats
+  o Edit metadata dialog: In the tag editor, allow easy filtering of the
+lists of available and applied tags.
+  o Driver for Onyx Boox C65. 
+- Bug fixes:
+  o Kobo driver: Fix book covers not showing for sideloaded kepubs on the
+book details screen, with newer Kobo firmware.
+  o Content server: Popup a more useful error when clicking on the cover
+of a book that has no formats to view.
+  o Cover grid: Fix text showing 'None' for rating fields for books with
+no rating
+  o Cover grid: Set text color based on the background color/image being
+used.
+  o Metadata editor: Fix removing formatting for comments not removing
+background colors.
+  o EPUB Output: Remove name attribute from  tags (replacing with id) to
+keep the asinine epubcheck happy
+
+---

Old:

  calibre-1.13.tar.bz2
  calibre-1.14.0.tar.bz2

New:

  calibre-1.15.0.tar.bz2



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.EfIGIH/_old  2013-12-23 19:31:47.0 +0100
+++ /var/tmp/diff_new_pack.EfIGIH/_new  2013-12-23 19:31:47.0 +0100
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:1.14.0
+Version:1.15.0
 Release:0
 Url:http://calibre-ebook.com
 

++ calibre-1.14.0.tar.bz2 - calibre-1.15.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/calibre/calibre-1.14.0.tar.bz2 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-1.15.0.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 gimp for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2013-12-23 19:33:11

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


Package is gimp

Changes:

--- /work/SRC/openSUSE:Factory/gimp/gimp.changes2013-11-27 
15:28:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.gimp.new/gimp.changes   2013-12-23 
19:33:14.0 +0100
@@ -1,0 +2,32 @@
+Wed Dec 11 17:18:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add gimp-use-recommended-freetype-include.patch: 
+  Freetype upstream recommends using their macros together with
+  ft2build include. Positive sideeffect is that this patch makes
+  it build with both freetype2 2.5.1, and older versions.
+
+---
+Sun Dec  1 21:49:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.8.10:
+  + Core:
+- Set manifest as Windows 8 compatible.
+  + GUI:
+- Indicate if a file was exported in the Quit dialog.
+- Add shortcuts and hint labels to the close and quit dialogs
+  that make closing and quitting easier and more consistent.
+- Rename the File-Export menu labels to match Save/Save as.
+- Fix keyboard shortcuts on OSX Mavericks.
+- Don't open lots of progress popups when opening many files.
+- Correctly restore the hidden state of docks in single window
+  mode.
+  + Libgimp:
+- Fix exporting an image consisting of a single layer group.
+- Don't attempt to pick transparent colors.
+  + Plug-ins: Fix crash in LCMS plugin if RGB profile was missing.
+  + General:
+- Fix compile on NetBSD (missing -lexecinfo).
+- Bug fixes.
+  + Updated translations.
+
+---

Old:

  gimp-2.8.8.tar.bz2

New:

  gimp-2.8.10.tar.bz2
  gimp-use-recommended-freetype-include.patch



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.QGxxui/_old  2013-12-23 19:33:15.0 +0100
+++ /var/tmp/diff_new_pack.QGxxui/_new  2013-12-23 19:33:15.0 +0100
@@ -20,7 +20,7 @@
 %global apiver 2.0
 
 Name:   gimp
-Version:2.8.8
+Version:2.8.10
 Release:0
 Summary:The GNU Image Manipulation Program
 License:GPL-3.0+
@@ -31,6 +31,8 @@
 # openSUSE palette file
 Source2:openSUSE.gpl
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gimp-use-recommended-freetype-include.patch bgo#719560 
hrvoje.sen...@gmail.com -- Use freetype upstream recommended #include style, 
taken from git
+Patch0: gimp-use-recommended-freetype-include.patch
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-devel = 1.0.0
 BuildRequires:  babl-devel = 0.1.10
@@ -222,6 +224,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 translation-update-upstream po-libgimp gimp20-libgimp
 translation-update-upstream po-python gimp20-python
@@ -316,6 +319,8 @@
 %{_bindir}/gimp-2.?
 %{_bindir}/gimp-console
 %{_bindir}/gimp-console-2.?
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gimp.appdata.xml
 %{_datadir}/applications/gimp.desktop
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/gimp/

++ gimp-2.8.8.tar.bz2 - gimp-2.8.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/gimp/gimp-2.8.8.tar.bz2 
/work/SRC/openSUSE:Factory/.gimp.new/gimp-2.8.10.tar.bz2 differ: char 11, line 1

++ gimp-use-recommended-freetype-include.patch ++
From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
From: Michael Natterer mi...@gimp.org
Date: Fri, 29 Nov 2013 20:57:46 +
Subject: Bug 719560 - Build failure with freetype 2.5.1

Apply patch from su-v that fixes the freetype include to
the madness devised and recommended by freetype.
---
(limited to 'app/text/gimpfont.c')

diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
index 4045ca9..66c6e52 100644
--- a/app/text/gimpfont.c
+++ b/app/text/gimpfont.c
@@ -28,7 +28,9 @@
 
 #define PANGO_ENABLE_ENGINE  1   /* Argh */
 #include pango/pango-ot.h
-#include freetype/tttables.h
+
+#include ft2build.h
+#include FT_TRUETYPE_TABLES_H
 
 #include text-types.h
 
--
cgit v0.9.2

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



commit fontinfo for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package fontinfo for openSUSE:Factory 
checked in at 2013-12-23 19:32:44

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


Package is fontinfo

Changes:

--- /work/SRC/openSUSE:Factory/fontinfo/fontinfo.changes2013-12-04 
12:24:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.fontinfo.new/fontinfo.changes   2013-12-23 
19:32:45.0 +0100
@@ -1,0 +2,37 @@
+Fri Dec 20 14:22:18 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131220
+  * charset: view by unicode blocks, individual
+pngs download on demand
+  * fixed or improve some specimen strings
+
+---
+Wed Dec 11 12:27:11 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131211
+  * polishing specimen view
+
+---
+Fri Dec  6 12:06:30 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131206
+  * improve opentype shaping (fix script tag indexing)
+
+---
+Thu Dec  5 16:09:03 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131205
+  * improve opentype shaping
+
+---
+Wed Dec  4 13:33:38 UTC 2013 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---
+Tue Dec  3 15:52:49 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131203
+  * involve harfbuzz to opentype shaping (not completely done)
+
+---
@@ -4 +41 @@
-- updated to verison 20131126
+- updated to version 20131126

Old:

  fontinfo-20131126.tar.bz2

New:

  fontinfo-20131220.tar.bz2



Other differences:
--
++ fontinfo.spec ++
--- /var/tmp/diff_new_pack.TSCCd6/_old  2013-12-23 19:32:45.0 +0100
+++ /var/tmp/diff_new_pack.TSCCd6/_new  2013-12-23 19:32:45.0 +0100
@@ -17,22 +17,23 @@
 
 
 Name:   fontinfo
-Version:20131126
+Version:20131220
 Release:0
-Url:https://build.opensuse.org/package/show/home:pgajdos/fontinfo
 Summary:Overview of Installed Fonts
 License:GPL-2.0+
 Group:  Productivity/Publishing/Other
+Url:https://github.com/pgajdos/fontinfo/
 Source: %{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # discount for THANKS.md - thanks.txt
 BuildRequires:  discount
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  harfbuzz-devel
 BuildRequires:  libpng-devel
 BuildRequires:  pkg-config
 BuildRequires:  rpm-devel
 Suggests:   xdg-utils
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Fontinfo makes an overview over installed fonts on system
@@ -43,20 +44,14 @@
 or switch between default and system rendering of specimen
 and see differences.
 
-Authors:
-
-Petr Gajdos
-Juergen Weigert
-
-
 %prep
-%setup
+%setup -q
 
 %build
 make CFLAGS=%{optflags} %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)

++ fontinfo-20131126.tar.bz2 - fontinfo-20131220.tar.bz2 ++
 5074 lines of diff (skipped)

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



commit glade for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2013-12-23 19:33:36

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


Package is glade

Changes:

--- /work/SRC/openSUSE:Factory/glade/glade.changes  2013-09-27 
17:12:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2013-12-23 
19:33:37.0 +0100
@@ -1,0 +2,27 @@
+Sun Dec 22 12:28:24 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + Fixed bgo#702314 Cancelling an Add Parent action is
+destructive.
+  + pango attribute editor: don't write on cancel for color/font.
+  + Fixed _glade_dnd_dest_set() crash (bgo#711568).
+  + Report parsing error when loading a project (bgo#712289).
+  + Sort object dependancy before saving using a topological
+sorting algorithm (bgo#709609 and bgo#711858).
+  + Fixed bug in GtkScrolledWindow editor, vertical adjustmet was
+refering to the wrong property.
+  + Fixed bgo#711863 'Remove Generated with glade XML comment'.
+  + Fixed requires tag output.
+  + Fixed regresion infering GtkBox virtual size property at load.
+  + Fixed cellrenderer model column combobox chooser.
+  + Fix input issues with numeric property editors.
+  + Fixed Glade shortcuts like Delete by disabling keybindings used
+by shortcuts in every widget in the workspace. Now it is
+possible to delete a selected GtkEntry. 
+  + Fixed bugs in the inspector exposed by DD by implementing
+GladeProject GtkTreeModelIface with a GtkTreeStore proxy
+object.
+  + Fix order of customized property output (bgo#720585).
+  + Updated translations.
+
+---

Old:

  glade-3.16.0.tar.xz

New:

  glade-3.16.1.tar.xz



Other differences:
--
++ glade.spec ++
--- /var/tmp/diff_new_pack.5y5Eda/_old  2013-12-23 19:33:38.0 +0100
+++ /var/tmp/diff_new_pack.5y5Eda/_new  2013-12-23 19:33:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   glade
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:User Interface Builder for GTK+
 License:GPL-2.0+

++ glade-3.16.0.tar.xz - glade-3.16.1.tar.xz ++
 49972 lines of diff (skipped)

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



commit autoyast2 for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-12-23 19:31:14

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-12-17 
10:00:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-12-23 
19:31:15.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 15:05:02 UTC 2013 - lsle...@suse.cz
+
+- control.rng has been moved to yast2-installation-control package
+- 3.1.4
+
+---

Old:

  autoyast2-3.1.3.tar.bz2

New:

  autoyast2-3.1.4.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.oJvhC1/_old  2013-12-23 19:31:15.0 +0100
+++ /var/tmp/diff_new_pack.oJvhC1/_new  2013-12-23 19:31:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -25,9 +25,9 @@
 
 Source1:autoyast_en_html.tar.bz2
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools = 3.1.10
-# /usr/share/YaST2/control/control.rng
-BuildRequires:  yast2-installation
+BuildRequires:  yast2-devtools = 3.1.15
+# control.rng
+BuildRequires:  yast2-installation-control
 # xmllint
 BuildRequires:  libxml2-tools
 
@@ -100,29 +100,10 @@
 %setup -n autoyast2-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-for d in `ls $RPM_BUILD_ROOT/usr/share/autoinstall/modules/*.desktop`; do
-%suse_update_desktop_file $d
-done
+%yast_install
 
 # Class conf
 install -d -m 700 $RPM_BUILD_ROOT/etc/autoinstall
@@ -151,16 +132,13 @@
 mv $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast/* 
$RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/
 rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %{fillup_only -n autoinstall}
 
 %files
 %defattr(-,root,root)
 %dir /etc/autoinstall
-%dir /usr/share/YaST2/include/autoinstall
+%dir %{yast_yncludedir}/autoinstall
 %dir /var/lib/autoinstall/repository
 %dir /var/lib/autoinstall/repository/templates
 %dir /var/lib/autoinstall/repository/rules
@@ -168,32 +146,41 @@
 %dir /var/lib/autoinstall/tmp
 %doc %{_prefix}/share/doc/packages/autoyast2
 
-%{_prefix}/share/applications/YaST2/autoyast.desktop
+%dir %yast_desktopdir
+%{yast_desktopdir}/autoyast.desktop
 /usr/share/autoinstall/modules/*.desktop
-/usr/share/YaST2/include/autoinstall/classes.rb
-/usr/share/YaST2/include/autoinstall/conftree.rb
-/usr/share/YaST2/include/autoinstall/dialogs.rb
-/usr/share/YaST2/include/autoinstall/script_dialogs.rb
-/usr/share/YaST2/include/autoinstall/general_dialogs.rb
-/usr/share/YaST2/include/autoinstall/wizards.rb
-/usr/share/YaST2/include/autoinstall/helps.rb
-/usr/share/YaST2/schema/autoyast/rnc/*.rnc
-
-/usr/share/YaST2/clients/general_auto.rb
-/usr/share/YaST2/clients/report_auto.rb
-/usr/share/YaST2/clients/classes_auto.rb
-/usr/share/YaST2/clients/scripts_auto.rb
-/usr/share/YaST2/clients/software_auto.rb
-/usr/share/YaST2/clients/storage_auto.rb
-/usr/share/YaST2/clients/autoyast.rb
-/usr/share/YaST2/clients/clone_system.rb
-/usr/share/YaST2/clients/ayast_setup.rb
-
-/usr/share/YaST2/scrconf/ksimport.scr
-
-/usr/share/YaST2/modules/AutoinstClass.rb
-/usr/share/YaST2/modules/Kickstart.rb
-/usr/lib/YaST2/servers_non_y2/ag_ksimport
+%dir %{yast_yncludedir}
+%{yast_yncludedir}/autoinstall/classes.rb
+%{yast_yncludedir}/autoinstall/conftree.rb
+%{yast_yncludedir}/autoinstall/dialogs.rb
+%{yast_yncludedir}/autoinstall/script_dialogs.rb
+%{yast_yncludedir}/autoinstall/general_dialogs.rb
+%{yast_yncludedir}/autoinstall/wizards.rb
+%{yast_yncludedir}/autoinstall/helps.rb
+%dir %{yast_schemadir}
+%dir %{yast_schemadir}/autoyast
+%dir %{yast_schemadir}/autoyast/rnc

commit glom for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2013-12-23 19:34:34

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


Package is glom

Changes:

--- /work/SRC/openSUSE:Factory/glom/glom.changes2013-11-27 
15:29:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2013-12-23 
19:34:36.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 21 08:41:33 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.25.5:
+  + Check that we have the pg_config utility.
+  + Add some tests.
+  + Slight improvements to the libglom API.
+
+---

Old:

  glom-1.25.4.tar.xz

New:

  glom-1.25.5.tar.xz



Other differences:
--
++ glom.spec ++
--- /var/tmp/diff_new_pack.2jkjNm/_old  2013-12-23 19:34:36.0 +0100
+++ /var/tmp/diff_new_pack.2jkjNm/_new  2013-12-23 19:34:36.0 +0100
@@ -24,7 +24,7 @@
 Summary:Database designer and user interface
 License:GPL-3.0+
 Group:  Productivity/Databases/Clients
-Version:1.25.4
+Version:1.25.5
 Release:0
 # FIXME: once bnc#793882 is fixed, re-enable %%check section
 Source: 
http://download.gnome.org/sources/glom/1.25/%{name}-%{version}.tar.xz
@@ -50,7 +50,7 @@
 BuildRequires:  pkgconfig(gtkmm-3.0) = 3.4.0
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) = 0.4.0
-BuildRequires:  pkgconfig(libgda-5.0) = 5.1.2
+BuildRequires:  pkgconfig(libgda-5.0) = 5.2.1
 BuildRequires:  pkgconfig(libgda-mysql-5.0)
 BuildRequires:  pkgconfig(libgda-postgres-5.0)
 BuildRequires:  pkgconfig(libgdamm-5.0) = 4.99.6

++ glom-1.25.4.tar.xz - glom-1.25.5.tar.xz ++
/work/SRC/openSUSE:Factory/glom/glom-1.25.4.tar.xz 
/work/SRC/openSUSE:Factory/.glom.new/glom-1.25.5.tar.xz differ: char 26, line 1

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



commit firebird for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2013-12-23 19:32:29

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


Package is firebird

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird-classic.changes
2013-09-13 14:46:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird-classic.changes   
2013-12-23 19:32:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 17 17:04:03 UTC 2013 - sch...@suse.de
+
+- m68k-support.patch: add support for m68k
+
+---
firebird.changes: same change

New:

  m68k-support.patch



Other differences:
--
++ firebird-classic.spec ++
--- /var/tmp/diff_new_pack.kaX8E6/_old  2013-12-23 19:32:31.0 +0100
+++ /var/tmp/diff_new_pack.kaX8E6/_new  2013-12-23 19:32:31.0 +0100
@@ -58,6 +58,7 @@
 Patch11:%{bname}-2.5.2-CORE-4058.patch
 Patch12:aarch64-support.patch
 Patch13:firebird-fix-unsigned-char.diff
+Patch14:m68k-support.patch
 Patch21:%{bname}-2.5.2-isqlalign.patch
 Patch22:%{bname}-2.5.2-isqllocale.patch
 Patch23:%{bname}-2.5.2-isqlwidth.patch
@@ -89,6 +90,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1

++ firebird.spec ++
--- /var/tmp/diff_new_pack.kaX8E6/_old  2013-12-23 19:32:31.0 +0100
+++ /var/tmp/diff_new_pack.kaX8E6/_new  2013-12-23 19:32:31.0 +0100
@@ -56,6 +56,7 @@
 Patch11:%{name}-2.5.2-CORE-4058.patch
 Patch12:aarch64-support.patch
 Patch13:firebird-fix-unsigned-char.diff
+Patch14:m68k-support.patch
 Patch21:%{name}-2.5.2-isqlalign.patch
 Patch22:%{name}-2.5.2-isqllocale.patch
 Patch23:%{name}-2.5.2-isqlwidth.patch
@@ -82,6 +83,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1

++ m68k-support.patch ++
Index: Firebird-2.5.2.26539-0/src/jrd/common.h
===
--- Firebird-2.5.2.26539-0.orig/src/jrd/common.h
+++ Firebird-2.5.2.26539-0/src/jrd/common.h
@@ -196,6 +196,12 @@
 #define IMPLEMENTATION  isc_info_db_impl_linux_aarch64 /* 84  */
 #endif /* alpha */
 
+#ifdef __mc68000__
+#define IMPLEMENTATION  isc_info_db_impl_linux_m68k /* 85  */
+#undef FB_ALIGNMENT
+#define FB_ALIGNMENT 4
+#endif /* mc68000 */
+
 #endif /* LINUX */
 
 
Index: Firebird-2.5.2.26539-0/src/jrd/inf_pub.h
===
--- Firebird-2.5.2.26539-0.orig/src/jrd/inf_pub.h
+++ Firebird-2.5.2.26539-0/src/jrd/inf_pub.h
@@ -216,6 +216,7 @@ enum  info_db_implementations
isc_info_db_impl_linux_hppa = 82,
isc_info_db_impl_linux_alpha = 83,
isc_info_db_impl_linux_aarch64 = 84,
+   isc_info_db_impl_linux_m68k = 85,
 
isc_info_db_impl_last_value   // Leave this LAST!
 };
Index: Firebird-2.5.2.26539-0/src/jrd/pag.cpp
===
--- Firebird-2.5.2.26539-0.orig/src/jrd/pag.cpp
+++ Firebird-2.5.2.26539-0/src/jrd/pag.cpp
@@ -163,9 +163,10 @@ static const int CLASS_LINUX_SHEB = 39;
 static const int CLASS_LINUX_HPPA = 40;// LINUX/HPPA
 static const int CLASS_LINUX_ALPHA = 41;   // LINUX/ALPHA
 static const int CLASS_LINUX_AARCH64 = 42; // LINUX/AARCH64
+static const int CLASS_LINUX_M68K = 43;// LINUX/M68K
 
 static const int CLASS_MAX10 = CLASS_LINUX_AMD64;  // This should not be 
changed, no new ports with ODS10
-static const int CLASS_MAX = CLASS_LINUX_AARCH64;
+static const int CLASS_MAX = CLASS_LINUX_M68K;
 
 // ARCHITECTURE COMPATIBILITY CLASSES
 
@@ -265,7 +266,8 @@ static const ArchitectureType archMatrix
archBigEndian,// CLASS_LINUX_SHEB
archBigEndian,// CLASS_LINUX_HPPA
archLittleEndian, // CLASS_LINUX_ALPHA
-   archLittleEndian  // CLASS_LINUX_AARCH64
+   archLittleEndian, // CLASS_LINUX_AARCH64
+   archBigEndian // CLASS_LINUX_M68K
 };
 
 #ifdef __sun
@@ -331,6 +333,8 @@ const SSHORT CLASS  = CLASS_LINUX_HPPA;
 const SSHORT CLASS = CLASS_LINUX_ALPHA;
 #elif defined(__aarch64__)
 const SSHORT CLASS = CLASS_LINUX_AARCH64;
+#elif defined(__mc68000__)
+const SSHORT CLASS = CLASS_LINUX_M68K;
 #else
 #error no support on other hardware for Linux
 #endif
Index: Firebird-2.5.2.26539-0/src/jrd/utl.cpp
===
--- Firebird-2.5.2.26539-0.orig/src/jrd/utl.cpp
+++ Firebird-2.5.2.26539-0/src/jrd/utl.cpp
@@ 

commit gcc48 for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package gcc48 for openSUSE:Factory checked 
in at 2013-12-23 19:32:57

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


Package is gcc48

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc48/cross-aarch64-gcc48-icecream-backend.changes   
2013-12-07 07:44:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gcc48.new/cross-aarch64-gcc48-icecream-backend.changes
  2013-12-23 19:32:58.0 +0100
@@ -1,0 +2,25 @@
+Fri Dec 20 10:36:13 UTC 2013 - rguent...@suse.com
+
+- Fix include-fixed removals.
+
+---
+Thu Dec 19 09:45:37 UTC 2013 - rguent...@suse.com
+
+- Update to gcc-4_8-branch head (r206104).
+
+---
+Thu Dec 12 16:16:49 UTC 2013 - sch...@suse.de
+
+- Wunprototyped-calls.diff: properly initialize warning
+
+---
+Tue Dec 10 15:15:02 UTC 2013 - rguent...@suse.com
+
+- Update to gcc-4_8-branch head (r205850).
+
+---
+Mon Dec  9 10:06:25 UTC 2013 - rguent...@suse.com
+
+- Cleanup include-fixed removals.
+
+---
cross-armv6hl-gcc48-icecream-backend.changes: same change
cross-armv7hl-gcc48-icecream-backend.changes: same change
cross-hppa-gcc48-icecream-backend.changes: same change
cross-i386-gcc48-icecream-backend.changes: same change
cross-ia64-gcc48-icecream-backend.changes: same change
cross-ppc-gcc48-icecream-backend.changes: same change
cross-ppc64-gcc48-icecream-backend.changes: same change
cross-s390-gcc48-icecream-backend.changes: same change
cross-s390x-gcc48-icecream-backend.changes: same change
cross-x86_64-gcc48-icecream-backend.changes: same change
gcc48-testresults.changes: same change
gcc48.changes: same change
libffi48.changes: same change
libgcj48.changes: same change

Old:

  gcc-4.8.2-r203692.tar.bz2

New:

  gcc-4.8.2-r206104.tar.bz2



Other differences:
--
++ cross-aarch64-gcc48-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.vMPxzi/_old  2013-12-23 19:33:02.0 +0100
+++ /var/tmp/diff_new_pack.vMPxzi/_new  2013-12-23 19:33:02.0 +0100
@@ -91,7 +91,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.8.2+r203692
+Version:4.8.2+r206104
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

cross-armv6hl-gcc48-icecream-backend.spec: same change
cross-armv7hl-gcc48-icecream-backend.spec: same change
cross-hppa-gcc48-icecream-backend.spec: same change
cross-i386-gcc48-icecream-backend.spec: same change
cross-ia64-gcc48-icecream-backend.spec: same change
cross-ppc-gcc48-icecream-backend.spec: same change
cross-ppc64-gcc48-icecream-backend.spec: same change
cross-s390-gcc48-icecream-backend.spec: same change
cross-s390x-gcc48-icecream-backend.spec: same change
cross-x86_64-gcc48-icecream-backend.spec: same change
gcc48-testresults.spec: same change
++ gcc48.spec ++
--- /var/tmp/diff_new_pack.vMPxzi/_old  2013-12-23 19:33:03.0 +0100
+++ /var/tmp/diff_new_pack.vMPxzi/_new  2013-12-23 19:33:03.0 +0100
@@ -205,7 +205,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.8.2+r203692
+Version:4.8.2+r206104
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -2069,22 +2069,9 @@
 rm -f $RPM_BUILD_ROOT%{_prefix}/bin/%{GCCDIST}-*
 rm -rf $RPM_BUILD_ROOT%{libsubdir}/install-tools
 #rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libgcj%{binsuffix}.pc
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/root
-rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/curses.h
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/asm-*
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/linux
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sound
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/features.h
-rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/ncurses.h
-rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/stdio.h
 rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/zutil.h
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/X11
-rm -rf $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits
-rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/obstack.h
-rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/spe.h
-rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/tgmath.h
-rm -rf 

commit grep for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2013-12-23 19:36:53

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


Package is grep

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2013-12-19 
13:33:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2013-12-23 
19:36:54.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 01:36:52 UTC 2013 - uweig...@de.ibm.com
+
+- grep-gnulib-ppc64le.patch: Fix imported gnulib long double math
+  tests for little-endian PowerPC.
+
+---

New:

  grep-gnulib-ppc64le.patch



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.llQaBD/_old  2013-12-23 19:36:54.0 +0100
+++ /var/tmp/diff_new_pack.llQaBD/_new  2013-12-23 19:36:54.0 +0100
@@ -34,6 +34,8 @@
 Source0:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grepdownload=1#/%{name}.keyring
+# Fix imported gnulib long double math tests for little-endian PowerPC
+Patch1: grep-gnulib-ppc64le.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 %if 0%{?suse_version}  1120
 echo 
ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a} 
config.cache
 %endif


++ grep-gnulib-ppc64le.patch ++
diff --git a/gnulib-tests/test-isnanl.h b/gnulib-tests/test-isnanl.h
index 06e6a7c..2df10f8 100644
--- a/gnulib-tests/test-isnanl.h
+++ b/gnulib-tests/test-isnanl.h
@@ -51,6 +51,15 @@ main ()
   /* A bit pattern that is different from a Quiet NaN.  With a bit of luck,
  it's a Signalling NaN.  */
   {
+#if defined __powerpc__  LDBL_MANT_DIG == 106
+/* This is PowerPC double double, a pair of two doubles.  Inf and Nan are
+   represented as the corresponding 64-bit IEEE values in the first double;
+   the second is ignored.  Manipulate only the first double.  */
+#undef NWORDS
+#define NWORDS \
+  ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int))
+#endif
+
 memory_long_double m;
 m.value = NaNl ();
 # if LDBL_EXPBIT0_BIT  0
diff --git a/gnulib-tests/test-signbit.c b/gnulib-tests/test-signbit.c
index e8ea097..7e24292 100644
--- a/gnulib-tests/test-signbit.c
+++ b/gnulib-tests/test-signbit.c
@@ -151,6 +151,16 @@ test_signbitl ()
 #define NWORDS \
   ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned 
int))
 typedef union { long double value; unsigned int word[NWORDS]; } 
memory_long_double;
+
+#if defined __powerpc__  LDBL_MANT_DIG == 106
+/* This is PowerPC double double, a pair of two doubles.  Inf and Nan are
+   represented as the corresponding 64-bit IEEE values in the first double;
+   the second is ignored.  Manipulate only the first double.  */
+#undef NWORDS
+#define NWORDS \
+  ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int))
+#endif
+
 memory_long_double m;
 m.value = zerol / zerol;
 # if LDBL_EXPBIT0_BIT  0

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



commit gparted for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2013-12-23 19:35:17

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


Package is gparted

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2013-12-16 
16:26:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2013-12-23 
19:35:18.0 +0100
@@ -1,0 +2,17 @@
+Sun Dec 15 18:32:41 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.17.0:
+  + Add support for online resize, requires patched version of
+libparted, kernel = 3.6, and a config flag.
+  + Recognize Linux Swap Suspend and Software RAID partitions.
+  + Fix busy detection for Linux Software RAID and extended
+partitions.
+  + Fix systemctl runtime mask to prevent automounting partitions.
+  + Bugs fixed: bgo#694622, bgo#708107, bgo#709276, bgo#708378,
+bgo#652044, bgo#709640, bgo#712633, bgo#705596, bgo#74,
+bgo#709164.
+  + Updated translations.
+- Intentionally not pass --enable-online-resize to configure, as
+  we do not ship the patched libparted.
+
+---

Old:

  gparted-0.16.2.tar.bz2

New:

  gparted-0.17.0.tar.bz2



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.vIfPE1/_old  2013-12-23 19:35:19.0 +0100
+++ /var/tmp/diff_new_pack.vIfPE1/_new  2013-12-23 19:35:19.0 +0100
@@ -17,13 +17,14 @@
 
 
 Name:   gparted
-Version:0.16.2
+## FIXME: Once we have a new enough libparted, pass --enable-online-resize to 
configure.
+Version:0.17.0
 Release:0
 Summary:Gnome Partition Editor
 License:GPL-2.0
 Group:  System/Filesystems
 Url:http://gparted.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.16.2/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.17.0/%{name}-%{version}.tar.bz2
 Source1:gparted.policy
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
@@ -97,6 +98,8 @@
 %{_sbindir}/gparted
 %{_sbindir}/gpartedbin
 %{_mandir}/man8/gparted.8.gz
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*x*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

++ gparted-0.16.2.tar.bz2 - gparted-0.17.0.tar.bz2 ++
 38443 lines of diff (skipped)


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



commit inkscape for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2013-12-23 22:15:49

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


Package is inkscape

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2013-06-25 
07:25:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2013-12-23 
22:15:50.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 11 18:18:09 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add inkscape-use-recommended-freetype-include.patch: Freetype
+  upstream recommends using their macros together with ft2build.h
+  include. Positive sideeffect is that this patch makes it build
+  with both freetype2 2.5.1, and older versions.
+
+---

New:

  inkscape-use-recommended-freetype-include.patch



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.9ss7BI/_old  2013-12-23 22:15:51.0 +0100
+++ /var/tmp/diff_new_pack.9ss7BI/_new  2013-12-23 22:15:51.0 +0100
@@ -37,6 +37,8 @@
 Patch4: inkscape-apply-invert-transform.patch
 # PATCH-FIX-UPSTREAM inkscape-gcc48-buildfix.patch lp#1095364 nico...@yahoo.fr 
-- Fix build with GCC 4.8.
 Patch5: inkscape-gcc48-buildfix.patch
+# PATCH-FIX-UPSTREAM inkscape-use-recommended-freetype-include.patch 
hrvoje.sen...@gmail.com -- Use freetype recommended include style
+Patch6: inkscape-use-recommended-freetype-include.patch
 BuildRequires:  boost-devel
 BuildRequires:  docbook-toys
 BuildRequires:  fdupes
@@ -161,6 +163,7 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p0
+%patch6 -p0
 
 %build
 RPM_OPT_FLAGS=%{optflags}

++ inkscape-use-recommended-freetype-include.patch ++
--- src/libnrtype/FontFactory.h.orig2013-12-08 11:01:49.0 +0100
+++ src/libnrtype/FontFactory.h 2013-12-08 11:02:22.0 +0100
@@ -31,7 +31,8 @@
 #include pango/pangowin32.h
 #else
 #include pango/pangoft2.h
-#include freetype/freetype.h
+#include ft2build.h
+#include FT_FREETYPE_H
 #endif
 
 namespace Glib
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgnomeprint for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libgnomeprint for openSUSE:Factory 
checked in at 2013-12-23 22:16:13

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


Package is libgnomeprint

Changes:

--- /work/SRC/openSUSE:Factory/libgnomeprint/libgnomeprint.changes  
2013-03-20 11:43:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomeprint.new/libgnomeprint.changes 
2013-12-23 22:16:14.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 14 16:59:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add libgnomeprint-use-recommended-freetype-include.patch:
+  Freetype upstream recommends using their macros together with
+  ft2build include. Positive sideeffect is that this patch makes it
+  build with both freetype2 2.5.1, and older versions.
+
+---

New:

  libgnomeprint-use-recommended-freetype-include.patch



Other differences:
--
++ libgnomeprint.spec ++
--- /var/tmp/diff_new_pack.c132f3/_old  2013-12-23 22:16:15.0 +0100
+++ /var/tmp/diff_new_pack.c132f3/_new  2013-12-23 22:16:15.0 +0100
@@ -50,6 +50,8 @@
 Patch3: libgnomeprint-pdf-invalid-path-176712.patch
 # PATCH-FIX-UPSTREAM libgnomeprint-missing-include.patch bgo#653388 
vu...@opensuse.org -- Add missing include to fix build
 Patch4: libgnomeprint-missing-include.patch
+# PATCH-FIX-UPSTREAM libgnomeprint-use-recommended-freetype-include.patch 
hrvoje.sen...@gmail.com -- Use freetype upstream recommended #include style
+Patch5: libgnomeprint-use-recommended-freetype-include.patch
 Recommends: %{name}-lang
 
 %description
@@ -95,6 +97,7 @@
 %patch1 
 %patch3
 %patch4 -p1
+%patch5 -p0
 
 %build
 autoreconf -f -i

++ libgnomeprint-use-recommended-freetype-include.patch ++
--- libgnomeprint/gnome-font-face.c.orig2010-02-09 06:32:51.0 
-0600
+++ libgnomeprint/gnome-font-face.c 2013-11-30 04:10:52.0 -0600
@@ -36,7 +36,8 @@
 #include stdarg.h
 #include locale.h
 
-#include freetype/ftoutln.h
+#include ft2build.h
+#include FT_OUTLINE_H
 
 #include libgnomeprint/gnome-print-private.h
 #include libgnomeprint/gnome-font-private.h
--- libgnomeprint/gnome-print-gdi.c.orig2010-02-09 06:32:51.0 
-0600
+++ libgnomeprint/gnome-print-gdi.c 2013-11-30 04:10:07.0 -0600
@@ -36,7 +36,7 @@
 #include libgnomeprint/gp-gc-private.h
 
 #include ft2build.h
-#include freetype/freetype.h
+#include FT_FREETYPE_H
 
 #define WIN32_LEAN_AND_MEAN
 #include windows.h
--- libgnomeprint/gnome-rfont.c.orig2010-02-09 06:32:51.0 -0600
+++ libgnomeprint/gnome-rfont.c 2013-11-30 04:09:50.0 -0600
@@ -28,8 +28,8 @@
 
 #include ft2build.h
 #include FT_FREETYPE_H
-#include freetype/ftglyph.h
-#include freetype/ftbbox.h
+#include FT_GLYPH_H
+#include FT_BBOX_H
 #include libart_lgpl/art_misc.h
 #include libart_lgpl/art_affine.h
 #include libart_lgpl/art_vpath.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libofx for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package libofx for openSUSE:Factory checked 
in at 2013-12-23 22:16:30

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


Package is libofx

Changes:

--- /work/SRC/openSUSE:Factory/libofx/libofx.changes2013-05-16 
18:17:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libofx.new/libofx.changes   2013-12-23 
22:16:31.0 +0100
@@ -1,0 +2,11 @@
+Sun Dec 22 18:02:41 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.9.9:
+  + Fix missing increment of SO_CURRENT number in libofx-0.9.6 to
+avoid crashes when mixing this with older applications.
+  + bug#41: Fix a crash that occurs while importing a possibly
+invalid OFX file.
+- Rename libofx5 subpackage to libofx6, following the soname bump.
+- Delete backup files that should not be in the tarball.
+
+---

Old:

  libofx-0.9.8.tar.gz

New:

  libofx-0.9.9.tar.gz



Other differences:
--
++ libofx.spec ++
--- /var/tmp/diff_new_pack.OPooFB/_old  2013-12-23 22:16:32.0 +0100
+++ /var/tmp/diff_new_pack.OPooFB/_new  2013-12-23 22:16:32.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libofx
-Version:0.9.8
+Version:0.9.9
 Release:0
 Summary:OFX Command Parser and API
 License:GPL-2.0+
 Group:  Development/Libraries/Other
 Url:http://libofx.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/libofx/libofx/0.9.8/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/libofx/libofx/0.9.9/%{name}-%{version}.tar.gz
 BuildRequires:  curl-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -44,12 +44,12 @@
 It has since evolved into a generic library, so all OpenSource
 Financial software can benefit from it.
 
-%package -n libofx5
+%package -n libofx6
 Summary:OFX Command Parser and API
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 
-%description -n libofx5
+%description -n libofx6
 LibOFX is a parser and API designed to allow applications to support
 OFX command responses, usually provided by financial institutions for
 statement downloads. The author says, To my knowledge, it is the first
@@ -89,24 +89,27 @@
 mv %{buildroot}%{_datadir}/doc/libofx %{buildroot}%{_defaultdocdir}/%{name}
 rm %{buildroot}%{_defaultdocdir}/%{name}/INSTALL
 cp -a doc/ofx_sample_files/*.* %{buildroot}%{_defaultdocdir}/%{name}/
+## Remove backupfiles that should not be in the tarball.
+rm %{buildroot}%{_defaultdocdir}/%{name}/*.*fx~
 cp -a doc/html %{buildroot}%{_defaultdocdir}/%{name}/
 %fdupes %{buildroot}
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libofx5 -p /sbin/ldconfig
+%post -n libofx6 -p /sbin/ldconfig
 
-%postun -n libofx5 -p /sbin/ldconfig
+%postun -n libofx6 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/[ACNR]*
+%doc %{_defaultdocdir}/%{name}/*.ofx
 %doc %{_defaultdocdir}/%{name}/*.txt
 %{_bindir}/*
 %{_datadir}/libofx/
 %{_mandir}/man1/*.1%{?ext_man}
 
-%files -n libofx5
+%files -n libofx6
 %defattr (-, root, root)
 %{_libdir}/*.so.*
 

++ libofx-0.9.8.tar.gz - libofx-0.9.9.tar.gz ++
 9710 lines of diff (skipped)

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



commit libgpod for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

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

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


Package is libgpod

Changes:

--- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes  2013-07-16 
16:42:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgpod.new/libgpod.changes 2013-12-23 
22:16:24.0 +0100
@@ -1,0 +2,15 @@
+Sun Dec 22 15:07:31 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.8.3:
+  + Add support for libimobiledevice 1.1.5.
+  + Remove use of some deprecated glib functions.
+  + Fix various issues found using clang/cppcheck.
+  + Improve robustness of the iphone callout.
+- Drop libgpod-libimobiledevice-fix.patch, fixed upstream.
+- Stop passing --enable-udev to configure, now default enabled.
+- Remove conditional BuildRequires for obsolete openSUSE versions
+  (11.2 and older, no longer supported as evergreen either).
+- Stop passing --with-hal-callouts-dir=%{_libexecdir}/hal and
+  and --disable-udev only needed for obsolete openSUSE versions.
+
+---

Old:

  libgpod-0.8.2.tar.bz2
  libgpod-libimobiledevice-fix.patch

New:

  libgpod-0.8.3.tar.bz2



Other differences:
--
++ libgpod.spec ++
--- /var/tmp/diff_new_pack.vhCAUs/_old  2013-12-23 22:16:25.0 +0100
+++ /var/tmp/diff_new_pack.vhCAUs/_new  2013-12-23 22:16:25.0 +0100
@@ -21,7 +21,7 @@
 Name:   libgpod
 %define libsoname  %{name}4
 
-Version:0.8.2
+Version:0.8.3
 Release:0
 Url:http://www.gtkpod.org/libgpod.html
 Summary:Library to Manipulate Songs and Playlists Stored on an iPod
@@ -29,8 +29,6 @@
 Group:  System/Libraries
 Source: 
http://downloads.sourceforge.net/project/gtkpod/libgpod/libgpod-0.8/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-# PATCH-FIX-OPENSUSE co...@suse.de -- compile with newer libimobiledevice
-Patch0: libgpod-libimobiledevice-fix.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
@@ -39,13 +37,8 @@
 BuildRequires:  gtk-sharp2
 %endif
 BuildRequires:  gtk2-devel
-%if 0%{?suse_version} = 1120
-BuildRequires:  hal-devel
-%endif
 BuildRequires:  intltool
-%if 0%{?suse_version} = 1130
 BuildRequires:  libimobiledevice-devel
-%endif
 BuildRequires:  libplist-devel
 BuildRequires:  libusb-devel
 BuildRequires:  libxml2-devel
@@ -149,20 +142,13 @@
 %lang_package
 %prep
 %setup -q
-%if 0%{suse_version}  1230
-%patch0 -p1
-%endif
 
 %build
-%configure --disable-silent-rules --with-pic \
+%configure --disable-silent-rules \
+   --with-pic \
 --disable-static \
-%if 0%{?suse_version} = 1120
---with-hal-callouts-dir=%{_libexecdir}/hal \
-%else
---enable-udev \
 --without-hal \
 --with-udev-dir=%{_udevdir} \
-%endif
 --with-python=yes
 make %{?jobs:-j%jobs}
 
@@ -191,14 +177,9 @@
 %files tools
 %defattr (-, root, root)
 %{_bindir}/ipod-read-sysinfo-extended
-%if 0%{?suse_version} = 1120
-%{_libexecdir}/hal/libgpod-callout
-%{_datadir}/hal/fdi/policy/20thirdparty/20-libgpod-sysinfo-extended.fdi
-%else
 %{_udevdir}/ipod-set-info
 %{_udevdir}/iphone-set-info
 %{_udevdir}/rules.d/90-libgpod.rules
-%endif
 
 %files devel
 %defattr (-, root, root)

++ libgpod-0.8.2.tar.bz2 - libgpod-0.8.3.tar.bz2 ++
 24638 lines of diff (skipped)

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



commit os-prober for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package os-prober for openSUSE:Factory 
checked in at 2013-12-23 22:17:04

Comparing /work/SRC/openSUSE:Factory/os-prober (Old)
 and  /work/SRC/openSUSE:Factory/.os-prober.new (New)


Package is os-prober

Changes:

--- /work/SRC/openSUSE:Factory/os-prober/os-prober.changes  2013-12-10 
17:44:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.os-prober.new/os-prober.changes 2013-12-23 
22:17:05.0 +0100
@@ -1,0 +2,9 @@
+Wed Dec 18 04:16:03 UTC 2013 - mch...@suse.com
+
+- add os-prober-fix-btrfs-subvol-mounted-tests.patch
+  * move btrfs subvolume mounted tests after regualr rootfs tree
+tests to make sure that root and subvolume fs tree are tested.
+  * the test order is just a preference, assuming that distribution
+are installed to root fs tree more likely than to a subvolume.
+
+---

New:

  os-prober-fix-btrfs-subvol-mounted-tests.patch



Other differences:
--
++ os-prober.spec ++
--- /var/tmp/diff_new_pack.HYFIfF/_old  2013-12-23 22:17:06.0 +0100
+++ /var/tmp/diff_new_pack.HYFIfF/_new  2013-12-23 22:17:06.0 +0100
@@ -49,6 +49,8 @@
 Patch11:os-prober-accept-ESP-on-IMSM.patch
 # PATCH-FIX-OPENSUSE: don't modprobe all file system modules and don't test 
mount on unknown partition (bnc#851722)
 Patch12:os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
+# PATCH-FIX-OPENSUSE: fix os-prober entries for distro on btrfs root-fs not 
created (bnc#846003)
+Patch13:os-prober-fix-btrfs-subvol-mounted-tests.patch
 
 Requires:   /bin/grep
 Requires:   /bin/sed
@@ -79,6 +81,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 make %{?_smp_mflags} CC=%__cc CFLAGS=%{optflags}

++ os-prober-fix-btrfs-subvol-mounted-tests.patch ++
Index: os-prober-1.61/os-probes/common/50mounted-tests
===
--- os-prober-1.61.orig/os-probes/common/50mounted-tests
+++ os-prober-1.61/os-probes/common/50mounted-tests
@@ -56,10 +56,54 @@ fi
 
 mounted=
 
-# all btrfs processing here.  Handle both unmounted and
-# mounted subvolumes.
 if [ $types = btrfs ]; then
partition=$BTRFSDEV
+fi
+
+if type grub2-mount /dev/null 21  \
+   type grub2-probe /dev/null 21  \
+   grub2-mount $partition $tmpmnt 2/dev/null; then
+   mounted=1
+   type=$(grub2-probe -d $partition -t fs) || true
+   if [ $type ]; then
+   debug mounted using GRUB $type filesystem driver
+   else
+   debug mounted using GRUB, but unknown filesystem?
+   type=fuseblk
+   fi
+else
+   ro_partition $partition
+   for type in $types; do
+   if mount -o ro -t $type $partition $tmpmnt 2/dev/null; 
then
+   debug mounted as $type filesystem
+   mounted=1
+   break
+   fi
+   done
+fi
+
+if [ $mounted ]; then
+   for test in /usr/lib/os-probes/mounted/*; do
+   debug running subtest $test
+   if [ -f $test ]  [ -x $test ]; then
+   if $test $partition $tmpmnt $type; then
+   debug os found by subtest $test
+   if ! umount $tmpmnt; then
+   warn failed to umount $tmpmnt
+   fi
+   rmdir $tmpmnt || true
+   exit 0
+   fi
+   fi
+   done
+   if ! umount $tmpmnt; then
+   warn failed to umount $tmpmnt
+   fi
+fi
+
+# all btrfs subvol processing here.  Handle both unmounted and
+# mounted subvolumes.
+if [ $types = btrfs ]; then
debug begin btrfs processing for $UUID
# note that the btrfs volume must not be mounted ro
if mount -t btrfs -U $UUID $tmpmnt  2/dev/null; then
@@ -117,52 +161,9 @@ if [ $types = btrfs ]; then
fi
fi
done
-   rmdir $tmpmnt || true
if [ $found ]; then
+   rmdir $tmpmnt || true
exit 0
-   else
-   exit 1
-   fi
-fi
-
-if type grub2-mount /dev/null 21  \
-   type grub2-probe /dev/null 21  \
-   grub2-mount $partition $tmpmnt 2/dev/null; then
-   mounted=1
-   type=$(grub2-probe -d $partition -t fs) || true
-   if [ $type ]; then
-   debug mounted using GRUB $type filesystem driver
-   else
-   debug mounted using GRUB, but unknown filesystem?
-   type=fuseblk
-   fi
-else
-   ro_partition $partition
-   for type in 

commit openssl for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2013-12-23 22:16:55

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


Package is openssl

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2013-12-19 
13:34:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2013-12-23 
22:16:57.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 22 08:10:55 UTC 2013 - shch...@suse.com
+
+- Fixed bnc#856687, openssl: crash when using TLS 1.2 
+  Add file: CVE-2013-6449.patch 
+
+---

New:

  CVE-2013-6449.patch



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.cq8NAA/_old  2013-12-23 22:16:58.0 +0100
+++ /var/tmp/diff_new_pack.cq8NAA/_new  2013-12-23 22:16:58.0 +0100
@@ -63,6 +63,7 @@
 Patch15:openssl-1.0.1e-fips.patch
 Patch16:openssl-1.0.1e-fips-ec.patch
 Patch17:openssl-1.0.1e-fips-ctor.patch
+Patch18:CVE-2013-6449.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -169,6 +170,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 cp -p %{S:10} .
 cp -p %{S:11} .

++ CVE-2013-6449.patch ++
Index: openssl-1.0.1e/ssl/s3_lib.c
===
--- openssl-1.0.1e.orig/ssl/s3_lib.c
+++ openssl-1.0.1e/ssl/s3_lib.c
@@ -4274,7 +4274,7 @@ need to go to SSL_ST_ACCEPT.
 long ssl_get_algorithm2(SSL *s)
{
long alg2 = s-s3-tmp.new_cipher-algorithm2;
-   if (TLS1_get_version(s) = TLS1_2_VERSION 
+   if (s-method-version == TLS1_2_VERSION 
alg2 == (SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF))
return SSL_HANDSHAKE_MAC_SHA256 | TLS1_PRF_SHA256;
return alg2;
Index: openssl-1.0.1e/ssl/s3_both.c
===
--- openssl-1.0.1e.orig/ssl/s3_both.c
+++ openssl-1.0.1e/ssl/s3_both.c
@@ -161,6 +161,10 @@ int ssl3_send_finished(SSL *s, int a, in
 
i=s-method-ssl3_enc-final_finish_mac(s,
sender,slen,s-s3-tmp.finish_md);
+
+   if (i == 0)
+   return 0;
+
s-s3-tmp.finish_md_len = i;
memcpy(p, s-s3-tmp.finish_md, i);
p+=i;
Index: openssl-1.0.1e/ssl/s3_pkt.c
===
--- openssl-1.0.1e.orig/ssl/s3_pkt.c
+++ openssl-1.0.1e/ssl/s3_pkt.c
@@ -1459,8 +1459,14 @@ int ssl3_do_change_cipher_spec(SSL *s)
slen=s-method-ssl3_enc-client_finished_label_len;
}
 
-   s-s3-tmp.peer_finish_md_len = s-method-ssl3_enc-final_finish_mac(s,
+   i = s-method-ssl3_enc-final_finish_mac(s,
sender,slen,s-s3-tmp.peer_finish_md);
+   if (i == 0)
+   {
+   SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC, ERR_R_INTERNAL_ERROR);
+   return 0;
+   }
+   s-s3-tmp.peer_finish_md_len = i;
 
return(1);
}
Index: openssl-1.0.1e/ssl/t1_enc.c
===
--- openssl-1.0.1e.orig/ssl/t1_enc.c
+++ openssl-1.0.1e/ssl/t1_enc.c
@@ -915,18 +915,19 @@ int tls1_final_finish_mac(SSL *s,
if (mask  ssl_get_algorithm2(s))
{
int hashsize = EVP_MD_size(md);
-   if (hashsize  0 || hashsize  (int)(sizeof buf - 
(size_t)(q-buf)))
+   EVP_MD_CTX *hdgst = s-s3-handshake_dgst[idx];
+   if (!hdgst || hashsize  0 || hashsize  (int)(sizeof 
buf - (size_t)(q-buf)))
{
/* internal error: 'buf' is too small for this 
cipersuite! */
err = 1;
}
else
{
-   
EVP_MD_CTX_copy_ex(ctx,s-s3-handshake_dgst[idx]);
-   EVP_DigestFinal_ex(ctx,q,i);
-   if (i != (unsigned int)hashsize) /* can't 
really happen */
+   if (!EVP_MD_CTX_copy_ex(ctx, hdgst) ||
+   !EVP_DigestFinal_ex(ctx,q,i) ||
+   (i != (unsigned int)hashsize))
err = 1;
-   q+=i;
+   q+=hashsize;
}
}
}

-- 
To unsubscribe, e-mail: 

commit ipadic for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package ipadic for openSUSE:Factory checked 
in at 2013-12-23 22:15:57

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


Package is ipadic

Changes:

--- /work/SRC/openSUSE:Factory/ipadic/ipadic.changes2012-01-04 
07:24:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.ipadic.new/ipadic.changes   2013-12-23 
22:15:59.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec 21 17:00:51 UTC 2013 - co...@suse.com
+
+- buildignore our own name to avoid bootstap problems with
+  chasen
+
+---



Other differences:
--
++ ipadic.spec ++
--- /var/tmp/diff_new_pack.dOJNSg/_old  2013-12-23 22:15:59.0 +0100
+++ /var/tmp/diff_new_pack.dOJNSg/_new  2013-12-23 22:15:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ipadic
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,6 +19,7 @@
 Name:   ipadic
 BuildRequires:  chasen-devel
 BuildRequires:  perl-Text-ChaSen
+#!BuildIgnore:  ipadic
 PreReq: %install_info_prereq
 Version:2.6.3
 Release:0

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



commit kiwi for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-12-23 22:16:06

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-12-17 
10:01:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-12-23 
22:16:09.0 +0100
@@ -1,0 +2,32 @@
+Fri Dec 20 22:33:35 CET 2013 - m...@suse.de
+
+- v5.06.15 released
+  
+---
+Fri Dec 20 21:33:38 CET 2013 - m...@suse.de
+  
+- Cleanup isoboot code
+  * prevent use of fixed loop device name
+
+---
+Fri Dec 20 20:53:34 CET 2013 - m...@suse.de
+
+- cleanup variable setup for oemboot
+  * remove unused variable required for isoboot only
+
+---
+Fri Dec 20 15:33:00 CET 2013 - m...@suse.de
+
+- fixed boot of split systems
+  * the loop device setup for the read-only squashfs part was broken
+
+---
+Wed Dec 18 22:09:56 CET 2013 - m...@suse.de
+
+- KIWIAnalyeCustomData:
+  Create a custom.json file in addition to the custom dir tree
+  The custom.json file contains the name, directory, binary
+  and permission information for each file we found and
+  categorized as unmanaged
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.6jwZ2n/_old  2013-12-23 22:16:11.0 +0100
+++ /var/tmp/diff_new_pack.6jwZ2n/_new  2013-12-23 22:16:11.0 +0100
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.06.14
+Version:5.06.15
 Release:0
 # requirements to build packages
 BuildRequires:  diffutils

++ kiwi.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi.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 python3-pyserial for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package python3-pyserial for 
openSUSE:Factory checked in at 2013-12-23 22:18:46

Comparing /work/SRC/openSUSE:Factory/python3-pyserial (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyserial.new (New)


Package is python3-pyserial

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyserial/python3-pyserial.changes
2013-06-21 19:01:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyserial.new/python3-pyserial.changes   
2013-12-23 22:18:47.0 +0100
@@ -1,0 +2,34 @@
+Mon Dec 23 08:46:13 UTC 2013 - highwaystar...@gmail.com
+
+- Update to version 2.7
+  + Win32: setRTS and setDTR can be called before the port is opened and it 
will
+set the initial state on port open.
+  + Posix: add platform specific method: outWaiting (already present for Win32)
+  + Posix: rename flowControl to setXON to match name on Win32, add
+flowControlOut function
+  + rfc2217: zero polls value (baudrate, data size, stop bits, parity) 
+  + Posix: [Patch pyserial:28] Accept any speed on Linux [update]
+  + Posix: [Patch pyserial:29] PosixSerial.read() should ignore errno.EINTR
+  + OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices
+  + Ensure working with bytes in write() calls
+  + [Bug 3540332] SerialException not returned
+  + [Bug pyserial:145] Error in socket_connection.py
+  + [Bug pyserial:135] reading from socket with timeout=None causes TypeError
+  + [Bug pyserial:130] setup.py should not append py3k to package name
+  + [Bug pyserial:117] no error on lost conn w/socket://
+  + [Patch 3462364] Fix: NameError: global name 'base' is not defined
+  + list_ports and device() for BSD updated (Anders Langworthy)
+  + [Bug 3518380] python3.2   +m serial.tools.list_ports error
+  + [Bug pyserial:137] Patch to add non  +standard baudrates to Cygwin
+  + [Bug pyserial:141] open: Pass errno from IOError to SerialException
+  + [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function 
usb_lsusb
+  + [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIX
+  + [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.
+  + [Bug 3444941] ctypes.WinError() unicode error
+  + [Bug 3550043] on Windows in tools global name 'GetLastError' is not defined
+  + [Bug pyserial:146] flush() does nothing in windows (despite docs)
+  + [Bug pyserial:144] com0com ports ignored due to missing friendly name
+  + [Bug pyserial:152] Cannot configure port, some setting was wrong. Can leave
+port handle open but port not accessible 
+
+---

Old:

  pyserial-2.6.tar.gz

New:

  pyserial-2.7.tar.gz



Other differences:
--
++ python3-pyserial.spec ++
--- /var/tmp/diff_new_pack.KfUTve/_old  2013-12-23 22:18:48.0 +0100
+++ /var/tmp/diff_new_pack.KfUTve/_new  2013-12-23 22:18:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyserial
-Version:2.6
+Version:2.7
 Release:0
 Url:http://pyserial.sourceforge.net/
 Summary:Python Serial Port Extension
@@ -53,6 +53,6 @@
 %doc CHANGES.txt LICENSE.txt README.txt examples documentation/_build/*
 %{_bindir}/miniterm-%{py3_ver}.py
 %{python3_sitelib}/serial/
-%{python3_sitelib}/pyserial_py3k-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/pyserial-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++ pyserial-2.6.tar.gz - pyserial-2.7.tar.gz ++
 2872 lines of diff (skipped)

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



commit grep for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2013-12-23 22:18:39

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


Package is grep

Changes:


New:

  _link



Other differences:
--
++ _link ++
link project=Base:System package=grep 
rev=dfbc86967c4b0c515203146147c8579a vrev=43
patches
  !-- branch / for a full copy, default case  --
  !-- apply name=patch / apply a patch on the source directory  --
  !-- topadd%define build_with_feature_x 1/topadd add a line on the top 
(spec file only) --
  !-- add name=file.patch / add a patch to be applied after %setup (spec 
file only) --
  !-- delete name=filename / delete a file --
/patches
/link


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



commit pwlib for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2013-12-23 22:18:15

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


Package is pwlib

Changes:

--- /work/SRC/openSUSE:Factory/pwlib/pwlib.changes  2013-12-12 
11:22:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2013-12-23 
22:18:17.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 15 00:39:28 UTC 2013 - uweig...@de.ibm.com
+
+- ppc64le-support.patch: Use MACHTYPE ppc64le.
+
+---



Other differences:
--
++ ppc64le-support.patch ++
--- /var/tmp/diff_new_pack.BwLCQx/_old  2013-12-23 22:18:17.0 +0100
+++ /var/tmp/diff_new_pack.BwLCQx/_new  2013-12-23 22:18:17.0 +0100
@@ -2,18 +2,20 @@
 ===
 --- pwlib_v1_11_0.orig/configure.ac
 +++ pwlib_v1_11_0/configure.ac
-@@ -159,12 +159,12 @@ case $target_cpu in
-ppc )   MACHTYPE=ppc ;
-  ;;
- 
--   powerpc64 ) MACHTYPE=ppc64 ;
-+   powerpc64 | powerpc64le) MACHTYPE=ppc64 ;
-  P_64BIT=1 ;
+@@ -169,6 +169,16 @@ case $target_cpu in
 LIB64=1 ;
   ;;
  
--   ppc64 ) MACHTYPE=ppc64 ;
-+   ppc64 | ppc64le) MACHTYPE=ppc64 ;
++   powerpc64le )   MACHTYPE=ppc64le ;
++ P_64BIT=1 ;
++ LIB64=1 ;
++ ;;
++
++   ppc64le )   MACHTYPE=ppc64le ;
++ P_64BIT=1 ;
++ LIB64=1 ;
++ ;;
++
+ia64) MACHTYPE=ia64 ;
   P_64BIT=1 ;
-LIB64=1 ;
-  ;;
+  ;;


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



commit python3-tornado for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package python3-tornado for openSUSE:Factory 
checked in at 2013-12-23 22:19:29

Comparing /work/SRC/openSUSE:Factory/python3-tornado (Old)
 and  /work/SRC/openSUSE:Factory/.python3-tornado.new (New)


Package is python3-tornado

Changes:

--- /work/SRC/openSUSE:Factory/python3-tornado/python3-tornado.changes  
2013-06-21 19:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tornado.new/python3-tornado.changes 
2013-12-23 22:19:30.0 +0100
@@ -1,0 +2,12 @@
+Sun Dec 22 21:51:11 UTC 2013 - ocef...@gmail.com
+
+- Update to 3.1.1:
+  - StaticFileHandler no longer fails if the client requests a Range that is
+larger than the entire file (Facebook has a crawler that does this).
+  - RequestHandler.on_connection_close now works correctly on subsequent
+requests of a keep-alive connection.
+- Replace python3-distribute with python3-setuptools requirements
+- Use download Url as source
+- Remove depreciated python(abi) requirement
+
+---

Old:

  tornado-3.0.1.tar.bz2

New:

  tornado-3.1.1.tar.gz



Other differences:
--
++ python3-tornado.spec ++
--- /var/tmp/diff_new_pack.kbJFVS/_old  2013-12-23 22:19:31.0 +0100
+++ /var/tmp/diff_new_pack.kbJFVS/_new  2013-12-23 22:19:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-tornado
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,30 +11,28 @@
 # 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:   python3-tornado
-Version:3.0.1
+Version:3.1.1
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: tornado-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
-BuildRequires:  python3-devel
 BuildRequires:  python3-2to3
-BuildRequires:  python3-distribute
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
 BuildArch:  noarch
-Requires:   python(abi) = %{py3_ver}
-Requires:   python3-distribute
-
 
 %description
 Tornado is an open source version of the scalable, non-blocking web server and

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



commit grep for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

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

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


Package is grep

Changes:


Old:

  _link



Other differences:
--


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



commit rtasdispd for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rtasdispd for openSUSE:Factory 
checked in at 2013-12-23 22:19:58

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


Package is rtasdispd

Changes:

--- /work/SRC/openSUSE:Factory/rtasdispd/rtasdispd.changes  2011-09-23 
12:44:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rtasdispd.new/rtasdispd.changes 2013-12-23 
22:20:00.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 10 19:29:45 UTC 2013 - dval...@suse.com
+
+- enable ppc64le 
+
+---



Other differences:
--
++ rtasdispd.spec ++
--- /var/tmp/diff_new_pack.W9Zrns/_old  2013-12-23 22:20:00.0 +0100
+++ /var/tmp/diff_new_pack.W9Zrns/_new  2013-12-23 22:20:00.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rtasdispd (Version 0.1)
+# spec file for package rtasdispd
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,19 @@
 #
 
 
-
 Name:   rtasdispd
 Version:0.1
-Release:386
+Release:0
 Summary:Shows System Status Messages on pSeries Panel Displays
 License:GPL-2.0+
 Group:  System/Monitoring
-AutoReqProv:on
 PreReq: %insserv_prereq %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: rtasdispd-%{version}.tar.gz
 Source1:sysconfig.rtasdispd
 Source2:rc.rtasdispd
 Patch1: rtasdispd.open-mode.patch
-ExclusiveArch:  ppc ppc64
+ExclusiveArch:  ppc ppc64 ppc64le
 
 %description
 This daemon can show system status information, such as load, uptime,

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



commit qrencode for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package qrencode for openSUSE:Factory 
checked in at 2013-12-23 22:19:44

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


Package is qrencode

Changes:

--- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2013-07-30 
16:08:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes   2013-12-23 
22:19:45.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 16 20:56:12 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 3.4.3:
+  * New option --rle has been added to the command line tool.
+  * Bug fixes in the library and command line tool.
+
+---

Old:

  qrencode-3.4.2.tar.bz2

New:

  qrencode-3.4.3.tar.bz2



Other differences:
--
++ qrencode.spec ++
--- /var/tmp/diff_new_pack.hnKXOM/_old  2013-12-23 22:19:45.0 +0100
+++ /var/tmp/diff_new_pack.hnKXOM/_new  2013-12-23 22:19:45.0 +0100
@@ -19,7 +19,7 @@
 %define so_ver 3
 
 Name:   qrencode
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:C library for encoding data in a QR Code symbol
 License:LGPL-2.1+

++ qrencode-3.4.2.tar.bz2 - qrencode-3.4.3.tar.bz2 ++
 1652 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qrencode-3.4.2/ChangeLog new/qrencode-3.4.3/ChangeLog
--- old/qrencode-3.4.2/ChangeLog2013-03-01 10:13:16.0 +0100
+++ new/qrencode-3.4.3/ChangeLog2013-08-12 03:56:13.0 +0200
@@ -1,3 +1,35 @@
+2013.07.29 Kentaro FUKUCHI kent...@fukuchi.org
+   [3.4]
+   * configure.ac, README, NEWS: 
+ - Bumped version to 3.4.3.
+
+2013.07.16 Kentaro FUKUCHI kent...@fukuchi.org
+   * qrenc.c:
+ - missing break in switch. (Thanks to ßlúèÇhîp)
+   * qrinput.c:
+ - missing/redundant breaks in some switch statements.
+
+2013.06.17 Kentaro FUKUCHI kent...@fukuchi.org
+   * qrenc.c:
+ - Merged pull request #29. (Thanks to Daniel Dörrhöfer)
+   - Run length encoding has been made non-default.
+   - New option --rle has been instroduced to enable run length 
encoding
+ for SVG format.
+
+2013.03.30 Kentaro FUKUCHI kent...@fukuchi.org
+   * qrinput.c:
+ - Renamed a variable (index) to avoid compile-time warning. (Thanks 
to
+   Emmanuel Blot)
+ - Range check improved.
+   * autogen.sh:
+ - bug fix.(Thanks to Emmanuel Blot)
+
+2013.03.26 Kentaro FUKUCHI kent...@fukuchi.org
+   * qrenc.c:
+ - Memory leak bug has been fixed. (Thanks to Hassan Hajji)
+ - Buffer overrun bug has been fixed.
+ - Code cleanups.
+
 2013.03.01 Kentaro FUKUCHI kent...@fukuchi.org
* README, NEWS:
  - Documentation update.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qrencode-3.4.2/NEWS new/qrencode-3.4.3/NEWS
--- old/qrencode-3.4.2/NEWS 2013-03-01 03:32:14.0 +0100
+++ new/qrencode-3.4.3/NEWS 2013-08-12 03:56:56.0 +0200
@@ -1,11 +1,25 @@
 libqrencode NEWS - Overview of changes
 ==
 
+Version 3.4.3 (2013.8.12)
+
+* New option --rle has been added to the command line tool (Thanks to Daniel
+  Dörrhöfer)
+* Bug fixes. (Thanks to Hassan Hajji, Emmanuel Blot, and ßlúèÇhîp)
+
+Release Note:
+This release contains a couple of bug fixes and a new minor feature of the
+command line tool. Some minor bugs in the library have been fixed.
+
+Run Length Encoding (RLE) for SVG output decreases the size of the output file,
+but it makes complicated to edit the image by SVG editors. A newly introduced
+command line option --rle enables RLE. RLE will not be applied if it is not
+given.
+
 Version 3.4.2 (2013.3.1)
 
 * Bug fix release. (Thanks to chisj, vlad417, Petr and Viona)  
 
-
 Release Note:
 Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now
 the bug has been fixed. Memory leak bug (#24) and insufficient string splitting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rubygem-nokogiri for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2013-12-23 22:20:22

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


Package is rubygem-nokogiri

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2013-10-06 18:38:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2013-12-23 22:20:24.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 18 10:30:10 UTC 2013 - co...@suse.com
+
+- update to 1.6.1
+ * Bugfixes
+   * (JRuby) Fix out of memory bug when certain invalid documents are parsed.
+   * (JRuby) Fix regression of billion-laughs vulnerability. #586
+
+---

Old:

  nokogiri-1.6.0.gem

New:

  nokogiri-1.6.1.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.CPcQbz/_old  2013-12-23 22:20:25.0 +0100
+++ /var/tmp/diff_new_pack.CPcQbz/_new  2013-12-23 22:20:25.0 +0100
@@ -17,22 +17,24 @@
 
 
 Name:   rubygem-nokogiri
-Version:1.6.0
+Version:1.6.1
 Release:0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10600
+%define mod_weight 10601
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.9.2
 BuildRequires:  ruby-devel = 1.9.2
-BuildRequires:  rubygem(mini_portile)
+BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
+BuildRequires:  rubygem(mini_portile)
+# MANUAL END
 Url:http://nokogiri.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
@@ -65,6 +67,7 @@
 
 %prep
 #gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
 #gem_build
 
 %build
@@ -76,15 +79,17 @@
 %gem_cleanup
 # MANUAL
 rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ports
+
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/nokogiri{,%{mod_branch}}
-ln -s nokogiri%{mod_branch} %{buildroot}%{_bindir}/nokogiri
+touch %{buildroot}%{_sysconfdir}/alternatives/nokogiri
+ln -s %{_sysconfdir}/alternatives/nokogiri %{buildroot}%{_bindir}/nokogiri
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.rdoc 
%buildroot/%{_docdir}/%{name}/CHANGELOG.rdoc
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %post
-# when switching to update-alternatives, we need to remove old binaries
-test -L %{_bindir}/nokogiri || rm -v %{_bindir}/nokogiri
 /usr/sbin/update-alternatives --install \
 %{_bindir}/nokogiri nokogiri %{_bindir}/nokogiri%{mod_branch} %{mod_weight}
 
@@ -97,7 +102,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/nokogiri%{mod_branch}
-%ghost %{_bindir}/nokogiri
+%{_bindir}/nokogiri
+%ghost %{_sysconfdir}/alternatives/nokogiri
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-amq-protocol for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amq-protocol for 
openSUSE:Factory checked in at 2013-12-23 22:20:05

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


Package is rubygem-amq-protocol

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-amq-protocol/rubygem-amq-protocol.changes
2013-11-24 18:11:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new/rubygem-amq-protocol.changes
   2013-12-23 22:20:07.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 21 08:14:18 UTC 2013 - co...@suse.com
+
+- updated to version 1.9.2
+ ### Signed 16 Bit Integer Decoding
+ Signed 16 bit integers are now decoded correctly.
+
+---

Old:

  amq-protocol-1.9.0.gem

New:

  amq-protocol-1.9.2.gem



Other differences:
--
++ rubygem-amq-protocol.spec ++
--- /var/tmp/diff_new_pack.quy9sf/_old  2013-12-23 22:20:07.0 +0100
+++ /var/tmp/diff_new_pack.quy9sf/_new  2013-12-23 22:20:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amq-protocol
-Version:1.9.0
+Version:1.9.2
 Release:0
 %define mod_name amq-protocol
 %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-ruby-shadow for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-shadow for 
openSUSE:Factory checked in at 2013-12-23 22:20:46

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


Package is rubygem-ruby-shadow

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby-shadow/rubygem-ruby-shadow.changes  
2013-11-24 18:13:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-shadow.new/rubygem-ruby-shadow.changes 
2013-12-23 22:20:47.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 12:02:53 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.2
+ Fix up compilation issues causing problems with a non-GNU make.
+
+---

Old:

  ruby-shadow-2.3.1.gem

New:

  ruby-shadow-2.3.2.gem



Other differences:
--
++ rubygem-ruby-shadow.spec ++
--- /var/tmp/diff_new_pack.e58BrR/_old  2013-12-23 22:20:47.0 +0100
+++ /var/tmp/diff_new_pack.e58BrR/_new  2013-12-23 22:20:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby-shadow
-Version:2.3.1
+Version:2.3.2
 Release:0
 %define mod_name ruby-shadow
 %define mod_full_name %{mod_name}-%{version}
@@ -33,8 +33,8 @@
 Group:  Development/Languages/Ruby
 
 %description
-This module provides access to shadow passwords on Linux, OSX, FreeBSD, and
-Solaris
+This module provides access to shadow passwords on Linux, OSX, FreeBSD,
+OpenBSD, and Solaris
 
 %package doc
 Summary:RDoc documentation for %{mod_name}

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



commit rubygem-pg for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2013-12-23 22:20:38

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


Package is rubygem-pg

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes2013-10-06 
18:39:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes   
2013-12-23 22:20:39.0 +0100
@@ -1,0 +2,15 @@
+Fri Dec 20 12:02:58 UTC 2013 - co...@suse.com
+
+- updated to version 0.17.1
+ Bugfixes:
+ - Fix compatibility with signal handlers defined in Ruby. This reverts
+   cancelation of queries running on top of the blocking libpq API (like
+   Connection#exec) in case of signals. As an alternative the #async_exec
+   can be used, which is reverted to use the non-blocking API, again.
+ - Wrap PQcancel to be called without GVL. It internally waits for
+   the canceling connection.
+ 
+ Documentation fixes:
+ - Fix documentation for PG::Connection::conndefaults.
+
+---

Old:

  pg-0.17.0.gem

New:

  pg-0.17.1.gem



Other differences:
--
++ rubygem-pg.spec ++
--- /var/tmp/diff_new_pack.VzC3dQ/_old  2013-12-23 22:20:39.0 +0100
+++ /var/tmp/diff_new_pack.VzC3dQ/_new  2013-12-23 22:20:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pg
-Version:0.17.0
+Version:0.17.1
 Release:0
 %define mod_name pg
 %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-uglifier for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-uglifier for 
openSUSE:Factory checked in at 2013-12-23 22:21:18

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


Package is rubygem-uglifier

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-uglifier/rubygem-uglifier.changes
2013-12-13 13:10:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-uglifier.new/rubygem-uglifier.changes   
2013-12-23 22:21:19.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 20 12:02:48 UTC 2013 - co...@suse.com
+
+- updated to version 2.4.0
+ - update UglifyJS to 2.4.8
+ - add drop_console compress option
+
+---

Old:

  uglifier-2.3.3.gem

New:

  uglifier-2.4.0.gem



Other differences:
--
++ rubygem-uglifier.spec ++
--- /var/tmp/diff_new_pack.fLc90V/_old  2013-12-23 22:21:20.0 +0100
+++ /var/tmp/diff_new_pack.fLc90V/_new  2013-12-23 22:21:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-uglifier
-Version:2.3.3
+Version:2.4.0
 Release:0
 %define mod_name uglifier
 %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-yajl-ruby for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yajl-ruby for 
openSUSE:Factory checked in at 2013-12-23 22:21:25

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


Package is rubygem-yajl-ruby

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yajl-ruby/rubygem-yajl-ruby.changes  
2012-07-30 09:46:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yajl-ruby.new/rubygem-yajl-ruby.changes 
2013-12-23 22:21:27.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 12:02:53 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.0, no changelog
+
+---

Old:

  yajl-ruby-1.1.0.gem

New:

  yajl-ruby-1.2.0.gem



Other differences:
--
++ rubygem-yajl-ruby.spec ++
--- /var/tmp/diff_new_pack.M91ik8/_old  2013-12-23 22:21:28.0 +0100
+++ /var/tmp/diff_new_pack.M91ik8/_new  2013-12-23 22:21:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yajl-ruby
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,43 +17,70 @@
 
 
 Name:   rubygem-yajl-ruby
-Version:1.1.0
+Version:1.2.0
 Release:0
 %define mod_name yajl-ruby
-#
-#
-Provides:   rubygem-%{mod_name}-1   = %{version}
-Provides:   rubygem-%{mod_name}-1_1 = %{version}
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  ruby-macros = 1
+Requires:   ruby = 1.8.6
+BuildRequires:  ruby-devel = 1.8.6
 Url:http://github.com/brianmario/yajl-ruby
-Source: %{mod_name}-%{version}.gem
-#
-Summary:Ruby C bindings to the excellent Yajl JSON stream-based parser 
library
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:Ruby C bindings to the excellent Yajl JSON stream-based parser
 License:MIT and BSD-3-Clause
 Group:  Development/Languages/Ruby
 
 %description
 Ruby C bindings to the excellent Yajl JSON stream-based parser library.
 
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
+
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 %gem_cleanup
-pushd 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext/yajl
-rm *.c *.h
-
-%clean
-%{__rm} -rf %{buildroot}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_docdir}/%{name}
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit rubygem-sshkit for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sshkit for openSUSE:Factory 
checked in at 2013-12-23 22:21:00

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


Package is rubygem-sshkit

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes
2013-11-25 16:04:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new/rubygem-sshkit.changes   
2013-12-23 22:21:01.0 +0100
@@ -1,0 +2,12 @@
+Fri Dec 20 12:02:56 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.0
+  * Connection pooling. SSH connections are reused across multiple invocations
+of `on()`, which can result in significant performance gains. See:
+https://github.com/capistrano/sshkit/pull/70. Matt @mbrictson Brictson.
+  * Fixes to the Formatter::Dot and to the formatter class name resolver. 
@hab287:w
+  * Added the license to the Gemspec. @anatol.
+  * Fix :limit handling for the `in: :groups` run mode. Phil @phs Smith
+  * Doc fixes @seanhandley, @sergey-alekseev.
+
+---

Old:

  sshkit-1.2.0.gem

New:

  sshkit-1.3.0.gem



Other differences:
--
++ rubygem-sshkit.spec ++
--- /var/tmp/diff_new_pack.UtG574/_old  2013-12-23 22:21:02.0 +0100
+++ /var/tmp/diff_new_pack.UtG574/_new  2013-12-23 22:21:02.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   rubygem-sshkit
-Version:1.2.0
+Version:1.3.0
 Release:0
 %define mod_name sshkit
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-Url:http://wacku.github.com/sshkit
+Url:http://github.com/capistrano/sshkit
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:SSHKit makes it easy to write structured, testable SSH 
commands in
 License:GPL-3.0

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



commit rubygem-turbolinks for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-turbolinks for 
openSUSE:Factory checked in at 2013-12-23 22:21:09

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


Package is rubygem-turbolinks

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-turbolinks/rubygem-turbolinks.changes
2013-12-12 11:27:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-turbolinks.new/rubygem-turbolinks.changes   
2013-12-23 22:21:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 12:02:46 UTC 2013 - co...@suse.com
+
+- updated to version 2.1.0, no changelog
+
+---

Old:

  turbolinks-2.0.0.gem

New:

  turbolinks-2.1.0.gem



Other differences:
--
++ rubygem-turbolinks.spec ++
--- /var/tmp/diff_new_pack.Wr1Svq/_old  2013-12-23 22:21:10.0 +0100
+++ /var/tmp/diff_new_pack.Wr1Svq/_new  2013-12-23 22:21:10.0 +0100
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-turbolinks
-Version:2.0.0
+Version:2.1.0
 Release:0
 %define mod_name turbolinks
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+Url:https://github.com/rails/turbolinks/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Turbolinks makes following links in your web application 
faster (use
 License:MIT

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



commit yast2-update for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2013-12-23 22:21:48

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


Package is yast2-update

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2013-11-17 09:59:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2013-12-23 22:21:49.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 18 12:44:15 UTC 2013 - lsle...@suse.cz
+
+- updated BuildRequires: RNG schema for control files has been
+  moved to yast2-installation-control package
+- use %yast_controldir RPM macro
+- move the *.glade link to Git (allow creating POT from clean Git
+  checkout without need to run make)
+- 3.1.2
+
+---

Old:

  yast2-update-3.1.1.tar.bz2

New:

  yast2-update-3.1.2.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.XmNJ2c/_old  2013-12-23 22:21:50.0 +0100
+++ /var/tmp/diff_new_pack.XmNJ2c/_new  2013-12-23 22:21:50.0 +0100
@@ -17,20 +17,20 @@
 
 
 Name:   yast2-update
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.15
 
 # xmllint
-BuildRequires:  libxml2
+BuildRequires:  libxml2-tools
 
 # control.rng
-BuildRequires:  yast2-installation = 2.17.44
+BuildRequires:  yast2-installation-control
 
 # Stroage::ChangeDmNamesFromCrypttab
 Requires:   yast2-storage = 2.22.9
@@ -87,6 +87,7 @@
 %files
 %defattr(-,root,root)
 %{yast_ybindir}/*
+%dir %{yast_moduledir}
 %{yast_moduledir}/*
 
 %{yast_clientdir}/inst_rootpart.rb
@@ -100,6 +101,7 @@
 %{yast_clientdir}/inst_update_partition_auto.rb
 %{yast_clientdir}/rootpart_check_keyboard.rb
 
+%dir %{yast_yncludedir}
 %{yast_yncludedir}/update
 %{yast_yncludedir}/update/rootpart.rb
 
@@ -107,9 +109,10 @@
 
 %files FACTORY
 %defattr(-,root,root)
+%dir %{yast_desktopdir}
 %{yast_desktopdir}/update.desktop
-%dir /usr/share/YaST2/control
-/usr/share/YaST2/control/update.xml
+%dir %{yast_controldir}
+%{yast_controldir}/update.xml
 %{yast_clientdir}/update.rb
 %{yast_clientdir}/run_update.rb
 

++ yast2-update-3.1.1.tar.bz2 - yast2-update-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.1/VERSION 
new/yast2-update-3.1.2/VERSION
--- old/yast2-update-3.1.1/VERSION  2013-11-15 13:23:27.0 +0100
+++ new/yast2-update-3.1.2/VERSION  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.1/configure.in.in 
new/yast2-update-3.1.2/configure.in.in
--- old/yast2-update-3.1.1/configure.in.in  2013-11-15 13:23:27.0 
+0100
+++ new/yast2-update-3.1.2/configure.in.in  2013-12-19 13:27:43.0 
+0100
@@ -8,8 +8,5 @@
 @YAST2-CHECKS-COMMON@
 @YAST2-CHECKS-YCP@
 
-## Nasty hack: xgettext doesn't work for XML files, so let's symlink it
-( cd control; ln -sf update.xml update.glade )
-
 ## and generate the output...
 @YAST2-OUTPUT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.1/control/Makefile.am 
new/yast2-update-3.1.2/control/Makefile.am
--- old/yast2-update-3.1.1/control/Makefile.am  2013-11-15 13:23:27.0 
+0100
+++ new/yast2-update-3.1.2/control/Makefile.am  2013-12-19 13:27:43.0 
+0100
@@ -2,11 +2,7 @@
 # Makefile.am for control
 #
 
-controldir = $(yast2dir)/control
-
-control_DATA = $(wildcard *.xml)
-
-EXTRA_DIST = $(control_DATA)
+dist_control_DATA = $(wildcard *.xml)
 
 check-local:
-   xmllint --relaxng $(controldir)/control.rng --noout $(control_DATA)
+   xmllint --relaxng $(controldir)/control.rng --noout $(dist_control_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.1/control/update.glade 
new/yast2-update-3.1.2/control/update.glade
--- old/yast2-update-3.1.1/control/update.glade 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-update-3.1.2/control/update.glade 2013-12-23 22:21:50.0 
+0100
@@ -0,0 +1 @@
+symbolic link to update.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.1/package/yast2-update.changes 
new/yast2-update-3.1.2/package/yast2-update.changes
--- 

commit webkitgtk for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-12-23 22:21:34

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


Package is webkitgtk

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2013-11-24 
13:34:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-12-23 
22:21:35.0 +0100
@@ -1,0 +2,14 @@
+Mon Dec 23 08:43:41 UTC 2013 - uweig...@de.ibm.com
+
+- Add webkitgtk-ppc64le.patch: Support powerpc64le-linux.
+- Inject same C(PP)FLAGS as for ppc64.
+
+---
+Sat Dec 14 17:16:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add webkitgtk-use-recommended-freetype-include.patch: Freetype
+  upstream recommends using their macros together with ft2build
+  include. Positive sideeffect is that this patch makes it build
+  with both freetype2 2.5.1, and older versions.
+
+---
webkitgtk3.changes: same change

New:

  webkitgtk-ppc64le.patch
  webkitgtk-use-recommended-freetype-include.patch



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.HUnOf2/_old  2013-12-23 22:21:37.0 +0100
+++ /var/tmp/diff_new_pack.HUnOf2/_new  2013-12-23 22:21:37.0 +0100
@@ -61,6 +61,10 @@
 Patch2: webkit-ld-optimization.patch
 # PATCH-FIX-UPSTREAM aarch64-support.patch webkit#116030 sch...@suse.de -- 
Support for aarch64
 Patch3: webkitgtk-aarch64.patch
+# PATCH-FIX-UPSTREAM webkitgtk-use-recommended-freetype-include.patch 
hrvoje.sen...@gmail.com -- Use freetype upstream recommended #include style
+Patch4: webkitgtk-use-recommended-freetype-include.patch
+# PATCH-FIX-UPSTREAM webkitgtk-ppc64le.patch uweig...@de.ibm.com -- add 
support for ppc64le
+Patch5: webkitgtk-ppc64le.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -294,6 +298,8 @@
 # Disabled since version 2.0.0 - a _constraint file was added, asking for 
2200MB HDD and 1400MB memory.
 #patch2
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 # FIXME: workaround needed in  1.7.90 to fix build
 mkdir -p DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle
@@ -303,14 +309,14 @@
 mkdir DerivedSources/webkitdom
 
 %build
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 RPM_OPT_FLAGS+= -mminimal-toc 
 %endif
 %ifarch %arm
 # we'll always want to remove the debug from the build on arm
 RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
 %endif
-%ifarch %arm ppc ppc64 s390 s390x
+%ifarch %arm ppc ppc64 ppc64le s390 s390x
 RPM_OPT_FLAGS+= -Wl,--no-keep-memory -Wl,--reduce-memory-overheads 
 %endif
 
@@ -322,7 +328,7 @@
 export CXXFLAGS= $RPM_OPT_FLAGS -g0
 
 # Use CPPFLAGS to disable jit, webkit#113638
-%ifarch %arm ppc ppc64 s390 s390x
+%ifarch %arm ppc ppc64 ppc64le s390 s390x
 export CPPFLAGS=-DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
 %endif
 

++ webkitgtk3.spec ++
--- /var/tmp/diff_new_pack.HUnOf2/_old  2013-12-23 22:21:37.0 +0100
+++ /var/tmp/diff_new_pack.HUnOf2/_new  2013-12-23 22:21:37.0 +0100
@@ -61,6 +61,10 @@
 Patch2: webkit-ld-optimization.patch
 # PATCH-FIX-UPSTREAM aarch64-support.patch webkit#116030 sch...@suse.de -- 
Support for aarch64
 Patch3: webkitgtk-aarch64.patch
+# PATCH-FIX-UPSTREAM webkitgtk-use-recommended-freetype-include.patch 
hrvoje.sen...@gmail.com -- Use freetype upstream recommended #include style
+Patch4: webkitgtk-use-recommended-freetype-include.patch
+# PATCH-FIX-UPSTREAM webkitgtk-ppc64le.patch uweig...@de.ibm.com -- add 
support for ppc64le
+Patch5: webkitgtk-ppc64le.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -294,6 +298,8 @@
 # Disabled since version 2.0.0 - a _constraint file was added, asking for 
2200MB HDD and 1400MB memory.
 #patch2
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 # FIXME: workaround needed in  1.7.90 to fix build
 mkdir -p DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle
@@ -303,14 +309,14 @@
 mkdir DerivedSources/webkitdom
 
 %build
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 RPM_OPT_FLAGS+= -mminimal-toc 
 %endif
 %ifarch %arm
 # we'll always want to remove the debug from the build on arm
 RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
 %endif
-%ifarch %arm ppc ppc64 s390 s390x
+%ifarch %arm ppc ppc64 ppc64le s390 s390x
 RPM_OPT_FLAGS+= -Wl,--no-keep-memory -Wl,--reduce-memory-overheads 
 %endif
 
@@ -322,7 +328,7 @@
 export CXXFLAGS= $RPM_OPT_FLAGS -g0
 
 # Use CPPFLAGS to disable jit, webkit#113638
-%ifarch %arm ppc ppc64 s390 s390x
+%ifarch %arm ppc ppc64 ppc64le s390 s390x
 export 

commit yate for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

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

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


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-08-18 
22:26:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-12-23 
22:22:14.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 15 01:17:28 UTC 2013 - uweig...@de.ibm.com
+
+- yate-3.3.2-ppc64-libdir.patch: Add ppc64le.
+- yate-ppc64.patch: Fix ppc64 and add ppc64le support.
+
+---



Other differences:
--
++ yate-3.3.2-ppc64-libdir.patch ++
--- /var/tmp/diff_new_pack.xK48uf/_old  2013-12-23 22:22:15.0 +0100
+++ /var/tmp/diff_new_pack.xK48uf/_new  2013-12-23 22:22:15.0 +0100
@@ -7,7 +7,7 @@
  ARCHLIB=lib
  case x$archname in
 -x*x86_64*)
-+x*x86_64*|xppc64|xaarch64)
++x*x86_64*|xppc64|xppc64le|xaarch64)
ARCHLIB=lib64
;;
  esac
@@ -15,12 +15,12 @@
 ===
 --- yate.orig/configure
 +++ yate/configure
-@@ -2004,7 +2004,7 @@ archname=`uname -m` 2/dev/null
+@@ -2009,7 +2009,7 @@ archname=`uname -m` 2/dev/null
  test -z $archname  archname=`arch -k`
  ARCHLIB=lib
  case x$archname in
 -x*x86_64*)
-+x*x86_64*|xppc64|xaarch64)
++x*x86_64*|xppc64|xppc64le|xaarch64)
ARCHLIB=lib64
;;
  esac

++ yate-ppc64.patch ++
--- /var/tmp/diff_new_pack.xK48uf/_old  2013-12-23 22:22:15.0 +0100
+++ /var/tmp/diff_new_pack.xK48uf/_new  2013-12-23 22:22:15.0 +0100
@@ -2,19 +2,30 @@
 ===
 --- yate.orig/libs/miniwebrtc/typedefs.h
 +++ yate/libs/miniwebrtc/typedefs.h
-@@ -79,8 +79,14 @@
+@@ -79,6 +79,26 @@
  #elif defined(__mips__)
  #define WEBRTC_ARCH_32_BITS
  #define WEBRTC_BIG_ENDIAN
-+#elif defined(_powerpc64_)
-+#define WEBRTC_BIG_ENDIAN
++#elif defined(__powerpc64__)
++#define WEBRTC_ARCH_PPC64 1
 +#define WEBRTC_ARCH_64_BITS
-+#elif defined(_powerpc_)
++#ifdef __LITTLE_ENDIAN__
++#define WEBRTC_ARCH_LITTLE_ENDIAN
++#define WEBRTC_LITTLE_ENDIAN
++#else
++#define WEBRTC_ARCH_BIG_ENDIAN
 +#define WEBRTC_BIG_ENDIAN
++#endif
++#elif defined(__powerpc__)
++#define WEBRTC_ARCH_PPC 1
 +#define WEBRTC_ARCH_32_BITS
++#ifdef __LITTLE_ENDIAN__
++#define WEBRTC_ARCH_LITTLE_ENDIAN
++#define WEBRTC_LITTLE_ENDIAN
++#else
++#define WEBRTC_ARCH_BIG_ENDIAN
++#define WEBRTC_BIG_ENDIAN
++#endif
  #else
--#error Please add support for your architecture in typedefs.h
-+
+ #error Please add support for your architecture in typedefs.h
  #endif
- 
- #if defined(__SSE2__) || defined(_MSC_VER)

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



commit kernel-source for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2013-12-23 22:23:28

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2013-12-22 19:34:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2013-12-23 22:23:30.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec 23 02:42:55 CET 2013 - ag...@suse.de
+
+- ibmveth: Fix more little endian issues.
+- powerpc: Don't return to BE mode when we are already there.
+- powerpc: Add hack to make ppc64le work on hosts without ILE.
+- powerpc: Add relocation code for fixups.
+- powerpc: Add global exports for all interrupt vectors.
+- commit 3d0a348
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.DdjG7U/_old  2013-12-23 22:23:33.0 +0100
+++ /var/tmp/diff_new_pack.DdjG7U/_new  2013-12-23 22:23:33.0 +0100
@@ -61,7 +61,7 @@
 Summary:A Debug Version of the Kernel
 Version:3.13.rc4
 %if 0%{?is_kotd}
-Release:RELEASE.g82b44e7
+Release:RELEASE.g3d0a348
 %else
 Release:0
 %endif

kernel-default.spec: same change
kernel-desktop.spec: same change
kernel-docs.spec: same change
kernel-pae.spec: same change
kernel-source.spec: same change
++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.DdjG7U/_old  2013-12-23 22:23:33.0 +0100
+++ /var/tmp/diff_new_pack.DdjG7U/_new  2013-12-23 22:23:33.0 +0100
@@ -26,7 +26,7 @@
 Version:3.13.rc4
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:RELEASE.g82b44e7
+Release:RELEASE.g3d0a348
 %else
 Release:0
 %endif

++ kernel-trace.spec ++
--- /var/tmp/diff_new_pack.DdjG7U/_old  2013-12-23 22:23:33.0 +0100
+++ /var/tmp/diff_new_pack.DdjG7U/_new  2013-12-23 22:23:33.0 +0100
@@ -61,7 +61,7 @@
 Summary:The Standard Kernel with Tracing Features
 Version:3.13.rc4
 %if 0%{?is_kotd}
-Release:RELEASE.g82b44e7
+Release:RELEASE.g3d0a348
 %else
 Release:0
 %endif

kernel-vanilla.spec: same change
++ patches.arch.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches.arch/ppc64le-ibmveth.patch 
new/patches.arch/ppc64le-ibmveth.patch
--- old/patches.arch/ppc64le-ibmveth.patch  1970-01-01 01:00:00.0 
+0100
+++ new/patches.arch/ppc64le-ibmveth.patch  2013-12-23 02:43:10.0 
+0100
@@ -0,0 +1,42 @@
+From c1392d4ee1373e658505bfab76f79878d075965c Mon Sep 17 00:00:00 2001
+From: Alexander Graf ag...@suse.de
+Date: Mon, 23 Dec 2013 02:26:17 +0100
+Subject: [PATCH] ibmveth: Fix more little endian issues
+Patch-Mainline: no
+
+The ibmveth driver is memcpy()'ing the mac address between a variable
+(register) and memory. This assumes a certain endianness of the
+system, so let's make that implicit assumption work again.
+
+This patch adds be64_to_cpu() calls to all places where the mac address
+gets memcpy()'ed into a local variable.
+
+Signed-off-by: Alexander Graf ag...@suse.de
+---
+ drivers/net/ethernet/ibm/ibmveth.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/net/ethernet/ibm/ibmveth.c 
b/drivers/net/ethernet/ibm/ibmveth.c
+index 952d795..97f4ee96 100644
+--- a/drivers/net/ethernet/ibm/ibmveth.c
 b/drivers/net/ethernet/ibm/ibmveth.c
+@@ -581,7 +581,7 @@ static int ibmveth_open(struct net_device *netdev)
+   adapter-rx_queue.toggle = 1;
+ 
+   memcpy(mac_address, netdev-dev_addr, netdev-addr_len);
+-  mac_address = mac_address  16;
++  mac_address = be64_to_cpu(mac_address)  16;
+ 
+   rxq_desc.fields.flags_len = IBMVETH_BUF_VALID |
+   adapter-rx_queue.queue_len;
+@@ -1186,6 +1186,7 @@ static void ibmveth_set_multicast_list(struct net_device 
*netdev)
+   /* add the multicast address to the filter table */
+   unsigned long mcast_addr = 0;
+   memcpy(((char *)mcast_addr)+2, ha-addr, ETH_ALEN);
++  mcast_addr = cpu_to_be64(mcast_addr);
+   lpar_rc = h_multicast_ctrl(adapter-vdev-unit_address,
+  

commit acct for openSUSE:Factory

2013-12-23 Thread h_root
Hello community,

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

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


Package is acct

Changes:

--- /work/SRC/openSUSE:Factory/acct/acct.changes2013-10-19 
18:52:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.acct.new/acct.changes   2013-12-23 
22:23:23.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec 21 22:53:20 UTC 2013 - vci...@suse.com
+
+- update to 6.6.1
+  * Fixed vulnabilities, due to autmake. Thanks to Karl Berry
+for pointing this out.
+  * Update gnulib to latest git.
+- dropped acct-stdio.h.patch (upstream)
+- add gpg verification
+
+---

Old:

  acct-6.5.5.tar.gz
  acct-stdio.h.patch

New:

  acct-6.6.1.tar.gz
  acct-6.6.1.tar.gz.sig
  acct.keyring



Other differences:
--
++ acct.spec ++
--- /var/tmp/diff_new_pack.4Cl9w6/_old  2013-12-23 22:23:25.0 +0100
+++ /var/tmp/diff_new_pack.4Cl9w6/_new  2013-12-23 22:23:25.0 +0100
@@ -18,11 +18,14 @@
 
 Name:   acct
 PreReq: fileutils %install_info_prereq
-Version:6.5.5
+Version:6.6.1
 Release:0
 Source: %{name}-%{version}.tar.gz
 Source1:acct.service
 Source2:logrotate.acct
+Source10:   %{name}-%{version}.tar.gz.sig
+Source11:   %{name}.keyring
+BuildRequires:  gpg-offline
 BuildRequires:  libtool
 BuildRequires:  systemd
 %{?systemd_requires}
@@ -33,7 +36,6 @@
 Patch:  %{name}-hz.patch
 Patch2: %{name}-info.patch
 Patch3: %{name}-ac.patch
-Patch4: acct-stdio.h.patch
 Url:http://www.gnu.org/directory/acct.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:User-Specific Process Accounting
@@ -45,11 +47,11 @@
 accounting: sa, accton, and lastcomm.
 
 %prep
+%gpg_verify %{SOURCE10}
 %setup -q
 %patch -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 %define prefix   /usr

++ acct-6.5.5.tar.gz - acct-6.6.1.tar.gz ++
 197501 lines of diff (skipped)

++ acct-ac.patch ++
--- /var/tmp/diff_new_pack.4Cl9w6/_old  2013-12-23 22:23:26.0 +0100
+++ /var/tmp/diff_new_pack.4Cl9w6/_new  2013-12-23 22:23:26.0 +0100
@@ -4,11 +4,11 @@
  configure.ac |8 ++--
  1 files changed, 2 insertions(+), 6 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index 743fe29..c150ca3 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -162,7 +162,7 @@ AC_CHECK_HEADER(sys/acct.h,
+Index: acct-6.6.1/configure.ac
+===
+--- acct-6.6.1.orig/configure.ac   2013-03-09 00:19:37.0 +0100
 acct-6.6.1/configure.ac2013-12-21 23:54:54.896897230 +0100
+@@ -231,7 +231,7 @@ AC_CHECK_HEADER(sys/acct.h,
  dnl
  dnl find out where utmp/pacct are stored
  dnl
@@ -17,7 +17,7 @@
  #include stdio.h
  #include stdlib.h
  #include sys/types.h
-@@ -241,9 +241,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
+@@ -310,9 +310,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
  #endif
  #  endif
  #endif
@@ -28,15 +28,12 @@
FILE *fp;
fp = fopen (locs, w);
fprintf (fp, WTMP_FILE_LOC=%s\n, WTMP_FILE);
-@@ -251,8 +249,6 @@ main ()
+@@ -320,8 +318,6 @@ main ()
fprintf (fp, SAVACCT_FILE_LOC=%s\n, SAVACCT_FILE);
fprintf (fp, USRACCT_FILE_LOC=%s\n, USRACCT_FILE);
fclose (fp);
 -  exit(0);
 -}
  ]])],[. ./locs; rm locs],[echo Error -- could not locate your wtmp and acct 
files.; exit 1],[echo Sorry -- you cannot cross-compile this package 
(FIXME).; exit 1 ])
- AC_TYPE_PID_T dnl for sys/acct.h
- AC_TYPE_UID_T dnl same as above
--- 
-1.7.7
-
+ 
+ dnl types

++ acct-hz.patch ++
--- /var/tmp/diff_new_pack.4Cl9w6/_old  2013-12-23 22:23:26.0 +0100
+++ /var/tmp/diff_new_pack.4Cl9w6/_new  2013-12-23 22:23:26.0 +0100
@@ -5,10 +5,10 @@
  sa.c   |   14 +-
  2 files changed, 26 insertions(+), 2 deletions(-)
 
-diff --git a/lastcomm.c b/lastcomm.c
-index 276f9fa..993118d 100644
 a/lastcomm.c
-+++ b/lastcomm.c
+Index: acct-6.6.1/lastcomm.c
+===
+--- acct-6.6.1.orig/lastcomm.c 2011-03-16 23:50:13.0 +0100
 acct-6.6.1/lastcomm.c  2013-12-21 23:54:26.496776873 +0100
 @@ -49,6 +49,10 @@ MA 02139, USA.  */
  
  #include pwd.h
@@ -20,7 +20,7 @@
  #include common.h
  #include files.h
  #include uid_hash.h
-@@ -71,7 +75,7 @@ int debugging_enabled = 0;   /* Nonzero means print internal
+@@ -71,7 +75,7 @@ int debugging_enabled = 0;   /* Nonzero me
  int strict_match_flag = 0;/* Nonzero if each record has to match
   all