commit rubygem-hoe for openSUSE:Factory

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2012-12-04 09:45:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2012-11-21 
17:21:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2012-12-04 09:45:59.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 26 17:41:56 UTC 2012 - co...@suse.com
+
+- updated to version 3.3.1
+  * Updated rake dep to be = 0.8 and  11.0 for the new wack version scheme. 
(MichaelXavier)
+
+---

Old:

  hoe-3.3.0.gem

New:

  hoe-3.3.1.gem



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.j9oxsY/_old  2012-12-04 09:46:01.0 +0100
+++ /var/tmp/diff_new_pack.j9oxsY/_new  2012-12-04 09:46:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-hoe
-Version:3.3.0
+Version:3.3.1
 Release:0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-mail for openSUSE:Factory

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mail for openSUSE:Factory 
checked in at 2012-12-04 09:46:01

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


Package is rubygem-mail, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mail/rubygem-mail.changes
2012-08-07 08:18:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes   
2012-12-04 09:46:04.0 +0100
@@ -1,0 +2,55 @@
+Mon Nov 26 17:42:39 UTC 2012 - co...@suse.com
+
+- updated to version 2.5.2
+ * Removing double loading of treetop parsers to remove warnings
+ * Making parsers auto compile on spec suite and load in production code to 
avoid error that caused yank of 2.5.0
+ * Reapply pull request 443 - CC fields with semicolon are now parsed right 
(paulwittmann)
+ 
+ Features:
+ * Close pull request 406 - Add Mail#eager_autoload! to load all autoloaded 
files on demand (bpot)
+ * Close pull request 461 - Allow string as delivery_method (skyeagle, radar)
+ * Close pull request 407 - Do not require Net::IMAP or Net::POP if they're 
already loaded (bpot)
+ * Close pull request 400 - Raise exception if delivery values or from values 
are missing completely from an email that is getting delivered (dmathieu)
+ * Close pull request 397 - Support dots in local part of the addresses (eac)
+ * Close pull request 477 - Fixed handling content_type with superfluous 
spaces (ledermann)
+ * Close pull request 451 - Ignore nil in addresses so things do not blow up 
when e.g. a user had no email (grosser)
+ * Close pull request 362 - Enable TLS in Ruby 1.8 (kingargyle)
+ * Close pull request 358 - Fix Mail::CommonAddress#value=, 
Mail::CommonAddress# and Mail::Encodings.encode_non_usascii (mrkn)
+ * Close pull request 350 - Makes mail Header object ennumerable (ged)
+ 
+ Performance:
+ * Close pull request 369 - Mail::Header#charset is called pretty often during 
header parser work (bogdan)
+ * Close pull request 368 - Improve existing code by moving some objects to 
contstant instead of constructing them over and over again. (bogdan)
+ * Close pull request 366 - Headers parsing performance optimization (bogdan)
+ * Close pull request 365 - Add maximum_amount of parsed headers configuration 
parameter (bogdan)
+ 
+ Bugs:
+ * Close pull request 444 - Fix typo in spec (cczona)
+ * Close pull request 439 - Fix Ruby 1.9 behaviour to match 1.8.7 behaviour on 
ignoring invalid or undefined characters (ochko)
+ * Close pull request 430 - Unstructured field converts to string before 
calling encoding on it (brupm mikel)
+ * Close pull request 424 - Use String#to_crlf instead of String#gsub (okkez)
+ * Close pull request 429 - Fix an obvious bug in exim delivery_method (dskim)
+ * Close pull request 425 - Remove Gemfile.lock from generated gem (kbackowski)
+ * Close pull request 414 - Fix typo on ignoring (derwiki)
+ * Close pull request 405 - Fix stack overflow (RegexpError) triggered by 
large emails with an envelope (bpot)
+ * Close pull request 402 - Prevent InReplyTo, Keyword, References or 
ResentMessageId fields from  generating lines longer than 998 chars (pplr)
+ * Close pull request 391 - Fixed failed attachment parsing when file name in 
headers contains spaces and is not wrapped in quotes (danieltreacy)
+ * Close pull request 385 - Fix Multibyte::Chars#upcase/downcase (technoweenie)
+ * Close pull request 384 - copy dat unicode over from active support 
(technoweenie)
+ * Close pull request 380 - Split strictly on MIME boundary lines (ConradIrwin)
+ * Close pull request 277 - Fix specific email decoding failure example (yalab)
+ * Close pull request 361 - Support 8bit encoding for ruby 1.9 (bogdan)
+ * Close pull request 346 - Fix two bugs of TestRetriever (ermaker)
+ * Close pull request 337 - Make the behavior of value_decode the same between 
Ruby 1.8 and Ruby 1.9. (kennyj)
+ * Close pull request 336 - Fix more warning: possibly useless use of == in 
void context (kennyj)
+ * Close pull request 293 - make charset and mime type more resliant to bad 
header values (kmeehl)
+ * Fix failing spec Issue 453 on Ruby 1.9.3
+ * Fix mail reading: don't raise invalid byte sequence in UTF-8 when reading 
non-UTF-8 emails (mreinsch)
+ * Close pull request 353 - define NilClass#blank? only if not defined yet 
(amatsuda)
+ * Close pull request 357 - Fixes #349 an inverted condition on imap open 
read_only (felixroeser)
+ * Remove duplicated line feed from regexp
+ * Remove unused variable
+ * Updated IMAP documentation
+ * Tweak publisher
+
+---

Old:

  mail-2.4.4.gem

New:

  mail-2.5.2.gem



Other differences:

commit alsa for openSUSE:Factory

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2012-12-04 13:15:47

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


Package is alsa, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2012-12-03 
09:23:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2012-12-04 
13:15:49.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  4 12:19:34 CET 2012 - ti...@suse.de
+
+- 0040-PCM-Fix-conflict-of-_snd_pcm_hw_params-definitions.patch:
+  fix the segfault due to the symbol conflict of _snd_pcm_hw_params
+
+---

New:

  0040-PCM-Fix-conflict-of-_snd_pcm_hw_params-definitions.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.g1MzjW/_old  2012-12-04 13:15:52.0 +0100
+++ /var/tmp/diff_new_pack.g1MzjW/_new  2012-12-04 13:15:52.0 +0100
@@ -91,6 +91,7 @@
 Patch37:0037-PCM-Add-more-chmap-definitions-for-UAC2.patch
 Patch38:0038-PCM-shut-up-a-compile-unused-parameter-compile-warni.patch
 Patch39:0039-Add-workaround-for-conflicting-snd_seq_event_t-defin.patch
+Patch40:0040-PCM-Fix-conflict-of-_snd_pcm_hw_params-definitions.patch
 #
 Patch99:alsa-lib-doxygen-avoid-crash-for-11.3.diff
 Url:http://www.alsa-project.org/
@@ -180,6 +181,7 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1
 %if %suse_version == 1130
 %patch99 -p1
 %endif

++ 0040-PCM-Fix-conflict-of-_snd_pcm_hw_params-definitions.patch ++
From 03c26d0edeeefb7550ba8cca91167343677022ab Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Tue, 4 Dec 2012 12:17:00 +0100
Subject: [PATCH] PCM: Fix conflict of _snd_pcm_hw_params definitions

Fix the call of _snd_pcm_hw_params() to _snd_pcm_hw_params_internal().
The build passed wrongly because of _snd_pcm_hw_params define.
Having the same function name as the struct name is is simply
confusing...

Also, to be sure, _snd_pcm_hw_params is undef'ed in pcm_local.h, too.

Signed-off-by: Takashi Iwai ti...@suse.de
---
 src/pcm/pcm.c   | 2 +-
 src/pcm/pcm_file.c  | 2 +-
 src/pcm/pcm_generic.c   | 2 +-
 src/pcm/pcm_local.h | 1 +
 src/pcm/pcm_meter.c | 2 +-
 src/pcm/pcm_mmap_emul.c | 4 ++--
 src/pcm/pcm_plug.c  | 2 +-
 src/pcm/pcm_share.c | 2 +-
 8 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
index d616705..5053a7b 100644
--- a/src/pcm/pcm.c
+++ b/src/pcm/pcm.c
@@ -828,7 +828,7 @@ int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t 
*params)
 {
int err;
assert(pcm  params);
-   err = _snd_pcm_hw_params(pcm, params);
+   err = _snd_pcm_hw_params_internal(pcm, params);
if (err  0)
return err;
err = snd_pcm_prepare(pcm);
diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c
index c8214b4..5950401 100644
--- a/src/pcm/pcm_file.c
+++ b/src/pcm/pcm_file.c
@@ -602,7 +602,7 @@ static int snd_pcm_file_hw_params(snd_pcm_t *pcm, 
snd_pcm_hw_params_t * params)
snd_pcm_file_t *file = pcm-private_data;
unsigned int channel;
snd_pcm_t *slave = file-gen.slave;
-   int err = _snd_pcm_hw_params(slave, params);
+   int err = _snd_pcm_hw_params_internal(slave, params);
if (err  0)
return err;
file-buffer_bytes = snd_pcm_frames_to_bytes(slave, slave-buffer_size);
diff --git a/src/pcm/pcm_generic.c b/src/pcm/pcm_generic.c
index 5fc4888..f068ee2 100644
--- a/src/pcm/pcm_generic.c
+++ b/src/pcm/pcm_generic.c
@@ -101,7 +101,7 @@ int snd_pcm_generic_hw_refine(snd_pcm_t *pcm, 
snd_pcm_hw_params_t *params)
 int snd_pcm_generic_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)
 {
snd_pcm_generic_t *generic = pcm-private_data;
-   return _snd_pcm_hw_params(generic-slave, params);
+   return _snd_pcm_hw_params_internal(generic-slave, params);
 }
 
 int snd_pcm_generic_prepare(snd_pcm_t *pcm)
diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h
index c616e56..63b9036 100644
--- a/src/pcm/pcm_local.h
+++ b/src/pcm/pcm_local.h
@@ -579,6 +579,7 @@ static inline int muldiv_near(int a, int b, int c)
 
 int snd_pcm_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
 int _snd_pcm_hw_params_internal(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
+#undef _snd_pcm_hw_params
 int snd_pcm_hw_refine_soft(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
 int snd_pcm_hw_refine_slave(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
int (*cprepare)(snd_pcm_t *pcm,
diff --git a/src/pcm/pcm_meter.c b/src/pcm/pcm_meter.c
index e60b92d..573b6fe 

commit xl2tpd for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package xl2tpd for openSUSE:12.2:Update 
checked in at 2012-12-04 13:35:01

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


Package is xl2tpd, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit NetworkManager.1123 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager.1123 for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:09

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


Package is NetworkManager.1123, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.NetworkManager.1123.new/NetworkManager.changes  
2012-12-04 13:35:11.0 +0100
@@ -0,0 +1,2119 @@
+---
+Thu Nov  8 08:05:32 UTC 2012 - domini...@leuenberger.net
+
+- Add nm-kernels-vs-nm-for-ipv6.patch: Don't fight with the kernel
+  over the default IPv6 route (bnc#788339).
+
+---
+Tue Sep 18 11:20:18 UTC 2012 - fcro...@suse.com
+
+- Remove dbus system-service for NetworkManager, to prevent
+  warnings about it not being running (bnc#780911)
+
+---
+Mon Sep 17 07:07:45 UTC 2012 - g...@suse.com
+
+- Disable nm-remove-AP-always-on-device-disconnect.diff sine the
+  AP might be removed from the list forever due to the AP list
+  update method change in 0.9.4.0 (bnc#768564)
+
+---
+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).
+
+---
+Wed Jul 18 04:37:40 UTC 2012 - g...@suse.com
+
+- Add nm-probe-radius-server-cert.patch to probe the certificate
+  of the RADIUS server (bnc#574266, bnc#771185) 
+- Add nm-null-out-on-dispose.patch to fix crash in gnome-shell or
+  any other program using libnm-glib (bgo#674473)
+
+---
+Thu Jun  7 23:42:26 UTC 2012 - badshah...@gmail.com
+
+- Add nm-ensure-bindings-created-NMClient-object-work.patch to fix
+  nmcli con not working (bgo#672812, bnc#766045).
+
+---
+Sat Jun  2 16:21:22 UTC 2012 - bi...@opensuse.org
+
+- Add nm-ppp-build-error.patch, don't use struct ifpppstatsreq
+  that was removed from linux/ip_ppp.h in recent kernels.
+
+---
+Tue May 29 09:28:01 UTC 2012 - bi...@opensuse.org
+
+- Add nm-ensure_inited-fixing.patch, ensure initialization
+  in get_property() calls.(bnc#764290).
+
+---
+Tue Apr 17 22:13:49 UTC 2012 - je...@suse.com
+
+- Add nm-gerror-must-be-null.patch: GError * must be initialized to
+  NULL (bnc#757656).
+
+---
+Sat Mar 24 09:29:40 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.9.4.0:
+  + Removed support for WiFi Ad-Hoc WPA connections due to kernel
+bugs
+
+---
+Tue Mar 20 16:29:47 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.9.3.997:
+  + A bug causing IPv6 address assignment to fail on newer kernels
+with libnl3 has been fixed
+  + Fix a bug in the ifcfg-rh plugin with backticks in WPA
+passphrases
+  + Ensure connections that cannot be stored are ignored by the
+ifnet plugin
+  + Enable out-of-the-box IPv6 connectivity by allowing IPv4 to
+fail if IPv6 succeeds
+  + Allow proxying of DNSSEC data when using the dnsmasq local
+caching nameserver plugin
+  + Add support for multiple domain names sent from VPN plugins
+
+---
+Tue Mar 13 16:11:33 UTC 2012 - vu...@opensuse.org
+
+- Add NetworkManager Supplements to
+  NetworkManager-device-plugin-wimax so that it gets automatically
+  installed by default.
+
+---
+Fri Mar  2 19:23:53 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.9.3.995:
+  + Linux Wireless Extensions (WEXT) support can be disabled at
+configure time with --with-wext=no
+  + IPv6 Privacy Extensions are now enabled by default for new
+connections
+  + Support for checking Internet connectivity has been added
+  + The ifnet system config plugin rewrites config files less often
+- Add pkgconfig(libsoup-2.4) BuildRequires and pass
+  --enable-concheck to configure to enable internet connectivity
+  check.
+
+---
+Wed Feb 29 17:59:27 UTC 2012 - dims...@opensuse.org
+
+- Add with_wimax define, which prepares NM for wimax. If with_wimax
+  is defined to 1:
+  + Add pkgconfig(libiWmxSdk-0) 

commit NetworkManager for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:13

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6Y935B/_old  2012-12-04 13:35:14.0 +0100
+++ /var/tmp/diff_new_pack.6Y935B/_new  2012-12-04 13:35:14.0 +0100
@@ -1 +1 @@
-link package='NetworkManager.912' cicount='copy' /
+link package='NetworkManager.1123' cicount='copy' /

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



commit patchinfo.1123 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1123 for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:15

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


Package is patchinfo.1123, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerdimstar/packager
  categoryrecommended/category
  ratinglow/rating
  summaryNetworkManager: Fixes kernel-issue with IPv6 default root/summary
  descriptionThis update fixes the following issue for NetworkManager:
- bnc#788339: Don't fight with kernel over IPv6 default root/description
  issue tracker=bnc id=788339Networkmanager disconnects due to bug in 
IPv6 handling/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sysconfig.1124 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package sysconfig.1124 for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:22

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


Package is sysconfig.1124, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.2:Update/.sysconfig.1124.new/sysconfig.changes
2012-12-04 13:35:23.0 +0100
@@ -0,0 +1,4860 @@
+---
+Fri Nov 23 09:42:01 UTC 2012 - m...@suse.de
+
+- Execute netconfig/ntp-runtime update in background, so dhcp post
+  processing works faster when ntpdc needs a while (bnc#780644).
+  [0010-Execute-netconfig-ntp-runtime-update-in-background.patch]
+
+---
+Tue Nov 13 14:15:47 UTC 2012 - m...@suse.de
+
+- Changed rcnetwork to not report dhcp in background to systemd
+  (bnc#785240,bnc#780644). You may set DHCLIENT_MODIFY_SMB_CONF
+  to no in /etc/sysconfig/network/dhcp as the samba/cifs hooks
+  make systemctl calls to reload/restart nmb and other services
+  which block (systemd deadlock) ifup scripts for a long time.
+  [0009-rcnetwork-no-dhcp-in-background-report-to-systemd.patch]
+
+---
+Thu Oct 25 16:26:09 UTC 2012 - m...@suse.de
+
+- Fixed to not report failure while setting unsupported power
+  management option in ifup-wireless as the support and features
+  depends on the driver (bnc#716652).
+  [0008-ifup-wireless-do-not-fail-on-unsupported-power-optio.patch]
+- Fixed to check and reject too long interface names or names
+  with suspect characters, do not wait when creation of virtual
+  interface name fails (bnc#784952).
+  [0005-ifup-fail-early-for-too-long-interface-names.patch,
+   0006-network-do-not-wait-for-virtuals-reporting-errors.patch,
+   0007-ifup-check-for-valid-characters-in-interface-names.patch]
+
+---
+Wed Sep 26 17:06:28 UTC 2012 - m...@suse.com
+
+- Fixed netconfig/ntp-runtime to not use try-restart as its start
+  may block for a while, so just add servers ourself. When ntpd is
+  not running (not yet started), the init script will pickup our
+  servers later (bnc#780644).
+  [0004-netconfig-ntp-runtime-add-servers-do-not-try-restart.patch]
+- Fixed ifup-dhcp to not start dhcp clients too early or they may
+  be unable to send packets and just increase resend time. Instead,
+  load af_packet module early and wait for link ready (bnc#780644).
+  [0001-Use-dhclient-v-when-debug-is-enabled-bnc-780644.patch,
+   0002-Added-DHCLIENT_WAIT_LINK-variable-instead-to-hardcod.patch,
+   0003-modprobe-af_packet-early-before-link-set-up.patch]
+
+---
+Thu Aug  9 16:42:02 UTC 2012 - m...@suse.com
+
+- version 0.76.4
+- Check before running a script in netcontrol_services (bnc#775281).
+
+---
+Fri Jul 20 14:38:16 UTC 2012 - m...@suse.com
+
+- Applied patch blacklisting uas driver confirmed by Intel as
+  a hopeless case (bnc#770301).
+
+---
+Thu Jul 19 13:58:01 UTC 2012 - m...@suse.com
+
+- /etc/init.d/network: do not check the renamed-flag when udev
+  daemon is not running as in LXC containers. It caused to wait
+  until the udev rename finished with a not started network and
+  failure result (bnc#771615).
+
+---
+Mon Jun 11 10:10:10 UTC 2012 - m...@suse.com
+
+- version 0.76.3
+- Fixed ifrenew-dhcp to use built-in dhcpcd --renew (bnc#763533).
+- Moved the X-Systemd-RemainAfterExit LSB tag before Description
+  in /etc/init.d/network scripts as workaround for the case that
+  a not yet fixed systemd is in use (bnc#763533).
+- Fixed to differentiate ib/ibchild/bond types and stop ib-bond
+  interfaces correctly.
+
+---
+Tue Apr 10 11:22:02 UTC 2012 - m...@suse.com
+
+- version 0.76.2
+- ifup-bridge: apply stp contstrains when STP is on (bnc#753387)
+- ifup-route: fixed use of -4/6 option for ip route (bnc#745252) 
+  and do not require dummy gateway for ipv4 multicast routes.
+- Added tests to the 77-network.rules rule file if the /sbin/ifup
+  and /etc/sysconfig/network/scripts/ifup-sysctl exist (bnc#724775),
+  disabled ipw3945d.sh script run and updated 81-mount.rules file
+  to work with more actual udev versions. Thanks to Robert Milasan,
+  who proposed these changes.
+
+---
+Mon Feb 

commit sysconfig for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:12.2:Update 
checked in at 1970-01-01 01:00:00

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


Package is sysconfig, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

Old:

  _link



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



commit sysconfig for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:12.2:Update 
checked in at 2012-12-04 13:35:30

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


Package is sysconfig, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.1124 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1124 for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:33

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


Package is patchinfo.1124, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagermtomaschewski/packager
  categoryrecommended/category
  ratinglow/rating
  summarysysconfig: collective update/summary
  descriptionThis update fixes the following issues for sysconfig:
- bnc#780644: 
  * Execute netconfig/ntp-runtime update in background, so dhcp post processing 
works faster when ntpdc needs a while
  * Fixed netconfig/ntp-runtime to not use try-restart as its start may block 
for a while, so just add servers ourself. When ntpd is not running (not yet 
started), the init script will pickup our servers later 
  * Fixed ifup-dhcp to not start dhcp clients too early or they may be unable 
to send packets and just increase resend time. Instead, load af_packet module 
early and wait for link ready 
- bnc#785240, bnc#780644: Changed rcnetwork to not report dhcp in background to 
systemd. You may set DHCLIENT_MODIFY_SMB_CONF to no in 
/etc/sysconfig/network/dhcp as the samba/cifs hooks make systemctl calls to 
reload/restart nmb and other services which block (systemd deadlock) ifup 
scripts for a long time.
- bnc#716652: Fixed to not report failure while setting unsupported power 
management option in ifup-wireless as the support and features depends on the 
driver
- bnc#784952: Fixed to check and reject too long interface names or names with 
suspect characters, do not wait when creation of virtual interface name fails
/description
  issue tracker=bnc id=716652Configuration of wireless network interface 
during installation is OK, but network connection does not work/issue
  issue tracker=bnc id=780644interface could not be set up until 
now/issue
  issue tracker=bnc id=784952Interface names with  15 chars produce 
wrong status messages upon start/stop/issue
  issue tracker=bnc id=785240SuSEfirewall2_init.service starts for 2 
minutes/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsyslog for openSUSE:12.1:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:12.1:Update 
checked in at 2012-12-04 13:35:50

Comparing /work/SRC/openSUSE:12.1:Update/rsyslog (Old)
 and  /work/SRC/openSUSE:12.1:Update/.rsyslog.new (New)


Package is rsyslog, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3KkNzx/_old  2012-12-04 13:35:52.0 +0100
+++ /var/tmp/diff_new_pack.3KkNzx/_new  2012-12-04 13:35:52.0 +0100
@@ -1 +1 @@
-link package='rsyslog.1018' cicount='copy' /
+link package='rsyslog.1125' cicount='copy' /

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



commit rsyslog.1125 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package rsyslog.1125 for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:53

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


Package is rsyslog.1125, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.2:Update/.rsyslog.1125.new/rsyslog.changes
2012-12-04 13:35:54.0 +0100
@@ -0,0 +1,750 @@
+---
+Wed Nov 21 15:36:12 UTC 2012 - m...@suse.com
+
+- imklog: fixed a conversion bug causing a 1sec incorrectness
+  of the message time (bnc#783967).
+  [0004-imklog-convert-to-kmsg-timestamp-s-us-to-ns-first.patch]
+- imklog: added $klogParseKernelTimestamp option (default off),
+  wich reverts to the 5.8.x behavior to use receive time for the
+  kernel messages instead to try parse and convert the kernel
+  timestamp, what is not reliable on some hardware (bnc#783967).
+  [0003-imklog-added-klogParseKernelTimestamp-option.patch]
+- imklog: added $klogKeepKernelTimestamp option (default off),
+  causing to not remove the kernel timestamp from the message
+  after a successful conversion (bnc#783967).
+  [0002-imklog-added-klogKeepKernelTimestamp-option.patch]
+
+---
+Tue Nov 13 10:31:24 UTC 2012 - m...@suse.com
+
+- imuxsock: do not log EAGAIN in nonblocking recvfrom (bnc#734672)
+  [0001-imuxsock-do-not-log-EAGAIN-in-nonblocking-recvfrom.patch]
+
+---
+Thu Oct 18 08:18:02 UTC 2012 - m...@suse.com
+
+- Updated to 5.10.1 [V5-stable] fixing the following issues:
+  - bugfix: imuxsock and imklog truncated head of received message
+This happened only under some circumstances. Thanks to Marius
+Tomaschewski, Florian Piekert and Milan Bartos for their help
+in solving this issue (bnc#783177).
+  - enable DNS resolution in imrelp
+Thanks to Apollon Oikonomopoulos for the patch
+  - bugfix: invalid property name in property-filter could cause
+abort if action chaining ( operator) was used
+http://bugzilla.adiscon.com/show_bug.cgi?id=355
+Thanks to pi...@gmx.com for the bug report
+  - bugfix: remove invalid socket option call from imuxsock
+Thanks to Cristian Ionescu-Idbohrn and Jonny Törnbom
+  - bugfix: fixed wrong bufferlength for snprintf in tcpflood.c
+when using the -f (dynafiles) option.
+  - fixed issues in build system (related to cust1 dummy plugin)
+
+---
+Tue Sep 18 14:43:30 UTC 2012 - m...@suse.com
+
+- Updated to 5.10.0 [V5-stable] (bnc#753077, bnc#778769), the actual
+  rsyslog v5-stable series, incorporating all fixes the 5.8.x [EOL
+  V5-stable] and changes from 5.9.x series. It turns off rate limiting
+  on unix socket by default (caused problems) and fixes privilege drop.
+  A digest of the changes (see ChangeLog for complete list):
+  - added capability to specify substrings for field extraction mode
+  - added configuration directives to customize queue light delay marks
+  - permit size modifiers (k,m,g,...) in integer config parameters
+Thanks to Jo Rhett for the suggestion.
+  - added configuration directive to disable octet-counted framing
+for imtcp, directive is $InputTCPServerSupportOctetCountedFraming 
+for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming 
+  - added capability to use a local interface IP address as fromhost-ip
+for locally originating messages. New directive $LocalHostIPIF
+  - improved impstats subsystem, added many new counters
+  - enhanced module loader to not rely on PATH_MAX
+  - refactored imklog linux driver, now combined with BSD driver
+The Linux driver no longer supports outdated kernel symbol resolution,
+which was disabled by default for very long. Also overall cleanup,
+resulting in much smaller code. Linux and BSD are now covered by a
+single small driver.
+  - $IMUXSockRateLimitInterval DEFAULT CHANGED, was 5, now 0
+The new default turns off rate limiting. This was chosen as people
+experienced problems with rate-limiting activated by default. Now it
+needs an explicit opt-in by setting this parameter.
+Thanks to Chris Gaffney for suggesting to make it opt-in; thanks to
+many unnamed others who already had complained at the time Chris made
+the suggestion ;-)
+  - imuxsock: added capability to annotate messages with trusted
+information, which contains some properties obtained from the system
+and as such sure to not be faked. This is inspired by the similiar
+idea introduced in systemd.
+  - removed dependency on gcrypt for 

commit patchinfo.1125 for openSUSE:12.1:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1125 for 
openSUSE:12.1:Update checked in at 2012-12-04 13:35:57

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1125 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1125.new (New)


Package is patchinfo.1125, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagermtomaschewski/packager
  categoryrecommended/category
  ratingimportant/rating
  summaryrsyslog: Two bugfixes/summary
  descriptionThis update fixes the following issues for rsyslog:
- Update-regression fixes:

  - bnc#783967: imklog: 
* added $klogParseKernelTimestamp option (default off), wich reverts to the 
5.8.x behavior to use receive time for the kernel messages instead to try parse 
and convert the kernel timestamp, what is not reliable on some hardware
* added $klogKeepKernelTimestamp option (default off), causing to not 
remove the kernel timestamp from the message after a successful conversion
* fixed a conversion bug causing a amp;amp;lt;1sec incorrectness of the 
message time
  - bnc#734672: imuxsock: 
* do not log EAGAIN in nonblocking recvfrom/description
  issue tracker=bnc id=783967After upgrading to rsyslog 5.10.0, wrong 
timestamps are reported on kernel lines/issue
  issue tracker=bnc id=734672repeated log entries rsyslogd: imuxsock: 
recvfrom UNIX: Resource temporarily unavailable/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsyslog for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:12.2:Update 
checked in at 2012-12-04 13:35:55

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


Package is rsyslog, Maintainer is m...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KF1hM4/_old  2012-12-04 13:35:57.0 +0100
+++ /var/tmp/diff_new_pack.KF1hM4/_new  2012-12-04 13:35:57.0 +0100
@@ -1 +1 @@
-link package='rsyslog.1018' cicount='copy' /
+link package='rsyslog.1125' cicount='copy' /

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



commit patchinfo.1125 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1125 for 
openSUSE:12.2:Update checked in at 2012-12-04 13:35:59

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


Package is patchinfo.1125, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagermtomaschewski/packager
  categoryrecommended/category
  ratingimportant/rating
  summaryrsyslog: Two bugfixes/summary
  descriptionThis update fixes the following issues for rsyslog:
- Update-regression fixes:

  - bnc#783967: imklog: 
* added $klogParseKernelTimestamp option (default off), wich reverts to the 
5.8.x behavior to use receive time for the kernel messages instead to try parse 
and convert the kernel timestamp, what is not reliable on some hardware
* added $klogKeepKernelTimestamp option (default off), causing to not 
remove the kernel timestamp from the message after a successful conversion
* fixed a conversion bug causing a amp;amp;lt;1sec incorrectness of the 
message time
  - bnc#734672: imuxsock: 
* do not log EAGAIN in nonblocking recvfrom/description
  issue tracker=bnc id=783967After upgrading to rsyslog 5.10.0, wrong 
timestamps are reported on kernel lines/issue
  issue tracker=bnc id=734672repeated log entries rsyslogd: imuxsock: 
recvfrom UNIX: Resource temporarily unavailable/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grub2 for openSUSE:12.2:Update

2012-12-04 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.2:Update 
checked in at 2012-12-04 13:36:15

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


Package is grub2, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3qAnvH/_old  2012-12-04 13:36:17.0 +0100
+++ /var/tmp/diff_new_pack.3qAnvH/_new  2012-12-04 13:36:17.0 +0100
@@ -1 +1 @@
-link package='grub2.1021' cicount='copy' /
+link package='grub2.1127' cicount='copy' /

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