commit eina for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-11-10 14:56:48

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


Package is "eina"

Changes:

--- /work/SRC/openSUSE:Factory/eina/eina.changes2013-10-20 
10:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-11-10 
14:56:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 14:25:05 UTC 2013 - sleep_wal...@suse.cz
+
+ - bump to 1.7.9
+   No changes, just updating to keep in sync with lastest release.
+
+---

Old:

  eina-1.7.8.tar.bz2

New:

  eina-1.7.9.tar.bz2



Other differences:
--
++ eina.spec ++
--- /var/tmp/diff_new_pack.WlIIPg/_old  2013-11-10 14:56:51.0 +0100
+++ /var/tmp/diff_new_pack.WlIIPg/_new  2013-11-10 14:56:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   eina
-Version:1.7.8
+Version:1.7.9
 Release:0
 Summary:Core EFL (Enlightenment Foundation Library) to handle various 
data types
 License:LGPL-2.1
@@ -69,7 +69,7 @@
 Examples of usage of Eina library.
 
 %prep
-%setup -q
+%setup
 
 %build
 # fake time used for documentation
@@ -83,7 +83,7 @@
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i -e "s/__TIME__/\"$FAKE_BUILDTIME\"/g" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/g" src/lib/eina_hamster.c
 
-%configure \
+%{configure} \
 --disable-static \
 --enable-doc \
 --enable-install-examples
@@ -91,7 +91,7 @@
 make doc
 
 %install
-make install DESTDIR="%buildroot"
+%{make_install}
 # copy documentation manually
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -106,9 +106,6 @@
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libeina1 -p /sbin/ldconfig
 
 %postun -n libeina1 -p /sbin/ldconfig

++ eina-1.7.8.tar.bz2 -> eina-1.7.9.tar.bz2 ++
/work/SRC/openSUSE:Factory/eina/eina-1.7.8.tar.bz2 
/work/SRC/openSUSE:Factory/.eina.new/eina-1.7.9.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 fetchmail for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory 
checked in at 2013-11-10 14:57:04

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


Package is "fetchmail"

Changes:

--- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes  2013-05-02 
11:07:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2013-11-10 
14:57:06.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 27 18:18:54 UTC 2013 - p.drou...@gmail.com
+
+- Add systemd support for openSUSE >= 12.3
+
+---

New:

  fetchmail.service
  fetchmail.tmpfiles



Other differences:
--
++ fetchmail.spec ++
--- /var/tmp/diff_new_pack.1AuRGg/_old  2013-11-10 14:57:07.0 +0100
+++ /var/tmp/diff_new_pack.1AuRGg/_new  2013-11-10 14:57:07.0 +0100
@@ -24,12 +24,7 @@
 BuildRequires:  procmail
 BuildRequires:  pwdutils
 BuildRequires:  python-devel
-%if 0%{?suse_version} > 1000
-%define with_krb5 1
-%endif
-%if 0%{?with_krb5}
 BuildRequires:  krb5-devel
-%endif
 %if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
 %endif
@@ -48,11 +43,18 @@
 Source3:sysconfig.%{name}
 Source4:
http://sourceforge.net/projects/fetchmail/files/branch_6.3/%{name}-%{version}.tar.xz.asc
 Source5:%{name}.keyring
+Source6:%{name}.service
+Source7:%{name}.tmpfiles
 Patch0: fetchmail-6.3.8-smtp_errors.patch
-PreReq: %fillup_prereq
-PreReq: %insserv_prereq
-PreReq: coreutils
-PreReq: pwdutils
+%if 0%{?suse_version} >=1230
+BuildRequires:  pkgconfig(systemd)
+%{?systemd_requires}
+%else
+Requires(pre):  %insserv_prereq 
+%endif
+Requires(pre):  %fillup_prereq
+Requires(pre):  coreutils
+Requires(pre):  pwdutils
 BuildRequires:  xz
 Requires:   logrotate
 Suggests:   smtp_daemon
@@ -116,11 +118,18 @@
 ln -sf fetchmail.1.gz %{buildroot}/%{_mandir}/man1/fetchmailconf.1.gz
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
 cp fetchmail.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/fetchmail
-mkdir -p %{buildroot}%{_sysconfdir}/init.d
 mkdir -p %{buildroot}/sbin
+%if 0%{?suse_version} >=1230
+mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
+mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d
+install -m 755 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
+install -m 644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
+%else
+mkdir -p %{buildroot}%{_sysconfdir}/init.d
 cp fetchmail.init %{buildroot}%{_initddir}/fetchmail
 chmod +x %{buildroot}%{_initddir}/fetchmail
 ln -s ../etc/init.d/fetchmail %{buildroot}/sbin/rcfetchmail
+%endif
 touch %{buildroot}%{_sysconfdir}/fetchmailrc
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
 cp sysconfig.%{name} %{buildroot}%{_localstatedir}/adm/fillup-templates
@@ -137,14 +146,23 @@
   -c "mail retrieval daemon" -d /var/lib/fetchmail fetchmail 2>/dev/null || :
 
 %post
+%if 0%{?suse_version} >=1230
+%{fillup_only}
+%service_add_post %{name}.service
+%else
 %{fillup_and_insserv}
+%endif
 # Ensure that all files are readable by fetchmail with non-root UID.
 touch var/log/fetchmail
 chown fetchmail var/log/fetchmail
 chmod 0600 var/log/fetchmail
 
 %postun
+%if 0%{?suse_version} >=1230
+%service_del_postun %{name}.service
+%else
 %{insserv_cleanup}
+%endif
 if [ $1 == 0 ]; then
 rm -rf var/lib/fetchmail
 fi
@@ -158,8 +176,13 @@
 %doc COPYING FAQ FEATURES NEWS NOTES OLDNEWS README README.NTLM README.SSL 
README.SSL-SERVER TODO contrib *.html *.txt *.pdf
 %ghost %config(noreplace) %attr(0600, fetchmail, root) 
%{_sysconfdir}/fetchmailrc
 %config(noreplace) %{_sysconfdir}/logrotate.d/fetchmail
+%if 0%{?suse_version} >=1230
+%{_unitdir}/%{name}.service
+%{_libexecdir}/tmpfiles.d/%{name}.conf
+%else
 %{_sysconfdir}/init.d/fetchmail
 /sbin/rcfetchmail
+%endif
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 
 %files -n fetchmailconf


++ fetchmail.service ++
[Unit]
Description=A remote-mail retrieval utility
After=network.target

[Service]
User=fetchmail
ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc
RestartSec=1

[Install]
WantedBy=multi-user.target
++ fetchmail.tmpfiles ++
d /run/fetchmail 700 fetchmail nobody
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evas-generic-loaders for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package evas-generic-loaders for 
openSUSE:Factory checked in at 2013-11-10 14:56:59

Comparing /work/SRC/openSUSE:Factory/evas-generic-loaders (Old)
 and  /work/SRC/openSUSE:Factory/.evas-generic-loaders.new (New)


Package is "evas-generic-loaders"

Changes:

--- 
/work/SRC/openSUSE:Factory/evas-generic-loaders/evas-generic-loaders.changes
2013-08-04 07:59:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evas-generic-loaders.new/evas-generic-loaders.changes
   2013-11-10 14:57:00.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 14:46:02 UTC 2013 - sleep_wal...@suse.cz
+
+ - bump to 1.7.9
+   No changes, just updating to keep in sync with lastest release.
+
+---

Old:

  evas_generic_loaders-1.7.8.tar.bz2

New:

  evas_generic_loaders-1.7.9.tar.bz2



Other differences:
--
++ evas-generic-loaders.spec ++
--- /var/tmp/diff_new_pack.DqG4Qs/_old  2013-11-10 14:57:00.0 +0100
+++ /var/tmp/diff_new_pack.DqG4Qs/_new  2013-11-10 14:57:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   evas-generic-loaders
-Version:1.7.8
+Version:1.7.9
 Release:0
 Summary:Set of generic loaders for Evas
 License:GPL-2.0+

++ evas_generic_loaders-1.7.8.tar.bz2 -> evas_generic_loaders-1.7.9.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.8/ChangeLog 
new/evas_generic_loaders-1.7.9/ChangeLog
--- old/evas_generic_loaders-1.7.8/ChangeLog2013-08-01 23:31:26.0 
+0200
+++ new/evas_generic_loaders-1.7.9/ChangeLog2013-09-10 19:19:49.0 
+0200
@@ -63,3 +63,7 @@
 2013-08-02  Eduardo Lima (Etrunko)
 
 * 1.7.8 release
+
+2013-09-10  Eduardo Lima (Etrunko)
+
+* 1.7.9 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.8/NEWS 
new/evas_generic_loaders-1.7.9/NEWS
--- old/evas_generic_loaders-1.7.8/NEWS 2013-07-29 17:27:39.0 +0200
+++ new/evas_generic_loaders-1.7.9/NEWS 2013-09-10 20:27:33.0 +0200
@@ -1,10 +1,18 @@
+Evas Generic Loaders 1.7.9
+
+Changes since Evas Generic Loaders 1.7.8:
+---
+
+No changes, just updating to keep in sync with lastest release.
+
+
 Evas Generic Loaders 1.7.8
  
 Changes since Evas Generic Loaders 1.7.7:
 ---
 
 No changes, just updating to keep in sync with lastest release.
- 
+
 
 Evas Generic Loaders 1.7.7
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.8/configure 
new/evas_generic_loaders-1.7.9/configure
--- old/evas_generic_loaders-1.7.8/configure2013-08-01 23:38:22.0 
+0200
+++ new/evas_generic_loaders-1.7.9/configure2013-10-31 23:52:49.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evas_generic_loaders 1.7.8.
+# Generated by GNU Autoconf 2.69 for evas_generic_loaders 1.7.9.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='evas_generic_loaders'
 PACKAGE_TARNAME='evas_generic_loaders'
-PACKAGE_VERSION='1.7.8'
-PACKAGE_STRING='evas_generic_loaders 1.7.8'
+PACKAGE_VERSION='1.7.9'
+PACKAGE_STRING='evas_generic_loaders 1.7.9'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1332,7 +1332,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evas_generic_loaders 1.7.8 to adapt to many kinds of 
systems.
+\`configure' configures evas_generic_loaders 1.7.9 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evas_generic_loaders 1.7.8:";;
+ short | recursive ) echo "Configuration of evas_generic_loaders 1.7.9:";;
esac
   cat <<\_ACEOF
 
@@ -1525,7 +1525,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evas_generic_loaders configure 1.7.8
+evas_generic_loaders configure 1.7.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1865,7 +1865,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evas_generic_loaders $as_me 1.7.8, which was
+It was created by evas_generic_loaders $as_me 1.7.9

commit fontinfo for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package fontinfo for openSUSE:Factory 
checked in at 2013-11-10 15:07:03

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


Package is "fontinfo"

Changes:

--- /work/SRC/openSUSE:Factory/fontinfo/fontinfo.changes2013-10-10 
11:26:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontinfo.new/fontinfo.changes   2013-11-10 
15:07:04.0 +0100
@@ -1,0 +2,82 @@
+Fri Nov  8 11:47:40 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131108
+  * do not display 'unknown' language anywhere
+
+---
+Thu Nov  7 10:04:35 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131107
+  * check for markdown command in Makefile, and fallback to cat
+if not found
+- build require discount
+
+---
+Wed Nov  6 05:39:06 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131106
+  * bento: very minor improvement in menu boxes
+
+---
+Tue Nov  5 13:13:24 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131105
+  * font format index marks fonts with bitmap strikes
+  * bento: improved menu boxes
+
+---
+Fri Nov  1 11:06:09 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131101
+  * added specimen sentences for few scripts
+  * better names for generated indexes
+
+---
+Thu Oct 31 08:25:21 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131031
+  * added specimen sentences for few scripts
+  * script names displays now without underscores
+
+---
+Wed Oct 23 12:06:34 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131023
+  * display truetype tables used in font
+  * do not crash when no fonts found
+  * escape dashes in pattern
+
+---
+Wed Oct 16 12:15:39 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131016
+  * png charset as an table, generate vertical header
+  * split long charsets in parts
+
+---
+Tue Oct 15 13:38:18 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131015
+  * better appearance of charsets and specimens of bitmap fonts
+
+---
+Mon Oct 14 10:29:35 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131014
+  * minor fixes in script and family indexes (do not display certain 
+fonts multiple times)
+
+---
+Fri Oct 11 16:12:50 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131011
+  * larger default size for charsets, trim large specimens
+
+---
+Thu Oct 10 13:57:19 UTC 2013 - pgaj...@suse.com
+
+- updated to version 20131010
+  * added sentences which fit special fonts
+  * debug output, see new -g option
+
+---

Old:

  fontinfo-20131008.tar.bz2

New:

  fontinfo-20131108.tar.bz2



Other differences:
--
++ fontinfo.spec ++
--- /var/tmp/diff_new_pack.1ZMaXr/_old  2013-11-10 15:07:05.0 +0100
+++ /var/tmp/diff_new_pack.1ZMaXr/_new  2013-11-10 15:07:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fontinfo
-Version:20131008
+Version:20131108
 Release:0
 Url:https://build.opensuse.org/package/show/home:pgajdos/fontinfo
 Summary:Overview of Installed Fonts
@@ -25,6 +25,8 @@
 Group:  Productivity/Publishing/Other
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# discount for THANKS.md -> thanks.txt
+BuildRequires:  discount
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  libpng-devel
@@ -58,7 +60,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING
+%doc COPYING doc/THANKS.md
 %{_bindir}/*
 %{_datadir}/*
 

++ fontinfo-20131008.tar.bz2 -> fontinfo-20131108.tar.bz2 ++
 4486 lines of diff (skipped)

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



commit os-prober for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package os-prober for openSUSE:Factory 
checked in at 2013-11-10 15:07:26

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


Package is "os-prober"

Changes:

--- /work/SRC/openSUSE:Factory/os-prober/os-prober.changes  2013-08-28 
21:16:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.os-prober.new/os-prober.changes 2013-11-10 
15:07:27.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 07:01:44 UTC 2013 - mch...@suse.com
+
+- add require btrfsprogs
+
+---



Other differences:
--
++ os-prober.spec ++
--- /var/tmp/diff_new_pack.sRp2pV/_old  2013-11-10 15:07:27.0 +0100
+++ /var/tmp/diff_new_pack.sRp2pV/_new  2013-11-10 15:07:27.0 +0100
@@ -56,6 +56,7 @@
 Requires:   lvm2
 Requires:   udev
 Requires:   util-linux
+Requires:   btrfsprogs
 
 %description
 This package detects other OSes available on a system and outputs the results

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



commit php5-pear-Mail_Mime for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Mail_Mime for 
openSUSE:Factory checked in at 2013-11-10 15:07:40

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


Package is "php5-pear-Mail_Mime"

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Mail_Mime/php5-pear-Mail_Mime.changes  
2013-03-15 10:46:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Mail_Mime.new/php5-pear-Mail_Mime.changes 
2013-11-10 15:07:41.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  8 12:39:40 UTC 2013 - a...@ajaissle.de
+
+- New upstream release 1.8.8
+  * Fixed warning/notice on (static vs. non-static) PEAR::raiseError() usage 
[alec]
+  * Fixed Bug #19761: PHP5 warnings about return by reference [alec]
+  * Fixed Bug #19770: Make cid generator more unique on Windows [alec]
+  * Fixed Bug #19987: E_STRICT warning when null is passed by reference [alec] 
+
+---

Old:

  Mail_Mime-1.8.7.tgz

New:

  Mail_Mime-1.8.8.tgz



Other differences:
--
++ php5-pear-Mail_Mime.spec ++
--- /var/tmp/diff_new_pack.06anMq/_old  2013-11-10 15:07:42.0 +0100
+++ /var/tmp/diff_new_pack.06anMq/_new  2013-11-10 15:07:42.0 +0100
@@ -22,7 +22,7 @@
 Summary:Mail_Mime provides classes to create mime messages
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
-Version:1.8.7
+Version:1.8.8
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
@@ -40,14 +40,15 @@
 Requires:   php-pear >= 1.6.0
 Requires:   php-pear-Mail_mimeDecode
 
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # 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
 Mail_Mime provides classes to deal with the creation and manipulation of mime 
messages.

++ Mail_Mime-1.8.7.tgz -> Mail_Mime-1.8.8.tgz ++
 7549 lines of diff (skipped)

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



commit python-setuptools for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2013-11-10 15:07:47

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


Package is "python-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes  
2013-10-11 12:55:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 
2013-11-10 15:07:48.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov  8 13:29:36 UTC 2013 - a...@ajaissle.de
+
+- New upstream version
+  * Fixed behavior of NameError handling in 'script template (dev).py' (script 
launcher for 'develop' installs).
+  * ez_setup.py now ensures partial downloads are cleaned up following a 
failed download.
+  * Distribute #363 and Issue #55: Skip an sdist test that fails on locales 
other than UTF-8. 
+
+---

Old:

  setuptools-1.1.6.tar.gz

New:

  setuptools-1.1.7.tar.gz



Other differences:
--
++ python-setuptools.spec ++
--- /var/tmp/diff_new_pack.UKqAOG/_old  2013-11-10 15:07:49.0 +0100
+++ /var/tmp/diff_new_pack.UKqAOG/_new  2013-11-10 15:07:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-setuptools
-Version:1.1.6
+Version:1.1.7
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-1.1.6.tar.gz -> setuptools-1.1.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-1.1.6/CHANGES (links).txt 
new/setuptools-1.1.7/CHANGES (links).txt
--- old/setuptools-1.1.6/CHANGES (links).txt2013-09-18 16:20:13.0 
+0200
+++ new/setuptools-1.1.7/CHANGES (links).txt2013-10-28 02:44:40.0 
+0100
@@ -3,6 +3,17 @@
 ===
 
 -
+1.1.7
+-
+
+* Fixed behavior of NameError handling in 'script template (dev).py' (script
+  launcher for 'develop' installs).
+* ``ez_setup.py`` now ensures partial downloads are cleaned up following
+  a failed download.
+* `Distribute #363 `_ and 
`Issue #55 `_: Skip an sdist 
test that fails on locales
+  other than UTF-8.
+
+-
 1.1.6
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-1.1.6/CHANGES.txt 
new/setuptools-1.1.7/CHANGES.txt
--- old/setuptools-1.1.6/CHANGES.txt2013-09-18 16:09:31.0 +0200
+++ new/setuptools-1.1.7/CHANGES.txt2013-10-28 02:40:40.0 +0100
@@ -3,6 +3,17 @@
 ===
 
 -
+1.1.7
+-
+
+* Fixed behavior of NameError handling in 'script template (dev).py' (script
+  launcher for 'develop' installs).
+* ``ez_setup.py`` now ensures partial downloads are cleaned up following
+  a failed download.
+* Distribute #363 and Issue #55: Skip an sdist test that fails on locales
+  other than UTF-8.
+
+-
 1.1.6
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-1.1.6/PKG-INFO 
new/setuptools-1.1.7/PKG-INFO
--- old/setuptools-1.1.6/PKG-INFO   2013-09-18 16:20:17.0 +0200
+++ new/setuptools-1.1.7/PKG-INFO   2013-10-28 02:44:44.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 1.1.6
+Version: 1.1.7
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://pypi.python.org/pypi/setuptools
 Author: Python Packaging Authority
@@ -186,6 +186,17 @@
 ===
 
 -
+1.1.7
+-
+
+* Fixed behavior of NameError handling in 'script template (dev).py' 
(script
+  launcher for 'develop' installs).
+* ``ez_setup.py`` now ensures partial downloads are cleaned up 
following
+  a failed download.
+* `Distribute #363 
`_ and `Issue #55 
`_: Skip an sdist test that 
fails on locales
+  other than UTF-8.
+
+-
 1.1.6
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-1.1.6/ez_setup.py 
new/setuptools-1.1.7/ez_setup.py
--- old/setuptools-1.1.6/ez_setup.py2013-09-12 15:59:59.0 +0200
+++ new/setuptools-1.1.7/ez_setup.py2013-10-28 02:29:46.0 +0100
@@ -29,7 +29,7 @@
 except ImportError:
 USER_SITE = None
 
-DEFAULT_VERSION = "1.1.6"
+DEFAULT

commit claws-mail for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2013-11-10 19:59:12

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


Package is "claws-mail"

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2013-11-08 
08:34:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2013-11-10 19:59:13.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 10 10:35:29 UTC 2013 - dims...@opensuse.org
+
+- Drop claws-mail-fix-address-quotes.patch: This patch on its own
+  has negative side-effects.
+
+---

Old:

  claws-mail-fix-address-quotes.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.fMwI5W/_old  2013-11-10 19:59:14.0 +0100
+++ /var/tmp/diff_new_pack.fMwI5W/_new  2013-11-10 19:59:14.0 +0100
@@ -31,8 +31,6 @@
 Source0:
http://downloads.sourceforge.net/project/sylpheed-claws/Claws%20Mail/3.9.2/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM claws-mail-missing-include.patch dims...@opensuse.org -- 
Add missing includes; patch given to upstream
 Patch0: claws-mail-missing-include.patch
-# PATCH-FIX-UPSTREAM claws-mail-fix-address-quotes.patch claws#2210 
rica...@mones.org -- Fix quotes all addresses which need quoting just before 
writting the message to the queue folder.
-Patch1: claws-mail-fix-address-quotes.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -125,7 +123,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \

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



commit php5-pear-Net_Socket for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_Socket for 
openSUSE:Factory checked in at 2013-11-10 20:36:45

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


Package is "php5-pear-Net_Socket"

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Net_Socket/php5-pear-Net_Socket.changes
2013-03-15 10:46:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Net_Socket.new/php5-pear-Net_Socket.changes
   2013-11-10 20:36:46.0 +0100
@@ -1,0 +2,15 @@
+Fri Nov  8 12:16:02 UTC 2013 - a...@ajaissle.de
+
+- New upstream release 1.0.14
+  * Fix connecting when host is specified with protocol prefix e.g. ssl://
+- Changes between 1.0.10 an 1.0.13:
+  * Fix PHP warning and invalid handling of IPv6 addresses
+  * Fixed regression in handling of default (not set) timeout (Bug PEAR#19949)
+  * IPv6 sockets cannot be used (Bug PEAR#18231)
+  * Socket.php errors when sending large emails through Pear Mail (Bug 
PEAR#18281)
+  * 2nd argument of setTimeout() could be optional (Bug PEAR#18436)
+  * Setting timeout after connect() doesn't work correctly (Bug PEAR#18437)
+  * Wrong PHP version dependency and socket_* function aliases (Bug PEAR#18438)
+  * Incomplete gets() method description (Bug PEAR#19557)
+
+---

Old:

  Net_Socket-1.0.10.tgz

New:

  Net_Socket-1.0.14.tgz



Other differences:
--
++ php5-pear-Net_Socket.spec ++
--- /var/tmp/diff_new_pack.XH0bAR/_old  2013-11-10 20:36:46.0 +0100
+++ /var/tmp/diff_new_pack.XH0bAR/_new  2013-11-10 20:36:46.0 +0100
@@ -22,7 +22,7 @@
 Summary:Network Socket Interface
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
-Version:1.0.10
+Version:1.0.14
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
@@ -39,14 +39,15 @@
 Requires:   php >= 4.0.0
 Requires:   php-pear >= 1.4.0
 
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # 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
 Net_Socket is a class interface to TCP sockets. It provides blocking

++ Net_Socket-1.0.10.tgz -> Net_Socket-1.0.14.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net_Socket-1.0.10/Net/Socket.php 
new/Net_Socket-1.0.10/Net/Socket.php
--- old/Net_Socket-1.0.10/Net/Socket.php2010-10-15 15:51:45.0 
+0200
+++ new/Net_Socket-1.0.10/Net/Socket.php1970-01-01 01:00:00.0 
+0100
@@ -1,653 +0,0 @@
-http://www.php.net/license/2_02.txt.
- * If you did not receive a copy of the PHP license and are unable to
- * obtain it through the world-wide-web, please send a note to
- * lice...@php.net so we can mail you a copy immediately.
- *
- * Authors: Stig Bakken 
- *  Chuck Hagenbuch 
- *
- * @category  Net
- * @package   Net_Socket
- * @authorStig Bakken 
- * @authorChuck Hagenbuch 
- * @copyright 1997-2003 The PHP Group
- * @license   http://www.php.net/license/2_02.txt PHP 2.02
- * @version   CVS: $Id: Socket.php 304428 2010-10-15 13:51:46Z clockwerx $
- * @link  http://pear.php.net/packages/Net_Socket
- */
-
-require_once 'PEAR.php';
-
-define('NET_SOCKET_READ', 1);
-define('NET_SOCKET_WRITE', 2);
-define('NET_SOCKET_ERROR', 4);
-
-/**
- * Generalized Socket class.
- *
- * @category  Net
- * @package   Net_Socket
- * @authorStig Bakken 
- * @authorChuck Hagenbuch 
- * @copyright 1997-2003 The PHP Group
- * @license   http://www.php.net/license/2_02.txt PHP 2.02
- * @link  http://pear.php.net/packages/Net_Socket
- */
-class Net_Socket extends PEAR
-{
-/**
- * Socket file pointer.
- * @var resource $fp
- */
-var $fp = null;
-
-/**
- * Whether the socket is blocking. Defaults to true.
- * @var boolean $blocking
- */
-var $blocking = true;
-
-/**
- * Whether the socket is persistent. Defaults to false.
- * @var boolean $persistent
- */
-var $persistent = false;
-
-/*

commit python-icalendar for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2013-11-10 20:36:55

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


Package is "python-icalendar"

Changes:

--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2013-10-25 11:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes   
2013-11-10 20:36:57.0 +0100
@@ -1,0 +2,28 @@
+Sat Nov  9 11:03:21 UTC 2013 - p.drou...@gmail.com
+
+- Use tarball from https://pypi.python.org/ 
+- Fix download link used as source
+
+---
+Fri Nov  8 13:53:51 UTC 2013 - a...@ajaissle.de
+
+- New upstream release 3.5
+- Changelog for 3.5
+  * Let to_unicode be more graceful for non-unicode strings, as like 
CMFPlone’s safe_unicode does it. [thet] 
+- Changelog for 3.4
+  * Switch to unicode internally. This should fix all en/decoding errors. 
[thet]
+  * Support for non-ascii parameter values. Fixes #88. [warvariuc]
+  * Added functions to transform chars in string with ‘\’ + any of r’,;:’ 
chars into ‘%{:02X}’ form to avoid splitting on chars escaped with ‘\’. 
[warvariuc]
+  * Allow seconds in vUTCOffset properties. Fixes #55. [thet]
+  * Let Component.decode better handle vRecur and vDDDLists properties. Fixes 
#70. [thet]
+  * Don’t let Component.add re-encode already encoded values. This simplifies 
the API, since there is no need explicitly pass encode=False. Fixes #82. [thet]
+  * Rename tzinfo_from_dt to tzid_from_dt, which is what it does. [thet]
+  * More support for dateutil parsed tzinfo objects. Fixes #89. [leo-naeka]
+  * Remove python-dateutil version fix at all. Current python-dateutil has Py3 
and Py2 compatibility. [thet]
+  * Declare the required python-dateutil dependency in setup.py. Fixes #90. 
[kleink]
+  * Raise test coverage. [thet]
+  * Remove interfaces module, as it is unused. [thet]
+  * Remove test_doctests.py, test suite already created properly in 
test_icalendar.py. [rnix]
+  * Transformed doctests into unittests, Test fixes and cleanup. [warvariuc]
+
+---

Old:

  icalendar-3.3.tar.gz

New:

  icalendar-3.5.tar.gz



Other differences:
--
++ python-icalendar.spec ++
--- /var/tmp/diff_new_pack.ffeau6/_old  2013-11-10 20:36:58.0 +0100
+++ /var/tmp/diff_new_pack.ffeau6/_new  2013-11-10 20:36:58.0 +0100
@@ -20,14 +20,14 @@
 
 %definemodname icalendar
 Name:   python-%{modname}
-Version:3.3
+Version:3.5
 Release:0
 Summary:Python parser/generator of iCalendar files package
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 # please see https://github.com/collective/icalendar/issues/2 for re-licensing 
discussion
 Url:http://icalendar.readthedocs.org
-Source0:
http://pypi.python.org/packages/source/i/%{modname}/%{modname}-%{version}.tar.gz
+Source0:
https://pypi.python.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel

++ icalendar-3.3.tar.gz -> icalendar-3.5.tar.gz ++
 8290 lines of diff (skipped)

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



commit xulrunner for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2013-11-10 20:37:09

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


Package is "xulrunner"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2013-11-01 
07:05:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2013-11-10 
20:37:10.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 30 10:03:20 UTC 2013 - sch...@suse.de
+
+- mozilla-aarch64.patch: Add support for aarch64
+
+---

New:

  mozilla-aarch64.patch



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.t7K94o/_old  2013-11-10 20:37:13.0 +0100
+++ /var/tmp/diff_new_pack.t7K94o/_new  2013-11-10 20:37:13.0 +0100
@@ -77,6 +77,7 @@
 Patch7: mozilla-ntlm-full-path.patch
 Patch9: mozilla-sle11.patch
 Patch14:mozilla-ppc.patch
+Patch15:mozilla-aarch64.patch
 # SLE11 patches
 Patch20:mozilla-gcc43-enums.patch
 Patch21:mozilla-gcc43-template_hacks.patch
@@ -91,7 +92,7 @@
 %define has_system_nss   1
 %define has_system_cairo 0
 %define localize 0
-%ifarch ppc ppc64 s390 s390x ia64 %arm
+%ifarch ppc ppc64 s390 s390x ia64 %arm aarch64
 %define crashreporter0
 %else
 %define crashreporter1
@@ -196,6 +197,7 @@
 %patch9 -p1
 %endif
 %patch14 -p1
+%patch15 -p1
 # SLE patches
 %if %suse_version <= 1110
 %patch20 -p1


++ mozilla-aarch64.patch ++
 2095 lines (skipped)

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



commit yast2-core for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2013-11-10 20:37:15

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


Package is "yast2-core"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2013-11-07 
09:15:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2013-11-10 20:37:16.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov  8 10:25:56 UTC 2013 - jreidin...@suse.com
+
+- removed obsolete .target.control.printer_reset, .target.smbmount,
+  .target.kill ( use .process.kill )
+- 3.1.5
+
+---

Old:

  yast2-core-3.1.4.tar.bz2

New:

  yast2-core-3.1.5.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.5YS61d/_old  2013-11-10 20:37:17.0 +0100
+++ /var/tmp/diff_new_pack.5YS61d/_new  2013-11-10 20:37:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-core-3.1.4.tar.bz2 -> yast2-core-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.4/VERSION new/yast2-core-3.1.5/VERSION
--- old/yast2-core-3.1.4/VERSION2013-11-04 17:47:52.0 +0100
+++ new/yast2-core-3.1.5/VERSION2013-11-08 11:40:47.0 +0100
@@ -1 +1 @@
-3.1.4
+3.1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.4/agent-system/src/SystemAgent.cc 
new/yast2-core-3.1.5/agent-system/src/SystemAgent.cc
--- old/yast2-core-3.1.4/agent-system/src/SystemAgent.cc2013-11-04 
17:47:52.0 +0100
+++ new/yast2-core-3.1.5/agent-system/src/SystemAgent.cc2013-11-08 
11:40:47.0 +0100
@@ -1219,69 +1219,6 @@
 
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
-else if (cmd == "smbmount")
-{
-   /**
-* @builtin Execute (.target.smbmount, [ string server_and_dir, string 
mountpoint <, string logfile>], [, string options])) -> boolean
-*
-* Mounts a SMB share at a mountpoint.
-* if logfile is given, the stderr of the mount cmd will be appended to
-* this file
-*
-* The return value is true or false, depending of the success
-*
-* @example Execute (.target.smbmount, ["//windows/crap", "/crap"], "-o 
guest")
-* @example Execute (.target.smbmount, ["//smb/share", "/smbshare", 
"/var/log/y2mountlog"])
-*/
-
-   if (value.isNull() || !value->isList())
-   {
-   return YCPError ("Bad share argument to Execute (.smbmount, [ 
string share, string mountpoint <, string y2mountlog> ])");
-   }
-
-   YCPList mountlist = value->asList();
-   if (mountlist->size() < 2
-   || !mountlist->value(0)->isString()
-   || !mountlist->value(1)->isString())
-   {
-   return YCPError ("Bad list values in argument to Execute 
(.smbmount, [ string share, string mountpoint ])");
-   }
-
-   string mountcmd = "/usr/bin/smbmount ";
-
-   if (!arg.isNull() && arg->isString())
-   {
-   mountcmd += arg->asString()->value() + " ";
-   }
-   else
-   {
-   return YCPError ("Bad mode argument to Execute (.smbmount, string 
path, integer mode)");
-   }
-
-   // share
-   mountcmd += mountlist->value(0)->asString()->value() + " ";
-
-   // mountpoint
-   mountcmd += mountlist->value(1)->asString()->value();
-
-   // logfile
-   if (mountlist->size() == 3)
-   {
-   if (mountlist->value(2)->isString())
-   {
-   mountcmd += " 2> " + mountlist->value(2)->asString()->value();
-   }
-   else
-   {
-   return YCPError ("Bad logfile argument to Execute (.smbmount, [ 
string device, string mountpoint, string logfile ])");
-   }
-   }
-
-   return YCPBoolean (shellcommand (root(), mountcmd) == 0);
-}
-
-// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
 else if (cmd == "umount")
 {
/**
@@ -1381,71 +1318,6 @@
 }
 
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-else if (cmd == "kill") {
-
-   /**
-* @builtin Execute(.target.kill, integer pid [, integer signal]) -> 
boolean
-* Kill process with signal (SIGTERM if not specified).
-*
-* The return value is true or false, depending of the su

commit php5-pear-Net_SMTP for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_SMTP for 
openSUSE:Factory checked in at 2013-11-10 20:36:38

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


Package is "php5-pear-Net_SMTP"

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Net_SMTP/php5-pear-Net_SMTP.changes
2013-01-08 14:54:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Net_SMTP.new/php5-pear-Net_SMTP.changes   
2013-11-10 20:36:39.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  8 12:28:08 UTC 2013 - a...@ajaissle.de
+
+- New upstream release 1.6.2
+  * Fix EHLO response handling for HELO-only servers. 
+
+---

Old:

  Net_SMTP-1.6.1.tgz

New:

  Net_SMTP-1.6.2.tgz



Other differences:
--
++ php5-pear-Net_SMTP.spec ++
--- /var/tmp/diff_new_pack.ho6dcy/_old  2013-11-10 20:36:40.0 +0100
+++ /var/tmp/diff_new_pack.ho6dcy/_new  2013-11-10 20:36:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Net_SMTP
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:An implementation of the SMTP protocol
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
-Version:1.6.1
+Version:1.6.2
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}

++ Net_SMTP-1.6.1.tgz -> Net_SMTP-1.6.2.tgz ++
 3682 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:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2013-11-10 20:36:50

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2013-10-08 
11:04:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2013-11-10 20:36:51.0 +0100
@@ -1,0 +2,15 @@
+Sun Nov 10 12:59:02 UTC 2013 - ec...@schirra.net
+
+- update to 4.0.9 (2013-11-04) 
+  - sf#4104 Can't edit updatable view when searching
+  - sf#4108 Missing refresh by deleting databases
+  - sf#3995 Drizzle server charset notice
+  - sf#3911 Filtering database names includes empty groupings
+  - sf#3678 Does not display or manipulate bit(64) fields appropriately
+  - sf#4129 Unneeded navi panel refresh
+  - sf#4120 SSL redirects to port 80
+  - sf#4144 DROP DATABASE displays wrong database name
+  - sf#4059 Running delete query asks for confirmation but says it was already 
executed
+  - sf#4147 Accessibility: Images without Alt nor title attribute 
+
+---

Old:

  phpMyAdmin-4.0.8-all-languages.tar.bz2

New:

  phpMyAdmin-4.0.9-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.SL2aHY/_old  2013-11-10 20:36:52.0 +0100
+++ /var/tmp/diff_new_pack.SL2aHY/_new  2013-11-10 20:36:52.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.0.8
+Version:4.0.9
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.0.8-all-languages.tar.bz2 -> 
phpMyAdmin-4.0.9-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.0.8-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.0.9-all-languages.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 python-pytz for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2013-11-10 20:37:01

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


Package is "python-pytz"

Changes:

--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2013-10-25 
11:30:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytz.new/python-pytz.changes 
2013-11-10 20:37:03.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov  8 14:13:58 UTC 2013 - a...@ajaissle.de
+
+- New upstream release 2013.8
+  - IANA database version 2013h
+  - No code changes
+
+---

Old:

  pytz-2013.7.tar.bz2

New:

  pytz-2013.8.tar.bz2



Other differences:
--
++ python-pytz.spec ++
--- /var/tmp/diff_new_pack.a9rCPi/_old  2013-11-10 20:37:04.0 +0100
+++ /var/tmp/diff_new_pack.a9rCPi/_new  2013-11-10 20:37:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pytz
-Version:2013.7
+Version:2013.8
 Release:0
 Url:http://pytz.sourceforge.net
 Summary:World timezone definitions, modern and historical

++ pytz-2013.7.tar.bz2 -> pytz-2013.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013.7/PKG-INFO new/pytz-2013.8/PKG-INFO
--- old/pytz-2013.7/PKG-INFO2013-10-02 06:28:19.0 +0200
+++ new/pytz-2013.8/PKG-INFO2013-11-05 13:50:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2013.7
+Version: 2013.8
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
@@ -526,6 +526,11 @@
 
 bzr branch lp:pytz
 
+Announcements of new releases are made on
+`Launchpad `_, and the
+`Atom feed `_
+hosted there.
+
 
 Bugs, Feature Requests & Patches
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013.7/README.txt new/pytz-2013.8/README.txt
--- old/pytz-2013.7/README.txt  2013-10-02 06:26:07.0 +0200
+++ new/pytz-2013.8/README.txt  2013-11-05 13:49:48.0 +0100
@@ -517,6 +517,11 @@
 
 bzr branch lp:pytz
 
+Announcements of new releases are made on
+`Launchpad `_, and the
+`Atom feed `_
+hosted there.
+
 
 Bugs, Feature Requests & Patches
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013.7/pytz/__init__.py 
new/pytz-2013.8/pytz/__init__.py
--- old/pytz-2013.7/pytz/__init__.py2013-10-02 06:26:07.0 +0200
+++ new/pytz-2013.8/pytz/__init__.py2013-11-05 13:49:48.0 +0100
@@ -9,8 +9,8 @@
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2013g'
-VERSION = '2013.7'  # Switching to pip compatible version numbering.
+OLSON_VERSION = '2013h'
+VERSION = '2013.8'  # Switching to pip compatible version numbering.
 __version__ = VERSION
 
 OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013.7/pytz/tests/test_tzinfo.py 
new/pytz-2013.8/pytz/tests/test_tzinfo.py
--- old/pytz-2013.7/pytz/tests/test_tzinfo.py   2013-10-02 06:26:07.0 
+0200
+++ new/pytz-2013.8/pytz/tests/test_tzinfo.py   2013-11-05 13:49:48.0 
+0100
@@ -21,7 +21,7 @@
 
 # I test for expected version to ensure the correct version of pytz is
 # actually being tested.
-EXPECTED_VERSION='2013.7'
+EXPECTED_VERSION='2013.8'
 
 fmt = '%Y-%m-%d %H:%M:%S %Z%z'
 
Files old/pytz-2013.7/pytz/zoneinfo/Africa/Casablanca and 
new/pytz-2013.8/pytz/zoneinfo/Africa/Casablanca differ
Files old/pytz-2013.7/pytz/zoneinfo/Africa/El_Aaiun and 
new/pytz-2013.8/pytz/zoneinfo/Africa/El_Aaiun differ
Files old/pytz-2013.7/pytz/zoneinfo/Africa/Tripoli and 
new/pytz-2013.8/pytz/zoneinfo/Africa/Tripoli differ
Files old/pytz-2013.7/pytz/zoneinfo/America/Eirunepe and 
new/pytz-2013.8/pytz/zoneinfo/America/Eirunepe differ
Files old/pytz-2013.7/pytz/zoneinfo/America/Porto_Acre and 
new/pytz-2013.8/pytz/zoneinfo/America/Porto_Acre differ
Files old/pytz-2013.7/pytz/zoneinfo/America/Rio_Branco and 
new/pytz-2013.8/pytz/zoneinfo/America/Rio_Branco differ
Files old/pytz-2013.7/pytz/zoneinfo/Brazil/Acre and 
new/pytz-2013.8/pytz/zoneinfo/Brazil/Acre differ
Files old/pytz-2013.7/pytz/zonei

commit yast2-ntp-client for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2013-11-10 20:37:36

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


Package is "yast2-ntp-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2013-10-11 11:08:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2013-11-10 20:37:37.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  6 12:47:35 UTC 2013 - lsle...@suse.cz
+
+- log sntp output to /var/log/YaST2/sntp.log (to avoid messing
+  the text console in textmode installation) (bnc#847253)
+- 3.1.1
+
+---

Old:

  yast2-ntp-client-3.1.0.tar.bz2

New:

  yast2-ntp-client-3.1.1.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.1m3dMS/_old  2013-11-10 20:37:38.0 +0100
+++ /var/tmp/diff_new_pack.1m3dMS/_new  2013-11-10 20:37:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -78,7 +78,6 @@
 %{yast_schemadir}/autoyast/rnc/ntpclient.rnc
 
 %dir %{yast_docdir}
-%doc %{yast_docdir}/README
 %doc %{yast_docdir}/COPYING
 %doc %{yast_docdir}/TODO
 %doc %{yast_docdir}/spec.txt

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

commit yast2-ycp-ui-bindings for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2013-11-10 20:37:54

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


Package is "yast2-ycp-ui-bindings"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2013-10-19 11:21:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2013-11-10 20:37:54.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 14 14:47:09 UTC 2013 - jreidin...@suse.com
+
+- Fix query for special widget DateField and TimeField resulting
+  in bad widget in GUI (BNC#845623)
+- 3.1.1
+
+---

Old:

  yast2-ycp-ui-bindings-3.1.0.tar.bz2

New:

  yast2-ycp-ui-bindings-3.1.1.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.AZ2kAd/_old  2013-11-10 20:37:55.0 +0100
+++ /var/tmp/diff_new_pack.AZ2kAd/_new  2013-11-10 20:37:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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

commit yast2-kerberos-server for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-kerberos-server for 
openSUSE:Factory checked in at 2013-11-10 20:37:30

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


Package is "yast2-kerberos-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-kerberos-server/yast2-kerberos-server.changes  
2013-10-11 11:07:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-kerberos-server.new/yast2-kerberos-server.changes
 2013-11-10 20:37:32.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 14:41:35 UTC 2013 - jreidin...@suse.com
+
+- Replace deprecated Time widget with TimeField
+- 3.1.1
+
+---

Old:

  yast2-kerberos-server-3.1.0.tar.bz2

New:

  yast2-kerberos-server-3.1.1.tar.bz2



Other differences:
--
++ yast2-kerberos-server.spec ++
--- /var/tmp/diff_new_pack.SGMOUB/_old  2013-11-10 20:37:32.0 +0100
+++ /var/tmp/diff_new_pack.SGMOUB/_new  2013-11-10 20:37:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kerberos-server
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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

commit yast2-packager for openSUSE:Factory

2013-11-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2013-11-10 20:37:43

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2013-10-20 10:55:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2013-11-10 20:37:44.0 +0100
@@ -1,0 +2,16 @@
+Wed Nov  6 13:41:42 UTC 2013 - lsle...@suse.cz
+
+- reinitialize the target to sync the libzypp repomanager
+  so the online repositories are correctly written during update
+  (bnc#847659)
+
+---
+Mon Nov  4 11:37:42 UTC 2013 - lsle...@suse.cz
+
+- fixed vendor detection, check the output directly in shell
+  to avoid reading binary (non-UTF8) text (bnc#847153)
+- removed non-working *-webpin subpackage (the external service for
+  package search does not work, without that service it is useless)
+  (bnc#845622)
+
+---



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.QQWOKY/_old  2013-11-10 20:37:45.0 +0100
+++ /var/tmp/diff_new_pack.QQWOKY/_new  2013-11-10 20:37:45.0 +0100
@@ -84,18 +84,14 @@
 Provides:   yast2-trans-package-manager
 Obsoletes:  yast2-trans-inst-packages
 Obsoletes:  yast2-trans-package-manager
+# force *-webpin subpackage removal at upgrade
+Obsoletes:  yast2-packager-webpin < %version
 
 Requires:   yast2-ruby-bindings >= 1.0.0
-
 Summary:YaST2 - Package Library
 License:GPL-2.0+
 Group:  System/YaST
 
-%package webpin
-Requires:   yast2-ruby-bindings >= 1.0.0
-Summary:YaST2 - Webpin package search client
-Group:  System/YaST
-
 %package devel-doc
 Requires:   yast2-packager = %version
 Summary:YaST2 - Development Documentation
@@ -104,10 +100,6 @@
 %description
 This package contains the libraries and modules for software management.
 
-%description webpin
-This package contains a client for searching packages in online repositories
-(webpin) and installing them via OneClickInstall
-
 %description devel-doc
 This package contains development documentation for using the API
 provided by yast2-packager package.
@@ -128,9 +120,7 @@
 %{yast_yncludedir}/checkmedia/*
 %{yast_yncludedir}/packager/*
 %{yast_clientdir}/*.rb
-%exclude %{yast_clientdir}/webpin_package_search.rb
 %{yast_moduledir}/*
-%exclude %{yast_moduledir}/WebpinPackageSearch.rb
 %{yast_desktopdir}/*.desktop
 %{yast_scrconfdir}/*
 %{yast_execcompdir}/servers_non_y2/ag_*
@@ -140,9 +130,4 @@
 %files devel-doc
 %doc %{yast_docdir}/autodocs
 
-%files webpin
-%defattr(-,root,root)
-%{yast_clientdir}/webpin_package_search.rb
-%{yast_moduledir}/WebpinPackageSearch.rb
-
 %changelog

++ yast2-packager-3.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.0/CONTRIBUTING.md 
new/yast2-packager-3.1.0/CONTRIBUTING.md
--- old/yast2-packager-3.1.0/CONTRIBUTING.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-packager-3.1.0/CONTRIBUTING.md2013-11-08 12:49:48.0 
+0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides