commit acpid for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2012-08-26 11:30:35

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


Package is acpid, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/acpid/acpid.changes  2012-04-12 
09:17:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2012-08-26 
11:30:37.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug 19 18:18:51 UTC 2012 - crrodrig...@opensuse.org
+
+- Improve systemd unit
+ * run in the foreground
+ * use netlink only as /proc/acpi files are deprecated. 
+
+---



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.ICjezJ/_old  2012-08-26 11:30:40.0 +0200
+++ /var/tmp/diff_new_pack.ICjezJ/_new  2012-08-26 11:30:40.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   acpid
 Version:2.0.16
 Release:0
-License:GPL-2.0+
 Summary:Executes Actions at ACPI Events
-Url:http://tedfelix.com/linux/acpid-netlink.html
+License:GPL-2.0+
 Group:  System/Daemons
+Url:http://tedfelix.com/linux/acpid-netlink.html
 Source: http://tedfelix.com/linux/%{name}-%{version}.tar.gz
 Source2:rcacpid
 Source3:README.SuSE

++ acpid.service ++
--- /var/tmp/diff_new_pack.ICjezJ/_old  2012-08-26 11:30:41.0 +0200
+++ /var/tmp/diff_new_pack.ICjezJ/_new  2012-08-26 11:30:41.0 +0200
@@ -2,16 +2,11 @@
 Description=ACPI Event Daemon
 After=syslog.target
 
-# This could probably benefit from socket activation, but honestly I think it
-# is time for acpid to go away, and hence I am not planning to spend the time
-# to add socket activation here. We use Type=forking to ensure that the
-# communication sockets are in place before boot proceeds with any service
-# needing this service. Would acpid support socket activation we could use
-# Type=simple here.
-
 [Service]
-Type=forking
-ExecStart=/usr/sbin/acpid 
+
+ExecStart=/usr/sbin/acpid -n -f
+ExecReload=/bin/kill -s HUP $MAINPID
+ExecStop=/bin/kill -s QUIT $MAINPID
 
 [Install]
 WantedBy=multi-user.target

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



commit ark for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2012-08-26 11:30:43

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


Package is ark, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2012-06-12 21:40:07.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2012-08-26 
11:30:54.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug  8 04:51:51 UTC 2012 - m...@suse.com
+
+- fix files list
+
+---
+Mon Jul 30 16:48:14 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  ark-4.8.4.tar.xz

New:

  ark-4.8.5.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.5u8iJa/_old  2012-08-26 11:30:55.0 +0200
+++ /var/tmp/diff_new_pack.5u8iJa/_new  2012-08-26 11:30:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ark
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:KDE Archiver Tool
 License:GPL-2.0+
@@ -67,6 +67,7 @@
 %install
 cd build
 %make_install
+# infopanel still need utilities-file-archiver icon
 for i in {16,22,32,48,64,128}; do
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$ix$i/apps
 cp /usr/share/icons/oxygen/$ix$i/apps/utilities-file-archiver.png 
%{buildroot}%{_datadir}/icons/hicolor/$ix$i/apps/
@@ -81,7 +82,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%_kde4_iconsdir/hicolor/*/apps/utilities-file-archiver.*
+%_kde4_iconsdir/hicolor/*/apps/*
 %_kde4_bindir/ark
 %_kde4_modulesdir/*.so
 %_kde4_appsdir/ark/

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



commit bash for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2012-08-26 11:30:53

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


Package is bash, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2012-07-23 
10:15:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2012-08-26 
11:30:55.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 24 14:31:35 UTC 2012 - wer...@suse.de
+
+- Add patch from upstream mailing list to avoids crash 
+
+---



Other differences:
--
++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-read-escape-segfault.patch 
new/bash-4.2-patches/bash-4.2-read-escape-segfault.patch
--- old/bash-4.2-patches/bash-4.2-read-escape-segfault.patch1970-01-01 
01:00:00.0 +0100
+++ new/bash-4.2-patches/bash-4.2-read-escape-segfault.patch2012-08-24 
16:00:03.0 +0200
@@ -0,0 +1,15 @@
+*** ../bash-4.2-patched/builtins/read.def  2012-03-11 17:52:44.0 
-0400
+--- builtins/read.def  2012-08-22 11:53:09.0 -0400
+***
+*** 792,796 
+  #endif
+  
+!   if (saw_escape)
+  {
+t = dequote_string (input_string);
+--- 847,851 
+  #endif
+  
+!   if (saw_escape  input_string  *input_string)
+  {
+t = dequote_string (input_string);

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



commit exim for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2012-08-26 11:31:02

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


Package is exim, Maintainer is po...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/exim/exim.changes2012-03-20 
11:26:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.exim.new/exim.changes   2012-08-26 
11:31:04.0 +0200
@@ -1,0 +2,97 @@
+Sun Aug 19 13:36:59 UTC 2012 - l...@samba.org
+
+- update to 4.80
+  - Bugzilla 949 - Documentation tweak.
+  - Bugzilla 1093 - eximstats DATA reject detection regexps improved.
+  - Bugzilla 1169 - primary_hostname spelling was incorrect in docs.
+  - Implemented gsasl authenticator.
+  - Implemented heimdal_gssapi authenticator with server_keytab option.
+  - Local/Makefile support for (AUTH|LOOKUP)_*_PC=foo to use
+`pkg-config foo` for cflags/libs.
+  - Swapped $auth1/$auth2 for gsasl GSSAPI mechanism, to be more consistent
+with rest of GSASL and with heimdal_gssapi.
+  - Local/Makefile support for USE_(GNUTLS|OPENSSL)_PC=foo to use
+`pkg-config foo` for cflags/libs for the TLS implementation.
+  - New expansion variable $tls_bits; Cyrus SASL server connection
+properties get this fed in as external SSF.  A number of robustness
+and debugging improvements to the cyrus_sasl authenticator.
+  - cyrus_sasl server now expands the server_realm option.
+  - Bugzilla 1214 - Log authentication information in reject log.
+  - Added dbmjz lookup type.
+  - Let heimdal_gssapi authenticator take a SASL message without an authzid.
+  - MAIL args handles TAB as well as SP, for better interop with
+non-compliant senders.
+  - Bugzilla 1237 - fix cases where printf format usage not indicated.
+  - tls_peerdn now print-escaped for spool files.
+Observed some $tls_peerdn in wild which contained \n, which resulted
+in spool file corruption.
+  - TLS fixes for OpenSSL: support TLS 1.1  1.2; new openssl_options
+values; set SSL_MODE_AUTO_RETRY so that OpenSSL will retry a read
+or write after TLS renegotiation, which otherwise led to messages
+Got SSL error 2.
+  - Bugzilla 1239 - fix DKIM verification when signature was not inserted
+as a tracking header (ie: a signed header comes before the signature).
+  - Bugzilla 660 - Multi-valued attributes from ldap now parseable as a
+comma-sep list; embedded commas doubled.
+  - Refactored ACL verify = logic to table-driven dispatch.
+  - LDAP: Check for errors of TLS initialisation, to give correct diagnostics.
+  - Removed dont_insert_empty_fragments fron openssl_options.
+Removed SSL_clear() after SSL_new() which led to protocol negotiation
+failures.  We appear to now support TLS1.1+ with Exim.
+  - OpenSSL: new expansion var $tls_sni, which if used in tls_certificate
+lets Exim select keys and certificates based upon TLS SNI from client.
+Also option tls_sni on SMTP Transports.  Also clear $tls_bits correctly
+before an outbound SMTP session.  New log_selector, +tls_sni.
+  - Bugzilla 1122 - check localhost_number expansion for failure, avoid
+NULL dereference.
+  - Revert part of NM/04, it broke log_path containing %D expansions.
+Left warnings.  Added eximon gdb invocation mode.
+  - Defaulting accept_8bitmime to true, not false.
+  - Added -bw for inetd wait mode support.
+  - Added PCRE_CONFIG=yes support to Makefile for using pcre-config to
+locate the relevant includes and libraries.  Made this the default.
+  - Fixed headers_only on smtp transports (was not sending trailing dot).
+Bugzilla 1246, report and most of solution from Tomasz Kusy.
+  - ${eval } now uses 64-bit and supports a g suffix (like to k and m).
+This may cause build issues on older platforms.
+  - Revamped GnuTLS support, passing tls_require_ciphers to
+gnutls_priority_init, ignoring Exim options gnutls_require_kx,
+gnutls_require_mac  gnutls_require_protocols (no longer supported).
+Added SNI support via GnuTLS too.
+Made ${randint:..} supplier available, if using not-too-old GnuTLS.
+  - Added EXPERIMENTAL_OCSP for OpenSSL.
+  - Applied dnsdb SPF support patch from Janne Snabb.
+Applied second patch from Janne, implementing suggestion to default
+multiple-strings-in-record handling to match SPF spec.
+  - Added expansion variable $tod_epoch_l for a higher-precision time.
+  - Fix DCC dcc_header content corruption (stack memory referenced,
+read-only, out of scope).
+Patch from Wolfgang Breyha, report from Stuart Northfield.
+  - Fix three issues highlighted by clang analyser static analysis.
+Only crash-plausible issue would require the Cambridge-specific
+iplookup router and a misconfiguration.
+Report from Marcin Mirosław.
+  - 

commit file for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2012-08-26 11:31:23

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


Package is file, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2012-06-26 
17:45:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2012-08-26 
11:31:26.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 19:22:01 UTC 2012 - giecr...@stegny.2a.pl
+
+- add documentation (bnc#776532)
+
+---
+Tue Aug 14 04:06:35 UTC 2012 - crrodrig...@opensuse.org
+
+- Use the OS's byteswapping routines. 
+
+---

New:

  file-endian.patch



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.aNMdaC/_old  2012-08-26 11:31:28.0 +0200
+++ /var/tmp/diff_new_pack.aNMdaC/_new  2012-08-26 11:31:28.0 +0200
@@ -58,6 +58,7 @@
 Patch31:file-5.07-biorad.dif
 Patch32:file-5.07-clicfs.dif
 Patch33:file-ocloexec.patch
+Patch34:file-endian.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _miscdir%{_datadir}/misc
@@ -70,7 +71,6 @@
 
 %package -n file-devel
 Summary:Include Files and Libraries mandatory for Development
-License:BSD-2-Clause
 Group:  Development/Libraries/Other
 Provides:   file:/usr/include/magic.h
 Requires:   file = %{version}
@@ -108,7 +108,7 @@
 %patch32 -p0 -b .clicfs
 %patch33 -p0 -b .clexe
 %patch -b .0
-
+%patch34 
 %build
 export LANG=POSIX
 export LC_ALL=POSIX
@@ -132,7 +132,7 @@
 rm -vf %{buildroot}%{_sysconfdir}/magic
 echo '# Localstuff: file(1) magic(5) for locally observed files'  
%{buildroot}%{_sysconfdir}/magic
 echo '# global magic file is %{_miscdir}/magic(.mgc)'   
%{buildroot}%{_sysconfdir}/magic
-#install -s dcore %{buildroot}%{_bindir}
+%{nil install -s dcore %{buildroot}%{_bindir}}
 # Check out that the binary does not bail out:
 LD_LIBRARY_PATH=%{buildroot}%{_libdir}
 export LD_LIBRARY_PATH
@@ -148,18 +148,20 @@
 %files
 %defattr (644,root,root,755)
 %config(noreplace) %{_sysconfdir}/magic
-#%{_bindir}/dcore
+%{nil %{_bindir}/dcore}
 %attr(755,root,root) %{_bindir}/file
 %{_libdir}/lib*.so.*
 %{_miscdir}/magic
 %{_miscdir}/magic.mgc
-%attr(644,root,root) %{_mandir}/man1/file.1.gz
-%attr(644,root,root) %{_mandir}/man5/magic.5.gz
+%doc %{_mandir}/man1/file.1.gz
+%doc %{_mandir}/man5/magic.5.gz
+%doc README COPYING AUTHORS NEWS ChangeLog
 
 %files -n file-devel
 %defattr (644,root,root,755)
 %{_libdir}/lib*.so
 %{_includedir}/magic.h
-%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
+%doc %{_mandir}/man3/libmagic.3.gz
+%doc README COPYING AUTHORS NEWS ChangeLog
 
 %changelog

++ file-endian.patch ++
--- src/apprentice.c.orig
+++ src/apprentice.c
@@ -48,6 +48,7 @@ FILE_RCSID(@(#)$File: apprentice.c,v 1.
 #include sys/mman.h
 #endif
 #include dirent.h
+#include byteswap.h
 
 #defineEATAB {while (isascii((unsigned char) *l)  \
  isspace((unsigned char) *l))  ++l;}
@@ -97,9 +98,11 @@ private int apprentice_load(struct magic
 const char *, int);
 private void byteswap(struct magic *, uint32_t);
 private void bs1(struct magic *);
-private uint16_t swap2(uint16_t);
-private uint32_t swap4(uint32_t);
-private uint64_t swap8(uint64_t);
+
+#define swap2(x) bswap_16(x)
+#define swap4(x) bswap_32(x)
+#define swap8(x) bswap_64(x)
+
 private char *mkdbname(struct magic_set *, const char *, int);
 private int apprentice_map(struct magic_set *, struct magic **, uint32_t *,
 const char *);
@@ -662,7 +665,7 @@ set_test_type(struct magic *mstart, stru
/* invalid search type, but no need to complain here */
break;
}
-   return 0;
+   //return 0;
 }
 
 /*
@@ -2412,67 +2415,6 @@ byteswap(struct magic *magic, uint32_t n
 }
 
 /*
- * swap a short
- */
-private uint16_t
-swap2(uint16_t sv)
-{
-   uint16_t rv;
-   uint8_t *s = (uint8_t *)(void *)sv; 
-   uint8_t *d = (uint8_t *)(void *)rv; 
-   d[0] = s[1];
-   d[1] = s[0];
-   return rv;
-}
-
-/*
- * swap an int
- */
-private uint32_t
-swap4(uint32_t sv)
-{
-   uint32_t rv;
-   uint8_t *s = (uint8_t *)(void *)sv; 
-   uint8_t *d = (uint8_t *)(void *)rv; 
-   d[0] = s[3];
-   d[1] = s[2];
-   d[2] = s[1];
-   d[3] = s[0];
-   return rv;
-}
-
-/*
- * swap a quad
- */
-private uint64_t
-swap8(uint64_t sv)
-{
-   uint64_t rv;
-   uint8_t *s = (uint8_t *)(void *)sv; 
-   uint8_t *d = (uint8_t 

commit gnome-keyring for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2012-08-26 11:31:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes  
2012-04-20 15:15:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2012-08-26 11:31:34.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 22 22:25:40 UTC 2012 - sree...@suse.com
+
+- Add gnome-keyring-bnc775235-passphrase-cache.patch
+
+---

New:

  gnome-keyring-bnc775235-passphrase-cache.patch



Other differences:
--
++ gnome-keyring.spec ++
--- /var/tmp/diff_new_pack.0IcvBC/_old  2012-08-26 11:31:36.0 +0200
+++ /var/tmp/diff_new_pack.0IcvBC/_new  2012-08-26 11:31:36.0 +0200
@@ -29,6 +29,8 @@
 Patch4: gnome-keyring-check-session.patch
 # PATCH-FIX-OPENSUSE gnome-keyring-pam-auth-prompt-password.patch bnc466732 
bgo560488 vu...@novell.com -- Make the pam module prompt the password in auth, 
so we can use pam-config. This is a workaround until bnc#477488 is implemented.
 Patch5: gnome-keyring-pam-auth-prompt-password.patch
+# PATCH-FIX-UPSTREAM gnome-keyring-bnc775235-passphrase-cache.patch bnc775235 
sree...@suse.com -- Apply upstream patches to fix passphrase cache
+Patch6: gnome-keyring-bnc775235-passphrase-cache.patch
 BuildRequires:  ca-certificates
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -118,6 +120,7 @@
 translation-update-upstream
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh


++ gnome-keyring-bnc775235-passphrase-cache.patch ++
diff --git a/daemon/gpg-agent/gkd-gpg-agent-ops.c 
b/daemon/gpg-agent/gkd-gpg-agent-ops.c
index a0e8731..c8414fe 100644
--- a/daemon/gpg-agent/gkd-gpg-agent-ops.c
+++ b/daemon/gpg-agent/gkd-gpg-agent-ops.c
@@ -322,17 +322,6 @@ load_unlock_options (GcrPrompt *prompt)
g_free (method);
 }
 
-static void
-save_unlock_options (GcrPrompt *prompt)
-{
-   GSettings *settings;
-
-   settings = gkd_gpg_agent_settings ();
-
-   if (gcr_prompt_get_choice_chosen (prompt))
-   g_settings_set_string (settings, gpg-cache-method, 
GCR_UNLOCK_OPTION_ALWAYS);
-}
-
 static GcrPrompt *
 open_password_prompt (GckSession *session,
   const gchar *keyid,
@@ -405,11 +394,14 @@ do_get_password (GckSession *session, const gchar *keyid, 
const gchar *errmsg,
  const gchar *prompt_text, const gchar *description, gboolean 
confirm)
 {
GckBuilder builder = GCK_BUILDER_INIT;
+   GSettings *settings;
GckAttributes *attrs;
gchar *password = NULL;
GcrPrompt *prompt;
gboolean chosen;
GError *error = NULL;
+   gint lifetime;
+   gchar *method;
 
g_assert (GCK_IS_SESSION (session));
 
@@ -430,21 +422,39 @@ do_get_password (GckSession *session, const gchar *keyid, 
const gchar *errmsg,
}
 
if (password != NULL  keyid != NULL) {
+   settings = gkd_gpg_agent_settings ();
 
/* Load up the save options */
chosen = gcr_prompt_get_choice_chosen (prompt);
 
-   if (chosen)
+   if (chosen) {
+   g_settings_set_string (settings, gpg-cache-method, 
GCR_UNLOCK_OPTION_ALWAYS);
gck_builder_add_string (builder, CKA_G_COLLECTION, 
login);
-   else
+
+   } else {
+   method = g_settings_get_string (settings, 
gpg-cache-method);
+   lifetime = g_settings_get_int (settings, 
gpg-cache-ttl);
+
+   if (g_strcmp0 (method, GCR_UNLOCK_OPTION_IDLE) == 0) {
+   gck_builder_add_boolean (builder, 
CKA_GNOME_TRANSIENT, TRUE);
+   gck_builder_add_ulong (builder, 
CKA_G_DESTRUCT_IDLE, lifetime);
+
+   } else if (g_strcmp0 (method, 
GCR_UNLOCK_OPTION_TIMEOUT) == 0) {
+   gck_builder_add_boolean (builder, 
CKA_GNOME_TRANSIENT, TRUE);
+   gck_builder_add_ulong (builder, 
CKA_G_DESTRUCT_AFTER, lifetime);
+
+   } else if (g_strcmp0 (method, 
GCR_UNLOCK_OPTION_SESSION)){
+   g_message (Unsupported gpg-cache-method 
setting: %s, method);
+   }
+
gck_builder_add_string (builder, CKA_G_COLLECTION, 
session);
+

commit go for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2012-08-26 11:31:46

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


Package is go, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2012-07-12 10:43:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2012-08-26 
11:31:57.0 +0200
@@ -1,0 +2,24 @@
+Thu Aug 16 11:15:13 UTC 2012 - gra...@andtech.eu
+
+- BNC#776058
+- spec changes, reverse positions of compiled items and package
+  source in the %install section. touch compiled package archives
+  after source is installed for go-doc, this prevents the go tool
+  trying to re-compile/install std libraries.
+
+---
+Tue Aug 14 22:31:47 UTC 2012 - gra...@andtech.eu
+
+- Patch vim Godoc and Import plugins.
+- Update spec file.
+  - Instead of using tarball generated from a repo checkout, switch 
+tarball source and use upstream official tarball.
+  - Remove dependance on VERSION file, make spec more robust for
+future updates.
+
+---
+Mon Jul 16 23:56:36 UTC 2012 - gra...@andtech.eu
+
+- remove unavailable -x verbose flag from go fix macro
+
+---

Old:

  VERSION
  go-1.0.2.tar.bz2

New:

  go1.0.2.src.tar.gz
  opensuse-vim.patch



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.uJLCAd/_old  2012-08-26 11:31:59.0 +0200
+++ /var/tmp/diff_new_pack.uJLCAd/_new  2012-08-26 11:31:59.0 +0200
@@ -24,15 +24,12 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:http://golang.org
-Source0:go-%{version}.tar.bz2
+Source0:http://go.googlecode.com/files/go%{version}.src.tar.gz
 Source1:rpmlintrc
 Source2:go.sh
 Source3:macros.go
-# This file is otherwise generated at build-time from the .hg directory, which 
was
-# stripped from the tarball to save space. TODO: Update contents after version 
update!
-Source4:VERSION
-Source5:godoc.service
-Source6:README-openSUSE
+Source4:godoc.service
+Source5:README-openSUSE
 # PATCH-FIX-OPENSUSE adjust documentation paths for API/doc server
 Patch1: godoc-path-locations.patch
 # PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std 
libs)
@@ -41,6 +38,8 @@
 # see http://code.google.com/p/go/issues/detail?id=2775  also issue 3268
 Patch4: allow-binary-only-packages.patch
 Patch5: verbose-build.patch
+# PATCH-FIX-OPENSUSE fix vim Godoc and Import helpers/autocomplete
+Patch6: opensuse-vim.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  ed
@@ -51,15 +50,9 @@
 BuildRequires:  fdupes
 Recommends: go-doc
 %endif
-# We need to manually specify the release version string here. All code 
compiled
-# with this package will have the release string specified by the VERSION file
-# in this source tarball baked into it, libs compiled with a different version
-# cannot be linked anyway so all library packages will depend on this version 
string.
-# the version string is pulled into the %%godepends macro using the go 
version command.
-%define goversion go1.0.2
-Provides:   go-devel = %{goversion}
-Provides:   go-devel-static = %{goversion}
-Obsoletes:  go-devel  %{goversion}
+Provides:   go-devel = %{name}%{version}
+Provides:   go-devel-static = %{name}%{version}
+Obsoletes:  go-devel  %{name}%{version}
 ExclusiveArch:  %ix86 x86_64 %arm
 # For godoc service
 %if 0%{?suse_version} = 1210
@@ -112,9 +105,9 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 cp %{SOURCE4} .
 cp %{SOURCE5} .
-cp %{SOURCE6} .
 
 # setup go_arch (BSD-like scheme)
 %ifarch %ix86
@@ -166,14 +159,6 @@
 mkdir -p %{buildroot}%{_unitdir}
 install -Dm644 godoc.service %{buildroot}%{_unitdir}/godoc.service
 
-# copy document templates, packages, obj libs and command utilities
-mkdir -p %{buildroot}%{_bindir}
-mkdir -p $GOROOT/lib
-cp -ar lib/godoc $GOROOT/lib
-mv pkg $GOROOT
-mv bin/* %{buildroot}%{_bindir}
-rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc}
-
 # source files for go install, godoc, etc
 install -d %{buildroot}%{_datadir}/go
 for ext in *.{go,c,h,s,S,py}; do
@@ -183,6 +168,14 @@
 ln -s /usr/share/go/src/pkg $GOROOT/src/pkg
 ln -s /usr/share/go/src/cmd $GOROOT/src/cmd
 
+# copy document templates, packages, obj libs and command utilities
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p $GOROOT/lib
+cp -ar lib/godoc $GOROOT/lib
+mv pkg 

commit ilmbase for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package ilmbase for openSUSE:Factory checked 
in at 2012-08-26 11:31:55

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


Package is ilmbase, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ilmbase/ilmbase.changes  2012-08-07 
21:49:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ilmbase.new/ilmbase.changes 2012-08-26 
11:31:59.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug 24 12:27:41 UTC 2012 - rene.vanpaas...@gmail.com
+
+- fix build on i586 platforms, by fixing error in declaration of the
+  restorControlRegs function 
+
+---
+Wed Aug  8 09:19:07 UTC 2012 - dmuel...@suse.com
+
+- fix build on non-x86 platforms with ucontext
+
+---

New:

  arm-build.diff
  fix-i586.patch



Other differences:
--
++ ilmbase.spec ++
--- /var/tmp/diff_new_pack.en0Dtv/_old  2012-08-26 11:32:01.0 +0200
+++ /var/tmp/diff_new_pack.en0Dtv/_new  2012-08-26 11:32:01.0 +0200
@@ -33,6 +33,8 @@
 Patch0: 0001-Correcting-for-incorrect-license-section.patch
 #PATCH-FIX-OPENSUSE: allow 32bit build
 Patch1: ilmbase-1.0.3-ucontext-i386.patch
+Patch2: arm-build.diff
+Patch3: fix-i586.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -60,9 +62,9 @@
 %package devel
 Requires:   libHalf7
 Requires:   libIex7
-Requires:   libImath7
-Requires:   libIlmThread7
 Requires:   libIexMath7
+Requires:   libIlmThread7
+Requires:   libImath7
 Requires:   libstdc++-devel
 Summary:Base library for ILM software (OpenEXR)
 License:BSD-3-Clause ; GPL-2.0+
@@ -172,6 +174,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2
+%patch3 -p1
 
 # remove a non unix READMEs
 rm README.win32

++ arm-build.diff ++
Index: IexMath/IexMathFpu.cpp
===
--- IexMath/IexMathFpu.cpp.orig
+++ IexMath/IexMathFpu.cpp
@@ -52,7 +52,7 @@
 #endif
 
 
-#ifdef HAVE_UCONTEXT_H
+#if defined(HAVE_UCONTEXT_H)  (defined(__x86_64__) || defined(__i386__))
 
 
 #include ucontext.h
@@ -264,7 +264,7 @@ const uint16_t cwRestoreVal = (0  10)
 
 #include asm/sigcontext.h
 
-inline void
+inline static void
 restoreControlRegs (const ucontext_t  ucon, bool clearExceptions)
 {
 setCw ((ucon.uc_mcontext.fpregs-cw  cwRestoreMask) | cwRestoreVal);
++ fix-i586.patch ++
Index: ilmbase-1.0.3/IexMath/IexMathFpu.cpp
===
--- ilmbase-1.0.3.orig/IexMath/IexMathFpu.cpp
+++ ilmbase-1.0.3/IexMath/IexMathFpu.cpp
@@ -264,7 +264,7 @@ const uint16_t cwRestoreVal = (0  10)
 
 #include asm/sigcontext.h
 
-inline static void
+inline void
 restoreControlRegs (const ucontext_t  ucon, bool clearExceptions)
 {
 setCw ((ucon.uc_mcontext.fpregs-cw  cwRestoreMask) | cwRestoreVal);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdenlive for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2012-08-26 11:32:04

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


Package is kdenlive, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2012-06-01 
22:31:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2012-08-26 
11:32:06.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug 16 11:05:12 UTC 2012 - reddw...@opensuse.org
+
+- Recommend a package with the avformat module
+
+---
+Mon Aug 13 00:30:29 UTC 2012 - reddw...@opensuse.org
+
+- Require libmltX-modules and libmltX-data
+
+---
+Sun Aug 12 16:40:32 UTC 2012 - reddw...@opensuse.org
+
+- Add kdenlive-0.9.2-mlt_datadir.patch to use the correct MLT data
+  dir by default
+
+---

New:

  kdenlive-0.9.2-mlt_datadir.patch



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.pzXPVN/_old  2012-08-26 11:32:07.0 +0200
+++ /var/tmp/diff_new_pack.pzXPVN/_new  2012-08-26 11:32:07.0 +0200
@@ -28,6 +28,8 @@
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.kdenlive.org/
 Source0:
http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM kdenlive-0.9.2-mlt_datadir.patch 
http://www.kdenlive.org/mantis/view.php?id=2701 reddw...@opensuse.org -- Use 
versioned MLT data dir
+Patch0: kdenlive-0.9.2-mlt_datadir.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -51,12 +53,18 @@
 # Waiting for the day all libraries have versioned symbols...
 Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt++.so) --qf 
'%{NAME}') = %{mlt_version}
 Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}') = %{mlt_version}
+# Without a few of the plugins it crashes on start
+Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}')-modules
+# It requires the profiles
+Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}')-data
 Recommends: %{_bindir}/dvdauthor
 Recommends: %{_bindir}/dvgrab
 Recommends: %{_bindir}/ffmpeg
 Recommends: %{_bindir}/ffplay
 Recommends: %{_bindir}/genisoimage
 Recommends: %{_bindir}/recordmydesktop
+%define mlt_soname %(pkg-config --variable=moduledir mlt-framework | sed 
's/.*-\\([0-9]\\+\\)/\\1/')
+Recommends: mlt(%{mlt_soname})(avformat)
 %kde4_runtime_requires
 
 %description
@@ -68,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 # V4L support is disabled since it's GPL-2.0 only and incompatible with the 
GPL-3.0+ parts (bnc#765082)

++ kdenlive-0.9.2-mlt_datadir.patch ++
Index: src/CMakeLists.txt
===
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -11,6 +11,15 @@ endif(APPLE)
 macro_optional_find_package(Nepomuk)
 macro_optional_find_package(QJSON)
 
+execute_process(
+  COMMAND pkg-config --variable=mltdatadir mlt-framework
+  OUTPUT_VARIABLE MLT_DATADIR
+  RESULT_VARIABLE MLT_DATADIR_failed)
+if (NOT MLT_DATADIR_failed)
+  string(REGEX REPLACE [\r\n]  MLT_DATADIR ${MLT_DATADIR})
+  add_definitions(-DMLT_DATADIR=${MLT_DATADIR})
+endif(NOT MLT_DATADIR_failed)
+
 option(WITH_V4L Build capture support with Video4Linux ON)
 option(WITH_JogShuttle Build Jog/Shuttle support ON)
 
Index: src/mainwindow.cpp
===
--- src/mainwindow.cpp.orig
+++ src/mainwindow.cpp
@@ -2183,7 +2183,7 @@ void MainWindow::parseProfiles(const QSt
 }
 
 if (KdenliveSettings::mltpath().isEmpty())
-KdenliveSettings::setMltpath(QString(MLT_PREFIX) + 
QString(/share/mlt/profiles/));
+KdenliveSettings::setMltpath(QString(MLT_DATADIR) + 
QString(/profiles/));
 
 if (KdenliveSettings::rendererpath().isEmpty() || 
KdenliveSettings::rendererpath().endsWith(inigo)) {
 QString meltPath = QString(MLT_PREFIX) + QString(/bin/melt);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmtp for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package libmtp for openSUSE:Factory checked 
in at 2012-08-26 11:32:16

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


Package is libmtp, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes2012-04-12 
09:38:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes   2012-08-26 
11:32:18.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug 19 09:29:56 UTC 2012 - meiss...@suse.com
+
+- updated to 1.1.4
+  - various bugfixes, especially in Samsung *
+  - lots of new ids
+
+---

Old:

  libmtp-1.1.3.tar.gz

New:

  libmtp-1.1.4.tar.gz



Other differences:
--
++ libmtp.spec ++
--- /var/tmp/diff_new_pack.gA9FD6/_old  2012-08-26 11:32:20.0 +0200
+++ /var/tmp/diff_new_pack.gA9FD6/_new  2012-08-26 11:32:20.0 +0200
@@ -24,7 +24,7 @@
 Summary:Commandline utilities for access to MTP Players
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Players
-Version:1.1.3
+Version:1.1.4
 Release:0
 Source0:
http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libmtp-1.1.3.tar.gz - libmtp-1.1.4.tar.gz ++
 5013 lines of diff (skipped)

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



commit libpinyin for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package libpinyin for openSUSE:Factory 
checked in at 2012-08-26 11:32:25

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


Package is libpinyin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libpinyin/libpinyin.changes  2012-06-26 
16:14:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpinyin.new/libpinyin.changes 2012-08-26 
11:32:26.0 +0200
@@ -1,0 +2,23 @@
+Mon Aug  6 19:20:30 UTC 2012 - a...@suse.de
+
+- Remove obsoletes/provides, they are not correct.
+
+---
+Tue Jul 31 18:37:36 UTC 2012 - i...@marguerite.su
+
+- fix Obsoltes/Provides as AJ suggested.
+
+---
+Sun Jul 29 12:02:11 CST 2012 - hillw...@linuxfans.org
+
+- update to 0.7.0
+  * fixes cmake
+
+---
+Mon Jul 16 00:03:12 CST 2012 - hillw...@linuxfans.org
+
+- update to 0.6.92
+  * update test_pinyin
+  * update utils
+
+---

Old:

  libpinyin-0.6.91.tar.gz

New:

  libpinyin-0.7.0.tar.gz



Other differences:
--
++ libpinyin.spec ++
--- /var/tmp/diff_new_pack.wXLj3b/_old  2012-08-26 11:32:28.0 +0200
+++ /var/tmp/diff_new_pack.wXLj3b/_new  2012-08-26 11:32:28.0 +0200
@@ -17,8 +17,8 @@
 
 
 Name:   libpinyin
-Version:0.6.91
-Release:1
+Version:0.7.0
+Release:0
 Summary:Intelligent Pinyin IME
 License:GPL-2.0+
 Group:  System/I18n/Chinese
@@ -28,13 +28,18 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
+%if 0%{?suse_version} 
 %if 0%{?suse_version} = 1140
 BuildRequires:  libdb-4_8-devel
 %else
 BuildRequires:  libdb-4_5-devel
 %endif
-BuildRequires:  wget
+%else
+BuildRequires:  libdb-devel
+%endif
+BuildRequires:  gnome-common
 BuildRequires:  libtool
+BuildRequires:  wget
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +47,12 @@
 It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend
 supports many Language Models and Frontends.
 
-%package -n %{name}0
+%package -n %{name}2
 Summary:Intelligent Pinyin IME
 Group:  System/I18n/Chinese
 Provides:   %{name} = %{version}
 
-%description -n %{name}0
+%description -n %{name}2
 Libpinyin is a staging joint effort of many Chinese Pinyin IME development 
teams.
 It aims to be an Intelligent (and Universal) Sentence-based Pinyin IME Backend 
 supports many Language Models and Frontends.
@@ -79,11 +84,11 @@
 %{__rm} -rf %{buildroot}%{_libdir}/%{name}.a
 %{__rm} -rf %{buildroot}%{_libdir}/%{name}.la
 
-%post -n %{name}0 -p /sbin/ldconfig
+%post -n %{name}2 -p /sbin/ldconfig
 
-%postun -n %{name}0 -p /sbin/ldconfig
+%postun -n %{name}2 -p /sbin/ldconfig
 
-%files -n %{name}0
+%files -n %{name}2
 %defattr(-,root,root)
 %doc ChangeLog AUTHORS COPYING
 %{_mandir}/man1/*
@@ -93,7 +98,7 @@
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/%{name}-0.3/
+%{_includedir}/%{name}-%{version}/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 

++ libpinyin-0.6.91.tar.gz - libpinyin-0.7.0.tar.gz ++
 2291 lines of diff (skipped)

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



commit NetworkManager for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2012-08-26 11:32:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2012-08-22 12:14:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2012-08-26 11:32:54.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 20 07:13:17 UTC 2012 - bi...@opensuse.org
+
+- Add nm-wireless-strength.patch, fix wireless status for ipw2200.
+  (bnc#755541, bgo#675017).
+
+---

New:

  nm-wireless-strength-ipw2200.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.WjHI9l/_old  2012-08-26 11:32:56.0 +0200
+++ /var/tmp/diff_new_pack.WjHI9l/_new  2012-08-26 11:32:56.0 +0200
@@ -52,6 +52,8 @@
 # PATCH-FIX-UPSTREAM nm-probe-radius-server-cert.patch bnc#574266 
g...@suse.com -- Probe the RADIUS server certificate
 Patch9: nm-probe-radius-server-cert.patch
 Patch10:nm-null-out-on-dispose.patch
+# PATCH-FIX-UPSTREAM nm-wireless-strength-ipw2200.patch bnc#755541 
bi...@opensuse.org -- Fix wireless status for ipw2200
+Patch11:nm-wireless-strength-ipw2200.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -197,6 +199,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 pppddir=`ls -1d /usr/%_lib/pppd/2*`


++ nm-null-out-on-dispose.patch ++
--- /var/tmp/diff_new_pack.WjHI9l/_old  2012-08-26 11:32:56.0 +0200
+++ /var/tmp/diff_new_pack.WjHI9l/_new  2012-08-26 11:32:56.0 +0200
@@ -10,10 +10,10 @@
 
 https://bugzilla.gnome.org/show_bug.cgi?id=674473
 
-diff --git a/include/nm-glib-compat.h b/include/nm-glib-compat.h
-index 30b83e0..e953f6e 100644
 a/include/nm-glib-compat.h
-+++ b/include/nm-glib-compat.h
+Index: NetworkManager-0.9.4.0/include/nm-glib-compat.h
+===
+--- NetworkManager-0.9.4.0.orig/include/nm-glib-compat.h
 NetworkManager-0.9.4.0/include/nm-glib-compat.h
 @@ -42,6 +42,16 @@
g_simple_async_result_set_from_error (result, __error); \
g_error_free (__error); \
@@ -31,11 +31,11 @@
  #endif
  
  #endif  /* NM_GLIB_COMPAT_H */
-diff --git a/libnm-glib/nm-access-point.c b/libnm-glib/nm-access-point.c
-index a6218ed..9c11c04 100644
 a/libnm-glib/nm-access-point.c
-+++ b/libnm-glib/nm-access-point.c
-@@ -41,7 +41,6 @@ G_DEFINE_TYPE (NMAccessPoint, nm_access_point, 
NM_TYPE_OBJECT)
+Index: NetworkManager-0.9.4.0/libnm-glib/nm-access-point.c
+===
+--- NetworkManager-0.9.4.0.orig/libnm-glib/nm-access-point.c
 NetworkManager-0.9.4.0/libnm-glib/nm-access-point.c
+@@ -41,7 +41,6 @@ G_DEFINE_TYPE (NMAccessPoint, nm_access_
  #define NM_ACCESS_POINT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
NM_TYPE_ACCESS_POINT, NMAccessPointPrivate))
  
  typedef struct {
@@ -59,11 +59,11 @@
  
G_OBJECT_CLASS (nm_access_point_parent_class)-dispose (object);
  }
-diff --git a/libnm-glib/nm-active-connection.c 
b/libnm-glib/nm-active-connection.c
-index 81b1f01..f170121 100644
 a/libnm-glib/nm-active-connection.c
-+++ b/libnm-glib/nm-active-connection.c
-@@ -49,7 +49,6 @@ G_DEFINE_TYPE_WITH_CODE (NMActiveConnection, 
nm_active_connection, NM_TYPE_OBJEC
+Index: NetworkManager-0.9.4.0/libnm-glib/nm-active-connection.c
+===
+--- NetworkManager-0.9.4.0.orig/libnm-glib/nm-active-connection.c
 NetworkManager-0.9.4.0/libnm-glib/nm-active-connection.c
+@@ -49,7 +49,6 @@ G_DEFINE_TYPE_WITH_CODE (NMActiveConnect
  #define NM_ACTIVE_CONNECTION_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE 
((o), NM_TYPE_ACTIVE_CONNECTION, NMActiveConnectionPrivate))
  
  typedef struct {
@@ -93,11 +93,11 @@
  
G_OBJECT_CLASS (nm_active_connection_parent_class)-dispose (object);
  }
-diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c
-index 781ce4c..4a908e0 100644
 a/libnm-glib/nm-client.c
-+++ b/libnm-glib/nm-client.c
-@@ -53,8 +53,6 @@ G_DEFINE_TYPE_WITH_CODE (NMClient, nm_client, NM_TYPE_OBJECT,
+Index: NetworkManager-0.9.4.0/libnm-glib/nm-client.c
+===
+--- NetworkManager-0.9.4.0.orig/libnm-glib/nm-client.c
 NetworkManager-0.9.4.0/libnm-glib/nm-client.c
+@@ -53,8 +53,6 @@ 

commit nss-pam-ldapd for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package nss-pam-ldapd for openSUSE:Factory 
checked in at 2012-08-26 11:33:00

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


Package is nss-pam-ldapd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/nss-pam-ldapd/nss-pam-ldapd.changes  
2011-12-08 11:54:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.nss-pam-ldapd.new/nss-pam-ldapd.changes 
2012-08-26 11:33:03.0 +0200
@@ -1,0 +2,19 @@
+Fri Aug 17 22:45:01 UTC 2012 - l...@samba.org
+
+- Update to 0.8.10:
+  * documentation improvements
+  * fix a problem that causes the PAM module to prompt for a new password even
+though the old one was wrong
+  * log successful password change in nslcd
+  * install default configuration file with reduced permissions (further
+protection for CVE-2009-1073)
+- The 0.8 series has a few advantages over the 0.7 series. Apart from numerous
+  small improvements and new features the biggest changes are:
+  * introduction of pynslcd, an experimental alternative for nslcd
+  * addition of a validnames option
+  * checking shadow attributes for PAM authorisation
+  * support mapping to the objectSid attribute
+  * support pam_unix when not getting shadow information from LDAP
+- Add configure option --with-pam-seclib-dir
+
+---

Old:

  nss-pam-ldapd-0.7.12-rpmlintrc
  nss-pam-ldapd-0.7.13.tar.bz2

New:

  nss-pam-ldapd-0.8.10-rpmlintrc
  nss-pam-ldapd-0.8.10.tar.bz2



Other differences:
--
++ nss-pam-ldapd.spec ++
--- /var/tmp/diff_new_pack.8an5mS/_old  2012-08-26 11:33:05.0 +0200
+++ /var/tmp/diff_new_pack.8an5mS/_new  2012-08-26 11:33:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nss-pam-ldapd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   nss-pam-ldapd
 BuildRequires:  automake
 BuildRequires:  krb5-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
-License:LGPL-2.1+
-Group:  Productivity/Networking/LDAP/Clients
-Version:0.7.13
+Version:0.8.10
 Release:0
 Summary:NSS module and daemon for using LDAP as a naming service
+License:LGPL-2.1+
+Group:  Productivity/Networking/LDAP/Clients
 Url:http://arthurdejong.org/nss-ldapd/
 PreReq: /bin/chmod
 Conflicts:  nss_ldap pam_ldap
@@ -33,7 +34,7 @@
 Source: nss-pam-ldapd-%{version}.tar.bz2
 Source1:rc.nslcd
 Source2:baselibs.conf
-Source100:  nss-pam-ldapd-0.7.12-rpmlintrc
+Source100:  nss-pam-ldapd-0.8.10-rpmlintrc
 Patch0: nslcd-user-conf.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -66,6 +67,7 @@
 ./configure --prefix=/usr \
 --mandir=%{_mandir} \
--libdir=/%{_lib} \
+   --with-pam-seclib-dir=/%{_lib}/security \
--sysconfdir=/etc
 make %{?jobs:-j%jobs}
 

++ nss-pam-ldapd-0.7.12-rpmlintrc - nss-pam-ldapd-0.8.10-rpmlintrc ++

++ nss-pam-ldapd-0.7.13.tar.bz2 - nss-pam-ldapd-0.8.10.tar.bz2 ++
 41545 lines of diff (skipped)

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



commit PackageKit for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2012-08-26 11:33:10

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


Package is PackageKit, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2012-08-04 
09:25:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2012-08-26 11:33:12.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 22 10:22:02 UTC 2012 - g...@suse.com
+
+- Add PackageKit-bnc775651-ignore-accept-eula.patch to fix crash
+  after accepting EULA (bnc#775651)
+
+---

New:

  PackageKit-bnc775651-ignore-accept-eula.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.5fZynD/_old  2012-08-26 11:33:14.0 +0200
+++ /var/tmp/diff_new_pack.5fZynD/_new  2012-08-26 11:33:14.0 +0200
@@ -70,6 +70,8 @@
 #
 # PATCH-FIX-UPSTREAM PackageKit-zypp-packagesize.patch bnc#764677 
dims...@opensuse.org -- libzypp changed API and now returns Bytes instead of 
KBytes.
 Patch9: PackageKit-zypp-packagesize.patch
+# PATCH-FIX-UPSTREAM PackageKit-bnc775651-ignore-accept-eula.patch bnc#775651 
fdo#53532 g...@suse.com -- ignore accept-eula transactions to avoid crash
+Patch10:PackageKit-bnc775651-ignore-accept-eula.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
 BuildRequires:  docbook-utils
@@ -314,6 +316,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 # Needed due to patch 3


++ PackageKit-bnc775651-ignore-accept-eula.patch ++
From 9f1800ad48bff17fbebcc85760c327d78ecc9ee4 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Wed, 15 Aug 2012 16:33:19 +0800
Subject: [PATCH] Ignore accept-eula in pk-transaction-run

The accept-eula transaction could be proceeded by pk-transaction-run
accidentally. This commit ignores that kind of transaction to avoid
the potential crash.

https://bugs.freedesktop.org/show_bug.cgi?id=53532
---
 src/pk-transaction.c |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/pk-transaction.c b/src/pk-transaction.c
index dd009e8..347d72e 100644
--- a/src/pk-transaction.c
+++ b/src/pk-transaction.c
@@ -2246,6 +2246,10 @@ pk_transaction_run (PkTransaction *transaction)
g_return_val_if_fail (PK_IS_TRANSACTION (transaction), FALSE);
g_return_val_if_fail (priv-tid != NULL, FALSE);
 
+   /* Ignore accept-eula */
+   if (priv-role == PK_ROLE_ENUM_ACCEPT_EULA)
+   return TRUE;
+
/* prepare for use; the transaction list ensures this is safe */
pk_backend_reset (priv-backend);
 
-- 
1.7.7

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



commit package-translations for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-08-26 11:33:17

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-08-24 13:52:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-08-26 11:33:19.0 +0200
@@ -2 +2 @@
-Thu Aug 23 16:13:51 CEST 2012 - co...@suse.com
+Fri Aug 24 16:13:51 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-08-23
+- automated update on 2012-08-24



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit pam-config for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2012-08-26 11:33:26

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


Package is pam-config, Maintainer is ku...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes2012-08-08 
11:23:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes   
2012-08-26 11:33:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 14 13:02:09 UTC 2012 - vci...@suse.com
+
+- make pam_ssh a sufficient auth module (bnc#730851)
+
+---

New:

  pam_config-0.81-pam_ssh.patch



Other differences:
--
++ pam-config.spec ++
--- /var/tmp/diff_new_pack.SSBSDp/_old  2012-08-26 11:33:29.0 +0200
+++ /var/tmp/diff_new_pack.SSBSDp/_new  2012-08-26 11:33:29.0 +0200
@@ -26,6 +26,7 @@
 PreReq: pam = 0.99
 Requires:   pam-modules = 10.2
 Source: %{name}-%{version}.tar.bz2
+Patch:  pam_config-0.81-pam_ssh.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure

++ pam_config-0.81-pam_ssh.patch ++
Index: src/mod_pam_ssh.c
===
--- src/mod_pam_ssh.c   2012-08-06 16:39:19.0 +0200
+++ src/mod_pam_ssh.c   2012-08-14 14:52:14.649970973 +0200
@@ -44,7 +44,7 @@ write_config_ssh (pam_module_t *this, en
   break;
 
 case AUTH:
-  fprintf (fp, auth\toptional\tpam_ssh.so\ttry_first_pass );
+  fprintf (fp, auth\tsufficient\tpam_ssh.so\ttry_first_pass );
   break;
 
 case SESSION:
Index: src/supported-modules.h
===
--- src/supported-modules.h 2012-08-06 16:59:11.0 +0200
+++ src/supported-modules.h 2012-08-14 14:55:27.022709610 +0200
@@ -100,8 +100,8 @@ static pam_module_t *module_list_auth[]
   mod_pam_fprint,
   mod_pam_fprintd,
   mod_pam_thinkfinger,
-  mod_pam_gnome_keyring,
-  mod_pam_ssh, /* optional modules MUST executed before sufficient 
modules which also need a password. */
+  mod_pam_gnome_keyring, /* optional modules MUST be executed before 
sufficient modules which also need a password. */
+  mod_pam_ssh,
   mod_pam_unix2,
   mod_pam_unix,
   mod_pam_ecryptfs,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plymouth for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-26 11:33:36

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-08 
21:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-26 
11:33:38.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 22 14:04:13 UTC 2012 - fcro...@suse.com
+
+- Add plymouth-after-udev-settle.patch: ensure plymouth is started
+  after udev triggers has been started (git + name change due to
+  systemd  183 in openSUSE 12.2).
+
+---
+Wed Aug 22 11:41:57 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that the right Pango version is used for copying one of
+  the pango modules
+
+---

New:

  plymouth-after-udev-settle.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.OsTpUG/_old  2012-08-26 11:33:39.0 +0200
+++ /var/tmp/diff_new_pack.OsTpUG/_new  2012-08-26 11:33:39.0 +0200
@@ -52,6 +52,8 @@
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-FIX-UPSTREAM -- Fix systemd service file
 Patch11:plymouth-fix-systemd-service.patch
+# PATCH-FIX-UPSTREAM -- Start plymouth avec udev-trigger.service
+Patch12:plymouth-after-udev-settle.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -317,6 +319,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch12 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-after-udev-settle.patch ++
Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
===
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
@@ -2,7 +2,7 @@
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
 Wants=systemd-ask-password-plymouth.path
-After=systemd-vconsole-setup.service systemd-udev-settle.service
+After=systemd-vconsole-setup.service udev-trigger.service
 Before=systemd-ask-password-plymouth.service
 ConditionKernelCommandLine=!plymouth.enable=0
 ConditionPathExists=!@plymouthruntimedir@/pid
++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.OsTpUG/_old  2012-08-26 11:33:39.0 +0200
+++ /var/tmp/diff_new_pack.OsTpUG/_new  2012-08-26 11:33:39.0 +0200
@@ -121,11 +121,11 @@
 +  then
 + _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango64.modules
-+ pangobasicfc=/usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
++ pangobasicfc=${_pangodir}/pango-basic-fc.so
 +  else
 + _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango.modules
-+ pangobasicfc=/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
++ pangobasicfc=${_pangodir}/pango-basic-fc.so
 +fi
 +install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}

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



commit polkit for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2012-08-26 11:33:45

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


Package is polkit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2012-06-19 
22:43:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2012-08-26 
11:33:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 22 15:52:30 UTC 2012 - meiss...@suse.com
+
+- also use -z now for binary hardening
+
+---



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.XeoUYk/_old  2012-08-26 11:33:48.0 +0200
+++ /var/tmp/diff_new_pack.XeoUYk/_new  2012-08-26 11:33:48.0 +0200
@@ -118,7 +118,7 @@
 # needed for patch1
 autoreconf -fi
 export SUID_CFLAGS=-fPIE
-export SUID_LDFLAGS=-pie
+export SUID_LDFLAGS=-z now -pie
 %configure \
   --with-os-type=suse \
   --enable-gtk-doc \

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



commit python-matplotlib for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-08-26 11:33:52

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


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2012-05-07 22:50:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-08-26 11:33:55.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 21 02:47:37 UTC 2012 - highwaystar...@gmail.com
+
+- bugfix upstream release 1.1.1
+
+---

Old:

  matplotlib-1.1.0.tar.bz2

New:

  matplotlib-1.1.1.tar.bz2



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.z6dl0i/_old  2012-08-26 11:33:58.0 +0200
+++ /var/tmp/diff_new_pack.z6dl0i/_new  2012-08-26 11:33:58.0 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define modname matplotlib
 Name:   python-%{modname}
-Version:1.1.0
+Version:1.1.1
 Release:0
 
 Summary:Plotting Library for Python
@@ -75,6 +76,7 @@
 
 %package tk
 Summary:Tk backend for %{name}
+License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-tk
@@ -84,6 +86,7 @@
 
 %package wx
 Summary:Wx backend for %{name}
+License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-wxGTK
@@ -93,8 +96,8 @@
 
 %package designer
 Summary:Qt Designer %{name} plugin
-Group:  Development/Libraries/Python
 License:MIT
+Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-qt4
 Requires:   qt-creator

++ matplotlib-1.1.0.tar.bz2 - matplotlib-1.1.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.1.0.tar.bz2 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.1.1.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 python-openstack.compute for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package python-openstack.compute for 
openSUSE:Factory checked in at 2012-08-26 11:34:03

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


Package is python-openstack.compute, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstack.compute/python-openstack.compute.changes
2012-02-02 17:59:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstack.compute.new/python-openstack.compute.changes
   2012-08-26 11:34:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 23 12:23:05 UTC 2012 - idon...@suse.com
+
+- Add python-openstack.compute-prettytable-0.6.patch: Compile with
+  new python-prettytable package.
+
+---

New:

  python-openstack.compute-prettytable-0.6.patch



Other differences:
--
++ python-openstack.compute.spec ++
--- /var/tmp/diff_new_pack.LiH46A/_old  2012-08-26 11:34:05.0 +0200
+++ /var/tmp/diff_new_pack.LiH46A/_new  2012-08-26 11:34:05.0 +0200
@@ -24,13 +24,15 @@
 Group:  Development/Libraries/Python
 Url:https://github.com/jacobian/openstack.compute
 Source: jacobian-openstack.compute-89c5c6a.tar.gz
+# PATCH-FIX-UPSTREAM python-openstack.compute-prettytable-0.6.patch 
idoen...@suse.de -- Replace printt calls with get_string
+Patch1: python-openstack.compute-prettytable-0.6.patch
 BuildRequires:  python-argparse
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-httplib2
 BuildRequires:  python-mock
 BuildRequires:  python-nose
-BuildRequires:  python-prettytable
+BuildRequires:  python-prettytable = 0.6
 Requires:   python-argparse
 Requires:   python-httplib2
 Requires:   python-prettytable
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q -n jacobian-openstack.compute-89c5c6a
+%patch1 -p1
 
 %build
 python setup.py build

++ python-openstack.compute-prettytable-0.6.patch ++
Index: jacobian-openstack.compute-89c5c6a/openstack/compute/shell.py
===
--- jacobian-openstack.compute-89c5c6a.orig/openstack/compute/shell.py
+++ jacobian-openstack.compute-89c5c6a/openstack/compute/shell.py
@@ -474,17 +474,17 @@ def print_list(objs, fields, formatters=
 row.append(getattr(o, field.lower().replace(' ', '_'), ''))
 pt.add_row(row)
 
-pt.printt(sortby=fields[0])
+pt.get_string(sortby=fields[0])
 
 def print_dict(d):
 pt = prettytable.PrettyTable(['Property', 'Value'], caching=False)
 pt.aligns = ['l', 'l']
 [pt.add_row(list(r)) for r in d.iteritems()]
-pt.printt(sortby='Property')
+pt.get_string(sortby='Property')
 
 def main():
 try:
 ComputeShell().main(sys.argv[1:])
 except CommandError, e:
 print  sys.stderr, e
-sys.exit(1)
\ No newline at end of file
+sys.exit(1)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-South for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package python-South for openSUSE:Factory 
checked in at 2012-08-26 11:34:10

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


Package is python-South, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-South/python-South.changes
2012-05-29 10:36:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-South.new/python-South.changes   
2012-08-26 11:34:12.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  4 14:16:39 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.7.6:
+  - There is now a new --update switch, which you can use with
+schemamigration to merge updates you've just done into your
+most recent migration and then reverse and re-apply that
+migration to the database.
+  - Note that this will only work with migrations that aren't yet
+committed into a VCS - once that occurs, you should create a
+new migration rather than running --update on the current one.
+
+---

Old:

  South-0.7.5.tar.gz

New:

  South-0.7.6.tar.gz



Other differences:
--
++ python-South.spec ++
--- /var/tmp/diff_new_pack.LTGKLT/_old  2012-08-26 11:34:14.0 +0200
+++ /var/tmp/diff_new_pack.LTGKLT/_new  2012-08-26 11:34:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-South
-Version:0.7.5
+Version:0.7.6
 Release:0
 Url:http://south.aeracode.org/
 Summary:South: Migrations for Django

++ South-0.7.5.tar.gz - South-0.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/South-0.7.5/PKG-INFO new/South-0.7.6/PKG-INFO
--- old/South-0.7.5/PKG-INFO2012-05-08 18:25:01.0 +0200
+++ new/South-0.7.6/PKG-INFO2012-08-02 12:24:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: South
-Version: 0.7.5
+Version: 0.7.6
 Summary: South: Migrations for Django
 Home-page: http://south.aeracode.org/
 Author: Andrew Godwin  Andy McCurdy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/South-0.7.5/South.egg-info/PKG-INFO 
new/South-0.7.6/South.egg-info/PKG-INFO
--- old/South-0.7.5/South.egg-info/PKG-INFO 2012-05-08 18:25:01.0 
+0200
+++ new/South-0.7.6/South.egg-info/PKG-INFO 2012-08-02 12:24:52.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: South
-Version: 0.7.5
+Version: 0.7.6
 Summary: South: Migrations for Django
 Home-page: http://south.aeracode.org/
 Author: Andrew Godwin  Andy McCurdy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/South-0.7.5/setup.py new/South-0.7.6/setup.py
--- old/South-0.7.5/setup.py2012-05-08 18:24:16.0 +0200
+++ new/South-0.7.6/setup.py2012-07-08 12:02:15.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Use setuptools if we can
 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/South-0.7.5/south/__init__.py 
new/South-0.7.6/south/__init__.py
--- old/South-0.7.5/south/__init__.py   2012-05-08 12:28:24.0 +0200
+++ new/South-0.7.6/south/__init__.py   2012-08-02 12:14:45.0 +0200
@@ -2,7 +2,7 @@
 South - Useable migrations for Django apps
 
 
-__version__ = 0.7.5
+__version__ = 0.7.6
 __authors__ = [
 Andrew Godwin and...@aeracode.org,
 Andy McCurdy a...@andymccurdy.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/South-0.7.5/south/db/__init__.py 
new/South-0.7.6/south/db/__init__.py
--- old/South-0.7.5/south/db/__init__.py2012-03-17 13:25:06.0 
+0100
+++ new/South-0.7.6/south/db/__init__.py2012-07-08 12:02:15.0 
+0200
@@ -18,6 +18,9 @@
 'django.contrib.gis.db.backends.spatialite': 'sqlite3',
 'django.contrib.gis.db.backends.mysql': 'mysql',
 'django.contrib.gis.db.backends.oracle': 'oracle',
+'doj.backends.zxjdbc.postgresql': 'postgresql_psycopg2', #django-jython
+'doj.backends.zxjdbc.mysql': 'mysql', #django-jython
+'doj.backends.zxjdbc.oracle': 'oracle', #django-jython
 }
 
 # First, work out if we're multi-db or not, and which databases we have
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/South-0.7.5/south/db/firebird.py 
new/South-0.7.6/south/db/firebird.py
--- old/South-0.7.5/south/db/firebird.py2012-04-13 16:45:45.0 
+0200
+++ new/South-0.7.6/south/db/firebird.py2012-08-02 12:09:04.0 
+0200
@@ -86,6 +86,7 @@
 
 columns.append(col)
 if 

commit sblim-sfcb for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2012-08-26 11:34:33

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


Package is sblim-sfcb, Maintainer is bwhite...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes2012-04-12 
09:51:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes   
2012-08-26 11:34:34.0 +0200
@@ -1,0 +2,33 @@
+Fri Jul 27 20:01:01 UTC 2012 - a...@suse.de
+
+- Add missing sys/resource.h include (glibc 2.16)
+
+---
+Sun Jun 17 12:51:26 UTC 2012 - kkae...@suse.com
+
+- Changes in 1.3.15
+
+  New Features: 
+  - 3501314 Add dynamic logging and syslog output to sfcb trace
+  - 3517530 Implement mark, release routines in CMPIBrokerMemFT
+  - 3513390 Enforce LD and subscription limits
+  - 3527920 RI and http responsecodes
+  - 3534659 Match SfcbLocal to sfcc update
+
+  Bugs Fixed:
+  - 3514627 unsupported sfcb.cfg param - use exit call
+  - 3516184 commClose close socket when file hndl is null
+  - 3517573 Problem with SequenceContext migration
+  - 3525651 CMSetPropertyFilter not CMPI 2.0 compliant
+  - 3527693 Property filters don't work for enum upcalls
+  - 3524819 sfcb may hang on ac call to indication subscription
+  - 3528074 Improve CMPIInstance Error Codes
+  - 3528096 Error status codes sometimes not propigated for
+instances
+  - 3529856 httpProcs limit can be broken
+  - 3527620 EnumerateClasses does not include qualifiers by default
+  - 3532951 Filter creation fails with disable default properties
+  - 3533179 Double definition for union semun  in FreeBSD
+  - 3535313 xmlUnescape may access memory beyond its buffer
+
+---
@@ -4,2 +37 @@
-Changes in 1.3.14
-=
+- Changes in 1.3.14
@@ -8 +39,0 @@
-

Old:

  sblim-sfcb-1.3.14.tar.bz2
  use-local-cmpi-header-file.patch

New:

  sblim-resource.patch
  sblim-sfcb-1.3.15.tar.bz2



Other differences:
--
++ sblim-sfcb.spec ++
--- /var/tmp/diff_new_pack.4iS2ch/_old  2012-08-26 11:34:35.0 +0200
+++ /var/tmp/diff_new_pack.4iS2ch/_new  2012-08-26 11:34:35.0 +0200
@@ -22,7 +22,7 @@
 Group:  System/Management
 
 Name:   sblim-sfcb
-Version:1.3.14
+Version:1.3.15
 Release:0
 Url:http://sblim.sf.net/
 
@@ -41,8 +41,7 @@
 Patch1: pending-upstream.patch
 Patch4: 0004-Don-t-call-tool_mm_flush-during-OPS_LoadProvider.patch
 Patch6: 0006-Reflect-provider-information-in-ps-via-argv.patch
-Patch7: use-local-cmpi-header-file.patch
-
+Patch7: sblim-resource.patch
 Provides:   cim-server
 Provides:   cimserver
 %if 0%{?suse_version} = 1030

++ 0006-Reflect-provider-information-in-ps-via-argv.patch ++
--- /var/tmp/diff_new_pack.4iS2ch/_old  2012-08-26 11:34:35.0 +0200
+++ /var/tmp/diff_new_pack.4iS2ch/_new  2012-08-26 11:34:35.0 +0200
@@ -121,7 +121,7 @@
   printf(--- Provider pausing for: %s\n,pauseStr);
 }

-+   if (getControlBool(argvDebug, argvDebug) == 0)
++   if ((getControlBool(argvDebug, argvDebug) == 0)  argvDebug)
 +   passOrigArgPtrs(argc, argv);
 +
 if (getControlBool(enableHttp, enableHttp))

++ pending-upstream.patch ++
--- /var/tmp/diff_new_pack.4iS2ch/_old  2012-08-26 11:34:35.0 +0200
+++ /var/tmp/diff_new_pack.4iS2ch/_new  2012-08-26 11:34:35.0 +0200
@@ -1,6 +1,6 @@
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/cimcClientSfcbLocal.c 
./cimcClientSfcbLocal.c
 ../orig-sblim-sfcb-1.3.14/cimcClientSfcbLocal.c2012-03-29 
16:39:53.0 +0200
-+++ ./cimcClientSfcbLocal.c2012-04-03 09:32:58.0 +0200
+diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/cimcClientSfcbLocal.c 
./cimcClientSfcbLocal.c
+--- ../orig-sblim-sfcb-1.3.15/cimcClientSfcbLocal.c2012-06-12 
21:12:56.0 +0200
 ./cimcClientSfcbLocal.c2012-06-17 14:55:19.648000299 +0200
 @@ -214,7 +214,6 @@
if (cl-connection) CMRelease(cl-connection);
  
@@ -17,12 +17,12 @@
 CONNECT_LOCK();
 if (localConnectCount  0) localConnectCount -= 1;
 if (localConnectCount == 0) {
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/configure.ac ./configure.ac
 ../orig-sblim-sfcb-1.3.14/configure.ac 2012-03-31 01:37:23.0 
+0200
-+++ ./configure.ac 2012-04-03 09:32:58.0 +0200
+diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/configure.ac ./configure.ac
+--- ../orig-sblim-sfcb-1.3.15/configure.ac 2012-06-15 01:44:35.0 
+0200
 

commit ssdeep for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package ssdeep for openSUSE:Factory checked 
in at 2012-08-26 11:34:50

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


Package is ssdeep, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ssdeep/ssdeep.changes2012-08-10 
19:03:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ssdeep.new/ssdeep.changes   2012-08-26 
11:34:52.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 17 20:44:27 UTC 2012 - dims...@opensuse.org
+
+- Add ssdeep-dynamic.patch: Link ssdeep dynamically to libfuzzy.
+  As a side-effect, we can actually now also use configure
+  --disable-static.
+- Add libtool BuildRequires and call autoreconf, as above patch
+  touches the build system.
+
+---
+Thu Aug  9 19:21:11 UTC 2012 - a...@suse.de
+
+- Run through spec-cleaner, remove obsolete comments.
+
+---
@@ -6 +20,2 @@
-Recursive computing and matching of Context Triggered Piecewise Hashing (aka 
Fuzzy Hashing). Supports Windows, *nix, BSD, OS X, etc. 
+Recursive computing and matching of Context Triggered Piecewise
+Hashing (aka Fuzzy Hashing). Supports Windows, *nix, BSD, OS X, etc. 

New:

  ssdeep-dynamic.patch



Other differences:
--
++ ssdeep.spec ++
--- /var/tmp/diff_new_pack.oMPDrC/_old  2012-08-26 11:34:53.0 +0200
+++ /var/tmp/diff_new_pack.oMPDrC/_new  2012-08-26 11:34:53.0 +0200
@@ -1,27 +1,33 @@
 #
-# spec file for package ssdeep (Version 2.0)
+# spec file for package ssdeep
 #
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   ssdeep
 Version:2.7
 Release:0
-Url:http://www.forensicswiki.org/wiki/Ssdeep
-# BuildRequires:  fftw3-devel gtk2-devel
-# Requires:   fftw3 gtk2
+Summary:Context Triggered Piecewise Hashing values
 License:GPL-2.0
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-PreReq: %install_info_prereq
-AutoReqProv:on
-Summary:Context Triggered Piecewise Hashing values
+Url:http://www.forensicswiki.org/wiki/Ssdeep
 Source: %{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE ssdeep-dynamic.patch dims...@opensuse.org -- Link ssdeep 
dynamically
+Patch0: ssdeep-dynamic.patch
+BuildRequires:  libtool
+Requires(pre):  %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -29,45 +35,39 @@
 Hashing values. It is based on a spam detector called spamsum by Andrews
 Trigdell
 
-Authors:
-
-Jesse Kornblum
-
-
 %package -n libfuzzy2
+Summary:API for ssdeep
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Summary:API for ssdeep
 
 %description -n libfuzzy2
 Libraries for ssdeep, the primary library is libfuzzy.*
 
 %package -n libfuzzy-devel
+Summary:API for ssdeep
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Summary:API for ssdeep
-Requires:  libfuzzy2 = %{version}-%{release}
+Requires:   libfuzzy2 = %{version}
 
 %description -n libfuzzy-devel
 Devel API for ssdeep, the primary library is libfuzzy.*
 
 %prep
-%setup
+%setup -q
+%patch0 -p1
 
 %build
-# for unknown reason --disable-static causes a rpm packaging error.  Just 
delete the static lib after build/install.
-# %%configure --disable-static
-%configure
-%{__make} %{?_smp_mflags}
+autoreconf -fi
+%configure --disable-static
+make %{?_smp_mflags}
 
 %post -n libfuzzy2 -p /sbin/ldconfig
 
 %postun -n libfuzzy2 -p /sbin/ldconfig
 
 %install
-%makeinstall
+%make_install
 # Clean up *.a and *.la files
-find %{buildroot}%{_libdir} -name '*.a' -type f -delete -print
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 %files


commit subversion for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2012-08-26 11:34:59

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


Package is subversion, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2012-06-18 
14:54:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2012-08-26 11:35:01.0 +0200
@@ -1,0 +2,46 @@
+Wed Aug 15 00:00:00 UTC 2012 - andreas.stie...@gmx.de
+
+- update to upstream 1.7.6:
+
+  User-visible changes:
+- Client-side bugfixes:
+  * Fix svn status -u --depth empty FILE
+  * Fix example output of 'svn help status'
+  * svn propset of svn:eol-style might not notice related text changes
+  * sort output of 'svn propget -R'
+  * sort output of 'svn proplist'
+  * sort output of 'svn status'
+  * avoid a filestat per working copy find operation
+  * optimize 'svn upgrade' performance on large working copies
+  * allow 'file:///C:\repos' style arguments on Windows, like 1.6 
+  * fix ra_serf against Subversion 1.2 servers
+  * fix 'svn upgrade' on working copies with certain tree conflicts
+  * avoid workqueue references to system temp dir
+  * allow non-existant canonical paths
+  * fix 'svn revert --depth files' to operate on files
+  * fix ra_serf XML namespace handling against malicious server
+  * fix relocate with server-relative externals
+  * change two asserts into errors for TortoiseSVN
+  * don't attempt to anchor an operation outside a wc root
+  
+- Server-side bugfixes:
+  * partial sync drops properties when converting to adds
+  * replaying a copy and delete of an unreadable child fails
+  * allow svnlook to operate on r0
+  * make FSFS revision files independent of APR hash order
+  
+- Other tool improvements and bugfixes:
+  * move mod_dontdothat to install-tools
+  
+   Developer-visible changes:
+- General:
+  * fix running tests against httpd 2.4
+  * use constant struct initialisers for C89 compatibility
+  
+- Bindings:
+  * JavaHL: Don't assert on some invalid input
+  * JavaHL: Add missing new in 1.7 notifications
+  
+- refresh subversion-no-build-date.patch
+
+---

Old:

  subversion-1.7.5.tar.bz2

New:

  subversion-1.7.6.tar.bz2



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.fwFy7Y/_old  2012-08-26 11:35:04.0 +0200
+++ /var/tmp/diff_new_pack.fwFy7Y/_new  2012-08-26 11:35:04.0 +0200
@@ -46,7 +46,7 @@
 %endif
 
 Name:   subversion
-Version:1.7.5
+Version:1.7.6
 Release:0
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36

++ subversion-1.7.5.tar.bz2 - subversion-1.7.6.tar.bz2 ++
 2572 lines of diff (skipped)

++ subversion-no-build-date.patch ++
--- /var/tmp/diff_new_pack.fwFy7Y/_old  2012-08-26 11:35:06.0 +0200
+++ /var/tmp/diff_new_pack.fwFy7Y/_new  2012-08-26 11:35:06.0 +0200
@@ -1,8 +1,8 @@
 Index: subversion/libsvn_subr/opt.c
 ===
 subversion/libsvn_subr/opt.c.orig  2012-01-25 17:16:44.0 +
-+++ subversion/libsvn_subr/opt.c   2012-02-13 20:48:43.0 +
-@@ -1070,9 +1070,8 @@ svn_opt__print_version_info(const char *
+--- subversion/libsvn_subr/opt.c.orig  2012-06-13 13:59:03.0 +0100
 subversion/libsvn_subr/opt.c   2012-08-08 19:36:46.0 +0100
+@@ -1084,9 +1084,8 @@ svn_opt__print_version_info(const char *
if (quiet)
  return svn_cmdline_printf(pool, %s\n, SVN_VER_NUMBER);
  

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



commit suitesparse for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2012-08-26 11:35:10

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


Package is suitesparse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2012-08-04 
13:32:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes 
2012-08-26 11:35:19.0 +0200
@@ -1,0 +2,23 @@
+Thu Aug 16 19:33:14 UTC 2012 - i...@marguerite.su
+
+- also re-fix bnc#746867:
+  * cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed
+
+---
+Wed Aug 15 02:51:27 UTC 2012 - i...@marguerite.su
+
+- fix bnc#775418: SuiteSparse does not ship library which contains
+the symbol SuiteSparse_time
+  * it's because latest SuiteSparse prefers NTIMER.(try to depreciate)
+so when there's NTIMER avaiable, tic/toc will not be enabled.
+  * easy solution is to use -lSuiteSparse in the UMFPACK_LIBS 
+variable in the affected packages like Octave.
+  * but this seems to affect many packages in science repo, so I 
+just add a patch comment #IF NTIMER off.
+  * http://comments.gmane.org/gmane.comp.gnu.octave.general/42837
+- add sub-package libsuitesparse_config which is formly known as UFconfig.
+  * also add provides/obsoltes of UFconfig.
+  * add patch0 to prevent removal of .o after .a is built.
+we still need .o to make shared libsuitesparseconfig.so
+
+---

New:

  bnc775418-enable-SuiteSparse_time-symbol.patch
  no-removal-of-suitesparse_config-output.patch



Other differences:
--
++ suitesparse.spec ++
--- /var/tmp/diff_new_pack.YdsS9s/_old  2012-08-26 11:35:20.0 +0200
+++ /var/tmp/diff_new_pack.YdsS9s/_new  2012-08-26 11:35:20.0 +0200
@@ -15,15 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   suitesparse
 Summary:A collection of sparse matrix libraries
+License:GPL-2.0+ and LGPL-2.1+
+Group:  Development/Libraries/Parallel
 Version:4.0.2
 Release:0
-Group:  Development/Libraries/Parallel
-License:GPL-2.0+ and LGPL-2.1+
 Url:http://www.cise.ufl.edu/research/sparse/SuiteSparse
 Source: SuiteSparse-%{version}.tar.gz
 Source2:%{name}-rpmlintrc
+Patch0: no-removal-of-suitesparse_config-output.patch
+Patch775418:bnc775418-enable-SuiteSparse_time-symbol.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
 BuildRequires:  gcc-c++
@@ -55,6 +58,10 @@
 %define spqrso  1_3_1
 %define umfpackver  5.6.1
 %define umfpackso   5_6_1
+# Your need define even it's just the same as main package
+# or the %build loop will override %version with umfpack's version.
+%define configver   4.0.2
+%define configso4_0_2
 %define amdlib  libamd-%{amdso}
 %define btflib  libbtf-%{btfso}
 %define camdlib libcamd-%{camdso}
@@ -68,6 +75,7 @@
 %define rbiolib librbio-%{rbioso}
 %define spqrlib libspqr-%{spqrso}
 %define umfpacklib  libumfpack-%{umfpackso}
+%define configlib   libsuitesparseconfig-%{configver}
 
 %description
 suitesparse is a collection of libraries for computations involving sparse
@@ -75,6 +83,7 @@
 
 %package devel 
 Summary:Development headers for SuiteSparse
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries/Parallel
 Requires:   %{amdlib}  = %{amdver}
 Requires:   %{btflib}  = %{btfver}
@@ -82,6 +91,8 @@
 Requires:   %{ccolamdlib}  = %{ccolamdver}
 Requires:   %{cholmodlib}  = %{cholmodver}
 Requires:   %{colamdlib}   = %{colamdver}
+Requires:   %{configlib}   = %{configver}
+Requires:   %{configlib}   = %{version}
 Requires:   %{csparselib}  = %{csparsever}
 Requires:   %{cxsparselib} = %{cxsparsever}
 Requires:   %{klulib}  = %{kluver}
@@ -124,6 +135,10 @@
 Obsoletes:  libspqr-devel  %{spqrver}
 Provides:   libumfpack-devel  = %{umfpackver}
 Obsoletes:  libumfpack-devel   %{umfpackver}
+Provides:   libsuitesparseconfig-devel = %{configver}
+Obsoletes:  libsuitesparseconfig-devel  %{configver}
+Provides:   UFconfig-devel= %{configver}
+Obsoletes:  UFconfig-devel %{configver}
 
 %description devel
 suitesparse is a collection of libraries for computations involving 
@@ -148,6 +163,7 @@
 
 %package devel-static
 Summary:Static version of 

commit t38modem for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package t38modem for openSUSE:Factory 
checked in at 2012-08-26 11:35:26

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


Package is t38modem, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/t38modem/t38modem.changes2011-09-23 
12:47:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.t38modem.new/t38modem.changes   2012-08-26 
11:35:27.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 14 11:18:54 UTC 2012 - dmuel...@suse.com
+
+- fix build on armv7hl
+
+---



Other differences:
--
++ t38modem.spec ++
--- /var/tmp/diff_new_pack.aCyQgx/_old  2012-08-26 11:35:28.0 +0200
+++ /var/tmp/diff_new_pack.aCyQgx/_new  2012-08-26 11:35:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package t38modem (Version 0.7.0)
+# spec file for package t38modem
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   t38modem
-BuildRequires:  SDL-devel gcc-c++ libdv openh323-devel openldap2-devel 
pwlib-devel speex-devel
+BuildRequires:  SDL-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  pwlib-devel
+BuildRequires:  speex-devel
 Url:http://www.openh323.org
+Summary:T.38 for OpenH323 (modem-compatible interface for IP telephony)
 License:MPL-1.1
-AutoReqProv:on
 Group:  Productivity/Telephony/H323/Servers
-Summary:T.38 for OpenH323 (modem-compatible interface for IP telephony)
 Version:0.7.0
-Release:246
+Release:0
 Source0:t38modem-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -48,6 +51,7 @@
 export M=`uname -m`
 case $M in
*86)  M=x86 ;;
+   armv7l)   M=armv7hl ;;
 esac
 export M
 mkdir -p $RPM_BUILD_ROOT/usr/sbin

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



commit timezone for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2012-08-26 11:35:33

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


Package is timezone, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone.changes2012-08-13 
14:46:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2012-08-26 
11:35:35.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 20 15:47:57 UTC 2012 - fcro...@suse.com
+
+- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
+  (bnc#773491)
+- Do not apply tzcode-link.diff on openSUSE = 12.2 (bnc#773491).
+
+---

New:

  tzcode-symlink.patch



Other differences:
--
++ timezone.spec ++
--- /var/tmp/diff_new_pack.yj2pOH/_old  2012-08-26 11:35:36.0 +0200
+++ /var/tmp/diff_new_pack.yj2pOH/_new  2012-08-26 11:35:36.0 +0200
@@ -32,6 +32,7 @@
 Patch2: tzcode-ksh.diff
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
+Patch5: tzcode-symlink.patch
 # COMMON-END
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global AREAEtc
@@ -50,7 +51,11 @@
 %patch1
 %patch2
 %patch3
+%if 0%{?suse_version}  1220
 %patch4
+%else
+%patch5 -p1
+%endif
 # COMMON-PREP-END
 
 %build

++ tzcode-symlink.patch ++
Index: timezone-2012e/zic.c
===
--- timezone-2012e.orig/zic.c
+++ timezone-2012e/zic.c
@@ -113,7 +113,7 @@ static void associate(void);
 static int ciequal(const char * ap, const char * bp);
 static voidconvert(long val, char * buf);
 static voidconvert64(zic_t val, char * buf);
-static voiddolink(const char * fromfield, const char * tofield);
+static voiddolink(const char * fromfield, const char * tofield, int 
defaultsymlink);
 static voiddoabbr(char * abbr, const char * format,
const char * letters, int isdst, int doquotes);
 static voideat(const char * name, int num);
@@ -595,7 +595,7 @@ _(%s: More than one -L option specified
*/
for (i = 0; i  nlinks; ++i) {
eat(links[i].l_filename, links[i].l_linenum);
-   dolink(links[i].l_from, links[i].l_to);
+   dolink(links[i].l_from, links[i].l_to, FALSE);
if (noise)
for (j = 0; j  nlinks; ++j)
if (strcmp(links[i].l_to,
@@ -604,19 +604,20 @@ _(%s: More than one -L option specified
}
if (lcltime != NULL) {
eat(command line, 1);
-   dolink(lcltime, TZDEFAULT);
+   dolink(lcltime, TZDEFAULT,TRUE);
}
if (psxrules != NULL) {
eat(command line, 1);
-   dolink(psxrules, TZDEFRULES);
+   dolink(psxrules, TZDEFRULES,FALSE);
}
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
 }
 
 static void
-dolink(fromfield, tofield)
+dolink(fromfield, tofield, defaultsymlink)
 const char * const fromfield;
 const char * const tofield;
+const int  defaultsymlink;
 {
register char * fromname;
register char * toname;
@@ -641,15 +642,16 @@ const char * consttofield;
*/
if (!itsdir(toname))
(void) remove(toname);
-   if (link(fromname, toname) != 0) {
+   if (defaultsymlink || link(fromname, toname) != 0) {
int result;
 
if (mkdirs(toname) != 0)
exit(EXIT_FAILURE);
 
-   result = link(fromname, toname);
+   if (!defaultsymlink)
+   result = link(fromname, toname);
 #if HAVE_SYMLINK
-   if (result != 0 
+   if ((defaultsymlink || (!defaultsymlink  result != 0)) 
access(fromname, F_OK) == 0 
!itsdir(fromname)) {
const char *s = tofield;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-ca-management for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory checked in at 2012-08-26 11:35:56

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


Package is yast2-ca-management, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ca-management/yast2-ca-management.changes  
2012-05-07 22:53:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ca-management.new/yast2-ca-management.changes 
2012-08-26 11:35:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 10:42:18 CEST 2012 - m...@suse.de
+
+- version 2.23.0
+- remove usage of limal-ca-mgm and use new libcamgm instead
+
+---

Old:

  yast2-ca-management-2.22.2.tar.bz2

New:

  yast2-ca-management-2.23.0.tar.bz2



Other differences:
--
++ yast2-ca-management.spec ++
--- /var/tmp/diff_new_pack.AK77tA/_old  2012-08-26 11:35:59.0 +0200
+++ /var/tmp/diff_new_pack.AK77tA/_new  2012-08-26 11:35:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ca-management
-Version:2.22.2
+Version:2.23.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,20 +27,25 @@
 BuildRequires:  dosfstools
 BuildRequires:  doxygen
 BuildRequires:  libxslt
-BuildRequires:  limal-ca-mgm-perl
-BuildRequires:  limal-perl
 BuildRequires:  perl-Date-Calc
 BuildRequires:  perl-URI
 BuildRequires:  perl-X500-DN
 BuildRequires:  perl-XML-Writer
+BuildRequires:  perl-camgm
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-core
 BuildRequires:  yast2-devtools
-Requires:   yast2 perl perl-gettext yast2-perl-bindings perl-X500-DN 
perl-Date-Calc limal-perl perl-Config-IniFiles perl-URI
-Requires:   limal-ca-mgm-perl = 1.4.0
+Requires:   perl
+Requires:   perl-Config-IniFiles
+Requires:   perl-Date-Calc
+Requires:   perl-URI
+Requires:   perl-X500-DN
+Requires:   perl-camgm
+Requires:   perl-gettext
 Requires:   yast2 = 2.21.22
+Requires:   yast2-perl-bindings
 BuildArch:  noarch
 Summary:YaST2 - CAs, Certificates and Requests Management
 License:GPL-2.0+

++ yast2-ca-management-2.22.2.tar.bz2 - yast2-ca-management-2.23.0.tar.bz2 
++
 4679 lines of diff (skipped)

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



commit cronie for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2012-08-26 14:21:37

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


Package is cronie, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cronie/cronie.changes2012-06-26 
15:16:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes   2012-08-26 
14:21:39.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 15 00:48:54 UTC 2012 - crrodrig...@opensuse.org
+
+- When the cron daemon does not fork, as it is the case
+  when using systemd, pid files are useless. avoid creating 
+  them in the first place. 
+
+---

New:

  cronie-nofork-nopid.patch



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.RzKVE5/_old  2012-08-26 14:21:41.0 +0200
+++ /var/tmp/diff_new_pack.RzKVE5/_new  2012-08-26 14:21:41.0 +0200
@@ -57,6 +57,7 @@
 # PATCH-FIX-UPSTREAM use run-crons instead of run-parts for anacron 
(bnc#689494)
 Patch8: cronie-anacron-1.4.7-run-crons.patch
 Patch9: cronie-1.4.8-bug_756197.diff
+Patch10:cronie-nofork-nopid.patch
 Conflicts:  cron = 4.1
 # When finish update protection of sles11 we could uncomment line bellow and 
drop all
 # ugly hacks with subpackage cron needed for proper update proces
@@ -101,7 +102,7 @@
 %patch8 -p1
 %patch9
 cp %{S:7} ./cron_to_cronie.README
-
+%patch10
 %build
 # fill macro CRON_VERSION it is used in top three lines of crontab file,should 
be reworked
 export CFLAGS=$RPM_OPT_FLAGS -DCRON_VERSION=\\\%{version}\\\


++ cronie-nofork-nopid.patch ++
--- src/misc.c.orig
+++ src/misc.c
@@ -293,6 +293,8 @@ void acquire_daemonlock(int closeflag) {
return;
}
 
+   if(NoFork == 1) return; //move along, nothing to do here..
+
if (fd == -1) {
pidfile = _PATH_CRON_PID;
/* Initial mode is 0600 to prevent flock() race/DoS. */
--- src/cron.c.orig
+++ src/cron.c
@@ -600,7 +600,7 @@ static void sigchld_handler(int x) {
 }
 
 static void quit(int x) {
-   (void) unlink(_PATH_CRON_PID);
+   if(NoFork == 0) unlink(_PATH_CRON_PID);
_exit(0);
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnugk for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package gnugk for openSUSE:Factory checked 
in at 2012-08-26 14:21:45

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


Package is gnugk, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/gnugk/gnugk.changes  2011-12-12 
17:01:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnugk.new/gnugk.changes 2012-08-26 
14:21:47.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 20 11:23:32 UTC 2012 - dmuel...@suse.com
+
+- fix build on armv7l 
+
+---



Other differences:
--
++ gnugk.spec ++
--- /var/tmp/diff_new_pack.6KKPJz/_old  2012-08-26 14:21:48.0 +0200
+++ /var/tmp/diff_new_pack.6KKPJz/_new  2012-08-26 14:21:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnugk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnugk
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -29,7 +30,8 @@
 BuildRequires:  speex-devel
 Url:http://www.gnugk.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   pwlib openh323
+Requires:   openh323
+Requires:   pwlib
 Provides:   openh323gk
 Obsoletes:  openh323gk
 PreReq: %insserv_prereq %fillup_prereq grep diffutils
@@ -63,7 +65,12 @@
 %install
 export M=`uname -m`
 # only ix86 have problematic unames.
-case $M in ??86) M=x86;; esac
+case $M in 
+  ??86) M=x86
+  ;;
+  armv7l) M=armv7hl
+  ;;
+esac
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -m 755 obj_linux_$M_r/gnugk $RPM_BUILD_ROOT%{_sbindir}

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



commit ibus for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2012-08-26 14:21:53

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


Package is ibus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2012-06-25 
12:31:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2012-08-26 
14:21:57.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 25 20:25:17 CST 2012 - hillw...@linuxfans.org
+
+- update to 1.4.2
+  Some bug fixings
+
+---
@@ -23 +29 @@
-Wed Mar  7 21:54:43 UTC+8 2012 - hillw...@linuxfans.org
+Wed Mar  7 21:54:43 CST 2012 - hillw...@linuxfans.org
@@ -28 +34 @@
-Wed Mar 07 12:27:57 UTC+8 2012 - hillw...@linuxfans.org
+Wed Mar 07 12:27:57 CST 2012 - hillw...@linuxfans.org

Old:

  ibus-1.4.1.tar.gz
  ibus-fsf-address.patch
  ibus-src-Makefile.am.diff

New:

  ibus-1.4.2.tar.gz



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.VEmohc/_old  2012-08-26 14:21:59.0 +0200
+++ /var/tmp/diff_new_pack.VEmohc/_new  2012-08-26 14:21:59.0 +0200
@@ -21,7 +21,7 @@
 %define domain_name %{name}10
 
 Name:   ibus
-Version:1.4.1
+Version:1.4.2
 Release:0
 Url:http://code.google.com/p/ibus/
 Source0:http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
@@ -31,8 +31,8 @@
 Source4:xim.d-ibus-121
 Patch0: ibus-python-install-dir.patch
 Patch1: ibus-fix-default-preload-engines.patch
-Patch2: ibus-src-Makefile.am.diff
-Patch3: ibus-fsf-address.patch
+#Patch2: ibus-src-Makefile.am.diff
+#Patch3: ibus-fsf-address.patch
 Summary:Intelligent Input Bus for Linux OS
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
@@ -130,8 +130,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 autoreconf -fi

++ ibus-1.4.1.tar.gz - ibus-1.4.2.tar.gz ++
 11691 lines of diff (skipped)

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



commit openssl for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2012-08-26 14:22:07

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


Package is openssl, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2012-08-08 
11:18:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2012-08-26 
14:22:13.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug 19 23:38:32 UTC 2012 - crrodrig...@opensuse.org
+
+- Open Internal file descriptors with O_CLOEXEC, leaving
+  those open across fork()..execve() makes a perfect
+  vector for a side-channel attack... 
+
+---

New:

  openssl-ocloexec.patch



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.ncRTax/_old  2012-08-26 14:22:14.0 +0200
+++ /var/tmp/diff_new_pack.ncRTax/_new  2012-08-26 14:22:14.0 +0200
@@ -46,6 +46,7 @@
 Patch0: merge_from_0.9.8k.patch
 Patch1: openssl-1.0.0-c_rehash-compat.diff
 Patch2: bug610223.patch
+Patch3: openssl-ocloexec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -174,6 +175,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3
 cp -p %{S:10} .
 echo adding/overwriting some entries in the 'table' hash in Configure
 # 
$dso_scheme:$shared_target:$shared_cflag:$shared_ldflag:$shared_extension:$ranlib:$arflags
@@ -366,11 +368,9 @@
 %clean
 if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
 
-%post -n libopenssl1_0_0
-/sbin/ldconfig
+%post -n libopenssl1_0_0 -p /sbin/ldconfig
 
-%postun -n libopenssl1_0_0
-/sbin/ldconfig
+%postun -n libopenssl1_0_0 -p /sbin/ldconfig
 
 %files -n libopenssl1_0_0
 %defattr(-, root, root)

++ openssl-ocloexec.patch ++
--- crypto/bio/b_sock.c.orig
+++ crypto/bio/b_sock.c
@@ -735,7 +735,7 @@ int BIO_get_accept_socket(char *host, in
}
 
 again:
-   s=socket(server.sa.sa_family,SOCK_STREAM,SOCKET_PROTOCOL);
+   s=socket(server.sa.sa_family,SOCK_STREAM|SOCK_CLOEXEC,SOCKET_PROTOCOL);
if (s == INVALID_SOCKET)
{
SYSerr(SYS_F_SOCKET,get_last_socket_error());
@@ -784,7 +784,7 @@ again:
}
elsegoto err;
}
-   
cs=socket(client.sa.sa_family,SOCK_STREAM,SOCKET_PROTOCOL);
+   
cs=socket(client.sa.sa_family,SOCK_STREAM|SOCK_CLOEXEC,SOCKET_PROTOCOL);
if (cs != INVALID_SOCKET)
{
int ii;
--- crypto/bio/bss_conn.c.orig
+++ crypto/bio/bss_conn.c
@@ -209,7 +209,7 @@ static int conn_state(BIO *b, BIO_CONNEC
c-them.sin_addr.s_addr=htonl(l);
c-state=BIO_CONN_S_CREATE_SOCKET;
 
-   ret=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
+   
ret=socket(AF_INET,SOCK_STREAM|SOCK_CLOEXEC,SOCKET_PROTOCOL);
if (ret == INVALID_SOCKET)
{
SYSerr(SYS_F_SOCKET,get_last_socket_error());
--- crypto/bio/bss_dgram.c.orig
+++ crypto/bio/bss_dgram.c
@@ -999,7 +999,7 @@ static int dgram_sctp_read(BIO *b, char
msg.msg_control = cmsgbuf;
msg.msg_controllen = 512;
msg.msg_flags = 0;
-   n = recvmsg(b-num, msg, 0);
+   n = recvmsg(b-num, msg, MSG_CMSG_CLOEXEC);
 
if (msg.msg_controllen  0)
{
@@ -1560,7 +1560,7 @@ int BIO_dgram_sctp_wait_for_dry(BIO *b)
msg.msg_controllen = 0;
msg.msg_flags = 0;
 
-   n = recvmsg(b-num, msg, MSG_PEEK);
+   n = recvmsg(b-num, msg, MSG_PEEK| MSG_CMSG_CLOEXEC);
if (n = 0)
{
if ((n  0)  (get_last_socket_error() != EAGAIN)  
(get_last_socket_error() != EWOULDBLOCK))
@@ -1583,7 +1583,7 @@ int BIO_dgram_sctp_wait_for_dry(BIO *b)
msg.msg_controllen = 0;
msg.msg_flags = 0;
 
-   n = recvmsg(b-num, msg, 0);
+   n = recvmsg(b-num, msg, MSG_CMSG_CLOEXEC);
if (n = 0)
{
if ((n  0)  (get_last_socket_error() != EAGAIN)  
(get_last_socket_error() != EWOULDBLOCK))
@@ -1644,7 +1644,7 @@ int BIO_dgram_sctp_wait_for_dry(BIO *b)
fcntl(b-num, F_SETFL, O_NONBLOCK);
}
 
-   n = recvmsg(b-num, msg, 

commit pragha for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2012-08-26 14:22:16

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


Package is pragha, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pragha/pragha.changes2012-06-25 
12:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes   2012-08-26 
14:22:19.0 +0200
@@ -1,0 +2,27 @@
+Thu Aug 23 05:32:26 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.1.1.
+  * Add a button to close the sidebar.
+  * Use toolbar style to playback controls.
+  * Add an option to hide the icon in the notification area.
+  * Depend on gtk+2.24 and glib 2.28.
+  * Modularization/Refactoring/Cleanup of a lot of code.
+  * Support global hotkeys with keybinder and gtk3 if detect
+keybinder-3.0.
+  * Various improvements in gstreamer.
+  * Enable MusicBrainz to download cover art.
+  * Sanitize artist and title when append from lastfm.
+  * Fix equalizer dialog in gtk3 interface.
+  * Fix tag dialog in gtk3 interface.
+  * equalizer: fix GObject leak.
+  * Not refresh the library view if the radio added is not saved.
+  * Fix read after free. See Github issue #20.
+  * Not forget the previous songs when queue songs.
+  * Not forget the previous songs when play songs activating
+playlist.
+  * Removes a lot of unused variables and functions.
+  * Updates translations.
+- Drop pragha-1.1.0.1-cover_musicbrainz.patch (fixed upstream).
+- Build requires pkgconfig(gtk+-2.0) = 2.24.
+
+---

Old:

  pragha-1.1.0.1-cover_musicbrainz.patch
  pragha-1.1.0.1-russian.patch
  pragha-1.1.0.1.tar.bz2

New:

  pragha-1.1.1-russian.patch
  pragha-1.1.1.tar.bz2



Other differences:
--
++ pragha.spec ++
--- /var/tmp/diff_new_pack.uWsDh3/_old  2012-08-26 14:22:20.0 +0200
+++ /var/tmp/diff_new_pack.uWsDh3/_new  2012-08-26 14:22:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pragha
-Version:1.1.0.1
+Version:1.1.1
 Release:0
 Summary:Lightweight Music Player
 License:GPL-3.0+
@@ -26,10 +26,8 @@
 Source0:
https://github.com/downloads/matiasdelellis/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE pragha-1.0.2-pixdir.patch lazy.k...@opensuse.org -- 
install icons into program dir, not into system one
 Patch0: pragha-1.0.2-pixdir.patch
-# PATCH-FIX-UPSTREAM pragha-1.1.0.1-russian.patch lazy.k...@opensuse.org -- 
correct Russian translation
-Patch1: pragha-1.1.0.1-russian.patch
-# PATCH-FIX-UPSTREAM pragha-1.1.0.1-cover_musicbrainz.patch 
https://github.com/matiasdelellis/pragha/issues/28 -- also search covers in 
MusicBrainz
-Patch2: pragha-1.1.0.1-cover_musicbrainz.patch
+# PATCH-FIX-UPSTREAM pragha-1.1.1-russian.patch lazy.k...@opensuse.org -- 
correct Russian translation
+Patch1: pragha-1.1.1-russian.patch
 BuildRequires:  ImageMagick
 BuildRequires:  autoconf
 BuildRequires:  fdupes
@@ -39,6 +37,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gtk+-2.0) = 2.24
 BuildRequires:  pkgconfig(keybinder)
 BuildRequires:  pkgconfig(libcddb)
 BuildRequires:  pkgconfig(libcdio_paranoia)
@@ -87,7 +86,6 @@
 %setup -q
 %patch0
 %patch1
-%patch2
 
 %build
 %configure

++ pragha-1.1.0.1-russian.patch - pragha-1.1.1-russian.patch ++
--- /work/SRC/openSUSE:Factory/pragha/pragha-1.1.0.1-russian.patch  
2012-06-25 12:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha-1.1.1-russian.patch   
2012-08-26 14:22:19.0 +0200
@@ -2,16 +2,7 @@
 ===
 --- po/ru.po.orig
 +++ po/ru.po
-@@ -9,7 +9,7 @@ msgstr 
- Project-Id-Version: Pragha\n
- Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=glibkeywords=I18N+L10Ncomponent=general\n;
- POT-Creation-Date: 2012-06-14 23:01-0300\n
--PO-Revision-Date: 2012-06-15 09:18+\n
-+PO-Revision-Date: 2012-06-20 09:48+\n
- Last-Translator: Kyrill Detinov lazy.k...@opensuse.org\n
- Language-Team: LANGUAGE l...@li.org\n
- MIME-Version: 1.0\n
-@@ -20,11 +20,11 @@ msgstr 
+@@ -105,11 +107,11 @@ msgstr Эквалайзер
  
  #: ../src/gui.c:212
  msgid _Playback

++ pragha-1.1.0.1.tar.bz2 - pragha-1.1.1.tar.bz2 ++
 26135 lines of diff (skipped)

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



commit stk for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package stk for openSUSE:Factory checked in 
at 2012-08-26 14:22:24

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


Package is stk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/stk/stk.changes  2012-07-30 09:46:55.0 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes 2012-08-26 
14:22:27.0 +0200
@@ -1,0 +2,15 @@
+Sun Aug 26 10:34:47 UTC 2012 - reddw...@opensuse.org
+
+* Update to 4.4.4
+  - New FreeVerb class (thanks to Greg Burlet)
+  - New Guitar class
+  - New electric guitar project
+  - Updated versions of RtAudio and RtMidi
+  - Cleaned / revised Shakers class
+  - Bug fix in LentPitShift
+  - Bug fix in Echo constructor
+  - Bug fix in FileWvIn (file size when chunking)
+  - Bug fix in StkFrames copy constructor
+* Remove README.openSUSE, the license issue has been fixed upstream
+
+---

Old:

  README.openSUSE
  stk-4.4.3-crippled.tar.gz
  stk-4.4.3.tar.gz

New:

  stk-4.4.4-crippled.tar.gz
  stk-4.4.4.tar.gz



Other differences:
--
++ stk.spec ++
--- /var/tmp/diff_new_pack.Ciym6A/_old  2012-08-26 14:22:29.0 +0200
+++ /var/tmp/diff_new_pack.Ciym6A/_new  2012-08-26 14:22:29.0 +0200
@@ -21,7 +21,7 @@
 %define soname 4
 
 Name:   stk
-Version:4.4.3
+Version:4.4.4
 Release:0
 Summary:Synthesis ToolKit in C++
 License:MIT
@@ -33,11 +33,10 @@
 Source0:
http://ccrma.stanford.edu/software/stk/release/stk-%{version}.tar.gz
 %endif
 Source1:precheckin_cripple_tarball.sh
-Source2:README.openSUSE
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(jack)
-BuildRequires:  automake
 
 %description
 The Synthesis ToolKit in C++ (STK) is a set of open source audio
@@ -93,7 +92,6 @@
 cp /usr/share/automake-1.12/config.* config/ 
 %endif
 sed -i 's/CXXFLAGS=$cxxflag/CXXFLAGS=$CXXFLAGS $cxxflag/' configure
-cp %{S:2} .
 
 %build
 # I don't version the rawwaves directory because apps seems to expect it this 
way
@@ -116,7 +114,7 @@
 
 %files -n libstk%{soname}
 %defattr(-,root,root,-)
-%doc README README.openSUSE
+%doc README
 %{_libdir}/libstk.so.*
 # If it's not going to be versioned SLPP doesn't really matter. WTF!! I don't 
really know if they correctly version the library since they ignored my message 
in the mailing list...
 %{_datadir}/stk

++ precheckin_cripple_tarball.sh ++
--- /var/tmp/diff_new_pack.Ciym6A/_old  2012-08-26 14:22:29.0 +0200
+++ /var/tmp/diff_new_pack.Ciym6A/_new  2012-08-26 14:22:29.0 +0200
@@ -53,6 +53,7 @@
 -e /src/FM.cpp \
 -e /src/FMVoices.cpp \
 -e /src/Flute.cpp \
+-e /src/Guitar.cpp \
 -e /src/HevyMetl.cpp \
 -e /src/Mandolin.cpp \
 -e /src/Mesh2D.cpp \

++ stk-4.4.3-crippled.tar.gz - stk-4.4.4-crippled.tar.gz ++
 39474 lines of diff (skipped)

++ stk-4.4.3-crippled.tar.gz - stk-4.4.4.tar.gz ++
 47541 lines of diff (skipped)

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



commit tig for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2012-08-26 14:22:34

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


Package is tig, Maintainer is gre...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tig/tig.changes  2012-05-22 08:19:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes 2012-08-26 
14:22:35.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 17 20:44:56 UTC 2012 - bernh...@bwalle.de
+
+- Link tig against ncursesw for correct display of non-ASCII
+  characters like German umlauts.
+
+---



Other differences:
--
++ tig.spec ++
--- /var/tmp/diff_new_pack.8RRLqK/_old  2012-08-26 14:22:36.0 +0200
+++ /var/tmp/diff_new_pack.8RRLqK/_new  2012-08-26 14:22:36.0 +0200
@@ -46,9 +46,7 @@
 %patch1
 
 %build
-CC=gcc
-CFLAGS=%{optflags} -Wall
-export CFLAGS CC
+%configure
 make prefix=%{_prefix} mandir=%{_mandir}
 
 %install

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



commit unscd for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package unscd for openSUSE:Factory checked 
in at 2012-08-26 14:22:53

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


Package is unscd, Maintainer is pbau...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/unscd/unscd.changes  2012-02-14 
19:09:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.unscd.new/unscd.changes 2012-08-26 
14:22:57.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 26 01:02:44 UTC 2012 - crrodrig...@opensuse.org
+
+- There is no socket activation support in unscd, drop
+ .socket file 
+
+---

Old:

  nscd.socket



Other differences:
--
++ unscd.spec ++
--- /var/tmp/diff_new_pack.RUpLwo/_old  2012-08-26 14:22:59.0 +0200
+++ /var/tmp/diff_new_pack.RUpLwo/_new  2012-08-26 14:22:59.0 +0200
@@ -33,7 +33,6 @@
 Source2:nscd.conf
 Source3:COPYING
 Source4:nscd.service
-Source5:nscd.socket
 PreReq: %insserv_prereq
 %if 0%{?suse_version}  1140
 BuildRequires:  systemd
@@ -67,7 +66,6 @@
 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
 %if 0%{?i_have_systemd}
 install -D -m 0644  %{S:4} %{buildroot}%{_unitdir}/nscd.service
-install -D -m 0644  %{S:5} %{buildroot}%{_unitdir}/nscd.socket
 %endif
 
 %clean
@@ -75,33 +73,32 @@
 
 %pre
 %if 0%{?i_have_systemd}
-%service_add_pre %{pkg_name}.service %{pkg_name}.socket
+%service_add_pre %{pkg_name}.service
 %endif
 
 %preun
 %stop_on_removal nscd
 %if 0%{?i_have_systemd}
-%service_del_preun  %{pkg_name}.service %{pkg_name}.socket
+%service_del_preun  %{pkg_name}.service
 %endif
 
 %post
 %{insserv_force_if_yast nscd}
 %if 0%{?i_have_systemd}
-%service_add_post %{pkg_name}.service %{pkg_name}.socket
+%service_add_post %{pkg_name}.service
 %endif
 
 %postun
 %restart_on_update nscd
 %insserv_cleanup
 %if 0%{?i_have_systemd}
-%service_del_postun %{pkg_name}.service %{pkg_name}.socket
+%service_del_postun %{pkg_name}.service
 %endif
 
 %files
 %defattr(-,root,root,-)
 %if 0%{?i_have_systemd}
 %{_unitdir}/nscd.service
-%{_unitdir}/nscd.socket
 %endif
 %config(noreplace) /etc/nscd.conf
 %config /etc/init.d/nscd

++ nscd.service ++
--- /var/tmp/diff_new_pack.RUpLwo/_old  2012-08-26 14:22:59.0 +0200
+++ /var/tmp/diff_new_pack.RUpLwo/_new  2012-08-26 14:22:59.0 +0200
@@ -9,4 +9,3 @@
 
 [Install]
 WantedBy=multi-user.target
-Also=nscd.socket
\ No newline at end of file

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