commit yast2-s390 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-s390 for openSUSE:Factory 
checked in at 2013-11-23 08:27:42

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


Package is "yast2-s390"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes2013-08-02 
15:47:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-s390.new/yast2-s390.changes   
2013-11-23 08:27:43.0 +0100
@@ -1,0 +2,7 @@
+Thu Sep 19 15:39:14 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---

Old:

  yast2-s390-3.0.0.tar.bz2

New:

  yast2-s390-3.1.0.tar.bz2



Other differences:
--
++ yast2-s390.spec ++
--- /var/tmp/diff_new_pack.LbMj25/_old  2013-11-23 08:27:44.0 +0100
+++ /var/tmp/diff_new_pack.LbMj25/_new  2013-11-23 08:27:44.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   yast2-s390
-Version:3.0.0
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-s390-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
@@ -31,7 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-bootloader
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite
 BuildRequires:  yast2-users
 ExclusiveArch:  s390 s390x
@@ -49,41 +49,23 @@
 S/390-specific features.
 
 %prep
-%setup -n yast2-s390-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/s390
-/usr/share/YaST2/include/s390/*
-/usr/share/YaST2/clients/*.rb
-/usr/share/YaST2/modules/*
-/usr/share/YaST2/scrconf/*.scr
-%{_prefix}/share/applications/YaST2/*.desktop
-/usr/share/YaST2/schema/autoyast/rnc/*.rnc
-%doc %{_prefix}/share/doc/packages/yast2-s390
+%dir %{yast_yncludedir}/s390
+%{yast_yncludedir}/s390/*
+%{yast_clientdir}/*.rb
+%{yast_moduledir}/*
+%{yast_scrconfdir}/*.scr
+%{yast_desktopdir}/*.desktop
+%{yast_schemadir}/autoyast/rnc/*.rnc
+%doc %{yast_docdir}
 
 %changelog

++ yast2-s390-3.0.0.tar.bz2 -> yast2-s390-3.1.0.tar.bz2 ++
 14352 lines of diff (skipped)

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



commit yast2-ldap-client for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory checked in at 2013-11-23 08:20:58

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


Package is "yast2-ldap-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap-client/yast2-ldap-client.changes  
2013-10-25 18:55:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-client.new/yast2-ldap-client.changes 
2013-11-23 08:20:59.0 +0100
@@ -1,0 +2,19 @@
+Fri Nov 22 13:26:14 CET 2013 - jsuch...@suse.cz
+
+- do not change nscd cache value for OES (bnc#848051)
+
+---
+Fri Nov 22 10:16:56 CET 2013 - jsuch...@suse.cz
+
+- revoked fix for bnc#708562: do not base sssd state on current
+  configuration when it should be default (bnc#847492)
+- 3.1.3
+
+---
+Tue Nov 19 15:02:19 CET 2013 - jsuch...@suse.cz
+
+- replace obsolete krb5_kdcip key with krb5_server (bnc#851048)
+  (new autoYaST profile not usable for releases using the old key)
+- 3.1.2 
+
+---

Old:

  yast2-ldap-client-3.1.1.tar.bz2

New:

  yast2-ldap-client-3.1.3.tar.bz2



Other differences:
--
++ yast2-ldap-client.spec ++
--- /var/tmp/diff_new_pack.tzxSCB/_old  2013-11-23 08:21:00.0 +0100
+++ /var/tmp/diff_new_pack.tzxSCB/_new  2013-11-23 08:21:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap-client
-Version:3.1.1
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ldap-client-3.1.1.tar.bz2 -> yast2-ldap-client-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-3.1.1/CONTRIBUTING.md 
new/yast2-ldap-client-3.1.3/CONTRIBUTING.md
--- old/yast2-ldap-client-3.1.1/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-ldap-client-3.1.3/CONTRIBUTING.md 2013-11-22 13:55:03.0 
+0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ to the [Ruby style
+ guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
+
+  4. Make sure your change didn't break anything by building the RPM package
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. YaST developers will review your change and possibly point out issues.
+ Adapt the code under their guidance until they are all resolved.
+
+  7. Finally, the pull request will get merged or rejected.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+If you want to do multiple unrelated changes, use separate branches and pull
+requests.
+
+Do not change the `VERSION` and `*.changes` files as this could lead to
+conflicts.
+
+### Commits
+
+Each commit in the pull request should do onl

commit yast2-kerberos-client for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-kerberos-client for 
openSUSE:Factory checked in at 2013-11-23 08:19:59

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


Package is "yast2-kerberos-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-kerberos-client/yast2-kerberos-client.changes  
2013-10-11 09:05:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-kerberos-client.new/yast2-kerberos-client.changes
 2013-11-23 08:20:00.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 15:01:35 CET 2013 - jsuch...@suse.cz
+
+- replace obsolete krb5_kdcip with krb5_server (bnc#851048)
+- 3.1.1 
+
+---

Old:

  yast2-kerberos-client-3.1.0.tar.bz2

New:

  yast2-kerberos-client-3.1.1.tar.bz2



Other differences:
--
++ yast2-kerberos-client.spec ++
--- /var/tmp/diff_new_pack.d76fN0/_old  2013-11-23 08:20:01.0 +0100
+++ /var/tmp/diff_new_pack.d76fN0/_new  2013-11-23 08:20:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kerberos-client
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-kerberos-client-3.1.0.tar.bz2 -> 
yast2-kerberos-client-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kerberos-client-3.1.0/CONTRIBUTING.md 
new/yast2-kerberos-client-3.1.1/CONTRIBUTING.md
--- old/yast2-kerberos-client-3.1.0/CONTRIBUTING.md 1970-01-01 
01:00:00.0 +0100
+++ new/yast2-kerberos-client-3.1.1/CONTRIBUTING.md 2013-11-04 
16:16:42.0 +0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ to the [Ruby style
+ guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
+
+  4. Make sure your change didn't break anything by building the RPM package
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. YaST developers will review your change and possibly point out issues.
+ Adapt the code under their guidance until they are all resolved.
+
+  7. Finally, the pull request will get merged or rejected.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+If you want to do multiple unrelated changes, use separate branches and pull
+requests.
+
+Do not change the `VERSION` and `*.changes` files as this could lead to
+conflicts.
+
+### Commits
+
+Each commit in the pull request should do only one thing, which is clearly
+described by its commit message. Especially avoid mixing formatting changes and
+functional changes into one commit. When writing commit messages, adhere to
+[widely used
+conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
+
+If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+you mention it in the commit message for cross-r

commit vim for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2013-11-23 08:18:46

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


Package is "vim"

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2013-11-15 13:39:32.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2013-11-23 
08:18:46.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 22 10:49:10 UTC 2013 - idon...@suse.com
+
+- Updated to revision 103, fixes the following problems
+  * Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
+  * When using ":'<,'>del" errors may be given for the visual line numbers 
being out of range.
+  * Append in blockwise Visual mode with "$" is wrong.
+  * NFA regexp doesn't handle backreference correctly.
+  * Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
+  * Crash when interrupting "z=".
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.5tzSrQ/_old  2013-11-23 08:18:48.0 +0100
+++ /var/tmp/diff_new_pack.5tzSrQ/_new  2013-11-23 08:18:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 092
+%define official_ptchlvl 103
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE="make -e" %{?_smp_mflags}

++ vim-7.4-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vim-7.4-patches/7.4.093 new/vim-7.4-patches/7.4.093
--- old/vim-7.4-patches/7.4.093 1970-01-01 01:00:00.0 +0100
+++ new/vim-7.4-patches/7.4.093 2013-11-17 20:18:15.0 +0100
@@ -0,0 +1,72 @@
+To: vim_...@googlegroups.com
+Subject: Patch 7.4.093
+Fcc: outbox
+From: Bram Moolenaar 
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+Patch 7.4.093
+Problem:Configure can't use LuaJIT on ubuntu 12.04.
+Solution:   Adjust the configure regexp that locates the version number.
+   (Charles Strahan)
+Files: src/configure.in, src/auto/configure
+
+
+*** ../vim-7.4.092/src/configure.in2013-11-04 04:57:46.0 +0100
+--- src/configure.in   2013-11-17 20:12:04.0 +0100
+***
+*** 496,502 
+if test "X$vi_cv_path_luajit" != "X"; then
+   dnl -- find LuaJIT version
+   AC_CACHE_CHECK(LuaJIT version, vi_cv_version_luajit,
+!  [ vi_cv_version_luajit=`${vi_cv_path_luajit} -v | sed 's/LuaJIT 
\([[0-9.]]*\)\.[[0-9]] .*/\1/'` ])
+   AC_CACHE_CHECK(Lua version of LuaJIT, vi_cv_version_lua_luajit,
+   [ vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | 
sed 's/.* //'` ])
+   vi_cv_path_lua="$vi_cv_path_luajit"
+--- 496,502 
+if test "X$vi_cv_path_luajit" != "X"; then
+   dnl -- find LuaJIT version
+   AC_CACHE_CHECK(LuaJIT version, vi_cv_version_luajit,
+!  [ vi_cv_version_luajit=`${vi_cv_path_luajit} -v 2>&1 | sed 's/LuaJIT 
\([[0-9.]]*\)\.[[0-9]]\(-[[a-z0-9]]\+\)\? .*/\1/'` ])
+   AC_CACHE_CHECK(Lua version of LuaJIT, vi_cv_version_lua_luajit,
+   [ vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | 
sed 's/.* //'` ])
+   vi_cv_path_lua="$vi_cv_path_luajit"
+*** ../vim-7.4.092/src/auto/configure  2013-11-04 04:57:46.0 +0100
+--- src/auto/configure 2013-11-17 20:13:30.0 +0100
+***
+*** 4743,4749 
+  if test "${vi_cv_version_luajit+set}" = set; then :
+$as_echo_n "(cached) " >&6
+  else
+!vi_cv_version_luajit=`${vi_cv_path_luajit} -v | sed 's/LuaJIT 
\([0-9.]*\)\.[0-9] .*/\1/'`
+  fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_luajit" >&5
+  $as_echo "$vi_cv_version_luajit" >&6; }
+--- 4743,4749 
+  if test "${vi_cv_version_luajit+set}" = set; then :
+$as_echo_n "(cached) " >&6
+  else
+!vi_cv_version_luajit=`${vi_cv_path_luajit} -v 2>&1 | sed 's/LuaJIT 
\([0-9.]*\)\.[0-9]\(-[a-z0-9]\+\)\? .*/\1/'`
+  fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vi_cv_version_luajit" >&5
+  $as_echo "$vi_cv_version_luajit" >&6; }
+*** ../vim-7.4.092/src/version.c   2013-11-14 03:54:02.0 +0100
+--- src/version.c  2013-11-17 20:13:43.0 +0100
+***
+*** 740,741 
+--- 740,743 
+  {   /* Add new patch number below this line */
++ /**/
++ 93,
+  /**/
+
+-- 
+"Beware of bugs in the above code; I have only proved
+it correct, not tried it." -- Donald Knuth
+
+ /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
+///sponsor Vim, vote for fea

commit tvbrowser for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package tvbrowser for openSUSE:Factory 
checked in at 2013-11-23 08:18:17

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


Package is "tvbrowser"

Changes:

--- /work/SRC/openSUSE:Factory/tvbrowser/tvbrowser.changes  2013-09-03 
22:09:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser.changes 2013-11-23 
08:18:19.0 +0100
@@ -1,0 +2,26 @@
+Thu Nov 21 21:10:46 UTC 2013 - dl8...@darc.de
+
+- Update to version 3.3.3 
+- Make pictures of expired program darker not gray
+- Show list of available plugins sorted alphabetically
+- Allow plugins to prepare for data update
+- Allow more than one episode number in field value (encoded)
+- Plugins should be able to set custom program field type name.
+- Highlight programs that run at time scroll time
+- Plugin autoupdate is not shown
+- Reminder recreated on favorite programs after update
+- Make programs easy accessible that start at the same time on the
+  same channel on the same date
+- NPE in day selection calendar under Mac OS X
+- Add warning if user deactiavtes the program table tab
+- Original ProgramReceiveTargets are sorted by TV-Browser
+- AIOOBE in ProgramList
+- Filter changes should be trackable for plugins
+- Date range for auto update changes with user initiated update
+- Allow programs with duplicate start times
+- option to enable/disable/configure highlighting of mouse menu colors
+- Webpages in Plugin-Install-Dialog should be clickable
+- Scroll to now after download (if there was no data available before)
+- ask for minimize to tray on first close
+
+---

Old:

  tvbrowser_3.3.2_bin.tar.gz

New:

  tvbrowser_3.3.3_bin.tar.gz



Other differences:
--
++ tvbrowser.spec ++
--- /var/tmp/diff_new_pack.PQJVKZ/_old  2013-11-23 08:18:20.0 +0100
+++ /var/tmp/diff_new_pack.PQJVKZ/_new  2013-11-23 08:18:20.0 +0100
@@ -20,7 +20,7 @@
 Summary:Digital TV guide
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Other
-Version:3.3.2
+Version:3.3.3
 Release:0
 Requires:   java >= 1.6
 Url:http://tv-browser.org

++ tvbrowser_3.3.2_bin.tar.gz -> tvbrowser_3.3.3_bin.tar.gz ++
/work/SRC/openSUSE:Factory/tvbrowser/tvbrowser_3.3.2_bin.tar.gz 
/work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser_3.3.3_bin.tar.gz differ: 
char 88, line 1

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



commit samba for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-11-23 08:18:02

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


Package is "samba"

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2013-11-17 
21:02:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-11-23 
08:18:05.0 +0100
@@ -1,0 +2,45 @@
+Fri Nov 22 11:11:42 UTC 2013 - lmue...@suse.com
+
+- BuildRequire systemd on post-12.2 systems.
+
+---
+Fri Nov 22 10:32:30 UTC 2013 - lmue...@suse.com
+
+- Update to 4.1.2.
+  + s4-dns: dlz_bind9: Create dns-HOSTNAME account disabled; (bso#9091).
+  + dfs_server: Use dsdb_search_one to catch 0 results as well as
+NO_SUCH_OBJECT errors; (bso#10052).
+  + Missing talloc_free can leak stackframe in error path; (bso#10187).
+  + Fix memset used with constant zero length parameter; (bso#10190).
+  + s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName';
+(bso#10193).
+  + Make offline logon cache updating for cross child domain group membership;
+(bso#10194).
+  + nsswitch: Fix short writes in winbind_write_sock; (bso#10195).
+  + RW Deny for a specific user is not overriding RW Allow for a group;
+(bso#10196).
+  + vfs_glusterfs: Fix excessive debug output from vfs_gluster_open();
+(bso#10224).
+  + vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLs;
+(bso#10224).
+  + VFS plugin was sending the actual size of the volume instead of the total
+number of block units because of which windows was getting the wrong
+volume capacity; (bso#10224).
+  + libcli/smb: Fix smb2cli_ioctl*() against Windows 2008; (bso#10232).
+  + xattr: Fix listing EAs on *BSD for non-root users; (bso#10247).
+  + Fix the build of vfs_glusterfs; (bso#10253).
+  + s3-winbindd: Fix cache_traverse_validate_fn failure for NDR cache entries;
+(bso#10264).
+  + util: Remove 32bit macros breaking strict aliasing; (bso#10269).
+
+---
+Thu Nov 21 17:16:42 UTC 2013 - lmue...@suse.com
+
+- Let gpg verify execution condition not fail on non SUSE systems.
+
+---
+Thu Nov 21 14:13:37 UTC 2013 - lmue...@suse.com
+
+- Add systemd support for post-12.2 systems.
+
+---

Old:

  samba-4.1.1.tar.asc
  samba-4.1.1.tar.gz

New:

  samba-4.1.2.tar.asc
  samba-4.1.2.tar.gz



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.zVUkJL/_old  2013-11-23 08:18:07.0 +0100
+++ /var/tmp/diff_new_pack.zVUkJL/_new  2013-11-23 08:18:07.0 +0100
@@ -105,10 +105,11 @@
 %if 0%{?suse_version} > 1210
 BuildRequires:  libxslt-tools
 %endif
-%if %suse_version > 1220
+%if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
+BuildRequires:  systemd
 %endif
-%definesamba_ver 4.1.1
+%definesamba_ver 4.1.2
 %definesamba_ver_suffix %nil
 %if "%{samba_ver_suffix}" == ""
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -119,7 +120,7 @@
 %endif
 %definesamba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version} && 0%{?suse_version} < 
-%defineguards_symbols pre_
+%defineguards_symbols default_passdb_backend
 %endif
 %if 0%{?suse_version} && 0%{?suse_version} < 1031
 %define libsmbclient_name libsmbclient
@@ -135,12 +136,12 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3113
+%define SOURCE_TIMESTAMP 3122
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
 %global with_get_printing_ticket 0
-Version:4.1.1
+Version:4.1.2
 Release:0
 License:GPL-3.0+
 Url:http://www.samba.org/
@@ -256,6 +257,7 @@
 PreReq: /sbin/chkconfig
 PreReq: /sbin/ldconfig
 PreReq: coreutils
+%{?systemd_requires}
 Requires:   cifs-utils
 
 %description client
@@ -1126,7 +1128,7 @@
 
 
 %prep
-%if %suse_version > 1220
+%if 0%{?suse_version} > 1220
 gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{samba_ver_full}.tar
 %{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
 rm ${RPM_SOURCE_DIR}/%{name}-%{samba_ver_full}.tar
@@ -1263,7 +1265,11 @@
%{buildroot}/%{_sysconfdir}/security \
%{buildroot}/%{_sysconfdir}/slp.reg.d \
%{buildroot}/%{CONFIGDIR} \
+%if 0%{?suse_version} > 1220
+   %{buildroot}/%{_unitdir} \
+%else
%{buildroot}/%{INITDIR} \
+%endif
%{buildroot}/%{_lib}/s

commit python3-logilab-common for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package python3-logilab-common for 
openSUSE:Factory checked in at 2013-11-23 08:14:51

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


Package is "python3-logilab-common"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-logilab-common/python3-logilab-common.changes
2013-06-25 18:00:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-logilab-common.new/python3-logilab-common.changes
   2013-11-23 08:14:54.0 +0100
@@ -1,0 +2,70 @@
+Wed Nov 20 21:32:30 UTC 2013 - a...@gmx.de
+
+- update to 0.60.0, below are the changes taken from Changelog
+
+- Changes from 0.60.0
+* configuration: rename option_name method into option_attrname (#140667)
+* deprecation: new DeprecationManager class (closes #108205)
+* modutils:
+  - fix typo causing name error in python3 / bad message in python2
+   (#136037)
+  - fix python3.3 crash in file_from_modpath due to implementation
+change of imp.find_module wrt builtin modules (#137244)
+* testlib: use assertCountEqual instead of 
assertSameElements/assertItemsEqual
+  (deprecated), fixing crash with python 3.3 (#144526)
+* graph: use codecs.open avoid crash when writing utf-8 data under python3
+  (#155138)
+
+- Changes from 0.59.1
+* graph: added pruning of the recursive search tree for detecting cycles in
+  graphs (closes #2469)
+* testlib: check for generators in with_tempdir (closes #117533)
+* registry:
+  - select_or_none should not silent ObjectNotFound exception
+(closes #119819)
+  - remove 2 accidentally introduced tabs breaking python 3 compat
+(closes #117580)
+* fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
+  patch by Ian Delaney)
+
+- Changes from 0.59.0
+* registry:
+- introduce RegistrableObject base class, mandatory to make
+  classes automatically registrable, and cleanup code
+  accordingly
+- introduce objid and objname methods on Registry instead of
+  classid function and inlined code plus other refactorings to allow
+  arbitrary objects to be registered, provided they inherit from new
+  RegistrableInstance class (closes #98742)
+- deprecate usage of leading underscore to skip object registration, 
using
+  __abstract__ explicitly is better and notion of registered object 
'name'
+  is now somewhat fuzzy
+- use register_all when no registration callback defined (closes 
#111011)
+* logging_ext: on windows, use colorama to display colored logs, if 
available (closes #107436)
+* packaging: remove references to ftp at logilab
+* deprecations: really check them
+* packaging: steal spec file from fedora (closes #113099)
+* packaging force python2.6 on rhel5 (closes #113099)
+* packaging Update download and project urls (closes #113099)
+* configuration: enhance merge_options function (closes #113458)
+* decorators: fix @monkeypatch decorator contract for dark corner
+  cases such as monkeypatching of a callable instance: no more
+  turned into an unbound method, which was broken in python 3 and
+  probably not used anywhere (actually closes #104047).
+
+- Changes from 0.58.3
+* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
+  Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
+  #109740)
+* other python3 code and test fixes (closes #104047)
+* registry: Store.setdefault shouldn't raise RegistryNotFound (closes 
#111010)
+* table: stop encoding to iso-8859-1, use unicode (closes #105847)
+* setup: properly install additional files during build instead of install 
(closes #104045)
+
+- Changes from 0.58.2
+* modutils: fixes (closes #100757 and #100935)
+
+- Changes from 0.58.1
+* modutils, testlib: be more python implementation independant (closes 
#99493 and #99627)
+
+---

Old:

  logilab-common-0.58.0.tar.gz

New:

  logilab-common-0.60.0.tar.gz



Other differences:
--
++ python3-logilab-common.spec ++
--- /var/tmp/diff_new_pack.7K4NSz/_old  2013-11-23 08:14:54.0 +0100
+++ /var/tmp/diff_new_pack.7K4NSz/_new  2013-11-23 08:14:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-logilab-common
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain 

commit libstorage for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-11-23 08:14:17

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2013-11-17 
20:19:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2013-11-23 08:14:19.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 20 11:35:01 CET 2013 - aschn...@suse.de
+
+- fixed writing of fstab for installation on NFS (bnc#848038)
+
+---



Other differences:
--
++ libstorage-2.25.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.3/bindings/python/libstorage.py 
new/libstorage-2.25.3/bindings/python/libstorage.py
--- old/libstorage-2.25.3/bindings/python/libstorage.py 2013-11-09 
11:37:05.0 +0100
+++ new/libstorage-2.25.3/bindings/python/libstorage.py 2013-11-20 
11:38:01.0 +0100
@@ -1690,10 +1690,6 @@
 StorageInterface_swigregister(StorageInterface)
 
 
-def getPresentDisks():
-  return _libstorage.getPresentDisks()
-getPresentDisks = _libstorage.getPresentDisks
-
 def initDefaultLogger(*args):
   return _libstorage.initDefaultLogger(*args)
 initDefaultLogger = _libstorage.initDefaultLogger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.3/storage/Storage.cc 
new/libstorage-2.25.3/storage/Storage.cc
--- old/libstorage-2.25.3/storage/Storage.cc2013-11-09 11:35:59.0 
+0100
+++ new/libstorage-2.25.3/storage/Storage.cc2013-11-19 17:57:39.0 
+0100
@@ -855,20 +855,6 @@
}
 }
 
-list getPresentDisks()
-{
-list ret;
-list< pair< string, Disk::SysfsInfo > > dlist;
-Storage::getDiskList( dlist );
-list< pair< string, Disk::SysfsInfo > >::const_iterator i = dlist.begin();
-while( i!=dlist.end() )
-   {
-   ret.push_back( "/dev/"+Disk::sysfsToDev(i->first) );
-   ++i;
-   }
-y2mil( "ret:" << ret );
-return( ret );
-}
 
 void
 Storage::detectFsData(const VolIterator& begin, const VolIterator& end, 
SystemInfo& systeminfo)
@@ -6931,8 +6917,11 @@
string path = root()+"/etc/fstab";
unlink( path.c_str() );
}
+
int ret = fstab->changeRootPrefix( root()+"/etc" );
-   if( ret!=0 )
+   if (ret == 0)
+   ret = fstab->flush();
+   if (ret != 0)
y2err("changeRootPrefix returns " << ret);
}
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.3/storage/Storage.h 
new/libstorage-2.25.3/storage/Storage.h
--- old/libstorage-2.25.3/storage/Storage.h 2013-11-06 16:03:48.0 
+0100
+++ new/libstorage-2.25.3/storage/Storage.h 2013-11-15 01:42:51.0 
+0100
@@ -584,8 +584,8 @@
static void clean_tmpdir();
 
static bool getDiskList( list< pair< string, Disk::SysfsInfo > >& dlist 
);
-   void getDiskList( bool (* CheckFnc)( const Disk& ),
- std::list& dl );
+   void getDiskList( bool (* CheckFnc)( const Disk& ), list& dl );
+
void changeDeviceName( const string& old, const string& nw );
 
 int commit();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.3/storage/StorageInterface.h 
new/libstorage-2.25.3/storage/StorageInterface.h
--- old/libstorage-2.25.3/storage/StorageInterface.h2013-11-09 
11:35:59.0 +0100
+++ new/libstorage-2.25.3/storage/StorageInterface.h2013-11-15 
01:37:08.0 +0100
@@ -2760,13 +2760,6 @@
 
 
 /**
- * Lightweight function to get existing disks without full probing
- *
- * @return list of device names of present disk devices
- */
-list getPresentDisks();
-
-/**
  * Initializes default logging with explicit log dir.
  */
 void initDefaultLogger( const string& logdir );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.3/storage/Utils.cc 
new/libstorage-2.25.3/storage/Utils.cc
--- old/libstorage-2.25.3/storage/Utils.cc  2013-11-09 11:35:59.0 
+0100
+++ new/libstorage-2.25.3/storage/Utils.cc  2013-11-15 01:50:13.0 
+0100
@@ -22,6 +22,7 @@
 
 #include 
 
+#include "storage/Storage.h"
 #include "storage/SystemInfo.h"
 
 
@@ -30,6 +31,22 @@
 using namespace std;
 
 
+list
+getPresentDisks()
+{
+   list ret;
+
+   list> dlist;
+   Storage:

commit ctdb for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package ctdb for openSUSE:Factory checked in 
at 2013-11-23 08:13:45

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


Package is "ctdb"

Changes:

--- /work/SRC/openSUSE:Factory/ctdb/ctdb.changes2013-11-13 
08:55:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.ctdb.new/ctdb.changes   2013-11-23 
08:13:46.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 14 17:08:53 UTC 2013 - lmue...@suse.com
+
+- Replace >= 1230 by > 1220 as this type of condition is used anywhere else in
+  the ctdb spec file.
+
+---



Other differences:
--
++ ctdb.spec ++
--- /var/tmp/diff_new_pack.BReo04/_old  2013-11-23 08:13:47.0 +0100
+++ /var/tmp/diff_new_pack.BReo04/_new  2013-11-23 08:13:47.0 +0100
@@ -32,7 +32,7 @@
 Patch1: ctdb-socket-path.patch
 %if 0%{?suse_version}
 Requires(pre):  %{?fillup_prereq}
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %else
@@ -107,7 +107,7 @@
 %install
 mkdir -p \
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig \
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 ${RPM_BUILD_ROOT}/%{_unitdir} \
 %else
${RPM_BUILD_ROOT}/%{_sysconfdir}/init.d \
@@ -123,7 +123,7 @@
 %else
 %{__install} -m 0644 config/ctdb.sysconfig 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/ctdb
 %endif
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %{__install} -m 0755 config/ctdb.service %{buildroot}%{_unitdir}/ctdb.service
 %else
 %{__install} -m 0755 config/ctdb.init ${RPM_BUILD_ROOT}/%{initdir}/ctdb
@@ -141,7 +141,7 @@
 
 %post
 %if 0%{?suse_version}
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %{fillup_only}
 %service_add_post ctdb.service
 %else
@@ -151,7 +151,7 @@
 
 %postun
 %if 0%{?suse_version}
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %service_del_postun ctdb.service
 %else
 %{insserv_cleanup}
@@ -175,7 +175,7 @@
 %endif
 %config(noreplace) %{_sysconfdir}/ctdb/notify.sh
 %config(noreplace) %{_sysconfdir}/ctdb/functions
-%if 0%{?suse_version} >=1230
+%if 0%{?suse_version} > 1220
 %attr(755,root,root) %{_unitdir}/ctdb.service
 %else
 %attr(755,root,root) %{initdir}/ctdb

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



commit kdelibs3 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2013-11-23 08:14:01

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


Package is "kdelibs3"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes2013-11-08 
08:36:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2013-11-23 
08:14:03.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 00:13:14 UTC 2013 - an...@opensuse.org
+
+- merge some changes from KDE3 SVN from kde.org (merge-svn-diff.patch)
+  only changes which do not break the build are included
+
+---

New:

  merge-svn-diff.patch



Other differences:
--
++ kdelibs3.spec ++
--- /var/tmp/diff_new_pack.7fEYee/_old  2013-11-23 08:14:04.0 +0100
+++ /var/tmp/diff_new_pack.7fEYee/_new  2013-11-23 08:14:04.0 +0100
@@ -199,6 +199,7 @@
 Patch225:   kdelibs-trinity-xinit-fix.patch
 Patch226:   initialise-mCrossDomain-fix.diff
 Patch227:   kdelibs-kactionselector-multiple-item-movement.patch
+Patch228:   merge-svn-diff.patch
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -285,6 +286,7 @@
   echo %suse_version
 %setup -q -n kdelibs-%{version}
 %patch0
+%patch228 -p1
 %patch1
 %patch3
 %patch5


++ kdecode_fakes_include.diff ++
--- /var/tmp/diff_new_pack.7fEYee/_old  2013-11-23 08:14:05.0 +0100
+++ /var/tmp/diff_new_pack.7fEYee/_new  2013-11-23 08:14:05.0 +0100
@@ -8,11 +8,11 @@
  KDECORE_EXPORT unsigned long strlcpy(char* d, const char* s, unsigned long 
bufsize)
  {
  unsigned long len, ret = strlen(s);
-@@ -341,6 +342,7 @@
- #endif
- 
+@@ -379,6 +380,7 @@
+  * truncation occurred.
+  */
  #ifndef HAVE_STRLCAT
 +#include 
- KDECORE_EXPORT unsigned long strlcat(char* d, const char* s, unsigned long 
bufsize)
+ KDECORE_EXPORT unsigned long strlcat(char *dst, const char *src, unsigned 
long siz)
  {
- char *cp;
+ char *d = dst;

++ merge-svn-diff.patch ++
diff -wruN kdelibs-3.5.10/kdecore/fakes.c kdelibs-svn/kdecore/fakes.c
--- kdelibs-3.5.10/kdecore/fakes.c  2006-07-22 12:16:41.0 +0400
+++ kdelibs-svn/kdecore/fakes.c 2010-05-03 23:36:00.647761000 +0400
@@ -340,24 +340,69 @@
 }
 #endif
 
+/*
+ * Copyright (c) 1998 Todd C. Miller 
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
+ * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $
+ * $FreeBSD: src/lib/libc/string/strlcat.c,v 1.2.4.2 2001/07/09 23:30:06 
obrien Exp $
+ * $DragonFly: src/sys/libkern/strlcat.c,v 1.5 2007/06/07 23:45:02 dillon Exp $
+ */
+ 
+/*
+ * Appends src to string dst of size siz (unlike strncat, siz is the
+ * full size of dst, not space left).  At most siz-1 characters
+ * will be copied.  Always NUL terminates (unless siz <= strlen(dst)).
+ * Returns strlen(initial dst) + strlen(src); if retval >= siz,
+ * truncation occurred.
+ */
 #ifndef HAVE_STRLCAT
-KDECORE_EXPORT unsigned long strlcat(char* d, const char* s, unsigned long 
bufsize)
+KDECORE_EXPORT unsigned long strlcat(char *dst, const char *src, unsigned long 
siz)
 {
-char *cp;
-unsigned long ret, len1, len2 = strlen(s);
+char *d = dst;
+const char *s = src;
+unsigned long n = siz;
+unsig

commit autoyast2 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-11-23 08:13:11

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-11-15 
16:56:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-11-23 
08:13:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 22 16:52:00 UTC 2013 - vmora...@suse.com
+
+- fix typo in inst_autosetup dor default_target
+- 3.1.2
+
+---

Old:

  autoyast2-3.1.1.tar.bz2

New:

  autoyast2-3.1.2.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.IDrg55/_old  2013-11-23 08:13:13.0 +0100
+++ /var/tmp/diff_new_pack.IDrg55/_new  2013-11-23 08:13:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.1.tar.bz2 -> autoyast2-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.1/VERSION new/autoyast2-3.1.2/VERSION
--- old/autoyast2-3.1.1/VERSION 2013-11-13 13:49:56.0 +0100
+++ new/autoyast2-3.1.2/VERSION 2013-11-22 18:15:07.0 +0100
@@ -1 +1 @@
-3.1.1
+3.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.1/package/autoyast2.changes 
new/autoyast2-3.1.2/package/autoyast2.changes
--- old/autoyast2-3.1.1/package/autoyast2.changes   2013-11-13 
13:49:56.0 +0100
+++ new/autoyast2-3.1.2/package/autoyast2.changes   2013-11-22 
18:15:07.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Nov 22 16:52:00 UTC 2013 - vmora...@suse.com
+
+- fix typo in inst_autosetup dor default_target
+- 3.1.2
+
+---
 Fri Nov  8 15:14:37 UTC 2013 - vmora...@suse.com
 
 - replace yast2-runlevel dependency with yast2-services-manager 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.1/src/clients/inst_autosetup.rb 
new/autoyast2-3.1.2/src/clients/inst_autosetup.rb
--- old/autoyast2-3.1.1/src/clients/inst_autosetup.rb   2013-11-13 
13:49:56.0 +0100
+++ new/autoyast2-3.1.2/src/clients/inst_autosetup.rb   2013-11-22 
18:15:07.0 +0100
@@ -324,7 +324,7 @@
 
   Progress.NextStage
   @default_target = Profile.current['default_target'].to_s
-  Builtins.y2milestone("autoyast - configured default target: 
#{default_target}")
+  Builtins.y2milestone("autoyast - configured default target: 
#{@default_target}")
   if !@default_target.empty?
 SystemdTarget.default_target = @default_target
   else

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



commit systemtap for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2013-11-22 19:09:48

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


Package is "systemtap"

Changes:

--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2013-08-12 
14:25:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes
2013-11-22 19:09:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 15 18:51:03 UTC 2013 - to...@suse.com
+
+- Update to version 2.4. See systemtap.spec for changelog
+- Drop patch systemtap-docs-autoconf-version.diff
+
+---
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes  2013-08-12 
14:25:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2013-11-22 
19:09:50.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 15 18:51:03 UTC 2013 - to...@suse.com
+
+- Update to version 2.4
+  Changelog:
+2.4: http://sourceware.org/ml/systemtap/2013-q4/msg00165.html 
+
+---

Old:

  systemtap-2.3.tar.gz

New:

  systemtap-2.4.tar.gz



Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.2IBlwh/_old  2013-11-22 19:09:51.0 +0100
+++ /var/tmp/diff_new_pack.2IBlwh/_new  2013-11-22 19:09:51.0 +0100
@@ -26,7 +26,7 @@
 BuildRequires:  fop
 BuildRequires:  latex2html
 BuildRequires:  xmlto
-Version:2.3
+Version:2.4
 Release:0
 Summary:Documents and examples for systemtap
 License:GPL-2.0+
@@ -36,7 +36,6 @@
 Source2:README-BEFORE-ADDING-PATCHES
 Patch1: systemtap-docdir-fix.diff
 Patch2: systemtap-xmlto-fop.diff
-Patch3: systemtap-docs-autoconf-version.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -48,7 +47,6 @@
 %setup -n systemtap-%{version} -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 # fix interpreter

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.2IBlwh/_old  2013-11-22 19:09:51.0 +0100
+++ /var/tmp/diff_new_pack.2IBlwh/_new  2013-11-22 19:09:51.0 +0100
@@ -27,7 +27,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd
-Version:2.3
+Version:2.4
 Release:0
 Summary:Instrumentation System
 License:GPL-2.0+

++ systemtap-2.3.tar.gz -> systemtap-2.4.tar.gz ++
 55616 lines of diff (skipped)

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



commit subversion for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2013-11-22 19:01:46

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


Package is "subversion"

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2013-10-30 
15:53:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2013-11-22 19:01:47.0 +0100
@@ -1,0 +2,16 @@
+Tue Nov 19 18:36:45 UTC 2013 - andreas.stie...@gmx.de
+
+- print error logs on on regression test failures
+- always build with and statically link to in-tree SQLite to 
+  prevent performance problems and test failures with SQLite 3.8
+- fix regression tests for ppc/ppc64 architectures, found in
+  openSUSE package build and fixed with upstream developers, adding
+  subversion-1.8.x-fix-ppc-tests.patch
+- improve sqlite and python-ctypes conditionals, the latter not
+  building for any current targets
+- require python-sqlite when running regression tests for all
+  targets, no longer pulled in implicitly
+- update keyring, use Subversion Project Management Committee
+  keyring rather than all committers
+
+---

New:

  subversion-1.8.x-fix-ppc-tests.patch



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.Tu1DeQ/_old  2013-11-22 19:01:49.0 +0100
+++ /var/tmp/diff_new_pack.Tu1DeQ/_new  2013-11-22 19:01:49.0 +0100
@@ -20,16 +20,8 @@
 
 %define with_ruby  0%{?suse_version} > 1110
 %define with_intree_swig 0%{?suse_version} != 1110
-%if 0%{?always_use_intree_sqlite:1}
 %define with_intree_sqlite 1
-%define with_python_ctypes 0%{?suse_version} > 1110
-%else
-%define with_intree_sqlite 0%{?suse_version} < 1230
-%define with_python_ctypes 0
-%endif
-%if %suse_version >= 1220
 %define with_python_ctypes 0
-%endif
 %define with_kde4_kwallet  0%{?suse_version} > 1100
 %define with_gnome_keyring 0%{?suse_version} > 1100
 
@@ -119,17 +111,12 @@
 %if %{with regression_tests}
 # svnserveautocheck.sh davautocheck.sh requirements
 BuildRequires:  net-tools
+BuildRequires:  python-sqlite
 BuildRequires:  util-linux
 BuildRequires:  wget
 %if 0%{?suse_version} > 1230
 BuildRequires:  time
 %endif
-%if 0%{?sles_version} == 11 
-# additional python sqlite required for SLE 11 only for python tests to 
complete
-# needs to be added to branch project to work, e.g.
-# osc aggregatepac devel:languages:python python-pysqlite /branch project/ -m 
SLE_11_SP2=SLE_11
-BuildRequires:  python-sqlite
-%endif
 %endif # with regression_tests
 #
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
@@ -161,7 +148,8 @@
 Source15:   svnserve.tmpfiles
 Source42:   subversion.svngrep.sh
 Source43:   subversion.svndiff.sh
-Source50:   
https://people.apache.org/keys/group/subversion.asc#/subversion.keyring
+# https://people.apache.org/keys/group/subversion-pmc.asc
+Source50:   subversion.keyring
 Source51:   
https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2.asc
 %if 0%{?suse_version} >= 1230
 BuildRequires:  gpg-offline
@@ -187,6 +175,7 @@
 Patch23:subversion.libtool-pie-flags.patch
 Patch31:subversion.perl.LD_RUN_PATH.patch
 Patch37:subversion-no-build-date.patch
+Patch38:subversion-1.8.x-fix-ppc-tests.patch
 #
 %if %with_ruby
 %define rb_arch %(echo "%{_host_cpu}-%{_os}" | sed -e "s/i686/i586/" -e 
"s/armv5tel/armv4l/" -e "s/hppa2.0/hppa/")
@@ -351,6 +340,7 @@
 %patch23 -p1
 %patch31 -p1
 %patch37 -p1
+%patch38 -p1
 
 SQLITE_RECOMMENDED_VER=$(grep -E '^SQLITE_RECOMMENDED_VER=' configure.ac|cut 
-f2 -d=|cut -f2 -d\")
 #"
@@ -627,24 +617,24 @@
 %if %{with regression_tests}
 
 # run tests over ra_local (file://)
-%__make check CLEANUP=true FS_TYPE=fsfs
+%__make check CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
 
 # run tests over ra_svn (svn://)
-%__make svnserveautocheck CLEANUP=true FS_TYPE=fsfs
+%__make svnserveautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
 
 # run tests over ra_serf (http://)
-%__make davautocheck CLEANUP=true FS_TYPE=fsfs HTTP_LIBRARY=serf
+%__make davautocheck CLEANUP=true FS_TYPE=fsfs HTTP_LIBRARY=serf || (cat 
fails.log; exit 1)
 
 %if %with_java
-%__make check-javahl
+%__make check-javahl || (cat fails.log; exit 1)
 %endif # with_java
-%__make check-swig-pl
+%__make check-swig-pl || (cat fails.log; exit 1)
 %if 0%{?suse_version} > 1140
 # python bindings fail testsuite on 11.4
-%__make check-swig-py
+%__make check-swig-py || (cat fails.log; exit 1)
 %endif
 %if %with_ruby
-%__make check-swig-rb
+%__make check-swig-rb || (cat fails.log; exit 1)
 %endif # with_ruby
 

commit python3 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2013-11-22 19:01:35

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


Package is "python3"

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2013-08-13 
13:08:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2013-11-22 19:01:36.0 +0100
@@ -1,0 +2,23 @@
+Fri Nov 22 13:17:23 UTC 2013 - speili...@suse.com
+
+- Add python-3.3.3-skip-distutils-test_sysconfig_module.patch:
+  + Disable global and distutils sysconfig comparison test, we deviate
+from the default depending on optflags
+
+---
+Tue Nov 19 14:28:41 UTC 2013 - jmate...@suse.com
+
+- update to 3.3.3
+  * bugfix-only release
+  * many SSL-related fixes
+  * upstream fix for CVE-2013-4238
+  * upstream fixes for CVE-2013-1752
+- move example module xxlimited to python3-testsuite
+- remove --with-wide-unicode config option, it is now the default
+  (and only) choice
+- don't touch anything between make and makeinstall
+- drop python-3.2b2-buildtime-generate.patch - the issue was caused
+  by touching things between make and makeinstall
+- link pycache entries for import_failed hooks properly
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes  2013-06-15 
10:50:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2013-11-22 
19:01:36.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 19 16:13:18 UTC 2013 - jmate...@suse.com
+
+- update to 3.3.3
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2013-10-17 
17:46:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2013-11-22 
19:01:36.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 19 14:36:18 UTC 2013 - jmate...@suse.com
+
+- update to 3.3.3
+- move example module xxlimited to python3-testsuite
+- drop CVE-2013-4238_py33.patch - it is upstreamed
+
+---

Old:

  CVE-2013-4238_py33.patch
  Python-3.3.2.tar.xz
  python-3.3.2-docs-html.tar.bz2
  python-3.3.2-docs-pdf-a4.tar.bz2
  python-3.3.2-docs-pdf-letter.tar.bz2

New:

  Python-3.3.3.tar.xz
  python-3.3.3-docs-html.tar.bz2
  python-3.3.3-docs-pdf-a4.tar.bz2
  python-3.3.3-docs-pdf-letter.tar.bz2
  python-3.3.3-skip-distutils-test_sysconfig_module.patch



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.Zx4InB/_old  2013-11-22 19:01:39.0 +0100
+++ /var/tmp/diff_new_pack.Zx4InB/_new  2013-11-22 19:01:39.0 +0100
@@ -36,7 +36,7 @@
 Summary:Python3 Interpreter
 License:Python-2.0
 Group:  Development/Languages/Python
-Version:3.3.2
+Version:3.3.3
 Release:0
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
@@ -69,8 +69,6 @@
 Patch03:python-2.6b1-canonicalize2.patch
 # support finding packages in /usr/local, install to /usr/local by default
 Patch04:python-3.3.0b1-localpath.patch
-# fix usage of "python" executable in "make install"
-Patch05:python-3.2b2-buildtime-generate.patch
 # replace DATE, TIME and COMPILER by fixed definitions to aid reproducible 
builds
 Patch06:python-3.3.0b1-fix_date_time_compiler.patch
 # fix wrong include path in curses-panel module
@@ -81,8 +79,8 @@
 Patch10:ctypes-libffi-aarch64.patch
 # Disable SO_REUSEPORT constant in tests, because it's not supported on older 
kernels
 Patch11:python-3.3.2-no-REUSEPORT.patch
-# CVE-2013-4073 - incorrect handling of NULL bytes in SSL certificate fields
-Patch12:CVE-2013-4238_py33.patch
+# Disable global and distutils sysconfig comparison test, we deviate from the 
default depending on optflags
+Patch12:python-3.3.3-skip-distutils-test_sysconfig_module.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -130,7 +128,7 @@
 Requires:   %{name} = %{version}
 Summary:Python Utility and Demonstration Scripts
 Group:  Development/Languages/Python
-Obsoletes:  python3-demo <= %{version}
+Obsoletes:  python3-demo < %{version}
 Provides:   python3-demo = %{version}
 
 %description -n python3-tools
@@ -154,7 +152,7 @@
 %package -n python3-devel
 Requires:   %{name} = %{version}
 Provides:   python3-2to3 = %{version}
-Obsoletes:  python3-2to3 <= %{version}
+Obsoletes:  python3-2to3 < %{version}
 Summary:Include F

commit libyui-ncurses for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2013-11-22 18:47:51

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New)


Package is "libyui-ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes
2013-08-10 12:18:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes   
2013-11-22 18:47:52.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 20 12:55:34 CET 2013 - g...@suse.de
+
+- Add 'Requires: glibc-locale' to spec-file (bnc #849255)
+- Version 2.45.0
+
+---

Old:

  libyui-ncurses-2.44.1.tar.bz2

New:

  libyui-ncurses-2.45.0.tar.bz2



Other differences:
--
++ libyui-ncurses-doc.spec ++
--- /var/tmp/diff_new_pack.dA7hrZ/_old  2013-11-22 18:47:53.0 +0100
+++ /var/tmp/diff_new_pack.dA7hrZ/_new  2013-11-22 18:47:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-doc
-Version:2.44.1
+Version:2.45.0
 Release:0
 Source: libyui-ncurses-%{version}.tar.bz2
 

++ libyui-ncurses.spec ++
--- /var/tmp/diff_new_pack.dA7hrZ/_old  2013-11-22 18:47:53.0 +0100
+++ /var/tmp/diff_new_pack.dA7hrZ/_new  2013-11-22 18:47:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses
-Version:2.44.1
+Version:2.45.0
 Release:0
 Source: libyui-ncurses-%{version}.tar.bz2
 
@@ -42,6 +42,7 @@
 
 %package -n libyui-ncurses5
 
+Requires:   glibc-locale
 Requires:   libyui5
 Provides:   libyui-ncurses = %{version}
 Provides:   yast2-ncurses = 2.42.0

++ libyui-ncurses-2.44.1.tar.bz2 -> libyui-ncurses-2.45.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.44.1/ChangeLog 
new/libyui-ncurses-2.45.0/ChangeLog
--- old/libyui-ncurses-2.44.1/ChangeLog 2013-08-06 15:35:21.0 +0200
+++ new/libyui-ncurses-2.45.0/ChangeLog 2013-11-20 13:59:11.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 20 12:55:34 CET 2013 - g...@suse.de
+
+- Add 'Requires: glibc-locale' to spec-file (bnc #849255)
+- Version 2.45.0
+
+---
 Tue Aug  6 14:49:20 CEST 2013 - tgoettlic...@suse.de
 
 - Fixed dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.44.1/VERSION.cmake 
new/libyui-ncurses-2.45.0/VERSION.cmake
--- old/libyui-ncurses-2.44.1/VERSION.cmake 2013-08-06 15:35:21.0 
+0200
+++ new/libyui-ncurses-2.45.0/VERSION.cmake 2013-11-20 13:59:11.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
-SET( VERSION_MINOR "44" )
-SET( VERSION_PATCH "1" )
+SET( VERSION_MINOR "45" )
+SET( VERSION_PATCH "0" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.44.1/libyui-ncurses.spec.in 
new/libyui-ncurses-2.45.0/libyui-ncurses.spec.in
--- old/libyui-ncurses-2.44.1/libyui-ncurses.spec.in2013-08-06 
15:35:21.0 +0200
+++ new/libyui-ncurses-2.45.0/libyui-ncurses.spec.in2013-11-20 
13:59:11.0 +0100
@@ -43,6 +43,7 @@
 Group: System/Libraries
 
 Requires:  lib@BASELIB@@SONAME_MAJOR@
+Requires:   glibc-locale
 Provides:  lib@BASELIB@-ncurses = %{version}
 Provides:  yast2-ncurses = 2.42.0
 Obsoletes: yast2-ncurses < 2.42.0

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



commit libyui-ncurses-pkg for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2013-11-22 18:48:11

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new (New)


Package is "libyui-ncurses-pkg"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes
2013-08-04 16:56:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
2013-11-22 18:48:12.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 20 13:04:31 CET 2013 - g...@suse.de
+
+- Fixed typos in help text, rephrase text (bnc #839689)
+- Version 2.45.0
+
+---

Old:

  libyui-ncurses-pkg-2.44.4.tar.bz2

New:

  libyui-ncurses-pkg-2.45.0.tar.bz2



Other differences:
--
++ libyui-ncurses-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.e9tKoY/_old  2013-11-22 18:48:13.0 +0100
+++ /var/tmp/diff_new_pack.e9tKoY/_new  2013-11-22 18:48:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-pkg-doc
-Version:2.44.4
+Version:2.45.0
 Release:0
 Source: libyui-ncurses-pkg-%{version}.tar.bz2
 

++ libyui-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.e9tKoY/_old  2013-11-22 18:48:13.0 +0100
+++ /var/tmp/diff_new_pack.e9tKoY/_new  2013-11-22 18:48:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-pkg
-Version:2.44.4
+Version:2.45.0
 Release:0
 Source: libyui-ncurses-pkg-%{version}.tar.bz2
 

++ libyui-ncurses-pkg-2.44.4.tar.bz2 -> libyui-ncurses-pkg-2.45.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.4/ChangeLog 
new/libyui-ncurses-pkg-2.45.0/ChangeLog
--- old/libyui-ncurses-pkg-2.44.4/ChangeLog 2013-07-31 15:59:06.0 
+0200
+++ new/libyui-ncurses-pkg-2.45.0/ChangeLog 2013-11-20 14:01:38.0 
+0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 20 13:04:31 CET 2013 - g...@suse.de
+
+- Fixed typos in help text, rephrase text (bnc #839689)
+- Version 2.45.0
+
+---
 Wed Jul 31 15:47:16 CEST 2013 - g...@suse.de
 
 - Online Update: show multi version packages correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.4/VERSION.cmake 
new/libyui-ncurses-pkg-2.45.0/VERSION.cmake
--- old/libyui-ncurses-pkg-2.44.4/VERSION.cmake 2013-07-31 15:59:06.0 
+0200
+++ new/libyui-ncurses-pkg-2.45.0/VERSION.cmake 2013-11-20 14:01:38.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
-SET( VERSION_MINOR "44" )
-SET( VERSION_PATCH "4" )
+SET( VERSION_MINOR "45" )
+SET( VERSION_PATCH "0" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.4/src/NCPkgStrings.cc 
new/libyui-ncurses-pkg-2.45.0/src/NCPkgStrings.cc
--- old/libyui-ncurses-pkg-2.44.4/src/NCPkgStrings.cc   2013-07-31 
15:59:06.0 +0200
+++ new/libyui-ncurses-pkg-2.45.0/src/NCPkgStrings.cc   2013-11-20 
14:01:38.0 +0100
@@ -263,7 +263,7 @@
 
 const std::string NCPkgStrings::HelpPkgMenu2_2()
 {
-static const std::string value =  _( "Available options for dependency 
checking are:Automatic Dependency Check (see above), Install 
Recommended for Already Installed Packages: if ON, also recommended 
packages of already installed package will be installed, System Verification 
Mode: repair dependencies of installed packages and solve immediately. 
Please note: after checking the system with Verify System Now the option 
System Verification Mode is ON (uncheck the option, if desired). These 
option are saved in the YaST configuration file 
/etc/sysconfig/yast2." );
+static const std::string value =  _( "Available options for dependency 
checking are:Automatic Dependency Check (see above), Install 
Recommended for Already Installed Packages: if ON, also recommended 
packages of already installed package will be installed, System Verification 
Mode: repair dependencies of installed packages and solve immediately. 
Please note: after checking the system with Verify System Now the option 
System Verification Mode is ON (uncheck the option, if desired). These 
options are saved in the YaST configuration file 
/etc/sysconfig/yast2." );
 return value;
 }
 
@@ -622,21 +622,21 @@
 const std::string NCPkgStrings::YouHelp3

commit libe-book for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package libe-book for openSUSE:Factory 
checked in at 2013-11-22 18:46:04

Comparing /work/SRC/openSUSE:Factory/libe-book (Old)
 and  /work/SRC/openSUSE:Factory/.libe-book.new (New)


Package is "libe-book"

Changes:

--- /work/SRC/openSUSE:Factory/libe-book/libe-book.changes  2013-11-19 
16:28:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libe-book.new/libe-book.changes 2013-11-22 
18:46:05.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 22 10:14:54 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.0.2:
+  * Fix installed headers
+  * Various build fixes
+
+---

Old:

  libe-book-0.0.1.tar.bz2

New:

  libe-book-0.0.2.tar.bz2



Other differences:
--
++ libe-book.spec ++
--- /var/tmp/diff_new_pack.FP1NB7/_old  2013-11-22 18:46:06.0 +0100
+++ /var/tmp/diff_new_pack.FP1NB7/_new  2013-11-22 18:46:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libe-book
-Version:0.0.1
+Version:0.0.2
 Release:0
 Summary:A library for import of non-HTML reflowable e-book formats
 License:LGPL-2.1+ and MPL-2.0+

++ libe-book-0.0.1.tar.bz2 -> libe-book-0.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libe-book-0.0.1/ChangeLog 
new/libe-book-0.0.2/ChangeLog
--- old/libe-book-0.0.1/ChangeLog   2013-11-10 21:14:26.0 +0100
+++ new/libe-book-0.0.2/ChangeLog   2013-11-16 20:17:19.0 +0100
@@ -1,3 +1,93 @@
+2013-11-16  David Tardon
[5e471a34312148a1727670437fd591a1ab8c3974]
+
+   prepare for release
+
+
+2013-11-16  David Tardon
[95b2982b54ad0ac0df80d8a77f3388a57b48eeb6]
+
+   drop nonsensical comment
+
+
+2013-11-16  David Tardon
[6035490c8a12bc3c2c703ade9a6552ee409a9055]
+
+   fb2: improve alt. image text output
+
+
+2013-11-16  David Tardon
[aff10960c68754a29e305b14692ec545dedc2d71]
+
+   fb2: recover if decoding of image data throws
+
+
+2013-11-16  David Tardon
[1c421be1efb29e6fd6b0d4aabf106a0033d4ba4b]
+
+   move breaks inside blocks
+
+
+2013-11-16  David Tardon
[ebaed4f08c58c46d0edc819b412ac1a5b018048e]
+
+   fb2: do not leak memory on error
+
+
+2013-11-16  David Tardon
[edd75976445f38a6592cdf368798ffb220f078d2]
+
+   drop superfluous break
+
+
+2013-11-16  David Tardon
[a33210f3d839ed7bef4cfadabbbe33b041d90946]
+
+   fb2: skip unknown elements
+
+
+2013-11-16  David Tardon
[f622a15505fc4f901a44f5aa9fa9cffcbe771627]
+
+   do not create generators unless they are needed
+
+
+2013-11-16  David Tardon
[ef539b843ed909db4db7bbb61297e7eb6e39c1ae]
+
+   fix return value of conv. tools
+
+
+2013-11-14  David Tardon
[2ed5f706d19105ec4b6b10eae69b075765ce8827]
+
+   misplaced break
+
+
+2013-11-14  David Tardon
[e2bd13eb707c92bc3deb7a0c59702f584e8d44c7]
+
+   misplaced break
+
+
+2013-11-14  David Tardon
[3986e4f52c7b0288d2a16a3cccfb371878175628]
+
+   silence coverity
+
+
+2013-11-14  David Tardon
[d72574ebb2512c92bc3593980cf406aa46ce8865]
+
+   make sure the object has stream
+
+
+2013-11-14  David Tardon
[7387351a62d728d197db07762324de67cbf98c13]
+
+   set default values
+
+
+2013-11-14  David Tardon
[449cc2faeb65eca30e70509543ad97384b096345]
+
+   check return value
+
+
+2013-11-11  David Tardon
[6e3e03c1518962c9427f44ba0df36fd1e1620fe5]
+
+   library name fix
+
+
+2013-11-11  David Tardon
[fa53cfb9d44912a24726de2c04111bfc3486e2a9]
+
+   install all public headers
+
+
 2013-11-10  David Tardon
[c94ab9f6b283da218c9f3110a0d2625ac8748d40]
 
bump version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libe-book-0.0.1/NEWS new/libe-book-0.0.2/NEWS
--- old/libe-book-0.0.1/NEWS2013-11-10 21:06:35.0 +0100
+++ new/libe-book-0.0.2/NEWS2013-11-16 20:15:26.0 +0100
@@ -1,3 +1,11 @@
+libe-book 0.0.2
+
+- install all public headers
+- fix library name in .pc file
+- fix a handful of defects found by coverity
+- fix return value of conversion tools
+- make FictionBook v.2 parser more robust
+
 libe-book 0.0.1
 
 - build fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libe-book-0.0.1/aclocal.m4 
new/libe-book-0.0.2/aclocal.m4
--- old/libe-book-0.0.1/aclocal.m4  2013-11-10 21:14:09.0 +0100
+++ new/libe-book-0.0.2/aclocal.m4  2013-11-16 20:16:35.0 +0100
@@ -220,6 +220,21 @@
 m4_popdef([pkg_description])
 ]) dnl PKG_NOARCH_INSTALLDIR
 
+
+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+# -

commit grub2 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2013-11-22 17:39:40

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2013-09-13 
14:43:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-11-22 
17:39:42.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 22 07:12:16 UTC 2013 - g...@suse.com
+
+- add grub2-fix-x86_64-efi-startup-stack-alignment.patch and
+  grub2-fix-x86_64-efi-callwrap-stack-alignment.patch: fix the
+  stack alignment of x86_64 efi. (bnc#841426)
+
+---

New:

  grub2-fix-x86_64-efi-callwrap-stack-alignment.patch
  grub2-fix-x86_64-efi-startup-stack-alignment.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.ipz2gr/_old  2013-11-22 17:39:43.0 +0100
+++ /var/tmp/diff_new_pack.ipz2gr/_new  2013-11-22 17:39:43.0 +0100
@@ -132,6 +132,8 @@
 Patch35:grub2-linguas.sh-no-rsync.patch
 Patch36:grub2-fix-parsing-of-short-LVM-PV-names.patch
 Patch37:grub2-fix-descriptor-leak-in-grub_util_is_imsm.patch
+Patch38:grub2-fix-x86_64-efi-startup-stack-alignment.patch
+Patch39:grub2-fix-x86_64-efi-callwrap-stack-alignment.patch
 Requires:   gettext-runtime
 %if 0%{?suse_version} >= 1140
 Requires:   os-prober
@@ -248,6 +250,8 @@
 %patch35 -p1
 %patch36 -p1
 %patch37 -p1
+%patch38 -p1
+%patch39 -p1
 
 # Generate po/LINGUAS for message catalogs ...
 ./linguas.sh

++ grub2-fix-x86_64-efi-callwrap-stack-alignment.patch ++
>From 4e42521d8c9232b6ee9eac7d8b4945a7479de781 Mon Sep 17 00:00:00 2001
From: Vladimir Serbinenko 
Date: Fri, 22 Nov 2013 05:40:32 +0100
Subject: * grub-core/kern/x86_64/efi/callwrap.S: Fix stack
 alignment. Previously we misaligned stack by 8 in startup.S and compensated
 for it in callwrap.S. According to ABI docs (EFI and sysv amd64) right
 behaviour is to align stack in startup.S and keep it aligned in callwrap.S.
 startup.S part was committed few commits before. This takes care of
 callwrap.S. Reported by: Gary Lin.

References: bnc#841426
Patch-Mainline: yes

Signed-off-by: Gary Ching-Pang Lin 
---
 grub-core/kern/x86_64/efi/callwrap.S | 52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/grub-core/kern/x86_64/efi/callwrap.S 
b/grub-core/kern/x86_64/efi/callwrap.S
index 2df95dd..1337fd9 100644
--- a/grub-core/kern/x86_64/efi/callwrap.S
+++ b/grub-core/kern/x86_64/efi/callwrap.S
@@ -36,94 +36,94 @@
 .text
 
 FUNCTION(efi_wrap_0)
-   subq $48, %rsp
+   subq $40, %rsp
call *%rdi
-   addq $48, %rsp
+   addq $40, %rsp
ret
 
 FUNCTION(efi_wrap_1)
-   subq $48, %rsp
+   subq $40, %rsp
mov  %rsi, %rcx
call *%rdi
-   addq $48, %rsp
+   addq $40, %rsp
ret
 
 FUNCTION(efi_wrap_2)
-   subq $48, %rsp
+   subq $40, %rsp
mov  %rsi, %rcx
call *%rdi
-   addq $48, %rsp
+   addq $40, %rsp
ret
 
 FUNCTION(efi_wrap_3)
-   subq $48, %rsp
+   subq $40, %rsp
mov  %rcx, %r8
mov  %rsi, %rcx
call *%rdi
-   addq $48, %rsp
+   addq $40, %rsp
ret
 
 FUNCTION(efi_wrap_4)
-   subq $48, %rsp
+   subq $40, %rsp
mov %r8, %r9
mov %rcx, %r8
mov %rsi, %rcx
call *%rdi
-   addq $48, %rsp
+   addq $40, %rsp
ret
 
 FUNCTION(efi_wrap_5)
-   subq $48, %rsp
+   subq $40, %rsp
mov %r9, 32(%rsp)
mov %r8, %r9
mov %rcx, %r8
mov %rsi, %rcx
call *%rdi
-   addq $48, %rsp
+   addq $40, %rsp
ret
 
 FUNCTION(efi_wrap_6)
-   subq $64, %rsp
-   mov 64+8(%rsp), %rax
+   subq $56, %rsp
+   mov 56+8(%rsp), %rax
mov %rax, 40(%rsp)
mov %r9, 32(%rsp)
mov %r8, %r9
mov %rcx, %r8
mov %rsi, %rcx
call *%rdi
-   addq $64, %rsp
+   addq $56, %rsp
ret
 
 FUNCTION(efi_wrap_7)
-   subq $96, %rsp
-   mov 96+16(%rsp), %rax
+   subq $88, %rsp
+   mov 88+16(%rsp), %rax
mov %rax, 48(%rsp)
-   mov 96+8(%rsp), %rax
+   mov 88+8(%rsp), %rax
mov %rax, 40(%rsp)
mov %r9, 32(%rsp)
mov %r8, %r9
mov %rcx, %r8
mov %rsi, %rcx
call *%rdi
-   addq $96, %rsp
+   addq $88, %rsp
ret
 
 FUNCTION(efi_wrap_10)
-   subq $96, %rsp
-   mov 96+40(%rsp), %rax
+   subq $88, %rsp
+   mov 88+40(%rsp), %rax
mov %rax, 72(%rsp)
-   mov 96+32(%rsp

commit dbus-1 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2013-11-22 17:38:56

Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-1.new (New)


Package is "dbus-1"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2013-11-04 
09:11:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2013-11-22 
17:38:57.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 20 21:30:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop the dbus-fall-back-to-old-run-directory.patch, and the sed
+  workaround from dbus-1-x11 %post, now that transition from 12.3
+  (/var/run) to 13.1 (/run) is done
+
+---
dbus-1.changes: same change

Old:

  dbus-fall-back-to-old-run-directory.patch



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.SoZXqC/_old  2013-11-22 17:38:58.0 +0100
+++ /var/tmp/diff_new_pack.SoZXqC/_new  2013-11-22 17:38:58.0 +0100
@@ -60,8 +60,6 @@
 Patch0: dbus-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: dbus-do-autolaunch.patch
-# PATCH-FIX-OPENSUSE h...@suse.com bnc#802525 - Avoid clients hanging after 
move to /run
-Patch2: dbus-fall-back-to-old-run-directory.patch
 %bcond_without selinux
 %if %{with selinux}
 BuildRequires:  libselinux-devel
@@ -117,7 +115,6 @@
 %setup -n %{_name}-%{version} -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -210,13 +207,6 @@
 %{stop_on_removal dbus}
 
 %post -n dbus-1
-if [ -e /var/lib/old_run_path ]; then
-# Temporarily override the socket path systemd sees, so the running D-Bus 
process won't be clobbered. This is needed as long
-# upgrade path from 12.3 is supported (bnc#802525)
-mkdir -p /run/systemd/system
-/usr/bin/sed 
's#ListenStream=/run/dbus/system_bus_socket#ListenStream=/var/run/dbus/system_bus_socket#'
 < /usr/lib/systemd/system/dbus.socket > /run/systemd/system/dbus.socket
-rm /var/lib/old_run_path
-fi
 /bin/dbus-uuidgen --ensure
 %{insserv_force_if_yast dbus}
 /sbin/ldconfig

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.SoZXqC/_old  2013-11-22 17:38:58.0 +0100
+++ /var/tmp/diff_new_pack.SoZXqC/_new  2013-11-22 17:38:58.0 +0100
@@ -55,8 +55,6 @@
 Patch0: dbus-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: dbus-do-autolaunch.patch
-# PATCH-FIX-OPENSUSE h...@suse.com bnc#802525 - Avoid clients hanging after 
move to /run
-Patch2: dbus-fall-back-to-old-run-directory.patch
 %bcond_without selinux
 %if %{with selinux}
 BuildRequires:  libselinux-devel
@@ -105,7 +103,6 @@
 %setup -n %{_name}-%{version} -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi

++ dbus-1-x11.spec.in ++
--- /var/tmp/diff_new_pack.SoZXqC/_old  2013-11-22 17:38:58.0 +0100
+++ /var/tmp/diff_new_pack.SoZXqC/_new  2013-11-22 17:38:58.0 +0100
@@ -124,13 +124,6 @@
 %{stop_on_removal dbus}
 
 %post -n dbus-1
-if [ -e /var/lib/old_run_path ]; then
-# Temporarily override the socket path systemd sees, so the running D-Bus 
process won't be clobbered. This is needed as long
-# upgrade path from 12.3 is supported (bnc#802525)
-mkdir -p /run/systemd/system
-/usr/bin/sed 
's#ListenStream=/run/dbus/system_bus_socket#ListenStream=/var/run/dbus/system_bus_socket#'
 < /usr/lib/systemd/system/dbus.socket > /run/systemd/system/dbus.socket
-rm /var/lib/old_run_path
-fi
 /bin/dbus-uuidgen --ensure
 %{insserv_force_if_yast dbus}
 /sbin/ldconfig

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



commit crash for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2013-11-22 17:38:15

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


Package is "crash"

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2013-09-13 
14:45:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2013-11-22 
17:38:17.0 +0100
@@ -1,0 +2,168 @@
+Thu Nov 21 19:47:54 UTC 2013 - dm...@suse.com
+
+- Implementation of 7.0.3 from upstream and patch refresh.
+
+- Fix for the ARM architecture if the backtrace unwind information 
+  cannot be gathered during session initialization.  Without the patch, 
+  the two unwind-related warning messages indicating "WARNING: UNWIND: 
+  failed to gather unwind_table list" and "WARNING: UNWIND: failed to 
+  initialize module unwind tables" are followed by the fatal error 
+  message "crash: cannot hash task_struct entries".
+  (ander...@redhat.com)
+
+- Fix for the "help -[Dn]" dumpfile information display of the GUID EFI
+  table in the header of SADUMP dumpfiles.  Without the patch, only 33 
+  of the 36 bytes in the table are translated.
+  (d.hatay...@jp.fujitsu.com)
+
+- Fix for the determination of the kernel NR_CPUS configurable for
+  Linux 3.8 and later kernels that are configured with CONFIG_SLAB. 
+  Without the patch, the kernel's compiled-in NR_CPUS value was 
+  incorrectly calculated to be the sum of the kernel's NR_CPUS and
+  MAX_NUMNODES configurables.
+  (ander...@redhat.com)
+ 
+- In the next release of makedumpfile, the status field of the 
+  dumpfile header of compressed kdumps will show the compression 
+  type that was utilized.  The "help -[Dn]" output has been updated
+  to display that information.
+  (ander...@redhat.com)
+
+- For kernels configured with CONFIG_SLAB in which an array_cache
+  pointer referenced by a kmem_cache structure is invalid, the
+  individual cache(s) will be marked as invalid.  During session
+  initialization, the message "crash: kmem_cache: : 
+  invalid array_cache pointer" will be displayed, and during runtime, 
+  attempts to access the cache(s) will result in a message indicating 
+  that the cache is "[INVALID/CORRPUTED]".  Without the patch, the 
+  message "crash: unable to initialize kmem slab cache subsystem" is 
+  displayed during session initialization, and run-time commands that 
+  attempt to access the kmem slab cache subsystem fail with the error
+  message "kmem cache slab subsystem not available".
+  (ander...@redhat.com)
+
+- Fix for the "kmem -[sS] " option in Linux 3.6
+  and later kernels configured with CONFIG_SLAB.  Without the patch, 
+  the command fails with the message "kmem: address is not allocated in 
+  slab subsystem: .  This also causes the 
+  "kmem " command to (quietly) fail to determine
+  that the address is a slab object.
+  (ander...@redhat.com)
+
+- Fix for the "bt" command if a kernel __init text address is 
+  encountered.  Without the patch, and depending upon the reallocation
+  of the __init text memory, a bogus framesize may be calculated, or 
+  more likely, in a compressed kdump, a warning message indicating 
+  "bt: page excluded: kernel virtual address:   type: 
+  gdb_readmem_callback" will be displayed following the frame data.
+  (ander...@redhat.com)
+
+- Update for determining whether an S390X PTE contains a swap entry
+  in Linux 3.12 and later kernels.
+  (holz...@linux.vnet.ibm.com)
+
+- Resurrected the translation and display of the page.flags bits by the
+  "kmem -p" command on Linux 2.6.26 and later kernels whose vmlinux 
+  debuginfo data contains either the "pageflags" enumerator or the 
+  "pageflag_names" array of trace_print_flags structures.  If they are
+  not available, just the page.flags value is printed in hexadecimal,
+  as has been done since Linux 2.4.9.
+  (ander...@redhat.com)
+
+- Fix for the "bt" command when used with vmcore files that were
+  created with the recently-introduced "virsh dump --memory-only", 
+  which dumps KVM guests into an ELF vmcore similar to those created 
+  by the kdump facility.  Without the patch, a faulty backtrace for the 
+  panic task may be generated due to the use of incorrect starting 
+  RSP/RIP registers; this happens because (unlike kdump) the 
+  non-panicking cpus are offlined prior to the dumpfile being created,
+  which in turn leads to the use of the wrong NT_PRSTATUS note. 
+  (ander...@redhat.com)
+
+- Fix for the CPU number display on systems with 255 or more cpus
+  during the initial banner, by the "set" command, the "ps" command, 
+  and by all commands that display the per-task header consisting of 
+  the task address, pid, cpu and command name.  Without the patch, for
+  cpu 255, the "sys" command displays "NO_PROC_ID", and

commit cppunit for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package cppunit for openSUSE:Factory checked 
in at 2013-11-22 17:34:40

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


Package is "cppunit"

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.cppunit.new/cppunit.changes 2013-11-22 
17:34:41.0 +0100
@@ -0,0 +1,129 @@
+---
+Thu Nov 14 09:51:33 UTC 2013 - tchva...@suse.com
+
+- Avoid collisions with libcppunit.
+
+---
+Wed Nov 13 09:54:32 UTC 2013 - tchva...@suse.com
+
+- Fix the desktop file placement and help location within it.
+
+---
+Tue Nov 12 09:51:22 UTC 2013 - tchva...@suse.com
+
+- Fix baselibs.conf
+- Run tests and split documentation in own devel-doc subpackage.
+- Remove la file and do not build static lib.
+
+---
+Mon Nov 11 23:59:56 UTC 2013 - tbehr...@suse.com
+
+- Version bump to 1.13.2
+  * report dlopen errors now correctly
+
+---
+Mon Dec 17 18:08:56 UTC 2012 - tchva...@suse.com
+
+- Version bump to 1.13.1
+  * remove unused patches that are incorporated in the build system
+  * cleanup the spec file at least a bit
+
+---
+Fri Nov 23 17:16:53 UTC 2012 - joop.boo...@opensuse.org
+
+- Fixed SLE build replaced make_install makro by 
+  make DESTDIR=\%{buildroot} install
+
+---
+Fri Apr 20 12:03:31 UTC 2012 - joop.boo...@opensuse.org
+
+- Build cppunit 1.12.1
+- Passed  the spec file through spec-cleaner
+
+---
+Thu Feb  9 02:11:29 UTC 2012 - jeng...@medozas.de
+
+- Simply regeneration of autotools scripts
+
+---
+Sun Nov 13 15:12:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Add missing "make" call in %build
+
+---
+Sun Nov 13 09:14:42 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---
+Fri Jun 19 10:35:46 CEST 2009 - co...@novell.com
+
+- disable as-needed for this package as it fails to build with it
+
+---
+Sun Jul 15 08:15:03 CEST 2007 - a...@suse.de
+
+- Use libcppunit-devel to follow lib package name scheme
+
+---
+Wed Jul  4 16:03:35 CEST 2007 - adr...@suse.de
+
+- update to version 0.12.0
+  - minor bugfixes
+  - now generated with doxygen 1.4.7 new 'tabs' style.
+- rename package to follow lib package name scheme
+
+---
+Sun Apr 22 16:18:49 CEST 2007 - dmuel...@suse.de
+
+- don't install devel files as executable
+
+---
+Wed Jan 25 21:35:11 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Fri Aug 12 22:27:17 CEST 2005 - dmuel...@suse.de
+
+- actually apply the quoting patch 
+
+---
+Tue Dec  7 18:53:06 CET 2004 - p...@suse.de
+
+- Fix quoting in AC_DEFUN
+
+---
+Tue Nov 16 17:26:22 CET 2004 - adr...@suse.de
+
+- do not package debug dir
+- translate suse help desktop file
+
+---
+Thu Aug 12 12:24:36 CEST 2004 - r...@suse.de
+
+- added libpng to neededforbuild (for doxygen)
+
+---
+Mon Jul 26 09:35:31 CEST 2004 - adr...@suse.de
+
+- remove unneeded /usr/bin/simple to solve conflicts
+
+---
+Mon Jun 21 10:31:59 CEST 2004 - adr...@suse.de
+
+- update to version 1.10.2
+- add susehelp desktop file
+
+---
+Sat Mar 20 21:19:34 CET 2004 - adr...@suse.de
+
+- remove executable permissions of header files (#36337)
+
+---
+Tue Jul 29 15:52:02 CEST 2003 - adr...@suse.de

commit libapr-util1 for openSUSE:Factory

2013-11-22 Thread h_root
Hello community,

here is the log from the commit of package libapr-util1 for openSUSE:Factory 
checked in at 2013-11-22 10:13:37

Comparing /work/SRC/openSUSE:Factory/libapr-util1 (Old)
 and  /work/SRC/openSUSE:Factory/.libapr-util1.new (New)


Package is "libapr-util1"

Changes:

--- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes
2013-08-28 21:21:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes   
2013-11-22 10:13:38.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 21 15:02:56 UTC 2013 - crrodrig...@opensuse.org
+
+- version 1.5.3
+* Add support to apr_memcache for unix domain sockets.
+*  Add support for Berkeley DB 6.0.
+
+---

Old:

  apr-util-1.5.2.tar.bz2

New:

  apr-util-1.5.3.tar.bz2



Other differences:
--
++ libapr-util1.spec ++
--- /var/tmp/diff_new_pack.mItuBI/_old  2013-11-22 10:13:39.0 +0100
+++ /var/tmp/diff_new_pack.mItuBI/_new  2013-11-22 10:13:39.0 +0100
@@ -92,7 +92,7 @@
 %endif
 #
 Url:http://apr.apache.org/
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:Apache Portable Runtime (APR) Library
 License:Apache-2.0

++ apr-util-1.4.1-testmemcache-initialize-values-array.patch ++
--- /var/tmp/diff_new_pack.mItuBI/_old  2013-11-22 10:13:39.0 +0100
+++ /var/tmp/diff_new_pack.mItuBI/_new  2013-11-22 10:13:39.0 +0100
@@ -1,6 +1,5 @@
-diff -uNrp apr-util-1.4.1.orig/test/testmemcache.c 
apr-util-1.4.1/test/testmemcache.c
 apr-util-1.4.1.orig/test/testmemcache.c2011-11-29 00:21:24.0 
+0100
-+++ apr-util-1.4.1/test/testmemcache.c 2012-02-18 16:24:03.0 +0100
+--- apr-util-1.5.3.orig/test/testmemcache.c
 apr-util-1.5.3/test/testmemcache.c
 @@ -420,7 +420,7 @@ static void test_memcache_multiget(abts_
apr_status_t rv;
apr_memcache_t *memcache;

++ apr-util-1.5.2.tar.bz2 -> apr-util-1.5.3.tar.bz2 ++
 3270 lines of diff (skipped)

++ apr-util-visibility.patch ++
--- /var/tmp/diff_new_pack.mItuBI/_old  2013-11-22 10:13:39.0 +0100
+++ /var/tmp/diff_new_pack.mItuBI/_new  2013-11-22 10:13:39.0 +0100
@@ -1,5 +1,5 @@
 apr-util-1.5.2.orig/include/apu.h.in
-+++ apr-util-1.5.2/include/apu.h.in
+--- apr-util-1.5.3.orig/include/apu.h.in
 apr-util-1.5.3/include/apu.h.in
 @@ -50,14 +50,14 @@
   *
   * @fn APU_DECLARE(rettype) apr_func(args);

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