commit openmpi-testsuite for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package openmpi-testsuite for 
openSUSE:Factory checked in at 2014-10-10 08:56:40

Comparing /work/SRC/openSUSE:Factory/openmpi-testsuite (Old)
 and  /work/SRC/openSUSE:Factory/.openmpi-testsuite.new (New)


Package is "openmpi-testsuite"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit python-ldap for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2014-10-09 12:52:32

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


Package is "python-ldap"

Changes:

--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2014-09-10 
18:51:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 
2014-10-09 12:52:51.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  9 08:26:21 UTC 2014 - mich...@stroeder.com
+
+- Update to upstream release 2.4.18
+
+---
+Sat Sep 27 10:03:14 UTC 2014 - mich...@stroeder.com
+
+- Update to upstream release 2.4.17
+
+---

Old:

  python-ldap-2.4.16.tar.gz

New:

  python-ldap-2.4.18.tar.gz



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.sk4m1m/_old  2014-10-09 12:52:52.0 +0200
+++ /var/tmp/diff_new_pack.sk4m1m/_new  2014-10-09 12:52:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-ldap
-Version:2.4.16
+Version:2.4.18
 Release:0
 Summary:Python LDAP interface
 License:Python-2.0

++ python-ldap-2.4.16.tar.gz -> python-ldap-2.4.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.16/CHANGES 
new/python-ldap-2.4.18/CHANGES
--- old/python-ldap-2.4.16/CHANGES  2014-09-10 14:16:46.0 +0200
+++ new/python-ldap-2.4.18/CHANGES  2014-10-09 10:22:44.0 +0200
@@ -1,4 +1,26 @@
 
+Released 2.4.18 2014-10-09
+
+Changes since 2.4.17:
+
+Lib/
+* Fixed raising exception in LDAPObject.read_s() when reading
+  an entry returns empty search result
+
+
+Released 2.4.17 2014-09-27
+
+Changes since 2.4.16:
+
+Lib/
+* New hook syncrepl_refreshdone() in ldap.syncrepl.SyncReplConsumer
+  (thanks to Petr Spacek and Chris Mikkelson)
+
+Modules/
+* Added support for getting file descriptor of connection
+  with ldap.OPT_DESC
+
+
 Released 2.4.16 2014-09-10
 
 Changes since 2.4.15:
@@ -1110,4 +1132,4 @@
 
 Released 1.10alpha3 2000-09-19
 
-$Id: CHANGES,v 1.324 2014/09/10 12:16:32 stroeder Exp $
+$Id: CHANGES,v 1.332 2014/10/09 08:22:13 stroeder Exp $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.16/Demo/pyasn1/syncrepl.py 
new/python-ldap-2.4.18/Demo/pyasn1/syncrepl.py
--- old/python-ldap-2.4.16/Demo/pyasn1/syncrepl.py  2014-09-10 
14:15:41.0 +0200
+++ new/python-ldap-2.4.18/Demo/pyasn1/syncrepl.py  2014-09-25 
19:10:03.0 +0200
@@ -93,6 +93,9 @@
 for uuid in uuids:
 self.__presentUUIDs[uuid] = True
 
+def syncrepl_refreshdone(self):
+print 'Initial synchronization is now done, persist phase begins'
+
 def perform_application_sync(self,dn,attributes,previous_attributes):
 print 'Performing application sync for:', dn
 return True
@@ -135,8 +138,8 @@
'X-BINDPW=password\' db.shelve'
 sys.exit(1)
 except ValueError,e:
-print 'Error parsing command-line arguments:',str(e)
-sys.exit(1)
+  print 'Error parsing command-line arguments:',str(e)
+  sys.exit(1)
 
 while watcher_running:
 print 'Connecting to LDAP server now...'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.16/Doc/conf.py 
new/python-ldap-2.4.18/Doc/conf.py
--- old/python-ldap-2.4.16/Doc/conf.py  2013-03-25 19:17:58.0 +0100
+++ new/python-ldap-2.4.18/Doc/conf.py  2014-10-09 10:22:45.0 +0200
@@ -11,7 +11,7 @@
 # All configuration values have a default value; values that are commented out
 # serve to show the default value.
 #
-# $Id: conf.py,v 1.18 2012/08/09 07:19:12 stroeder Exp $
+# $Id: conf.py,v 1.20 2014/10/08 17:16:05 stroeder Exp $
 
 import sys
 
@@ -36,7 +36,7 @@
 
 # General substitutions.
 project = 'python-ldap'
-copyright = '2008-2011, python-ldap project team'
+copyright = '2008-2014, python-ldap project team'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
@@ -44,7 +44,7 @@
 # The short X.Y version.
 version = '2.4'
 # The full version, including alpha/beta/rc tags.
-release = '2.4.10.0'
+release = '2.4.18.0'
 
 # There are two opt

commit man-pages-ko for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package man-pages-ko for openSUSE:Factory 
checked in at 2014-10-09 12:52:29

Comparing /work/SRC/openSUSE:Factory/man-pages-ko (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages-ko.new (New)


Package is "man-pages-ko"

Changes:

--- /work/SRC/openSUSE:Factory/man-pages-ko/man-pages-ko.changes
2011-09-23 02:12:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-ko.new/man-pages-ko.changes   
2014-10-09 12:52:48.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct  8 14:55:09 UTC 2014 - jeng...@inai.de
+
+- Use souce URLs and remove ancient specfile tags/sections
+- Remove useless AutoReqProv: off (there are no binaries in here
+  anyway)
+- Avoid fdupes potentially spanning partitions
+
+---

Old:

  man-pages-ko-20050219.tar.bz2

New:

  man-pages-ko-20050219.tar.gz



Other differences:
--
++ man-pages-ko.spec ++
--- /var/tmp/diff_new_pack.ZKj6GN/_old  2014-10-09 12:52:48.0 +0200
+++ /var/tmp/diff_new_pack.ZKj6GN/_new  2014-10-09 12:52:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package man-pages-ko (Version 20050219)
+# spec file for package man-pages-ko
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,28 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   man-pages-ko
-#!BuildIgnore: man-pages-ko
+Version:20050219
+Release:0
+Summary:LDP man Pages (Korean)
 License:SUSE-Public-Domain
 Group:  Documentation/Man
-AutoReqProv:off
-%if 0%{suse_version} > 1000
-Provides:   locale(man:ko)
-%endif
+Url:http://man.kldp.org/
+Source: http://kldp.net/frs/download.php/1918/%name-%version.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %if 0%{suse_version} > 1020
 BuildRequires:  fdupes
 %endif
-Version:20050219
-Release:81
-Summary:LDP man Pages (Korean)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://man.kldp.org/
-# original Source is gzipped.
-Source: man-pages-ko-%{version}.tar.bz2
-BuildArch:  noarch
+%if 0%{suse_version} > 1000
+Provides:   locale(man:ko)
+%endif
+#!BuildIgnore: man-pages-ko
 
 %description
 These are the Korean man pages of the Linux Documentation Project. Note
@@ -71,15 +67,11 @@
 fi
 done
 %if 0%{suse_version} > 1020
-%fdupes -s %buildroot
+%fdupes -s %buildroot/%_prefix
 %endif
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %doc %{_mandir}/ko
-%doc 
 
 %changelog


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



commit perl-Convert-UUlib for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Convert-UUlib for 
openSUSE:Factory checked in at 2014-10-09 12:52:28

Comparing /work/SRC/openSUSE:Factory/perl-Convert-UUlib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Convert-UUlib.new (New)


Package is "perl-Convert-UUlib"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Convert-UUlib/perl-Convert-UUlib.changes
2011-11-21 12:37:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Convert-UUlib.new/perl-Convert-UUlib.changes   
2014-10-09 12:52:47.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  8 17:02:56 UTC 2014 - jeng...@inai.de
+
+- Use source URLs, and remove old specfile tags and sections.
+
+---



Other differences:
--
++ perl-Convert-UUlib.spec ++
--- /var/tmp/diff_new_pack.rWMRiJ/_old  2014-10-09 12:52:47.0 +0200
+++ /var/tmp/diff_new_pack.rWMRiJ/_new  2014-10-09 12:52:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Convert-UUlib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,24 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Convert-UUlib
+Version:1.4
+Release:0
+Summary:Perl interface to the uulib library
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Provides:   p_conulb
-Obsoletes:  p_conulb
-AutoReqProv:on
-Summary:Perl interface to the uulib library
-Version:1.4
-Release:1
 Url:http://search.cpan.org/~mlehmann/Convert-UUlib-1.4/UUlib.pm 
-Source: Convert-UUlib-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+Provides:   p_conulb
+Obsoletes:  p_conulb
 
 %description
 A Perl interface to the uulib library
@@ -53,9 +50,6 @@
 make DESTDIR=$RPM_BUILD_ROOT install_vendor
 %perl_process_packlist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %dir %{perl_vendorarch}/Convert

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



commit python-Django for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2014-10-09 12:52:23

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


Package is "python-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2014-08-05 13:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2014-10-09 12:52:40.0 +0200
@@ -1,0 +2,33 @@
+Wed Sep 24 08:30:00 UTC 2014 - apla...@suse.com
+
+- Update to Django 1.7
+
+  * A new built-in database migration system. Notes on upgrading from
+South (a popular third*party application providing migration
+functionality) are also available.
+  * A refactored concept of Django applications. Django applications
+are no longer tied to the existence of a models files, and can now
+specify both configuration data and code to be executed as Django
+starts up.
+  * Improvements to the model Field API to support migrations and, in
+the future, to enable easy addition of composite-key support to
+Django's ORM.
+  * Improvements for custom Manager and QuerySet classes, allowing
+reverse relationship traversal to specify the Manager to use, and
+creation of a Manager from a custom QuerySet class.
+  * An extensible system check framework which can assist developers
+in detecting and diagnosing errors.
+
+  Please refer to the release notes for all details and migration
+  instructions:
+  https://docs.djangoproject.com/en/1.7/releases/1.7/
+
+- Added python-setuptools as a BuildRequires.
+
+- Fixed Source URL from Django Project site.
+
+- Reordered sources.
+
+- Fixed deduplication to avoid wrong mtimes in pyc files.
+
+---

Old:

  Django-1.6.5.tar.gz

New:

  Django-1.7.checksum.txt
  Django-1.7.tar.gz



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.S9zJW1/_old  2014-10-09 12:52:41.0 +0200
+++ /var/tmp/diff_new_pack.S9zJW1/_new  2014-10-09 12:52:41.0 +0200
@@ -17,16 +17,18 @@
 
 
 Name:   python-Django
-Version:1.6.5
+Version:1.7
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://www.djangoproject.com
-Source: Django-%{version}.tar.gz
-Source1:python-Django-rpmlintrc
+Source: 
https://www.djangoproject.com/m/releases/1.7/Django-%{version}.tar.gz
+Source1:
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt
+Source99:   python-Django-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   python-Pillow
 Requires:   python-xml
 Requires(post): update-alternatives
@@ -55,17 +57,25 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -D -m 0644 extras/django_bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion-%{py_ver}.sh
 
+mv %{buildroot}/%{_bindir}/django-admin{,-%{py_ver}}
+
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 touch %{buildroot}%{_sysconfdir}/alternatives/django-admin.py
 ln -sf %{_sysconfdir}/alternatives/django-admin.py 
%{buildroot}/%{_bindir}/django-admin.py
+touch %{buildroot}%{_sysconfdir}/alternatives/django-admin
+ln -sf %{_sysconfdir}/alternatives/django-admin 
%{buildroot}/%{_bindir}/django-admin
 touch %{buildroot}%{_sysconfdir}/alternatives/django_bash_completion.sh
 ln -sf %{_sysconfdir}/alternatives/django_bash_completion.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion.sh
 
 %fdupes %{buildroot}%{python_sitelib}
+# Deduplicating files can generate a RPMLINT warning for pyc mtime
+cd %{buildroot}%{python_sitelib}
+python -m compileall -d %{python_sitelib} django/conf/locale/
 
 %post
 update-alternatives \
 --install %{_bindir}/django-admin.py django-admin.py 
%{_bindir}/django-admin.py-%{py_ver} 20 \
+--slave %{_bindir}/django-admin django-admin 
%{_bindir}/django-admin-%{py_ver} \
 --slave %{_sysconfdir}/bash_completion.d/django_bash_completion.sh 
django_bash_completion.sh 
%{_sysconfdir}/bash_completion.d/django_bash_completion-%{py_ver}.sh
 
 %preun
@@ -76,8 +86,11 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README.rst
+%{_bindir}/django-admin
+%{_bindir}/django-admin-%{py_ver}
 %{_bindir}/django-admin.py
 %{_bindir}/django-admin.py-%{py_ver}
+%ghost %{_sysconfdir}/alternatives/django-admin
 %ghost %{_sysconfdir}/alternatives/django-admin.py
 %{python_sitelib}/django
 %{python_sitelib}/Django-%{version}-py

commit python-django-auth-ldap for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package python-django-auth-ldap for 
openSUSE:Factory checked in at 2014-10-09 12:52:22

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


Package is "python-django-auth-ldap"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-auth-ldap/python-django-auth-ldap.changes
  2014-04-26 10:10:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-auth-ldap.new/python-django-auth-ldap.changes
 2014-10-09 12:52:38.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct  8 12:47:59 UTC 2014 - mci...@suse.cz
+
+- Update to 1.2.2:
+  - Include test harness in source distribution. Some package maintainers find
+this helpful.
+  - More verbose log messages for authentication failures.
+
+---

Old:

  django-auth-ldap-1.2.0.tar.gz

New:

  django-auth-ldap-1.2.2.tar.gz



Other differences:
--
++ python-django-auth-ldap.spec ++
--- /var/tmp/diff_new_pack.QhUSW1/_old  2014-10-09 12:52:39.0 +0200
+++ /var/tmp/diff_new_pack.QhUSW1/_new  2014-10-09 12:52:39.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   python-django-auth-ldap
-Version:1.2.0
+Version:1.2.2
 Release:0
 Url:http://bitbucket.org/psagers/django-auth-ldap/
 Summary:Django LDAP authentication backend

++ django-auth-ldap-1.2.0.tar.gz -> django-auth-ldap-1.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-auth-ldap-1.2.0/CHANGES 
new/django-auth-ldap-1.2.2/CHANGES
--- old/django-auth-ldap-1.2.0/CHANGES  2014-04-10 17:22:19.0 +0200
+++ new/django-auth-ldap-1.2.2/CHANGES  2014-09-22 17:34:33.0 +0200
@@ -1,3 +1,16 @@
+v1.2.2 - 2014-09-22
+---
+
+- Include test harness in source distribution. Some package maintainers find
+  this helpful.
+
+
+v1.2.1 - 2014-08-24
+---
+
+- More verbose log messages for authentication failures.
+
+
 v1.2 - 2014-04-10
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-auth-ldap-1.2.0/MANIFEST.in 
new/django-auth-ldap-1.2.2/MANIFEST.in
--- old/django-auth-ldap-1.2.0/MANIFEST.in  2013-11-17 23:59:53.0 
+0100
+++ new/django-auth-ldap-1.2.2/MANIFEST.in  2014-09-22 17:40:06.0 
+0200
@@ -1,5 +1,7 @@
 include README LICENSE CHANGES
+include tox.ini
 
 recursive-include docs *
+recursive-include test *
 prune docs/build
 global-exclude *.pyc .DS_Store .workon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-auth-ldap-1.2.0/PKG-INFO 
new/django-auth-ldap-1.2.2/PKG-INFO
--- old/django-auth-ldap-1.2.0/PKG-INFO 2014-04-10 17:23:55.0 +0200
+++ new/django-auth-ldap-1.2.2/PKG-INFO 2014-09-22 17:42:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-auth-ldap
-Version: 1.2.0
+Version: 1.2.2
 Summary: Django LDAP authentication backend
 Home-page: http://bitbucket.org/psagers/django-auth-ldap/
 Author: Peter Sagerson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-auth-ldap-1.2.0/django_auth_ldap/__init__.py 
new/django-auth-ldap-1.2.2/django_auth_ldap/__init__.py
--- old/django-auth-ldap-1.2.0/django_auth_ldap/__init__.py 2014-04-10 
17:23:13.0 +0200
+++ new/django-auth-ldap-1.2.2/django_auth_ldap/__init__.py 2014-09-22 
17:33:16.0 +0200
@@ -1,2 +1,2 @@
-version = (1, 2, 0)
+version = (1, 2, 2)
 version_string = '.'.join(map(str, version))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-auth-ldap-1.2.0/django_auth_ldap/backend.py 
new/django-auth-ldap-1.2.2/django_auth_ldap/backend.py
--- old/django-auth-ldap-1.2.0/django_auth_ldap/backend.py  2014-04-10 
17:14:20.0 +0200
+++ new/django-auth-ldap-1.2.2/django_auth_ldap/backend.py  2014-08-24 
17:46:09.0 +0200
@@ -331,7 +331,7 @@
 
 user = self._user
 except self.AuthenticationFailed as e:
-logger.debug(u"Authentication failed for %s" % self._username)
+logger.debug(u"Authentication failed for %s: %s" % 
(self._username, e))
 except ldap.LDAPError as e:
 logger.warning(u"Caught LDAPError while authenticating %s: %s",
self._username, pprint.pformat(e))
@@ -426,14 +426,14 @@
 AuthenticationFailed on failure

commit lightdm for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2014-10-09 12:52:25

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


Package is "lightdm"

Changes:

--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2014-10-06 
22:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2014-10-09 
12:52:44.0 +0200
@@ -1,0 +2,16 @@
+Wed Oct  8 21:15:56 UTC 2014 - g...@opensuse.org
+
+- remove allow-user-switching=true from 50-suse-defaults.conf,
+  this is now the temporary default
+
+---
+Wed Oct  8 20:53:22 UTC 2014 - g...@opensuse.org
+
+- update to version 1.12.1
+  - Fix crash when having configuration keys defined in multiple
+places
+  - Allow user switching in multi-seat until bug stopping greeter
+showing on logout is fixed
+  - Disable log message when AccountsService users change
+
+---

Old:

  lightdm-1.12.0.tar.xz

New:

  lightdm-1.12.1.tar.xz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.IjQsSp/_old  2014-10-09 12:52:45.0 +0200
+++ /var/tmp/diff_new_pack.IjQsSp/_new  2014-10-09 12:52:45.0 +0200
@@ -27,7 +27,7 @@
 %define rundir  /run
 
 Name:   lightdm
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Lightweight, Cross-desktop Display Manager
 License:GPL-3.0+

++ 50-suse-defaults.conf ++
--- /var/tmp/diff_new_pack.IjQsSp/_old  2014-10-09 12:52:45.0 +0200
+++ /var/tmp/diff_new_pack.IjQsSp/_new  2014-10-09 12:52:45.0 +0200
@@ -10,4 +10,3 @@
 greeter-setup-script=/etc/X11/xdm/Xsetup
 session-setup-script=/etc/X11/xdm/Xstartup
 session-cleanup-script=/etc/X11/xdm/Xreset
-allow-user-switching=true

++ lightdm-1.12.0.tar.xz -> lightdm-1.12.1.tar.xz ++
 2242 lines of diff (skipped)

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



commit cfengine for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2014-10-09 12:52:30

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


Package is "cfengine"

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2014-07-10 
09:31:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2014-10-09 
12:52:48.0 +0200
@@ -1,0 +2,90 @@
+Thu Oct  9 07:12:16 UTC 2014 - kkae...@suse.com
+
+- Update to 3.6.2
+ - don't regenerate software_packages.csv every time (Redmine #6441) 
+ - improve verbose message for package_list_command 
+ - fix missing log output on AIX (Redmine #6434) 
+ - assorted fixes to dirname() esp on Windows (Redmine #4716) 
+ - fix package manager detection 
+ - fix build issues on FreeBSD 
+ - allow copying of dead symbolic links (Redmine #6175) 
+ - preserve order in readstringarrayidx (Redmine #6466) 
+ - fix passing of unexpanded variable references to arrays (Redmine #5893) 
+ - use entries for new {admin,deny}_{ips,hostnames} constraints in 
+   the relevant legacy lists (Redmine #6542) 
+ - cope with ps's numeric fields overflowing to the right 
+ - interpret failing function calls in ifvarclass as class not set 
+   (Redmine #6327) 
+ - remove unexpanded lists when extending lists (Redmine #6541) 
+ - infer start-time of a process from elapsed when needed 
+   (Redmine #4094) 
+ - fix input range definition for laterthan() function (Redmine #6530) 
+ - don't add trailing delimiter when join()'ing lists ending with a 
+   null-value (Redmine #6552) 
+ - 99 (ten 9s) or higher has been historically used as an upper 
+   bound in CFEngine code and policy but because of overflow on 32-bit 
+   platforms it caused problems with big numbers.
+   Fixed in two ways: 
+   first change all existing policy uses to 9 (nine 9s instead 
+   of eleven 9s), second fix the C code to not wrap-around in case of 
+   overflow, but use the LONG_MAX value (Redmine #6531). 
+ - cf-serverd and other daemons no longer reload their configuration 
+   every minute if CFEngine is built with an inputs directory outside 
+   of the work directory (not the default). (Redmine #6551) 
+
+---
+Tue Sep 16 12:13:30 UTC 2014 - kkae...@suse.com
+
+- Update to 3.6.2-build5 pre-release
+
+---
+Mon Jul 28 15:12:10 UTC 2014 - kkae...@suse.com
+
+- Update to 3.6.1
+  New features:
+  - Introduced Solaris and AIX support into the 3.6 series, with
+many associated build and bug fixes.
+
+  Changes:
+  - Short-circuit evaluation of classes promises if class is already
+set (Redmine #5241)
+  - fix to assume all non-specified return codes are failed in
+commands promises (Redmine #5986)
+  - cf-serverd logs reconfiguration message to NOTICE (was INFO)
+so that it's always logged in syslog
+
+  Bug fixes:
+  - File monitoring has been completely rewritten (changes attribute
+in files promise), which eliminates many bugs, particularly
+regarding files that are deleted. Upgrading will keep all
+monitoring data, but downgrading again will reinitialize the DB,
+so all files will be reported as if they were new. (Redmine #2917)
+  - $(this.promiser) expands in files promises for 'transformer',
+'edit_template', 'copy_from.source', 'file_select.exec_program',
+'classes' and 'action' bodies (Redmine #1554, #1496, #3530, #1563)
+  - 'body changes' notifies about disappeared files in file monitoring
+ (Redmine #2917)
+  - Set not-kept classes when files or commands promise should be
+repaired, but is warn-only (Redmine #2359)
+  - Fixed CFEngine template producing a zero-sized file (Redmine #6088)
+  - Add 0-9 A-Z _ to allowed context of module protocol (Redmine #6063)
+  - Extend ps command column width on Solaris and filter on zone
+rather than adding it to the ps output.
+  - Fixed strftime() function on Solaris when called with certain
+specifiers.
+  - Fixed users promise bug regarding password hashes in a NIS/NSS setup.
+  - Fixed $(sys.uptime), $(sys.systime) and $(sys.sysday) in AIX.
+(Redmine #5148, #5206)
+  - Fixed processes_select complaining about "Unacceptable model
+uncertainty examining processes" (Redmine #6337)
+  - ps command for linux has been changed to cope with big rss values
+(Redmine #6337)
+  - Address ps -axo shift on FreeBSD 10 and later (Redmine #5667)
+  - methods and services promises respect action_policy => "warn"
+(Redmine #5924)
+  - LMDB should no longer deadlock if an agent is killed on the hub
+while holding the DB lock. Note that the change only affects
+binary packages shipped by CF

commit html2text for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package html2text for openSUSE:Factory 
checked in at 2014-10-09 12:52:26

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


Package is "html2text"

Changes:

--- /work/SRC/openSUSE:Factory/html2text/html2text.changes  2011-09-23 
02:02:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.html2text.new/html2text.changes 2014-10-09 
12:52:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  8 11:48:09 UTC 2014 - jeng...@inai.de
+
+- Remove old/implicit specfile tags (AutoReqProv, norootforbuild)
+
+---



Other differences:
--
++ html2text.spec ++
--- /var/tmp/diff_new_pack.rL8u1G/_old  2014-10-09 12:52:47.0 +0200
+++ /var/tmp/diff_new_pack.rL8u1G/_new  2014-10-09 12:52:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package html2text (Version 1.3.2a)
+# spec file for package html2text
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,20 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   html2text
-BuildRequires:  gcc-c++
-Url:http://www.mbayer.de/html2text/
-License:GPL-2.0+
-Group:  Productivity/Publishing/HTML/Tools
-Provides:   html2txt 
-Obsoletes:  html2txt 
-AutoReqProv:on
 Version:1.3.2a
-Release:142
+Release:0
 Summary:HTML to ASCII Converter
+License:GPL-2.0+
+Group:  Productivity/Publishing/HTML/Tools
+Url:http://www.mbayer.de/html2text/
 Source: html2text-%{version}.tar.bz2
 Source1:html2text.1.gz
 Patch0: html2text-debian-200_close_files_inside_main_loop.patch
@@ -42,6 +36,9 @@
 Patch8: 
http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff
 Patch9: html2text-debian-810_fix_deprecated_conversion_warnings.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+Provides:   html2txt
+Obsoletes:  html2txt
 
 %description
 A tool for converting from HTML to ASCII. It can reasonably handle

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



commit getmail for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package getmail for openSUSE:Factory checked 
in at 2014-10-09 12:52:33

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


Package is "getmail"

Changes:

--- /work/SRC/openSUSE:Factory/getmail/getmail.changes  2013-10-01 
08:12:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.getmail.new/getmail.changes 2014-10-09 
12:52:52.0 +0200
@@ -1,0 +2,25 @@
+Wed Oct  8 22:32:15 UTC 2014 - andreas.stie...@gmx.de
+
+- getmail 4.46.0 [bnc#900217]
+  This release fixes several similar vulnerabilities that could
+  allow a man-in-the-middle attacker to read encrypted traffic due
+  to pack of certificate verification against the hostname.
+  * fix --idle checking Python version incorrectly, resulting in
+incorrect warning about running with Python < 2.5
+  * add missing support for SSL certificate checking in POP3 which
+broke POP retrieval in v4.45.0
+[CVE-2014-7275]
+- includes changes from 4.45.0:
+  * perform hostname-vs-certificate matching of SSL certificate if
+validating the certifcate
+[CVE-2014-7274]
+  * fix missing plaintext versions of documentation
+- includes changes from 4.44.0: 
+  * add extended SSL options for IMAP retrievers, allowing
+certificate verification and other features
+[CVE-2014-7273]
+  * fix missing plaintext versions of documentation
+  * fix "Header instance has no attribute 'strip'" error which
+cropped up in some configurations
+
+---

Old:

  getmail-4.43.0.tar.gz

New:

  getmail-4.46.0.tar.gz



Other differences:
--
++ getmail.spec ++
--- /var/tmp/diff_new_pack.cnd2Hx/_old  2014-10-09 12:52:53.0 +0200
+++ /var/tmp/diff_new_pack.cnd2Hx/_new  2014-10-09 12:52:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package getmail
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   getmail
-Version:4.43.0
+Version:4.46.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pyropus.ca/software/getmail/

++ getmail-4.43.0.tar.gz -> getmail-4.46.0.tar.gz ++
 4806 lines of diff (skipped)

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



commit at for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

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

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


Package is "at"

Changes:

--- /work/SRC/openSUSE:Factory/at/at.changes2014-10-05 20:30:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes   2014-10-09 
12:52:19.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct  6 20:32:38 UTC 2014 - lchiqui...@suse.com
+
+- Replace at-sane-envkeys.diff by at-3.1.15-sane-envkeys.patch,
+  a simpler fix from upstream [bsc#899160]
+
+---
+Fri Oct  3 15:00:43 UTC 2014 - crrodrig...@opensuse.org
+
+- at-3.1.14-usePOSIXtimers.patch (from Fedora) 
+  Use Posix timers, this 
+  avoid the need of horrible suspend/resume hacks like at.sleep 
+  with pm-utils/systemd 
+
+---

Old:

  at-sane-envkeys.diff
  at.sleep

New:

  at-3.1.14-usePOSIXtimers.patch
  at-3.1.15-sane-envkeys.patch



Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.6Gs1eK/_old  2014-10-09 12:52:20.0 +0200
+++ /var/tmp/diff_new_pack.6Gs1eK/_new  2014-10-09 12:52:20.0 +0200
@@ -27,7 +27,6 @@
 Source: 
ftp://ftp.debian.org/debian/pool/main/a/at/%{name}_%{version}.orig.tar.gz
 Source2:atd.pamd
 Source3:sysconfig.atd
-Source4:at.sleep
 Source5:atd.service
 
 Patch0: at-3.1.14.patch
@@ -60,8 +59,10 @@
 Patch24:at-backport-old-privs.patch
 #PATCH-FEATURE-UPSTREAM introduce -o  argument for atq (bnc#879402)
 Patch25:at-atq-timeformat.patch
-Patch26:at-sane-envkeys.diff
-
+#PATCH-FIX-UPSTREAM sanitize environment variables (bnc#899160)
+Patch26:at-3.1.15-sane-envkeys.patch
+#PATCH-FIX-OPENSUSE use posix timers to avoid the need of suspend/resume hacks.
+Patch27:at-3.1.14-usePOSIXtimers.patch
 BuildRequires:  autoconf >= 2.69
 BuildRequires:  automake
 BuildRequires:  bison
@@ -107,7 +108,7 @@
 %patch24 -p1
 %patch25
 %patch26 -p1
-
+%patch27 -p1
 %build
 rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o
 autoreconf -fiv
@@ -137,7 +138,6 @@
 mv %{buildroot}/%{_prefix}/doc/at/* docs/
 
 %{__install} -D -m 0644 %{S:5} %{buildroot}%{_unitdir}/atd.service
-%{__install} -D -m 0755 %{S:4} 
%{buildroot}%{_prefix}/lib/systemd/system-sleep/atd.sh
 %{__ln_s} -f %{_sbindir}/service %{buildroot}%{_sbindir}/rcatd
 
 %{__install} -m644 %SOURCE2 %{buildroot}%{_sysconfdir}/pam.d/atd
@@ -180,6 +180,5 @@
 %attr(600,at,at) %{_localstatedir}/spool/atjobs/.SEQ
 %{_localstatedir}/adm/fillup-templates/sysconfig.atd
 %{_unitdir}/atd.service
-%{_prefix}/lib/systemd/system-sleep/atd.sh
 
 %changelog

++ at-3.1.14-usePOSIXtimers.patch ++
--- at-3.1.15.orig/atd.c
+++ at-3.1.15/atd.c
@@ -919,6 +919,54 @@ run_loop()
 return next_job;
 }
 
+#ifdef HAVE_CLOCK_GETTIME
+timer_t timer;
+struct itimerspec timeout;
+
+void timer_setup()
+{
+struct sigevent sev;
+
+sev.sigev_notify = SIGEV_SIGNAL;
+sev.sigev_signo = SIGHUP;
+sev.sigev_value.sival_ptr = &timer;
+
+memset(&timeout, 0, sizeof(timeout));
+
+if (timer_create(CLOCK_REALTIME, &sev, &timer) < 0)
+   pabort("unable to create timer");
+}
+
+time_t atd_gettime()
+{
+struct timespec curtime;
+
+clock_gettime(CLOCK_REALTIME, &curtime);
+
+return curtime.tv_sec;
+}
+
+void atd_setalarm(time_t next)
+{
+timeout.it_value.tv_sec = next;
+timer_settime(timer, TIMER_ABSTIME, &timeout, NULL);
+pause();
+}
+#else
+void timer_setup()
+{
+}
+
+time_t atd_gettime()
+{
+return time(NULL);
+}
+
+void atd_setalarm(time_t next)
+{
+sleep(next - atd_gettime());
+}
+#endif
 /* Global functions */
 
 int
@@ -1032,7 +1080,7 @@ main(int argc, char *argv[])
 sigaction(SIGCHLD, &act, NULL);
 
 if (!run_as_daemon) {
-   now = time(NULL);
+   now = atd_gettime();
run_loop();
exit(EXIT_SUCCESS);
 }
@@ -1055,13 +1103,14 @@ main(int argc, char *argv[])
 act.sa_handler = set_term;
 sigaction(SIGINT, &act, NULL);
 
+timer_setup();
 daemon_setup();
 
 do {
-   now = time(NULL);
+   now = atd_gettime();
next_invocation = run_loop();
if ((next_invocation > now) && (!hupped)) {
-   sleep(next_invocation - now);
+atd_setalarm(next_invocation);
}
hupped = 0;
 } while (!term_signal);
--- at-3.1.15.orig/config.h.in
+++ at-3.1.15/config.h.in
@@ -38,6 +38,9 @@
 /* Define to 1 if you have the `getloadavg' function. */
 #undef HAVE_GETLOADAVG
 
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_TIMER_CRE

commit git for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2014-10-09 12:52:04

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


Package is "git"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2014-10-05 20:28:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2014-10-09 
12:52:12.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  1 06:49:03 UTC 2014 - bwiedem...@suse.com
+
+- Adapt git-web to newer apache2 (bnc#898318)
+
+---



Other differences:
--
++ apache2-gitweb.conf ++
--- /var/tmp/diff_new_pack.KKGtcX/_old  2014-10-09 12:52:13.0 +0200
+++ /var/tmp/diff_new_pack.KKGtcX/_new  2014-10-09 12:52:13.0 +0200
@@ -5,6 +5,11 @@
 AllowOverride None
 AddHandler cgi-script .cgi
 DirectoryIndex gitweb.cgi
-Order allow,deny
-Allow from all
+
+Order allow,deny
+Allow from all
+
+
+Require all granted
+
 

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



commit u-boot for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2014-10-09 12:52:19

Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot.new (New)


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-am335xevm.changes  2014-09-08 
21:30:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-am335xevm.changes 
2014-10-09 12:52:26.0 +0200
@@ -1,0 +2,15 @@
+Wed Oct  8 07:52:48 UTC 2014 - guilla...@opensuse.org
+
+- Update to version 2014.10-rc3 
+- Drop upstreamed patches:
+  * beagle-bootscr.patch
+  * panda-bootscr.patch
+  * am335x_evm-bootscr.patch
+- Refresh patches:
+  * fix_sabrelite_boot.scr.patch
+  * drop-marvell.patch
+  * add_spl_extfs_support.patch
+- Add a new patch to fix omap3beagle spl build:
+  * fix_beagle_spl_build.patch
+
+---
u-boot-arndale.changes: same change
u-boot-colibrit20iris.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-highbank.changes: same change
u-boot-melea1000.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-paz00.changes: same change
u-boot-rpib.changes: same change
u-boot-snow.changes: same change
u-boot-vexpressaemv8a.changes: same change
u-boot.changes: same change

Old:

  am335x_evm-bootscr.patch
  beagle-bootscr.patch
  panda-bootscr.patch
  u-boot-2014.10-rc2.tar.bz2

New:

  fix_beagle_spl_build.patch
  u-boot-2014.10-rc3.tar.bz2



Other differences:
--
++ u-boot-am335xevm.spec ++
--- /var/tmp/diff_new_pack.Zc0w2D/_old  2014-10-09 12:52:33.0 +0200
+++ /var/tmp/diff_new_pack.Zc0w2D/_new  2014-10-09 12:52:33.0 +0200
@@ -25,27 +25,25 @@
 %define cuboxi_spl 0
 
 Name:   u-boot-am335xevm
-Version:2014.10~rc2
+Version:2014.10~rc3
 Release:0
 Summary:The u-boot firmware for the am335xevm arm platform
 License:GPL-2.0
 Group:  System/Boot
 Url:http://www.denx.de/wiki/U-Boot
 #Source:ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
-Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc2.tar.bz2
+Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
 Source2:arndale-bl1.img
 Source300:  u-boot-rpmlintrc
-Patch0: enable_spl_ext_support_for_ti_armv7.patch
-Patch1: add_spl_extfs_support.patch
-Patch2: fix_omap_boot_mode.patch
-Patch3: ti_common_initrd_support.patch
-Patch4: beagle-bootscr.patch
-Patch5: panda-bootscr.patch
+Patch0: add_spl_extfs_support.patch
+Patch1: enable_spl_ext_support_for_ti_armv7.patch
+Patch2: fix_beagle_spl_build.patch
+Patch3: fix_omap_boot_mode.patch
+Patch4: ti_common_initrd_support.patch
+Patch5: fix_sabrelite_boot.scr.patch
 Patch6: mx53loco-bootscr.patch
 Patch7: origen-ext2.patch
 Patch8: arndale.patch
-Patch9: am335x_evm-bootscr.patch
-Patch10:fix_sabrelite_boot.scr.patch
 Patch20:fix_exynos5_text_base.patch
 Patch21:fix_snow_config.patch
 Patch22:exynos5-dt.h.patch
@@ -77,21 +75,19 @@
 
 %prep
 #%setup -q -n u-boot-%{version}
-%setup -q -n u-boot-2014.10-rc2
+%setup -q -n u-boot-2014.10-rc3
 # is non-free licensed, and we don't need it (bnc#773824)
 rm -rf board/Marvell
 # Any custom patches to be applied on top of mainline u-boot
-%patch0
+%patch0 -p1
 %patch1
-%patch2
+%patch2 -p1
 %patch3
 %patch4
 %patch5
 %patch6
 %patch7
 %patch8
-%patch9 -p1
-%patch10
 %if "%{name}" == "u-boot-snow"
 # Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to 
avoid to break other boards (Arndale board)
 %patch20

u-boot-arndale.spec: same change
u-boot-colibrit20iris.spec: same change
u-boot-cubieboard.spec: same change
u-boot-cubieboard2.spec: same change
u-boot-cubietruck.spec: same change
u-boot-highbank.spec: same change
u-boot-melea1000.spec: same change
u-boot-mx53loco.spec: same change
u-boot-mx6qsabrelite.spec: same change
u-boot-omap3beagle.spec: same change
u-boot-omap4panda.spec: same change
u-boot-paz00.spec: same change
u-boot-rpib.spec: same change
++ u-boot-snow.spec ++
--- /var/tmp/diff_new_pack.Zc0w2D/_old  2014-10-09 12:52:33.0 +0200
+++ /var/tmp/diff_new_pack.Zc0w2D/_new  2014-10-09 12:52:33.0 +0200
@@ -25,27 +25,25 @@
 %define cuboxi_spl 0
 
 Name:   u-boot-snow
-Version:2014.10~rc2
+Version:2014.10~

commit patterns-openSUSE for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2014-10-09 12:52:12

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2014-10-07 10:52:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2014-10-09 12:52:21.0 +0200
@@ -1,0 +2,33 @@
+Tue Oct  7 18:56:54 UTC 2014 - opens...@cboltz.de
+
+- add apparmor-abstractions to AppArmor pattern
+
+---
+Tue Oct  7 08:54:39 UTC 2014 - co...@suse.com
+
+- bump the version to 20141007
+
+---
+Tue Oct  7 08:46:33 UTC 2014 - dims...@opensuse.org
+
+- Remove gnome-software for now: it triggers polkit requests for
+  passing the proxy between the user session and packagekitd.
+
+---
+Mon Oct  6 17:42:06 UTC 2014 - p.drou...@gmail.com
+
+- Add Mate patterns (boo#899665)
+- Add translations in create_macros
+
+---
+Mon Oct  6 15:33:56 UTC 2014 - badshah...@gmail.com
+
+- Patterns enhanced_base and minimal_base: Drop linux32 as a
+  recommended package. 
+
+---
+Sat Oct  4 15:39:33 UTC 2014 - badshah...@gmail.com
+
+- Pattern sw_management_gnome: Add gnome-software as recommends. 
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.nCy21w/_old  2014-10-09 12:52:22.0 +0200
+++ /var/tmp/diff_new_pack.nCy21w/_new  2014-10-09 12:52:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   patterns-openSUSE
-Version:20140624
+Version:20141007
 Release:0
 Summary:Patterns for Installation (full ftp tree)
 License:MIT
@@ -78,6 +78,7 @@
 Requires:   pattern() = basesystem
 Recommends: pattern() = apparmor_opt
 # from data/APPARMOR
+Requires:   apparmor-abstractions
 Requires:   apparmor-parser
 Requires:   apparmor-profiles
 Requires:   audit
@@ -1633,9 +1634,6 @@
 Recommends: mouseemu
 %endif
 %ifarch x86_64
-Recommends: linux32
-%endif
-%ifarch x86_64
 Recommends: glibc-32bit
 Recommends: glibc-locale-32bit
 Recommends: numactl
@@ -3717,6 +3715,294 @@
 %dir /usr/share/doc/packages/patterns-openSUSE
 /usr/share/doc/packages/patterns-openSUSE/mail_server.txt
 
+%package mate
+%pattern_graphicalenvironments
+Summary:MATE Desktop Environment
+Group:  Metapackages
+Provides:   pattern() = mate
+Provides:   pattern-icon() = pattern-mate
+Provides:   pattern-order() = 1410
+Provides:   pattern-visible()
+Requires:   pattern() = mate_basis
+Recommends: pattern() = games
+Recommends: pattern() = imaging
+Recommends: pattern() = non_oss
+Recommends: pattern() = mate_admin
+Recommends: pattern() = gnome_internet
+Recommends: pattern() = multimedia
+Recommends: pattern() = office
+Recommends: pattern() = mate_utilities
+#
+# Official upstream
+# As MATE is the continuation of Gnome2, patterns are based on Gnome ones
+# and some Gnome's are required
+#
+Recommends: mojo
+Recommends: mate-disk-usage-analyzer
+Recommends: mate-system-log
+Recommends: brasero
+Recommends: caribou
+Recommends: cheese
+Recommends: empathy
+Recommends: eom
+Recommends: atril
+Recommends: MozillaThunderbird
+Recommends: engrampa
+Recommends: gcr-viewer
+Recommends: pluma
+# For instance, recommends gnome-bluetooth, then recommends blueman once stable
+Recommends: gnome-bluetooth
+Recommends: mate-calc
+# Support will be added in 1.12
+#Recommends: gnome-contacts
+Recommends: mate-dictionary
+Recommends: gnome-disk-utility
+Recommends: gnome-font-viewer
+Recommends: gnome-nettool
+Recommends: mate-screenshot
+Recommends: mate-system-monitor
+Recommends: mate-user-share
+Recommends: gucharmap
+Recommends: mousetweaks
+Recommends: caja-sendto
+Recommends: orca
+Recommends: seahorse
+Recommends: sushi
+Recommends: totem
+Recommends: totem-browser-plugin
+Recommends: vino
+Recommends: mate-dialogs
+#
+# Packages that really make sense
+#
+Recommends: deja-dup
+# Tool for advanced configuration of printers
+Recommends: system-config-printer-applet
+Recommends

commit pymol for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2014-10-09 12:52:21

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


Package is "pymol"

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2014-09-23 
10:43:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2014-10-09 
12:52:36.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct  1 19:54:15 UTC 2014 - dh...@wustl.edu
+
+- update to svnrev 4095
+  * delete obsolete layer*/Makefile.*
+  * ignore SCALEn if CRYST1 is 1x1x1 or invalid
+  * new/refactored API functions for accessing coordinates and maps as numpy 
arrays
+  * new API function: cmd.set_state_order
+  * Session file (PSE) support for callback objects
+  * fix/silence many compiler warnings
+  * fix bg_rgb_top/bg_rgb_bottom side effects
+  * revert "fix setting surface_circumscribe"
+  * delete some obsolete files
+
+---

Old:

  pymol-1.7.3.0.svn4093.tar.xz

New:

  pymol-1.7.3.0.svn4095.tar.xz



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.V8MKOk/_old  2014-10-09 12:52:38.0 +0200
+++ /var/tmp/diff_new_pack.V8MKOk/_new  2014-10-09 12:52:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.7.3.0.svn4093
+Version:1.7.3.0.svn4095
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer
@@ -70,7 +70,6 @@
 
 %install
 CFLAGS="%{optflags}" python setup.py install --prefix=%{_prefix} 
--root=%{buildroot}
-install -D pymol %{buildroot}%{_bindir}/pymol
 %if 0%{?suse_version} > 1010
 %fdupes %{buildroot}%{_prefix}
 %endif

++ no-build-date.patch ++
--- /var/tmp/diff_new_pack.V8MKOk/_old  2014-10-09 12:52:38.0 +0200
+++ /var/tmp/diff_new_pack.V8MKOk/_new  2014-10-09 12:52:38.0 +0200
@@ -14,7 +14,7 @@
 ===
 --- create_shadertext.py
 +++ create_shadertext.py
-@@ -98,7 +98,7 @@ def create_buildinfo(outputdir, pymoldir
+@@ -104,7 +104,7 @@ def create_buildinfo(outputdir, pymoldir
  #define _PyMOL_BUILD_DATE %d
  #define _PYMOL_BUILD_GIT_SHA "%s"
  #define _PyMOL_BUILD_SVN_REV %d
@@ -22,4 +22,4 @@
 +''' % (0, sha, rev)
  
  if __name__ == "__main__":
- create_shadertext(*sys.argv[1:5])
+ create_shadertext(*sys.argv[1:6])

++ pymol-1.7.3.0.svn4093.tar.xz -> pymol-1.7.3.0.svn4095.tar.xz ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.7.3.0.svn4093.tar.xz 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.7.3.0.svn4095.tar.xz differ: char 
26, line 1

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



commit apache2 for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2014-10-09 12:52:02

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2014-03-31 
20:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2014-10-09 
12:52:04.0 +0200
@@ -1,0 +2,60 @@
+Mon Oct  6 12:30:07 UTC 2014 - kstreit...@suse.com
+
+- the following unused patches were removed from the package:
+  * apache2-mod_ssl_npn.patch
+  * httpd-2.0.49-log_server_status.dif 
+
+---
+Mon Sep 29 11:57:40 UTC 2014 - pgaj...@suse.com
+
+- 700 permissions for /usr/sbin/apache2-systemd-ask-pass and
+  /usr/sbin/start_apache2 [bnc#851627]
+
+---
+Wed Sep 26 15:38:17 UTC 2014 - ohole...@suse.com
+
+- allow only TCP ports in Yast2 firewall files
+
+---
+Fri Sep 26 15:00:45 UTC 2014 - pgaj...@suse.com
+
+- more 2.2 -> 2.4 [bnc#862058]
+
+---
+Thu Sep 25 14:39:05 UTC 2014 - pgaj...@suse.com
+
+- ServerSignature=Off and ServerTokens=Prod by request from 
+  security team [bnc#716495]
+
+---
+Wed Sep 24 13:11:16 UTC 2014 - pgaj...@suse.com
+
+- fix documentation links 2.2 -> 2.4 [bnc#888163] (internal)
+
+---
+Mon Jul 21 16:23:51 UTC 2014 - crrodrig...@opensuse.org
+
+- Update package Summary and Description. 
+- version 2.4.10
+* SECURITY: CVE-2014-0117 (cve.mitre.org)
+* SECURITY: CVE-2014-3523 (cve.mitre.org)
+* SECURITY: CVE-2014-0226 (cve.mitre.org)
+* SECURITY: CVE-2014-0118 (cve.mitre.org)
+* SECURITY: CVE-2014-0231 (cve.mitre.org)
+* Multiple bugfixes to mod_ssl, mod_cache, mod_deflate, mod_lua
+* mod_proxy_fcgi supports unix sockets.
+
+---
+Mon Jul 21 07:21:21 UTC 2014 - m...@suse.com
+
+- provide httpd.service as alias for apache2.service for
+  compatibility reasons (bnc#888093)
+
+---
+Mon Apr 14 08:47:02 UTC 2014 - lnus...@suse.de
+
+- move most ssl options to ssl-global.conf. There is usually no need
+  for every vhost to re-define the ciphers for example (bnc#865582).
+  Drop some commented entries that only lead to confusion.
+
+---

Old:

  apache2-mod_ssl_npn.patch
  httpd-2.0.49-log_server_status.dif
  httpd-2.4.9.tar.bz2

New:

  httpd-2.4.10.tar.bz2



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.2czHpi/_old  2014-10-09 12:52:06.0 +0200
+++ /var/tmp/diff_new_pack.2czHpi/_new  2014-10-09 12:52:06.0 +0200
@@ -93,8 +93,8 @@
 # "Server:" header
 %define VENDOR SUSE
 %define platform_stringLinux/%VENDOR
-%define realver 2.4.9
-Version:2.4.9
+%define realver 2.4.10
+Version:2.4.10
 Release:0
 #Source0:  http://www.apache.org/dist/httpd-%{version}.tar.bz2
 Source0:httpd-%{realver}.tar.bz2
@@ -166,7 +166,7 @@
 Patch111:   httpd-visibility.patch
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
-Summary:The Apache Web Server Version 2.2
+Summary:The Apache Web Server Version 2.4
 License:Apache-2.0
 Group:  Productivity/Networking/Web/Servers
 Provides:   %{apache_mmn}
@@ -198,36 +198,15 @@
 %endif
 
 %description
-Apache 2, the successor to Apache 1.
+This version of httpd is a major release of the 2.4 stable branch,
+and represents the best available version of Apache HTTP Server.
+New features include Loadable MPMs, major improvements to OCSP support,
+mod_lua, Dynamic Reverse Proxy configuration, Improved Authentication/
+Authorization, FastCGI Proxy, New Expression Parser, and a Small Object
+Caching API.
 
-Apache is the most used Web server software worldwide.
-
-Some new features in Apache 2: - hybrid multiprocess, multithreaded
-   mode for improved scalability
-
-- multiprotocol support
-
-- stream filtering
-
-- IPv6 support
-
-- new module API
-
-New modules include: - mod_auth_db
-
-- mod_auth_digest
-
-- mod_charset_lite
-
-- mod_dav
-
-- mod_file_cache
-
-Mod_ssl is no longer a separate package, but is now included in the
-Apache distribution.
-
-See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and
-http://httpd.apache.org/docs-2.2/upgra

commit openmpi for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2014-10-09 12:52:07

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


Package is "openmpi"

Changes:

New Changes file:

--- /dev/null   2014-09-26 12:09:11.568032006 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2014-10-09 12:52:16.0 +0200
@@ -0,0 +1,825 @@
+---
+Mon Oct  6 17:09:13 UTC 2014 - dmitr...@opensuse.org
+
+- Fix testsuite build
+
+---
+Tue Sep  2 13:12:49 CEST 2014 - p...@suse.de
+
+- Remove the line suppressing the warning about the library calling
+  exit and the one suppressing the warning about a script without
+  a shebang.
+
+---
+Tue Jun  3 11:24:34 CEST 2014 - p...@suse.de
+
+- Update to OFED 3.12 final.
+
+---
+Fri May  9 15:03:47 CEST 2014 - p...@suse.de
+
+- Support for udapl was dropped beginning with 1.7 so remove
+  all traces in the spec file.
+
+---
+Mon May  5 16:33:30 CEST 2014 - p...@suse.de
+
+- Include a file only for x86 and x86_64.
+
+---
+Mon May  5 11:06:54 CEST 2014 - p...@suse.de
+
+- Fix source URL.
+- Fix file list for devel package.
+
+---
+Wed Apr 30 14:09:05 CEST 2014 - p...@suse.de
+
+- Fix file list for devel package.
+
+---
+Tue Apr 29 18:00:19 CEST 2014 - p...@suse.de
+
+- Split off everything that is only needed for developing code
+  using OpenMPI into openmpi-devel, including stuff like the
+  wrapper scripts for the compilers.
+- The openmpi-testsuite package now creates a package that only
+  contains the test log.
+- Add openmpi-no_network_in_build.patch to not run the nfs based
+  test inside the buildroot.
+
+---
+Wed Apr 23 17:59:27 CEST 2014 - p...@suse.de
+
+- Update to 1.8.1:
+  - Fix serious bug where running mpi bugs as root deletes files
+in /.
+
+---
+Thu Apr  3 16:58:45 CEST 2014 - p...@suse.de
+
+- Update to 1.8. Changes since 1.7.5:
+  * Commit upstream ROMIO fix for mixed NFS+local filesystem environments.
+  * Several fixes for MPI-3 one-sided support.  For example,
+arbitrary-length datatypes are now supported.
+  * Add config support for the Mellanox ConnectX 4 card.
+  * Add missing MPI_COMM_GET|SET_INFO functions, and missing
+MPI_WEIGHTS_EMPTY and MPI_ERR_RMA_SHARED constants.  Thanks to
+Lisandro Dalcin for pointing out the issue.
+  * Update some help messages in OSHMEM, the usnic BTL, the TCP BTL, and
+ORTE, and update documentation about ompi_info's --level option.
+  * Fix some compiler warnings.
+  * Ensure that ORTE daemons are not bound to a single processor
+if TaskAffinity is set on by default in Slurm. Thanks to Artem Polyakov
+for identifying the problem and providing a patch
+
+- fix ifarch test for intel/amd.
+
+---
+Tue Apr  1 09:51:22 UTC 2014 - stefan.f...@suse.com
+
+- fixed specfile, adopted version to 1.8 rc1  
+
+---
+Mon Mar 31 12:04:41 CEST 2014 - p...@suse.de
+
+- Update to 1.8 rc1.
+
+---
+Wed Mar  5 13:38:04 CET 2014 - p...@suse.de
+
+- Compile with PSM support on i686 and c86_64 (fate#315889)
+
+---
+Wed Feb 12 17:38:09 CET 2014 - p...@suse.de
+
+- Update to 1.7.4, i.e. a version with support for MPI-3
+  (fate#316375, fate#314327, fate#314835):
+  The list of features and bug fixes since 1.7.2 is far too long
+  to list here. See the file NEWS in the package documentation for
+  a detailed listing.  
+- Add the files NEWS, LICENSE, AUTHORS, README and README.JAVA.txt
+  as ackagwe documentation.
+- Create openmpi-testsuite.spec to run the opnmpi testsuite.
+- Because of one yet unfixed bug running the test suite will always
+  succeed.
+
+---
+Mon Feb 10 20:02:28 UTC 2014 - jjo...@suse.com
+
+- Added infinipath-psm-devel to BuildRequires
+
+---
+Thu Jan 16 12:16:43 CET 2014 - p...@suse.de
+
+- Create openmpi-testsuite.spec

commit gpsd for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2014-10-09 12:52:09

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


Package is "gpsd"

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2013-12-11 
11:28:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2014-10-09 
12:52:17.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct  6 18:13:09 UTC 2014 - crrodrig...@opensuse.org
+
+- Respect CFLAGS and CXXFLAGS. 
+- Use fvisibility-inlines-hidden to build C++ code, note
+  that the build system is buggy and uses CFLAGS and CXXFLAGS
+  for the same purpose.
+- Remove xorg libs buildrequires, they are never directly used.
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.QEitlr/_old  2014-10-09 12:52:18.0 +0200
+++ /var/tmp/diff_new_pack.QEitlr/_new  2014-10-09 12:52:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -47,8 +47,6 @@
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-libXpm-devel
 Source: 
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source1:rules.gpsd
 Source2:udev.gpsd
@@ -144,9 +142,13 @@
 %patch0 -p1
 
 %build
+export CFLAGS="%optflags -fvisibility-inlines-hidden"
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 scons prefix=%{_prefix} libdir=%{_libdir} strip=False
 
 %install
+export CFLAGS="%optflags -fvisibility-inlines-hidden"
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 DESTDIR=%{buildroot} scons prefix=%{_prefix} libdir=%{_libdir} strip=False 
install
 install -d -m 755 %{buildroot}%{_udevdir}
 install -d -m 755 %{buildroot}%{_udevdir}/rules.d

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



commit obs-service-tar_scm for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2014-10-09 12:52:20

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm"

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2014-10-05 20:34:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2014-10-09 12:52:34.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct 08 12:13:42 UTC 2014 - aspi...@suse.com
+
+- Update to version 0.5.0.1412769870.6cda976:
+  + change default git versionformat to %ct.%h
+  + fix changes generation when version is blank
+  + lots of refactoring
+  + add info and caveats about data persisting between tests
+  + gittests: give default author test a unique name
+
+---

Old:

  obs-service-tar_scm-0.4.2.1412467141.df3329e.tar.gz

New:

  obs-service-tar_scm-0.5.0.1412769870.6cda976.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.C9gwsO/_old  2014-10-09 12:52:34.0 +0200
+++ /var/tmp/diff_new_pack.C9gwsO/_new  2014-10-09 12:52:34.0 +0200
@@ -19,7 +19,7 @@
 %define service tar_scm
 
 Name:   obs-service-%{service}
-Version:0.4.2.1412467141.df3329e
+Version:0.5.0.1412769870.6cda976
 Release:0
 Summary:An OBS source service: checkout or update a tar ball from 
svn/git/hg
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.C9gwsO/_old  2014-10-09 12:52:34.0 +0200
+++ /var/tmp/diff_new_pack.C9gwsO/_new  2014-10-09 12:52:34.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 git-master
-0.4.2.%ct.%h
+0.5.0.%ct.%h
 master
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.C9gwsO/_old  2014-10-09 12:52:34.0 +0200
+++ /var/tmp/diff_new_pack.C9gwsO/_new  2014-10-09 12:52:34.0 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/openSUSE/obs-service-tar_scm.git
-df3329e67fec7cfe40e59a17329079357bad94a0
+6cda976777de4e38ee88efe97353dec92f609614
   
 
\ No newline at end of file

++ debian.dsc ++
--- /var/tmp/diff_new_pack.C9gwsO/_old  2014-10-09 12:52:34.0 +0200
+++ /var/tmp/diff_new_pack.C9gwsO/_new  2014-10-09 12:52:34.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-tar-scm
-Version: 0.4.2
+Version: 0.5.0
 Binary: obs-service-tar-scm
 Maintainer: Adrian Schroeter 
 Architecture: all

++ obs-service-tar_scm-0.4.2.1412467141.df3329e.tar.gz -> 
obs-service-tar_scm-0.5.0.1412769870.6cda976.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-tar_scm-0.4.2.1412467141.df3329e/TESTING.md 
new/obs-service-tar_scm-0.5.0.1412769870.6cda976/TESTING.md
--- old/obs-service-tar_scm-0.4.2.1412467141.df3329e/TESTING.md 2014-10-05 
02:02:16.0 +0200
+++ new/obs-service-tar_scm-0.5.0.1412769870.6cda976/TESTING.md 2014-10-08 
14:13:42.0 +0200
@@ -32,6 +32,27 @@
 `$PATH` it actually invokes `scm-wrapper`, which logs the VCS
 invocation before continuing.
 
+### Persistence between test runs
+
+The test fixtures create working directories for each test
+representing a (fake) check-out of a build service package, and each
+test invokes `tar_scm` on this working directory.  The directory
+persists between tests to simulate real world use.
+
+Similarly, a fake `$HOME` directory is created, in which source
+repositories may be cached upon cloning from the (fake) upstream
+repository, and again, this `$HOME` directory is persisted between
+tests in order to simulate real world use.
+
+All these directories can be found under `tests/tmp/`.
+
+Upon a successful test run, these persisted directories are cleaned
+up.  However, if the run fails, they are left behind for debugging.
+In this case, you may need to `rm -rf tests/tmp` prior to the next
+test run, otherwise you may get errors like `Invalid revision range`
+when a brand new repository history is constructed which conflicts
+with the previous run.
+
 ## PEP8 checking
 
 There's also a `pep8` rule for checking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-tar_scm-0.4.2.1412467141.df3329e/debian/changelog 
new/obs-service-tar_scm-0.5.0.1412769870.6cda976/debian/changelog
--- old/obs-service-tar_scm-0.4.2.1412467141.df3329e/debian/changelog   
2014-10-05 02:02:16.0 +0200
+++ new/obs-service-tar_scm-0.5.0.1412769870.6cda976/debian/changelog   
2014-10-08 14:13:42.0

commit apparmor for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-10-09 12:52:05

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


Package is "apparmor"

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2014-10-06 
12:06:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-10-09 
12:52:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  6 18:07:50 UTC 2014 - opens...@cboltz.de
+
+- add apparmor-profiles-ntpd-pid-location.diff to cover new ntpd pid
+  location (bnc#899746)
+
+---

New:

  apparmor-profiles-ntpd-pid-location.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.wQNnjX/_old  2014-10-09 12:52:16.0 +0200
+++ /var/tmp/diff_new_pack.wQNnjX/_new  2014-10-09 12:52:16.0 +0200
@@ -88,6 +88,9 @@
 # Ruby 2.0 mkmf prefixes everything with $(DESTDIR), bnc#822277, 
kkae...@suse.de
 Patch5: ruby-2_0-mkmf-destdir.patch
 
+# Allow new pid location in ntpd profile (bnc#899746 - commited upstream trunk 
r2723, 2.8 branch r2145)
+Patch6: apparmor-profiles-ntpd-pid-location.diff
+
 Url:https://launchpad.net/apparmor
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -427,6 +430,8 @@
 %patch5 -p1
 %endif
 
+%patch6
+
 %build
 echo _libdir: %{_libdir}  ruby: %{rb_sitearch}  python: %{python3_sitearch} # 
test if _libdir breaks it or if it's broken by default on <= 12.1
 


++ apparmor-profiles-ntpd-pid-location.diff ++
=== modified file 'profiles/apparmor.d/usr.sbin.ntpd'
--- profiles/apparmor.d/usr.sbin.ntpd   2013-11-14 20:48:51 +
+++ profiles/apparmor.d/usr.sbin.ntpd   2014-10-06 17:57:46 +
@@ -55,6 +55,7 @@
   /var/opt/novell/xad/rpc/xadsd rw,
   /{,var/}run/nscd/services r,
   /{,var/}run/ntpd.pid w,
+  /{,var/}run/ntp/ntpd.pid w,
   /var/tmp/ntp* rwl,
   @{PROC}/@{pid}/net/if_inet6 r,
 

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



commit kiax for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package kiax for openSUSE:Factory checked in 
at 2014-10-09 12:52:17

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


Package is "kiax"

Changes:

--- /work/SRC/openSUSE:Factory/kiax/kiax.changes2011-09-23 
02:06:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiax.new/kiax.changes   2014-10-09 
12:52:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  8 16:04:51 UTC 2014 - jeng...@inai.de
+
+- Remove old specfile tags and sections
+- Remove Prefix:, we usually don't support installation in
+  other locations
+
+---



Other differences:
--
++ kiax.spec ++
--- /var/tmp/diff_new_pack.VhFHlQ/_old  2014-10-09 12:52:24.0 +0200
+++ /var/tmp/diff_new_pack.VhFHlQ/_new  2014-10-09 12:52:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kiax (Version 0.8.4)
+# spec file for package kiax
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   kiax
-BuildRequires:  libdrm-devel libjpeg-devel qt3-devel-tools update-desktop-files
 Version:0.8.4
-Release:227
+Release:0
+Summary:Voive-over-IP client for Asterisk (IAX protocol)
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
-PreReq: %install_info_prereq
-AutoReqProv:on
-Summary:Voive-over-IP client for Asterisk (IAX protocol)
-Source: 
http://mesh.dl.sourceforge.net/sourceforge/kiax/kiax-0.8.4.tar.bz2
+Url:http://kiax.sourceforge.net/
+Source: http://downloads.sf.net/kiax/kiax-0.8.4.tar.bz2
 Source3:README.SuSE
 Source4:iaxclient-20051230.tar.bz2
 Patch1: kiax-vararg-reuse.diff
@@ -44,9 +40,12 @@
 Patch16:iax-no-audio-abort.diff
 Patch17:portaudio-double-free.diff
 Patch18:iaxclient-glibc210.diff
-Url:http://kiax.sourceforge.net/
-Prefix: /usr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libdrm-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  qt3-devel-tools
+BuildRequires:  update-desktop-files
+PreReq: %install_info_prereq
 
 %description
 VoIP has become a hot topic and already is a part of our life.
@@ -129,8 +128,8 @@
 export CPPFLAGS="$CFLAGS"
 PATH="$PATH:/usr/lib/qt3/bin"
 ./configure
-(cd lib && make %{?jobs:-j %jobs})
-make %{?jobs:-j %jobs}
+(cd lib && make %{?_smp_mflags})
+make %{?_smp_mflags}
 cp -p ../iaxclient/README README.iaxclient
 cp -p %SOURCE3 .
 
@@ -154,9 +153,4 @@
 /usr/share/kiax
 %doc README INSTALL CHANGELOG COPYING README.iaxclient README.SuSE
 
-%clean
-#test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf 
$RPM_BUILD_ROOT
-#rm -rf $RPM_BUILD_DIR/kiax-%{version}
-#rm -rf $RPM_BUILD_DIR/iaxclient
-
 %changelog

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



commit python-pytest for openSUSE:Factory

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2014-10-09 12:52:02

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


Package is "python-pytest"

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes  
2014-07-31 10:04:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2014-10-09 12:52:11.0 +0200
@@ -1,0 +2,31 @@
+Sun Oct  5 15:15:06 UTC 2014 - t...@opensuse.org
+
+- Update to 2.6.3
+  - No longer show line numbers in the –verbose output, the output 
+is now purely the nodeid. The line number is still shown in 
+failure reports. Thanks Floris Bruynooghe.
+  - fix issue437 where assertion rewriting could cause pytest-xdist
+slaves to collect different tests. 
+Thanks Bruno Oliveira.
+  - fix issue555: add “errors” attribute to capture-streams to 
+satisfy some distutils and possibly other code accessing sys.stdout.errors.
+  - fix issue547 capsys/capfd also work when output capturing (“-s”) 
+is disabled.
+  - address issue170: allow pytest.mark.xfail(...) to specify expected 
+exceptions via an optional “raises=EXC” argument where EXC can be 
+a single exception or a tuple of exception classes. 
+Thanks David Mohr for the complete PR.
+  - fix integration of pytest with unittest.mock.patch decorator when 
+it uses the “new” argument. 
+Thanks Nicolas Delaby for test and PR.
+  - fix issue with detecting conftest files if the arguments contain 
+”::” node id specifications (copy pasted from “-v” output)
+  - fix issue544 by only removing “@NUM” at the end of ”::” separated 
+parts and if the part has an ”.py” extension  don’t use py.std 
+import helper, rather import things directly. 
+Thanks Bruno Oliveira.
+
+See for other releases: http://pytest.org/latest/changelog.html
+
+
+---

Old:

  pytest-2.6.0.tar.gz

New:

  pytest-2.6.3.tar.gz



Other differences:
--
++ python-pytest.spec ++
--- /var/tmp/diff_new_pack.EoJCd2/_old  2014-10-09 12:52:12.0 +0200
+++ /var/tmp/diff_new_pack.EoJCd2/_new  2014-10-09 12:52:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pytest
-Version:2.6.0
+Version:2.6.3
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT

++ pytest-2.6.0.tar.gz -> pytest-2.6.3.tar.gz ++
 5773 lines of diff (skipped)

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



commit phpMyAdmin for openSUSE:12.3:Update

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:12.3:Update 
checked in at 2014-10-09 12:49:11

Comparing /work/SRC/openSUSE:12.3:Update/phpMyAdmin (Old)
 and  /work/SRC/openSUSE:12.3:Update/.phpMyAdmin.new (New)


Package is "phpMyAdmin"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.bl4Mhe/_old  2014-10-09 12:49:12.0 +0200
+++ /var/tmp/diff_new_pack.bl4Mhe/_new  2014-10-09 12:49:12.0 +0200
@@ -1 +1 @@
-
+

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



commit xen for openSUSE:12.3:Update

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:12.3:Update checked 
in at 2014-10-09 12:48:53

Comparing /work/SRC/openSUSE:12.3:Update/xen (Old)
 and  /work/SRC/openSUSE:12.3:Update/.xen.new (New)


Package is "xen"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.GnkxJU/_old  2014-10-09 12:49:06.0 +0200
+++ /var/tmp/diff_new_pack.GnkxJU/_new  2014-10-09 12:49:06.0 +0200
@@ -1 +1 @@
-
+

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



commit phpMyAdmin for openSUSE:13.1:Update

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:13.1:Update 
checked in at 2014-10-09 12:49:12

Comparing /work/SRC/openSUSE:13.1:Update/phpMyAdmin (Old)
 and  /work/SRC/openSUSE:13.1:Update/.phpMyAdmin.new (New)


Package is "phpMyAdmin"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hVNOBS/_old  2014-10-09 12:49:13.0 +0200
+++ /var/tmp/diff_new_pack.hVNOBS/_new  2014-10-09 12:49:13.0 +0200
@@ -1 +1 @@
-
+

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



commit xen for openSUSE:13.1:Update

2014-10-09 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:13.1:Update checked 
in at 2014-10-09 12:49:01

Comparing /work/SRC/openSUSE:13.1:Update/xen (Old)
 and  /work/SRC/openSUSE:13.1:Update/.xen.new (New)


Package is "xen"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IPcSRZ/_old  2014-10-09 12:49:11.0 +0200
+++ /var/tmp/diff_new_pack.IPcSRZ/_new  2014-10-09 12:49:11.0 +0200
@@ -1 +1 @@
-
+

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