commit viewvc for openSUSE:11.4

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package viewvc for openSUSE:11.4
checked in at Fri May 20 18:16:23 CEST 2011.




--- old-versions/11.4/all/viewvc/viewvc.changes 2010-12-02 23:47:13.0 
+0100
+++ 11.4/viewvc/viewvc.changes  2011-05-20 17:25:22.0 +0200
@@ -1,0 +2,34 @@
+Tue May 17 23:39:16 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.11 (bnc#694785):
+  * security fix: remove user-reachable override of cvsdb row limit
+  * fix broken standalone.py -c and -d options handling
+  * add --help option to standalone.py
+  * fix stack trace when asked to checkout a directory (issue #478)
+  * improve memory usage and speed of revision log markup (issue #477)
+  * fix broken annotation view in CVS keyword-bearing files (issue #479)
+  * warn users when query results are incomplete (issue #443)
+  * avoid parsing errors on RCS newphrases in the admin section (issue #483)
+  * make rlog parsing code more robust in certain error cases (issue #444)
+
+---
+Tue Mar 15 22:17:29 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.10:
+  * 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision
+info gathering logic
+
+---
+Sat Feb 19 00:42:56 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.9:
+  * vcauth universal access determinations (issue #425)
+  * rework svn revision info cache for performance
+  * make revision log "extra pages" count configurable
+  * fix Subversion 1.4.x revision log compatibility code regression
+  * display sanitized error when authzfile is malformed
+  * handle file:/// Subversion rootpaths as local roots (issue #446)
+  * restore markup of URLs in file contents (issue #455)
+  * optionally display last-committed metadata in roots view (issue #457)
+
+---
@@ -12 +46,2 @@
-  * maintenance release that includes all the bugfixes and enhancements made 
thus far to the 1.1.x line
+  * maintenance release that includes all the bugfixes and enhancements made
+thus far to the 1.1.x line

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/viewvc
Destination is old-versions/11.4/UPDATES/all/viewvc
calling whatdependson for 11.4-i586


Old:

  viewvc-1.1.8.tar.bz2

New:

  viewvc-1.1.11.tar.bz2



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.meMAnl/_old  2011-05-20 18:15:26.0 +0200
+++ /var/tmp/diff_new_pack.meMAnl/_new  2011-05-20 18:15:26.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package viewvc (Version 1.1.8)
+# spec file for package viewvc
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -20,8 +20,8 @@
 
 Name:   viewvc
 BuildRequires:  apache2-devel python-devel
-Version:1.1.8
-Release:1
+Version:1.1.11
+Release:1.
 #
 %defineapxs/usr/sbin/apxs2
 %defineapache_libexecdir   %(%{apxs} -q LIBEXECDIR)

++ viewvc-1.1.8.tar.bz2 -> viewvc-1.1.11.tar.bz2 ++
 2201 lines of diff (skipped)

++ viewvc-buglink.patch ++
--- /var/tmp/diff_new_pack.meMAnl/_old  2011-05-20 18:15:26.0 +0200
+++ /var/tmp/diff_new_pack.meMAnl/_new  2011-05-20 18:15:26.0 +0200
@@ -1,5 +1,5 @@
 conf/viewvc.conf.dist.orig 2010-09-12 03:47:52.0 +0200
-+++ conf/viewvc.conf.dist  2010-09-12 03:48:38.0 +0200
+--- conf/viewvc.conf.dist.orig 2011-02-18 19:28:55.0 +0100
 conf/viewvc.conf.dist  2011-02-19 01:46:36.0 +0100
 @@ -323,6 +323,21 @@
  ##---
  [options]
@@ -22,9 +22,9 @@
  ## root_as_url_component: Interpret the first path component in the URL
  ## after the script location as the root to use.  This is an
  ## alternative to using the "root=" query key. If ViewVC is configured
 lib/viewvc.py.orig 2010-09-12 03:49:13.0 +0200
-+++ lib/viewvc.py  2010-09-12 03:50:28.0 +0200
-@@ -1092,6 +1092,10 @@
+--- lib/viewvc.py.orig 2011-02-18 20:43:26.0 +0100
 lib/viewvc.py  2011-02-19 01:46:36.0 +0100
+@@ -1100,6 +1100,10 @@
  # Matches revision references
  _re_rewrite_svnrevref = re.compile(r'\b(r|rev #?|revision #?)([0-9]+)\b')
  
@@ -35,7 +35,7 @@
  class ViewVCHtmlFormatter:
"""Format a string as HTML-encoded output with customizable markup
rules, for example turning strings that look like URLs into anchor links.
-@@ -1104,6 +1108,19 @@
+@@ -1112,6 +1116,19 @@
def __init__(self):
  self._formatters = []
  
@@ -55,7 +55,7 @@
def format_url(self, mobj, userdata, maxlen=0):
  """Return a 2-tuple containing:
   - the text represented by MatchObject MOBJ, formatted as
-@@ -12

commit viewvc for openSUSE:11.3

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package viewvc for openSUSE:11.3
checked in at Fri May 20 18:15:13 CEST 2011.




--- old-versions/11.3/all/viewvc/viewvc.changes 2010-06-06 22:46:00.0 
+0200
+++ 11.3/viewvc/viewvc.changes  2011-05-20 17:25:22.0 +0200
@@ -1,0 +2,52 @@
+Tue May 17 23:39:16 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.11 (bnc#694785):
+  * security fix: remove user-reachable override of cvsdb row limit
+  * fix broken standalone.py -c and -d options handling
+  * add --help option to standalone.py
+  * fix stack trace when asked to checkout a directory (issue #478)
+  * improve memory usage and speed of revision log markup (issue #477)
+  * fix broken annotation view in CVS keyword-bearing files (issue #479)
+  * warn users when query results are incomplete (issue #443)
+  * avoid parsing errors on RCS newphrases in the admin section (issue #483)
+  * make rlog parsing code more robust in certain error cases (issue #444)
+
+---
+Tue Mar 15 22:17:29 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.10:
+  * 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision
+info gathering logic
+
+---
+Sat Feb 19 00:42:56 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.9:
+  * vcauth universal access determinations (issue #425)
+  * rework svn revision info cache for performance
+  * make revision log "extra pages" count configurable
+  * fix Subversion 1.4.x revision log compatibility code regression
+  * display sanitized error when authzfile is malformed
+  * handle file:/// Subversion rootpaths as local roots (issue #446)
+  * restore markup of URLs in file contents (issue #455)
+  * optionally display last-committed metadata in roots view (issue #457)
+
+---
+Thu Dec  2 22:43:14 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.8:
+  * fix slowness triggered by allow_compress=1 configuration (issue #467)
+  * yield more useful error on directory markup/annotate request (issue #472)
+
+---
+Sat Sep 11 18:55:54 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.1.7:
+  * maintenance release that includes all the bugfixes and enhancements made
+thus far to the 1.1.x line
+  * adds a few features:
++ FastCGI deployment support
++ Basic authentication in the standalone server
++ Subversion revision property display
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/viewvc
Destination is old-versions/11.3/UPDATES/all/viewvc
calling whatdependson for 11.3-i586


Old:

  viewvc-1.1.6.tar.bz2

New:

  viewvc-1.1.11.tar.bz2



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.xRvqLF/_old  2011-05-20 18:10:02.0 +0200
+++ /var/tmp/diff_new_pack.xRvqLF/_new  2011-05-20 18:10:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package viewvc (Version 1.1.6)
+# spec file for package viewvc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 
 Name:   viewvc
 BuildRequires:  apache2-devel python-devel
-Version:1.1.6
-Release:1
+Version:1.1.11
+Release:1.
 #
 %defineapxs/usr/sbin/apxs2
 %defineapache_libexecdir   %(%{apxs} -q LIBEXECDIR)

++ viewvc-1.1.6.tar.bz2 -> viewvc-1.1.11.tar.bz2 ++
 4822 lines of diff (skipped)

++ viewvc-buglink.patch ++
--- /var/tmp/diff_new_pack.xRvqLF/_old  2011-05-20 18:10:03.0 +0200
+++ /var/tmp/diff_new_pack.xRvqLF/_new  2011-05-20 18:10:03.0 +0200
@@ -1,6 +1,6 @@
 conf/viewvc.conf.dist
-+++ conf/viewvc.conf.dist
-@@ -303,6 +303,21 @@
+--- conf/viewvc.conf.dist.orig 2011-02-18 19:28:55.0 +0100
 conf/viewvc.conf.dist  2011-02-19 01:46:36.0 +0100
+@@ -323,6 +323,21 @@
  ##---
  [options]
  
@@ -22,29 +22,20 @@
  ## root_as_url_component: Interpret the first path component in the URL
  ## after the script location as the root to use.  This is an
  ## alternative to using the "root=" query key. If ViewVC is configured
 lib/config.py
-+++ lib/config.py
-@@ -429,6 +429,7 @@
- self.options.dir_pagesize = 0
- self.options.log_pagesize = 0
- self.options.limit_changes = 100
-+self.options.buglink_base = None
- 
- self.te

commit PackageKit for openSUSE:11.4

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package PackageKit for openSUSE:11.4
checked in at Fri May 20 17:25:24 CEST 2011.




--- old-versions/11.4/UPDATES/all/PackageKit/PackageKit.changes 2011-04-29 
13:16:57.0 +0200
+++ 11.4/PackageKit/PackageKit.changes  2011-05-20 10:11:14.0 +0200
@@ -1,0 +2,105 @@
+Fri May 20 10:10:49 CEST 2011 - meiss...@suse.de
+
+- fixed build with older gtk2.
+
+---
+Mon May  9 15:21:17 UTC 2011 - dmacvi...@suse.de
+
+- Add patches:
+  + Add PackageKit backend function name in logging
+(pk_backend_log):
+0001-zypp-log-to-ZYpp-s-log-the-start-of-a-PK-backend-fun.patch
+  + Fix for lost package locks (bnc#690038):
+0002-zypp-fix-deletion-of-package-locks-bnc-690038.patch
+
+---
+Fri May  6 10:38:42 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.6.14:
+  + Lots of nice bugfixes in this release, along with slight
+changes to the SetProxy() and DownloadPackages() D-Bus API. If
+you're using either packagekit-glib or packagekit-qt then
+there's no change required as the libraries have symbol
+fallbacks.
+  + The packageKit-qt2 library has been committed. It is eventually
+aiming to replace packagekit-qt.
+  + New Features:
+- Add a 'store_in_cache' attribute to the DownloadPackages
+  method
+- Automatically cancel running background transactions if a
+  foreground transaction is committed
+- Cancel any background transactions when we get
+  SuggestDaemonQuit
+- Introduce other attributes in the SetProxy() method
+  + Libraries (glib):
+- Add GIR annotations to make PK GIR usable
+- Add header name to GIR and set export package
+  + Libraries (qt):
+- Add storeInCache parameter to downloadPackages to cover new
+  API
+- Fix typo in SearchGroups
+  + Libraries (qt2):
+- New library.
+  + Bugfixes:
+- Fix precedence when assigning strings to a *GStrv
+- Create transaction db properly if it's not exist
+- Do not abort in pk_catalog_init() if PackageKit is not
+  available. Fixes rh#688280
+- Do not allow backends to output duplicate older packages when
+  searching with newest
+- Fix a crash where the error code was pointing to freed
+  memory. Fixes rh#684464
+- Fix a typo in pk_transaction_db_get_proxy
+- Get more proxy info after the new proxy parameters was
+  introduced
+- Honour ACLOCAL_FLAGS in Makefile.am. Fixes fd#35237
+- browser-plugin: Remove deprecated symbols
+- pkcon: add missing {} around if
+- pk-debuginfo-install: fix typo of using PK_FILTER
+- Use the new threadsafe signal handling support in GLib
+- Various docs updates.
+  + Zypp Backend:
+- Check repo file before using it
+- Consider only_trusted option while installing packages
+- Fix memory leak in pk_backend_transaction_start
+- Patch::Content is returned by value. Fixes crash on
+  get-updates (bnc#685831)
+- Reload RpmDB before removing packages
+- Report download speed (bnc#663069)
+- Reset packages status in repo while removing packages
+- Set locale info at the begin of transaction
+- Support proxy_https,proxy_socks,no_proxy
+- Use namespace once to remove the namespace noise.
+- Use output parameters (references) for containers
+  + Non-zypp backends updates (including removal of pacman
+backend).
+- Drop PackageKit-fix-endless-recursion.patch: fixed upstream.
+- Drop PackageKit-fix-build.patch: fixed upstream.
+- Change Requires of "Packagekit = %{version} to Recommends for
+  libpackagekit-glib2-14 and libpackagekit-qt14: a strict Requires
+  like this goes against the goal of the shared library packaging
+  policy. Also, the users of those libraries should gracefully
+  handle the case where the PackageKit daemon is not running or
+  doesn't understand the D-Bus requests.
+- Create libpackagekit-qt2-0 and libpackagekit-qt2-devel subpackage
+  for the new libpackagekit-qt2 library.
+- Remove explicit Requires for packages from various devel
+  subpackages as they will automatically be added the pkgconfig()
+  way:
+  + PackageKit-devel: glib2-devel, NetworkManager-devel,
+sqlite3-devel
+  + libpackagekit-glib2-devel: glib2-devel, NetworkManager-devel,
+sqlite3-devel (as well as PackageKit itself)
+  + libpackagekit-qt-devel: libqt4-devel (as well as PackageKit
+itself)
+- Mark branding-upstream subpackage as noarch.
+- Set BUILD_CNF to 1 as the file search works again. This means the
+  pk-command-not-found utility will be built again.
+
+---
+Thu Apr 28 12:27:43 CEST 2011 - vu...@opensuse.org
+
+- Add PackageKit-fix-build.patch to fix build: do not use some
+  deprecated symbol. Taken from git.
+
+--

commit perl-Params-Validate for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package perl-Params-Validate for 
openSUSE:Factory
checked in at Fri May 20 16:50:47 CEST 2011.




--- perl-Params-Validate/perl-Params-Validate.changes   2010-12-01 
14:52:03.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Params-Validate/perl-Params-Validate.changes  
2011-04-26 09:41:10.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 26 07:37:31 UTC 2011 - vci...@novell.com
+
+- update to 0.98
+- Attribute::Params::Validate's $VERSION regressed in 0.96. 
+  It's now manually set to 1.07.
+
+---
+Thu Apr 21 12:47:54 UTC 2011 - vci...@novell.com
+
+- update to 0.97
+- The XS version of the code always called Carp::confess, regardless of
+  whether you provided your own on_fail callback. Reported by Scott Bolte. RT
+  #66359.
+- There were a couple spots that called eval without localizing $@ first. RT
+  #58087.
+- The parameters for each key validation (can, isa, regex) are now checked,
+  and an error is thrown if any of the keys are not valid. Basically, we
+  validate the validation spec. Based on a patch by Andreas Faafeng. RT
+  #57831.
+- This module now requires Perl 5.8.1.
+- Switched to version 2.0 of the Artistic License.
+
+---

calling whatdependson for head-i586


Old:

  Params-Validate-0.95.tar.bz2

New:

  Params-Validate-0.98.tar.bz2



Other differences:
--
++ perl-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.untGtf/_old  2011-05-20 16:50:28.0 +0200
+++ /var/tmp/diff_new_pack.untGtf/_new  2011-05-20 16:50:28.0 +0200
@@ -21,9 +21,9 @@
 Name:   perl-Params-Validate
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:Validate method/function parameters
-Version:0.95
-Release:6
-License:GPLv2+
+Version:0.98
+Release:1
+License:Artistic 2.0
 Group:  Development/Libraries/Perl
 AutoReqProv:on
 Url:http://search.cpan.org/dist/Params-Validate/

++ Params-Validate-0.95.tar.bz2 -> Params-Validate-0.98.tar.bz2 ++
 8672 lines of diff (skipped)






Remember to have fun...

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



commit ruby for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package ruby for openSUSE:Factory
checked in at Fri May 20 16:42:51 CEST 2011.




--- ruby/ruby.changes   2011-02-22 17:58:56.0 +0100
+++ /mounts/work_src_done/STABLE/ruby/ruby.changes  2011-05-20 
15:27:45.0 +0200
@@ -1,0 +2,13 @@
+Fri May 20 13:26:07 UTC 2011 - mrueck...@suse.de
+
+- drop ruby-1.8.7.p299_webrick_error_page_encoding.patch:
+  we will stick to the upstream charset
+
+---
+Fri Mar 18 13:46:36 UTC 2011 - mrueck...@suse.de
+
+- added ruby-1.8.x_rubylibdir.patch:
+  allows us to also change the path for the stdlib part of the ruby
+  directory tree
+
+---

calling whatdependson for head-i586


Old:

  ruby-1.8.7.p299_webrick_error_page_encoding.patch

New:

  ruby-1.8.x_rubylibdir.patch



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.y5aiW5/_old  2011-05-20 16:40:40.0 +0200
+++ /var/tmp/diff_new_pack.y5aiW5/_new  2011-05-20 16:40:40.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   ruby
 Version:1.8.7.p334
-Release:1
+Release:2
 #
 %define pkg_version 1.8.7
 %define patch_level p334
@@ -70,8 +70,7 @@
 Patch11:ruby-1.8.x_yaml2byte.patch
 Patch12:1887f60a8540f64f5c7bb14d57c0be70506941b8.patch
 Patch13:ruby-1.8.7.p334_remove_zlib_test_params_test.patch
-# need to discuss with sec team which encoding is better
-Patch14:ruby-1.8.7.p299_webrick_error_page_encoding.patch
+Patch14:ruby-1.8.x_rubylibdir.patch
 # vendor ruby files taken from:
 # http://svn.macports.org/repository/macports/trunk/dports/lang/ruby/
 Source3:site-specific.rb
@@ -259,6 +258,7 @@
 %patch11
 %patch12
 %patch13
+%patch14
 %if 0%{?with_bleak_house}
   for patch in valgrind configure gc ; do
 patch -p0 < bleak_house-%{bleak_house_version}/ruby/${patch}.patch
@@ -269,7 +269,7 @@
 old parse.c
 
 %build
-# autoreconf -fi
+autoreconf -fi
 export CFLAGS="%{optflags} -g -fno-strict-aliasing"
 %configure \
 --target=%{_target_platform}   \

++ ruby-1.8.x_rubylibdir.patch ++
Index: configure.in
===
--- configure.in.orig
+++ configure.in
@@ -1757,7 +1757,12 @@ case "$target_os" in
 rubyw_install_name="$RUBYW_INSTALL_NAME"
 ;;
 esac
-RUBY_LIB_PREFIX=`eval echo \\"${libdir}/ruby\\"`
+
+AC_ARG_WITH(rubylibdir,
+   [  --with-rubylibdir=DIR  stdlib libraries in DIR 
[[LIBDIR/ruby]]],
+[rubylibdir=$withval],
+[rubylibdir='${libdir}/ruby'])
+RUBY_LIB_PREFIX=`eval echo \\"${rubylibdir}\\"`
 
 AC_ARG_WITH(sitedir,
[  --with-sitedir=DIR  site libraries in DIR 
[[LIBDIR/ruby/site_ruby]]],





Remember to have fun...

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



commit liblrdf for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package liblrdf for openSUSE:Factory
checked in at Fri May 20 16:30:17 CEST 2011.




--- liblrdf/liblrdf.changes 2009-04-15 18:01:28.0 +0200
+++ /mounts/work_src_done/STABLE/liblrdf/liblrdf.changes2011-05-02 
02:24:33.0 +0200
@@ -1,0 +2,6 @@
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+- Removed self-obsoletes (fix for RPMLINT warning)
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ liblrdf.spec ++
--- /var/tmp/diff_new_pack.opqYzH/_old  2011-05-20 16:29:53.0 +0200
+++ /var/tmp/diff_new_pack.opqYzH/_new  2011-05-20 16:29:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package liblrdf (Version 0.4.0)
+# spec file for package liblrdf
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  ladspa-devel libraptor-devel libxml2-devel pkgconfig
 Summary:A library to Manipulate RDF Files for LADSPA Plug-Ins
 Version:0.4.0
-Release:123
+Release:134
 License:GPL v2 or later
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
@@ -48,7 +48,7 @@
 Group:  System/Libraries
 Summary:A library to Manipulate RDF Files for LADSPA Plug-Ins
 Provides:   %{name} = %{version}
-Obsoletes:  %{name} <= %{version}
+Obsoletes:  %{name} < %{version}
 
 %description -n liblrdf2
 This is a library to make it easy to manipulate RDF files describing

++ baselibs.conf ++
liblrdf2





Remember to have fun...

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



commit liblo for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package liblo for openSUSE:Factory
checked in at Fri May 20 16:29:21 CEST 2011.




--- liblo/liblo.changes 2008-09-12 22:14:37.0 +0200
+++ /mounts/work_src_done/STABLE/liblo/liblo.changes2011-05-02 
02:23:07.0 +0200
@@ -1,0 +2,6 @@
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+- Removed a period at the end of a summary (fix for RPMLINT warning)
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ liblo.spec ++
--- /var/tmp/diff_new_pack.5npArL/_old  2011-05-20 16:29:06.0 +0200
+++ /var/tmp/diff_new_pack.5npArL/_new  2011-05-20 16:29:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package liblo (Version 0.25)
+# spec file for package liblo
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  doxygen pkgconfig
 Summary:Lightweight OSC Implementation
 Version:0.25
-Release:1
+Release:11
 License:GPL v2 or later
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
@@ -41,7 +41,7 @@
 
 %package devel
 License:GPL v2 or later
-Summary:Include Files and Libraries mandatory for Development.
+Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glibc-devel
 

++ baselibs.conf ++
liblo





Remember to have fun...

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



commit go for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package go for openSUSE:Factory
checked in at Fri May 20 16:28:14 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ go/go.changes   2011-05-20 15:40:38.0 +0200
@@ -0,0 +1,162 @@
+---
+Fri May 20 09:51:49 UTC 2011 - sasc...@suse.de
+
+- Disable brp-strip-static-archive also on RHEL and CentOS
+
+---
+Fri May 20 09:31:49 UTC 2011 - sasc...@suse.de
+
+- Fix %go_make_install macro, wrong TARGDIR
+
+---
+Fri May 20 09:25:13 UTC 2011 - sasc...@suse.de
+
+- Update to 20/05/2011 mercurial version
+- Macro %go_arch in macros.go now properly set to correct value
+
+---
+Thu May 19 18:22:16 UTC 2011 - sasc...@gmx.de
+
+- Fix RPM macros, add arm support
+
+---
+Thu May 19 18:11:00 UTC 2011 - sasc...@gmx.de
+
+- Added RPM macros file to simply Go packaging
+- Provide devel-static file in main package
+- Spec file cleanup
+- Remove devel-file-in-non-devel-package rpmlint filter
+- Use proper package versioning scheme (needs reinstall)
+
+---
+Wed May 18 13:48:48 UTC 2011 - sasc...@suse.de
+
+- Disable brp-strip-static-archive on Fedora
+
+---
+Wed May 18 13:09:12 UTC 2011 - sasc...@suse.de
+
+- Re-add STRIP=/bin/true to fix Fedora build
+
+---
+Wed May 18 12:41:25 UTC 2011 - sasc...@suse.de
+
+- Let devel package provide devel-static
+- Fix typo in devel package description
+
+---
+Wed May 18 09:52:17 UTC 2011 - sasc...@suse.de
+
+- Update to 18/05/2011 upstream mercurial release
+- Rebased godoc patch
+- Removed doc/talks/go_talk-20091030.pdf, fixes bnc#686557
+- No chrpath necessary anymore
+- Use fdupes
+- Drop executable-stack rpmlint filter, not needed anymore
+
+---
+Fri Apr 29 18:28:24 UTC 2011 - sasc...@gmx.de
+
+- Update to 29/04/2011 upstream mercurial release
+- Changed RPM variables to macros
+
+---
+Mon Mar 21 15:12:45 UTC 2011 - sasc...@suse.de
+
+- Changed license from BSD to BSD3c
+- Remove pkg_version macro, use %%{version} directly
+- No Requires on %%{release}
+
+---
+Tue Mar  8 18:16:34 UTC 2011 - gra...@andtech.eu
+
+- Update to 07/03/2011 .1 upstream mercurual release
+- Update godoc patch to reflect changes to path package 
+
+---
+Tue Mar  1 13:12:30 UTC 2011 - gra...@andtech.eu
+
+- Update to 24/02/2011 upstream mercurial release 
+
+---
+Wed Feb 16 05:21:20 UTC 2011 - gra...@andtech.eu
+
+- Update to 15/12/2011 upstream mercurial release
+- Remove redundant workarounds from .spec 
+
+---
+Tue Feb  8 16:51:09 UTC 2011 - gra...@andtech.eu
+
+- add go-devel for pkg and cmd source installation, this is
+  intended to support goinstall(once patched).
+- Move goinstall binary to go-devel package and install to
+  %{_sbindir}
+- Change the godoc patch to generate API docs from the source
+  install location of go-devel 
+
+---
+Tue Feb  1 11:31:23 UTC 2011 - gra...@andtech.eu
+
+- Updated to release 20/01/2011
+- run full test suite (without net dependant tests)
+- remove redundant libcgo.so from .spec 
+
+---
+Wed Dec  8 16:26:27 UTC 2010 - sasc...@suse.de
+
+- Updated to 08/12/2010 mercurial version
+
+---
+Thu Dec  2 08:16:35 UTC 2010 - speili...@novell.com
+
+- Updated to 02/12/2010 mercurial version
+
+---
+Tue Nov 16 08:52:36 UTC 2010 - speili...@novell.com
+
+- Updated to 16/11/2010 mercurial version
+
+---
+Tue Nov  9 21:53:50 UTC 2010 - speili...@novell.com
+
+- Updated to 09/11/2010 mercurial version
+
+---
+Mon Nov  8 20:31:07 UTC 2010 - speili...@novell.com
+
+- Simplified spec file
+
+---
+Mon Nov  8 09:36:14 UTC 2010 - speili...@novell.com
+
+- Fixed tarball (no hg history and build files)
+
+--

commit libdiscid for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package libdiscid for openSUSE:Factory
checked in at Fri May 20 16:23:11 CEST 2011.




--- libdiscid/libdiscid.changes 2009-10-07 17:46:33.0 +0200
+++ /mounts/work_src_done/STABLE/libdiscid/libdiscid.changes2011-05-02 
02:13:30.0 +0200
@@ -1,0 +2,7 @@
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+
+- Added 32bit compatibility libraries
+- Fixed spec file line breaks
+- Added BuildRequires:  pkg-config (fix for RPMLINT warning)
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libdiscid.spec ++
--- /var/tmp/diff_new_pack.1YtRv5/_old  2011-05-20 16:22:50.0 +0200
+++ /var/tmp/diff_new_pack.1YtRv5/_new  2011-05-20 16:22:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libdiscid (Version 0.2.1)
+# spec file for package libdiscid
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,10 @@
 Name:   libdiscid
 Url:http://musicbrainz.org/doc/libdiscid
 Version:0.2.1
-Release:2
+Release:12
 License:LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkg-config
 Group:  Development/Libraries/C and C++
 Summary:Library for creating MusicBrainz DiscIDs from audio CDs
 Source: http://users.musicbrainz.org/~matt/%{name}-%{version}.tar.bz2
@@ -45,7 +46,7 @@
 Authors:
 
 Matthias Friedrich 
-Luk�� Lalinsk� 
+Luk� Lalinsk� 
 Robert Kaye 
 
 %package -n libdiscid1
@@ -72,7 +73,7 @@
 Authors:
 
 Matthias Friedrich 
-Luk�� Lalinsk� 
+Luk� Lalinsk� 
 Robert Kaye 
 
 %package devel
@@ -98,7 +99,7 @@
 Authors:
 
 Matthias Friedrich 
-Luk�� Lalinsk� 
+Luk� Lalinsk� 
 Robert Kaye 
 
 %prep

++ baselibs.conf ++
libdiscid1





Remember to have fun...

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



commit gutenprint for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package gutenprint for openSUSE:Factory
checked in at Fri May 20 16:17:05 CEST 2011.




--- gutenprint/gutenprint.changes   2011-04-28 17:25:41.0 +0200
+++ /mounts/work_src_done/STABLE/gutenprint/gutenprint.changes  2011-05-17 
16:01:55.0 +0200
@@ -1,0 +2,13 @@
+Tue May 17 16:00:52 CEST 2011 - jsm...@suse.de
+
+- Upgraded to version 5.2.7:
+  This release features support for many additional Canon inkjets,
+  some Epson inkjets, and some dye sublimation printers,
+  greatly upgraded support for many Epson Stylus Pro printers,
+  and numerous bug fixes.
+  For details see the NEWS file.
+- escputil-send_nulls-void.patch makes send_nulls a void function
+  because nowhere is a return value of send_nulls used
+  to fix a "no-return-in-nonvoid-function escputil.c:683" error.
+
+---

calling whatdependson for head-i586


Old:

  gutenprint-5.2.6.tar.bz2

New:

  escputil-send_nulls-void.patch
  gutenprint-5.2.7.tar.bz2



Other differences:
--
++ gutenprint.spec ++
--- /var/tmp/diff_new_pack.HiotnN/_old  2011-05-20 16:11:41.0 +0200
+++ /var/tmp/diff_new_pack.HiotnN/_new  2011-05-20 16:11:41.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   gutenprint
 Url:http://gutenprint.sourceforge.net
-Version:5.2.6
-Release:8
+Version:5.2.7
+Release:1
 %define gutenprintmajor 5.2
 BuildRequires:  cairo-devel cups-ddk cups-devel
 BuildRequires:  gimp-devel glib2-devel gtk2-devel
@@ -33,9 +33,15 @@
 Requires:   cups >= 1.2.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # URL for Source0:
-# 
http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.6/gutenprint-5.2.6.tar.bz2
+# 
http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.7/gutenprint-5.2.7.tar.bz2
 Source0:gutenprint-%{version}.tar.bz2 
-# Patch100... is for openSUSE/Novell patches which which are not intended for 
upstream:
+# Patch0...Patch9 is for patches from upstream:
+# Patch10...Patch99 is for openSUSE patches which which are intended for 
upstream:
+# Patch10 escputil-send_nulls-void.patch makes send_nulls a void function
+# because nowhere is a return value of send_nulls used in escputil.c
+# to fix a "no-return-in-nonvoid-function escputil.c:683" compiler error:
+Patch10:escputil-send_nulls-void.patch
+# Patch100... is for openSUSE patches which which are not intended for 
upstream:
 
 %description
 The Gutenprint (formerly Gimp-Print) printer drivers for CUPS.
@@ -67,6 +73,10 @@
 %prep
 # Be quiet when unpacking:
 %setup -q
+# Patch10 escputil-send_nulls-void.patch makes send_nulls a void function
+# because nowhere is a return value of send_nulls used in escputil.c
+# to fix a "no-return-in-nonvoid-function escputil.c:683" compiler error:
+%patch10
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fstack-protector -fno-strict-aliasing 
-I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/glib-2.0 
-I%{_libdir}/gtk-2.0/include -I%{_libdir}/glib-2.0/include 
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gimp-2.0" 
./configure \

++ escputil-send_nulls-void.patch ++
--- src/escputil/escputil.c.orig2010-12-11 23:04:07.0 +0100
+++ src/escputil/escputil.c 2011-05-17 15:49:52.0 +0200
@@ -674,7 +674,7 @@ add_resets(int count)
 }
 }
 
-static int
+static void
 send_nulls(int fd)
 {
   char buf[16384];
++ gutenprint-5.2.6.tar.bz2 -> gutenprint-5.2.7.tar.bz2 ++
 493214 lines of diff (skipped)






Remember to have fun...

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



commit getmail for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package getmail for openSUSE:Factory
checked in at Fri May 20 16:00:46 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/getmail/getmail.changes2011-04-10 
12:07:18.0 +0200
@@ -0,0 +1,209 @@
+---
+Sun Apr 10 10:04:53 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 4.20.2:
+  * better IPv6 handling of the "Received:" header
+
+- changes from 4.20.1:
+  * code now ensures that the correct remote address and port are included in
+the "Received:" trace headers generated by getmail; previously, the first
+address found for the server was used even if another address was actually
+used to connect to the server
+
+---
+Wed Jun 30 07:49:48 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 4.20.0:
+  * code was fixed from a bad SVN merge that slipped into 4.18.0, triggering
+exceptions in MDA_external configurations
+
+- changes from 4.19.0:
+  * fixes missing import introduced in 4.18.0
+
+- dropped getmail-4.18.0-global_name.patch, merged upstream (in 4.19.0)
+
+---
+Mon Jun 28 23:01:15 UTC 2010 - l...@linux-schulserver.de
+
+- added getmail-4.18.0-global_name.patch
+
+---
+Sun Jun 27 20:36:27 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 4.18.0:
+  * a broken link in the FAQ was updated
+  * a few extra characters that were problematic (on non-Unix
+systems) were stripped when generating oldmail filenames -- if
+you are upgrading and your current oldmail file contains any of
+the following characters: "\", ";", "[", "]", or "|", then you
+should rename it, replacing runs of one or more of those
+characters with a single "-"
+  * the clarity of the message logged by getmail was improved when
+an external program exits 0 but getmail considers it failed
+because it wrote to stderr
+
+---
+Fri Apr 30 23:05:28 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 4.17.0:
+  * changes how getmail counts messages in an IMAP mailbox
+  * prevents problems where getmail would only see the first 500
+messages in a mailbox with some IMAP servers that return
+oddball responses to SELECT
+
+---
+Wed Jan  6 15:24:58 UTC 2010 - pascal.ble...@opensuse.org
+
+- split most documentation into a -doc subpackage
+
+- update to 4.16.0:
+  * an additional fix was made for an IMAP server that offers a
+message it then fails to return -- this allows getmail to
+continue with the next message
+
+- changes from 4.15.0:
+  * default port for MultidropIMAPSSLRetriever was incorrect
+
+---
+Tue Nov 24 13:40:41 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 4.14.0:
+  * additional cases where IMAP (and for good measure, POP3)
+servers are broken and offer a message that it then fails
+to return were fixed
+
+---
+Wed Oct 14 18:58:15 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 4.13.0:
+  *  fix new log message not having trailing newline
+
+---
+Thu Oct  8 14:29:18 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 4.12.0:
+  * handles MS Exchange failure to deliver messages gracefully
+  * documentation updates regarding a Python IMAP memory bug
+
+- changes from 4.11.0:
+  * fixed --dump not generating any output for rc files containing
+the "verbose = 0" option
+  * fixed a copy-and-paste error in the documentation of
+MultiSorter destination
+
+- changes from 4.10.0:
+  * add option "message_log_verbose", defaulting to false:
+if true, the message_log file (and syslog, if used) will
+contain a little more information than the default of just
+messages retrieved
+
+- changes from 4.9.0:
+  * adds Kerberos authentication support for IMAP servers
+  * eliminates a deprecation warning from Python 2.6
+
+- changes from 4.8.4:
+  * adds missing fsync() in the updatefile close method to ensure
+that data actually hits the disk before the rename takes place;
+makes writing of the oldmail file more resilient to system
+crashes
+
+- changes from 4.8.3:
+  * improved information is sent to the log file about messages
+not retrieved
+
+- changes from 4.8.2:
+  * for IMAP retrievers, message state is kept around for 30 days
+even if the corresponding message isn't seen; this allows
+users to have multiple rc files with different IMAP folders to
+retrieve from without losing their "seen" mail state f

commit exmh for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package exmh for openSUSE:Factory
checked in at Fri May 20 15:53:11 CEST 2011.




--- exmh/exmh.changes   2008-03-12 19:45:44.0 +0100
+++ /mounts/work_src_done/STABLE/exmh/exmh.changes  2011-05-20 
15:04:42.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 14:46:44 UTC 2011 - m...@novell.com
+
+- Rename exmh's lassign proc to prevent it from overwriting the
+  Tcl8.5 builtin lassign command (exmh-lassign.patch, bnc#684968).
+
+---

calling whatdependson for head-i586


New:

  exmh-lassign.patch



Other differences:
--
++ exmh.spec ++
--- /var/tmp/diff_new_pack.eIJpcg/_old  2011-05-20 15:51:02.0 +0200
+++ /var/tmp/diff_new_pack.eIJpcg/_new  2011-05-20 15:51:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package exmh (Version 2.7.2)
+# spec file for package exmh
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  tcl
 Summary:Front-End for nmh Written in tcl/tk
 Version:2.7.2
-Release:139
+Release:150
 BuildArch:  noarch
 Requires:   nmh, metamail, expect
 License:X11/MIT
@@ -31,6 +31,7 @@
 Url:http://beedub.com/exmh/
 Patch0: %{name}-2.7-conf.patch
 Patch1: %name-expectk.patch
+Patch2: exmh-lassign.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +53,7 @@
 done
 %patch0
 %patch1
+%patch2
 
 %build
 echo 'auto_mkindex ./lib *.tcl' | tclsh

++ exmh-2.7-conf.patch ++
--- /var/tmp/diff_new_pack.eIJpcg/_old  2011-05-20 15:51:02.0 +0200
+++ /var/tmp/diff_new_pack.eIJpcg/_new  2011-05-20 15:51:02.0 +0200
@@ -1,4 +1,6 @@
 exmh
+Index: exmh
+===
+--- exmh.orig
 +++ exmh
 @@ -1,4 +1,4 @@
 -#!wish -f
@@ -41,7 +43,9 @@
  #END CONFIGURATION
  
  package require Tk
 exmh-async
+Index: exmh-async
+===
+--- exmh-async.orig
 +++ exmh-async
 @@ -1,4 +1,4 @@
 -#!wish -f
@@ -49,7 +53,9 @@
  #
  # async editor frontend for exmh
  # Arg1: invoking interpreter's name (from [winfo name .])
 exmh-bg
+Index: exmh-bg
+===
+--- exmh-bg.orig
 +++ exmh-bg
 @@ -1,4 +1,4 @@
 -#!wish -f
@@ -92,7 +98,9 @@
  #END CONFIGURATION
  
  package require Tk
 exmh-strip
+Index: exmh-strip
+===
+--- exmh-strip.orig
 +++ exmh-strip
 @@ -1,5 +1,4 @@
 -#!wish
@@ -101,7 +109,7 @@
  #
  # Utility to strip out attachments from MIME messages.
  # They are replaced with references to the external files.
-@@ -41,6 +41,34 @@
+@@ -50,6 +49,34 @@ if {0} {
  # any specification.
  
  #CONFIGURATION
@@ -136,7 +144,9 @@
  #END CONFIGURATION
  
  if {[catch {wm withdraw .}]} {
 ftp.expect
+Index: ftp.expect
+===
+--- ftp.expect.orig
 +++ ftp.expect
 @@ -1,6 +1,6 @@
  #!/bin/sh

++ exmh-lassign.patch ++
Index: lib/html.tcl
===
--- lib/html.tcl
+++ lib/html.tcl
@@ -209,7 +209,7 @@ proc Html_Stop {win} {
 }
 proc HtmlHit {win x y} {
 upvar #0 HM$win var
-lassign {href name} [UrlGetLink $win $x $y]
+exmh_lassign {href name} [UrlGetLink $win $x $y]
 UrlResolve $var(S_url) href
 URI_StartViewer $href
 }
Index: lib/html_formtag.tcl
===
--- lib/html_formtag.tcl
+++ lib/html_formtag.tcl
@@ -690,7 +690,7 @@ proc FormIterate {win formVar callback}
 upvar #0 HM[Window_GetMaster $win] var $formVar form
 foreach w [array names form widgets,*] {
 regsub ^widgets, $w {} w
-   lassign {htag param} $form(widgets,$w)
+   exmh_lassign {htag param} $form(widgets,$w)
if {"$htag" == "input"} {
set type text
HMextract_param $param type
Index: lib/html_get_http.tcl
===
--- lib/html_get_http.tcl
+++ lib/html_get_http.tcl
@@ -155,7 +155,7 @@ proc Http_poke {} {
 }
 if {$protocol == "http"} {
# Callback to determine if a proxy is necessary
-   lassign {proxy pport} [Http_Proxy $host]
+   exmh_lassign {proxy pport} [Http_Proxy $host]
if [catch {
if [string length $proxy] {
set sock [HttpConnect $proxy $pport $data(protocol) $url]
Index: lib/html_links.tcl
===

commit zypper for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package zypper for openSUSE:Factory
checked in at Fri May 20 15:48:04 CEST 2011.




--- zypper/zypper.changes   2011-01-17 13:13:01.0 +0100
+++ /mounts/work_src_done/STABLE/zypper/zypper.changes  2011-05-19 
17:19:05.0 +0200
@@ -1,0 +2,71 @@
+Thu May 19 14:51:47 CEST 2011 - dheid...@suse.de
+
+- don't install prompt.h - use "zypper --promptids" instead
+  (bnc#637352)
+- 1.6.5
+
+---
+Wed May 18 10:28:13 CEST 2011 - dheid...@suse.de
+
+- print warning when searching in disabled repo (bnc#661976)
+- 1.6.4
+
+---
+Fri May 13 11:38:30 CEST 2011 - m...@suse.de
+
+- fix get_installed_providers by capability not to use selectables 
+  (bnc#693576)
+- 1.6.3
+
+---
+Thu May 05 15:06:22 CEST 2011 - dheid...@suse.de
+
+- add option to set/change gpgcheck flag for repos (bnc#524787)
+- 1.6.2
+
+---
+Thu Apr 26 17:27:15 CEST 2011 - dheid...@suse.de
+
+- suppress success message, when adding lock failed (bnc#539159)
+- 1.6.1
+
+---
+Mon Apr 18 08:27:15 UTC 2011 - dmacvi...@suse.de
+
+- fate#312127 list patches until certain date only
+
+---
+Fri Apr 15 21:50:24 CEST 2011 - m...@suse.de
+
+- Fix list-patches/updates xml output to include architecture and 
+  patch status information (bnc#687529)
+- Fix search xml output to actually write xml. (bnc#687529)
+- 1.5.8
+
+---
+Thu Apr 12 16:39:34 CET 2011 - dheid...@suse.de
+
+- use old repo cache when refresh failed for non-root users
+  (see bnc#683509)
+- 1.5.7
+
+---
+Mon Apr 11 16:48:34 CET 2011 - dheid...@suse.de
+
+- detect terminal linebreak when printing status (bnc#304282)
+- 1.5.6
+
+---
+Thu Apr 07 14:40:34 CET 2011 - dheid...@suse.de
+
+- zypper patch/lp category filter (fate#310085)
+- 1.5.5
+
+---
+Fri Mar 18 13:14:34 UTC 2011 - dmacvi...@suse.de
+
+- zypper -n display license interactively (bnc#660001)
+  Patch by Bernhard Wiedemann 
+- 1.5.4
+
+---

calling whatdependson for head-i586


Old:

  zypper-1.5.3.tar.bz2

New:

  zypper-1.6.5.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.jQSeis/_old  2011-05-20 15:47:15.0 +0200
+++ /var/tmp/diff_new_pack.jQSeis/_new  2011-05-20 15:47:15.0 +0200
@@ -36,7 +36,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Command line software manager using libzypp
-Version:1.5.3
+Version:1.6.5
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -125,8 +125,6 @@
 %{_datadir}/zypper/zypper.aug
 %dir %{_datadir}/zypper/xml
 %{_datadir}/zypper/xml/xmlout.rnc
-%dir %{_includedir}/zypper
-%{_includedir}/zypper/prompt.h
 %doc %{_mandir}/*/*
 %doc %dir %{_datadir}/doc/packages/zypper
 %doc %{_datadir}/doc/packages/zypper/TODO

++ zypper-1.5.3.tar.bz2 -> zypper-1.6.5.tar.bz2 ++
zypper/zypper-1.5.3.tar.bz2 
/mounts/work_src_done/STABLE/zypper/zypper-1.6.5.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit vde2 for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package vde2 for openSUSE:Factory
checked in at Fri May 20 15:36:01 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/vde2/vde2.changes  2011-05-19 
17:06:14.0 +0200
@@ -0,0 +1,16 @@
+---
+Thu May 19 15:04:48 UTC 2011 - and...@opensuse.org
+
+- split out slirpvde to fix legal issues in bug bnc694822 
+- fixed descriptions on libraries subpackages
+
+---
+Mon May  9 08:00:57 UTC 2011 - and...@opensuse.org
+
+- clean up spec file, split out libraries and cryptcab package 
+
+---
+Sun May  8 22:36:57 UTC 2011 - and...@opensuse.org
+
+- New package 
+

calling whatdependson for head-i586


New:

  README.SUSE
  vde2-2.3.1.tar.bz2
  vde2.changes
  vde2.spec



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

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

# norootforbuild


Name:   vde2
Version:2.3.1
Release:1
License:GPLv2
Summary:Virtual Distributed Ethernet
Url:http://vde.sourceforge.net/
Group:  Productivity/Networking/Other
Source0:%name-%version.tar.bz2
Source1:README.SUSE
BuildRequires:  gcc-c++ libopenssl-devel libpcap-devel
BuildRequires:  pkg-config
Recommends: %name-cryptcab = %version
Recommends: %name-slirp = %version
Recommends: qemu kvm 
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
VDE is a virtual network that can be spawned over a set of physical
computer over the Internet

VDE connects together:
  (1) real GNU-linux boxes (tuntap)
  (2) virtual machines: UML-User Mode Linux, qemu, bochs, MPS.

VDE can be used:
  (i) to create a general purpose tunnel (every protocol that runs
on a Ethernet can be put into the tunnel)
  (ii) to connect a set of virtual machine to the Internet with no
need of free access of tuntap
  (iii) to support mobility: a VDE can stay interconnected despite
of the change of virtual cables, i.e. the change of IP addresses
and interface in the real world

%package cryptcab

Summary:VDE ecryption module
Group:  Productivity/Networking/Other

%description cryptcab
This package contains CryptCab, which can be used
to send encrypted data over an UDP link.

%package slirp
Summary:VDE ecryption module
Group:  Productivity/Networking/Other
License:BSD-4-Clause;MIT

%description slirp
slirpvde is a slirp interface for a VDE network.
Slirpvde  connects  all  the units (virtual or real machines) to the network
of the host where slirpvde runs as it were a NAT/Masquerading router. 
The default route is the node 2 (10.0.2.2 in the default  network  
configuration)
and DNS is re-mapped in node 3 (10.0.2.3).

Slirpvde  runs  using  standard user privileges (no need for root access):
all the connections are re-generated by slirpvde itself.

IPv4 only. IPv6 is still unsupported (will be supported when slirpvde
will be rewritten using the  LWIPv6  network stack).

%package -n libvdehist0

Summary:VDE history library
Group:  Development/Languages/C and C++

%description -n libvdehist0
This package contains VDE history library
A library to manage history and command completion for vde mgmt protocol

%package -n libvdemgmt0

Summary:VDE management library
Group:  Development/Languages/C and C++

%description -n libvdemgmt0
This package contains a library to interact with vde_switch
management console using pre-made unattended scripts. 

%package -n libvdeplug3

Summary:VDE plug library
Group:  Development/Languages/C and C++

%description -n libvdeplug3
This package contains a library that makes programs able to connect
to a local VDE switch. The simplest one is vde_plug, contained in the vde2 
package.

%package -n libvdesnmp0

Summary:VDE snmp library
Group:  Development/Languages/C and C++

%description -n libvdesnmp0
This package contains VDE snmp library
SNMP library for Virtual Distr

commit capisuite for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package capisuite for openSUSE:Factory
checked in at Fri May 20 15:26:26 CEST 2011.




--- capisuite/capisuite.changes 2009-06-19 10:59:52.0 +0200
+++ /mounts/work_src_done/STABLE/capisuite/capisuite.changes2011-05-19 
22:13:32.0 +0200
@@ -1,0 +2,7 @@
+Thu May 3 10:10:11 UTC 2011 - idoen...@novell.com
+
+- Cleanup the package
+- Add capisuite-0.4.5-linkorder.patch to fix link order which lets
+  us enable as-needed support. 
+
+---

calling whatdependson for head-i586


New:

  capisuite-0.4.5-linkorder.patch



Other differences:
--
++ capisuite.spec ++
--- /var/tmp/diff_new_pack.zYhJVo/_old  2011-05-20 15:24:09.0 +0200
+++ /var/tmp/diff_new_pack.zYhJVo/_new  2011-05-20 15:24:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package capisuite (Version 0.4.5)
+# spec file for package capisuite
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   capisuite
-BuildRequires:  capi4linux capi4linux-devel gcc-c++ libtiff-devel 
libxml2-devel python-devel sfftobmp
-License:GPL v2 or later
-Group:  Hardware/ISDN
-AutoReqProv:on
 Version:0.4.5
-Release:242
-%define pyver %(python -c 'import sys; print sys.version[:3]')
-Requires:   sfftobmp sox tiff ghostscript-library python >= %pyver, python 
< %{pyver}.99
+Release:252
+License:GPLv2+
 Summary:ISDN Telecommunication Suite Providing Fax and Voice Services
+Url:http://www.capisuite.de
+Group:  Hardware/ISDN
 Source0:capisuite-%{version}.tar.bz2
 Patch0: capisuite-%{version}-capi4linux_v3.diff
 Patch1: capisuite-%{version}-python-v2.5.diff
@@ -36,9 +32,22 @@
 Patch4: capisuite-%{version}-gcc43.diff
 Patch5: capisuite-%{version}-sox.diff
 Patch6: capisuite-%{version}-python-v2.6.diff
-Url:http://www.capisuite.de
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM capisuite-0.4.5-linkorder.path idoen...@suse.de -- Fix 
library link order
+Patch7: capisuite-%{version}-linkorder.patch
+BuildRequires:  capi4linux
+BuildRequires:  capi4linux-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  python-devel
+BuildRequires:  sfftobmp
 PreReq: %insserv_prereq
+%py_requires
+Requires:   ghostscript-library
+Requires:   sfftobmp
+Requires:   sox
+Requires:   tiff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 CapiSuite is an ISDN telecommunication suite providing easy to use
@@ -50,12 +59,6 @@
 handling and fax sending. See /usr/share/doc/packages/capisuite for
 further information.
 
-
-
-Authors:
-
-Gernot Hillier
-
 %prep
 %setup -q
 %patch0 -p1
@@ -65,29 +68,25 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-aclocal
-autoheader
-autoconf
-./configure --prefix=/usr --mandir=%{_mandir} --sysconfdir=/etc 
--localstatedir=/var --with-docdir=%{_defaultdocdir}/capisuite 
-make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
+autoreconf -fi
+%configure --with-docdir=%{_defaultdocdir}/capisuite
+make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
-mkdir -p $RPM_BUILD_ROOT/etc/cron.daily
-install -m 644 cronjob.conf $RPM_BUILD_ROOT/etc/capisuite/cronjob.conf
-install -m 755 rc.capisuite $RPM_BUILD_ROOT/etc/init.d/capisuite
-install -m 755 capisuite.cron $RPM_BUILD_ROOT/etc/cron.daily/suse-capisuite
-ln -sf ../../etc/init.d/capisuite $RPM_BUILD_ROOT/usr/sbin/rccapisuite
+%makeinstall
+mkdir -p %{buildroot}%{_sysconfdir}/init.d
+mkdir -p %{buildroot}%{_prefix}/sbin
+mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
+install -m 644 cronjob.conf %{buildroot}%{_sysconfdir}/capisuite/cronjob.conf
+install -m 755 rc.capisuite %{buildroot}%{_initddir}/capisuite
+install -m 755 capisuite.cron 
%{buildroot}%{_sysconfdir}/cron.daily/suse-capisuite
+ln -sf ../../etc/init.d/capisuite %{buildroot}%{_sbindir}/rccapisuite
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %preun
 %{stop_on_removal capisuite}
@@ -98,25 +97,25 @@
 
 %files
 %defattr(-,root,root)
-%dir /etc/capisuite
-%config /etc/capisuite/cronjob

commit courier-imap for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package courier-imap for openSUSE:Factory
checked in at Fri May 20 15:24:01 CEST 2011.




--- courier-imap/courier-imap.changes   2010-10-11 14:59:01.0 +0200
+++ /mounts/work_src_done/STABLE/courier-imap/courier-imap.changes  
2011-05-01 22:47:08.0 +0200
@@ -1,0 +2,13 @@
+Sun May  1 20:46:37 UTC 2011 - ch...@computersalat.de
+
+- update to 4.9.1
+  * tcpd/libcouriertls.c (tls_create): Remove SSLv2_method().
+(tls_create): Remove "!SSLv2" from the default TLS_CIPHER_LIST.
+  * mkimapdcert.in (prefix): Create imapd.pem with 600 perms.
+  * mkpop3dcert.in (prefix): Create pop3d.pem with 600 perms.
+- for more info please see Changelog file
+- fix License
+  o GPLv2+ -> GPLv3
+- fix path to ChangeLog file
+
+---

calling whatdependson for head-i586


Old:

  courier-imap-4.8.1.tar.bz2

New:

  courier-imap-4.9.1.tar.bz2



Other differences:
--
++ courier-imap.spec ++
--- /var/tmp/diff_new_pack.zipwU4/_old  2011-05-20 15:18:31.0 +0200
+++ /var/tmp/diff_new_pack.zipwU4/_new  2011-05-20 15:18:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package courier-imap (Version 4.8.1)
+# spec file for package courier-imap
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 
 Name:   courier-imap
 Summary:An IMAP and POP3 Server for Maildir MTAs
-Version:4.8.1
+Version:4.9.1
 Release:1
-License:GPLv2+
+License:GPLv3
 Group:  Productivity/Networking/Email/Servers
 Url:http://www.courier-mta.org/imap/
 Source: %{name}-%{version}.tar.bz2
@@ -96,7 +96,7 @@
--with-certdb=%{_sysconfdir}/ssl/certs \
--with-certsdir=%{_sysconfdir}/ssl/private \
--enable-workarounds-for-imap-client-bugs
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{_smp_mflags}
 
 %install
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
@@ -176,7 +176,7 @@
 
 %files
 %defattr(-,root,root,755)
-%doc AUTHORS ChangeLog COPYING* imap/BUGS README README.imap 
README.maildirquota README.proxy
+%doc AUTHORS imap/ChangeLog COPYING* imap/BUGS README README.imap 
README.maildirquota README.proxy
 %doc README.sharedfolders
 %attr(755,root,root) /etc/init.d/courier-*
 %config %attr(644,root,root) /etc/pam.d/imap

++ courier-imap-4.8.1.tar.bz2 -> courier-imap-4.9.1.tar.bz2 ++
 333094 lines of diff (skipped)






Remember to have fun...

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



commit rsyslog for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory
checked in at Fri May 20 15:18:23 CEST 2011.




--- rsyslog/rsyslog.changes 2011-04-29 14:07:25.0 +0200
+++ /mounts/work_src_done/STABLE/rsyslog/rsyslog.changes2011-05-19 
17:48:35.0 +0200
@@ -1,0 +2,52 @@
+Thu May 19 15:43:28 UTC 2011 - mrueck...@suse.de
+
+- update to 5.8.1
+  - bugfix: invalid processing in QUEUE_FULL condition If the the
+multi-submit interface was used and a QUEUE_FULL condition
+occured, the failed message was properly destructed. However,
+the rest of the input batch, if it existed, was not processed.
+So this lead to potential loss of messages and a memory leak.
+The potential loss of messages was IMHO minor, because they
+would have been dropped in most cases due to the queue
+remaining full, but very few lucky ones from the batch may have
+made it. Anyhow, this has now been changed so that the rest of
+the batch is properly tried to be enqueued and, if not
+possible, destructed.
+  - new module mmsnmptrapd, a sample message modification module
+This can be useful to reformat snmptrapd messages and also
+serves as a sample for how to write message modification
+modules using the output module interface. Note that we
+introduced this new functionality directly into the stable
+release, as it does not modify the core and as such cannot have
+any side-effects if it is not used (and thus the risk is solely
+on users requiring that functionality).
+  - bugfix: rate-limiting inside imuxsock did not work 100% correct
+reason was that a global config variable was invalidly accessed
+where a listener variable should have been used.  Also
+performance-improved the case when rate limiting is turned off
+(this is a very unintrusive change, thus done directly to the
+stable version).
+  - bugfix: $myhostname not available in RainerScript (and no error
+message) closes:
+http://bugzilla.adiscon.com/show_bug.cgi?id=233
+  - bugfix: memory and file descriptor leak in stream processing
+Leaks could occur under some circumstances if the file stream
+handler errored out during the open call. Among others, this
+could cause very big memory leaks if there were a problem with
+unreadable disk queue files. In regard to the memory leak, this
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=256
+  - bugfix: doc for impstats had wrong config statements also,
+config statements were named a bit inconsistent, resolved that
+problem by introducing an alias and only documenting the
+consistent statements Thanks to Marcin for bringing up this
+problem.
+  - bugfix: IPv6-address could not be specified in omrelp this was
+due to improper parsing of ":" closes:
+http://bugzilla.adiscon.com/show_bug.cgi?id=250
+  - bugfix: TCP connection invalidly aborted when messages needed
+to be discarded (due to QUEUE_FULL or similar problem)
+  - bugfix: $LocalHostName was not honored under all circumstances
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=258
+  - bugfix(minor): improper template function call in syslogd.c
+
+---

calling whatdependson for head-i586


Old:

  rsyslog-5.8.0.tar.bz2

New:

  rsyslog-5.8.1.tar.bz2



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.QlBgrV/_old  2011-05-20 15:18:01.0 +0200
+++ /var/tmp/diff_new_pack.QlBgrV/_new  2011-05-20 15:18:01.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
-Version:5.8.0
-Release:4
+Version:5.8.1
+Release:1
 # for setting those bcond_with* configs see
 # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
 %if 0%{?suse_version} >= 1140
@@ -44,7 +44,7 @@
 %bcond_without  mysql
 %bcond_without  pgsql
 %bcond_without  snmp
-%define upstream_version5.8.0
+%define upstream_version%{version}
 %define _sbindir/sbin
 %define rsyslogdocdir   %{_docdir}/%{name}
 %define additional_sockets  
%{_localstatedir}/run/rsyslog/additional-log-sockets.conf

++ rsyslog-5.8.0.tar.bz2 -> rsyslog-5.8.1.tar.bz2 ++
 12231 lines of diff (skipped)






Remember to have fun...

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



commit giggle for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package giggle for openSUSE:Factory
checked in at Fri May 20 15:17:41 CEST 2011.




--- giggle/giggle.changes   2011-02-14 17:50:43.0 +0100
+++ /mounts/work_src_done/STABLE/giggle/giggle.changes  2011-04-28 
12:59:46.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 28 12:58:47 CEST 2011 - vu...@opensuse.org
+
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: evolution-data-server-devel, gtk2-devel,
+gtksourceview-devel, vte-devel.
+  + New ones: glib-2.0, gtk+-2.0, gtksourceview-2.0, libebook-1.2,
+vte.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ giggle.spec ++
--- /var/tmp/diff_new_pack.m2P8OD/_old  2011-05-20 15:17:20.0 +0200
+++ /var/tmp/diff_new_pack.m2P8OD/_new  2011-05-20 15:17:20.0 +0200
@@ -19,20 +19,21 @@
 
 Name:   giggle
 Version:0.5
-Release:7
+Release:8
 License:GPLv2+
 Summary:A graphical frontend for git
 Url:http://live.gnome.org/giggle
 Group:  Development/Tools/Version Control
 Source: 
http://ftp.gnome.org/pub/GNOME/sources/giggle/0.4/%{name}-%{version}.tar.bz2
-BuildRequires:  evolution-data-server-devel
 BuildRequires:  git-core >= 1.5
-BuildRequires:  gtk2-devel
-BuildRequires:  gtksourceview-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  vte-devel
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(libebook-1.2)
+BuildRequires:  pkgconfig(vte)
 Recommends: %{name}-lang
 Requires:   git-core >= 1.5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit gobby for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package gobby for openSUSE:Factory
checked in at Fri May 20 15:17:13 CEST 2011.




--- GNOME/gobby/gobby.changes   2011-02-12 20:25:28.0 +0100
+++ /mounts/work_src_done/STABLE/gobby/gobby.changes2011-04-27 
15:50:00.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 26 15:49:41 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.4.94:
+  + Show cursors and selections of remote users in the own viewport
+and scrollbar
+  + Add a "Disconnect from Server" option to the context menu
+  + When double-clicking a user in the user list jump to its
+current cursor position
+  + Allow gobby to be built against GTK+ 3
+  + Fixed a bug which prevented "Save All" from working.
+- Replace gtksourceview-devel BuildRequires with
+  pkgconfig(gtksourceview-2.0).
+- Drop gobby-fix-finddialog-voidreturn.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  gobby-0.4.93.tar.bz2
  gobby-fix-finddialog-voidreturn.patch

New:

  gobby-0.4.94.tar.bz2



Other differences:
--
++ gobby.spec ++
--- /var/tmp/diff_new_pack.JcfcRk/_old  2011-05-20 15:14:15.0 +0200
+++ /var/tmp/diff_new_pack.JcfcRk/_new  2011-05-20 15:14:15.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  glibmm2-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtkmm2-devel
-BuildRequires:  gtksourceview-devel
+BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  intltool
 BuildRequires:  libxml++-devel
 BuildRequires:  libinfinity-devel >= 0.3.0
@@ -35,12 +35,10 @@
 BuildRequires:  gnome-themes
 License:GPLv2 ; GPLv2+
 Group:  Productivity/Editors/Other
-Version:0.4.93
-Release:8
+Version:0.4.94
+Release:1
 Summary:Gobby collaborative editor (Infinote protocol)
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gobby-fix-finddialog-voidreturn.patch -- nov...@mirell.de
-Patch1: gobby-fix-finddialog-voidreturn.patch
 Url:http://gobby.0x539.de/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
@@ -64,7 +62,6 @@
 %lang_package
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \

++ gobby-0.4.93.tar.bz2 -> gobby-0.4.94.tar.bz2 ++
 22230 lines of diff (skipped)






Remember to have fun...

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



commit nano for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package nano for openSUSE:Factory
checked in at Fri May 20 15:14:03 CEST 2011.




--- nano/nano.changes   2011-02-27 15:30:57.0 +0100
+++ /mounts/work_src_done/STABLE/nano/nano.changes  2011-05-11 
19:30:40.0 +0200
@@ -1,0 +2,11 @@
+Wed May 11 17:21:21 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 2.3.1:
+  * Some fixes for the new libmagic code.
+  * Fix for improper character counts when using auto-indent.
+  * New syntax highlighting definitions for RPM spec and lua files.
+- Spec file updates:
+  * Simplified License: to GPLv3+ which is the main license.
+- Removed nano-no-build-date.patch and added a fix inside the spec file.
+
+---

calling whatdependson for head-i586


Old:

  nano-2.3.0.tar.bz2
  nano-no-build-date.patch

New:

  nano-2.3.1.tar.bz2



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.tvrM5O/_old  2011-05-20 15:12:43.0 +0200
+++ /var/tmp/diff_new_pack.tvrM5O/_new  2011-05-20 15:12:43.0 +0200
@@ -19,17 +19,15 @@
 
 
 Name:   nano
-Version:2.3.0
+Version:2.3.1
 Release:1
 Summary:Pico Editor Clone with Enhancements
 
-License:GPLv3+ and (GFDL or GPLv3+)
+License:GPLv3+
 Url:http://www.nano-editor.org/
 Group:  Productivity/Editors/Other
 # http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
 Source0:%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE no-build-date.patch cristian.rodrig...@opensuse.org -- Do 
not provide build dates in binaries
-Patch0: nano-no-build-date.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  file-devel
@@ -42,24 +40,15 @@
 GNU nano is a small and friendly text editor. It aims to emulate the
 Pico text editor while also offering a few enhancements.
 
-
-
-Authors:
-
-Chris Allegretta 
-David Lawrence Ramsey  
-Jordi Mallach 
-Adam Rogoyski 
-Robert Siemborski 
-Rocco Corsi 
-David Benbennick 
-Mike Frysinger 
-
-
 %lang_package
 %prep
 %setup -q
-%patch0
+
+# Remove build time references so build-compare can do its work
+FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
+sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/nano.c
+sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/nano.c
 
 %build
 %configure --disable-rpath --enable-utf8

++ nano-2.3.0.tar.bz2 -> nano-2.3.1.tar.bz2 ++
 3708 lines of diff (skipped)






Remember to have fun...

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



commit rpmlint for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Fri May 20 15:12:33 CEST 2011.




--- rpmlint/rpmlint.changes 2011-05-17 12:42:52.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-05-20 
10:04:51.0 +0200
@@ -1,0 +2,11 @@
+Fri May 20 10:04:36 CEST 2011 - dmuel...@suse.de
+
+- update legacy filter in shlib policy checker
+
+---
+Thu May 19 14:16:42 UTC 2011 - lnus...@suse.de
+
+- new version 1.2
+  * Check outdated or misspelled FSF addresses in text files.
+
+---

calling whatdependson for head-i586


Old:

  rpmlint-1.1.tar.bz2
  rpmlint-add-details.diff

New:

  rpmlint-1.2.tar.xz



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.EhgMSx/_old  2011-05-20 15:10:42.0 +0200
+++ /var/tmp/diff_new_pack.EhgMSx/_new  2011-05-20 15:10:42.0 +0200
@@ -20,11 +20,11 @@
 #!BuildIgnore: rpmlint-mini
 
 Name:   rpmlint
-BuildRequires:  rpm-python
+BuildRequires:  rpm-python xz
 Summary:Rpm correctness checker
-Version:1.1
-Release:37
-Source0:%{name}-%{version}.tar.bz2
+Version:1.2
+Release:1
+Source0:http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:config
 Source1001: config.in
 Source2:DesktopTranslationCheck.py
@@ -124,7 +124,6 @@
 Patch85:suse-changelog.patch
 Patch86:suse-rclink-check.diff
 # accepted upstream
-Patch87:rpmlint-add-details.diff
 Patch88:suse-speccheck-utf8.diff
 # accepted upstream
 Patch89:rpmlint-pie.diff
@@ -207,7 +206,7 @@
 %patch84
 %patch85
 %patch86
-%patch87 -p1
+#patch87 -p1
 %patch88
 %patch89 -p1
 %patch90 -p1

++ LibraryPolicyCheck.py ++
--- /var/tmp/diff_new_pack.EhgMSx/_old  2011-05-20 15:10:42.0 +0200
+++ /var/tmp/diff_new_pack.EhgMSx/_new  2011-05-20 15:10:42.0 +0200
@@ -20,88 +20,37 @@
 _policy_legacy_exceptions = (
 "libacl1",
 "libaio1",
-"libakode_mpeg_decoder",
 "libalut0",
-"libamso-rdmav2",
 "libapr-1-0",
-"libapr_dbd_mysql",
-"libapr_dbd_pgsql",
-"libapr_dbd_sqlite3",
 "libaprutil-1-0",
-"libapt-pkg-libc6_6-6-2",
-"libart_lgpl_2-2",
 "libartskde1",
-"libatm1",
 "libattr1",
-"libauthldap0",
-"libauthmysql0",
-"libauthpgsql0",
-"libauthpipe0",
-"libauthuserdb0",
-"libcairo2",
-"libcairomm-1_0-1",
-"libcap1",
-"libcasakwallet1",
-"libc-client2006c1_suse",
-"libccrtp1-1_5-0",
 "libcdaudio1",
 "libcdk4",
 "libcheck0",
 "libchewing3",
 "libchm0",
-"libclalsadrv1",
-"libclthreads2",
 "libclucene0",
-"libclxclient3",
-"libcole2",
-"libcppunit-1_10-2",
 "libdar4",
 "libdbh-4_5-4",
-"libdb_java-4_3",
-"libdbus-glib-1-2",
 "libdbus-qt-1-1",
-"libdc0",
 "libdm0",
 "libdns_sd1",
-"libdrm2",
-"libdts0",
-"libdvdcss2",
-"libdvdnav4",
-"libebml0",
 "libefence0",
 "libEMF1",
-"libevent-1_3b1",
 "libevolutionglue",
-"libexif12",
-"libexif9",
-"libexif-gtk4",
-"libexiv2-0",
 "libf2c0",
 "libffi4",
 "libflaim5_2",
-"libFnlib0",
 "libfontenc1",
-"libfreebob0",
 "libfreeradius-client2",
-"libfreetype6",
-"libftgl0",
-"libg2banking2",
-"libg2c0",
-"libgadu3",
-"libgalago3",
-"libgalago-gtk1",
-"libganglia1",
 "libgcc_s1",
 "libgcc_s4",  # only for hppa
 "libgconfmm-2_6-1",
-"libgdome0",
-"libghttp1",
+"libgfortran3",
 "libgif4",
 "libgimpprint1",
-"libgfortran1", # gcc41
-"libglade-2_0-0",
 "libgladesharpglue-2",
-"libgle3",
 "libglibsharpglue-2",
 "libgltt0",
 "libglut3",
@@ -109,9 +58,7 @@
 "libgmcop1",
 "libgnet-2_0-0",
 "libgnomecanvasmm-2_6-1",
-"libgnomecanvaspixbuf1",
 "libgnomecups-1_0-1",
-"libgnome-keyring0",
 "libgnomemm-2_6-1",
 "libgnomeprintui-2-2-0",
 "libgnomesharpglue-2",
@@ -119,185 +66,61 @@
 "libgomp1",
 "libgsfglue",
 "libgsf-gnome-1-114",
-"libgssapi2",
-"libgtkgl4",
-"libgtkhtml-2-0",
 "libgtksourceview-1_0-0",
 "libgtkspell0",
-"libgtkxmhtml1",
-"libhandle1",
 "libhangul0",
-"libHer

commit perl-GD for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package perl-GD for openSUSE:Factory
checked in at Fri May 20 15:10:28 CEST 2011.




--- perl-GD/perl-GD.changes 2010-12-01 14:45:23.0 +0100
+++ /mounts/work_src_done/STABLE/perl-GD/perl-GD.changes2011-05-03 
10:37:43.0 +0200
@@ -1,0 +2,7 @@
+Tue May  3 08:13:42 UTC 2011 - vci...@novell.com
+
+- update to 2.46
+  Added a basic "use" test for GD::Simple
+  Corrected license to GPL+ or Artistic
+
+---

calling whatdependson for head-i586


Old:

  GD-2.45.tar.bz2

New:

  GD-2.46.tar.bz2



Other differences:
--
++ perl-GD.spec ++
--- /var/tmp/diff_new_pack.5VN6yK/_old  2011-05-20 15:09:50.0 +0200
+++ /var/tmp/diff_new_pack.5VN6yK/_new  2011-05-20 15:09:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-GD (Version 2.45)
+# spec file for package perl-GD
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 Name:   perl-GD
 %define cpan_name GD
 Summary:Interface to Gd Graphics Library
-Version:2.45
-Release:2
-License:MIT License (or similar)
+Version:2.46
+Release:1
+License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/GD
 AutoReqProv:on

++ GD-2.45.tar.bz2 -> GD-2.46.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GD-2.45/ChangeLog new/GD-2.46/ChangeLog
--- old/GD-2.45/ChangeLog   2010-04-30 20:47:06.0 +0200
+++ new/GD-2.46/ChangeLog   2011-05-01 19:44:50.0 +0200
@@ -1,3 +1,4 @@
+2.46Added a basic "use" test for GD::Simple
 2.45   Clarified the GD license. There is now a formal LICENSE file in the 
package.
 2.44GD::Group now installed properly.
Quenched compiler warning caused by Newxs() calls.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GD-2.45/GD/Simple.pm new/GD-2.46/GD/Simple.pm
--- old/GD-2.45/GD/Simple.pm2008-12-21 17:51:29.0 +0100
+++ new/GD-2.46/GD/Simple.pm2011-02-05 21:47:32.0 +0100
@@ -308,6 +308,8 @@
   $self->moveTo(@_);
 }
 
+=item $img->line($x1,$y1,$x2,$y2 [,$color])
+
 =item $img->line($dx,$dy)
 
 =item $img->line($dr)
@@ -318,15 +320,25 @@
 called with one argument, it draws a line $dr pixels long along the
 angle defined by the current pen angle.
 
+When called with four or five arguments, line() behaves like
+GD::Image->line().
+
 =cut
 
 sub line {
   my $self = shift;
-  croak 'Usage GD::Simple->line($dx,$dy) or line($r)' unless @_ >= 1;
+
+  if (@_ >= 4) {
+  my ($x1,$x2,$y1,$y2,$color) = @_;
+  $color ||= $self->fgcolor;
+  return $self->gd->line($x1,$x2,$y1,$y2,$color);
+  }
+
+  croak 'Usage GD::Simple->line($dx,$dy) or line($r) or line($x1,$y1,$x2,$y2 
[,$color])' unless @_ >= 1;
   my @curPos = $self->curPos;
   $self->move(@_);
   my @newPos = $self->curPos;
-  $self->gd->line(@curPos,@newPos,$self->fgcolor);
+  return $self->gd->line(@curPos,@newPos,$self->fgcolor);
 }
 
 =item $img->clear
@@ -353,6 +365,9 @@
 
 sub rectangle {
   my $self = shift;
+
+  return $self->gd->rectangle(@_) if @_ == 5;
+
   croak 'Usage GD::Simple->rectangle($x1,$y1,$x2,$y2)' unless @_ == 4;
   my $gd = $self->gd;
   my ($bg,$fg) = ($self->bgcolor,$self->fgcolor);
@@ -372,6 +387,8 @@
 
 sub ellipse {
   my $self = shift;
+  return $self->gd->ellipse(@_) if @_ == 5;
+
   croak 'Usage GD::Simple->ellipse($width,$height)' unless @_ == 2;
   my $gd = $self->gd;
   my ($bg,$fg) = ($self->bgcolor,$self->fgcolor);
@@ -390,6 +407,8 @@
 
 sub arc {
   my $self = shift;
+  return $self->gd->arc(@_) if @_ == 7;
+
   croak 'Usage GD::Simple->arc($width,$height,$start,$end,$style)' unless @_ 
>= 4;
   my ($width,$height,$start,$end,$style) = @_;
   my $gd = $self->gd;
@@ -465,6 +484,8 @@
 
 sub string {
   my $self   = shift;
+  return $self->gd->string(@_) if @_ == 5;
+
   my $string = shift;
   my $font   = $self->font;
   my @bounds;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GD-2.45/GD.pm new/GD-2.46/GD.pm
--- old/GD-2.45/GD.pm   2010-04-30 20:46:47.0 +0200
+++ new/GD-2.46/GD.pm   2011-05-01 19:44:27.0 +0200
@@ -16,7 +16,7 @@
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $AUTOLOAD);
 
-$VERSION = '2.45';
+$VERSION = '2.46';
 
 @ISA = qw(Exporter DynaLoader);
 # Items to export into callers namespace by default. Note: do not export
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--

commit xsp for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package xsp for openSUSE:Factory
checked in at Fri May 20 15:09:40 CEST 2011.




--- xsp/xsp.changes 2011-02-22 18:28:11.0 +0100
+++ /mounts/work_src_done/STABLE/xsp/xsp.changes2011-04-27 
23:40:20.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 21:39:56 UTC 2011 - ajorgen...@novell.com
+
+- Update to 2.10.2
+  * http://www.go-mono.com/archive/2.10.2
+
+---

calling whatdependson for head-i586


Old:

  xsp-2.10.tar.bz2

New:

  xsp-2.10.2.tar.bz2



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.LEgYed/_old  2011-05-20 15:09:20.0 +0200
+++ /var/tmp/diff_new_pack.LEgYed/_new  2011-05-20 15:09:20.0 +0200
@@ -20,10 +20,10 @@
 
 Name:   xsp
 Url:http://go-mono.com/
-License:MIT
+License:X11/MIT
 Group:  Productivity/Networking/Web/Servers
 AutoReqProv:on
-Version:2.10
+Version:2.10.2
 Release:1
 Summary:Small Web Server Hosting ASP.NET
 Source: %{name}-%{version}.tar.bz2

++ xsp-2.10.tar.bz2 -> xsp-2.10.2.tar.bz2 ++
 8068 lines of diff (skipped)






Remember to have fun...

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



commit libkate for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package libkate for openSUSE:Factory
checked in at Fri May 20 15:07:40 CEST 2011.




--- GNOME/libkate/libkate.changes   2010-12-29 14:53:28.0 +0100
+++ /mounts/work_src_done/STABLE/libkate/libkate.changes2011-04-29 
15:58:31.0 +0200
@@ -1,0 +2,18 @@
+Fri Apr 29 13:57:46 UTC 2011 - j...@novell.com
+
+- Really removed "Other uncritical OpenSource License" from all the 
+  license fields and retained BSD3c.
+
+---
+Wed Apr 27 14:10:05 UTC 2011 - davejpla...@gmail.com
+
+- Removed "Other uncritical OpenSource License" from the license
+  field and retained BSD3c.
+
+---
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+  
+- added 32bit compatibility libraries
+- properly escaped commented macro (fix for RPMLINT warning)
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libkate.spec ++
--- /var/tmp/diff_new_pack.ngPIS8/_old  2011-05-20 15:07:12.0 +0200
+++ /var/tmp/diff_new_pack.ngPIS8/_new  2011-05-20 15:07:12.0 +0200
@@ -20,8 +20,11 @@
 
 Name:   libkate
 Version:0.3.8
-Release:5
-License:BSD3c ; Other uncritical OpenSource License
+Release:11
+
+# "Other uncritical OpenSource License" is no longer allowed in the License 
field.
+License:BSD3c
+
 Summary:A karaoke and text codec for embedding in Ogg
 Url:http://libkate.googlecode.com
 Group:  Productivity/Multimedia/Other
@@ -53,7 +56,7 @@
 %package -n %{name}1
 
 
-License:BSD3c ; Other uncritical OpenSource License
+License:BSD3c
 Summary:A karaoke and text codec for embedding in Ogg
 Group:  System/Libraries
 
@@ -70,7 +73,7 @@
 color, etc, so scrolling or fading text can be defined.
 
 %package devel
-License:BSD3c ; Other uncritical OpenSource License
+License:BSD3c
 Summary:A karaoke and text codec for embedding in Ogg - Development 
Files
 Group:  Development/Libraries/C and C++
 Requires:   %{name}1 = %{version}
@@ -92,7 +95,7 @@
 This package contains files for developers.
 
 %package tools
-License:BSD3c ; Other uncritical OpenSource License
+License:BSD3c
 Summary:A karaoke and text codec for embedding in Ogg
 Group:  Productivity/Multimedia/Other
 
@@ -109,7 +112,7 @@
 color, etc, so scrolling or fading text can be defined.
 
 %package -n katedj
-License:BSD3c ; Other uncritical OpenSource License
+License:BSD3c
 Summary:Editor and remixer for Kate streams in Ogg
 Group:  Productivity/Multimedia/Other
 Requires:   %{name}-tools = %{version}
@@ -137,7 +140,7 @@
 %install
 %makeinstall
 find %{buildroot} -type f -name "*.la" -delete -print
-# Remove files that we install with %doc
+# Remove files that we install with %%doc
 rm -rf 
%{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README,THANKS,html}
 %fdupes %{buildroot}%{python_sitelib}/kdj
 

++ baselibs.conf ++
libkate1





Remember to have fun...

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



commit libquicktime for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package libquicktime for openSUSE:Factory
checked in at Fri May 20 14:59:43 CEST 2011.




--- libquicktime/libquicktime.changes   2011-02-03 18:48:19.0 +0100
+++ /mounts/work_src_done/STABLE/libquicktime/libquicktime.changes  
2011-05-19 00:56:44.0 +0200
@@ -1,0 +2,17 @@
+Wed May 18 22:53:13 UTC 2011 - reddw...@opensuse.org
+
+- fix baselibs.conf
+- allow GTK deprectaed functions
+
+---
+Thu Apr 28 19:27:12 UTC 2011 - reddw...@opensuse.org
+
+- rebased on Packman package. Now it will be shared between both
+  repositories.
+
+---
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+  
+- added 32bit compatibility libraries
+
+---

calling whatdependson for head-i586


Old:

  libquicktime-1.0.3-dont_disable_deprecated.patch
  libquicktime-1.2.2.tar.bz2

New:

  _service
  _service:recompress:download_url:libquicktime-1.2.2.tar.bz2
  _service:set_version:libquicktime.spec
  baselibs.conf
  libquicktime-1.2.2-dont_disable_deprecated.patch



Other differences:
--
++ _service:set_version:libquicktime.spec ++
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define soname 0

%bcond_without distributable

Name:   libquicktime
Version: 1.2.2
Release: 0
License:GNU General Public License version 2 or later (GPL v2 or later)
Summary:Library for Reading and Writing Quicktime Movie Files
Url:http://libquicktime.sf.net
Group:  System/Libraries
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
Source: libquicktime-%{version}.tar.bz2
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
BuildRequires:  Mesa-devel
BuildRequires:  alsa-devel
BuildRequires:  doxygen
BuildRequires:  gtk2-devel
BuildRequires:  libdv-devel
BuildRequires:  libjpeg-devel
BuildRequires:  libvorbis-devel
BuildRequires:  pkg-config
BuildRequires:  schroedinger-devel
%if !%{with distributable}
BuildRequires:  libfaac-devel
BuildRequires:  libfaad2-devel
BuildRequires:  libffmpeg-devel
BuildRequires:  libmp3lame-devel
BuildRequires:  libx264-devel
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A library for reading and writing Quicktime movie files, based on and
forked from quicktime4linux.

%package -n %{name}%{soname}
Summary:Library for Reading and Writing Quicktime Movie Files
Group:  System/Libraries
# Last version with this name was openSUSE 11.4
Provides:   libquicktime = %{version}
Obsoletes:  libquicktime <= 1.2.2

%description -n %{name}%{soname}
A library for reading and writing Quicktime movie files, based on and
forked from quicktime4linux.

%package -n libquicktime-devel
Summary:Library for reading/writing quicktime movie files
Group:  Development/Libraries/C and C++
Requires:   %{name}%{soname} = %{version}

%description -n libquicktime-devel
library for reading/writing quicktime movie files, based on and forked
from quicktime4linux

%package -n libquicktime-tools
Summary:Libquicktime Tools
Group:  Productivity/Multimedia/Video/Editors and Convertors
Requires:   %{name}%{soname} = %{version}

%description -n libquicktime-tools
Tools for reading/writing quicktime movie files.

%prep
%setup -q
%patch0

%build
%configure \
   --enable-gpl \
   --docdir="%{_docdir}/%{name}-devel" \
   --with-libdv \
   --with-cpuflags=none
make %{?_smp_mflags}

%install
%makeinstall
ln -s lqt "%{buildroot}%{_includedir}/quicktime"
%find_lang libquicktime
find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print

%clean
%{?buildroot:rm -rf %{buildroot}}

%post   -n libquicktime%{soname} -p /sbin/ldconfig
%postun -n libquicktime%{soname} -p /sbin/ldconfig

%files -n libquicktime%{soname} -f libquicktime.lang
%defattr(0644,root,root,0755)
%doc COPYING ChangeLog README TODO
%{_libdir}/libquicktime.so.%{soname}
%{_libdir}/libquicktime.so.%{soname}.*.*
%dir %{_libdir}/libquicktime
%{_libdir}/libquicktime/lqt_audiocodec.so
%{_libdir}/libquicktime/lqt_dv.so
%{_libdir}/libquicktime/lqt_mjpeg.so
%{_libdir}/libquicktime/lqt_png.so
%{_libdir}/libquicktime/lqt_rtjpeg.so
%{_libdir}/libquicktime/lqt_schroedinger.so
%{_libdir}/libquicktime/lqt_videocodec.so
%{_libdir}/libquicktime/lqt_vorbis.so
%if !%{with distributable}
%{_libdir}/libquicktime/lqt_faac.so
%{_libdir}/libquicktime/lqt_faad2.so
%{_libdir}/libquicktime/lqt_ffmpeg.so
%{_libdir}/libquicktime/lqt_lame.so
%{_libdir}/libquicktime/lqt_x264.so
%endif

%files -n libquicktime-devel
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-devel
%{_includedir}/lqt
%{_includedir}/quicktime
%{_libdir}/libquicktime.so
%{_libdir}

commit rfc for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Fri May 20 14:59:24 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-05-12 15:42:20.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-05-19 
16:42:28.0 +0200
@@ -2 +2 @@
-Thu May 12 15:42:19 CEST 2011 - autobu...@suse.de
+Thu May 19 16:42:27 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-05-12
+- automated update on 2011-05-19

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.4VEFgY/_old  2011-05-20 14:57:26.0 +0200
+++ /var/tmp/diff_new_pack.4VEFgY/_new  2011-05-20 14:57:26.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.5.12
+Version:2011.5.19
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Fri May 20 14:57:18 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-05-12 
16:40:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-05-19 17:40:08.0 +0200
@@ -2 +2 @@
-Thu May 12 16:40:08 CEST 2011 - autobu...@suse.de
+Thu May 19 17:40:08 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-05-12
+- automated update on 2011-05-19

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.jawDMX/_old  2011-05-20 14:57:05.0 +0200
+++ /var/tmp/diff_new_pack.jawDMX/_new  2011-05-20 14:57:05.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.5.12
+Version:2011.5.19
 Release:1
 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt.bz2 ++
--- /var/tmp/diff_new_pack.jawDMX/_old  2011-05-20 14:57:05.0 +0200
+++ /var/tmp/diff_new_pack.jawDMX/_new  2011-05-20 14:57:05.0 +0200
@@ -7004,8 +7004,8 @@
 
 00-04-32   (hex)   Voyetra Turtle Beach, Inc.
 000432 (base 16)   Voyetra Turtle Beach, Inc.
-   5 Odell Plaza
-   Yonkers NY 10701
+   150 Clearbrook Road, Suite 162
+   Elmsford NY 10523
UNITED STATES
 
 00-04-33   (hex)   Cyberboard A/S
@@ -80376,6 +80376,9 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+04-18-B6   (hex)   PRIVATE
+0418B6 (base 16)
+
 04-1D-10   (hex)   Dream Ware Inc.
 041D10 (base 16)   Dream Ware Inc.
5-23-7 Masugata, Tama-ku,
@@ -81720,6 +81723,12 @@
Mumbai Maharashtra 400059
INDIA
 
+0C-37-DC   (hex)   Huawei Technologies Co., Ltd
+0C37DC (base 16)   Huawei Technologies Co., Ltd
+   Building 17,Nangang Industrial Park, Tangtou 
3nd Industrial Estate,Shiyan Baoan District
+   Shenzhen Guangdong 518057
+   CHINA
+
 0C-39-56   (hex)   Observator instruments
 0C3956 (base 16)   Observator instruments
Rietdekkerstraat 6
@@ -82307,6 +82316,12 @@
Tainan  70955
TAIWAN, REPUBLIC OF CHINA
 
+14-DA-E9   (hex)   ASUSTek COMPUTER INC.
+14DAE9 (base 16)   ASUSTek COMPUTER INC.
+   15,Li-Te Rd.,Peitou,
+   Taipei  112
+   TAIWAN, REPUBLIC OF CHINA
+
 14-EB-33   (hex)   BSMediasoft Co., Ltd.
 14EB33 (base 16)   BSMediasoft Co., Ltd.
#603, Garden Bldg., 14-13, Yoido-Dong, 
Youngdeungpo-Gu
@@ -82660,6 +82675,12 @@
Anif / Niederalm SBG 5081
AUSTRIA
 
+1C-8E-8E   (hex)   DB Communication & Systems Co., ltd.
+1C8E8E (base 16)   DB Communication & Systems Co., ltd.
+   3-3 Yeongdeok-dong, Giheung-gu
+   Yongin-si Gyeonggi-do 449-908
+   KOREA, REPUBLIC OF
+
 1C-8F-8A   (hex)   Phase Motion Control SpA
 1C8F8A (base 16)   Phase Motion Control SpA
via Adamoli, 461
@@ -82982,6 +83003,12 @@
GUNNEBO  59093
SWEDEN
 
+24-49-7B   (hex)   Innovative Converged Devices Inc
+24497B (base 16)   Innovative Converged Devices Inc
+   424 8th Avenue North
+   Seattle WA 98109
+   UNITED STATES
+
 24-77-03   (hex)   Intel Corporate
 247703 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -83125,6 +83152,12 @@
busan  616-829
KOREA, REPUBLIC OF
 
+28-16-2E   (hex)   2Wire
+28162E (base 16)   2Wire
+   1764 Automation Parkway
+   San Jose CA 95131
+   UNITED STATES
+
 28-

commit yast2-installation for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory
checked in at Fri May 20 14:51:39 CEST 2011.




--- yast2-installation/yast2-installation.changes   2011-04-27 
15:10:51.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes  
2011-05-19 14:24:10.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 14:22:10 CEST 2011 - jsuch...@suse.cz
+
+- enable YaST restart in the 1st stage (bnc#694299)
+- 2.21.4 
+
+---

calling whatdependson for head-i586


Old:

  yast2-installation-2.21.3.tar.bz2

New:

  yast2-installation-2.21.4.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.UzdNkO/_old  2011-05-20 14:49:09.0 +0200
+++ /var/tmp/diff_new_pack.UzdNkO/_new  2011-05-20 14:49:09.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-installation
-Version:2.21.3
+Version:2.21.4
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-installation-2.21.3.tar.bz2
+Source0:yast2-installation-2.21.4.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
 
 # FileSystems::possible_root_fs
@@ -121,7 +121,7 @@
 Summary:YaST2 - Installation Parts
 
 %package devel-doc
-License:GPLv2+
+
 Group:  Documentation/HTML
 Requires:   yast2-installation >= 2.15.34
 
@@ -136,7 +136,7 @@
 System installation code as present on installation media.
 
 %prep
-%setup -n yast2-installation-2.21.3
+%setup -n yast2-installation-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-installation-2.21.3.tar.bz2 -> yast2-installation-2.21.4.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.21.3/VERSION 
new/yast2-installation-2.21.4/VERSION
--- old/yast2-installation-2.21.3/VERSION   2011-04-27 15:09:49.0 
+0200
+++ new/yast2-installation-2.21.4/VERSION   2011-05-19 14:22:24.0 
+0200
@@ -1 +1 @@
-2.21.3
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.21.3/src/clients/inst_disks_activate.ycp 
new/yast2-installation-2.21.4/src/clients/inst_disks_activate.ycp
--- old/yast2-installation-2.21.3/src/clients/inst_disks_activate.ycp   
2011-04-27 13:01:21.0 +0200
+++ new/yast2-installation-2.21.4/src/clients/inst_disks_activate.ycp   
2011-04-27 15:44:28.0 +0200
@@ -4,7 +4,7 @@
  * Summary:Main file
  * Authors:Jiri Srain 
  *
- * $Id: inst_disks_activate.ycp 30257 2006-04-19 17:54:27Z jsrain $
+ * $Id: inst_disks_activate.ycp 63874 2011-04-27 13:44:27Z jsuchome $
  *
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.21.3/src/include/inst_inc_all.ycp 
new/yast2-installation-2.21.4/src/include/inst_inc_all.ycp
--- old/yast2-installation-2.21.3/src/include/inst_inc_all.ycp  2011-04-27 
13:01:15.0 +0200
+++ new/yast2-installation-2.21.4/src/include/inst_inc_all.ycp  2011-04-27 
15:44:28.0 +0200
@@ -4,7 +4,7 @@
  * Summary: Miscelaneous functions
  * Authors: Lukas Ocilka 
  *
- * $Id: inst_inc_all.ycp 63227 2011-01-19 14:09:58Z jsrain $
+ * $Id: inst_inc_all.ycp 63874 2011-04-27 13:44:27Z jsuchome $
  *
  */
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.21.3/startup/YaST2.call 
new/yast2-installation-2.21.4/startup/YaST2.call
--- old/yast2-installation-2.21.3/startup/YaST2.call2011-02-17 
15:54:48.0 +0100
+++ new/yast2-installation-2.21.4/startup/YaST2.call2011-05-19 
14:22:37.0 +0200
@@ -22,7 +22,7 @@
 #   :   which is the same as the NCURSES mode
 #   : - VNC Installation via browser
 #   :
-# STATUS: $Id: YaST2.call 63437 2011-02-17 12:51:18Z aschnell $
+# STATUS: $Id: YaST2.call 64067 2011-05-19 12:22:36Z jsuchome $
 #
 #
 #set -x
@@ -348,14 +348,14 @@
#-
log "\t$Y2_OK_MESSAGE"
fi
-   if [ $SELECTED_MEDIUM = "SSH" ] && [ ! "$VNC" = 1 ];then
-   ssh_reboot_message
-   echo $Y2_EXIT_CODE > /tmp/YaST2_ssh_installation_finished
-   fi
if [ $Y2_EXIT_CODE -eq 0 ];then
start_yast_and_reboot
start_yast_again
fi
+   if [ $SELECTED_MEDIUM = "SSH" ] && [ ! "$VNC" = 1 ];then
+   ssh_reboot_message
+  

commit parted for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package parted for openSUSE:Factory
checked in at Fri May 20 14:48:57 CEST 2011.




--- parted/parted.changes   2010-12-09 10:45:03.0 +0100
+++ /mounts/work_src_done/STABLE/parted/parted.changes  2011-05-19 
15:25:01.0 +0200
@@ -1,0 +2,55 @@
+Thu May 19 13:05:08 UTC 2011 - pu...@novell.com
+
+- update to parted-2.4 
+ * Bug fixes
+  - parted no longer allows the modification of certain in-use
+partitions.  In particular, before this fix, parted would
+permit removal or modification of any in-use partition on a
+dmraid and any in-use partition beyond the 15th on a regular
+scsi disk.
+  - Improve support of DASD devices on the s390 architecture.
+Parted now supports all DASD types (CKD and FBA), DASD formats
+(CDL, LDL, CMS non-reserved, and CMS reserved), and DASD
+drivers (ECKD, FBA, and DIAG) in all combinations supported by
+the Linux kernel.  As before, only CDL format on CKD DASD using
+the ECKD driver is supported for read-write operations (create,
+delete, move, re-size, etc.).  However, the implicit partition
+present on LDL- and CMS-formatted disks is now correctly
+recognized for read-only operations.  In detail:
+- parted now correctly handles LDL-format disks with a block
+  size other than 4096 (bug fix)
+- parted now recognizes the CMS disk format, both reserved and
+  non-reserved (enhancement)
+- parted now supports FBA DASD devices (enhancement)
+- parted now supports the DIAG driver when running in a virtual
+  machine under z/VM (enhancement)
+  - libparted: raise the limit on the maximum start sector and the
+maximum number of sectors in a "loop" partition table from 2^32
+to 2^64.
+  - libparted once again recognizes a whole-disk FAT partition
+  - libparted now recognizes scsi disks with a high major (128-135)
+as scsi disks
+  - an msdos partition table on a very small device (smaller than
+one cylinder) is now recognized.
+  - libparted: zero-length devices (other than files) are ignored
+rather than throwing an exception.
+  - libparted: gpt label creation can no longer divide by zero with
+a defective device or when a concurrent writer modifies the
+PE-size bytes in the small interval between the write and
+subsequent read of the primary GPT header.
+ * Changes in behavior
+  - "parted $dev print" now prints information about the device
+(model, size, transport, sector size) even when it fails to
+recognize the disk label.
+  - specifying partition start or end values using MiB, GiB, etc.
+suffixes now makes parted do what I want, i.e., use that
+precise value, and not some other that is up to 500KiB or
+500MiB away from what I specified.  Before, to get that
+behavior, you would have had to use carefully chosen values
+with units of bytes ("B") or sectors ("s") to obtain the same
+result, and with sectors, your usage would not be portable
+between devices with varying sector sizes.  This change does
+not affect how parted handles suffixes like KB, MB, GB, etc.
+- drop always_print_geom.diff (merged upstream)
+
+---

calling whatdependson for head-i586


Old:

  always_print_geom.diff
  parted-2.3.tar.bz2

New:

  parted-2.4.tar.bz2



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.EzsZW6/_old  2011-05-20 14:48:28.0 +0200
+++ /var/tmp/diff_new_pack.EzsZW6/_new  2011-05-20 14:48:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package parted (Version 2.3)
+# spec file for package parted
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
 
 
 Name:   parted
-Version:2.3
-Release:5
+Version:2.4
+Release:1
 License:GPLv3+
 Summary:GNU partitioner
 Url:http://www.gnu.org/software/parted/
@@ -31,7 +31,6 @@
 Patch2: parted-mac.patch
 Patch3: parted-wipeaix.patch
 Patch5: hfs_fix.dif
-Patch6: always_print_geom.diff
 Patch7: fix-function-def.patch
 Patch8: parted-gpt-mbr-sync.patch
 #PATCH-FEATURE-OPENSUSE fix-dm-partition-name.patch bnc471440,447591 
petr.u...@suse.cz
@@ -98,7 +97,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch5 -p1
-%patch6
 %patch7
 %patch8
 %patch10 -p1

++ fix-dm-partition-name.patch ++
--- /var/tmp/diff_new_pack.EzsZW6/_old  2011-05-20 14:48:28.0 +0200
+++ /var/tmp/diff_new_pack.EzsZW6/_new  2011-05-20 14:48:28.0 +0200
@@ -1,13 +1,13 @@
-Index: parted-2.3/libp

commit libimobiledevice for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package libimobiledevice for openSUSE:Factory
checked in at Fri May 20 14:48:18 CEST 2011.




--- libimobiledevice/libimobiledevice.changes   2010-12-30 00:36:56.0 
+0100
+++ /mounts/work_src_done/STABLE/libimobiledevice/libimobiledevice.changes  
2011-05-12 18:08:01.0 +0200
@@ -1,0 +2,57 @@
+Thu May 12 16:05:12 UTC 2011 - dims...@opensuse.org
+
+- Change License tags to LGPLv2.1+ and GPLv2+ (Some of the tools
+  are GPLv2+) and add COPYING.LESSER to the library package.
+
+---
+Thu Apr 28 21:49:46 CEST 2011 - opens...@sukimashita.com
+
+- Update to 1.1.1:
+  + Add new idevicebackup2 tool for full backup and restore
+support on iOS 4+
+  + Add a workaround for a bug in iOS 4.3 affecting
+lockdown_get_value() which most prominently affected libgpod,
+gvfs, ideviceinfo and some other tools
+  + Read ProxyDeath message to preventing obsolete messages in
+device syslog
+  + Rework SWIG detection and includes
+  + Add new idevicedate tool to get or set the clock on iDevices
+  + API: Add mobilesync_clear_all_records_on_device()
+  + API: Change device_link_service_disconnect() to accept a
+message
+  + Add manpages for ideviceenterrecovery, idevicepair,
+idevicebackup2 and idevicedate
+  + Add missing libgen.h include to silence compiler warnings
+  + Fix a segfault that might occur if locally stored certs
+could not be read
+  + Fix various memory leaks
+  + Update documentation
+- Add libimobiledevice-gstatbuf-fix.patch to fix build of oS < 11.4
+
+---
+Mon Feb 28 11:01:08 UTC 2011 - fcro...@novell.com
+
+- Update to 1.1.0:
+  + Note that this is a development release, which means:
+- Python Bindings will get refactored completely
+- API is UNSTABLE
+  + Implement restoring backups using idevicebackup
+  + Allow connecting without pairing using "ideviceinfo -s"
+  + Add ideviceenterrecovery tool
+  + Add mobilesync service implementation
+  + Add restored service implementation for restore mode
+  + Add home_arrest service implementation for document sharing
+  + Add API afc_client_new_from_connection()
+  + Support to fetch wallpaper in sbservices
+  + Support for formatVersion 2 of iOS 4+ in sbservices
+  + Add new lockdownd domains to ideviceinfo
+  + Give the device time to prepare backup data to prevent abort
+  + Improve idevicebackup output
+  + notification_proxy fixes and new notification type
+  + Silence some 64bit compiler warnings
+  + Fix various memory leaks
+  + Update documentation
+- Drop 0b40ddb1f41c94a3ee58abc6326e59d65662e5c7.patch: fixed
+  upstream.
+
+---

calling whatdependson for head-i586


Old:

  0b40ddb1f41c94a3ee58abc6326e59d65662e5c7.patch
  libimobiledevice-1.0.4.tar.bz2

New:

  libimobiledevice-1.1.1.tar.bz2
  libimobiledevice-gstatbuf-fix.patch



Other differences:
--
++ libimobiledevice.spec ++
--- /var/tmp/diff_new_pack.9vyVc6/_old  2011-05-20 14:47:18.0 +0200
+++ /var/tmp/diff_new_pack.9vyVc6/_new  2011-05-20 14:47:18.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libimobiledevice (Version 1.0.4)
+# spec file for package libimobiledevice
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,10 +19,10 @@
 
 
 Name:   libimobiledevice
-%define _name   libimobiledevice1
-Version:1.0.4
+%define _name   libimobiledevice2
+Version:1.1.1
 Release:1
-License:LGPL v2 or later
+License:GPLv2+; LGPLv2.1+
 BuildRequires:  gcc-c++ glib2-devel libtasn1-devel libxml2-devel sed
 BuildRequires:  libusbmuxd-devel >= 1.0.0
 BuildRequires:  libplist++-devel >= 1.1 libplist-devel >= 1.1
@@ -36,7 +36,7 @@
 %endif
 BuildRequires:  libgcrypt-devel libgnutls-devel
 Source: %{name}-%{version}.tar.bz2
-Patch0: 0b40ddb1f41c94a3ee58abc6326e59d65662e5c7.patch
+Patch1: %{name}-gstatbuf-fix.patch
 Group:  System/Libraries
 Summary:Native protocols library for iPhone, iPod Touch and iPad
 Url:http://www.libimobiledevice.org
@@ -50,26 +50,9 @@
 iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend
 on using any existing `.dll` or `.so` libraries from Apple.
 
-
-
-Authors:  
-  
-Christophe Fergeau
-Jonathan Beck
-Matthew Colyer
-Martin Aumueller
-Martin Szulecki
-Nikias Bassen
-Patrick Walton
-Paul Sladen
-Todd Zullinger
-Zach C.
-Zoltan Balaton
-
 %package -n %{_name}
 
-
-License:LGPL v2 or later
+License:LGPLv2.1+
 Summary:Native protocols library for iPhone, iPod Touch and iPad
 Group:  System/Libraries
 Provides:   %{name} = %{version

commit libpcap for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory
checked in at Fri May 20 14:47:01 CEST 2011.




--- libpcap/libpcap.changes 2011-05-12 09:08:16.0 +0200
+++ /mounts/work_src_done/STABLE/libpcap/libpcap.changes2011-05-19 
16:13:33.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 14:12:36 UTC 2011 - pu...@novell.com
+
+- add libpcap-fix-calculation-of-frame-size.patch (bnc#694779)
+- clean up specfile
+
+---

calling whatdependson for head-i586


New:

  libpcap-fix-calculation-of-frame-size.patch



Other differences:
--
++ libpcap.spec ++
--- /var/tmp/diff_new_pack.h2lAIY/_old  2011-05-20 14:46:26.0 +0200
+++ /var/tmp/diff_new_pack.h2lAIY/_new  2011-05-20 14:46:26.0 +0200
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libpcap
 Version:1.1.1
-Release:7
-Group:  System/Libraries
+Release:9
 License:BSD3c(or similar)
-Url:http://www.tcpdump.org/
 Summary:A Library for Network Sniffers
+Url:http://www.tcpdump.org/
+Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: libpcap-1.0.0-filter-fix.patch
@@ -35,10 +34,11 @@
 Patch5: libpcap-1.0.0-man.patch
 Patch6: libpcap-1.0.0-mac_syntax.patch
 Patch7: libpcap-1.1.1-scanif.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch8: libpcap-fix-calculation-of-frame-size.patch
 BuildRequires:  bison
 BuildRequires:  bluez-devel
 BuildRequires:  flex
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libpcap is a library used by packet sniffer programs. It provides an
@@ -46,21 +46,6 @@
 This package is only needed if you plan to compile or write such a
 program yourself.
 
-
-
-Authors:
-
-Bill Fenner 
-Assar Westerlund 
-Alexei 
-Jun-ichiro itojun Hagino 
-Guy Harris 
-Torsten Landschoff 
-Michael Richardson 
-Steve McCanne
-Craig Leres
-Van Jacobson
-
 %package -n libpcap1
 License:BSD3c(or similar)
 Summary:A Library for Network Sniffers
@@ -81,21 +66,6 @@
 This package is only needed if you plan to compile or write such a
 program yourself.
 
-
-
-Authors:
-
-Bill Fenner 
-Assar Westerlund 
-Alexei 
-Jun-ichiro itojun Hagino 
-Guy Harris 
-Torsten Landschoff 
-Michael Richardson 
-Steve McCanne
-Craig Leres
-Van Jacobson
-
 %package devel
 License:BSD3c(or similar)
 Summary:A Library for Network Sniffers
@@ -108,21 +78,6 @@
 This package is only needed if you plan to compile or write such a
 program yourself.
 
-
-
-Authors:
-
-Bill Fenner 
-Assar Westerlund 
-Alexei 
-Jun-ichiro itojun Hagino 
-Guy Harris 
-Torsten Landschoff 
-Michael Richardson 
-Steve McCanne
-Craig Leres
-Van Jacobson
-
 %prep
 %setup -q
 %patch0
@@ -133,6 +88,7 @@
 %patch5
 %patch6
 %patch7
+%patch8 -p1
 
 %build
 %ifarch %sparc
@@ -140,17 +96,17 @@
 %else
 pic="pic"
 %endif
-export CFLAGS="$RPM_OPT_FLAGS -f$pic" CXXFLAGS="$RPM_OPT_FLAGS -f$pic"
+export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic"
 %configure \
   --enable-ipv6
 make %{?_smp_mflags} all shared
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-make DESTDIR=$RPM_BUILD_ROOT install install-shared
+mkdir -p %{buildroot}%{_bindir}
+make DESTDIR=%{buildroot} install install-shared
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -n libpcap1 -p /sbin/ldconfig
 

++ libpcap-fix-calculation-of-frame-size.patch ++
>From ea9432fabdf4b33cbc76d9437200e028f1c47c93 Mon Sep 17 00:00:00 2001
From: Julien Moutinho 
Date: Tue, 22 Mar 2011 23:53:15 -0700
Subject: [PATCH] Fix the calculation of the frame size in memory-mapped 
captures.

The old calculation truncated packets to a smaller value than the
snapshot length.
---
 pcap-linux.c |   51 ---
 1 files changed, 48 insertions(+), 3 deletions(-)

Index: libpcap-1.1.1/pcap-linux.c
===
--- libpcap-1.1.1.orig/pcap-linux.c
+++ libpcap-1.1.1/pcap-linux.c
@@ -3083,15 +3083,58 @@ create_ring(pcap_t *handle)
 {
unsigned i, j, frames_per_block;
struct tpacket_req req;
+   socklen_t len;
+   unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff;
 
/* Note that with large snapshot (say 64K) only a few frames 
 * will be available in the ring even with pretty large ring size
 * (and a lot of memory will be unused). 
 * The snap len should be carefully chosen to achive best
 * performan

commit php5 for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package php5 for openSUSE:Factory
checked in at Fri May 20 14:46:14 CEST 2011.




--- php5/php5.changes   2011-04-18 15:05:25.0 +0200
+++ /mounts/work_src_done/STABLE/php5/php5.changes  2011-05-20 
04:56:32.0 +0200
@@ -1,0 +2,36 @@
+Fri May 20 02:52:34 UTC 2011 - crrodrig...@opensuse.org
+
+- Update 5.3 branch 
+- Fix a few memory leaks
+- Check if tempfile can be created in phar extension
+- Fix problems with __halt_compiler and imported namespaces
+- Properly handle out of memory conditions in mysqlnd
+
+---
+Sat May 14 17:59:07 UTC 2011 - crrodrig...@opensuse.org
+
+- Update 5.3 branch.
+- Fix user after free in xmlreader extension.
+
+---
+Mon May  9 01:16:17 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to current 5.3 svn version. 
+- For practical reasons now the hash extension is built-in,hence
+  deprecates package php5-hash, it is nowdays required by the session
+  and phar extensions but must be statically built to work.
+- Drop php5-session patch, needed only to workaround compile 
+  failure when hash extension is built as loadable extension.
+- php.ini now clearly says that by "3" in session.hash_function
+  we mean SHA256.
+
+---
+Fri Apr 29 03:33:41 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to a recent 5.3.x SVN version, mostly bug fixes 
+ * track_errors causes segfault
+ * classes from dl()'ed extensions are not destroyed
+ * Crash when assigning value to a dimension in a non-array
+ * use-after-free in substr_replace()
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:php-5.3.6.tar.bz2
  php-5.3-session.patch
  php-5.3.0-fix-rpmlint-errors.patch
  php-5.3.0-ldap-checks.patch
  php5-dtor-err-crash.patch

New:

  php-5.3.6.201105200233.tar.bz2



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.wll3Si/_old  2011-05-20 14:44:34.0 +0200
+++ /var/tmp/diff_new_pack.wll3Si/_new  2011-05-20 14:44:34.0 +0200
@@ -40,7 +40,7 @@
 # I would like this to become a hard dependency, as PHP is
 # documented to have this modules by default (no addtional libs are needed)
 Recommends: php-ctype php-dom php-iconv php-sqlite php-tokenizer
-Recommends: php-xmlreader php-xmlwriter php-json php-hash
+Recommends: php-xmlreader php-xmlwriter php-json
 # other highly reccommended extensions
 Suggests:   php-mbstring php-gd php-pear php-gettext php-mysql php-suhosin
 %else
@@ -76,17 +76,22 @@
 #define builtin_tz_ver 2007.9
 ###
 ###
-Version:5.3.6
-Release:4
+Version:5.3.6.201105200233
+Release:1
 License:The PHP License, version 3.01
 Group:  Development/Languages/Other
-Provides:   php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
+Provides:   php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter php-hash
 Provides:   php-api = %{apiver}, php-zend-abi = %{zendver}
 Provides:   php(api) = %{apiver}, php(zend-abi) = %{zendver}
 AutoReqProv:on
 PreReq: update-alternatives
 #extensions that are no longer here
 Obsoletes:  php5-dbx php5-dio php5-fam php5-filepro php5-yp php5-dbase 
php5-ncurses
+#builtin,nowdays required for everything that uses sha2
+Obsoletes:  php5-hash < %{version}
+Provides:   php5-hash = %{version}
+#Old extension, nowdays provided as a "wrapper" in in the hash extension for 
backward compat.
+Obsoletes:  php5-mhash
 Source0:php-%{version}.tar.bz2
 Source1:php-suse-addons.tar.bz2
 Source2:suhosin-%{suhosin_version}.tar.gz
@@ -106,21 +111,17 @@
 Patch7: php-5.3.1-systzdata-v7.patch
 #bugs
 Patch13:php-5.2.9-BNC-457056.patch
-Patch14:php-5.3.0-ldap-checks.patch
-#Patch15:php-5.3.0-fix-rpmlint-errors.patch
 Patch19:php-5.3.0-bnc513080.patch
 Patch20:php-5.3.2-ini.patch
 # PATCH-FIX-UPSTREAM php5-autoconf-2.65.patch 
http://bugs.php.ney/bug.php?id=50291 dims...@opensuse.org -- Build fails with 
autoconf > 2.63
 Patch22:php-5.3.2-aconf26x.patch
-Patch23:php-5.3-session.patch
 Patch24:php-5.3.2-no-build-date.patch
 Patch25:php-cloexec.patch
 Patch26:php-5.3.4-pts.patch
 Patch27:php-5.3.4-format-string-issues.patch
 Patch28:php-5.3.6-intl.patch
 Patch29:php5-openssl.patch
-Patch30:php5-dtor-err-crash.patch
-Patch31:php-5.3.6-ini-date.timezone.patch
+Patch30:php-5.3.6-ini-date.timezone.patch
 Url:http://www.php.net
 BuildRoot: 

commit mysql-community-server for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory
checked in at Fri May 20 14:43:50 CEST 2011.




--- mysql-community-server/mysql-community-server.changes   2011-02-21 
01:39:23.0 +0100
+++ 
/mounts/work_src_done/STABLE/mysql-community-server/mysql-community-server.changes
  2011-05-11 12:32:15.0 +0200
@@ -2 +2 @@
-Mon Feb 21 01:39:16 CET 2011 - r...@suse.de
+Mon May  9 08:32:16 CEST 2011 - mhruse...@suse.cz
@@ -4 +4,39 @@
-- add default_plugins.cnf as source to specfile 
+- updated to 5.5.12, see
+  http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-12.html
+
+---
+Mon Mar 14 14:56:48 CET 2011 - mhruse...@suse.cz
+
+- updated to 5.1.56, see
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-56.html
+
+---
+Wed Feb 23 10:59:13 UTC 2011 - adr...@suse.de
+
+- remove runlevel 2 from default start in init script or it isn't
+  usable on openSUSE 11.4 and later
+
+---
+Tue Feb 22 10:51:11 CET 2011 - mhruse...@suse.cz
+
+- updated to 5.1.55, see
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-55.html
+
+---
+Mon Feb 21 13:50:01 CET 2011 - mhruse...@suse.cz
+
+- fixed init script to work with SELinux (bnc#635645)
+
+---
+Wed Jan 19 10:43:43 CET 2011 - mhruse...@suse.cz
+
+- updated to 5.1.54, see
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-54.html
+
+---
+Wed Jan 19 10:42:26 CET 2011 - mhruse...@suse.cz
+
+- fixed init script to
+  - allow running as different user/group
+  - create TMPDIR correctly

calling whatdependson for head-i586


Old:

  mysql-5.1.53.tar.bz2

New:

  mysql-5.5.12.tar.bz2



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.0DZF9f/_old  2011-05-20 14:41:58.0 +0200
+++ /var/tmp/diff_new_pack.0DZF9f/_new  2011-05-20 14:41:58.0 +0200
@@ -18,7 +18,8 @@
 # norootforbuild
 
 # Few definitions which will alter build
-%define prefered   1
+%define prefered   0
+%define use_cmake  1
 %define cluster0
 %define builtin_plugins partition,csv,heap,myisam,innobase
 
@@ -31,13 +32,13 @@
 
 Name:   mysql-community-server
 Summary:A True Multiuser, Multithreaded SQL Database Server
-Version:5.1.53
-Release:6
-%define srv_vers   5.1.53
+Version:5.5.12
+Release:1
+%define srv_vers   5.5.12
 License:GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT
 Group:  Productivity/Databases/Servers
 Url:http://www.mysql.com
-# 
http://dev.mysql.com/get/Downloads/MySQL-5.1/%{name}-%{version}.tar.gz/from/pick
+# 
http://dev.mysql.com/get/Downloads/MySQL-5.5/%{name}-%{version}.tar.gz/from/pick
 Source: mysql-%{version}.tar.bz2
 Source2:baselibs.conf
 Source3:README.debug
@@ -48,23 +49,19 @@
 Source9:mysql-patches.tar.bz2
 Source10:   build.inc
 Source11:   install.inc
-%if 0%{?suse_version} > 1120 || 0%{?fedora_version} > 11
 Source12:   series
-%else
-Source12:   old-ssl.series
-Source13:   default_plugins.cnf
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 PreReq: pwdutils
 %else
-PreReq: /usr/sbin/useradd /usr/sbin/usermod /usr/sbin/groupadd 
+#PreReq: /usr/sbin/useradd /usr/sbin/usermod /usr/sbin/groupadd 
 %endif
-PreReq: coreutils sed grep
+#PreReq: coreutils sed grep
 %if 0%{?suse_version}
 PreReq: %install_info_prereq %insserv_prereq
 %endif
-BuildRequires:  gcc-c++ ncurses-devel openssl-devel procps readline-devel 
zlib-devel
+BuildRequires:  gcc-c++ ncurses-devel openssl-devel procps readline-devel
+BuildRequires:  cmake zlib-devel
 %if 0%{?suse_version}
 BuildRequires:  pwdutils tcpd-devel
 %endif
@@ -126,7 +123,7 @@
 # mysql-devel was last used in openSUSE 10.2
 Provides:   mysql-devel = %srv_vers-%release
 Obsoletes:  mysql-devel < %srv_vers
-Requires:   libmysqlclient16 = %version libmysqlclient_r16 = %version 
glibc-devel zlib-devel openssl-devel
+Requires:   libmysqlclient18 = %version libmysqlclient_r18 = %version 
glibc-devel zlib-devel openssl-devel
 Summary:MySQL Development Header Files and Libraries
 License:GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT
 Group:  Development/Libraries/C and C++
@@ -165,15 +162,17 @@
 %description -n libmysqld-devel
 This package contains the development header files and libraries
 for developing application that embed the 

commit rpm for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package rpm for openSUSE:Factory
checked in at Fri May 20 14:41:23 CEST 2011.




--- rpm/rpm.changes 2011-05-19 15:15:53.0 +0200
+++ /mounts/work_src_done/STABLE/rpm/rpm.changes2011-05-20 
13:31:31.0 +0200
@@ -1,0 +2,5 @@
+Fri May 20 13:28:37 CEST 2011 - m...@suse.de
+
+- get rid of "unexpectedly shrank by one" error
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpm-python.spec ++
--- /var/tmp/diff_new_pack.XDOt29/_old  2011-05-20 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.XDOt29/_new  2011-05-20 14:40:48.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Packages
 Summary:Python Bindings for Manipulating RPM Packages
 Version:4.9.0
-Release:3
+Release:4
 Requires:   rpm = %{version}
 %py_requires
 Source99:   rpm.spec

++ rpm.spec ++
--- /var/tmp/diff_new_pack.XDOt29/_old  2011-05-20 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.XDOt29/_new  2011-05-20 14:40:48.0 +0200
@@ -29,7 +29,7 @@
 AutoReqProv:on
 Summary:The RPM Package Manager
 Version:4.9.0
-Release:5
+Release:7
 Source: rpm-%{version}.tar.bz2
 Source1:RPM-HOWTO.tar.bz2
 Source2:RPM-Tips.html.tar.bz2

++ debugedit-canon-fix.diff ++
--- /var/tmp/diff_new_pack.XDOt29/_old  2011-05-20 14:40:48.0 +0200
+++ /var/tmp/diff_new_pack.XDOt29/_new  2011-05-20 14:40:48.0 +0200
@@ -1,10 +1,5 @@
-Subject: Fix path canonicalization issues in debugedit
-
-This patch fixes multiple problems with path canonicalization in
-debugedit. This version of debugedit is taken from the dwarftools repository.
-
 ./tools/debugedit.c.orig   2011-05-11 15:31:31.0 +
-+++ ./tools/debugedit.c2011-05-11 15:54:49.0 +
+--- ./tools/debugedit.c.orig   2011-05-20 11:26:04.0 +
 ./tools/debugedit.c2011-05-20 11:27:56.0 +
 @@ -158,7 +158,7 @@ strptr (DSO *dso, int sec, off_t offset)
{
  if (data->d_buf
@@ -76,7 +71,22 @@
  
  char *orig = strdup ((const char *) srcptr);
  
-@@ -756,21 +761,26 @@ edit_dwarf2_line (DSO *dso, uint32_t off
+@@ -717,10 +722,13 @@ edit_dwarf2_line (DSO *dso, uint32_t off
+ 
+   if (shrank > 0)
+   {
+-if (--shrank == 0)
++--shrank;
++#if 0
++if (shrank == 0)
+   error (EXIT_FAILURE, 0,
+  "canonicalization unexpectedly shrank by one character");
+ else
++#endif
+   {
+ memset (ptr, 'X', shrank);
+ ptr += shrank;
+@@ -756,21 +764,26 @@ edit_dwarf2_line (DSO *dso, uint32_t off
}
  dirty_section (DEBUG_STR);
}






Remember to have fun...

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



commit sqlite3 for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory
checked in at Fri May 20 14:36:25 CEST 2011.




--- sqlite3/sqlite3.changes 2011-04-13 18:11:00.0 +0200
+++ /mounts/work_src_done/STABLE/sqlite3/sqlite3.changes2011-05-20 
10:41:06.0 +0200
@@ -1,0 +2,9 @@
+Fri May 20 08:38:22 UTC 2011 - m...@novell.com
+
+- New Version: 3.7.6.3:
+  * Fix a problem with WAL mode which could cause transactions to
+silently rollback if the cache_size is set very small (less than
+10) and SQLite comes under memory pressure.
+- Enabled the column metadata APIs (bnc#383370).
+
+---

calling whatdependson for head-i586


Old:

  sqlite-autoconf-3070601.tar.bz2

New:

  sqlite-autoconf-3070603.tar.bz2



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.hok2QG/_old  2011-05-20 14:33:13.0 +0200
+++ /var/tmp/diff_new_pack.hok2QG/_new  2011-05-20 14:33:13.0 +0200
@@ -35,7 +35,7 @@
 Group:  Productivity/Databases/Servers
 Summary:Embeddable SQL Database Engine
 Url:http://www.sqlite.org/
-Version:3.7.6.1
+Version:3.7.6.3
 Release:1
 # bug437293
 %ifarch ppc64
@@ -129,6 +129,7 @@
 %setup -q -n sqlite-autoconf-%tarversion
 
 %build
+export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA"
 %configure --disable-static
 make
 

++ sqlite-autoconf-3070601.tar.bz2 -> sqlite-autoconf-3070603.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3070601/configure 
new/sqlite-autoconf-3070603/configure
--- old/sqlite-autoconf-3070601/configure   2011-04-13 17:10:43.0 
+0200
+++ new/sqlite-autoconf-3070603/configure   2011-05-19 15:35:28.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.62 for sqlite 3.7.6.1.
+# Generated by GNU Autoconf 2.62 for sqlite 3.7.6.3.
 #
 # Report bugs to .
 #
@@ -750,8 +750,8 @@
 # Identity of this package.
 PACKAGE_NAME='sqlite'
 PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.7.6.1'
-PACKAGE_STRING='sqlite 3.7.6.1'
+PACKAGE_VERSION='3.7.6.3'
+PACKAGE_STRING='sqlite 3.7.6.3'
 PACKAGE_BUGREPORT='http://www.sqlite.org'
 
 ac_unique_file="sqlite3.c"
@@ -1481,7 +1481,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sqlite 3.7.6.1 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.7.6.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1551,7 +1551,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of sqlite 3.7.6.1:";;
+ short | recursive ) echo "Configuration of sqlite 3.7.6.3:";;
esac
   cat <<\_ACEOF
 
@@ -1661,7 +1661,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sqlite configure 3.7.6.1
+sqlite configure 3.7.6.3
 generated by GNU Autoconf 2.62
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1675,7 +1675,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sqlite $as_me 3.7.6.1, which was
+It was created by sqlite $as_me 3.7.6.3, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   $ $0 $@
@@ -2372,7 +2372,7 @@
 
 # Define the identity of the package.
  PACKAGE='sqlite'
- VERSION='3.7.6.1'
+ VERSION='3.7.6.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -22176,7 +22176,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by sqlite $as_me 3.7.6.1, which was
+This file was extended by sqlite $as_me 3.7.6.3, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3,7 +3,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-sqlite config.status 3.7.6.1
+sqlite config.status 3.7.6.3
 configured by $0, generated by GNU Autoconf 2.62,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3070601/configure.ac 
new/sqlite-autoconf-3070603/configure.ac
--- old/sqlite-autoconf-3070601/configure.ac2011-04-13 17:10:28.0 
+0200
+++ new/sqlite-autoconf-3070603/configure.ac2011-05-19 15:35:13.0 
+0200
@@ -8,7 +8,7 @@
 #
 
 AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.7.6.1, http://www.sqlite.org)
+AC_INIT(sqlite, 3.7.6.3, http://

commit xorg-x11-libX11 for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-libX11 for openSUSE:Factory
checked in at Fri May 20 14:32:50 CEST 2011.




--- xorg-x11-libX11/xorg-x11-libX11.changes 2011-05-19 14:01:04.0 
+0200
+++ /mounts/work_src_done/STABLE/xorg-x11-libX11/xorg-x11-libX11.changes
2011-05-20 12:30:36.0 +0200
@@ -1,0 +2,5 @@
+Fri May 20 10:29:18 UTC 2011 - sndir...@novell.com
+
+- reverted previous change since it still results in a build cycle 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xorg-x11-libX11.spec ++
--- /var/tmp/diff_new_pack.KzKfZ8/_old  2011-05-20 14:31:09.0 +0200
+++ /var/tmp/diff_new_pack.KzKfZ8/_new  2011-05-20 14:31:09.0 +0200
@@ -17,7 +17,6 @@
 
 # norootforbuild
 
-%bcond_without documentation
 
 Name:   xorg-x11-libX11
 %define xcb 1
@@ -26,13 +25,10 @@
 %if %xcb
 BuildRequires:  xorg-x11-libxcb-devel
 %endif
-%if %{with documentation}
-BuildRequires:  xmlto
-%endif
 PreReq: coreutils
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:15
+Release:19
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Libraries
@@ -83,7 +79,7 @@
 
 %package devel
 License:MIT License (or similar)
-Summary:Headers and libraries mandatory for developing X11 applications
+Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/X11
 Provides:   xorg-x11-devel:/usr/X11R6/%{_lib}/libX11.so
 Requires:   xorg-x11-proto-devel %{name} = %{version}
@@ -117,28 +113,6 @@
 Takashi Fujiwara
 Warren Turkal
 
-%package doc
-
-Summary:X11 library reference 
-Group:  Documentation/HTML
-BuildArch:  noarch
-
-%description doc
-Documentation for this library can be found in the included man pages,
-the xlib spec from the doc/xorg-docs module, also available at:
-
-   http://xorg.freedesktop.org/releases/X11R7.0/doc/PDF/xlib.pdf
-
-and the O'Reilly Xlib books, which they have made freely available online,
-though only for older versions of X11:
-
- - X Series Volume 2: Xlib Reference Manual (1989, covers X11R3)
-   http://www.archive.org/details/xlibretmanver1102nyemiss
-
- - X Series Volume 2: Xlib Reference Manual, 2nd Edition (1990, covers X11R4)
-   http://www.archive.org/details/xlibrefmanv115ed02nyemiss
-
-
 %prep
 %setup -q -n libX11-%{dirsuffix}
 # make legal department happy (Bug #153744)
@@ -215,30 +189,24 @@
 
 %files
 %defattr(-,root,root)
+/usr/share/doc/libX11/
+%{_mandir}/man5/*
 %if %suse_version <= 1010
 /etc/profile.d/%name.csh
 /etc/profile.d/%name.sh
 %endif
 %{_libdir}/*.so.*
 /usr/share/X11/
-%doc COPYING README NEWS AUTHORS ChangeLog
-%doc %{_mandir}/man5/*
 
 %files devel
 %defattr(-,root,root)
 /usr/include/X11/*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%doc %{_mandir}/man3/*
+%{_mandir}/man3/*
 %if %suse_version <= 1110
 %{_libdir}/*.a
 %{_libdir}/*.la
-%doc COPYING
 %endif
 
-%files doc
-%defattr(-,root,root)
-%doc %{_datadir}/doc/libX11/
-%doc COPYING
-
 %changelog






Remember to have fun...

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



commit xorg-x11-proto-devel for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-proto-devel for 
openSUSE:Factory
checked in at Fri May 20 14:30:51 CEST 2011.




--- xorg-x11-proto-devel/xorg-x11-proto-devel.changes   2010-12-21 
04:20:53.0 +0100
+++ 
/mounts/work_src_done/STABLE/xorg-x11-proto-devel/xorg-x11-proto-devel.changes  
2011-05-18 21:17:37.0 +0200
@@ -1,0 +2,11 @@
+Wed May 18 19:17:03 UTC 2011 - giecr...@stegny.2a.pl
+
+- Fix XOrg bug #37316
+
+---
+Fri Mar 18 12:52:00 UTC 2011 - fcro...@novell.com
+
+- fixesproto 5.0
+  * fixesproto v5: Pointer barriers
+
+---

calling whatdependson for head-i586


Old:

  fixesproto-4.1.2.tar.bz2

New:

  _service
  _service:download_files:util-macros-1.13.0.tar.bz2
  fixesproto-5.0.tar.bz2
  xorg-patch5473.patch



Other differences:
--
++ xorg-x11-proto-devel.spec ++
--- /var/tmp/diff_new_pack.eppHBU/_old  2011-05-20 14:29:01.0 +0200
+++ /var/tmp/diff_new_pack.eppHBU/_new  2011-05-20 14:29:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-proto-devel (Version 7.6)
+# spec file for package xorg-x11-proto-devel
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Provides:   pkgconfig(applewmproto) pkgconfig(bigreqsprot) 
pkgconfig(compositeproto) pkgconfig(damageproto) pkgconfig(dmxproto) 
pkgconfig(dri2proto) pkgconfig(evieext) pkgconfig(fixesproto) 
pkgconfig(fontcacheproto) pkgconfig(fontsproto) pkgconfig(glproto) 
pkgconfig(inputproto) pkgconfig(kbproto) pkgconfig(libpthread-stubs) 
pkgconfig(printproto) pkgconfig(randrproto) pkgconfig(recordproto) 
pkgconfig(renderproto) pkgconfig(resourceproto) pkgconfig(scrnsaveproto) 
pkgconfig(trapproto) pkgconfig(util-macros) pkgconfig(videoproto) 
pkgconfig(vncproto) pkgconfig(windowswmproto) pkgconfig(xcb-proto) 
pkgconfig(xcliplistproto) pkgconfig(xcmiscproto) pkgconfig(x86bigfontproto) 
pkgconfig(xf86dgaproto) pkgconfig(xf86driproto) pkgconfig(xf86miscproto) 
pkgconfig(xf86rushproto) pkgconfig(xf86vidmodeproto) pkgconfig(xineramaproto) 
pkgconfig(xproto) pkgconfig(xproxymanagementprotocol)
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:1
+Release:20
 License:GPLv2+ ; MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  Development/Libraries/X11
@@ -34,7 +34,7 @@
 Source2:compositeproto-0.4.2.tar.bz2
 Source3:damageproto-1.2.1.tar.bz2
 Source4:dmxproto-2.3.tar.bz2
-Source5:fixesproto-4.1.2.tar.bz2
+Source5:fixesproto-5.0.tar.bz2
 Source6:fontcacheproto-0.1.3.tar.bz2
 Source7:fontsproto-2.1.1.tar.bz2
 Source8:glproto-1.4.12.tar.bz2
@@ -47,7 +47,7 @@
 Source15:   resourceproto-1.1.1.tar.bz2
 Source16:   scrnsaverproto-1.2.1.tar.bz2
 Source17:   trapproto-X11R7.0-3.4.3.tar.bz2
-Source18:   util-macros-1.11.0.tar.bz2
+Source18:   
ftp://ftp.fu-berlin.de/unix/X11/FTP.X.ORG/pub/individual/util/util-macros-1.13.0.tar.bz2
 Source19:   videoproto-2.3.1.tar.bz2
 Source20:   windowswmproto-1.0.4.tar.bz2
 Source21:   xcmiscproto-1.2.1.tar.bz2
@@ -67,6 +67,7 @@
 Source35:   vncproto-20070501.tar.bz2
 Source36:   xcliplistproto-20070501.tar.bz2
 Source37:   dri2proto-2.3.tar.bz2
+Patch1: 
[http:]//patchwork.freedesktop.org/patch/5473/raw/xorg-patch5473.patch 
 Requires:   glibc-devel python-base = %{py_ver}
 
 %description
@@ -92,6 +93,8 @@
 %prep
 %setup -T -c %{name}
 for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
+cd util-macros-1.11.0
+%patch1 -p1
 
 %build
 

++ _service ++

  
++ fixesproto-4.1.2.tar.bz2 -> fixesproto-5.0.tar.bz2 ++
 6051 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fixesproto-4.1.2/COPYING new/fixesproto-5.0/COPYING
--- old/fixesproto-4.1.2/COPYING2010-10-30 05:58:47.0 +0200
+++ new/fixesproto-5.0/COPYING  2011-02-23 17:47:21.0 +0100
@@ -1,4 +1,5 @@
 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+Copyright 2010 Red Hat, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the

commit rpmlint-Factory for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory
checked in at Fri May 20 13:25:05 CEST 2011.




--- rpmlint-Factory/rpmlint-Factory.changes 2010-11-22 08:05:04.0 
+0100
+++ /mounts/work_src_done/STABLE/rpmlint-Factory/rpmlint-Factory.changes
2011-05-20 11:17:50.0 +0200
@@ -1,0 +2,15 @@
+Fri May 20 11:16:46 CEST 2011 - dmuel...@suse.de
+
+- set security team checks as nonfilterable
+
+---
+Tue May 17 09:52:27 UTC 2011 - lnus...@suse.de
+
+- dir-or-file-in-var-run -> non-ghost-in-var-run
+
+---
+Fri May 13 16:01:29 CEST 2011 - dmuel...@suse.de
+
+- set shlib-policy and permissions check as nonfilterable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint-Factory.spec ++
--- /var/tmp/diff_new_pack.hAfSw9/_old  2011-05-20 13:23:57.0 +0200
+++ /var/tmp/diff_new_pack.hAfSw9/_new  2011-05-20 13:23:57.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rpmlint-Factory (Version 1.0)
+# spec file for package rpmlint-Factory
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Requires:   rpmlint-mini
 Summary:Rpm correctness checker - Factory configuration
 Version:1.0
-Release:62
+Release:68
 Url:http://rpmlint.zarb.org/
 License:GPLv2+
 Group:  System/Packages

++ config ++
--- /var/tmp/diff_new_pack.hAfSw9/_old  2011-05-20 13:23:57.0 +0200
+++ /var/tmp/diff_new_pack.hAfSw9/_new  2011-05-20 13:23:57.0 +0200
@@ -52,7 +52,7 @@
 setBadness('executable-docs', 900)
 
 setBadness('binary-in-etc', 900)
-setBadness('dir-or-file-in-var-run', 900)
+setBadness('non-ghost-in-var-run', 900)
 # too many failures for now
 #setBadness('dir-or-file-in-tmp', 900)
 
@@ -98,3 +98,12 @@
 setBadness('info-dir-file', 1)
 
 setBadness('suse-dbus-unauthorized-service', 1)
+
+setFilterException('suse-dbus-unauthorized-service')
+setFilterException('polkit-unauthorized-file')
+setFilterException('polkit-unauthorized-privilege')
+setFilterException('permissions-unauthorized-file')
+setFilterException('permissions-file-setuid-bit')
+
+# to be enabled later
+# setFilterException('shlib-policy-name-error')






Remember to have fun...

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