commit python-unittest2 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-unittest2 for 
openSUSE:Factory checked in at 2012-11-28 14:35:15

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


Package is python-unittest2, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-unittest2/python3-unittest2.changes   
2012-08-14 14:26:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-unittest2.new/python3-unittest2.changes  
2012-11-28 14:35:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 14:18:55 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-unittest2.spec ++
--- /var/tmp/diff_new_pack.Tqq0Xi/_old  2012-11-28 14:35:19.0 +0100
+++ /var/tmp/diff_new_pack.Tqq0Xi/_new  2012-11-28 14:35:19.0 +0100
@@ -27,14 +27,7 @@
 Source: 
http://pypi.python.org/packages/source/u/unittest2py3k/unittest2py3k-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
-%if 0%{?suse_version}  0%{?suse_version} = 1140
-%{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%endif
 Requires:   python(abi) = %{py3_ver}
-%if 0%{?suse_version}  0%{?suse_version}  1140
-BuildRequires:  python3-base
-%endif
 
 %if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
 BuildArchitectures: noarch
@@ -59,9 +52,5 @@
 %{_bindir}/unit2-python%{py3_ver}*
 %{python3_sitelib}/unittest2/
 %{python3_sitelib}/unittest2py3k-%{version}-py%{py3_ver}.egg-info
-%if 0%{?suse_version} = 1140
-%dir %{_prefix}/lib/python%{py3_ver}
-%dir %{python3_sitelib}
-%endif
 
 %changelog

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



commit python-warlock for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-warlock for openSUSE:Factory 
checked in at 2012-11-28 14:35:22

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


Package is python-warlock, Maintainer is cth...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.python-warlock.new/python-warlock.changes   
2012-11-28 14:35:25.0 +0100
@@ -0,0 +1,11 @@
+---
+Thu Nov 22 15:53:15 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.6.0:
+  + Upstream provides no changelog
+
+---
+Thu Jul 26 13:50:39 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  python-warlock.changes
  python-warlock.spec
  warlock-0.6.0.tar.gz



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

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


Name:   python-warlock
Version:0.6.0
Release:0
License:Apache-2.0
Summary:Python object model built on top of JSON schema
Url:http://github.com/bcwaldon/warlock
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/w/warlock/warlock-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-jsonschema
Requires:   python-jsonschema
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
Build self-validating python objects using JSON schemas

%prep
%setup -q -n warlock-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc LICENSE README.md
%{python_sitelib}/*

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



commit python-WebOb for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-WebOb for openSUSE:Factory 
checked in at 2012-11-28 14:35:30

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


Package is python-WebOb, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes
2012-09-23 21:10:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebOb.new/python-WebOb.changes   
2012-11-28 14:35:36.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 23 09:45:17 UTC 2012 - sasc...@suse.de
+
+- Add dependency on python-M2Crypto, otherwise you won't get HTTPS
+
+---
+Thu Nov 22 15:05:11 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.2.3:
+  + Fix parsing of form submissions where fields have 
transfer-content-encoding headers.
+- Build HTML documentation
+- Run testsuite
+- Split of doc package
+
+---

Old:

  WebOb-1.2.2.zip

New:

  WebOb-1.2.3.tar.gz



Other differences:
--
++ python-WebOb.spec ++
--- /var/tmp/diff_new_pack.A7S7D1/_old  2012-11-28 14:35:37.0 +0100
+++ /var/tmp/diff_new_pack.A7S7D1/_new  2012-11-28 14:35:37.0 +0100
@@ -17,26 +17,27 @@
 
 
 Name:   python-WebOb
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:WSGI request and response object
 License:MIT
 Group:  Development/Languages/Python
 Url:http://webob.org/
-Source: 
http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.zip
+Source: 
http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
+BuildRequires:  python-M2Crypto
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  unzip
+BuildRequires:  python-nose
+Requires:   python-M2Crypto
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-webob = %{version}
 Obsoletes:  python-webob  %{version}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 WebOb provides wrappers around the WSGI request environment, and an
@@ -46,18 +47,33 @@
 header parsing and accessors for other standard parts of the
 environment.
 
+%package doc
+Summary:WSGI request and response object - Documentation
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description doc
+This package contains documentation files for %{name}.
+
 %prep
 %setup -q -n WebOb-%{version}
 
 %build
 python setup.py build
+python setup.py build_sphinx  rm build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root,-)
-%doc docs/*
 %{python_sitelib}/*
 
+%files doc
+%defattr(-,root,root,-)
+%doc news build/sphinx/html
+
 %changelog

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



commit python-WebTest for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2012-11-28 14:35:35

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


Package is python-WebTest, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2012-09-23 21:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2012-11-28 14:35:37.0 +0100
@@ -1,0 +2,17 @@
+Thu Nov 22 15:13:50 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.4.2:
+  + fix tests error due to CLRF in a tarball
+- Changes from version 1.4.1:
+  + add travis-ci
+  + migrate repository to https://github.com/Pylons/webtest
+  + Fix a typo in apps.py: selectedIndicies
+  + Preserve field order during parsing (support for deform and such)
+  + Allow equals sign in the cookie by spliting name-value-string pairs on the
+first ‘=’ sign as per http://tools.ietf.org/html/rfc6265#section-5.2
+  + fix an error when you use AssertionError(response) with unicode chars in 
response
+- Build HTML documentaton
+- Run testsuite
+- Split of doc package
+
+---

Old:

  WebTest-1.4.0.tar.gz

New:

  WebTest-1.4.2.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.AKK2gD/_old  2012-11-28 14:35:38.0 +0100
+++ /var/tmp/diff_new_pack.AKK2gD/_new  2012-11-28 14:35:38.0 +0100
@@ -17,21 +17,29 @@
 
 
 Name:   python-WebTest
-Version:1.4.0
+Version:1.4.2
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
+BuildRequires:  python-base
 BuildRequires:  python-distribute
+BuildRequires:  unzip
+# Documentation build requirements:
+BuildRequires:  python-Sphinx
+# Test build requirements:
+BuildRequires:  python-WebOb
+BuildRequires:  python-coverage
+BuildRequires:  python-nose
+BuildRequires:  python-unittest2
 Requires:   python-WebOb
 Provides:   python-webtest = %{version}
 Obsoletes:  python-webtest  %{version}
 %if 0%{?suse_version}  0%{?suse_version} = 1110
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch
 %endif
@@ -43,19 +51,34 @@
 This provides convenient full-stack testing of applications written
 with any WSGI-compatible framework.
 
+%package doc
+Summary:Helper to test WSGI applications - Documentation
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description doc
+This package contains documentation files for %{name}.
+
 %prep
 %setup -q -n WebTest-%{version}
-mv docs/_build docs/html
 
 %build
 python setup.py build
+python setup.py build_sphinx  rm build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root,-)
-%doc docs/html
+%doc README.rst
 %{python_sitelib}/*
 
+%files doc
+%defattr(-,root,root,-)
+%doc build/sphinx/html
+
 %changelog

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



commit php5-pear-Horde_Exception for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Exception for 
openSUSE:Factory checked in at 2012-11-28 14:52:08

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Exception (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Exception.new (New)


Package is php5-pear-Horde_Exception, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Exception/php5-pear-Horde_Exception.changes
  2012-02-15 15:59:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Exception.new/php5-pear-Horde_Exception.changes
 2012-11-28 14:52:09.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 14:59:55 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Update Croatian translation.
+- [jan] Update Estonian translation.
+- [jan] Inherit details from wrapped exception.
+
+
+---

Old:

  Horde_Exception-1.0.8.tgz

New:

  Horde_Exception-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Exception.spec ++
--- /var/tmp/diff_new_pack.2Qit2D/_old  2012-11-28 14:52:11.0 +0100
+++ /var/tmp/diff_new_pack.2Qit2D/_new  2012-11-28 14:52:11.0 +0100
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Exception Handler
+Summary:Horde Exception Handler
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Exception
-Version:1.0.8
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Exception-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Exception
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Translation  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Exception
 %define pear_sname horde_exception
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This class provides the default exception handlers for the Horde

++ Horde_Exception-1.0.8.tgz - Horde_Exception-2.0.1.tgz ++
 5382 lines of diff (skipped)

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



commit php5-pear-Horde_Feed for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Feed for 
openSUSE:Factory checked in at 2012-11-28 14:52:11

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Feed (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Feed.new (New)


Package is php5-pear-Horde_Feed, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Feed/php5-pear-Horde_Feed.changes
2012-01-24 12:20:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Feed.new/php5-pear-Horde_Feed.changes
   2012-11-28 14:52:13.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 18:58:39 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Fix tests to work with PHPUnit 3.6.
+
+
+---

Old:

  Horde_Feed-1.1.1.tgz

New:

  Horde_Feed-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Feed.spec ++
--- /var/tmp/diff_new_pack.8PeMBo/_old  2012-11-28 14:52:14.0 +0100
+++ /var/tmp/diff_new_pack.8PeMBo/_new  2012-11-28 14:52:14.0 +0100
@@ -24,26 +24,30 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Feed
-Version:1.1.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Feed-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Feed
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Http  
2.0.0, php5-pear-Horde_Xml_Element  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Http = 
2.0.0, php5-pear-Horde_Xml_Element = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Http = 2.0.0
+Requires:   php5-pear-Horde_Xml_Element = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Feed
 %define pear_sname horde_feed
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides support for working with feed formats such as RSS and

++ Horde_Feed-1.1.1.tgz - Horde_Feed-2.0.1.tgz ++
 117805 lines of diff (skipped)

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



commit php5-pear-Horde_Form for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Form for 
openSUSE:Factory checked in at 2012-11-28 14:52:16

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Form (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Form.new (New)


Package is php5-pear-Horde_Form, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Form/php5-pear-Horde_Form.changes
2012-02-15 15:59:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Form.new/php5-pear-Horde_Form.changes
   2012-11-28 14:52:19.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 18:59:58 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.0
+- [mjr] Add remove button to image fields (Request # 9870).
+- [mms] SECURITY: Fix XSS vulnerability in email validation.
+- [jan] Add parameters to specify field size of phone and email fields.
+
+
+---

Old:

  Horde_Form-1.0.5.tgz

New:

  Horde_Form-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Form.spec ++
--- /var/tmp/diff_new_pack.gsZoM6/_old  2012-11-28 14:52:20.0 +0100
+++ /var/tmp/diff_new_pack.gsZoM6/_new  2012-11-28 14:52:20.0 +0100
@@ -19,30 +19,40 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Form API
+Summary:Horde Form API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Form
-Version:1.0.5
+Version:2.0.0
 Release:0
 Source0:http://pear.horde.org/get/Horde_Form-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Form
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Core  2.0.0, php5-pear-Horde_Date  2.0.0, 
php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Mime  2.0.0, 
php5-pear-Horde_Nls  2.0.0, php5-pear-Horde_Token  2.0.0, 
php5-pear-Horde_Translation  2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear = 
1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Core = 2.0.0
+Requires:   php5-pear-Horde_Date = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Mime = 2.0.0
+Requires:   php5-pear-Horde_Nls = 2.0.0
+Requires:   php5-pear-Horde_Token = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Form
 %define pear_sname horde_form
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Form package provides form rendering, validation, and other
@@ -94,5 +104,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Form.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Form-1.0.5.tgz - Horde_Form-2.0.0.tgz ++
 35362 lines of diff (skipped)

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



commit php5-pear-Horde_Group for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Group for 
openSUSE:Factory checked in at 2012-11-28 14:52:21

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Group (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Group.new (New)


Package is php5-pear-Horde_Group, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Group/php5-pear-Horde_Group.changes  
2012-02-01 09:58:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Group.new/php5-pear-Horde_Group.changes
 2012-11-28 14:52:23.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 17:57:38 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Allow to run unit tests from installed package.
+- [jan] Use configured filter when listing groups (Jesse Sandberg 
jesse.sandb...@verkkokauppa.com, Bug #10975).
+
+
+---

Old:

  Horde_Group-1.0.4.tgz

New:

  Horde_Group-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Group.spec ++
--- /var/tmp/diff_new_pack.TZdryU/_old  2012-11-28 14:52:24.0 +0100
+++ /var/tmp/diff_new_pack.TZdryU/_new  2012-11-28 14:52:24.0 +0100
@@ -15,35 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde User Groups System
+Summary:Horde User Groups System
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Group
-Version:1.0.4
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Group-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Group
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Util  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Group
 %define pear_sname horde_group
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Package for managing and accessing the Horde groups system.

++ Horde_Group-1.0.4.tgz - Horde_Group-2.0.1.tgz ++
 6377 lines of diff (skipped)

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



commit php5-pear-Horde_History for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_History for 
openSUSE:Factory checked in at 2012-11-28 14:52:25

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_History (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_History.new (New)


Package is php5-pear-Horde_History, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_History/php5-pear-Horde_History.changes
  2011-09-23 12:40:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_History.new/php5-pear-Horde_History.changes
 2012-11-28 14:52:28.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 20 19:03:00 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.1
+
+---
+Sun Aug 14 21:02:17 UTC 2011 - l...@b1-systems.de
+
+- explicitly say lgplv2.1
+
+---

Old:

  Horde_History-1.0.0.tgz

New:

  Horde_History-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_History.spec ++
--- /var/tmp/diff_new_pack.pQNGbx/_old  2012-11-28 14:52:29.0 +0100
+++ /var/tmp/diff_new_pack.pQNGbx/_new  2012-11-28 14:52:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_History
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,31 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: API for tracking the history of an object
+Summary:API for tracking the history of an object
+License:LGPL-2.1
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_History
-Version:1.0.0
-Release:1
-License:LGPL
-Group:  Development/Libraries/PHP
+Version:2.0.1
+Release:0
 Source0:http://pear.horde.org/get/Horde_History-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_History
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Db  2.0.0, php5-pear-Horde_Exception  2.0.0, 
php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Db = 2.0.0, php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Db = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_History
 %define pear_sname horde_history
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_History API provides a way to track changes on arbitrary pieces
@@ -95,5 +98,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_History.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_History-1.0.0.tgz - Horde_History-2.0.1.tgz ++
 3532 lines of diff (skipped)

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



commit php5-pear-Horde_Http for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Http for 
openSUSE:Factory checked in at 2012-11-28 14:52:30

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Http (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Http.new (New)


Package is php5-pear-Horde_Http, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Http/php5-pear-Horde_Http.changes
2012-01-19 11:06:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Http.new/php5-pear-Horde_Http.changes
   2012-11-28 14:52:33.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 20 19:07:42 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [gwr] Support multiple mock responses with the mock request.
+- [gwr] Fixed setting response headers for the mock response.
+- [cjh] Fix infinite loop on unknown parameters being set.
+- [cjh] Return real data for HTTP 4xx and 5xx responses when using fopen().
+- [cjh] Fix setting PUT data in the Peclhttp Horde_Http_Request class.
+
+
+---

Old:

  Horde_Http-1.1.0.tgz

New:

  Horde_Http-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Http.spec ++
--- /var/tmp/diff_new_pack.OnGEiV/_old  2012-11-28 14:52:34.0 +0100
+++ /var/tmp/diff_new_pack.OnGEiV/_new  2012-11-28 14:52:34.0 +0100
@@ -19,32 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde HTTP libraries
+Summary:Horde HTTP libraries
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Http
-Version:1.1.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Http-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Http
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Support  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Http
 %define pear_sname horde_http
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides a set of classes for making HTTP requests.

++ Horde_Http-1.1.0.tgz - Horde_Http-2.0.1.tgz ++
 3985 lines of diff (skipped)

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



commit php5-pear-Horde_Icalendar for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Icalendar for 
openSUSE:Factory checked in at 2012-11-28 14:52:36

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Icalendar (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Icalendar.new (New)


Package is php5-pear-Horde_Icalendar, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Icalendar/php5-pear-Horde_Icalendar.changes
  2012-02-15 15:59:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Icalendar.new/php5-pear-Horde_Icalendar.changes
 2012-11-28 14:52:39.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 16:15:58 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Allow to pass multiple parameter values in setAttribute() (Bug #7248).
+- [jan] Fix compatibility with Horde_SyncMl (Bug #10908).
+- [mms] Trim UTF-8 BOM from vCal data.
+
+
+---

Old:

  Horde_Icalendar-1.1.0.tgz

New:

  Horde_Icalendar-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Icalendar.spec ++
--- /var/tmp/diff_new_pack.VetMZO/_old  2012-11-28 14:52:40.0 +0100
+++ /var/tmp/diff_new_pack.VetMZO/_new  2012-11-28 14:52:40.0 +0100
@@ -19,30 +19,38 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: iCalendar API
+Summary:Horde iCalendar API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Icalendar
-Version:1.1.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Icalendar-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Icalendar
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear-Horde_Mime  2.0.0, php5-pear-Horde_Support  2.0.0, 
php5-pear-Horde_Translation  2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear = 
1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Date = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Mime = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util =  2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Icalendar
 %define pear_sname horde_icalendar
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides an API for dealing with iCalendar data.

++ Horde_Icalendar-1.1.0.tgz - Horde_Icalendar-2.0.1.tgz ++
 28410 lines of diff (skipped)

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



commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory checked in at 2012-11-28 14:52:44

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new (New)


Package is php5-pear-Horde_Imap_Client, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
  2012-01-19 16:56:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new/php5-pear-Horde_Imap_Client.changes
 2012-11-28 14:52:46.0 +0100
@@ -1,0 +2,89 @@
+Tue Nov 27 21:16:58 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.2.2
+- [jan] Add Dutch translation (Arjen de Korte build+ho...@de-korte.org).
+- [mms] Fix returning UIDNEXT when using UIDNEXT_FORCE and the server does not 
automatically return this information.
+- [mms] Significant optimization to append() command.
+- [mms] Add abstracted syncing methods to Horde_Imap_Client_Base.
+- [mms] Workaround broken BINARY extension on Cyrus servers.
+
+
+---
+Tue Nov 20 15:36:43 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.2.0
+- [mms] LIST-STATUS does not depend on LIST-EXTENDED.
+- [mms] Add dependency checking for capabilities.
+- [mms] Allow multiple date searches to be specified in a single AND search 
query.
+- [mms] Fix deleting cached mailbox when mailbox name is given as an object.
+- [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command 
(Bug #10915).
+- [jan] Add German translation.
+- [jan] Add Spanish translation (Manuel P. Ayala may...@unex.es).
+- [mms] Implement more efficient serialization for Thread data objects.
+- [mms] Move server debug information from exception error message to 
'details' property of exception object.
+- [mms] Fix METADATA_TOOMANY and METADATA_NOPRIVATE exception codes.
+- [mms] All user-directed exception messages are now translated.
+- [mms] Added Horde_Imap_Client_Exception_NoSupportExtension.
+- [mms] Incorrect method calls now throw SPL errors instead of 
Horde_Imap_Client_Exceptions.
+- [jan] Fix translations when installed through PEAR.
+- [mms] Fix objects where the password is not being encrypted (Bug #10950).
+- [mms] Workaround non-ASCII data in bodystructure return from IMAP server.
+- [mms] Fix several faulty translation strings (Bug #10958).
+- [mms] Re-release of 1.4.3 due to broken PEAR .tgz package.
+- [mms] Add Horde_Imap_Client_Base#setParam() (Bug #10680).
+- [mms] Return correct authentication error if authentication fails after the 
original login (Bug #11007).
+- [mms] Do case-insensitive check for NIL in IMAP data.
+- [mms] Correctly support RFC 822 groups in envelope data.
+- [mms] Envelope address data now returned as Horde_Mail_Rfc822_Address 
objects.
+- [mms] Other places where bodystructure may return literals.
+- [mms] Workaround PHP bug when using serialized Envelope data created by 
Horde_Imap_Client  1.5.0 (Bug #11026).
+- [mms] Fix accessing STATUS information for mailboxes with non 7-bit 
characters.
+- [mms] Fix 'vanished' return from fetch().
+- [mms] Fix CHANGEDSINCE search if no FETCH attributes were specified (Bug 
#11132).
+- [mms] Fix search charset detection for servers that do not send the 
BADCHARSET response code (Bug #7).
+- [mms] Workaround IMAP servers with broken CATENATE implementations (Bug 
#1).
+- [jan] Fix sending ID requests.
+- [jan] Add Finnish translation (Leena Heino li...@uta.fi).
+- [mms] Rewrite of caching system. Fixes a few bugs, and should be more 
efficient.
+- [mms] Clear imapproxy status when logging out.
+- [mms] Fixed PHP 5.2 incompatibility (Bug #11137).
+- [mms] Fix regression in caching code (Bug #11143).
+- [mms] Improved handling of multi-accessed mailboxes and the 
FETCH/STORE/SEARCH commands (RFC 2180 [2-4]).
+- [mms] Fix sorting of numeric mailboxes with leading zeros.
+- [mms] Optimize statusMultiple() when polling mailboxes containing wildcard 
characters.
+- [mms] Correctly handle any resource key supported by the QUOTA extension.
+- [mms] Fix determining sequence numbers when caching is active (Bug #11294).
+- [mms] Fix CRAM-MD5 authentication (Bug #11449; patric...@patrickdk.com).
+- [mms] Allow SSL version to be explicitly chosen via 'secure' configuration 
option (Request #11435).
+- [mms] Fix POP3 regression that broken envelope data parsing (Bug #11477).
+- [mms] Fix outputting the host part when using 
Horde_Imap_Client_Utils#createUrl().
+- [mms] Fix obtaining UIDs for APPENDed messages when the server doesn't 
support APPENDUID.
+- [mms] Fix reinitializing a prior authenticated client object when the IMAP 
server subsequently becomes unavailable (Bug #11413).
+- [mms] Fix CRAM-MD5 

commit php5-pear-Horde_Imsp for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Imsp for 
openSUSE:Factory checked in at 2012-11-28 14:52:49

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imsp (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imsp.new (New)


Package is php5-pear-Horde_Imsp, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imsp/php5-pear-Horde_Imsp.changes
2012-02-15 15:59:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imsp.new/php5-pear-Horde_Imsp.changes
   2012-11-28 14:52:51.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 19:10:44 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Update Japanese translation (Hiromi Kimura hir...@tac.tsukuba.ac.jp).
+
+
+---

Old:

  Horde_Imsp-1.0.6.tgz

New:

  Horde_Imsp-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Imsp.spec ++
--- /var/tmp/diff_new_pack.X1hSu1/_old  2012-11-28 14:52:52.0 +0100
+++ /var/tmp/diff_new_pack.X1hSu1/_new  2012-11-28 14:52:52.0 +0100
@@ -15,34 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: IMSP API
+Summary:Horde IMSP API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Imsp
-Version:1.0.6
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Imsp-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Imsp
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Translation = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Imsp
 %define pear_sname horde_imsp
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Provides an API into an IMSP server for address books and options.

++ Horde_Imsp-1.0.6.tgz - Horde_Imsp-2.0.1.tgz ++
 8115 lines of diff (skipped)

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



commit php5-pear-Horde_Injector for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Injector for 
openSUSE:Factory checked in at 2012-11-28 14:52:53

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Injector (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Injector.new (New)


Package is php5-pear-Horde_Injector, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Injector/php5-pear-Horde_Injector.changes
2012-02-16 12:26:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Injector.new/php5-pear-Horde_Injector.changes
   2012-11-28 14:52:55.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 19:11:41 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Fix tests to work with PHPUnit 3.6.
+
+
+---

Old:

  Horde_Injector-1.0.1.tgz

New:

  Horde_Injector-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Injector.spec ++
--- /var/tmp/diff_new_pack.Gm3niK/_old  2012-11-28 14:52:57.0 +0100
+++ /var/tmp/diff_new_pack.Gm3niK/_new  2012-11-28 14:52:57.0 +0100
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde dependency injection container
+Summary:Horde dependency injection container
 License:BSD-2-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Injector
-Version:1.0.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Injector-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Injector
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.8.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Injector
 %define pear_sname horde_injector
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 A depedency injection container for the Horde Framework.

++ Horde_Injector-1.0.1.tgz - Horde_Injector-2.0.1.tgz ++
 5468 lines of diff (skipped)

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



commit php5-pear-Horde_Itip for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Itip for 
openSUSE:Factory checked in at 2012-11-28 14:52:57

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Itip (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Itip.new (New)


Package is php5-pear-Horde_Itip, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Itip/php5-pear-Horde_Itip.changes
2012-01-19 16:56:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Itip.new/php5-pear-Horde_Itip.changes
   2012-11-28 14:53:01.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 19:18:27 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Add Estonian translation.
+- [jan] Fix line breaks of iTip responses when using quoted-printable encoding 
(Bug #10888).
+
+
+---

Old:

  Horde_Itip-1.0.6.tgz

New:

  Horde_Itip-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Itip.spec ++
--- /var/tmp/diff_new_pack.FMFpbf/_old  2012-11-28 14:53:03.0 +0100
+++ /var/tmp/diff_new_pack.FMFpbf/_new  2012-11-28 14:53:03.0 +0100
@@ -24,27 +24,30 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Itip
-Version:1.0.6
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Itip-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Itip
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Icalendar php5-pear-Horde_Mime
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Icalendar = 2.0.0
+Requires:   php5-pear-Horde_Mime = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Itip
 %define pear_sname horde_itip
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This class allows to generate MIME encapsulated responses to iCalendar 
invitations

++ Horde_Itip-1.0.6.tgz - Horde_Itip-2.0.1.tgz ++
 12424 lines of diff (skipped)

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



commit php5-pear-Horde_Kolab_Format for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Format for 
openSUSE:Factory checked in at 2012-11-28 14:53:03

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Format (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Format.new (New)


Package is php5-pear-Horde_Kolab_Format, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Format/php5-pear-Horde_Kolab_Format.changes
2012-02-15 15:59:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Format.new/php5-pear-Horde_Kolab_Format.changes
   2012-11-28 14:53:08.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 19:19:44 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [gwr] Fixed datatype for birthday and anniversary contact attributes.
+- [gwr] Completed missing data API v1 support.
+- [jan] Fix parsing composite phone fields 
(alexander.haen...@ipc.uni-tuebingen.de, Bug #11047).
+
+
+---

Old:

  Horde_Kolab_Format-1.1.1.tgz

New:

  Horde_Kolab_Format-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Kolab_Format.spec ++
--- /var/tmp/diff_new_pack.yHV2vb/_old  2012-11-28 14:53:09.0 +0100
+++ /var/tmp/diff_new_pack.yHV2vb/_new  2012-11-28 14:53:09.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
@@ -23,25 +24,28 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Kolab_Format
-Version:1.1.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Kolab_Format-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Kolab_Format
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Kolab_Format
 %define pear_sname horde_kolab_format
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package allows to convert Kolab data objects from XML to hashes.

++ Horde_Kolab_Format-1.1.1.tgz - Horde_Kolab_Format-2.0.1.tgz ++
 28073 lines of diff (skipped)

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



commit php5-pear-Horde_Kolab_Server for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Server for 
openSUSE:Factory checked in at 2012-11-28 14:53:10

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Server (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Server.new (New)


Package is php5-pear-Horde_Kolab_Server, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Server/php5-pear-Horde_Kolab_Server.changes
2012-01-24 12:20:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Server.new/php5-pear-Horde_Kolab_Server.changes
   2012-11-28 14:53:14.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 19:20:51 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [rla] Add license file.
+- [jan] Fix tests to work with PHPUnit 3.6.
+
+
+---

Old:

  Horde_Kolab_Server-1.0.1.tgz

New:

  Horde_Kolab_Server-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Kolab_Server.spec ++
--- /var/tmp/diff_new_pack.ybfmz1/_old  2012-11-28 14:53:15.0 +0100
+++ /var/tmp/diff_new_pack.ybfmz1/_new  2012-11-28 14:53:15.0 +0100
@@ -19,30 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: A package for manipulating the Kolab user database
+Summary:A package for manipulating the Kolab user database
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Kolab_Server
-Version:1.0.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Kolab_Server-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Kolab_Server
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Auth  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Auth = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Kolab_Server
 %define pear_sname horde_kolab_server
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package allows to read/write entries in the Kolab user

++ Horde_Kolab_Server-1.0.1.tgz - Horde_Kolab_Server-2.0.1.tgz ++
 51076 lines of diff (skipped)

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



commit php5-pear-Horde_Kolab_Session for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Session for 
openSUSE:Factory checked in at 2012-11-28 14:53:12

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Session (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Session.new (New)


Package is php5-pear-Horde_Kolab_Session, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Session/php5-pear-Horde_Kolab_Session.changes
  2011-09-23 12:40:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Session.new/php5-pear-Horde_Kolab_Session.changes
 2012-11-28 14:53:15.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 19:22:13 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [gwr] Added a backend that avoids querying LDAP.
+- [rla] Add license file.
+- [jan] Fix enabling TLS encryption (Bug #11034).
+
+
+---

Old:

  Horde_Kolab_Session-1.1.0.tgz

New:

  Horde_Kolab_Session-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Kolab_Session.spec ++
--- /var/tmp/diff_new_pack.Eve2fg/_old  2012-11-28 14:53:16.0 +0100
+++ /var/tmp/diff_new_pack.Eve2fg/_new  2012-11-28 14:53:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Kolab_Session
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,29 +20,33 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: A package managing an active Kolab session
-
-Name:   php5-pear-Horde_Kolab_Session
-Version:1.1.0
-Release:1
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
+
+Name:   php5-pear-Horde_Kolab_Session
+Version:2.0.1
+Release:0
 Source0:http://pear.horde.org/get/Horde_Kolab_Session-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Kolab_Session
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, 
php5-pear-Horde_Kolab_Server  2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Kolab_Server = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Kolab_Session
 %define pear_sname horde_kolab_session
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package handles a Kolab session. It allows to authenticate against
@@ -91,7 +95,7 @@
 
 %files
 %defattr(-,root,root)
-
+%doc %{_docdir}/%{name}
 %{peardir}/*
 %{xmldir}/Horde_Kolab_Session.xml
 

++ Horde_Kolab_Session-1.1.0.tgz - Horde_Kolab_Session-2.0.1.tgz ++
 8011 lines of diff (skipped)

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



commit php5-pear-Horde_Kolab_Storage for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Storage for 
openSUSE:Factory checked in at 2012-11-28 14:53:16

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Storage (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Storage.new (New)


Package is php5-pear-Horde_Kolab_Storage, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Kolab_Storage/php5-pear-Horde_Kolab_Storage.changes
  2012-01-24 12:20:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Kolab_Storage.new/php5-pear-Horde_Kolab_Storage.changes
 2012-11-28 14:53:20.0 +0100
@@ -1,0 +2,16 @@
+Tue Nov 20 19:25:44 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [gwr] Readded support for updating Horde_History.
+- [gwr] Fixed support for multiple namespaces of the same type.
+- [jan] Update Latvian translation.
+- [gwr] Added support for retrieving objects by backend id.
+- [gwr] Added a handler for active sync settings.
+- [gwr] Added preference data query.
+- [gwr] Added support for storing data query results in the cache.
+- [gwr] Added support for deleting messages by backend UID.
+- [jan] Updated Spanish translation.
+- [gwr] Added logging for data handlers.
+
+
+---

Old:

  Horde_Kolab_Storage-1.1.0.tgz

New:

  Horde_Kolab_Storage-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Kolab_Storage.spec ++
--- /var/tmp/diff_new_pack.fK3Lb2/_old  2012-11-28 14:53:21.0 +0100
+++ /var/tmp/diff_new_pack.fK3Lb2/_new  2012-11-28 14:53:21.0 +0100
@@ -19,37 +19,39 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: A package for handling Kolab data stored on an IMAP 
server
+Summary:A package for handling Kolab data stored on an IMAP server
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Kolab_Storage
-Version:1.1.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Kolab_Storage-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Kolab_Storage
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Cache  2.0.0
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Kolab_Format  2.0.0
-Requires:   php5-pear-Horde_Mime  2.0.0
-Requires:   php5-pear-Horde_Translation  2.0.0
-Requires:   php5-pear-Horde_Support  2.0.0
-Requires:   php5-pear-Horde_Util  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Cache = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Kolab_Format = 2.0.0
+Requires:   php5-pear-Horde_Mime = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Kolab_Storage
 %define pear_sname horde_kolab_storage
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Storing user data in an IMAP account belonging to the user is one of the

++ Horde_Kolab_Storage-1.1.0.tgz - Horde_Kolab_Storage-2.0.1.tgz ++
 75815 lines of diff (skipped)

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



commit php5-pear-Horde_Ldap for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Ldap for 
openSUSE:Factory checked in at 2012-11-28 14:53:22

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Ldap (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Ldap.new (New)


Package is php5-pear-Horde_Ldap, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Ldap/php5-pear-Horde_Ldap.changes
2012-01-19 11:06:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Ldap.new/php5-pear-Horde_Ldap.changes
   2012-11-28 14:53:24.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 19:30:26 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Add missing test autoloader.
+- [jan] Throw exception if LDAP extension is missing.
+
+
+---

Old:

  Horde_Ldap-1.1.4.tgz

New:

  Horde_Ldap-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Ldap.spec ++
--- /var/tmp/diff_new_pack.j2rf25/_old  2012-11-28 14:53:25.0 +0100
+++ /var/tmp/diff_new_pack.j2rf25/_new  2012-11-28 14:53:25.0 +0100
@@ -19,31 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde LDAP libraries
+Summary:Horde LDAP libraries
 License:LGPL-3.0
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Ldap
-Version:1.1.4
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Ldap-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Ldap
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Util  
2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Ldap
 %define pear_sname horde_ldap
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides a set of classes for connecting to LDAP servers and

++ Horde_Ldap-1.1.4.tgz - Horde_Ldap-2.0.1.tgz ++
 16380 lines of diff (skipped)

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



commit php5-pear-Horde_Log for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Log for 
openSUSE:Factory checked in at 2012-11-28 14:53:31

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Log (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Log.new (New)


Package is php5-pear-Horde_Log, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Log/php5-pear-Horde_Log.changes  
2011-12-19 16:10:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Log.new/php5-pear-Horde_Log.changes 
2012-11-28 14:53:34.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 15:38:40 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Add 'ident' option to all handlers (Gon�alo Queir�s 
goncalo.quei...@portugalmail.net, Request #9322).
+- [gwr] Fix installation paths (Bug #10588)
+
+
+---

Old:

  Horde_Log-1.1.1.tgz

New:

  Horde_Log-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Log.spec ++
--- /var/tmp/diff_new_pack.k6CRHK/_old  2012-11-28 14:53:35.0 +0100
+++ /var/tmp/diff_new_pack.k6CRHK/_new  2012-11-28 14:53:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Log
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,26 +24,29 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Log
-Version:1.1.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Log-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Log
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Constraint  2.0.0, php5-pear-Horde_Exception 
 2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Constraint = 2.0.0, php5-pear-Horde_Exception 
= 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Constraint = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Log
 %define pear_sname horde_log
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Horde Logging package with configurable handlers, filters, and formatting.
@@ -94,5 +97,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Log.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Log-1.1.1.tgz - Horde_Log-2.0.1.tgz ++
 5600 lines of diff (skipped)

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



commit php5-pear-Horde_LoginTasks for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_LoginTasks for 
openSUSE:Factory checked in at 2012-11-28 14:53:36

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_LoginTasks (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_LoginTasks.new (New)


Package is php5-pear-Horde_LoginTasks, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_LoginTasks/php5-pear-Horde_LoginTasks.changes
2012-02-15 16:17:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_LoginTasks.new/php5-pear-Horde_LoginTasks.changes
   2012-11-28 14:53:39.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 19:35:29 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Fix advancing tasks pointer if system tasks also exist for an 
application (Bug #9767).
+
+
+---

Old:

  Horde_LoginTasks-1.0.3.tgz

New:

  Horde_LoginTasks-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_LoginTasks.spec ++
--- /var/tmp/diff_new_pack.n9wHmv/_old  2012-11-28 14:53:40.0 +0100
+++ /var/tmp/diff_new_pack.n9wHmv/_new  2012-11-28 14:53:40.0 +0100
@@ -19,32 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Login Tasks System
+Summary:Horde Login Tasks System
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_LoginTasks
-Version:1.0.3
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_LoginTasks-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_LoginTasks
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Translation  2.0.0
-Requires:   php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Translation = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_LoginTasks
 %define pear_sname horde_logintasks
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_LoginTasks library provides a set of methods for dealing with

++ Horde_LoginTasks-1.0.3.tgz - Horde_LoginTasks-2.0.1.tgz ++
 8166 lines of diff (skipped)

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



commit php5-pear-Horde_Mail for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Mail for 
openSUSE:Factory checked in at 2012-11-28 14:53:41

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Mail (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Mail.new (New)


Package is php5-pear-Horde_Mail, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Mail/php5-pear-Horde_Mail.changes
2012-01-19 11:06:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Mail.new/php5-pear-Horde_Mail.changes
   2012-11-28 14:53:43.0 +0100
@@ -1,0 +2,19 @@
+Tue Nov 20 15:41:02 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Fix line-endings for transport drivers that send messages using local 
tools/programs.
+- [mms] Created Horde_Mail_Rfc822_Address and Horde_Mail_Rfc822_Group objects 
to represent e-mail addresses.
+- [mms] Improved parser for e-mail addresses (Request #10949).
+- [mms] Added Horde_Mail_Rfc822_Address#encoded property.
+- [mms] Better support for IDN hosts in non-validate address parsing mode (Bug 
#11021).
+- [mms] Added Horde_Mail_Rfc822#trimAddress().
+- [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.
+- [mms] Horde_Mail_Rfc822#parseAddressList() now accepts 
Horde_Mail_Rfc822_Objects within the first argument.
+- [mms] The address and group objects now extend the base 
Horde_Mail_Rfc822_Object class.
+- [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.
+- [mms] First argument to Horde_Mail_Rfc822#parseAddressList() can now be an 
array of addresses.
+- [mms] Add Horde_Mail_Rfc822#encode().
+- [mms] Workaround unexpected return from PHP_EOL in Mail transport drivers.
+
+
+---

Old:

  Horde_Mail-1.0.3.tgz

New:

  Horde_Mail-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Mail.spec ++
--- /var/tmp/diff_new_pack.VjnO3s/_old  2012-11-28 14:53:44.0 +0100
+++ /var/tmp/diff_new_pack.VjnO3s/_new  2012-11-28 14:53:44.0 +0100
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Mail Library
+Summary:Horde Mail Library
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Mail
-Version:1.0.3
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Mail-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Mail
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Mail
 %define pear_sname horde_mail
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Mail library is a fork of the PEAR Mail library that provides

++ Horde_Mail-1.0.3.tgz - Horde_Mail-2.0.1.tgz ++
 8368 lines of diff (skipped)

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



commit php5-pear-Horde_Memcache for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Memcache for 
openSUSE:Factory checked in at 2012-11-28 14:53:44

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Memcache (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Memcache.new (New)


Package is php5-pear-Horde_Memcache, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Memcache/php5-pear-Horde_Memcache.changes
2012-10-24 17:14:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Memcache.new/php5-pear-Horde_Memcache.changes
   2012-11-28 14:53:46.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 20 15:42:51 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Silence undefined errors when a search key is not found on the server.
+- [mms] Bump lock retry from 0.005s - 0.1s.
+- [mms] Automatically expire locks when the PHP process exits.
+- [mms] Increase lock timeout to 30 seconds.
+- [mms] Fix typo preventing unlock at exit from working correctly.
+
+
+---

Old:

  Horde_Memcache-1.0.4.tgz

New:

  Horde_Memcache-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Memcache.spec ++
--- /var/tmp/diff_new_pack.H3T3BC/_old  2012-11-28 14:53:47.0 +0100
+++ /var/tmp/diff_new_pack.H3T3BC/_new  2012-11-28 14:53:47.0 +0100
@@ -19,21 +19,22 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Memcache API
+Summary:Horde Memcache API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Memcache
-Version:1.0.4
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Memcache-%{version}.tgz
 Source1:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Memcache
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Exception  2.0.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch

++ Horde_Memcache-1.0.4.tgz - Horde_Memcache-2.0.1.tgz ++
 1639 lines of diff (skipped)

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



commit php5-pear-Horde_Nls for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Nls for 
openSUSE:Factory checked in at 2012-11-28 14:53:52

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Nls (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Nls.new (New)


Package is php5-pear-Horde_Nls, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Nls/php5-pear-Horde_Nls.changes  
2012-01-19 11:06:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Nls.new/php5-pear-Horde_Nls.changes 
2012-11-28 14:53:54.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 20 15:46:28 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Update Japanese translation (Hiromi Kimura hir...@tac.tsukuba.ac.jp).
+- [jan] Update Spanish translation (Manuel P. Ayala may...@unex.es).
+- [jan] Update Finnish translation (Leena Heino li...@uta.fi).
+- [jan] Update ISO list of countries (Bug #11169).
+- [jan] Update Dutch translation (Arjen de Korte).
+
+
+---

Old:

  Horde_Nls-1.1.3.tgz

New:

  Horde_Nls-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Nls.spec ++
--- /var/tmp/diff_new_pack.ruSO7u/_old  2012-11-28 14:53:55.0 +0100
+++ /var/tmp/diff_new_pack.ruSO7u/_new  2012-11-28 14:53:55.0 +0100
@@ -19,39 +19,40 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: This package provides Native Language Support (NLS)
+Summary:Horde package for Native Language Support (NLS)
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Nls
-Version:1.1.3
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Nls-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Nls
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
 # horde pear packages
-Requires:   php5-pear-Horde_Translation  2.0.0
-Requires:   php5-pear-Horde_Util  2.0.0, 
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 # pear packages
 Suggests:   php5-pear-Net_DNS2
 # pecl packages
-Suggests:   php5-geoip
+Suggests:   php-geoip
 
-Conflicts:  php5-pear-Horde_Translation = 2.0.0, php5-pear-Horde_Util = 
2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Nls
 %define pear_sname horde_nls
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Provide common methods for handling language data, timezones, and

++ Horde_Nls-1.1.3.tgz - Horde_Nls-2.0.1.tgz ++
 116428 lines of diff (skipped)

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



commit php5-pear-Horde_Oauth for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Oauth for 
openSUSE:Factory checked in at 2012-11-28 14:53:59

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Oauth (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Oauth.new (New)


Package is php5-pear-Horde_Oauth, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Oauth/php5-pear-Horde_Oauth.changes  
2012-02-02 17:59:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Oauth.new/php5-pear-Horde_Oauth.changes
 2012-11-28 14:54:03.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 22:40:11 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.0
+
+---

Old:

  Horde_Oauth-1.0.0.tgz

New:

  Horde_Oauth-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Oauth.spec ++
--- /var/tmp/diff_new_pack.N55b9z/_old  2012-11-28 14:54:03.0 +0100
+++ /var/tmp/diff_new_pack.N55b9z/_new  2012-11-28 14:54:03.0 +0100
@@ -19,33 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde OAuth client/server
+Summary:Horde OAuth client/server
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Oauth
-Version:1.0.0
+Version:2.0.0
 Release:0
 Source0:http://pear.horde.org/get/Horde_Oauth-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://pear.horde.org/package/Horde_Oauth
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Http  2.0.0
-Requires:   php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Http = 2.0.0
+Url:http://pear.horde.org/package/Horde_Oauthi
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Http = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Oauth
 %define pear_sname horde_oauth
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides an OAuth consumer (http://oauth.net) and OAuth

++ Horde_Oauth-1.0.0.tgz - Horde_Oauth-2.0.0.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Horde_Oauth-1.0.0/doc/TODO.txt 
new/Horde_Oauth-1.0.0/doc/TODO.txt
--- old/Horde_Oauth-1.0.0/doc/TODO.txt  2011-04-06 01:16:18.0 +0200
+++ new/Horde_Oauth-1.0.0/doc/TODO.txt  1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-http://www.hueniverse.com/hueniverse/2009/03/sunday-morning-homework.html
-http://www.hueniverse.com/hueniverse/2009/04/explaining-the-oauth-session-fixation-attack.html
-http://hasin.wordpress.com/2009/05/02/using-oauth-pecl-extension-to-talk-to-twitter/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Horde_Oauth-1.0.0/lib/Horde/Oauth/Consumer.php 
new/Horde_Oauth-1.0.0/lib/Horde/Oauth/Consumer.php
--- old/Horde_Oauth-1.0.0/lib/Horde/Oauth/Consumer.php  2011-04-06 
01:16:18.0 +0200
+++ new/Horde_Oauth-1.0.0/lib/Horde/Oauth/Consumer.php  1970-01-01 
01:00:00.0 +0100
@@ -1,126 +0,0 @@
-?php
-/**
- * Copyright 2008-2011 The Horde Project (http://www.horde.org/)
- *
- * @author   Chuck Hagenbuch ch...@horde.org
- * @license  http://opensource.org/licenses/bsd-license.php BSD
- * @category Horde
- * @package  Oauth
- */
-
-/**
- * OAuth consumer class
- *
- * @author   Chuck Hagenbuch ch...@horde.org
- * @license  http://opensource.org/licenses/bsd-license.php BSD
- * @category Horde
- * @package  Oauth
- */
-class Horde_Oauth_Consumer
-{
-protected $_config;
-
-/**
- * Const'r for consumer.
- *
- * @param array $config  Configuration values:
- *  pre
- *'key'   - Consumer key
- *'secret'- Consumer secret
- *'requestTokenUrl'   - The request 

commit php5-pear-Horde_Pdf for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Pdf for 
openSUSE:Factory checked in at 2012-11-28 14:54:06

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Pdf (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Pdf.new (New)


Package is php5-pear-Horde_Pdf, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Pdf/php5-pear-Horde_Pdf.changes  
2012-01-24 12:20:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Pdf.new/php5-pear-Horde_Pdf.changes 
2012-11-28 14:54:10.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 22:46:41 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [gwr] Add missing font files.
+
+
+---

Old:

  Horde_Pdf-1.0.2.tgz

New:

  Horde_Pdf-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Pdf.spec ++
--- /var/tmp/diff_new_pack.mfvdNf/_old  2012-11-28 14:54:10.0 +0100
+++ /var/tmp/diff_new_pack.mfvdNf/_new  2012-11-28 14:54:10.0 +0100
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde PDF library
+Summary:Horde PDF format library
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Pdf
-Version:1.0.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Pdf-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Pdf
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Pdf
 %define pear_sname horde_pdf
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides PDF generation using only PHP, without requiring any

++ Horde_Pdf-1.0.2.tgz - Horde_Pdf-2.0.1.tgz ++
 16733 lines of diff (skipped)

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



commit php5-pear-Horde_Perms for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Perms for 
openSUSE:Factory checked in at 2012-11-28 14:54:11

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Perms (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Perms.new (New)


Package is php5-pear-Horde_Perms, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Perms/php5-pear-Horde_Perms.changes  
2012-01-24 12:21:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Perms.new/php5-pear-Horde_Perms.changes
 2012-11-28 14:54:13.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 17:58:35 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Update Japanese translation (Hiromi Kimura hir...@tac.tsukuba.ac.jp).
+- [jan] Update translations.
+
+
+---

Old:

  Horde_Perms-1.0.6.tgz

New:

  Horde_Perms-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Perms.spec ++
--- /var/tmp/diff_new_pack.9yi1MU/_old  2012-11-28 14:54:13.0 +0100
+++ /var/tmp/diff_new_pack.9yi1MU/_new  2012-11-28 14:54:13.0 +0100
@@ -19,30 +19,37 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Permissions System
+Summary:Horde Permissions System
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Perms
-Version:1.0.6
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Perms-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Perms
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Db  2.0.0, php5-pear-Horde_Exception  2.0.0, 
php5-pear-Horde_Group  2.0.0, php5-pear-Horde_Util  2.0.0, 
php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.8.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Db = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Group = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Perms
 %define pear_sname horde_perms
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Perms package provides an interface to the Horde permissions system.

++ Horde_Perms-1.0.6.tgz - Horde_Perms-2.0.1.tgz ++
 12837 lines of diff (skipped)

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



commit php5-pear-Horde_Prefs for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Prefs for 
openSUSE:Factory checked in at 2012-11-28 14:54:14

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Prefs (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Prefs.new (New)


Package is php5-pear-Horde_Prefs, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Prefs/php5-pear-Horde_Prefs.changes  
2012-01-19 11:06:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Prefs.new/php5-pear-Horde_Prefs.changes
 2012-11-28 14:54:18.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 20 22:50:35 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Catch exceptions from storage writing during shutdown.
+- [jan] Use binary column type for preference values (Bug #10803).
+- [jan] Update translations.
+- [jan] Update Polish translation (Krzysztof Kozera krzysztof...@o2.pl).
+
+
+---

Old:

  Horde_Prefs-1.1.7.tgz

New:

  Horde_Prefs-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Prefs.spec ++
--- /var/tmp/diff_new_pack.TwdqLI/_old  2012-11-28 14:54:19.0 +0100
+++ /var/tmp/diff_new_pack.TwdqLI/_new  2012-11-28 14:54:19.0 +0100
@@ -19,30 +19,36 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Preferences API
+Summary:Horde Preferences API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Prefs
-Version:1.1.7
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Prefs-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Prefs
-BuildRequires:  php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Mime  
2.0.0, php5-pear-Horde_Translation  2.0.0, php5-pear-Horde_Util  2.0.0, 
php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Mime = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Prefs
 %define pear_sname horde_prefs
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Prefs package provides a common abstracted interface into the

++ Horde_Prefs-1.1.7.tgz - Horde_Prefs-2.0.1.tgz ++
 14539 lines of diff (skipped)

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



commit php5-pear-Horde_Rdo for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Rdo for 
openSUSE:Factory checked in at 2012-11-28 14:54:18

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Rdo (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Rdo.new (New)


Package is php5-pear-Horde_Rdo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Rdo/php5-pear-Horde_Rdo.changes  
2012-03-02 13:49:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Rdo.new/php5-pear-Horde_Rdo.changes 
2012-11-28 14:54:20.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 22:52:02 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [rla] Fix issue with retrieving lazy fields (Bug #11012).
+- [jan] Implement ArrayAccess in Horde_Rdo_Base.
+- [jan] Fix Horde_Rdo_Exception not extending Horde_Exception.
+
+
+---

Old:

  Horde_Rdo-1.1.1.tgz

New:

  Horde_Rdo-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Rdo.spec ++
--- /var/tmp/diff_new_pack.n5k8xb/_old  2012-11-28 14:54:21.0 +0100
+++ /var/tmp/diff_new_pack.n5k8xb/_new  2012-11-28 14:54:21.0 +0100
@@ -19,30 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde ORM API
+Summary:Horde ORM API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Rdo
-Version:1.1.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Rdo-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Rdo
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.7
+Requires:   php-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
-Requires:   php5-pear-channel-horde, php5-pear-Horde_Db
+Requires:   php5-pear-Horde_Db = 2.0.0
+Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Rdo
 %define pear_sname horde_rdo
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides a lightweight ORM API

++ Horde_Rdo-1.1.1.tgz - Horde_Rdo-2.0.1.tgz ++
 7583 lines of diff (skipped)

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



commit php5-pear-Horde_Routes for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Routes for 
openSUSE:Factory checked in at 2012-11-28 14:54:24

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Routes (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Routes.new (New)


Package is php5-pear-Horde_Routes, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Routes/php5-pear-Horde_Routes.changes
2012-01-24 12:21:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Routes.new/php5-pear-Horde_Routes.changes
   2012-11-28 14:54:28.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 22:57:54 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Make Horde_Routes_Utils::controllerScan() Windows compatible.
+
+
+---

Old:

  Horde_Routes-1.1.2.tgz

New:

  Horde_Routes-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Routes.spec ++
--- /var/tmp/diff_new_pack.SlOdWl/_old  2012-11-28 14:54:29.0 +0100
+++ /var/tmp/diff_new_pack.SlOdWl/_new  2012-11-28 14:54:29.0 +0100
@@ -15,34 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Routes URL mapping system
+Summary:Horde Routes URL mapping system
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Routes
-Version:1.1.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Routes-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Routes
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Routes
 %define pear_sname horde_routes
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides classes for mapping URLs into the controllers and

++ Horde_Routes-1.1.2.tgz - Horde_Routes-2.0.1.tgz ++
 13503 lines of diff (skipped)

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



commit php5-pear-Horde_Rpc for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Rpc for 
openSUSE:Factory checked in at 2012-11-28 14:54:30

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Rpc (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Rpc.new (New)


Package is php5-pear-Horde_Rpc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Rpc/php5-pear-Horde_Rpc.changes  
2012-02-02 17:59:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Rpc.new/php5-pear-Horde_Rpc.changes 
2012-11-28 14:54:32.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 23:04:09 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Update Latvian translation.
+- [jan] Fix WebDAV access to application resources.
+- [jan] Support authentication via CGI.
+
+
+---

Old:

  Horde_Rpc-1.0.2.tgz

New:

  Horde_Rpc-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Rpc.spec ++
--- /var/tmp/diff_new_pack.yfCnjd/_old  2012-11-28 14:54:33.0 +0100
+++ /var/tmp/diff_new_pack.yfCnjd/_new  2012-11-28 14:54:33.0 +0100
@@ -19,41 +19,43 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde RPC API
+Summary:Horde RPC Client/Server API
 License:LGPL-2.1+
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Rpc
-Version:1.0.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Rpc-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Rpc
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_ActiveSync  2.0.0
-Requires:   php5-pear-Horde_Core  2.0.0
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Lock  2.0.0
-Requires:   php5-pear-Horde_Perms  2.0.0
-Requires:   php5-pear-Horde_Serialize  2.0.0 
-Requires:   php5-pear-Horde_Support  2.0.0 
-Requires:   php5-pear-Horde_SyncMl  2.0.0 
-Requires:   php5-pear-Horde_Translation  2.0.0
-Requires:   php5-pear-Horde_Util  2.0.0
-Requires:   php5-pear-Horde_Xml_Element  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_ActiveSync = 2.0.0
+Requires:   php5-pear-Horde_Core = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Lock = 2.0.0
+Requires:   php5-pear-Horde_Perms = 2.0.0
+Requires:   php5-pear-Horde_Serialize = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_SyncMl = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
+Requires:   php5-pear-Horde_Xml_Element = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Rpc
 %define pear_sname horde_rpc
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Rpc library provides a common abstracted interface to various

++ Horde_Rpc-1.0.2.tgz - Horde_Rpc-2.0.1.tgz ++
 15951 lines of diff (skipped)

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



commit php5-pear-Horde_Scribe for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Scribe for 
openSUSE:Factory checked in at 2012-11-28 14:54:35

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Scribe (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Scribe.new (New)


Package is php5-pear-Horde_Scribe, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Scribe/php5-pear-Horde_Scribe.changes
2011-09-23 12:40:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Scribe.new/php5-pear-Horde_Scribe.changes
   2012-11-28 14:54:38.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 23:07:48 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.0
+- [cjh] Add dependency on Horde_Thrift.
+- [rla] Add license file.
+
+
+---

Old:

  Horde_Scribe-1.0.1.tgz

New:

  Horde_Scribe-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Scribe.spec ++
--- /var/tmp/diff_new_pack.a76yKv/_old  2012-11-28 14:54:39.0 +0100
+++ /var/tmp/diff_new_pack.a76yKv/_new  2012-11-28 14:54:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Scribe
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,29 +19,32 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Scribe
-
-Name:   php5-pear-Horde_Scribe
-Version:1.0.1
-Release:1
+Summary:Scribe Client for the Horde Framework
 License:Apache-2.0
 Group:  Development/Libraries/PHP
+
+Name:   php5-pear-Horde_Scribe
+Version:2.0.0
+Release:0
 Source0:http://pear.horde.org/get/Horde_Scribe-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Scribe
-BuildRequires:  php5-pear = 1.4.7
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
 BuildRequires:  php5-pear-channel-horde
-Requires:   php5-pear-channel-horde php5-pear-Horde_Thrift
+Requires:   php5-pear-Horde_Thrift = 2.0.0
+Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Scribe
 %define pear_sname horde_scribe
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Packaged version of the PHP Scribe client.

++ Horde_Scribe-1.0.1.tgz - Horde_Scribe-2.0.0.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Horde_Scribe-1.0.1/doc/Horde/Scribe/examples/scribe.php 
new/Horde_Scribe-1.0.1/doc/Horde/Scribe/examples/scribe.php
--- old/Horde_Scribe-1.0.1/doc/Horde/Scribe/examples/scribe.php 2011-07-27 
16:42:47.0 +0200
+++ new/Horde_Scribe-1.0.1/doc/Horde/Scribe/examples/scribe.php 1970-01-01 
01:00:00.0 +0100
@@ -1,13 +0,0 @@
-?php
-/**
- * Simple Scribe logging example
- *
- * @category Horde
- * @package  Scribe
- */
-
-require 'Horde/Autoloader.php';
-
-$scribe = new Horde_Scribe_Client();
-$scribe-connect('localhost', 1463);
-$scribe-log('keyword', 'This is a message for the keyword category');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Horde_Scribe-1.0.1/lib/Horde/Scribe/Client.php 
new/Horde_Scribe-1.0.1/lib/Horde/Scribe/Client.php
--- old/Horde_Scribe-1.0.1/lib/Horde/Scribe/Client.php  2011-07-27 
16:42:47.0 +0200
+++ new/Horde_Scribe-1.0.1/lib/Horde/Scribe/Client.php  1970-01-01 
01:00:00.0 +0100
@@ -1,47 +0,0 @@
-?php
-/**
- * @category Horde
- * @package  Scribe
- */
-
-/**
- * @category Horde
- * @package  Scribe
- */
-class Horde_Scribe_Client implements Horde_Scribe
-{
-/**
- * @var TFramedTransport
- */
-private $_transport;
-
-/**
- * @var scribeClient
- */
-private $_client;
-
-public function connect($host = 'localhost', $port = 1463)
-{
-$socket = new TSocket($host, $port, true);

commit php5-pear-Horde_Service_Facebook for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Service_Facebook for 
openSUSE:Factory checked in at 2012-11-28 14:54:43

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Service_Facebook (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Service_Facebook.new (New)


Package is php5-pear-Horde_Service_Facebook, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Service_Facebook/php5-pear-Horde_Service_Facebook.changes
2012-01-19 11:06:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Service_Facebook.new/php5-pear-Horde_Service_Facebook.changes
   2012-11-28 14:54:45.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 23:11:25 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Update Japanese translation (Hiromi Kimura hir...@tac.tsukuba.ac.jp).
+- [jan] Update translations.
+
+
+---

Old:

  Horde_Service_Facebook-1.1.2.tgz

New:

  Horde_Service_Facebook-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Service_Facebook.spec ++
--- /var/tmp/diff_new_pack.Xg4Hfx/_old  2012-11-28 14:54:46.0 +0100
+++ /var/tmp/diff_new_pack.Xg4Hfx/_new  2012-11-28 14:54:46.0 +0100
@@ -15,33 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Facebook client
+Summary:Horde Facebook client
 License:BSD-2-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Service_Facebook
-Version:1.1.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Service_Facebook-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Service_Facebook
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Http  
2.0.0, php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0, 
php5-pear-Horde_Support  2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Http = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Service_Facebook
 %define pear_sname horde_service_facebook
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides client libraries for the Facebook REST API.

++ Horde_Service_Facebook-1.1.2.tgz - Horde_Service_Facebook-2.0.1.tgz 
++
 8701 lines of diff (skipped)

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



commit php5-pear-Horde_Service_Twitter for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Service_Twitter for 
openSUSE:Factory checked in at 2012-11-28 14:54:46

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Service_Twitter (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Service_Twitter.new (New)


Package is php5-pear-Horde_Service_Twitter, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Service_Twitter/php5-pear-Horde_Service_Twitter.changes
  2012-01-24 12:21:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Service_Twitter.new/php5-pear-Horde_Service_Twitter.changes
 2012-11-28 14:54:52.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 23:33:29 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.0
+- [gwr] Fixed posting tweets.
+- [mjr] Update API endpoints.
+
+
+---

Old:

  Horde_Service_Twitter-1.1.3.tgz

New:

  Horde_Service_Twitter-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Service_Twitter.spec ++
--- /var/tmp/diff_new_pack.3NLsUb/_old  2012-11-28 14:54:53.0 +0100
+++ /var/tmp/diff_new_pack.3NLsUb/_new  2012-11-28 14:54:53.0 +0100
@@ -19,31 +19,37 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Twitter client
+Summary:Horde Twitter client
 License:BSD-2-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Service_Twitter
-Version:1.1.3
+Version:2.0.0
 Release:0
 Source0:http://pear.horde.org/get/Horde_Service_Twitter-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Service_Twitter
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Controller  2.0.0, php5-pear-Horde_Exception 
 2.0.0, php5-pear-Horde_Http  2.0.0, php5-pear-Horde_Oauth  2.0.0, 
php5-pear-Horde_Url  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Controller = 2.0.0, php5-pear-Horde_Exception 
= 2.0.0, php5-pear-Horde_Http = 2.0.0, php5-pear-Horde_Oauth = 2.0.0, 
php5-pear-Horde_Url = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Controller = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Http = 2.0.0
+Requires:   php5-pear-Horde_Oauth = 2.0.0
+Requires:   php5-pear-Horde_Url = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Service_Twitter
 %define pear_sname horde_service_twitter
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides client libraries for the Twitter REST API.

++ Horde_Service_Twitter-1.1.3.tgz - Horde_Service_Twitter-2.0.0.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Horde_Service_Twitter-1.1.3/doc/Horde/Service/Twitter/COPYING 
new/Horde_Service_Twitter-1.1.3/doc/Horde/Service/Twitter/COPYING
--- old/Horde_Service_Twitter-1.1.3/doc/Horde/Service/Twitter/COPYING   
2011-10-18 13:48:54.0 +0200
+++ new/Horde_Service_Twitter-1.1.3/doc/Horde/Service/Twitter/COPYING   
1970-01-01 01:00:00.0 +0100
@@ -1,24 +0,0 @@
-Copyright 1999-2011 Horde LLC.  All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- - Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
- - Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE 

commit php5-pear-Horde_SessionHandler for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_SessionHandler for 
openSUSE:Factory checked in at 2012-11-28 14:54:49

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_SessionHandler (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_SessionHandler.new (New)


Package is php5-pear-Horde_SessionHandler, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_SessionHandler/php5-pear-Horde_SessionHandler.changes
2012-02-02 17:59:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_SessionHandler.new/php5-pear-Horde_SessionHandler.changes
   2012-11-28 14:54:53.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 20 23:34:56 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Use portable queries in SQL session handler (Bug #10574).
+- [jan] Fix transaction error when reconnecting to database during session 
writing (Bug #10906).
+- [jan] Don't start transaction more than once in SQL driver (Bug #10978).
+- [jan] Fix SQL driver with PostgreSQL.
+- [jan] Fix reading sessions with the External driver.
+- [jan] Add test suite.
+- [jan] Fix track_lifetime setting for Memcache driver (Bug #11444).
+
+
+---

Old:

  Horde_SessionHandler-1.0.2.tgz

New:

  Horde_SessionHandler-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_SessionHandler.spec ++
--- /var/tmp/diff_new_pack.RpDmRR/_old  2012-11-28 14:54:54.0 +0100
+++ /var/tmp/diff_new_pack.RpDmRR/_new  2012-11-28 14:54:54.0 +0100
@@ -19,31 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Session Handler API
+Summary:Horde Session Handler API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_SessionHandler
-Version:1.0.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_SessionHandler-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_SessionHandler
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Util  
2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_SessionHandler
 %define pear_sname horde_sessionhandler
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Horde_SessionHandler defines an API for implementing custom session

++ Horde_SessionHandler-1.0.2.tgz - Horde_SessionHandler-2.0.1.tgz ++
 5096 lines of diff (skipped)

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



commit php5-pear-Horde_Share for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Share for 
openSUSE:Factory checked in at 2012-11-28 14:54:54

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Share (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Share.new (New)


Package is php5-pear-Horde_Share, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Share/php5-pear-Horde_Share.changes  
2012-01-19 11:06:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Share.new/php5-pear-Horde_Share.changes
 2012-11-28 14:54:57.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 17:54:33 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Skip Kolab test if Horde_Kolab_Storage is not installed.
+- [jan] Add renameShare().
+- [mjr] Properly cache empty listShares results (Bug #11045).
+
+
+---

Old:

  Horde_Share-1.2.2.tgz

New:

  Horde_Share-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Share.spec ++
--- /var/tmp/diff_new_pack.U7ZpOX/_old  2012-11-28 14:54:58.0 +0100
+++ /var/tmp/diff_new_pack.U7ZpOX/_new  2012-11-28 14:54:58.0 +0100
@@ -19,30 +19,39 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Shared Permissions System
+Summary:Horde Shared Permissions System
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Share
-Version:1.2.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Share-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Share
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Db  2.0.0, php5-pear-Horde_Exception  2.0.0, 
php5-pear-Horde_Group  2.0.0, php5-pear-Horde_Perms  2.0.0, 
php5-pear-Horde_Support  2.0.0, php5-pear-Horde_Translation  2.0.0, 
php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Db = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Group = 2.0.0
+Requires:   php5-pear-Horde_Perms = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Share
 %define pear_sname horde_share
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Horde_Share provides an interface to all shared resources a user

++ Horde_Share-1.2.2.tgz - Horde_Share-2.0.1.tgz ++
 21822 lines of diff (skipped)

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



commit php5-pear-Horde_Stream_Filter for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Stream_Filter for 
openSUSE:Factory checked in at 2012-11-28 14:54:58

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Stream_Filter (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Stream_Filter.new (New)


Package is php5-pear-Horde_Stream_Filter, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Stream_Filter/php5-pear-Horde_Stream_Filter.changes
  2012-02-01 09:58:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Stream_Filter.new/php5-pear-Horde_Stream_Filter.changes
 2012-11-28 14:55:00.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 15:55:28 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Add Bin2hex filter.
+
+
+---

Old:

  Horde_Stream_Filter-1.1.0.tgz

New:

  Horde_Stream_Filter-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Stream_Filter.spec ++
--- /var/tmp/diff_new_pack.CeernS/_old  2012-11-28 14:55:01.0 +0100
+++ /var/tmp/diff_new_pack.CeernS/_new  2012-11-28 14:55:01.0 +0100
@@ -19,29 +19,31 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Stream filters
+Summary:Horde Stream filters
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Stream_Filter
-Version:1.1.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Stream_Filter-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Stream_Filter
-BuildRequires:  php5-pear = 1.4.7
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Stream_Filter
 %define pear_sname horde_stream_filter
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides various stream filters.

++ Horde_Stream_Filter-1.1.0.tgz - Horde_Stream_Filter-2.0.1.tgz ++
 2081 lines of diff (skipped)

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



commit php5-pear-Horde_Stream_Wrapper for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Stream_Wrapper for 
openSUSE:Factory checked in at 2012-11-28 14:55:00

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Stream_Wrapper (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Stream_Wrapper.new (New)


Package is php5-pear-Horde_Stream_Wrapper, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Stream_Wrapper/php5-pear-Horde_Stream_Wrapper.changes
2012-02-02 17:59:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Stream_Wrapper.new/php5-pear-Horde_Stream_Wrapper.changes
   2012-11-28 14:55:01.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 15:58:47 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.0
+
+---

Old:

  Horde_Stream_Wrapper-1.0.0.tgz

New:

  Horde_Stream_Wrapper-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Stream_Wrapper.spec ++
--- /var/tmp/diff_new_pack.7kA760/_old  2012-11-28 14:55:02.0 +0100
+++ /var/tmp/diff_new_pack.7kA760/_new  2012-11-28 14:55:02.0 +0100
@@ -19,29 +19,31 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Stream wrappers
+Summary:Horde Stream wrappers
 License:LGPL-2.1+
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Stream_Wrapper
-Version:1.0.0
+Version:2.0.0
 Release:0
 Source0:http://pear.horde.org/get/Horde_Stream_Wrapper-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Stream_Wrapper
-BuildRequires:  php5-pear = 1.4.7
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Stream_Wrapper
 %define pear_sname horde_stream_wrapper
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides various stream wrappers.
@@ -92,5 +94,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Stream_Wrapper.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Stream_Wrapper-1.0.0.tgz - Horde_Stream_Wrapper-2.0.0.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Horde_Stream_Wrapper-1.0.0/lib/Horde/Stream/Wrapper/Combine.php 
new/Horde_Stream_Wrapper-1.0.0/lib/Horde/Stream/Wrapper/Combine.php
--- old/Horde_Stream_Wrapper-1.0.0/lib/Horde/Stream/Wrapper/Combine.php 
2011-04-06 01:20:07.0 +0200
+++ new/Horde_Stream_Wrapper-1.0.0/lib/Horde/Stream/Wrapper/Combine.php 
1970-01-01 01:00:00.0 +0100
@@ -1,265 +0,0 @@
-?php
-/**
- * A stream wrapper that will combine multiple strings/streams into a single
- * stream.
- *
- * Copyright 2009-2011 The Horde Project (http://www.horde.org/)
- *
- * @author   Michael Slusarz slus...@horde.org
- * @license  http://opensource.org/licenses/bsd-license.php BSD
- * @category Horde
- * @package  Stream_Wrapper
- */
-
-/**
- * @author   Michael Slusarz slus...@horde.org
- * @license  http://opensource.org/licenses/bsd-license.php BSD
- * @category Horde
- * @package  Stream_Wrapper
- */
-class Horde_Stream_Wrapper_Combine
-{
-/**
- * Context.
- *
- * @var resource
- */
-public $context;
-
-/**
- * Array that holds the various streams.
- *
- * @var array
- */
-protected $_data = array();
-
-/**
- * The combined length of the stream.
- *
- * @var integer
- */
-protected $_length = 0;
-
-/**
- * The current position in the string.
- *
- * @var integer
- */
-protected $_position = 0;
-
-/**
- * The current position in the data array.
- *
- * @var integer
- */
-protected $_datapos = 0;
-
-/**
- * Have we reached EOF?
- *
- * @var boolean
- */
-protected $_ateof = false;
-
-/**
- * @see streamWrapper::stream_open()
- *
- * @param string $path
- * @param string $mode
- * @param integer $options
- * @param string 

commit php5-pear-Horde_Support for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Support for 
openSUSE:Factory checked in at 2012-11-28 14:55:02

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Support (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Support.new (New)


Package is php5-pear-Horde_Support, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Support/php5-pear-Horde_Support.changes
  2012-01-24 12:21:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Support.new/php5-pear-Horde_Support.changes
 2012-11-28 14:55:05.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 15:59:39 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.2
+- [jan] Fix tests to work with PHPUnit 3.6.
+- [mms] Fix failing unit tests.
+- [jan] Support uuid extension from OSSP (r...@famillecollet.com, Request 
#11653).
+
+
+---

Old:

  Horde_Support-1.0.1.tgz

New:

  Horde_Support-2.0.2.tgz



Other differences:
--
++ php5-pear-Horde_Support.spec ++
--- /var/tmp/diff_new_pack.AwWWHV/_old  2012-11-28 14:55:06.0 +0100
+++ /var/tmp/diff_new_pack.AwWWHV/_new  2012-11-28 14:55:06.0 +0100
@@ -19,32 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde support package
+Summary:Horde support package
 License:BSD-2-Clause
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Support
-Version:1.0.1
+Version:2.0.2
 Release:0
 Source0:http://pear.horde.org/get/Horde_Support-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Support
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0
-Requires:   php5-pear-Horde_Stream_Wrapper  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Stream_Wrapper = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Support
 %define pear_sname horde_support
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides supporting functionality for Horde that is not tied

++ Horde_Support-1.0.1.tgz - Horde_Support-2.0.2.tgz ++
 8033 lines of diff (skipped)

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



commit php5-pear-Horde_SyncMl for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_SyncMl for 
openSUSE:Factory checked in at 2012-11-28 14:55:06

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_SyncMl (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_SyncMl.new (New)


Package is php5-pear-Horde_SyncMl, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_SyncMl/php5-pear-Horde_SyncMl.changes
2012-01-19 11:06:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_SyncMl.new/php5-pear-Horde_SyncMl.changes
   2012-11-28 14:55:08.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 17:50:05 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Fix undefined method while synchronizing events with Funambol (Bug 
#10908).
+- [jan] Don't corrupt binary data like images if sent in several messages 
(Jonathan Westerholt jo...@t-online.de, Bug #10864).
+
+
+---

Old:

  Horde_SyncMl-1.0.8.tgz

New:

  Horde_SyncMl-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_SyncMl.spec ++
--- /var/tmp/diff_new_pack.uEeNTS/_old  2012-11-28 14:55:09.0 +0100
+++ /var/tmp/diff_new_pack.uEeNTS/_new  2012-11-28 14:55:09.0 +0100
@@ -19,30 +19,39 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde_SyncMl provides an API for processing SyncML 
requests
+Summary:Horde_SyncMl provides an API for processing SyncML requests
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_SyncMl
-Version:1.0.8
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_SyncMl-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_SyncMl
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Icalendar  
2.0.0, php5-pear-Horde_Log  2.0.0, php5-pear-Horde_Support  2.0.0, 
php5-pear-Horde_Util  2.0.0, php5-pear-Horde_Xml_Wbxml  2.0.0, 
php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Date = 2.0.0
+Requires:   php5-pear-Horde_Icalendar = 2.0.0
+Requires:   php5-pear-Horde_Log = 2.0.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
+Requires:   php5-pear-Horde_Xml_Wbxml = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_SyncMl
 %define pear_sname horde_syncml
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides classes for implementing a SyncML server.

++ Horde_SyncMl-1.0.8.tgz - Horde_SyncMl-2.0.1.tgz ++
 38874 lines of diff (skipped)

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



commit php5-pear-Horde_Template for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Template for 
openSUSE:Factory checked in at 2012-11-28 14:55:08

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Template (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Template.new (New)


Package is php5-pear-Horde_Template, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Template/php5-pear-Horde_Template.changes
2012-03-01 07:21:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Template.new/php5-pear-Horde_Template.changes
   2012-11-28 14:55:09.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 17:49:04 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Need to cache gettext-enabled templates with language information in 
the cache ID (Bug #10872).
+
+
+---

Old:

  Horde_Template-1.0.1.tgz

New:

  Horde_Template-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Template.spec ++
--- /var/tmp/diff_new_pack.JAepdy/_old  2012-11-28 14:55:10.0 +0100
+++ /var/tmp/diff_new_pack.JAepdy/_new  2012-11-28 14:55:10.0 +0100
@@ -19,29 +19,31 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Template System
+Summary:Horde Template System
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Template
-Version:1.0.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Template-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Template
-BuildRequires:  php5-pear = 1.4.7
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Template
 %define pear_sname horde_template
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Horde Template system. Adapted from bTemplate, by Brian Lozier

++ Horde_Template-1.0.1.tgz - Horde_Template-2.0.1.tgz ++
 2451 lines of diff (skipped)

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



commit php5-pear-Horde_Test for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Test for 
openSUSE:Factory checked in at 2012-11-28 14:55:10

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Test (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Test.new (New)


Package is php5-pear-Horde_Test, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Test/php5-pear-Horde_Test.changes
2012-02-15 16:17:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Test.new/php5-pear-Horde_Test.changes
   2012-11-28 14:55:12.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 20 23:36:26 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.1.0
+- [gwr] Added Alarm, Cache, and Session stub factories
+- [gwr] Fix autoloading to work with PHPUnit-3.6.
+
+
+---

Old:

  Horde_Test-1.3.0.tgz

New:

  Horde_Test-2.1.0.tgz



Other differences:
--
++ php5-pear-Horde_Test.spec ++
--- /var/tmp/diff_new_pack.RDVV0J/_old  2012-11-28 14:55:13.0 +0100
+++ /var/tmp/diff_new_pack.RDVV0J/_new  2012-11-28 14:55:13.0 +0100
@@ -19,20 +19,22 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde testing base classes
+Summary:Horde Unit Testing base classes
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Test
-Version:1.3.0
+Version:2.1.0
 Release:0
 Source0:http://pear.horde.org/get/Horde_Test-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Test
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Support  2.0.0
-Requires:   php5-pear-Horde_Util  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Support = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 Suggests:   php5-pear-phpunit = 3.5.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
@@ -40,12 +42,12 @@
 %define pear_name  Horde_Test
 %define pear_sname horde_test
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Test library provides Horde-specific PHPUnit base classes.

++ Horde_Test-1.3.0.tgz - Horde_Test-2.1.0.tgz ++
 4711 lines of diff (skipped)

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



commit php5-pear-Horde_Text_Diff for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Text_Diff for 
openSUSE:Factory checked in at 2012-11-28 14:55:13

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Diff (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Diff.new (New)


Package is php5-pear-Horde_Text_Diff, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Diff/php5-pear-Horde_Text_Diff.changes
  2012-03-01 07:21:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Diff.new/php5-pear-Horde_Text_Diff.changes
 2012-11-28 14:55:15.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 17:22:34 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Fix class names in Horde_Text_Diff_ThreeWay merger (Bug #10548).
+
+
+---

Old:

  Horde_Text_Diff-1.0.2.tgz

New:

  Horde_Text_Diff-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Text_Diff.spec ++
--- /var/tmp/diff_new_pack.0kFTPf/_old  2012-11-28 14:55:16.0 +0100
+++ /var/tmp/diff_new_pack.0kFTPf/_new  2012-11-28 14:55:16.0 +0100
@@ -24,27 +24,29 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Text_Diff
-Version:1.0.2
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Text_Diff-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Text_Diff
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0 
-Requires:   php5-pear-Horde_Util  2.0.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Text_Diff
 %define pear_sname horde_text_diff
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides a text-based diff engine and renderers for multiple

++ Horde_Text_Diff-1.0.2.tgz - Horde_Text_Diff-2.0.1.tgz ++
 6952 lines of diff (skipped)

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



commit php5-pear-Horde_Text_Filter for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Text_Filter for 
openSUSE:Factory checked in at 2012-11-28 14:55:17

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Filter (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Filter.new (New)


Package is php5-pear-Horde_Text_Filter, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Filter/php5-pear-Horde_Text_Filter.changes
  2012-02-01 09:58:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Filter.new/php5-pear-Horde_Text_Filter.changes
 2012-11-28 14:55:23.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 20 17:21:06 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.2
+- [mms] Fix unnecessary use of POSIX collating element in Linkurls filter (Bug 
#10828; j...@yaina.de).
+- [mms] Merge upstream updates to JsMin filter.
+- [mms] Fix preg backtrack issue in the Linkurls filter (Bug #6).
+- [jan] Support definition lists in HTML-to-text filter (Nathan Barhorst).
+- [mms] Merge upstream changes to jsmin filter that caused broken compression 
of jQuery Mobile file.
+- [jan] Update Dutch translation (Arjen de Korte build+ho...@de-korte.org).
+
+
+---

Old:

  Horde_Text_Filter-1.1.2.tgz

New:

  Horde_Text_Filter-2.0.2.tgz



Other differences:
--
++ php5-pear-Horde_Text_Filter.spec ++
--- /var/tmp/diff_new_pack.bolDNr/_old  2012-11-28 14:55:24.0 +0100
+++ /var/tmp/diff_new_pack.bolDNr/_new  2012-11-28 14:55:24.0 +0100
@@ -24,25 +24,29 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Text_Filter
-Version:1.1.2
+Version:2.0.2
 Release:0
 Source0:http://pear.horde.org/get/Horde_Text_Filter-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Text_Filter
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Util  
2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Text_Filter
 %define pear_sname horde_text_filter
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Text_Filter library provides common methods for fitering and

++ Horde_Text_Filter-1.1.2.tgz - Horde_Text_Filter-2.0.2.tgz ++
 11205 lines of diff (skipped)

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



commit php5-pear-Horde_Text_Filter_Csstidy for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Text_Filter_Csstidy 
for openSUSE:Factory checked in at 2012-11-28 14:55:21

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Filter_Csstidy (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Filter_Csstidy.new 
(New)


Package is php5-pear-Horde_Text_Filter_Csstidy, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Filter_Csstidy/php5-pear-Horde_Text_Filter_Csstidy.changes
  2011-09-23 12:40:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Filter_Csstidy.new/php5-pear-Horde_Text_Filter_Csstidy.changes
 2012-11-28 14:55:24.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:13:57 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.1
+
+---

Old:

  Horde_Text_Filter_Csstidy-1.0.0.tgz

New:

  Horde_Text_Filter_Csstidy-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Text_Filter_Csstidy.spec ++
--- /var/tmp/diff_new_pack.GtmxqC/_old  2012-11-28 14:55:25.0 +0100
+++ /var/tmp/diff_new_pack.GtmxqC/_new  2012-11-28 14:55:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Text_Filter_Csstidy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Text Filter API
-
-Name:   php5-pear-Horde_Text_Filter_Csstidy
-Version:1.0.0
-Release:1
+Summary:Horde Text Filter API
 License:GPL-2.0
 Group:  Development/Libraries/PHP
+
+Name:   php5-pear-Horde_Text_Filter_Csstidy
+Version:2.0.1
+Release:0
 Source0:
http://pear.horde.org/get/Horde_Text_Filter_Csstidy-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Text_Filter_Csstidy
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Text_Filter  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Text_Filter = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.8.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Text_Filter = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Text_Filter_Csstidy
 %define pear_sname horde_text_filter_csstidy
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Text_Filter_Csstidy:: class provides the PHP-based library needed
@@ -97,5 +99,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Text_Filter_Csstidy.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Text_Filter_Csstidy-1.0.0.tgz - 
Horde_Text_Filter_Csstidy-2.0.1.tgz ++
 6081 lines of diff (skipped)

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



commit php5-pear-Horde_Text_Flowed for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Text_Flowed for 
openSUSE:Factory checked in at 2012-11-28 14:55:24

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Flowed (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Flowed.new (New)


Package is php5-pear-Horde_Text_Flowed, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Text_Flowed/php5-pear-Horde_Text_Flowed.changes
  2012-03-01 07:21:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Text_Flowed.new/php5-pear-Horde_Text_Flowed.changes
 2012-11-28 14:55:27.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 16:01:58 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.1
+
+---

Old:

  Horde_Text_Flowed-1.0.0.tgz

New:

  Horde_Text_Flowed-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Text_Flowed.spec ++
--- /var/tmp/diff_new_pack.k59ToZ/_old  2012-11-28 14:55:28.0 +0100
+++ /var/tmp/diff_new_pack.k59ToZ/_new  2012-11-28 14:55:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Text_Flowed
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde API for flowed text as per RFC 3676
+Summary:Horde API for flowed text as per RFC 3676
 License:LGPL-3.0+
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Text_Flowed
-Version:1.0.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Text_Flowed-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Text_Flowed
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Util = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Text_Flowed
 %define pear_sname horde_text_flowed
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Text_Flowed:: class provides common methods for manipulating text
@@ -95,5 +97,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Text_Flowed.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Text_Flowed-1.0.0.tgz - Horde_Text_Flowed-2.0.1.tgz ++
 1749 lines of diff (skipped)

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



commit php5-pear-Horde_Thrift for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Thrift for 
openSUSE:Factory checked in at 2012-11-28 14:55:29

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Thrift (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Thrift.new (New)


Package is php5-pear-Horde_Thrift, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Thrift/php5-pear-Horde_Thrift.changes
2011-09-23 12:40:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Thrift.new/php5-pear-Horde_Thrift.changes
   2012-11-28 14:55:32.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 16:46:42 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.0
+
+---

Old:

  Horde_Thrift-1.0.0.tgz

New:

  Horde_Thrift-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Thrift.spec ++
--- /var/tmp/diff_new_pack.kUxJ7T/_old  2012-11-28 14:55:33.0 +0100
+++ /var/tmp/diff_new_pack.kUxJ7T/_new  2012-11-28 14:55:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Thrift
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,29 +20,31 @@
 %define xmldir  /var/lib/pear
 
 Summary:Packaged version of the PHP Thrift client
-
-Name:   php5-pear-Horde_Thrift
-Version:1.0.0
-Release:1
 License:Apache-2.0
 Group:  Development/Libraries/PHP
+
+Name:   php5-pear-Horde_Thrift
+Version:2.0.0
+Release:0
 Source0:http://pear.horde.org/get/Horde_Thrift-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Thrift
-BuildRequires:  php5-pear = 1.7.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Thrift
 %define pear_sname horde_thrift
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This is a Packaged version of the PHP Thrift client
@@ -95,5 +97,6 @@
 
 %{peardir}/*
 %{xmldir}/%{pear_name}.xml
+%{_docdir}/%{name}
 
 %changelog

++ Horde_Thrift-1.0.0.tgz - Horde_Thrift-2.0.0.tgz ++
 6681 lines of diff (skipped)

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



commit php5-pear-Horde_Token for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Token for 
openSUSE:Factory checked in at 2012-11-28 14:55:35

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Token (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Token.new (New)


Package is php5-pear-Horde_Token, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Token/php5-pear-Horde_Token.changes  
2012-02-01 13:17:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Token.new/php5-pear-Horde_Token.changes
 2012-11-28 14:55:38.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 20 16:44:25 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Fix translation (Bug #10831).
+- [jan] Updated German translation.
+- [jan] Updated Spanish translation.
+- [jan] Update Finnish translation (Leena Heino li...@uta.fi).
+- [jan] Update Brazilian Portuguese translation (Luis Felipe Marzagao 
d...@easylifeproject.org).
+
+
+---

Old:

  Horde_Token-1.1.4.tgz

New:

  Horde_Token-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Token.spec ++
--- /var/tmp/diff_new_pack.QIEOXh/_old  2012-11-28 14:55:39.0 +0100
+++ /var/tmp/diff_new_pack.QIEOXh/_new  2012-11-28 14:55:39.0 +0100
@@ -19,30 +19,36 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Token API
+Summary:Horde Token API
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Token
-Version:1.1.4
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Token-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Token
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Translation 
 2.0.0, php5-pear-Horde_Url  2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear 
= 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.4.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Url = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Token
 %define pear_sname horde_token
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 The Horde_Token:: class provides a common abstracted interface into the

++ Horde_Token-1.1.4.tgz - Horde_Token-2.0.1.tgz ++
 7023 lines of diff (skipped)

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



commit php5-pear-Horde_Translation for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Translation for 
openSUSE:Factory checked in at 2012-11-28 14:55:38

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Translation (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Translation.new (New)


Package is php5-pear-Horde_Translation, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Translation/php5-pear-Horde_Translation.changes
  2011-09-23 12:40:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Translation.new/php5-pear-Horde_Translation.changes
 2012-11-28 14:55:41.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 20 14:46:24 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [cjh] Don't extend Horde_Translation_Exception from Horde_Exception_Wrapped 
to avoid circular dependency.
+- [rla] Add license file.
+
+
+---

Old:

  Horde_Translation-1.0.1.tgz

New:

  Horde_Translation-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Translation.spec ++
--- /var/tmp/diff_new_pack.xZ0yRU/_old  2012-11-28 14:55:41.0 +0100
+++ /var/tmp/diff_new_pack.xZ0yRU/_new  2012-11-28 14:55:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Translation
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,30 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde translation library
-
-Name:   php5-pear-Horde_Translation
-Version:1.0.1
-Release:1
+Summary:Horde translation library
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
+
+Name:   php5-pear-Horde_Translation
+Version:2.0.1
+Release:0
 Source0:http://pear.horde.org/get/Horde_Translation-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Translation
-BuildRequires:  php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Translation
 %define pear_sname horde_translation
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This is the horde translation library
@@ -93,5 +96,6 @@
 
 %{peardir}/*
 %{xmldir}/%{pear_name}.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Translation-1.0.1.tgz - Horde_Translation-2.0.1.tgz ++
 1714 lines of diff (skipped)

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



commit php5-pear-Horde_Tree for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Tree for 
openSUSE:Factory checked in at 2012-11-28 14:55:43

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Tree (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Tree.new (New)


Package is php5-pear-Horde_Tree, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Tree/php5-pear-Horde_Tree.changes
2012-02-01 09:59:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Tree.new/php5-pear-Horde_Tree.changes
   2012-11-28 14:55:46.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 16:42:27 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.0
+
+---

Old:

  Horde_Tree-1.0.0.tgz

New:

  Horde_Tree-2.0.0.tgz



Other differences:
--
++ php5-pear-Horde_Tree.spec ++
--- /var/tmp/diff_new_pack.lRRlYR/_old  2012-11-28 14:55:46.0 +0100
+++ /var/tmp/diff_new_pack.lRRlYR/_new  2012-11-28 14:55:46.0 +0100
@@ -19,31 +19,35 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Tree API
+Summary:Horde Tree API
 License:GPL-2.0+
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Tree
-Version:1.0.0
+Version:2.0.0
 Release:0
 Source0:http://pear.horde.org/get/Horde_Tree-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Tree
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Url  
2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Url = 
2.0.0, php5-pear-Horde_Util = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.9.0
+Requires:   php-pear = 1.9.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Url = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Tree
 %define pear_sname horde_tree
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides a tree view of hierarchical information. It allows
@@ -95,5 +99,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Tree.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Tree-1.0.0.tgz - Horde_Tree-2.0.0.tgz ++
 1687 lines of diff (skipped)

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



commit php5-pear-Horde_Url for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Url for 
openSUSE:Factory checked in at 2012-11-28 14:55:48

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Url (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Url.new (New)


Package is php5-pear-Horde_Url, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Url/php5-pear-Horde_Url.changes  
2012-03-01 17:25:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Url.new/php5-pear-Horde_Url.changes 
2012-11-28 14:55:51.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 16:21:51 UTC 2012 - sag...@b1-systems.de
+
+- Version 2.0.1
+
+---

Old:

  Horde_Url-1.0.0.tgz

New:

  Horde_Url-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Url.spec ++
--- /var/tmp/diff_new_pack.JFO36c/_old  2012-11-28 14:55:52.0 +0100
+++ /var/tmp/diff_new_pack.JFO36c/_new  2012-11-28 14:55:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Url
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,31 +19,33 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Url class
+Summary:Horde Url class
 License:LGPL-3.0
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Url
-Version:1.0.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Url-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Url
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.8.7
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Url
 %define pear_sname horde_url
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This class represents a single URL and provides methods for manipulating
@@ -95,5 +97,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Url.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Url-1.0.0.tgz - Horde_Url-2.0.1.tgz ++
 2359 lines of diff (skipped)

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



commit php5-pear-Horde_Util for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Util for 
openSUSE:Factory checked in at 2012-11-28 14:55:54

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Util (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Util.new (New)


Package is php5-pear-Horde_Util, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Util/php5-pear-Horde_Util.changes
2012-01-19 11:06:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Util.new/php5-pear-Horde_Util.changes
   2012-11-28 14:55:56.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 20 16:04:16 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [mms] Add Horde_Variables#filter().
+- [jan] Implement ArrayAccess in Horde_Variables.
+- [mms] Fix Horde_String::validUtf8() to workaround PHP/PCRE bug where 
segfault will occur on input strings  ~5000 characters
+- [mms] Add Horde_String::trimUtf8Bom().
+
+
+---

Old:

  Horde_Util-1.2.0.tgz

New:

  Horde_Util-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Util.spec ++
--- /var/tmp/diff_new_pack.zWKb5n/_old  2012-11-28 14:55:57.0 +0100
+++ /var/tmp/diff_new_pack.zWKb5n/_new  2012-11-28 14:55:57.0 +0100
@@ -19,32 +19,34 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde Utility Libraries
+Summary:Horde Utility Libraries
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Util
-Version:1.2.0
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Util-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Util
-BuildRequires:  php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Url  2.0.0
-Requires:   php5-pear = 1.7.0
-Requires:   php5-dom
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-dom
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Url = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Util
 %define pear_sname horde_util
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 These classes provide functionality useful for all kind of applications.

++ Horde_Util-1.2.0.tgz - Horde_Util-2.0.1.tgz ++
 8837 lines of diff (skipped)

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



commit php5-pear-Horde_Vfs for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Vfs for 
openSUSE:Factory checked in at 2012-11-28 14:55:57

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Vfs (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Vfs.new (New)


Package is php5-pear-Horde_Vfs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Horde_Vfs/php5-pear-Horde_Vfs.changes  
2012-01-19 11:06:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Vfs.new/php5-pear-Horde_Vfs.changes 
2012-11-28 14:55:59.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 20 16:23:45 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.2
+- [gwr] Make unit tests timezone independent.
+- [jan] Fix inconsistent behavior of the different backend drivers.
+- [jan] Fix double unlink() of temporary files.
+- [jan] Fix ignored $dotfolder argument for listFolders() in SQL driver.
+- [jan] Fix several issues with quota calculation.
+- [jan] Fix recursive listFolder() on base directory.
+- [jan] Fix calculating folder sizes with similar folder names in SQL driver.
+- [jan] Update Dutch translation (Arjen de Korte build+ho...@de-korte.org).
+
+
+---

Old:

  Horde_Vfs-1.0.8.tgz

New:

  Horde_Vfs-2.0.2.tgz



Other differences:
--
++ php5-pear-Horde_Vfs.spec ++
--- /var/tmp/diff_new_pack.sDz6L7/_old  2012-11-28 14:56:00.0 +0100
+++ /var/tmp/diff_new_pack.sDz6L7/_new  2012-11-28 14:56:00.0 +0100
@@ -24,33 +24,39 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Vfs
-Version:1.0.8
+Version:2.0.2
 Release:0
 Source0:http://pear.horde.org/get/Horde_Vfs-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Vfs
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Translation 
 2.0.0, php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
-Requires:   php5-pear-Horde_Auth
-Requires:   php5-pear-Horde_Core
-Requires:   php5-pear-Horde_Db
-Requires:   php5-pear-Horde_Kolab_Session
-Requires:   php5-pear-Horde_Mime
-Requires:   php5-pear-Horde_Perms
-Requires:   php5-pear-Horde_Translation
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Auth = 2.0.0
+Requires:   php5-pear-Horde_Core = 2.0.0
+Requires:   php5-pear-Horde_Db = 2.0.0
+Requires:   php5-pear-Horde_Exception = 2.0.0
+Requires:   php5-pear-Horde_Kolab_Session  2.0.0
+Requires:   php5-pear-Horde_Mime = 2.0.0
+Requires:   php5-pear-Horde_Perms = 2.0.0
+Requires:   php5-pear-Horde_Translation  2.0.0
+Requires:   php5-pear-Horde_Translation = 2.0.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
-Suggests:   php5-ssh2 php5-ftp
+Suggests:   php-ssh2
+Suggests:   php-ftp
 BuildArch:  noarch
 %define pear_name  Horde_Vfs
 %define pear_sname horde_vfs
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides a Virtual File System API, with backends for:

++ Horde_Vfs-1.0.8.tgz - Horde_Vfs-2.0.2.tgz ++
 22339 lines of diff (skipped)

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



commit php5-pear-Horde_Xml_Wbxml for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Xml_Wbxml for 
openSUSE:Factory checked in at 2012-11-28 14:56:06

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Xml_Wbxml (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Xml_Wbxml.new (New)


Package is php5-pear-Horde_Xml_Wbxml, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Xml_Wbxml/php5-pear-Horde_Xml_Wbxml.changes
  2012-01-26 14:07:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Xml_Wbxml.new/php5-pear-Horde_Xml_Wbxml.changes
 2012-11-28 14:56:08.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 16:33:37 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Complete fix for incorrect syncml:metinf and syncml:devinf URNs (Bug 
#10229).
+
+
+---

Old:

  Horde_Xml_Wbxml-1.0.3.tgz

New:

  Horde_Xml_Wbxml-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Xml_Wbxml.spec ++
--- /var/tmp/diff_new_pack.lxL9VD/_old  2012-11-28 14:56:09.0 +0100
+++ /var/tmp/diff_new_pack.lxL9VD/_new  2012-11-28 14:56:09.0 +0100
@@ -24,26 +24,28 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Xml_Wbxml
-Version:1.0.3
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Xml_Wbxml-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Xml_Wbxml
-BuildRequires:  php5-pear = 1.4.7
-Requires:   php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Util = 2.0.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
+Requires:   php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch
 %define pear_name  Horde_Xml_Wbxml
 %define pear_sname horde_xml_wbxml
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides encoding and decoding of WBXML (Wireless Binary XML)

++ Horde_Xml_Wbxml-1.0.3.tgz - Horde_Xml_Wbxml-2.0.1.tgz ++
 6473 lines of diff (skipped)

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



commit php5-pear-Horde_Yaml for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Yaml for 
openSUSE:Factory checked in at 2012-11-28 14:56:09

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Yaml (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Yaml.new (New)


Package is php5-pear-Horde_Yaml, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Yaml/php5-pear-Horde_Yaml.changes
2012-02-15 16:17:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Yaml.new/php5-pear-Horde_Yaml.changes
   2012-11-28 14:56:11.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 16:32:29 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.0.1
+- [jan] Fix tests to work with PHPUnit 3.6.
+
+
+---

Old:

  Horde_Yaml-1.0.1.tgz

New:

  Horde_Yaml-2.0.1.tgz



Other differences:
--
++ php5-pear-Horde_Yaml.spec ++
--- /var/tmp/diff_new_pack.NPPsXR/_old  2012-11-28 14:56:12.0 +0100
+++ /var/tmp/diff_new_pack.NPPsXR/_new  2012-11-28 14:56:12.0 +0100
@@ -24,26 +24,28 @@
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Yaml
-Version:1.0.1
+Version:2.0.1
 Release:0
 Source0:http://pear.horde.org/get/Horde_Yaml-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Yaml
-BuildRequires:  php5-pear = 1.7.0
-Requires:   php5-pear = 1.7.0
+Requires:   php = 5.3.3
+BuildRequires:  php = 5.3.3
+BuildRequires:  php-pear = 1.7.0
+Requires:   php-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
+Requires:   php5-pear-Horde_Exception = 2.0.0
 Requires:   php5-pear-channel-horde
-Requires:   php5-pear-Horde_Exception
 BuildArch:  noarch
 %define pear_name  Horde_Yaml
 %define pear_sname horde_yaml
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This package provides classes for parsing YAML files into PHP arrays, and 
dumping PHP arrays into YAML encoding.

++ Horde_Yaml-1.0.1.tgz - Horde_Yaml-2.0.1.tgz ++
 5468 lines of diff (skipped)

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



commit typo3-cms-4_5 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package typo3-cms-4_5 for openSUSE:Factory 
checked in at 2012-11-28 14:56:13

Comparing /work/SRC/openSUSE:Factory/typo3-cms-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.typo3-cms-4_5.new (New)


Package is typo3-cms-4_5, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.typo3-cms-4_5.new/typo3-cms-4_5.changes 
2012-11-28 14:56:14.0 +0100
@@ -0,0 +1,92 @@
+---
+Tue Nov 13 09:22:55 UTC 2012 - thomas.w...@datev.de
+
+- Raised to version 4.5.22
+  * Raise submodule pointer (TYPO3 Release Team)
+  * Raise version numbers of system extensions (Steffen Ritter)
+  * bugfix: imagecopyresized: correct invalid parameters (Stefan Neufeind), 
t3#26660
+  * Fix TYPO3 logos (Helmut Hummel), t3#42850
+  * Raise submodule pointer (TYPO3 Release Team)
+  * bugfix: t3#42812 Most checkboxes (like Extended View) are not working 
(Michael Spä), t3#42812
+  * Set TYPO3 version to 4.5.22-dev (TYPO3 Release Team)
+  * security: Fix SQL injection and XSS in record history (Oliver Hader), 
t3#42696
+  * security: XSS in TCA Tree (Oliver Hader), t3#42774
+  * security: Fix potential XSS in t3lib_BEfunc::getFuncCheck (Helmut Hummel), 
t3#42776
+  * Raise submodule pointer (TYPO3 Release Team)
+  * bugfix: No sorting in TypoScript Object Browser when browsing (Nicole 
Cordes), t3#39677
+  * bugfix: Translated non-published page in workspace breaks live workspace 
(Oliver Hader), t3#42281
+  * bugfix: Illegal string offsets in t3lib_stdgraphic (Wouter Wolters), 
t3#38024
+  * bugfix: PHP 5.4 warning in CLI context in switch back user (Christian 
Kuhn), t3#37578
+  * bugfix: t3lib_div: adjust substUrlsInPlainText to also work on URLs at end 
of sentence (Robert Heel), t3#28248
+  * bugfix: Wrong call to TSFE in FrontendEditing (Steffen Ritter), t3#40733
+  * Fix generation of ext_emconf.php (Wouter Wolters), t3#42444
+  * bugfix: t3lib_div::unlink_tempfile does not always work on Windows 
(Stanislas Rolland), t3#38699
+  * bugfix: TCEForms.Suggest wizard in IRRE records (Nicole Cordes), t3#27020
+  * Fix case of tests folder (Xavier Perseguers)
+  * bugfix: Unit test for saltedpasswords fail (Xavier Perseguers)
+  * bugfix: RTE: Link to disabled page doesn't show in FE, link icon does 
(Stanislas Rolland), t3#36087
+  * bugfix: RTE: Words containing umlauts not added to personal dictionary 
(Stanislas Rolland), t3#29685
+  * bugfix: Extension Import not working with postgresql and DBAL (Ernesto 
Baschny), t3#38406
+  * Set TYPO3 version to 4.5.21-dev (TYPO3 Release Team)
+
+---
+Wed Oct 24 07:10:29 UTC 2012 - thomas.w...@datev.de
+
+- Raised to version 4.5.20
+  * Raise submodule pointer
+  * Update md5 sums for 4.5.20
+  * Update backend sprites according to rebranding
+  * Introduce TYPO3 CMS in EXT: about (t3#41823)
+  * Adjust Logos to new style-guide (t3#41704)
+  * Prevent saltedpasswords destroying the password (t3#41828)
+  * bugfix: RTE: Paste as plain text doesn't work in
+Safari (Mac only) (t3#35356)
+  * bugfix: CE with All languages doesn't show with every lang (t3#24087)
+  * bugfix: CE with All languages isn't shown in Page module (t3#24087)
+  * bugfix: Proper cursor icon in access module (t3#33230)
+  * bugfix: Fix the additional icon check (t3#41463)
+  * bugfix: Fix translation moving in workspaces (t3#33592)
+  * bugfix: strftime expects parameter 2 to be long, string given (t3#38717)
+  * bugfix: RTE: array_flip warning on array of languages (t3#35147)
+  * bugfix: Words with special characters not added to personal
+dictionary (t3#38653)
+  * bugfix: htmlArea RTE: Cursor jumps to first letter with Chrome 22 
(t3#41411)
+  * bugfix: Do not save expand state for root node in TCA tree (t3#31978)
+  * bugfix: File upload button is collapsed in Chrome 21 (t3#39659)
+  * bugfix: Switch to List module on root page leads to blank page (t3#40781)
+  * bugfix: Error handler registration accepts way too much PHP error
+types (t3#31827)
+  * bugfix: Tree view in admin panel is broken with PHP 5.4 (t3#41213)
+  * bugfix: Error handler callback causes fatal error for parse time
+errors (t3#31834)
+  * bugfix: Error messages are not shown in 123 installation process (t3#41158)
+  * bugfix: Database creating fails due to not allowed characters (t3#41151)
+  * bugfix: Set charset property after cloning t3lib_PageRenderer (t3#27957)
+  * bugfix: PHP warning when no language pack is available (t3#40108)
+  * Set TYPO3 version to 4.5.20-dev
+  * dbal: Update md5 sum for 4.5.20
+  * extbase: Update version number to 1.3.4
+  * extbase, bugfix: (Persistence) Make Typo3QuerySettings exchangeable
+  * 

commit typo3-flow-1_1 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package typo3-flow-1_1 for openSUSE:Factory 
checked in at 2012-11-28 14:56:35

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


Package is typo3-flow-1_1, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.typo3-flow-1_1.new/typo3-flow-1_1.changes   
2012-11-28 14:56:39.0 +0100
@@ -0,0 +1,18 @@
+---
+Thu Nov 15 12:38:06 UTC 2012 - thomas.w...@datev.de
+
+- Corrected version tag to LGPL-3.0+.
+- Added LGPL-3.0.txt to %doc. 
+
+---
+Wed Oct 24 09:18:32 UTC 2012 - thomas.w...@datev.de
+
+- Renamed package from flow3-1 to typo3-flow-1_1 due to changed
+  name conventions in Typo3 community (FLOW3 has been renamed to
+  Typo3 FLOW). 
+
+---
+Sat Sep  8 13:42:16 UTC 2012 - thomas.w...@datev.de
+
+- Initial package version 1.1.0
+

New:

  LGPL-3.0.txt
  README.SuSE
  _service
  flow3-1.1.0.tar.bz2
  typo3-flow-1_1-init
  typo3-flow-1_1.changes
  typo3-flow-1_1.spec



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

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


Name:   typo3-flow-1_1
Version:1.1.0
Release:0
Summary:Typo3 FLOW Enterprise Web Application Framework
License:LGPL-3.0+
Group:  Productivity/Networking/Web/Utilities

Url:http://flow3.typo3.org/
Source0:flow3-%{version}.tar.bz2
Source1:typo3-flow-1_1-init
Source50:   LGPL-3.0.txt
Source99:   README.SuSE

Requires:   php5 = 5.3.2
Requires:   php5-mbstring
Requires:   php5-pdo
Requires:   php5-tokenizer

BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  unzip

# Package has been renamed from flow3-1 to typo3-flow-1_1
Provides:   flow3-1 = %version
Obsoletes:  flow3-1 = 1.1

%define underscored_version %(echo -n %{version} | sed 's/\\./_/g')

%description
Typo3 FLOW is a web application platform enabling developers creating excell 
ent web solutions and bring back the joy of coding. 

It gives you fast results. It is a reliable foundation for complex 
applications. And it is backed by one of the biggest PHP communities. 

Typo3 FLOW is not a pick'n'mix store of motley components. It's a framework 
which helps you with the infrastructure of your application. Object Lifecycle 
Management, Package Management, Resource Management and Security are on it's 
home field. Real business logic is left to custom packages. 

Whenever possible, Typo3 FLOW analyzes your code for choosing the right 
configuration for you. Clear conventions and an intuitive API let you 
concentrate on the essential parts of your application. After all you want to 
write PHP and not XML, YAML, INI, don't you? 

Well-proven concepts from various frameworks, applications and programming 
languages were considered for the design of Typo3 FLOW. Techniques like 
Dependency Injection and Aspect-Oriented Programming open up new ways of 
developing PHP applications. But instead of just copying other solutions, the 
concepts have been carefully adapted to fit the Typo3 FLOW feeling. 

Typo3 FLOW was created as the foundation of the next generation Typo3 CMS 
called Typo3 neos. Applications based on Typo3 FLOW can be used as a plugin in 
TYPO3 or serve as standalone solutions, completely independent from the CMS. By 
using FLOW3 as an application platform, you get a CMS on top!

%prep
%setup -q -n flow3-%{version} -c
%{__cp} %{S:1} .
%{__cp} %{S:50} .
%{__cp} %{S:99} .

%build

%check

%install
mkdir -p %{buildroot}%{_datadir}/flow3-%{underscored_version}
cp -pr flow3-%{version}/* %{buildroot}%{_datadir}/flow3-%{underscored_version}/
ln -s flow3-%{underscored_version} 

commit typo3-cms-4_7 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package typo3-cms-4_7 for openSUSE:Factory 
checked in at 2012-11-28 14:56:27

Comparing /work/SRC/openSUSE:Factory/typo3-cms-4_7 (Old)
 and  /work/SRC/openSUSE:Factory/.typo3-cms-4_7.new (New)


Package is typo3-cms-4_7, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.typo3-cms-4_7.new/typo3-cms-4_7.changes 
2012-11-28 14:56:29.0 +0100
@@ -0,0 +1,123 @@
+---
+Tue Nov 13 09:51:38 UTC 2012 - thomas.w...@datev.de
+
+- Raised to version 4.7.7
+  * Raise version numbers of system extensions (Steffen Ritter)
+  * bugfix: Regression in t3lib_iconWorks::imagecopyresized (Tymoteusz 
Motylewski), t3#39563
+  * Fix TYPO3 logos (Helmut Hummel), t3#42850
+  * bugfix: getFuncCheck must quotes wrong (Michael Spä), t3#42812
+  * security: Fix SQL injection and XSS in record history (Oliver Hader)
+  * security: XSS in TCA Tree (Oliver Hader), t3#42696
+  * security: Fix potential XSS in t3lib_BEfunc::getFuncCheck (Helmut Hummel), 
t3#42774
+  * Raise submodule pointer (TYPO3 Release Team), t3#42776
+  * bugfix: No sorting in TypoScript Object Browser when browsing (Nicole 
Cordes), t3#39677
+  * bugfix: Translated non-published page in workspace breaks live workspace 
(Oliver Hader), t3#42281
+  * bugfix: Illegal string offsets in t3lib_stdgraphic (Wouter Wolters), 
t3#38024
+  * Use correct branch for travis integration build (Helmut Hummel)
+  * bugfix: PHP 5.4 warning in CLI context in switch back user (Christian 
Kuhn), t3#37578
+  * bugfix: RTE: Link class not always set in Firefox (Stanislas Rolland), 
t3#39662
+  * bugfix: Restore display of mount points path (Francois Suter), t3#42046
+  * bugfix: Wrong call to TSFE in FrontendEditing (Steffen Ritter), t3#40733
+  * bugfix: PHP warning: open_basedir restriction (Xavier Perseguers), t3#42054
+  * bugfix: Fix usage of fileadminDir (Helmut Hummel), t3#42454
+  * Fix generation of ext_emconf.php (Wouter Wolters), t3#42444
+  * Clean-up EXT: aboutmodules, adapt to TYPO3 CMS (Felix Kopp), t3#41980
+  * bugfix: t3lib_div::unlink_tempfile does not always work on Windows 
(Stanislas Rolland), t3#38699
+  * bugfix: New form wizard not loading in IE8 (Sebastian Schawohl), t3#33504
+  * bugfix: Unit test for saltedpasswords fail (Xavier Perseguers)
+  * bugfix: RTE: Link to disabled page doesn't show in FE, link icon does 
(Stanislas Rolland), t3#36087
+  * bugfix: RTE: Words containing umlauts not added to personal dictionary 
(Stanislas Rolland), t3#29685
+  * bugfix: Extension Import not working with postgresql and DBAL (Ernesto 
Baschny), t3#38406
+  * Set TYPO3 version to 4.7.6-dev (TYPO3 Release Team)
+- Added some fixes to work with PHP 5.4
+
+---
+Wed Oct 24 07:51:49 UTC 2012 - thomas.w...@datev.de
+
+- Raised to version 4.7.5
+  * Raise submodule pointer
+  * Update version number to 4.7.5
+  * bugfix: Localization fallback does not work in Backend (t3#41996)
+  * Update backend sprites according to rebranding
+  * Adjust Logos to new style-guide (t3#41704)
+  * Introduce TYPO3 CMS in EXT: about (t3#41823)
+  * bugfix: Prevent saltedpasswords destroying the password (t3#41828)
+  * bugfix: RTE: Localization to content language does not work (t3#39271)
+  * bugfix: RTE: paste as plain text does not work in IE9 (t3#39389)
+  * bugfix: CE with All languages doesn't show with every lang (t3#24087)
+  * bugfix: Fix the additional icon check (t3#41463)
+  * bugfix: FLUIDTEMPLATE - Serialization of 'Closure' is not allowed 
(t3#36820)
+  * bugfix: Make alphabetic filter work with umlauts (t3#35296)
+  * bugfix: Pagetree - Prevent a call to moveNode while creating nodes
+(t3#39820)
+  * bugfix: Make alphanum. filter work with umlauts (t3#35284)
+  * feature: Add several testcases for validators (t3#35333)
+  * bugfix: Fix SQL error in Livesearch with empty TCA sortby setting 
(t3#40816)
+  * bugfix: Take versioned record into account for showHidden flag. (t3#33392)
+  * Disable Memcache tests for now
+  * bugfix: Endless loop in flushOutputBuffers() (t3#40126)
+  * bugfix: MEDIA element ignores audio fallback (t3#39416)
+  * bugfix: Hardcoded fileadmin directory in Import-Export (t3#41120)
+  * bugfix: CE with All languages isn't shown in Page module (t3#24087)
+  * bugfix: backColor transparent causes black background or flickering
+(t3#32781)
+  * bugfix: strftime expects parameter 2 to be long, string given (t3#38717)
+  * bugfix: Fix compressor flooding typo3temp (t3#40409)
+  * Start memcached on travis-ci build
+  * bugfix: Words with special characters not added to personal dictionary
+(t3#38653)
+  * bugfix: RTE is not loading in IE8, 

commit dbus-1-python for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package dbus-1-python for openSUSE:Factory 
checked in at 2012-11-28 16:03:48

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


Package is dbus-1-python, Maintainer is thoe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1-python/dbus-1-python.changes  
2012-05-29 11:46:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1-python.new/dbus-1-python.changes 
2012-11-28 16:03:51.0 +0100
@@ -1,0 +2,34 @@
+Mon Nov 19 18:33:18 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 1.1.1:
+  Dependencies:
+  - libdbus 1.6 or later is now recommended. It is not strictly required yet.
+  Fixes:
+  - Validate UTF-8 according to the rules libdbus uses, falling back to our
+own (inefficient) implementation if not compiled against dbus = 1.6
+(fdo#40817)
+  - Under Python 3, in the absence of introspection or signature='...',
+pass dbus.ObjectPath or dbus.Signature arguments with the obvious
+signature 'o' or 'g', not 's'. This previously only worked in Python 2.
+(fdo#50740)
+  From version 1.1.0:
+  Deprecations:
+  - dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new
+code.
+  API changes:
+  - dbus.gobject_service works in legacy PyGObject 2 applications again,
+like it did before 1.0. The down side is that it doesn't work in all PyGI
+applications any more, unlike 1.0. In PyGI applications, depend on
+dbus-python = 1.1 and use dbus.gi_service instead - its API is the same.
+(fdo#48904, deb#670516)
+  - dbus.gobject_service has been removed from Python 3 builds altogether.
+  Enhancements:
+  - Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing
+it
+  Fixes:
+  - Put sockets for the regression tests in /tmp, not the builddir, fixing
+test failures in a really long builddir (fdo#46747)
+  - Fix a reference leak in dbus_py_variant_level_set (fdo#47108)
+  - Modify AM_CHECK_PYTHON_HEADERS so the another way works with Python 3
+
+---
--- /work/SRC/openSUSE:Factory/dbus-1-python/dbus-1-python3.changes 
2012-05-29 11:46:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1-python.new/dbus-1-python3.changes
2012-11-28 16:03:51.0 +0100
@@ -1,0 +2,34 @@
+Mon Nov 19 18:33:27 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 1.1.1:
+  Dependencies:
+  - libdbus 1.6 or later is now recommended. It is not strictly required yet.
+  Fixes:
+  - Validate UTF-8 according to the rules libdbus uses, falling back to our
+own (inefficient) implementation if not compiled against dbus = 1.6
+(fdo#40817)
+  - Under Python 3, in the absence of introspection or signature='...',
+pass dbus.ObjectPath or dbus.Signature arguments with the obvious
+signature 'o' or 'g', not 's'. This previously only worked in Python 2.
+(fdo#50740)
+  From version 1.1.0:
+  Deprecations:
+  - dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new
+code.
+  API changes:
+  - dbus.gobject_service works in legacy PyGObject 2 applications again,
+like it did before 1.0. The down side is that it doesn't work in all PyGI
+applications any more, unlike 1.0. In PyGI applications, depend on
+dbus-python = 1.1 and use dbus.gi_service instead - its API is the same.
+(fdo#48904, deb#670516)
+  - dbus.gobject_service has been removed from Python 3 builds altogether.
+  Enhancements:
+  - Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing
+it
+  Fixes:
+  - Put sockets for the regression tests in /tmp, not the builddir, fixing
+test failures in a really long builddir (fdo#46747)
+  - Fix a reference leak in dbus_py_variant_level_set (fdo#47108)
+  - Modify AM_CHECK_PYTHON_HEADERS so the another way works with Python 3
+
+---

Old:

  dbus-python-1.0.0.tar.gz

New:

  dbus-python-1.1.1.tar.gz



Other differences:
--
++ dbus-1-python.spec ++
--- /var/tmp/diff_new_pack.c4DhzU/_old  2012-11-28 16:03:53.0 +0100
+++ /var/tmp/diff_new_pack.c4DhzU/_new  2012-11-28 16:03:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   dbus-1-python
-Version:1.0.0
+Version:1.1.1
 Release:0
 Summary:Python bindings for D-Bus
 License:MIT

++ dbus-1-python3.spec ++
--- /var/tmp/diff_new_pack.c4DhzU/_old  2012-11-28 16:03:53.0 +0100
+++ /var/tmp/diff_new_pack.c4DhzU/_new  2012-11-28 16:03:53.0 +0100
@@ -16,8 +16,13 @@
 #
 
 
+%if 0%{?suse_version} = 1140
+%{!?python3_sitearch: 

commit hdparm for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package hdparm for openSUSE:Factory checked 
in at 2012-11-28 16:07:51

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


Package is hdparm, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hdparm/hdparm.changes2012-11-17 
07:21:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.hdparm.new/hdparm.changes   2012-11-28 
16:07:54.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 27 18:27:16 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(udev) BuildRequires: needed in order to dynamically
+  extract the right folder for udev rules and scripts.
+- Copy the udev rules to %{_udevdir}, identified based on udev.pc.
+- Add pkgconfig BuildRequires: needed, as we otherwise end up not
+  having pkg-config in the build root, which we rely on to read
+  the .pc file.
+
+---



Other differences:
--
++ hdparm.spec ++
--- /var/tmp/diff_new_pack.9KXaKx/_old  2012-11-28 16:07:55.0 +0100
+++ /var/tmp/diff_new_pack.9KXaKx/_new  2012-11-28 16:07:55.0 +0100
@@ -31,8 +31,11 @@
 Patch1: hdparm-nostrip.patch
 Patch2: hdparm-wiper-warn.patch
 Patch3: hdparm-leak-fix.patch
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(udev)
 Url:http://sourceforge.net/projects/hdparm/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%define _udevdir %(pkg-config --variable udevdir udev)
 
 %description
 A shell utility to access and tune the ioctl features of the Linux IDE
@@ -53,11 +56,11 @@
 install -d $RPM_BUILD_ROOT/%{_sbindir}
 %make_install binprefix=%{_prefix}
 mv contrib/README contrib/README.contrib
-install -d $RPM_BUILD_ROOT/lib/udev/rules.d
-install -m 644 %{S:1} $RPM_BUILD_ROOT/lib/udev/rules.d
+install -d $RPM_BUILD_ROOT%{_udevdir}/rules.d
+install -m 644 %{S:1} $RPM_BUILD_ROOT%{_udevdir}/rules.d
 install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m 644 %{S:2} $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 %{S:3} $RPM_BUILD_ROOT/lib/udev/idedma.sh
+install -m 755 %{S:3} $RPM_BUILD_ROOT/%{_udevdir}/idedma.sh
 install -d $RPM_BUILD_ROOT/usr/lib/hdparm
 install -m 755 contrib/idectl $RPM_BUILD_ROOT/usr/lib/hdparm
 install -m 755 contrib/ultrabayd $RPM_BUILD_ROOT/usr/lib/hdparm
@@ -107,10 +110,10 @@
 #EndUserMerge
 %{_sbindir}/hdparm
 %{_sbindir}/wiper.sh
-%dir /lib/udev
-/lib/udev/idedma.sh
-%dir /lib/udev/rules.d
-/lib/udev/rules.d/56-idedma.rules
+%dir %{_udevdir} 
+%{_udevdir}/idedma.sh
+%dir %{_udevdir}/rules.d
+%{_udevdir}/rules.d/56-idedma.rules
 /usr/lib/hdparm
 /var/adm/fillup-templates/sysconfig.ide
 

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



commit nfs-utils for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2012-11-28 16:19:06

Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and  /work/SRC/openSUSE:Factory/.nfs-utils.new (New)


Package is nfs-utils, Maintainer is nfbr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2012-10-25 
12:10:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2012-11-28 
16:19:09.0 +0100
@@ -1,0 +2,14 @@
+Wed Nov 28 00:08:55 UTC 2012 - nfbr...@suse.com
+
+- New upstream release 1.2.7.  Adds FedFD support
+  to mounted and replaces nfsdcld with
+  nfsdcltrack.  This is used to manage client state
+  on NFSv4 servers.
+  Incorporates more local patches.
+
+- Replace /var/run with /run in various scripts.
+
+- nfsserver.init: Generate message that bind= is deprecated
+  if it is used.
+
+---

Old:

  mkdir-sbin
  mount-exit-code.fix
  nfs-utils-1.2.6.tar.bz2
  nfs4-no-umount
  remove_pretty_sig.patch

New:

  nfs-utils-1.2.7.tar.bz2



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.wrZOpY/_old  2012-11-28 16:19:11.0 +0100
+++ /var/tmp/diff_new_pack.wrZOpY/_new  2012-11-28 16:19:11.0 +0100
@@ -31,16 +31,16 @@
 BuildRequires:  pkgconfig
 BuildRequires:  sqlite3-devel
 BuildRequires:  tcpd-devel
-Url:http://nfs.sourceforge.net
+Url:http://kernel.org/pub/linux/utils/nfs-utils/
 Summary:Support Utilities for Kernel nfsd
 License:GPL-2.0+
 Group:  Productivity/Networking/NFS
-Version:1.2.6
+Version:1.2.7
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:
http://downloads.sourceforge.net/project/nfs/nfs-utils/%{version}/nfs-utils-%{version}.tar.bz2
+Source0:
http://kernel.org/pub/linux/utils/nfs-utils/%{version}/nfs-utils-%{version}.tar.bz2
 # Download does not work:
 # Source1:ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.bz2
 Source1:nfs.doc.tar.bz2
@@ -57,10 +57,6 @@
 Source12:   start-statd
 Source13:   nfs-utils.rpmlintrc
 Patch0: nfs-utils-1.0.7-bind-syntax.patch
-Patch1: remove_pretty_sig.patch
-Patch2: mkdir-sbin
-Patch3: mount-exit-code.fix
-Patch4: nfs4-no-umount
 Suggests:   python-base
 
 %description
@@ -139,10 +135,6 @@
 %prep
 %setup -q -n nfs-utils-%{version} -a 1
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 cp %{S:6} .
 
 %build
@@ -153,7 +145,7 @@
--enable-nfsv4 \
--enable-gss \
--enable-ipv6 \
-   --enable-nfsdcld \
+   --enable-nfsdcltrack \
--enable-mount \
--enable-libmount-mount \
--enable-mountconfig \
@@ -213,12 +205,12 @@
 chown statd:nogroup /var/lib/nfs
 chown -R statd /var/lib/nfs/{state,sm,sm.bak}  /dev/null || :
 ### migrate from /var/lock/subsys
-[ -d /var/run/nfs ] || mkdir /var/run/nfs
+[ -d /run/nfs ] || mkdir /run/nfs
 if [ -f /var/lock/subsys/nfs-rpc.idmapd ]; then
-   mv /var/lock/subsys/nfs-rpc.idmapd /var/run/nfs
+   mv /var/lock/subsys/nfs-rpc.idmapd /run/nfs
 fi
 if [ -f /var/lock/subsys/nfsserver-rpc.idmapd ]; then
-   mv /var/lock/subsys/nfsserver-rpc.idmapd /var/run/nfs
+   mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs
 fi
 ###
 [ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
@@ -242,12 +234,12 @@
 
 %post -n nfs-kernel-server
 ### migrate from /var/lock/subsys
-[ -d /var/run/nfs ] || mkdir /var/run/nfs
+[ -d /run/nfs ] || mkdir /run/nfs
 if [ -f /var/lock/subsys/nfs-rpc.idmapd ]; then
-   mv /var/lock/subsys/nfs-rpc.idmapd /var/run/nfs
+   mv /var/lock/subsys/nfs-rpc.idmapd /run/nfs
 fi
 if [ -f /var/lock/subsys/nfsserver-rpc.idmapd ]; then
-   mv /var/lock/subsys/nfsserver-rpc.idmapd /var/run/nfs
+   mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs
 fi
 ###
 %{fillup_and_insserv nfsserver}
@@ -322,7 +314,7 @@
 /usr/sbin/rpc.mountd
 /usr/sbin/rpc.nfsd
 /usr/sbin/rpc.svcgssd
-/usr/sbin/nfsdcld
+/usr/sbin/nfsdcltrack
 %{_mandir}/man5/exports.5.gz
 %{_mandir}/man7/nfsd.7.gz
 %{_mandir}/man8/exportfs.8.gz
@@ -331,7 +323,7 @@
 %{_mandir}/man8/rpc.mountd.8.gz
 %{_mandir}/man8/rpc.nfsd.8.gz
 %{_mandir}/man8/rpc.svcgssd.8.gz
-%{_mandir}/man8/nfsdcld.8.gz
+%{_mandir}/man8/nfsdcltrack.8.gz
 /usr/share/omc/svcinfo.d/nfs-kernel-server.xml
 %config(noreplace) /var/lib/nfs/xtab
 %config(noreplace) /var/lib/nfs/etab


++ nfs-utils-1.0.7-bind-syntax.patch ++
--- /var/tmp/diff_new_pack.wrZOpY/_old  2012-11-28 16:19:12.0 

commit optipng for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package optipng for openSUSE:Factory checked 
in at 2012-11-28 16:19:18

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


Package is optipng, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/optipng/optipng.changes  2012-09-25 
10:44:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.optipng.new/optipng.changes 2012-11-28 
16:19:22.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 12:24:53 UTC 2012 - pgaj...@suse.com
+
+- updated to 0.7.4:
+  !! Fixed the previous fix, which failed to fix the option -fix.
+   (Thanks to Gynvael Coldwind and Mateusz Jurczyk for the report.)
+
+---

Old:

  optipng-0.7.3.tar.gz

New:

  optipng-0.7.4.tar.gz



Other differences:
--
++ optipng.spec ++
--- /var/tmp/diff_new_pack.Y7cUpz/_old  2012-11-28 16:19:24.0 +0100
+++ /var/tmp/diff_new_pack.Y7cUpz/_new  2012-11-28 16:19:24.0 +0100
@@ -21,7 +21,7 @@
 Summary:A PNG File Compressor
 License:Zlib
 Group:  Productivity/Archiving/Compression
-Version:0.7.3
+Version:0.7.4
 Release:0
 Url:http://optipng.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ optipng-0.7.3.tar.gz - optipng-0.7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7.3/AUTHORS.txt 
new/optipng-0.7.4/AUTHORS.txt
--- old/optipng-0.7.3/AUTHORS.txt   2012-09-16 16:16:00.0 +0200
+++ new/optipng-0.7.4/AUTHORS.txt   2012-10-22 03:41:00.0 +0200
@@ -1,4 +1,4 @@
-# OptiPNG version 0.7.3
+# OptiPNG version 0.7.4
 # Copyright (C) 2001-2012 Cosmin Truta and the Contributing Authors.
 # See the accompanying LICENSE file for details.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7.3/README.txt new/optipng-0.7.4/README.txt
--- old/optipng-0.7.3/README.txt2012-09-16 16:16:00.0 +0200
+++ new/optipng-0.7.4/README.txt2012-10-22 03:41:00.0 +0200
@@ -1,5 +1,5 @@
 
-OptiPNG 0.7.3: Advanced PNG optimizer.
+OptiPNG 0.7.4: Advanced PNG optimizer.
 Copyright (C) 2001-2012 Cosmin Truta.
 ==
 
@@ -23,14 +23,14 @@
 Build instructions
 --
   On Unix, or under a Bourne-compatible shell, run ./configure and make:
-cd optipng-0.7.3/
+cd optipng-0.7.4/
 ./configure
 make
 make test
 
   Alternatively, use a pre-configured makefile that matches your compiler;
   e.g.:
-cd optipng-0.7.3/
+cd optipng-0.7.4/
 nmake -f build/visualc.mk
 nmake -f build/visualc.mk test
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7.3/doc/history.txt 
new/optipng-0.7.4/doc/history.txt
--- old/optipng-0.7.3/doc/history.txt   2012-09-16 16:16:00.0 +0200
+++ new/optipng-0.7.4/doc/history.txt   2012-10-22 03:41:00.0 +0200
@@ -13,6 +13,11 @@
(crash, data/metadata loss or security hazard).
  * Other modification (e.g. architectural improvement).
 
+Version 0.7.4   21-oct-2012
+-
+!! Fixed the previous fix, which failed to fix the option -fix.
+   (Thanks to Gynvael Coldwind and Mateusz Jurczyk for the report.)
+
 Version 0.7.3   16-sep-2012
 -
 !! Fixed a use-after-free vulnerability in the palette reduction code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7.3/doc/optipng.man.html 
new/optipng-0.7.4/doc/optipng.man.html
--- old/optipng-0.7.3/doc/optipng.man.html  2012-09-16 16:16:00.0 
+0200
+++ new/optipng-0.7.4/doc/optipng.man.html  2012-10-22 03:41:00.0 
+0200
@@ -1,5 +1,5 @@
 !-- Creator : groff version 1.21 --
-!-- CreationDate: Sun Sep 16 10:16:00 2012 --
+!-- CreationDate: Sun Oct 21 21:41:00 2012 --
 !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
 http://www.w3.org/TR/html4/loose.dtd;
 html
Files old/optipng-0.7.3/doc/optipng.man.pdf and 
new/optipng-0.7.4/doc/optipng.man.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/optipng-0.7.3/doc/optipng.man.txt 
new/optipng-0.7.4/doc/optipng.man.txt
--- old/optipng-0.7.3/doc/optipng.man.txt   2012-09-16 16:16:00.0 
+0200
+++ new/optipng-0.7.4/doc/optipng.man.txt   2012-10-22 03:41:00.0 
+0200
@@ -295,4 +295,4 @@
the Debian Project. It was later updated by Cosmin Truta,  and  is  now
part of the OptiPNG distribution.
 

commit povray for openSUSE:Factory:NonFree

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory:NonFree 
checked in at 2012-11-28 16:22:42

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


Package is povray, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/povray/povray.changes2012-09-14 
12:34:02.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.povray.new/povray.changes   
2012-11-28 16:22:44.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 26 19:06:38 UTC 2012 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+- Remove redundant/unwanted tags/sections from specfile
+
+---



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.srx6lK/_old  2012-11-28 16:22:45.0 +0100
+++ /var/tmp/diff_new_pack.srx6lK/_new  2012-11-28 16:22:45.0 +0100
@@ -16,29 +16,29 @@
 #
 
 
-
 Name:   povray
-BuildRequires:  automake
-BuildRequires:  boost-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  xorg-x11-libXpm-devel
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  zlib-devel
 License:SUSE-NonFree
 Group:  Productivity/Graphics/Visualization/Raytracers
 Version:3.6.9.6
 Release:0
 Summary:Ray Tracer
 Url:http://www.povray.org
+
 Source: povray-3.7.0.RC6.tar.bz2
 Patch1: povray-%{version}-ini.patch
 Patch2: povray-%{version}-fix.patch
 # boost changed TIME_UTC - TIME_UTC_
 Patch3: povray-%{version}-TIME_UTC_.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  xorg-x11-libXpm-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  zlib-devel
 
 %description
 The Persistence of Vision Ray tracer creates three-dimensional,
@@ -50,26 +50,6 @@
 take several hours) but it produces very high quality images with
 realistic reflections, shading, perspective, and other effects.
 
-
-
-Authors:
-
-Steve Anger   san...@hookup.net
-Dieter Bayer  100255.3...@compuserve.com
-Chris Cason   chris.ca...@oaks.com.au
-Andreas Dilgeradil...@enel.ucalgary.ca
-Alexander Enzmann xan...@mitre.com
-Dan Farmer74431.1...@compuserve.com
-Lutz Kretzschmar  100023.2...@compuserve.com
-Mike Miller   70353@compuserve.com
-Joel NewKirk  102627.1...@compuserve.com
-Anton Raves   100022.2...@compuserve.com
-Tim Rowleytrow...@geom.umn.edu
-Eduard Schwan 71513.2...@compuserve.com
-Zsolt Szalavari   zs...@cg.tuwien.ac.at
-Timothy Wegnertweg...@phoenix.net
-Chris Young   76702.1...@compuserve.com
-
 %prep
 %setup -q -n povray-3.7.0.RC6
 %patch1
@@ -89,7 +69,7 @@
 CXXFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-multichar 
CFLAGS=$CXXFLAGS\
 %configure COMPILED_BY=SUSE LINUX Products GmbH, Nuernberg, Germany \
  --disable-optimiz --with-boost-thread=boost_thread-mt
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 perl -pi -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/* 
 perl -pi -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' scripts/* 
 
@@ -111,7 +91,4 @@
 %{_mandir}/man*/*
 %doc %{_defaultdocdir}/%{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

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



commit pulseaudio for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2012-11-28 16:27:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2012-11-18 
20:30:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2012-11-28 16:28:02.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 27 15:23:42 CET 2012 - ti...@suse.de
+
+- Add the audio setup for qemu/kvm to setup-pulseaudio script
+  (bnc#737070)
+
+---



Other differences:
--

++ setup-pulseaudio ++
--- /var/tmp/diff_new_pack.MGUEgl/_old  2012-11-28 16:28:03.0 +0100
+++ /var/tmp/diff_new_pack.MGUEgl/_new  2012-11-28 16:28:03.0 +0100
@@ -191,6 +191,11 @@
/system/gstreamer/0.10/default/audiosrc autoaudiosrc
 }
 
+enable_qemu () {
+echo Enabling PulseAudio for QEMU/KVM
+set_variable QEMU_AUDIO_DRV pa
+}
+
 enable_autospawn() {
 echo Enabling PulseAudio autospawn...
 if grep -q ^autospawn /etc/pulse/client.conf; then
@@ -293,6 +298,11 @@
/system/gstreamer/0.10/default/audiosrc alsasrc
 }
 
+disable_qemu () {
+echo Clearing QEMU/KVM audio setup
+delete_variable QEMU_AUDIO_DRV
+}
+
 disable_autospawn() {
 echo Disabling PulseAudio autospawn...
 if grep -q ^autospawn /etc/pulse/client.conf; then
@@ -319,6 +329,7 @@
 enable_speechd
 enable_sox
 enable_gstreamer
+enable_qemu
 enable_autospawn
 }
 
@@ -337,6 +348,7 @@
 disable_speechd
 disable_sox
 disable_gstreamer
+disable_qemu
 disable_autospawn
 }
 

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



commit qalculate for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package qalculate for openSUSE:Factory 
checked in at 2012-11-28 16:33:17

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


Package is qalculate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qalculate/qalculate.changes  2011-12-12 
17:03:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.qalculate.new/qalculate.changes 2012-11-28 
16:33:19.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ qalculate.spec ++
--- /var/tmp/diff_new_pack.PtmAWz/_old  2012-11-28 16:33:20.0 +0100
+++ /var/tmp/diff_new_pack.PtmAWz/_new  2012-11-28 16:33:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qalculate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define major  5
 %define libnamelibqalculate
 
@@ -64,7 +65,9 @@
 Summary:Header files, libraries and development documentation for 
%{libname}
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   glib2-devel libxml2-devel cln-devel
+Requires:   cln-devel
+Requires:   glib2-devel
+Requires:   libxml2-devel
 
 %description -n %{libname}-devel
 This package contains the header files, static libraries and development
@@ -79,7 +82,7 @@
 %{__make} %{?jobs:-j%jobs}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install
 %find_lang libqalculate
 
 %clean

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



commit qwt for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package qwt for openSUSE:Factory checked in 
at 2012-11-28 16:33:38

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


Package is qwt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qwt/qwt.changes  2012-06-25 12:45:20.0 
+0200
+++ /work/SRC/openSUSE:Factory/.qwt.new/qwt.changes 2012-11-28 
16:33:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ qwt.spec ++
--- /var/tmp/diff_new_pack.Rr6a0o/_old  2012-11-28 16:33:44.0 +0100
+++ /var/tmp/diff_new_pack.Rr6a0o/_new  2012-11-28 16:33:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qwt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   qwt
 %define lname   libqwt5
 Summary:Qt Widgets for Technical Applications
-Version:5.2.2
-Release:1
 License:SUSE-QWT-1.0
 Group:  Development/Libraries/C and C++
+Version:5.2.2
+Release:0
 Url:http://qwt.sourceforge.net/
 Source: 
http://switch.dl.sourceforge.net/sourceforge/qwt/qwt-%{version}.tar.bz2
 Source2:qwt-rpmlintrc
@@ -140,7 +139,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall INSTALL_ROOT=%{buildroot}
+make DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
 # man
 mkdir -p %{buildroot}/%{_mandir}
 mv -v %{buildroot}/%{_docdir}/%{name}-devel-doc/man/man3 
%{buildroot}/%{_mandir}/

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



commit qwt6 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package qwt6 for openSUSE:Factory checked in 
at 2012-11-28 16:34:44

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


Package is qwt6, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qwt6/qwt6.changes2012-04-02 
10:31:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.qwt6.new/qwt6.changes   2012-11-28 
16:34:47.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ qwt6.spec ++
--- /var/tmp/diff_new_pack.geUGIH/_old  2012-11-28 16:34:50.0 +0100
+++ /var/tmp/diff_new_pack.geUGIH/_new  2012-11-28 16:34:50.0 +0100
@@ -131,7 +131,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall INSTALL_ROOT=%{buildroot}
+make DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
 
 # Documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}

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



commit rpmlint for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-11-28 16:34:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-11-18 
20:26:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-11-28 
16:35:01.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 23 13:11:52 UTC 2012 - sasc...@suse.de
+
+- Add additional OpenStack users/groups
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.22qsRt/_old  2012-11-28 16:35:07.0 +0100
+++ /var/tmp/diff_new_pack.22qsRt/_new  2012-11-28 16:35:07.0 +0100
@@ -139,9 +139,12 @@
 'ntop',
 'ntp',
 'oinstall',
+'openstack-ceilometer',
+'openstack-cinder',
 'openstack-glance',
+'openstack-heat',
 'openstack-keystone',
-'openstack-nova'
+'openstack-nova',
 'openstack-quantum',
 'openstack-swift',
 'otrs',
@@ -265,9 +268,12 @@
 'novlxsrvd',
 'ntop',
 'ntp',
+'openstack-ceilometer',
+'openstack-cinder',
 'openstack-glance',
+'openstack-heat',
 'openstack-keystone',
-'openstack-nova'
+'openstack-nova',
 'openstack-quantum',
 'openstack-swift',
 'oracle',


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



commit MozillaFirefox for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:12.1:Update checked in at 2012-11-28 16:35:31

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


Package is MozillaFirefox, Maintainer is 
bnc-team-mozi...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vD2tv9/_old  2012-11-28 16:35:39.0 +0100
+++ /var/tmp/diff_new_pack.vD2tv9/_new  2012-11-28 16:35:39.0 +0100
@@ -1 +1 @@
-link package='MozillaFirefox.1041' cicount='copy' /
+link package='MozillaFirefox.1110' cicount='copy' /

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



commit rsyslog for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2012-11-28 16:35:25

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2012-11-25 
14:04:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2012-11-28 
16:35:34.0 +0100
@@ -1,0 +2,24 @@
+Fri Nov 23 01:28:46 UTC 2012 - mrueck...@suse.de
+
+- fix zeromq support
+
+---
+Fri Nov 23 01:01:01 UTC 2012 - mrueck...@suse.de
+
+- fix hiredis support
+
+---
+Thu Nov 22 23:44:27 UTC 2012 - mrueck...@suse.de
+
+- enabled elastic search support (build enabled by default):
+  - new buildrequires curl devel
+  - new subpackage rsyslog-module-elasticsearch
+- added --enable-unlimited-select
+- added --enable-imttcp:
+  - this module is packaged in the main package as it has no
+ new dependencies
+- added --enable-imdiag
+  - this module is packaged in the diag package
+- prepared adding support for hiredis, hdfs, mongodb and zeromq
+
+---



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.XNsjeq/_old  2012-11-28 16:35:38.0 +0100
+++ /var/tmp/diff_new_pack.XNsjeq/_new  2012-11-28 16:35:38.0 +0100
@@ -44,6 +44,12 @@
 %bcond_without  snmp
 %bcond_without  diagtools
 %bcond_without  mmnormalize
+%bcond_without  elasticsearch
+# TODO: ... doesnt have a proper configure check but wants hdfs.h
+%bcond_with hdfs
+%bcond_with mongodb
+%bcond_with hiredis
+%bcond_with zeromq
 %define upstream_version%{version}
 %define rsyslogdocdir   %{_docdir}/%{name}
 %define rsyslog_rundir  %{_localstatedir}/run/rsyslog
@@ -74,6 +80,18 @@
 BuildRequires:  pcre-devel
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
+%if %{with elasticsearch}
+BuildRequires:  curl-devel
+%endif
+%if %{with hiredis}
+BuildRequires:  hiredis-devel = 0.10.1
+%endif
+%if %{with mongodb}
+# TODO: PKG_CHECK_MODULES(LIBMONGO_CLIENT, libmongo-client = 0.1.4)
+%endif
+%if %{with zeromq}
+BuildRequires:  czmq-devel = 1.1.0
+%endif
 %if %{with gssapi}
 BuildRequires:  krb5-devel
 %endif
@@ -309,6 +327,83 @@
 
 %endif
 
+%if %{with elasticsearch}
+
+%package module-elasticsearch
+Requires:   %{name} = %{version}
+Summary:ElasticSearch output module for syslog
+Group:  System/Daemons
+
+%description module-elasticsearch
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support to output to an ElasticSearch database.
+
+%endif
+
+%if %{with hdfs}
+
+%package module-hdfs
+Requires:   %{name} = %{version}
+Summary:HDFS output module for syslog
+Group:  System/Daemons
+
+%description module-hdfs
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support to output to an HDFS database.
+
+%endif
+
+
+%if %{with mongodb}
+
+%package module-mongodb
+Requires:   %{name} = %{version}
+Summary:MongoDB output module for syslog
+Group:  System/Daemons
+
+%description module-mongodb
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support to output to a MongoDB database.
+
+%endif
+
+
+%if %{with hiredis}
+
+%package module-hiredis
+Requires:   %{name} = %{version}
+Summary:Redis output module for syslog
+Group:  System/Daemons
+
+%description module-hiredis
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support to output to a Redis database.
+
+%endif
+
+%if %{with zeromq}
+
+%package module-zeromq
+Requires:   %{name} = %{version}
+Summary:ZeroMQ support module for syslog
+Group:  System/Daemons
+
+%description module-zeromq
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support for ZeroMQ.
+
+%endif
+
 %prep
 %setup -q -n %{name}-%{upstream_version}
 %patch1 -p1
@@ -339,7 +434,11 @@
--enable-klog   \
--enable-kmsg   \
--enable-inet   \
+   --enable-unlimited-select   \
--enable-rsyslogd   \
+%if %{with elasticsearch}
+   --enable-elasticsearch  \
+%endif
 %if %{with gnutls}
--enable-gnutls \
 %endif
@@ -365,6 +464,7 @@
--enable-mail   \
--enable-imfile \
  

commit MozillaFirefox for openSUSE:12.2:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:12.2:Update checked in at 2012-11-28 16:35:44

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


Package is MozillaFirefox, Maintainer is 
bnc-team-mozi...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.M9gclQ/_old  2012-11-28 16:35:46.0 +0100
+++ /var/tmp/diff_new_pack.M9gclQ/_new  2012-11-28 16:35:46.0 +0100
@@ -1 +1 @@
-link package='MozillaFirefox.1041' cicount='copy' /
+link package='MozillaFirefox.1110' cicount='copy' /

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



commit patchinfo.1110 for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1110 for 
openSUSE:12.1:Update checked in at 2012-11-28 16:35:50

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


Package is patchinfo.1110, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=790140 tracker=bncMozillaFirefox 17.0/10.0.11 security 
release/issue
  issue id=CVE-2012-4218 tracker=cve /
  issue id=CVE-2012-4213 tracker=cve /
  issue id=CVE-2012-4212 tracker=cve /
  issue id=CVE-2012-4210 tracker=cve /
  issue id=CVE-2012-4217 tracker=cve /
  issue id=CVE-2012-4216 tracker=cve /
  issue id=CVE-2012-4215 tracker=cve /
  issue id=CVE-2012-4214 tracker=cve /
  issue id=CVE-2012-5841 tracker=cve /
  issue id=CVE-2012-5840 tracker=cve /
  issue id=CVE-2012-5843 tracker=cve /
  issue id=CVE-2012-5842 tracker=cve /
  issue id=CVE-2012-5829 tracker=cve /
  issue id=CVE-2012-4204 tracker=cve /
  issue id=CVE-2012-4205 tracker=cve /
  issue id=CVE-2012-4207 tracker=cve /
  issue id=CVE-2012-4201 tracker=cve /
  issue id=CVE-2012-4202 tracker=cve /
  issue id=CVE-2012-4203 tracker=cve /
  issue id=CVE-2012-4208 tracker=cve /
  issue id=CVE-2012-4209 tracker=cve /
  issue id=CVE-2012-5838 tracker=cve /
  issue id=CVE-2012-5839 tracker=cve /
  issue id=CVE-2012-5835 tracker=cve /
  issue id=CVE-2012-5836 tracker=cve /
  issue id=CVE-2012-5837 tracker=cve /
  issue id=CVE-2012-5830 tracker=cve /
  issue id=CVE-2012-5833 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerwrosenauer/packager
  description
Changes in MozillaFirefox:
- update to Firefox 17.0 (bnc#790140)
  * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
Miscellaneous memory safety hazards
  * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
Buffer overflow while rendering GIF images
  * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
evalInSanbox location context incorrectly applied
  * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
Crash when combining SVG text on path with CSS
  * MFSA 2012-95/CVE-2012-4203 (bmo#765628)
Javascript: URLs run in privileged context on New Tab page
  * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
Memory corruption in str_unescape
  * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
XMLHttpRequest inherits incorrect principal within sandbox
  * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
XrayWrappers exposes chrome-only properties when not in chrome
compartment
  * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
Improper security filtering for cross-origin wrappers
  * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
Improper character decoding in HZ-GB-2312 charset
  * MFSA 2012-102/CVE-2012-5837 (bmo#800363)
Script entered into Developer Toolbar runs with chrome privileges
  * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
Frames can shadow top.location
  * MFSA 2012-104/CVE-2012-4210 (bmo#796866)
CSS and HTML injection through Style Inspector
  * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
Use-after-free and buffer overflow issues found using Address
Sanitizer
  * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
Use-after-free, buffer overflow, and memory corruption issues
found using Address Sanitizer
- rebased patches
- disabled WebRTC since build is broken (bmo#776877)

/description
  summaryupdate for MozillaFirefox/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1110 for openSUSE:12.2:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1110 for 
openSUSE:12.2:Update checked in at 2012-11-28 16:35:55

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


Package is patchinfo.1110, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=790140 tracker=bncMozillaFirefox 17.0/10.0.11 security 
release/issue
  issue id=CVE-2012-4218 tracker=cve /
  issue id=CVE-2012-4213 tracker=cve /
  issue id=CVE-2012-4212 tracker=cve /
  issue id=CVE-2012-4210 tracker=cve /
  issue id=CVE-2012-4217 tracker=cve /
  issue id=CVE-2012-4216 tracker=cve /
  issue id=CVE-2012-4215 tracker=cve /
  issue id=CVE-2012-4214 tracker=cve /
  issue id=CVE-2012-5841 tracker=cve /
  issue id=CVE-2012-5840 tracker=cve /
  issue id=CVE-2012-5843 tracker=cve /
  issue id=CVE-2012-5842 tracker=cve /
  issue id=CVE-2012-5829 tracker=cve /
  issue id=CVE-2012-4204 tracker=cve /
  issue id=CVE-2012-4205 tracker=cve /
  issue id=CVE-2012-4207 tracker=cve /
  issue id=CVE-2012-4201 tracker=cve /
  issue id=CVE-2012-4202 tracker=cve /
  issue id=CVE-2012-4203 tracker=cve /
  issue id=CVE-2012-4208 tracker=cve /
  issue id=CVE-2012-4209 tracker=cve /
  issue id=CVE-2012-5838 tracker=cve /
  issue id=CVE-2012-5839 tracker=cve /
  issue id=CVE-2012-5835 tracker=cve /
  issue id=CVE-2012-5836 tracker=cve /
  issue id=CVE-2012-5837 tracker=cve /
  issue id=CVE-2012-5830 tracker=cve /
  issue id=CVE-2012-5833 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerwrosenauer/packager
  description
Changes in MozillaFirefox:
- update to Firefox 17.0 (bnc#790140)
  * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
Miscellaneous memory safety hazards
  * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
Buffer overflow while rendering GIF images
  * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
evalInSanbox location context incorrectly applied
  * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
Crash when combining SVG text on path with CSS
  * MFSA 2012-95/CVE-2012-4203 (bmo#765628)
Javascript: URLs run in privileged context on New Tab page
  * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
Memory corruption in str_unescape
  * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
XMLHttpRequest inherits incorrect principal within sandbox
  * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
XrayWrappers exposes chrome-only properties when not in chrome
compartment
  * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
Improper security filtering for cross-origin wrappers
  * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
Improper character decoding in HZ-GB-2312 charset
  * MFSA 2012-102/CVE-2012-5837 (bmo#800363)
Script entered into Developer Toolbar runs with chrome privileges
  * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
Frames can shadow top.location
  * MFSA 2012-104/CVE-2012-4210 (bmo#796866)
CSS and HTML injection through Style Inspector
  * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
Use-after-free and buffer overflow issues found using Address
Sanitizer
  * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
Use-after-free, buffer overflow, and memory corruption issues
found using Address Sanitizer
- rebased patches
- disabled WebRTC since build is broken (bmo#776877)

/description
  summaryupdate for MozillaFirefox/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit suse-module-tools for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2012-11-28 16:59:17

Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and  /work/SRC/openSUSE:Factory/.suse-module-tools.new (New)


Package is suse-module-tools, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2012-11-28 16:59:24.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov 14 18:31:35 UTC 2012 - jeng...@inai.de
+
+- New package. Split SUSE-specific scripts from module-init-tools,
+  so that we can actually get a system with kmod-compat running.

New:

  10-unsupported-modules.conf
  README.SUSE
  depmod-00-system.conf
  driver-check.sh
  modprobe.conf.tar.bz2
  suse-module-tools.changes
  suse-module-tools.spec
  weak-modules
  weak-modules2



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

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


Name:   suse-module-tools
Version:12.3
Release:0
# for grepping /etc/SUSE-release
PreReq: grep
# nm and rpmsort (rpm) are required by the weak-modules script which is invoked
# in post, it also requires getopt (coreutils) and sed
PreReq: coreutils rpm
# XXX: this should be nm OR eu-nm, the script works with both
PreReq: /usr/bin/eu-nm /bin/sed
Summary:Configuration for module loading and SUSE-specific utilities 
for KMPs
License:GPL-2.0+
Group:  System/Base
Source: README.SUSE
Source2:modprobe.conf.tar.bz2
Source3:depmod-00-system.conf
Source4:10-unsupported-modules.conf
Source5:weak-modules
Source6:weak-modules2
Source7:driver-check.sh
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This package contains helper scripts for KMP installation and
uninstallation, as well as default configuration files for depmod and
modprobe. These utilities are provided by kmod-compat or
module-init-tools, whichever implementation you choose to install.

%prep
%setup -Tcqa2

%build

%install
b=%buildroot
mkdir -p $b/%_docdir/module-init-tools
install -pm644 %_sourcedir/README.SUSE $b/%_docdir/module-init-tools 
#
# now assemble the parts for modprobe.conf
#
cd modprobe.conf
cp modprobe.conf.common 00-system.conf
if [ -f modprobe.conf.$RPM_ARCH ]; then
cat modprobe.conf.$RPM_ARCH 00-system.conf
fi
install -d -m 755 $b/etc/modprobe.d
install -pm644 %_sourcedir/10-unsupported-modules.conf \
$b/etc/modprobe.d/
install -pm644 00-system.conf $b/etc/modprobe.d/
install -pm644 modprobe.conf.local $b/etc/modprobe.d/99-local.conf
install -d -m 755 $b/etc/depmod.d
install -pm 644 %_sourcedir/depmod-00-system.conf \
$b/etc/depmod.d/00-system.conf

# module-init-tools name hardcoded in KMPs, mkinitrd, etc.
install -d -m 755 $b/usr/lib/module-init-tools
install -pm 755 %_sourcedir/weak-modules{,2} $b/usr/lib/module-init-tools/
install -pm 755 %_sourcedir/driver-check.sh $b/usr/lib/module-init-tools/

%post
test_allow_on_install()
{
# configure handling of unsupported modules
# default is to allow them
allow=1
# if the obsolete LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY variable is
# set to no, don't allow (this was used in SLES 9 and 10)
if test -e /etc/sysconfig/hardware/config; then
. /etc/sysconfig/hardware/config
if test x$LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY = xno; then
allow=0
fi
# obsolete
rm /etc/sysconfig/hardware/config
fi
# don't change the setting during upgrade
if test $1 != 1; then
return
fi
# on SLES, the default is not to allow unsupported modules
if grep -qs Enterprise Server /etc/SuSE-release; then
allow=0
else
  

commit MozillaThunderbird for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:12.1:Update checked in at 2012-11-28 17:00:50

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1kPj2s/_old  2012-11-28 17:00:51.0 +0100
+++ /var/tmp/diff_new_pack.1kPj2s/_new  2012-11-28 17:00:51.0 +0100
@@ -1 +1 @@
-link package='MozillaThunderbird.1041' cicount='copy' /
+link package='MozillaThunderbird.' cicount='copy' /

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



commit MozillaThunderbird for openSUSE:12.2:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:12.2:Update checked in at 2012-11-28 17:00:55

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.r9jMPf/_old  2012-11-28 17:01:02.0 +0100
+++ /var/tmp/diff_new_pack.r9jMPf/_new  2012-11-28 17:01:02.0 +0100
@@ -1 +1 @@
-link package='MozillaThunderbird.1041' cicount='copy' /
+link package='MozillaThunderbird.' cicount='copy' /

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



commit xulrunner.1112 for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package xulrunner.1112 for 
openSUSE:12.1:Update checked in at 2012-11-28 17:01:11

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


Package is xulrunner.1112, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:12.1:Update/.xulrunner.1112.new/xulrunner.changes
2012-11-28 17:01:20.0 +0100
@@ -0,0 +1,399 @@
+---
+Tue Nov 20 20:15:23 UTC 2012 - w...@rosenauer.org
+
+- update to 17.0 (bnc#790140)
+  * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
+Miscellaneous memory safety hazards
+  * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
+Buffer overflow while rendering GIF images
+  * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
+evalInSanbox location context incorrectly applied
+  * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
+Crash when combining SVG text on path with CSS
+  * MFSA 2012-95/CVE-2012-4203 (bmo#765628)
+Javascript: URLs run in privileged context on New Tab page
+  * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
+Memory corruption in str_unescape
+  * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
+XMLHttpRequest inherits incorrect principal within sandbox
+  * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
+XrayWrappers exposes chrome-only properties when not in chrome
+compartment
+  * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
+Improper security filtering for cross-origin wrappers
+  * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
+Improper character decoding in HZ-GB-2312 charset
+  * MFSA 2012-102/CVE-2012-5837 (bmo#800363)
+Script entered into Developer Toolbar runs with chrome privileges
+  * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
+Frames can shadow top.location
+  * MFSA 2012-104/CVE-2012-4210 (bmo#796866)
+CSS and HTML injection through Style Inspector
+  * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
+CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
+CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
+Use-after-free and buffer overflow issues found using Address
+Sanitizer
+  * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
+Use-after-free, buffer overflow, and memory corruption issues
+found using Address Sanitizer
+- rebased patches
+- disabled WebRTC since build is broken (bmo#776877)
+
+---
+Wed Oct 24 08:28:49 UTC 2012 - w...@rosenauer.org
+
+- update to 16.0.2 (bnc#786522)
+  * MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196
+(bmo#800666, bmo#793121, bmo#802557)
+Fixes for Location object issues
+
+---
+Thu Oct 11 01:50:19 UTC 2012 - w...@rosenauer.org
+
+- update to 16.0.1 (bnc#783533)
+  * MFSA 2012-88/CVE-2012-4191 (bmo#798045)
+Miscellaneous memory safety hazards
+  * MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619)
+defaultValue security checks not applied
+
+---
+Sun Oct  7 21:41:01 UTC 2012 - w...@rosenauer.org
+
+- update to 16.0 (bnc#783533)
+  * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
+Miscellaneous memory safety hazards
+  * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
+select element persistance allows for attacks
+  * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
+Continued access to initial origin after setting document.domain
+  * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
+Some DOMWindowUtils methods bypass security checks
+  * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
+DOS and crash with full screen and history navigation
+  * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
+Crash with invalid cast when using instanceof operator
+  * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
+GetProperty function can bypass security checks
+  * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
+top object and location property accessible by plugins
+  * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
+Chrome Object Wrapper (COW) does not disallow acces to privileged
+functions or properties
+  * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
+Spoofing and script injection through location.hash
+  * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
+CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
+Use-after-free, buffer overflow, and out of bounds read issues
+found using Address Sanitizer
+  * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
+CVE-2012-4188
+Heap memory corruption issues found using Address Sanitizer
+  * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
+Use-after-free in the IME State Manager
+- 

commit xulrunner for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:12.1:Update 
checked in at 2012-11-28 17:01:18

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zTDbKk/_old  2012-11-28 17:01:21.0 +0100
+++ /var/tmp/diff_new_pack.zTDbKk/_new  2012-11-28 17:01:21.0 +0100
@@ -1 +1 @@
-link package='xulrunner.1041' cicount='copy' /
+link package='xulrunner.1112' cicount='copy' /

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



commit xulrunner for openSUSE:12.2:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:12.2:Update 
checked in at 2012-11-28 17:01:23

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.90dRrE/_old  2012-11-28 17:01:25.0 +0100
+++ /var/tmp/diff_new_pack.90dRrE/_new  2012-11-28 17:01:25.0 +0100
@@ -1 +1 @@
-link package='xulrunner.1041' cicount='copy' /
+link package='xulrunner.1112' cicount='copy' /

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



commit patchinfo.1112 for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1112 for 
openSUSE:12.1:Update checked in at 2012-11-28 17:01:26

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


Package is patchinfo.1112, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=790140 tracker=bncMozillaFirefox 17.0/10.0.11 security 
release/issue
  issue id=CVE-2012-4218 tracker=cve /
  issue id=CVE-2012-4213 tracker=cve /
  issue id=CVE-2012-4212 tracker=cve /
  issue id=CVE-2012-4210 tracker=cve /
  issue id=CVE-2012-4217 tracker=cve /
  issue id=CVE-2012-4216 tracker=cve /
  issue id=CVE-2012-4215 tracker=cve /
  issue id=CVE-2012-4214 tracker=cve /
  issue id=CVE-2012-5841 tracker=cve /
  issue id=CVE-2012-5840 tracker=cve /
  issue id=CVE-2012-5843 tracker=cve /
  issue id=CVE-2012-5842 tracker=cve /
  issue id=CVE-2012-5829 tracker=cve /
  issue id=CVE-2012-4204 tracker=cve /
  issue id=CVE-2012-4205 tracker=cve /
  issue id=CVE-2012-4207 tracker=cve /
  issue id=CVE-2012-4201 tracker=cve /
  issue id=CVE-2012-4202 tracker=cve /
  issue id=CVE-2012-4203 tracker=cve /
  issue id=CVE-2012-4208 tracker=cve /
  issue id=CVE-2012-4209 tracker=cve /
  issue id=CVE-2012-5838 tracker=cve /
  issue id=CVE-2012-5839 tracker=cve /
  issue id=CVE-2012-5835 tracker=cve /
  issue id=CVE-2012-5836 tracker=cve /
  issue id=CVE-2012-5837 tracker=cve /
  issue id=CVE-2012-5830 tracker=cve /
  issue id=CVE-2012-5833 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerwrosenauer/packager
  description
Changes in xulrunner:
- update to 17.0 (bnc#790140)
  * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
Miscellaneous memory safety hazards
  * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
Buffer overflow while rendering GIF images
  * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
evalInSanbox location context incorrectly applied
  * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
Crash when combining SVG text on path with CSS
  * MFSA 2012-95/CVE-2012-4203 (bmo#765628)
Javascript: URLs run in privileged context on New Tab page
  * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
Memory corruption in str_unescape
  * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
XMLHttpRequest inherits incorrect principal within sandbox
  * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
XrayWrappers exposes chrome-only properties when not in chrome
compartment
  * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
Improper security filtering for cross-origin wrappers
  * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
Improper character decoding in HZ-GB-2312 charset
  * MFSA 2012-102/CVE-2012-5837 (bmo#800363)
Script entered into Developer Toolbar runs with chrome privileges
  * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
Frames can shadow top.location
  * MFSA 2012-104/CVE-2012-4210 (bmo#796866)
CSS and HTML injection through Style Inspector
  * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
Use-after-free and buffer overflow issues found using Address
Sanitizer
  * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
Use-after-free, buffer overflow, and memory corruption issues
found using Address Sanitizer
- rebased patches
- disabled WebRTC since build is broken (bmo#776877)

/description
  summaryupdate for xulrunner/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit seamonkey for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:12.1:Update 
checked in at 2012-11-28 17:02:03

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UfKBwQ/_old  2012-11-28 17:02:05.0 +0100
+++ /var/tmp/diff_new_pack.UfKBwQ/_new  2012-11-28 17:02:05.0 +0100
@@ -1 +1 @@
-link package='seamonkey.1041' cicount='copy' /
+link package='seamonkey.1113' cicount='copy' /

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



commit seamonkey for openSUSE:12.2:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:12.2:Update 
checked in at 2012-11-28 17:02:11

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.riBceU/_old  2012-11-28 17:02:12.0 +0100
+++ /var/tmp/diff_new_pack.riBceU/_new  2012-11-28 17:02:12.0 +0100
@@ -1 +1 @@
-link package='seamonkey.1041' cicount='copy' /
+link package='seamonkey.1113' cicount='copy' /

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



commit patchinfo.1113 for openSUSE:12.1:Update

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1113 for 
openSUSE:12.1:Update checked in at 2012-11-28 17:02:15

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


Package is patchinfo.1113, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=790140 tracker=bncMozillaFirefox 17.0/10.0.11 security 
release/issue
  issue id=CVE-2012-4218 tracker=cve /
  issue id=CVE-2012-4213 tracker=cve /
  issue id=CVE-2012-4212 tracker=cve /
  issue id=CVE-2012-4217 tracker=cve /
  issue id=CVE-2012-4216 tracker=cve /
  issue id=CVE-2012-4215 tracker=cve /
  issue id=CVE-2012-4214 tracker=cve /
  issue id=CVE-2012-5841 tracker=cve /
  issue id=CVE-2012-5840 tracker=cve /
  issue id=CVE-2012-5843 tracker=cve /
  issue id=CVE-2012-5842 tracker=cve /
  issue id=CVE-2012-5829 tracker=cve /
  issue id=CVE-2012-4204 tracker=cve /
  issue id=CVE-2012-4205 tracker=cve /
  issue id=CVE-2012-4207 tracker=cve /
  issue id=CVE-2012-4201 tracker=cve /
  issue id=CVE-2012-4202 tracker=cve /
  issue id=CVE-2012-4208 tracker=cve /
  issue id=CVE-2012-4209 tracker=cve /
  issue id=CVE-2012-5838 tracker=cve /
  issue id=CVE-2012-5839 tracker=cve /
  issue id=CVE-2012-5835 tracker=cve /
  issue id=CVE-2012-5836 tracker=cve /
  issue id=CVE-2012-5830 tracker=cve /
  issue id=CVE-2012-5833 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerwrosenauer/packager
  description
Changes in seamonkey:
- update to SeaMonkey 2.14 (bnc#790140)
  * MFSA 2012-91/CVE-2012-5842/CVE-2012-5843
Miscellaneous memory safety hazards
  * MFSA 2012-92/CVE-2012-4202 (bmo#758200)
Buffer overflow while rendering GIF images
  * MFSA 2012-93/CVE-2012-4201 (bmo#747607)
evalInSanbox location context incorrectly applied
  * MFSA 2012-94/CVE-2012-5836 (bmo#792857)
Crash when combining SVG text on path with CSS
  * MFSA 2012-96/CVE-2012-4204 (bmo#778603)
Memory corruption in str_unescape
  * MFSA 2012-97/CVE-2012-4205 (bmo#779821)
XMLHttpRequest inherits incorrect principal within sandbox
  * MFSA 2012-99/CVE-2012-4208 (bmo#798264)
XrayWrappers exposes chrome-only properties when not in chrome
compartment
  * MFSA 2012-100/CVE-2012-5841 (bmo#805807)
Improper security filtering for cross-origin wrappers
  * MFSA 2012-101/CVE-2012-4207 (bmo#801681)
Improper character decoding in HZ-GB-2312 charset
  * MFSA 2012-103/CVE-2012-4209 (bmo#792405)
Frames can shadow top.location
  * MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/
CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/
CVE-2012-4213/CVE-2012-4217/CVE-2012-4218
Use-after-free and buffer overflow issues found using Address
Sanitizer
  * MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838
Use-after-free, buffer overflow, and memory corruption issues
found using Address Sanitizer
- rebased patches
- disabled WebRTC since build is broken (bmo#776877)

/description
  summaryupdate for seamonkey/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sysconfig for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2012-11-28 17:02:17

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2012-11-06 
16:33:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2012-11-28 
17:02:21.0 +0100
@@ -1,0 +2,15 @@
+Fri Nov 23 11:25:20 UTC 2012 - m...@suse.com
+
+- version 0.76.8
+- Changed rcnetwork to not report dhcp in background to systemd
+  (bnc#785240,bnc#780644). You may set DHCLIENT_MODIFY_SMB_CONF
+  to no in /etc/sysconfig/network/dhcp as the samba/cifs hooks
+  make systemctl calls to reload/restart nmb and other services
+  which block (systemd deadlock) ifup scripts for a long time.
+- Reverted ifup pre/post and if-up.d/if-down.d scripts processing
+  feature in background and removed WAIT_BACKGROUND_JOBS variable
+  as it tends to cause unexpected behavior / side effects.
+- Replaced udevrulesdir patch with --with-udevdir configure option.
+- Removed obsolete network-remotefs init script (disabled before).
+
+---

Old:

  set_new_udevrules_dir.patch
  sysconfig-0.76.7.tar.bz2

New:

  sysconfig-0.76.8.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.zgNQZL/_old  2012-11-28 17:02:23.0 +0100
+++ /var/tmp/diff_new_pack.zgNQZL/_new  2012-11-28 17:02:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sysconfig
-Version:0.76.7
+Version:0.76.8
 Release:0
 Summary:The sysconfig scheme and traditional network scripts
 License:GPL-2.0+
@@ -34,8 +34,12 @@
 Requires:   vlan
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1230
+%define udevdir/usr/lib/udev
+%else
+%define udevdir/lib/udev
+%endif
 Source: %name-%version.tar.bz2
-Patch1: set_new_udevrules_dir.patch
 
 %description
 This package provides the SuSE system configuration scheme and the
@@ -55,16 +59,16 @@
 
 %prep
 %setup -n sysconfig-%{version}
-%patch1
 
 %build
 autoreconf --force --install
 CFLAGS=$RPM_OPT_FLAGS -fPIC \
 ./configure --prefix=/ \
 --sbindir=/sbin \
---libdir=/usr/%_lib \
+--libdir=/%_lib \
 --sysconfdir=%_sysconfdir \
 --mandir=%_mandir \
+--with-udevdir=%udevdir \
 --with-fillup-templatesdir=/var/adm/fillup-templates
 %{__make} %{?_smp_mflags}
 
@@ -78,9 +82,6 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 touch $RPM_BUILD_ROOT/etc/sysconfig/network/config
 touch $RPM_BUILD_ROOT/etc/sysconfig/network/dhcp
-# install udevmountd
-mkdir -p $RPM_BUILD_ROOT/usr/lib/udev
-mv $RPM_BUILD_ROOT/sbin/udevmountd $RPM_BUILD_ROOT/usr/lib/udev
 # remove template dir
 rm -rf $RPM_BUILD_ROOT/etc/sysconfig/network/ifservices.template/
 
@@ -95,11 +96,11 @@
 %config(noreplace) /etc/ppp/ip-down
 %config(noreplace) /etc/ppp/ipv6-up
 %config(noreplace) /etc/ppp/ipv6-down
-%dir /usr/lib/udev
-/usr/lib/udev/udevmountd
-%dir /usr/lib/udev/rules.d
-/usr/lib/udev/rules.d/77-network.rules
-/usr/lib/udev/rules.d/81-mount.rules
+%dir %udevdir
+%udevdir/udevmountd
+%dir %udevdir/rules.d
+%udevdir/rules.d/77-network.rules
+%udevdir/rules.d/81-mount.rules
 %dir /etc/modprobe.d
 %config /etc/sysconfig/network/ifcfg.template
 %config /etc/modprobe.d/50-blacklist.conf
@@ -138,7 +139,6 @@
 . etc/sysconfig/network/scripts/functions.rpm-utils
 #
 %{fillup_and_insserv -fY network}
-%{fillup_and_insserv -fY network-remotefs}
 %{fillup_only -dns dhcp network network}
 %{fillup_only -dns config network network}
 /sbin/ldconfig

++ sysconfig-0.76.7.tar.bz2 - sysconfig-0.76.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.76.7/ChangeLog 
new/sysconfig-0.76.8/ChangeLog
--- old/sysconfig-0.76.7/ChangeLog  2012-11-01 18:22:06.0 +0100
+++ new/sysconfig-0.76.8/ChangeLog  2012-11-23 12:27:50.0 +0100
@@ -1,4 +1,57 @@
-commit fbdfff3aaa236a7909b03981bf6d6db0b0cd48c5 (HEAD, master-jobs, master)
+commit a3f24d923f1dbdb7a386858256dc558542f72da5 (HEAD, master)
+Author: Marius Tomaschewski m...@suse.com
+Date:   Fri Nov 23 12:26:30 2012 +0100
+
+version 0.76.8, updated changes file
+
+commit 8e4d58fcc931938c04794f721a56efea2b3f566a
+Author: Marius Tomaschewski m...@suse.com
+Date:   Fri Nov 23 12:21:16 2012 +0100
+
+network-remotefs: removed obsolete init script
+
+It were already 

commit tomcat for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2012-11-28 17:04:13

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


Package is tomcat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2012-09-11 
11:38:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2012-11-28 
17:04:18.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 26 13:01:44 UTC 2012 - mvysko...@suse.com
+
+- update to 7.0.33 (bugfix release)
+
+---

Old:

  apache-tomcat-7.0.30-src.tar.gz
  apache-tomcat-7.0.30-src.tar.gz.asc

New:

  apache-tomcat-7.0.33-src.tar.gz
  apache-tomcat-7.0.33-src.tar.gz.asc



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.Q9oCWe/_old  2012-11-28 17:04:20.0 +0100
+++ /var/tmp/diff_new_pack.Q9oCWe/_new  2012-11-28 17:04:20.0 +0100
@@ -24,7 +24,7 @@
 
 %define major_version 7
 %define minor_version 0
-%define micro_version 30
+%define micro_version 33
 
 %define packdname apache-tomcat-%{version}-src
 %define tcuid 91

++ apache-tomcat-7.0.30-src.tar.gz - apache-tomcat-7.0.33-src.tar.gz ++
 16063 lines of diff (skipped)

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



commit tor for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2012-11-28 17:04:55

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


Package is tor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2012-11-22 14:31:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2012-11-28 
17:04:59.0 +0100
@@ -1,0 +2,23 @@
+Tue Nov 27 21:46:02 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 0.2.3.25, the first stable release in the 0.2.3 branch
+  + significantly reduced directory overhead (via microdescriptors)
+  + enormous crypto performance improvements for fast relays on new
+ enough hardware
+  + new v3 TLS handshake protocol that can better resist 
+fingerprinting
+  + support for protocol obfuscation plugins (pluggable transports)
+  + better scalability for hidden services
+  + IPv6 support for bridges
+  + performance improvements 
+  + new stream isolation design to isolate different applications 
+on different circuits
+  + many stability, security, and privacy fixes
+  + Complete list of changes enumerated in:
+https://lists.torproject.org/pipermail/tor-talk/2012-November/026554.html
+
https://gitweb.torproject.org/tor.git/blob/267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4:/ReleaseNotes
+  + Tear down the circuit when receiving an unexpected SENDME cell.
+[bnc#791374] CVE-2012-5573
+- build using --enable-bufferevents provided by Libevent 2.0.13
+ 
+---

Old:

  tor-0.2.2.39.tar.gz

New:

  tor-0.2.3.25.tar.gz



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.80TSa4/_old  2012-11-28 17:05:03.0 +0100
+++ /var/tmp/diff_new_pack.80TSa4/_new  2012-11-28 17:05:03.0 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%define with_bufferevents 0%{?suse_version}  1220
+
 Name:   tor
-Version:0.2.2.39
+Version:0.2.3.25
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Anonymizing overlay network for TCP (The onion router)
@@ -29,11 +31,16 @@
 Patch0: tor-0.2.2.37-logrotate.patch
 Requires:   logrotate
 BuildRequires:  openssl-devel
+
+%if %with_bufferevents
+BuildRequires:  libevent-devel = 2.0.13
+%else
 %if 0%{?suse_version}  1100
 BuildRequires:  libevent-devel
 %else
 BuildRequires:  libevent
 %endif
+%endif
 
 %define toruser %{name}
 %define torgroup %{name}
@@ -70,6 +77,9 @@
 %configure \
--with-tor-user=%{toruser} \
--with-tor-group=%{torgroup} \
+%if %with_bufferevents
+   --enable-bufferevents \
+%endif
--docdir=%{_docdir}/%{name}
 
 %__make %{?jobs:-j%{jobs}}

++ tor-0.2.2.39.tar.gz - tor-0.2.3.25.tar.gz ++
 83076 lines of diff (skipped)

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



commit vdr for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package vdr for openSUSE:Factory checked in 
at 2012-11-28 17:08:18

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


Package is vdr, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vdr/vdr.changes  2012-06-26 20:04:14.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vdr.new/vdr.changes 2012-11-28 
17:08:22.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 19 12:41:34 UTC 2012 - seife+...@b1-systems.com
+
+- add vdr-1.6.0-bnc786040-use-v4l2.patch (bnc#786040), based on
+  http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/
+ media-video/vdr/files/vdr-1.6.0-use-v4l2.patch
+- this obsoletes vdr-v4l-2.6.38.patch
+
+---

Old:

  vdr-v4l-2.6.38.patch

New:

  vdr-1.6.0-bnc786040-use-v4l2.patch



Other differences:
--
++ vdr.spec ++
--- /var/tmp/diff_new_pack.gZmPZu/_old  2012-11-28 17:08:37.0 +0100
+++ /var/tmp/diff_new_pack.gZmPZu/_new  2012-11-28 17:08:37.0 +0100
@@ -27,9 +27,6 @@
 %else
 BuildRequires:  libcap
 %endif
-%if %suse_version = 1210
-BuildRequires:  libv4l-devel = 0.8.4
-%endif
 #
 %define vdrname vdr
 %define vdr_apiversion  1.6.0
@@ -71,12 +68,12 @@
 Patch22:vdr-1.6.0-const.diff
 # PATCH-FIX-UPSTREAM vdr-1.6.0-gcc46.patch idoen...@suse.de -- Fix compilation 
with gcc 4.6
 Patch23:vdr-1.6.0-gcc46.patch
-# PATCH-FIX-OPENSUSE vdr-v4l-2.6.38.patch idoen...@suse.de -- Use new v4l 
interface
-Patch24:vdr-v4l-2.6.38.patch
 # PATCH-FIX-UPSTREAM vdr-gcc47.patch dims...@opensuse.org -- Fix build with 
gcc 4.7.
 Patch25:vdr-gcc47.patch
 # UPSTREAM 72c5ec3 to make it work with fontconfig-2.9
 Patch26:vdr-FcFontSort-72c5ec3.diff
+# PATCH-FIX-Upstream vdr-1.6.0-bnc786040-use-v4l2.patch 
se...@novel.slipkontur.de -- use v4l2.
+Patch27:vdr-1.6.0-bnc786040-use-v4l2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   vdr-devel
 Provides:   vdr(abi) = %vdr_apiversion
@@ -182,11 +179,9 @@
 %patch21 -p1
 %patch22 -p1
 %patch23
-%if 0%{?suse_version} = 1210
-%patch24
-%endif
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
 
 %build
 #cp %{SOURCE5} README.SuSE

++ vdr-1.6.0-bnc786040-use-v4l2.patch ++

from Version 1.7.3
- Changed cDvbDevice::GrabImage() to use V4L2 (thanks to Marco Schl��ler).

Index: b/dvbdevice.c
===
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -9,11 +9,11 @@
 
 #include errno.h
 #include limits.h
 #include stdint.h
 #include dvbdevice.h
-#include linux/videodev.h
+#include linux/videodev2.h
 #include linux/dvb/audio.h
 #include linux/dvb/dmx.h
 #include linux/dvb/frontend.h
 #include linux/dvb/video.h
 #include sys/ioctl.h
@@ -520,73 +520,107 @@ uchar *cDvbDevice::GrabImage(int Size,
   char buffer[PATH_MAX];
   snprintf(buffer, sizeof(buffer), %s%d, DEV_VIDEO, devVideoIndex);
   int videoDev = open(buffer, O_RDWR);
   if (videoDev = 0) {
  uchar *result = NULL;
- struct video_mbuf mbuf;
- if (ioctl(videoDev, VIDIOCGMBUF, mbuf) == 0) {
-int msize = mbuf.size;
-unsigned char *mem = (unsigned char *)mmap(0, msize, PROT_READ | 
PROT_WRITE, MAP_SHARED, videoDev, 0);
-if (mem  mem != (unsigned char *)-1) {
-   // set up the size and RGB
-   struct video_capability vc;
-   if (ioctl(videoDev, VIDIOCGCAP, vc) == 0) {
-  struct video_mmap vm;
-  vm.frame = 0;
-  if ((SizeX  0)  (SizeX = vc.maxwidth) 
-  (SizeY  0)  (SizeY = vc.maxheight)) {
- vm.width = SizeX;
- vm.height = SizeY;
- }
-  else {
- vm.width = vc.maxwidth;
- vm.height = vc.maxheight;
- }
-  vm.format = VIDEO_PALETTE_RGB24;
-  if (ioctl(videoDev, VIDIOCMCAPTURE, vm) == 0  ioctl(videoDev, 
VIDIOCSYNC, vm.frame) == 0) {
- // make RGB out of BGR:
- int memsize = vm.width * vm.height;
- unsigned char *mem1 = mem;
- for (int i = 0; i  memsize; i++) {
- unsigned char tmp = mem1[2];
- mem1[2] = mem1[0];
- mem1[0] = tmp;
- mem1 += 3;
- }
-
- if (Quality  0)
-Quality = 100;
-
- dsyslog(grabbing to %s %d %d %d, Jpeg ? JPEG : PNM, 
Quality, vm.width, vm.height);
- if (Jpeg) {
-// convert to JPEG:
-result = RgbToJpeg(mem, vm.width, 

commit wayland for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package wayland for openSUSE:Factory checked 
in at 2012-11-28 17:09:24

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


Package is wayland, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wayland/wayland.changes  2012-11-20 
20:19:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes 2012-11-28 
17:09:25.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 26 20:45:44 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Add initial baselibs.conf
+  With this we can provide 32bit x86_64.rpm
+
+---

New:

  baselibs.conf



Other differences:
--
++ baselibs.conf ++
libwayland-server0
libwayland-client0
wayland-devel
requires libwayland-server0-targettype = version
requires libwayland-client0-targettype = version
requires libwayland-cursor0-targettype = version
libwayland-cursor0

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



commit wine for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2012-11-28 17:21:12

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


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

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2012-10-17 
08:11:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2012-11-28 
17:21:14.0 +0100
@@ -1,0 +2,38 @@
+Mon Nov 26 21:03:26 UTC 2012 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+
+---
+Fri Nov 23 21:56:07 UTC 2012 - meiss...@suse.com
+
+- Updated to 1.5.18 development snapshot.
+  - Various Windows Codecs improvements.
+  - Fixes for OLE database support.
+  - Improvements to system parameters management.
+  - Some fixes to the built-in Web browser.
+  - Fixes for XML support.
+  - Various bug fixes.
+
+---
+Sun Nov 11 19:27:22 UTC 2012 - meiss...@suse.com
+
+- Updated to 1.5.17 development snapshot.
+  - Sub-pixel font anti-aliasing in the DIB engine.
+  - Support for automatic installation of ActiveX controls.
+  - Automatic fallback to TLS 1.0 for secure connections.
+  - Beginnings of the DirectWrite text analyzer.
+  - Better handling of font outlines in OpenGL.
+  - Various bug fixes.
+
+---
+Fri Oct 26 23:08:03 UTC 2012 - meiss...@suse.com
+
+- Updated to 1.5.16 development snapshot
+  - New version of the Mono package.
+  - Many improvements to the CMD command-line parser.
+  - More stream classes in the C++ runtime.
+  - Support for managing services in WMI.
+  - Improved CPU detection.
+  - Various bug fixes.
+
+---

Old:

  wine-1.5.15.tar.bz2

New:

  wine-1.5.18.tar.bz2



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.BBR59J/_old  2012-11-28 17:21:42.0 +0100
+++ /var/tmp/diff_new_pack.BBR59J/_new  2012-11-28 17:21:42.0 +0100
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.5.15
+Version:1.5.18
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+
@@ -149,7 +149,7 @@
 echo   +^/usr/lib/wine/.*def  %SOURCE7
 cat %SOURCE7
 %endif
-make %{?jobs:-j%jobs} all
+make %{?_smp_mflags} all
 
 %install
 make install DESTDIR=%{buildroot}

++ wine-1.5.15.tar.bz2 - wine-1.5.18.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.5.15.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.5.18.tar.bz2 differ: char 11, line 1

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



commit xiterm for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package xiterm for openSUSE:Factory checked 
in at 2012-11-28 17:24:06

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


Package is xiterm, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xiterm/xiterm.changes2012-01-27 
21:28:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.xiterm.new/xiterm.changes   2012-11-28 
17:24:09.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 27 16:40:36 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-CPL-0.5
+
+
+---
+Fri Nov 23 18:13:16 UTC 2012 - jeng...@inai.de
+
+- Employ shared library naming guidelines
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ xiterm.spec ++
--- /var/tmp/diff_new_pack.dj9Oxe/_old  2012-11-28 17:24:11.0 +0100
+++ /var/tmp/diff_new_pack.dj9Oxe/_new  2012-11-28 17:24:11.0 +0100
@@ -52,7 +52,7 @@
 Patch9: xiterm-asneeded-and-dso.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Internationalized Terminal Emulator for X11
-License:IPL-1.0
+License:SUSE-CPL-0.5
 Group:  System/X11/Terminals
 
 %description
@@ -74,11 +74,14 @@
 %description -n gtkiterm
 An internationalized terminal emulator for GTK.
 
-%package -n libiterm
+%package -n libiterm1
 Summary:Internationalized Terminal Emulator Library
 Group:  System/Libraries
+# O/P added in 12.3
+Provides:   libiterm = %version-%release
+Obsoletes:  libiterm  %version-%release
 
-%description -n libiterm
+%description -n libiterm1
 This is a portable library for internationalized terminal emulator. All
 you need to make terminal emulator is to implements Callback functions,
 like a drawing string on specific column and row, or set
@@ -87,22 +90,25 @@
 %package -n libiterm-devel
 Summary:Header files and development libraries for libiterm
 Group:  Development/Libraries/Other
-Requires:   libiterm = %{version}
+Requires:   libiterm1 = %{version}
 
 %description -n libiterm-devel
 Header files and development libraries for libiterm
 
-%package -n libXiterm
+%package -n libXiterm1
 Summary:Terminal emulator Xaw widget library based on libiterm
 Group:  System/Libraries
+# O/P added in 12.3
+Provides:   libXiterm = %version-%release
+Obsoletes:  libXiterm  %version-%release
 
-%description -n libXiterm
+%description -n libXiterm1
 Terminal emulator Xaw widget library based on libiterm
 
 %package -n libXiterm-devel
 Summary:Header files and development libraries for libXiterm
 Group:  Development/Libraries/Other
-Requires:   libXiterm = %{version}
+Requires:   libXiterm1 = %{version}
 
 %description -n libXiterm-devel
 Header files and development libraries for libXiterm
@@ -135,19 +141,19 @@
--x-libraries=%{xlibraries} \
--with-utempter \
--enable-fribidi
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 popd
 pushd unix/Xaw/lib
 autoreconf --force --install
 %configure --with-pic --disable-static --x-includes=%{xincludes} \
--x-libraries=%{xlibraries}
-%{__make} %{?jobs:-j%jobs} 'INCLUDES=-I../../../lib/include -I../lib'
+make %{?_smp_mflags} 'INCLUDES=-I../../../lib/include -I../lib'
 popd
 pushd unix/Xaw/src
 autoreconf --force --install
 %configure --with-pic --disable-static --x-includes=%{xincludes} \
--x-libraries=%{xlibraries}
-%{__make} %{?jobs:-j%jobs} 'INCLUDES=-I../../../lib/include -I../lib' 
'LDFLAGS=-L../../../lib/src/.libs -L../lib/.libs'
+make %{?_smp_mflags} 'INCLUDES=-I../../../lib/include -I../lib' 
'LDFLAGS=-L../../../lib/src/.libs -L../lib/.libs'
 popd
 pushd unix/fbiterm
 autoreconf --force --install
@@ -155,11 +161,11 @@
 %configure --with-pic --disable-static \
--x-includes=%{xincludes} \
--x-libraries=%{xlibraries}
-%{__make} %{?jobs:-j%jobs}  'INCLUDES=-I../../../lib/include' \
+make %{?_smp_mflags} 'INCLUDES=-I../../../lib/include' \
  'LDFLAGS=-L../../../lib/src/.libs'
 popd
 pushd unix/gtk
-%{__make} %{?jobs:-j%jobs} CFLAGS=$CFLAGS -I../../../lib/include 
-L../../../lib/src/.libs
+make %{?_smp_mflags} CFLAGS=$CFLAGS -I../../../lib/include 
-L../../../lib/src/.libs
 popd
 
 %install
@@ -197,15 +203,13 @@
 rm -f %{buildroot}%{_libdir}/*.la
 chmod 0755 $RPM_BUILD_ROOT/%{_bindir}/*
 
-%post -n libiterm -p /sbin/ldconfig
+%post -n libiterm1 -p /sbin/ldconfig
 
-%postun -n libiterm -p /sbin/ldconfig
+%postun -n libiterm1 

commit xz for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package xz for openSUSE:Factory checked in 
at 2012-11-28 17:24:38

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


Package is xz, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xz/xz.changes2012-07-30 20:42:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xz.new/xz.changes   2012-11-28 
17:24:39.0 +0100
@@ -1,0 +2,27 @@
+Tue Nov 27 11:10:13 UTC 2012 - sweet_...@gmx.de
+
+- Update to version 5.0.4
+  * liblzma:
+- Fix lzma_index_init(). It could crash if memory allocation
+  failed.
+- Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ
+  filter is used and the application only provides exactly as
+  much output space as is the uncompressed size of the file.
+- Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't
+  check if the last call to lzma_code() really returned
+  LZMA_STREAM_END, which made the program think that truncated
+  files are valid.
+- New example programs in doc/examples (old programs are now in
+  doc/examples_old). These have more comments and more detailed
+  error handling.
+  * Fix xz -lvv foo.xz. It could crash on some corrupted files.
+  * Fix output of xz --robot -lv and xz --robot -lvv which
+incorrectly printed the filename also in the foo (x/x) format.
+  * Fix exit status of xzdiff foo.xz bar.xz.
+  * Fix exit status of xzgrep foo binary_file.
+  * Fix portability to EBCDIC systems.
+  * Fix a configure issue on AIX with the XL C compiler. See INSTALL
+for details.
+  * Update French, German, Italian, and Polish translations
+
+---

Old:

  xz-5.0.3.tar.bz2

New:

  xz-5.0.4.tar.bz2



Other differences:
--
++ xz.spec ++
--- /var/tmp/diff_new_pack.tNF9Wc/_old  2012-11-28 17:24:40.0 +0100
+++ /var/tmp/diff_new_pack.tNF9Wc/_new  2012-11-28 17:24:40.0 +0100
@@ -20,7 +20,7 @@
 Summary:A Program for Compressing Files
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Archiving/Compression
-Version:5.0.3
+Version:5.0.4
 Release:0
 Url:http://tukaani.org/lzma/
 Source: http://tukaani.org/xz/%{name}-%{version}.tar.bz2

++ xz-5.0.3.tar.bz2 - xz-5.0.4.tar.bz2 ++
 21977 lines of diff (skipped)

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



commit appmenu-qt for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package appmenu-qt for openSUSE:Factory 
checked in at 2012-11-28 10:04:04

Comparing /work/SRC/openSUSE:Factory/appmenu-qt (Old)
 and  /work/SRC/openSUSE:Factory/.appmenu-qt.new (New)


Package is appmenu-qt, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.appmenu-qt.new/appmenu-qt.changes   
2012-11-28 10:04:07.0 +0100
@@ -0,0 +1,32 @@
+---
+Tue Nov 20 10:37:13 UTC 2012 - cgiboude...@gmx.com
+
+- Fix the SLES build (%make_install is not expanded)
+- Fix the openSUSE_12.2_ARM build (%_libqt4_pluginsdir not defined)
+
+---
+Tue Nov 13 22:47:56 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update license
+- Drop kde4-filesystem fromBuildRequires and add build 
+flags accordingly
+- Adjust filelist to make use of Qt macros
+
+---
+Wed Apr 18 21:49:39 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 0.2.6:
+  * Only allow one menubar to be exposed per window (lp#937892).
+  From 0.2.5:
+  * Register window again when it comes back after having been hidden
+(lp#775278).
+  * Move call to link_directories() before add_library().
+- Spec file updates:
+  * Removed update-desktop-files and fdupes from BuildRequires: (not needed).
+  * Replaced libkde4-devel with kde4-filesystem in BuildRequires: since the
+requirement is only for the kde build macros.
+
+---
+Mon Feb 13 15:05:13 UTC 2012 - alinm.el...@gmail.com
+
+- initial commit 

New:

  appmenu-qt-0.2.6.tar.bz2
  appmenu-qt.changes
  appmenu-qt.spec



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

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

Name:   appmenu-qt
Version:0.2.6
Release:0
License:LGPL-3.0
Summary:Application Menu for Qt
Url:https://launchpad.net/appmenu-qt/
Group:  System/GUI/KDE
Source0:
https://launchpad.net/appmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
BuildRequires:  cmake = 2.8.0
BuildRequires:  libdbusmenu-qt-devel = 0.9.0
BuildRequires:  libqt4-devel = 4.8.0
Requires:   dbus-1
Requires:   libqt4 = 4.8.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

# Defined by libqt4-x11  4.8.2
%{!?_libqt4_pluginsdir: %global _libqt4_pluginsdir %{_libdir}/qt4/plugins}

%description
This projects adds support for application menu to Qt.

%prep
%setup -q

%build
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
mkdir build  cd build  \
cmake -DCMAKE_SKIP_RPATH=ON \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -DCMAKE_BUILD_TYPE=release ..
make %{?_smp_mflags}

%install
cd build
make DESTDIR=%{buildroot} install

%files
%defattr(-,root,root,-)
%doc COPYING* LGPL_EXCEPTION.txt NEWS README
%dir %{_libqt4_pluginsdir}/menubar
%{_libqt4_pluginsdir}/menubar/libappmenu-qt.so

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



commit armadillo for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2012-11-28 10:05:02

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


Package is armadillo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2012-10-09 
13:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2012-11-28 
10:05:05.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 22 16:46:33 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 3.4.4
+  * Fix for handling complex numbers by sparse matrices
+  * Fix for minor memory leak by sparse matrices
+
+---

Old:

  armadillo-3.4.3.tar.gz

New:

  armadillo-3.4.4.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.6EQuHe/_old  2012-11-28 10:05:07.0 +0100
+++ /var/tmp/diff_new_pack.6EQuHe/_new  2012-11-28 10:05:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   armadillo
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:LGPL-3.0+
@@ -111,7 +111,7 @@
 %{__make} %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=%{buildroot}
+%{__make} DESTDIR=%{buildroot} install
 rm -f examples/Makefile.cmake
 rm -rf examples/example1_win32
 rm -rf examples/example2_win32

++ armadillo-3.4.3.tar.gz - armadillo-3.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.4.3/CMakeLists.txt 
new/armadillo-3.4.4/CMakeLists.txt
--- old/armadillo-3.4.3/CMakeLists.txt  2012-10-03 03:42:50.0 +0200
+++ new/armadillo-3.4.4/CMakeLists.txt  2012-11-02 11:31:36.0 +0100
@@ -16,7 +16,7 @@
 
 set(ARMA_MAJOR 3)
 set(ARMA_MINOR 4)
-set(ARMA_PATCH 3)
+set(ARMA_PATCH 4)
 
 message(STATUS Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.4.3/include/armadillo_bits/SpMat_meat.hpp 
new/armadillo-3.4.4/include/armadillo_bits/SpMat_meat.hpp
--- old/armadillo-3.4.3/include/armadillo_bits/SpMat_meat.hpp   2012-09-24 
02:35:40.0 +0200
+++ new/armadillo-3.4.4/include/armadillo_bits/SpMat_meat.hpp   2012-10-23 
13:03:42.0 +0200
@@ -46,7 +46,7 @@
 inline
 SpMateT::~SpMat()
   {
-  arma_extra_debug_sigprint();
+  arma_extra_debug_sigprint_this(this);
 
   // If necessary, release the memory.
   if (values)
@@ -1418,6 +1418,8 @@
   {
   arma_extra_debug_sigprint();
 
+  arma_debug_check(row_num = n_rows, SpMat::row(): out of bounds);
+
   return SpSubvieweT(*this, row_num, 0, 1, n_cols);
   }
 
@@ -1430,6 +1432,8 @@
   {
   arma_extra_debug_sigprint();
 
+  arma_debug_check(row_num = n_rows, SpMat::row(): out of bounds);
+
   return SpSubvieweT(*this, row_num, 0, 1, n_cols);
   }
 
@@ -1500,6 +1504,8 @@
   {
   arma_extra_debug_sigprint();
 
+  arma_debug_check(col_num = n_cols, SpMat::col(): out of bounds);
+
   return SpSubvieweT(*this, 0, col_num, n_rows, 1);
   }
 
@@ -1512,6 +1518,8 @@
   {
   arma_extra_debug_sigprint();
 
+  arma_debug_check(col_num = n_cols, SpMat::col(): out of bounds);
+
   return SpSubvieweT(*this, 0, col_num, n_rows, 1);
   }
 
@@ -3470,10 +3478,10 @@
   
   arrayops::copy(new_values,  values,  copy_size);
   arrayops::copy(new_row_indices, row_indices, copy_size);
-  
-  memory::release(values);
-  memory::release(row_indices);
   }
+  
+memory::release(values);
+memory::release(row_indices);
 
 access::rw(values)  = new_values;
 access::rw(row_indices) = new_row_indices;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.4.3/include/armadillo_bits/SpSubview_meat.hpp 
new/armadillo-3.4.4/include/armadillo_bits/SpSubview_meat.hpp
--- old/armadillo-3.4.3/include/armadillo_bits/SpSubview_meat.hpp   
2012-09-24 02:35:40.0 +0200
+++ new/armadillo-3.4.4/include/armadillo_bits/SpSubview_meat.hpp   
2012-10-30 07:25:14.0 +0100
@@ -774,7 +774,7 @@
 
   for(uword ind = 0; ind  end_index; ++ind)
 {
-m.at(ind + aux_row1, ind + aux_col1) = eT(1);
+access::rw(m).at(ind + aux_row1, ind + aux_col1) = eT(1);
 }
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.4.3/include/armadillo_bits/SpValProxy_bones.hpp 
new/armadillo-3.4.4/include/armadillo_bits/SpValProxy_bones.hpp
--- 

commit at for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2012-11-28 10:06:04

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


Package is at, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/at/at.changes2012-09-20 16:00:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes   2012-11-28 
10:06:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 26 18:11:09 UTC 2012 - opens...@cboltz.de
+
+- use /etc/sysconfig/atd variables in atd.service (bnc#780259#c4)
+
+---



Other differences:
--
++ atd.service ++
--- /var/tmp/diff_new_pack.CDnM4j/_old  2012-11-28 10:06:11.0 +0100
+++ /var/tmp/diff_new_pack.CDnM4j/_new  2012-11-28 10:06:11.0 +0100
@@ -3,7 +3,7 @@
 After=syslog.target
 
 [Service]
-ExecStart=/usr/sbin/atd
+ExecStart=/bin/bash -c '[ -e /etc/sysconfig/atd ]  . /etc/sysconfig/atd; 
exec /usr/sbin/atd $${ATD_BATCH_INTERVAL:+-b $$ATD_BATCH_INTERVAL} 
$${ATD_LOADAVG:+-l $$ATD_LOADAVG}'
 Type=forking
 
 [Install]

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



commit automoc4 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package automoc4 for openSUSE:Factory 
checked in at 2012-11-28 10:06:25

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


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

Changes:

--- /work/SRC/openSUSE:Factory/automoc4/automoc4.changes2011-09-23 
01:52:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.automoc4.new/automoc4.changes   2012-11-28 
10:06:27.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ automoc4.spec ++
--- /var/tmp/diff_new_pack.6yShKN/_old  2012-11-28 10:06:28.0 +0100
+++ /var/tmp/diff_new_pack.6yShKN/_new  2012-11-28 10:06:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package automoc4
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,15 @@
 Url:http://www.kde.org
 
 Name:   automoc4
-BuildRequires:  cmake kde4-filesystem libqt4-devel
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+BuildRequires:  libqt4-devel
 Version:0.9.88
-Release:11
-License:MIT
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Development/Tools/Building
 Summary:CMake automatic MOC Generation
+License:MIT
+Group:  Development/Tools/Building
 Source0:%name-%version.tar.bz2
 Requires:   libqt4 = %(rpm -q --queryformat '%{VERSION}' libqt4)
 
@@ -42,7 +44,7 @@
 
 %install
   cd build
-  %makeinstall
+  make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)

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



commit cdemu-daemon for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2012-11-28 10:08:18

Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.cdemu-daemon.new (New)


Package is cdemu-daemon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes
2012-06-07 15:37:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2012-11-28 10:08:20.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 19 20:02:02 UTC 2012 - jeng...@inai.de
+
+- Remove cdemud-launch helper, this caused too much confusion.
+
+---



Other differences:
--
++ cdemu-daemon.spec ++
--- /var/tmp/diff_new_pack.k82pze/_old  2012-11-28 10:08:26.0 +0100
+++ /var/tmp/diff_new_pack.k82pze/_new  2012-11-28 10:08:26.0 +0100
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   cdemu-daemon
 Version:1.5.0
 Release:0
@@ -22,15 +24,20 @@
 Group:  System/Daemons
 Url:http://cdemu.sf.net/
 
+#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
 Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
 Source3:   cdemu-daemon.sysconfig
 Patch1:logfile.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:autoconf = 2.59
-BuildRequires: pkgconfig pkgconfig(glib-2.0) = 2.28
-BuildRequires: pkgconfig(gobject-2.0) = 2.28 pkgconfig(gmodule-2.0) = 2.28
-BuildRequires: pkgconfig(gthread-2.0) = 2.28, pkgconfig(gio-2.0) = 2.28
-BuildRequires: pkgconfig(ao) = 0.8.0, pkgconfig(libmirage) = 1.5.0
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(ao) = 0.8.0
+BuildRequires:  pkgconfig(gio-2.0) = 2.28
+BuildRequires:  pkgconfig(glib-2.0) = 2.28
+BuildRequires:  pkgconfig(gmodule-2.0) = 2.28
+BuildRequires:  pkgconfig(gobject-2.0) = 2.28
+BuildRequires:  pkgconfig(gthread-2.0) = 2.28
+BuildRequires:  pkgconfig(libmirage) = 1.5.0
 
 %description
 cdemu-daemon receives SCSI commands from kernel module thorugh the
@@ -55,13 +62,6 @@
 b=%buildroot;
 make install DESTDIR=$b;
 mkdir -p $b/%_sbindir;
-cat $b/%_sbindir/cdemud-launch -EOF;
-   #!/bin/sh
-   modprobe -q sg;
-   modprobe -q vhba;
-   exec /usr/bin/cdemud $@;
-EOF
-chmod a+x $b/%_sbindir/cdemud-launch;
 mkdir -p $b/%_localstatedir/adm/fillup-templates;
 install -pm0644 %{S:3} 
$b/%_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon;
 # Not desired
@@ -70,7 +70,6 @@
 %files
 %defattr(-,root,root)
 %_bindir/cdemud
-%_sbindir/cdemud-launch
 %_libexecdir/cdemu-daemon-*.sh
 %_datadir/dbus-1
 %_mandir/man8/cdemud.8*

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



commit cifs-utils for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2012-11-28 10:08:27

Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old)
 and  /work/SRC/openSUSE:Factory/.cifs-utils.new (New)


Package is cifs-utils, Maintainer is sjayara...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes2012-08-15 
11:17:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes   
2012-11-28 10:08:29.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 21 04:03:45 UTC 2012 - crrodrig...@opensuse.org
+
+- Version 5.8
+* NFS-style device names are being deprecated in 6.0.
+* Many bugs in cifs.idmap, getcifsacl and setcifsacl have been fixed. 
+
+---

Old:

  cifs-utils-5.6.tar.bz2

New:

  cifs-utils-5.8.tar.bz2



Other differences:
--
++ cifs-utils.spec ++
--- /var/tmp/diff_new_pack.0E8xVc/_old  2012-11-28 10:08:46.0 +0100
+++ /var/tmp/diff_new_pack.0E8xVc/_new  2012-11-28 10:08:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cifs-utils
-Version:5.6
+Version:5.8
 Release:0
 Summary:Utilities for doing and managing mounts of the Linux CIFS 
filesyste
 License:GPL-3.0+

++ cifs-utils-5.6.tar.bz2 - cifs-utils-5.8.tar.bz2 ++
 2536 lines of diff (skipped)

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



commit clusterssh for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package clusterssh for openSUSE:Factory 
checked in at 2012-11-28 10:09:12

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


Package is clusterssh, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.clusterssh.new/clusterssh.changes   
2012-11-28 10:09:15.0 +0100
@@ -0,0 +1,12 @@
+---
+Tue Nov 27 14:35:38 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-1.0+ or Artistic-1.0
+  See README
+
+---
+Thu Oct 25 20:22:04 UTC 2012 - jeng...@inai.de
+
+- Initial package for build.opensuse.org (4.01.01)
+
+

New:

  App-ClusterSSH-4.01_01.tar.gz
  clusterssh-rpmlintrc
  clusterssh.changes
  clusterssh.spec



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

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


Name:   clusterssh
Version:4.01.01
Release:0
%define modname App-ClusterSSH
%define dullver 4.01_01
Summary:Multiplex SSH sessions onto many hosts using multiple terminals
License:GPL-1.0+ or Artistic-1.0
Group:  Productivity/Networking/SSH
Url:http://clusterssh.sf.net/

#Git-Clone: git://clusterssh.git.sf.net/gitroot/clusterssh/clusterssh
Source: http://downloads.sf.net/clusterssh/%modname-%dullver.tar.gz
Source2:%name-rpmlintrc
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
BuildRequires:  fdupes
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
%perl_requires
Requires:   perl(Carp)
Requires:   perl(English)
Requires:   perl(Exception::Class)
Requires:   perl(Fcntl)
Requires:   perl(File::Basename)
Requires:   perl(File::Temp)
Requires:   perl(File::Which)
Requires:   perl(FindBin)
Requires:   perl(Getopt::Long)
Requires:   perl(Locale::Maketext)
Requires:   perl(Net::hostent)
Requires:   perl(POSIX)
Requires:   perl(Pod::Usage)
Requires:   perl(Readonly)
Requires:   perl(Socket)
Requires:   perl(Sys::Hostname)
Requires:   perl(Tk)
Requires:   perl(Tk::ROText)
Requires:   perl(Tk::Xlib)
Requires:   perl(Try::Tiny)
Requires:   perl(X11::Keysyms)
Requires:   perl(X11::Protocol)
Requires:   perl(X11::Protocol::Constants)

%description
Cluster SSH opens terminal windows with connections to specified
hosts and an administration console. Any text typed into the
administration console is replicated to all other connected and
active windows. This tool is intended for, but not limited to,
cluster administration where the same configuration or commands must
be run on each node within the cluster. Performing these commands all
at once via this tool ensures all nodes are kept in sync.

%prep
%setup -qn %modname-%dullver

%build
perl Makefile.PL;
make %{?_smp_mflags};

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%fdupes %buildroot

%files -f %name.files
%defattr(-,root,root)
%_bindir/c*

%changelog
++ clusterssh-rpmlintrc ++
addFilter(perl5-naming-policy-not-applied)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyudev for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python3-pyudev for openSUSE:Factory 
checked in at 2012-11-28 10:10:09

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


Package is python3-pyudev, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



  1   2   >