commit gpgme for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2014-05-27 11:51:02

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


Package is gpgme

Changes:

--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes  2013-08-19 
13:31:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2014-05-27 
11:51:07.0 +0200
@@ -1,0 +2,34 @@
+Wed May 21 11:24:56 UTC 2014 - andreas.stie...@gmx.de
+
+- gpgme 1.5.0
+  - On Unices the engine file names are not not anymore hardwired
+but located via the envvar PATH.  All options to set the name of
+the engines for the configure run are removed.
+  - If GPGME finds the gpgconf binary it defaults to using gpg2 or
+whatever gpgconf tells as name for the OpenPGP engine.  If
+gpgconf is not found, GPGME looks for an engine named gpg.
+  - New feature to use the gpgme I/O subsystem to run arbitrary
+commands.
+  - New flag to use encryption without the default compression step.
+  - New function to access gpg-conf --list-dirs
+  - New configure option --enable-fixed-path for use by Android.
+  - Support ECC algorithms.
+  - Interface changes relative to the 1.4.3 release:
+gpgme_get_dirinfo  NEW.
+gpgme_op_spawn_start   NEW.
+gpgme_op_spawn NEW.
+GPGME_PROTOCOL_SPAWN   NEW.
+GPGME_SPAWN_DETACHED   NEW.
+GPGME_SPAWN_ALLOW_SET_FG   NEW.
+GPGME_ENCRYPT_NO_COMPRESS  NEW.
+GPGME_PK_ECC   NEW.
+GPGME_MD_SHA224NEW.
+gpgme_subkey_t EXTENDED: New field curve.
+GPGME_STATUS_PLAINTEXT_LENGTH  NEW.
+GPGME_STATUS_MOUNTPOINTNEW.
+GPGME_STATUS_PINENTRY_LAUNCHED NEW.
+GPGME_STATUS_ATTRIBUTE NEW.
+GPGME_STATUS_BEGIN_SIGNING NEW.
+GPGME_STATUS_KEY_NOT_CREATED   NEW.
+
+---

Old:

  gpgme-1.4.3.tar.bz2
  gpgme-1.4.3.tar.bz2.sig

New:

  gpgme-1.5.0.tar.bz2
  gpgme-1.5.0.tar.bz2.sig



Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.VKNfFu/_old  2014-05-27 11:51:08.0 +0200
+++ /var/tmp/diff_new_pack.VKNfFu/_new  2014-05-27 11:51:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gpgme
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:A Library Designed to Give Applications Easy Access to GnuPG
 License:LGPL-2.1+ and GPL-3.0+
@@ -29,7 +29,7 @@
 Source3:gpgme.keyring
 BuildRequires:  gpg2 = 2.0.10
 BuildRequires:  libassuan-devel = 2.0.2
-BuildRequires:  libgpg-error-devel = 1.8
+BuildRequires:  libgpg-error-devel = 1.11
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
 %endif
@@ -102,16 +102,8 @@
 %setup -q
 
 %build
-# Ensure that a (re)build uses fixed binaries with minimum version because
-# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause
-# testsuite failures:
-%configure --without-pth --disable-static \
-   --with-gpg-version=2.0.10   \
-   --with-gpgsm-version=2.0.10 \
-   --with-gpgconf-version=2.0.10   \
-   --with-gpg=%{_bindir}/gpg2  \
-   --with-gpgsm=%{_bindir}/gpgsm   \
-   --with-gpgconf=%{_bindir}/gpgconf \
+%configure \
+   --disable-static \
--disable-fd-passing
 
 make %{?_smp_mflags}

++ gpgme-1.4.3.tar.bz2 - gpgme-1.5.0.tar.bz2 ++
 9411 lines of diff (skipped)

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



commit bsh2 for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package bsh2 for openSUSE:Factory checked in 
at 2014-05-27 11:50:59

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


Package is bsh2

Changes:

--- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes2014-02-19 
14:01:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.bsh2.new/bsh2.changes   2014-05-27 
11:51:00.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 15:39:22 UTC 2014 - da...@darins.net
+
+- disable bytecode check on sle_11
+- disable post-build-check on SLE_11 due to FHS 2.2 errors
+
+---



Other differences:
--
++ bsh2.spec ++
--- /var/tmp/diff_new_pack.WveOIM/_old  2014-05-27 11:51:01.0 +0200
+++ /var/tmp/diff_new_pack.WveOIM/_new  2014-05-27 11:51:01.0 +0200
@@ -65,6 +65,9 @@
 BuildRequires:  fdupes
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} == 1110
+BuildRequires:  -post-build-checks
+%endif
 
 %description
 BeanShell is a small, free, embeddable, Java source interpreter with
@@ -198,6 +201,10 @@
 %fdupes -s docs/
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
+
 # jars
 mkdir -p %{buildroot}%{_javadir}/%{name}
 #rap#%__rm -f dist/%{orig_name}-%{fversion}.jar










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



commit suse-xsl-stylesheets for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2014-05-27 11:51:03

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


Package is suse-xsl-stylesheets

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2014-04-16 07:44:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2014-05-27 11:51:10.0 +0200
@@ -1,0 +2,16 @@
+Wed May 21 13:56:42 UTC 2014 - skn...@suse.de
+
+Version 2.0~beta4:
+
+- 2013 Stylesheets:
+  + PDF output: support building from sect1/ or section/ root
+ID
+  + HTML output: simplified CSS
+  + HTML output: support for inlinemediaobject/
+  + HTML output: make remarks more visible
+  + HTML output: some tweaks for layout of tables
+  + HTML output: fix Chromium web font issue
+  + HTML output: correct classes used for output of prompt/
+  + HTML output: add SUSE Manager 2.1 to products known to JS
+
+---

Old:

  suse-xsl-stylesheets-2.0~beta3.tar.bz2

New:

  suse-xsl-stylesheets-2.0~beta4.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.d6zNlO/_old  2014-05-27 11:51:12.0 +0200
+++ /var/tmp/diff_new_pack.d6zNlO/_new  2014-05-27 11:51:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   suse-xsl-stylesheets
-Version:2.0~beta3
+Version:2.0~beta4
 Release:0
 
 ###

++ suse-xsl-stylesheets-2.0~beta3.tar.bz2 - 
suse-xsl-stylesheets-2.0~beta4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl 
new/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl
--- old/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl2014-03-10 
11:47:56.0 +0100
+++ new/suse-xsl-stylesheets/xslt2013/fo/docbook.xsl2014-05-21 
13:20:57.0 +0200
@@ -66,4 +66,90 @@
   xsl:include href=fop1.xsl/
   xsl:include href=xep.xsl/
 
+  !-- 
+This fragment is used to build a sect1 by using rootid parameter 
+  --
+  xsl:template match=sect1|section mode=process.root
+  xsl:variable name=document.element select=self::*/
+
+  xsl:call-template name=root.messages/
+
+  xsl:variable name=title
+xsl:choose
+  xsl:when test=$document.element/title[1]
+xsl:value-of select=$document.element/title[1]/
+  /xsl:when
+  xsl:otherwise[could not find document title]/xsl:otherwise
+/xsl:choose
+  /xsl:variable
+  
+  !-- Include all id values in XEP output --
+  xsl:if test=$xep.extensions != 0
+xsl:processing-instruction 
+ name=xep-pdf-drop-unused-destinationsfalse/xsl:processing-instruction
+  /xsl:if
+
+  fo:root xsl:use-attribute-sets=root.properties
+xsl:attribute name=language
+  xsl:call-template name=l10n.language
+xsl:with-param name=target select=/*[1]/
+  /xsl:call-template
+/xsl:attribute
+
+xsl:if test=$xep.extensions != 0
+  xsl:call-template name=xep-pis/
+  xsl:call-template name=xep-document-information/
+/xsl:if
+xsl:if test=$axf.extensions != 0
+  xsl:call-template name=axf-document-information/
+/xsl:if
+
+xsl:call-template name=setup.pagemasters/
+
+xsl:if test=$fop.extensions != 0
+  xsl:apply-templates select=$document.element mode=fop.outline/
+/xsl:if
+
+xsl:if test=$fop1.extensions != 0
+  xsl:call-template name=fop1-document-information/
+  xsl:variable name=bookmarks
+xsl:apply-templates select=$document.element 
+ mode=fop1.outline/
+  /xsl:variable
+  xsl:if test=string($bookmarks) != ''
+fo:bookmark-tree
+  xsl:copy-of select=$bookmarks/
+/fo:bookmark-tree
+  /xsl:if
+  xsl:apply-templates select=$document.element 
+   mode=fop1.foxdest/
+/xsl:if
+
+xsl:if test=$xep.extensions != 0
+  xsl:variable name=bookmarks
+xsl:apply-templates select=$document.element mode=xep.outline/
+  /xsl:variable
+  xsl:if test=string($bookmarks) != ''
+rx:outline xmlns:rx=http://www.renderx.com/XSL/Extensions;
+  xsl:copy-of select=$bookmarks/
+/rx:outline
+  /xsl:if
+/xsl:if
+
+xsl:if test=$arbortext.extensions != 0 and $ati.xsl11.bookmarks != 0
+  xsl:variable name=bookmarks
+xsl:apply-templates select=$document.element
+ mode=ati.xsl11.bookmarks/
+  /xsl:variable
+  xsl:if 

commit parted for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2014-05-27 11:51:00

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


Package is parted

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2014-05-10 
08:32:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2014-05-27 
11:51:01.0 +0200
@@ -1,0 +2,7 @@
+Tue May 20 10:27:17 UTC 2014 - pu...@suse.com
+
+- Fix the help text to show *disk* flags instead of partition flags
+  (bnc#872054):
+ - add: Fix-help-text-for-disk_-set-toggle.patch
+
+---

Old:

  revert-gpt-add-commands-to-manipulate-pMBR-boot-flag.patch

New:

  Fix-help-text-for-disk_-set-toggle.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.K8x3pu/_old  2014-05-27 11:51:03.0 +0200
+++ /var/tmp/diff_new_pack.K8x3pu/_new  2014-05-27 11:51:03.0 +0200
@@ -57,6 +57,7 @@
 Patch30:libparted-initialize-dasd-part-type.patch
 Patch31:libparted-use-BLKRRPART-for-DASD.patch.patch
 Patch32:libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
+Patch33:Fix-help-text-for-disk_-set-toggle.patch
 Patch100:   parted-fatresize-autoconf.patch
 Requires:   /sbin/udevadm
 BuildRequires:  check-devel
@@ -136,6 +137,7 @@
 %patch30 -p1
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 %patch100 -p1
 
 %build

++ Fix-help-text-for-disk_-set-toggle.patch ++
From 3e005b4644d2a97da85c251f93d32d93e94bcccf Mon Sep 17 00:00:00 2001
From: Phillip Susi ps...@ubuntu.com
Date: Mon, 24 Feb 2014 11:29:43 -0500
Subject: [PATCH] Fix help text for disk_{set,toggle}

Fix the help text to show *disk* flags instead of partition flags.
---
 parted/parted.c |   23 +--
 1 file changed, 21 insertions(+), 2 deletions(-)

Index: parted-3.1/parted/parted.c
===
--- parted-3.1.orig/parted/parted.c
+++ parted-3.1/parted/parted.c
@@ -144,6 +144,7 @@ static const char* number_msg = N_(
 
 static const char* label_type_msg_start = N_(LABEL-TYPE is one of: );
 static const char* flag_msg_start =   N_(FLAG is one of: );
+static const char* disk_flag_msg_start =   N_(FLAG is one of: );
 static const char* unit_msg_start =   N_(UNIT is one of: );
 static const char* min_or_opt_msg = N_(desired alignment: minimum or 
optimal);
 static const char* part_type_msg =N_(PART-TYPE is one of: primary, 
logical, 
@@ -170,6 +171,7 @@ static const char* copyright_msg = N_(
 
 static char* label_type_msg;
 static char* flag_msg;
+static char* disk_flag_msg;
 static char* unit_msg;
 
 static char* mkpart_fs_type_msg;
@@ -1845,6 +1847,7 @@ _init_messages ()
 PedFileSystemAlias* fs_alias;
 PedDiskType*disk_type;
 PedPartitionFlagpart_flag;
+PedDiskFlag disk_flag;
 PedUnit unit;
 
 /* flags */
@@ -1863,6 +1866,22 @@ _init_messages ()
 
 flag_msg = str_list_convert (list);
 str_list_destroy (list);
+/* disk flags */
+first = 1;
+list = str_list_create (_(disk_flag_msg_start), NULL);
+for (disk_flag = ped_disk_flag_next (0); disk_flag;
+disk_flag = ped_disk_flag_next (disk_flag)) {
+if (first)
+first = 0;
+else
+str_list_append (list, , );
+str_list_append (list,
+ _(ped_disk_flag_get_name (disk_flag)));
+}
+str_list_append (list, \n);
+
+disk_flag_msg = str_list_convert (list);
+str_list_destroy (list);
 
 /* units */
 first = 1;
@@ -2055,7 +2074,7 @@ command_register (commands, command_crea
 str_list_create (
 _(disk_set FLAG STATE  change the FLAG on selected 
device),
 NULL),
-str_list_create (flag_msg, _(state_msg), NULL), 1));
+str_list_create (disk_flag_msg, _(state_msg), NULL), 1));
 
 command_register (commands, command_create (
 str_list_create_unique (disk_toggle, _(disk_toggle), NULL),
@@ -2064,7 +2083,7 @@ command_register (commands, command_crea
 _(disk_toggle [FLAG]   toggle the state of FLAG on 
 selected device),
 NULL),
-str_list_create (flag_msg, NULL), 1));
+str_list_create (disk_flag_msg, NULL), 1));
 
 command_register (commands, command_create (
str_list_create_unique (set, _(set), NULL),


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

commit keyutils for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package keyutils for openSUSE:Factory 
checked in at 2014-05-27 11:50:58

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


Package is keyutils

Changes:

--- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes2013-07-29 
21:06:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.keyutils.new/keyutils.changes   2014-05-27 
11:50:59.0 +0200
@@ -1,0 +2,7 @@
+Wed May 14 02:19:52 UTC 2014 - nfbr...@suse.com
+
+- New upstream release 1.5.9.
+  Particularly adds keyctl_invalidate, needed for latest nfs-utils.
+  A few minor bugfixes and usability improvements.
+
+---

Old:

  keyutils-1.5.5.tar.bz2

New:

  keyutils-1.5.9.tar.bz2



Other differences:
--
++ keyutils.spec ++
--- /var/tmp/diff_new_pack.6mCdIf/_old  2014-05-27 11:51:00.0 +0200
+++ /var/tmp/diff_new_pack.6mCdIf/_new  2014-05-27 11:51:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package keyutils
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Linux Key Management Utilities
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Kernel
-Version:1.5.5
+Version:1.5.9
 Release:0
 Source0:
http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
 Source1:baselibs.conf

++ keyutils-1.5.5.tar.bz2 - keyutils-1.5.9.tar.bz2 ++
 9987 lines of diff (skipped)

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



commit btrfsprogs for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2014-05-27 11:51:12

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


Package is btrfsprogs

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2014-05-06 
13:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2014-05-27 11:51:13.0 +0200
@@ -1,0 +2,20 @@
+Wed May 21 19:32:13 UTC 2014 - mfas...@suse.com
+
+- add quota group verify patches, sent to list near end of the week starting
+  5/4/2014
+  - updates btrfsck with the ability to verify quota groups
+- Update the changelog with some sad version of diffstat output to meet
+  requirements.
+- Added patches:
+ * 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
+ * 0201-btrfs-progs-import-ulist.patch
+ * 0202-btrfs-progs-add-quota-group-verify-code.patch
+
+---
+Tue May 13 20:28:23 UTC 2014 - mfas...@suse.com
+
+- add quota group verify patches, sent to list near end of the week starting
+  5/4/2014
+  - updates btrfsck with the ability to verify quota groups
+
+---

New:

  0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
  0201-btrfs-progs-import-ulist.patch
  0202-btrfs-progs-add-quota-group-verify-code.patch



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.Mkbhlr/_old  2014-05-27 11:51:15.0 +0200
+++ /var/tmp/diff_new_pack.Mkbhlr/_new  2014-05-27 11:51:15.0 +0200
@@ -69,6 +69,11 @@
 Patch168:   0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch
 Patch169:   0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
 Patch170:   0170-btrfs-progs-In-find-root-dump-bytenr-for-every-slot.patch
+
+Patch200:   0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
+Patch201:   0201-btrfs-progs-import-ulist.patch
+Patch202:   0202-btrfs-progs-add-quota-group-verify-code.patch
+
 Patch1000:  local-version-override.patch
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
@@ -143,6 +148,9 @@
 %patch168 -p1
 %patch169 -p1
 %patch170 -p1
+%patch200 -p1
+%patch201 -p1
+%patch202 -p1
 %patch1000 -p1
 
 %build

++ 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch ++
From 8b40b00f23806115c9f03344227b6590cb187a96 Mon Sep 17 00:00:00 2001
From: Mark Fasheh mfas...@suse.de
Date: Thu, 1 May 2014 22:35:15 -0700
Subject: [PATCH 1/3] btrfs-progs: print qgroup excl as unsigned
References: bnc#865621
Upstream: submitted

It's unsigned in the structure definition.

Signed-off-by: Mark Fasheh mfas...@suse.de
---
 print-tree.c | 12 ++--
 qgroup.c |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/print-tree.c b/print-tree.c
index 7263b09..adef94a 100644
--- a/print-tree.c
+++ b/print-tree.c
@@ -884,18 +884,18 @@ void btrfs_print_leaf(struct btrfs_root *root, struct 
extent_buffer *l)
qg_info = btrfs_item_ptr(l, i,
 struct btrfs_qgroup_info_item);
printf(\t\tgeneration %llu\n
-\t\treferenced %lld referenced compressed %lld\n
-\t\texclusive %lld exclusive compressed %lld\n,
+\t\treferenced %llu referenced compressed %llu\n
+\t\texclusive %llu exclusive compressed %llu\n,
   (unsigned long long)
   btrfs_qgroup_info_generation(l, qg_info),
-  (long long)
+  (unsigned long long)
   btrfs_qgroup_info_referenced(l, qg_info),
-  (long long)
+  (unsigned long long)
   btrfs_qgroup_info_referenced_compressed(l,
   qg_info),
-  (long long)
+  (unsigned long long)
   btrfs_qgroup_info_exclusive(l, qg_info),
-  (long long)
+  (unsigned long long)
   btrfs_qgroup_info_exclusive_compressed(l,
  qg_info));
break;
diff --git a/qgroup.c b/qgroup.c
index 94d1feb..368b262 100644
--- a/qgroup.c
+++ b/qgroup.c
@@ -203,11 +203,11 @@ static void print_qgroup_column(struct btrfs_qgroup 
*qgroup,
 

commit hyper-v for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2014-05-27 11:51:15

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


Package is hyper-v

Changes:

--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2014-04-14 
06:43:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes 2014-05-27 
11:51:21.0 +0200
@@ -1,0 +2,11 @@
+Mon May 26 15:50:21 CEST 2014 - oher...@suse.de
+
+- copy mask2pfxlen from /etc/sysconfig/network/scripts/functions
+  to hv_set_ifconfig (bnc#879256)
+
+---
+Wed May 21 12:05:31 CEST 2014 - oher...@suse.de
+
+- Start hyper-v helpers manually with helper script in inst-sys
+
+---



Other differences:
--
++ hyper-v.spec ++
--- /var/tmp/diff_new_pack.TuzjtY/_old  2014-05-27 11:51:22.0 +0200
+++ /var/tmp/diff_new_pack.TuzjtY/_new  2014-05-27 11:51:22.0 +0200
@@ -195,6 +195,32 @@
 #
 head -n 42 ${d}/*.rules
 #
+helper=inst_sys.sh
+cat  $RPM_BUILD_ROOT${bindir}/${helper} EOF
+#!/bin/bash
+# Starting daemons via RUN== in udev rules is not supported.
+# In inst-sys systemd is not used, so start all daemons manually.
+if test -d /sys/bus/vmbus/devices
+then
+   export PATH=${bindir}:\$PATH
+   echo -n Starting hyper-v helpers:
+   for i in \
+   %{hv_kvp_daemon} \
+   %{hv_vss_daemon} \
+   %{hv_fcopy_daemon}
+   do
+   if mkdir /run/\$i
+   then
+   echo -n  \$i
+   \$i  /dev/null 
+   fi
+   done
+   echo  ... done
+fi
+EOF
+chmod 755 $RPM_BUILD_ROOT${bindir}/${helper}
+head -n 123 $RPM_BUILD_ROOT${bindir}/${helper}
+#
 %else
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -m755 %{S:11} $RPM_BUILD_ROOT/etc/init.d/%{hv_kvp_daemon}

++ hyper-v.tools.hv.hv_set_ifconfig.sh ++
--- /var/tmp/diff_new_pack.TuzjtY/_old  2014-05-27 11:51:22.0 +0200
+++ /var/tmp/diff_new_pack.TuzjtY/_new  2014-05-27 11:51:22.0 +0200
@@ -44,14 +44,37 @@
 fi
 # send subshell output to syslog
 (
-f=/etc/sysconfig/network/scripts/functions
-if test -f ${f}
-then
-   . ${f}
-else
-   echo MISSING ${f}
-   exit 1
-fi
+# copied from /etc/sysconfig/network/scripts/functions
+mask2pfxlen() {
+   local i octet width=0 mask=(${1//./ })
+   test ${#mask[@]} -eq 4 || return 1
+   for octet in 0 1 2 3
+   do
+   test ${mask[octet]} -ge 0 -a ${mask[octet]} -le 255 || 
return 1
+   for i in 128 192 224 240 248 252 254 255
+   do
+   test ${mask[octet]} -ge $i  ((width++))
+   done
+   done
+   echo $width
+   return 0
+}
+
+pfxlen2mask() {
+   test -n $1 || return 1
+   local o i n=0 adr=() len=$(($1))
+   for o in 0 1 2 3
+   do
+   adr[$o]=0
+   for i in 128 64 32 16 8 4 2 1
+   do
+   ((n++  len))  ((adr[$o] = ${adr[$o]} + $i))
+   done
+   done
+   echo ${adr[0]}.${adr[1]}.${adr[2]}.${adr[3]}
+   return 0
+}
+
 # remove known config variables from environment 
 unset HWADDR
 unset BOOTPROTO

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



commit booth for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2014-05-27 11:51:58

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


Package is booth

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2014-05-20 
14:21:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-05-27 
11:52:00.0 +0200
@@ -1,0 +2,10 @@
+Tue May 27 08:09:59 UTC 2014 - dmuhameda...@suse.com
+
+- raft: account for slow servers in elections
+- raft: improve ticket update on status message
+- raft: increment term if election ends in tie
+- booth operation testing facility
+- ticket: update status/startup ticket processing
+- upstream version: 63c908
+
+---



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.EU9WUf/_old  2014-05-27 11:52:01.0 +0200
+++ /var/tmp/diff_new_pack.EU9WUf/_new  2014-05-27 11:52:01.0 +0200
@@ -30,13 +30,12 @@
 %define pkg_group Productivity/Clustering/HA
 %endif
 
-%global booth_share%{_prefix}/share/booth
-%global test_path  %{booth_share}/tests
+%global test_path  %{_datadir}/booth/tests
 
 Name:   booth
-Summary:The Booth Cluster Ticket Manager
+Summary:Ticket Manager for Multi-site Clusters
 License:GPL-2.0+
-Group:  Productivity/Clustering/HA
+Group:  %{pkg_group}
 Version:0.2.0
 Release:0
 Source: booth.tar.bz2
@@ -88,7 +87,9 @@
 #install test-parts
 
 mkdir -p %{buildroot}/%{test_path}
-cp -a unit-tests/ script/unit-test.py README-testing test conf 
%{buildroot}/%{test_path}/
+cp -a unit-tests/ script/unit-test.py test conf %{buildroot}/%{test_path}/
+chmod +x %{buildroot}/%{test_path}/test/live_test.sh
+chmod +x %{buildroot}/%{test_path}/test/booth_path
 
 mkdir -p %{buildroot}/%{test_path}/src/
 ln -s %{_sbindir}/boothd %{buildroot}/%{test_path}/src/
@@ -113,7 +114,6 @@
 %defattr(-,root,root)
 %{_sbindir}/booth
 %{_sbindir}/boothd
-%exclude %{_sbindir}/rcbooth-arbitrator
 %{_mandir}/man8/booth.8.gz
 %{_mandir}/man8/boothd.8.gz
 %dir /usr/lib/ocf
@@ -145,6 +145,6 @@
 %defattr(-,root,root)
 
 %doc README-testing
-%{booth_share}/tests
+%{test_path}
 
 %changelog

++ booth.tar.bz2 ++
 1627 lines of diff (skipped)

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



commit canna for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package canna for openSUSE:Factory checked 
in at 2014-05-27 11:52:04

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


Package is canna

Changes:

--- /work/SRC/openSUSE:Factory/canna/canna.changes  2014-05-15 
19:10:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.canna.new/canna.changes 2014-05-27 
11:52:05.0 +0200
@@ -1,0 +2,5 @@
+Mon May 26 21:24:55 UTC 2014 - dval...@suse.com
+
+- add canna user for systemd-tmpfiles (bnc#878691) 
+
+---



Other differences:
--
++ canna.spec ++
--- /var/tmp/diff_new_pack.K4NjMv/_old  2014-05-27 11:52:06.0 +0200
+++ /var/tmp/diff_new_pack.K4NjMv/_new  2014-05-27 11:52:06.0 +0200
@@ -24,6 +24,7 @@
 BuildRequires:  termcap
 BuildRequires:  xorg-x11-devel
 Requires(pre):  /usr/sbin/useradd
+Requires(pre):  /usr/sbin/groupadd
 Requires(pre):  /bin/rm
 %if %suse_version  1230
 Requires(pre):  %insserv_prereq
@@ -214,6 +215,8 @@
 
 %pre -n canna
 /usr/sbin/useradd -r -o -g bin -u 66 -s /bin/false -c Wnn System Account -d 
/var/lib/wnn wnn 2 /dev/null || :
+/usr/sbin/groupadd -r canna || :
+/usr/sbin/useradd -r -g canna -d /usr/lib/canna -s /sbin/nologin -c 'Canna 
Service User' canna ||:
 %if %suse_version = 1230
 %service_add_post canna.service
 %endif

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



commit libyui for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2014-05-27 11:51:14

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


Package is libyui

Changes:

--- /work/SRC/openSUSE:Factory/libyui/libyui.changes2014-05-06 
13:40:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes   2014-05-27 
11:51:17.0 +0200
@@ -1,0 +2,6 @@
+Sat May 24 20:48:47 UTC 2014 - bjoern.es...@gmail.com
+
+- pull in GPLv3-license, since LGPLv3 is additional rules on top
+- 3.1.3
+
+---

Old:

  libyui-3.1.2.tar.bz2

New:

  libyui-3.1.3.tar.bz2



Other differences:
--
++ libyui-doc.spec ++
--- /var/tmp/diff_new_pack.EO8Yba/_old  2014-05-27 11:51:20.0 +0200
+++ /var/tmp/diff_new_pack.EO8Yba/_new  2014-05-27 11:51:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-doc
-Version:3.1.2
+Version:3.1.3
 Release:0
 Source: libyui-%{version}.tar.bz2
 

++ libyui.spec ++
--- /var/tmp/diff_new_pack.EO8Yba/_old  2014-05-27 11:51:20.0 +0200
+++ /var/tmp/diff_new_pack.EO8Yba/_new  2014-05-27 11:51:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui
-Version:3.1.2
+Version:3.1.3
 Release:0
 Source: libyui-%{version}.tar.bz2
 

++ libyui-3.1.2.tar.bz2 - libyui-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.2/COPYING.gpl-3 
new/libyui-3.1.3/COPYING.gpl-3
--- old/libyui-3.1.2/COPYING.gpl-3  1970-01-01 01:00:00.0 +0100
+++ new/libyui-3.1.3/COPYING.gpl-3  2014-05-26 13:57:46.0 +0200
@@ -0,0 +1,674 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this 

commit crawl for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2014-05-27 11:53:51

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


Package is crawl

Changes:

--- /work/SRC/openSUSE:Factory/crawl/crawl.changes  2013-10-04 
07:20:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2014-05-27 
11:53:53.0 +0200
@@ -1,0 +2,6 @@
+Sat May 24 01:01:05 MSK 2014 - bem...@gmail.com
+
+- version 0.14.1
+- Adapt crawl-ncurses-with-tinfo.patch to new version of the game
+
+---

Old:

  stone_soup-0.12.1-nodeps.tar.xz

New:

  stone_soup-0.14.1-nodeps.tar.xz



Other differences:
--
++ crawl.spec ++
--- /var/tmp/diff_new_pack.cz4Szl/_old  2014-05-27 11:53:54.0 +0200
+++ /var/tmp/diff_new_pack.cz4Szl/_new  2014-05-27 11:53:54.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   crawl
-Version:0.12.1
+Version:0.14.1
 Release:0
 Summary:Roguelike dungeon exploration game
 License:GPL-2.0+
@@ -117,7 +117,7 @@
 install -D -m 0644 docs/crawl.6 %{buildroot}%{_mandir}/man6/crawl.6
 # documentation
 install -d %{buildroot}%{_docdir}/%{name}
-install -m 0644 docs/{arena,changelog,keybind,key_changes,ssh_guide}.txt 
%{buildroot}%{_docdir}/%{name}
+install -m 0644 docs/{arena,changelog,keybind,ssh_guide}.txt 
%{buildroot}%{_docdir}/%{name}
 cp -a docs/develop docs/license %{buildroot}%{_docdir}/%{name}
 # those are needed ingame, therefore they move elsewhere
 install -d %{buildroot}%{_datadir}/%{name}/docs
@@ -138,14 +138,6 @@
 
 %suse_update_desktop_file -i %{name} Game RolePlaying
 
-%files
-%defattr(-,root,root)
-%{_mandir}/man6/*
-%attr(0775,games,games) %dir %{_localstatedir}/games/%{name}
-%attr(0775,games,games) %dir %{_localstatedir}/games/%{name}/morgue
-%attr(0775,games,games) %dir %{_localstatedir}/games/%{name}/saves
-%attr(0755,root,root) %{_bindir}/%{name}
-
 %files sdl
 %defattr (-,root,root)
 %{_datadir}/applications/%{name}.desktop
@@ -157,4 +149,15 @@
 %{_docdir}/%{name}
 %{_datadir}/%{name}
 
+%files
+%defattr(-,root,root)
+%{_mandir}/man6/*
+%attr(0775,games,games) %dir %{_localstatedir}/games/%{name}
+%attr(0775,games,games) %dir %{_localstatedir}/games/%{name}/morgue
+%attr(0775,games,games) %dir %{_localstatedir}/games/%{name}/saves
+%attr(0755,root,root) %{_bindir}/%{name}
+
+%post
+/usr/bin/crawl -builddb
+
 %changelog

++ crawl-ncurses-with-tinfo.patch ++
--- /var/tmp/diff_new_pack.cz4Szl/_old  2014-05-27 11:53:54.0 +0200
+++ /var/tmp/diff_new_pack.cz4Szl/_new  2014-05-27 11:53:54.0 +0200
@@ -1,7 +1,7 @@
 --- a/source/Makefile  2012-07-07 14:38:49.102179818 +0300
 +++ b/source/Makefile  2012-07-07 14:42:43.183178604 +0300
-@@ -814,7 +814,7 @@
- INCLUDES_L += -I$(NC_INCLUDE)
+@@ -946,7 +946,7 @@ endif
+ INCLUDES_L += -isystem $(NC_INCLUDE)
  
  ifndef TILES
 -LIBS += -L$(NC_PREFIX)/lib -l$(NC_LIB)

++ stone_soup-0.12.1-nodeps.tar.xz - stone_soup-0.14.1-nodeps.tar.xz ++
/work/SRC/openSUSE:Factory/crawl/stone_soup-0.12.1-nodeps.tar.xz 
/work/SRC/openSUSE:Factory/.crawl.new/stone_soup-0.14.1-nodeps.tar.xz differ: 
char 25, line 1

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



commit deepin-gsettings for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package deepin-gsettings for 
openSUSE:Factory checked in at 2014-05-27 11:56:18

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


Package is deepin-gsettings

Changes:

--- /work/SRC/openSUSE:Factory/deepin-gsettings/deepin-gsettings.changes
2013-08-28 21:14:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-gsettings.new/deepin-gsettings.changes   
2014-05-27 11:56:19.0 +0200
@@ -1,0 +2,10 @@
+Mon May 26 20:25:27 CST 2014 - hillw...@linuxfans.org
+
+- update to git20131206, Upstream don't provide changlog
+
+---
+Fri Feb 28 20:32:47 CST 2014 - hillw...@linuxfans.org
+
+- update to git20131016, Upstream don't provide changlog
+
+---

Old:

  deepin-gsettings_0.1+git20130318115600ubuntu1.tar.gz

New:

  deepin-gsettings_0.1+git20131206094009~a64de3ac19.tar.gz



Other differences:
--
++ deepin-gsettings.spec ++
--- /var/tmp/diff_new_pack.WVTtOU/_old  2014-05-27 11:56:21.0 +0200
+++ /var/tmp/diff_new_pack.WVTtOU/_new  2014-05-27 11:56:21.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package deepin-gsettings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Hillwood Yang hillw...@linuxfans.org
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 Hillwood Yang hillw...@linuxfans.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,22 +21,22 @@
 Summary:Deepin gsettings python bindings
 License:GPL-3.0+
 Group:  System/GUI/GNOME
-Version:0.1git20130318
+Version:0.1git20131206
 Release:0
 Url:http://www.linuxdeepin.com
-Source0:
http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-gsettings/%{name}_0.1+git20130318115600ubuntu1.tar.gz
-BuildRequires:  pkgconfig(cairo) 
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(webkit-1.0)
-BuildRequires:  libwebkitgtk-devel 
+Source0:
http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-gsettings/%{name}_0.1+git20131206094009~a64de3ac19.tar.gz
 BuildRequires:  libsoup-devel
+BuildRequires:  libwebkitgtk-devel
 BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
-Requires:   python-webkitgtk
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(webkit-1.0)
 Requires:   python-numpy
+Requires:   python-webkitgtk
 #BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -49,7 +49,7 @@
 XSETTINGS daemons.
 
 %prep
-%setup -q -n %{name}-0.1+git20130318115600ubuntu1
+%setup -q -n %{name}-0.1+git20131206094009~a64de3ac19
 
 %build
 

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



commit deepin-music-player for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package deepin-music-player for 
openSUSE:Factory checked in at 2014-05-27 11:59:44

Comparing /work/SRC/openSUSE:Factory/deepin-music-player (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-music-player.new (New)


Package is deepin-music-player

Changes:

--- /work/SRC/openSUSE:Factory/deepin-music-player/deepin-music-player.changes  
2013-09-26 07:03:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.deepin-music-player.new/deepin-music-player.changes 
2014-05-27 11:59:45.0 +0200
@@ -1,0 +2,6 @@
+Mon May 25 21:02:48 CST 2014 - hillw...@linuxfans.org
+
+- Update to 2.0git20140505.
+  Feature update.
+
+---

Old:

  deepin-music-player-2.0git20130802.tar.bz2

New:

  deepin-music-player_1+git20140505155847~5e110e40b9.tar.gz



Other differences:
--
++ deepin-music-player.spec ++
--- /var/tmp/diff_new_pack.aeeQmw/_old  2014-05-27 11:59:49.0 +0200
+++ /var/tmp/diff_new_pack.aeeQmw/_new  2014-05-27 11:59:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deepin-music-player
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Hillwood Yang hillw...@linuxfans.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,27 +21,27 @@
 Summary:Deepin Music Playe 
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Version:2.0git20130802
+Version:2.0git20140505
 Release:0
 BuildArch:  noarch
 Url:https://github.com/linuxdeepin/deepin-music-player
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-music-player/deepin-music-player_1+git20140505155847~5e110e40b9.tar.gz
 Source1:deepin-music-player.desktop
 Source2:deepin-music-player.png
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-Requires:   deepin-ui = 2.0git20130724
 Requires:   deepin-gsettings
+Requires:   deepin-ui = 2.0git20130724
 Requires:   python-CDDB
 Requires:   python-chardet
 Requires:   python-gtk
 Requires:   python-imaging
+Requires:   python-keybinder
 Requires:   python-mutagen
 Requires:   python-pyquery
 Requires:   python-scipy
 Requires:   python-xlib
-Requires:   python-keybinder
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -55,7 +55,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-1+git20140505155847~5e110e40b9
 %build
 cd locale
 msgfmt zh_CN.po -o zh_CN.mo


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



commit deepin-ui for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package deepin-ui for openSUSE:Factory 
checked in at 2014-05-27 11:59:54

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


Package is deepin-ui

Changes:

--- /work/SRC/openSUSE:Factory/deepin-ui/deepin-ui.changes  2013-10-06 
14:24:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-ui.new/deepin-ui.changes 2014-05-27 
11:59:56.0 +0200
@@ -1,0 +2,6 @@
+Mon May 25 20:53:17 CST 201 - hillw...@linuxfans.org
+
+- Update to 2.0git20140507
+  Feature update
+
+---

Old:

  deepin-ui-2.0git20130724.tar.bz2

New:

  deepin-ui_1.1-20140507164634~df466b0600.tar.gz



Other differences:
--
++ deepin-ui.spec ++
--- /var/tmp/diff_new_pack.xIkOKj/_old  2014-05-27 12:00:00.0 +0200
+++ /var/tmp/diff_new_pack.xIkOKj/_new  2014-05-27 12:00:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deepin-ui
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Hillwood Yang hillw...@linuxfans.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,10 +21,10 @@
 Summary:UI toolkit for Linux Deepin
 License:GPL-3.0+
 Group:  System/GUI/GNOME
-Version:2.0git20130724
+Version:2.0git20140507
 Release:0
 Url:http://www.linuxdeepin.com
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}_1.1-20140507164634~df466b0600.tar.gz
 Source1:%{name}-demo.desktop
 Source2:distributor-logo.png
 BuildRequires:  cairo-devel
@@ -39,8 +39,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 Requires:   deepin-utils
-Requires:   python-webkitgtk
 Requires:   python-cssselect
+Requires:   python-webkitgtk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %{py_requires}
@@ -61,7 +61,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-1.1
 
 %build
 


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



commit fence-agents for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package fence-agents for openSUSE:Factory 
checked in at 2014-05-27 12:00:31

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


Package is fence-agents

Changes:

--- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes
2014-05-15 19:10:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes   
2014-05-27 12:00:32.0 +0200
@@ -1,0 +2,5 @@
+Mon May 19 12:03:38 UTC 2014 - kgronl...@suse.com
+
+- Don't build in parallell (bnc#878580) 
+
+---



Other differences:
--
++ fence-agents.spec ++
--- /var/tmp/diff_new_pack.88GNFH/_old  2014-05-27 12:00:35.0 +0200
+++ /var/tmp/diff_new_pack.88GNFH/_new  2014-05-27 12:00:35.0 +0200
@@ -157,7 +157,7 @@
 export CFLAGS
 ./autogen.sh
 %{configure}
-make %{_smp_mflags}
+make
 
 %install
 make install DESTDIR=%{buildroot}

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



commit hgview for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package hgview for openSUSE:Factory checked 
in at 2014-05-27 12:00:42

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


Package is hgview

Changes:

--- /work/SRC/openSUSE:Factory/hgview/hgview.changes2014-03-14 
15:16:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.hgview.new/hgview.changes   2014-05-27 
12:00:44.0 +0200
@@ -1,0 +2,8 @@
+Mon May 26 14:44:59 UTC 2014 - g...@opensuse.org
+
+- update to 1.8.1
+  - no changelog provided, see
+http://hg.logilab.org/review/hgview/shortlog/08c8f9749a6f
+for a detailed list of changes
+
+---

Old:

  hgview-1.8.0.tar.gz

New:

  hgview-1.8.1.tar.gz



Other differences:
--
++ hgview.spec ++
--- /var/tmp/diff_new_pack.SV4b40/_old  2014-05-27 12:00:45.0 +0200
+++ /var/tmp/diff_new_pack.SV4b40/_new  2014-05-27 12:00:45.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   hgview
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Visual Log Navigator for Mercurial
 License:GPL-2.0+
@@ -71,6 +71,7 @@
 --root=%{buildroot}
 mkdir -p %{buildroot}%{_datadir}
 mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}/
+rm -rf %{buildroot}%{_datadir}/doc/hgview
 chmod 644 %{buildroot}%{_mandir}/man1/hgview.1*
 
 %clean
@@ -84,7 +85,6 @@
 %{python_sitelib}/hgviewlib/
 %exclude %{python_sitelib}/hgviewlib/qt4/
 %{_bindir}/hgview
-%{_datadir}/hgview/
 %{_mandir}/man1/hgview.1*
 
 %files qt4

++ hgview-1.8.0.tar.gz - hgview-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hgview-1.8.0/PKG-INFO new/hgview-1.8.1/PKG-INFO
--- old/hgview-1.8.0/PKG-INFO   2014-01-31 20:40:11.0 +0100
+++ new/hgview-1.8.1/PKG-INFO   2014-05-15 15:27:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: hgview
-Version: 1.8.0
+Version: 1.8.1
 Summary: a Mercurial interactive history viewer
 Home-page: http://www.logilab.org/projects/hgview
 Author: Logilab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hgview-1.8.0/hgviewlib/__pkginfo__.py 
new/hgview-1.8.1/hgviewlib/__pkginfo__.py
--- old/hgview-1.8.0/hgviewlib/__pkginfo__.py   2014-01-31 20:40:05.0 
+0100
+++ new/hgview-1.8.1/hgviewlib/__pkginfo__.py   2014-05-15 15:27:12.0 
+0200
@@ -18,7 +18,7 @@
 import glob
 from os.path import join as joinpath
 distname = modname = 'hgview'
-numversion = (1, 8, 0)
+numversion = (1, 8, 1)
 version = '.'.join([str(num) for num in numversion])
 
 
@@ -61,6 +61,6 @@
 
 include_dirs = []
 data_files = [
-[joinpath('share', 'hgview'),
+[joinpath('share', 'doc', 'hgview', 'examples'),
  [joinpath('hgviewlib', 'qt4', 'resources', 'description.css')]]
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hgview-1.8.0/hgviewlib/application.py 
new/hgview-1.8.1/hgviewlib/application.py
--- old/hgview-1.8.0/hgviewlib/application.py   2014-01-31 20:40:05.0 
+0100
+++ new/hgview-1.8.1/hgviewlib/application.py   2014-05-15 15:27:12.0 
+0200
@@ -23,6 +23,7 @@
 from mercurial import hg, ui as uimod
 from mercurial.error import RepoError
 
+from hgviewlib import __pkginfo__
 from hgviewlib.util import find_repository, rootpath, build_repo
 from hgviewlib.config import HgConfig
 
@@ -194,7 +195,7 @@
   revision.
 '''
 
-parser = OptionParser(usage)
+parser = OptionParser(usage, version=__pkginfo__.version)
 parser.add_option('-I', '--interface', dest='interface',
   help=('which GUI interface to use (among qt, raw'
  ' and curses)'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hgview-1.8.0/hgviewlib/config.py 
new/hgview-1.8.1/hgviewlib/config.py
--- old/hgview-1.8.0/hgviewlib/config.py2014-01-31 20:40:05.0 
+0100
+++ new/hgview-1.8.1/hgviewlib/config.py2014-05-15 15:27:12.0 
+0200
@@ -94,8 +94,8 @@
 
 descriptionstylepath:
 stylesheet file path used to format the revision description.
-You should found a copy of the default style sheet in the shared
-files location of your system (ex. /usr/share/hgview).
+You should found a copy of the default style sheet in the 
documentation
+files location of your system (ex. /usr/share/doc/hgview/examples).
 
 return self._fromconfig('descriptionstylepath', default)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit hg-git for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package hg-git for openSUSE:Factory checked 
in at 2014-05-27 12:00:35

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


Package is hg-git

Changes:

--- /work/SRC/openSUSE:Factory/hg-git/hg-git.changes2013-12-18 
16:53:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.hg-git.new/hg-git.changes   2014-05-27 
12:00:37.0 +0200
@@ -1,0 +2,8 @@
+Mon May 26 14:40:46 UTC 2014 - g...@opensuse.org
+
+- update to version 0.6.0
+  - no changelog provided, see
+https://bitbucket.org/durin42/hg-git/commits/tag/0.6.0 for a
+detailed list of changes
+
+---

Old:

  0.5.0.tar.bz2

New:

  0.6.0.tar.bz2



Other differences:
--
++ hg-git.spec ++
--- /var/tmp/diff_new_pack.lubY89/_old  2014-05-27 12:00:38.0 +0200
+++ /var/tmp/diff_new_pack.lubY89/_new  2014-05-27 12:00:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hg-git
 #
-# 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
@@ -16,10 +16,10 @@
 #
 
 
-%define rev ef41e87ea11a
+%define rev 9f20b66027c2
 
 Name:   hg-git
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:Mercurial Plugin for Communicating with Git Servers
 License:GPL-2.0+

++ 0.5.0.tar.bz2 - 0.6.0.tar.bz2 ++
 3882 lines of diff (skipped)

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



commit deepin-utils for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package deepin-utils for openSUSE:Factory 
checked in at 2014-05-27 12:00:26

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


Package is deepin-utils

Changes:

--- /work/SRC/openSUSE:Factory/deepin-utils/deepin-utils.changes
2013-08-28 21:14:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-utils.new/deepin-utils.changes   
2014-05-27 12:00:27.0 +0200
@@ -1,0 +2,12 @@
+Mon May 25 20:47:13 CST 2014 - hillw...@linuxfans.org
+
+- Update to git20140509
+  Upstream did not provide changlog.
+
+---
+Fri Feb 28 20:38:21 CST 2014 - hillw...@linuxfans.org
+
+- Update to git20131213
+  Upstream did not provide changlog.
+
+---
@@ -5 +17 @@
-  upsteam did not provide changlog.
+  upstream did not provide changlog.

Old:

  deepin-utils-0.0.1git20130724.tar.bz2

New:

  deepin-utils_0.0.2-20140509135706~8aaf2a6f00.tar.gz



Other differences:
--
++ deepin-utils.spec ++
--- /var/tmp/diff_new_pack.if4WTS/_old  2014-05-27 12:00:28.0 +0200
+++ /var/tmp/diff_new_pack.if4WTS/_new  2014-05-27 12:00:28.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package deepin-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Hillwood Yang hillw...@linuxfans.org
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 Hillwood Yang hillw...@linuxfans.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,23 +21,23 @@
 Summary:Utils library for all project in Linux Deepin
 License:GPL-3.0+
 Group:  System/GUI/GNOME
-Version:0.0.1git20130724
+Version:0.0.2git20140509
 Release:0
 Url:https://github.com/linuxdeepin/deepin-utils
-Source0:%{name}-%{version}.tar.bz2
-BuildRequires:  pkgconfig(cairo) 
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(webkit-1.0)
-BuildRequires:  libwebkitgtk-devel 
+Source0:
http://packages.linuxdeepin.com/deepin/pool/main/d/%{name}/%{name}_0.0.2-20140509135706~8aaf2a6f00.tar.gz
 BuildRequires:  libsoup-devel
+BuildRequires:  libwebkitgtk-devel
 BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
-Requires:   python-webkitgtk
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(webkit-1.0)
 Requires:   python-numpy
+Requires:   python-webkitgtk
 #BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -48,7 +48,7 @@
 Base code move from utils module of deepin-ui.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-0.0.2
 
 %build
 

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



commit imagewriter for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package imagewriter for openSUSE:Factory 
checked in at 2014-05-27 12:00:48

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


Package is imagewriter

Changes:

--- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes  2014-04-23 
20:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.imagewriter.new/imagewriter.changes 
2014-05-27 12:00:50.0 +0200
@@ -1,0 +2,6 @@
+Mon May 19 13:26:00 UTC 2014 - jmassaguer...@suse.de
+
+- add xz as build requirement since the source is in a xz file
+
+
+---



Other differences:
--
++ imagewriter.spec ++
--- /var/tmp/diff_new_pack.UssIDy/_old  2014-05-27 12:00:51.0 +0200
+++ /var/tmp/diff_new_pack.UssIDy/_new  2014-05-27 12:00:51.0 +0200
@@ -8,7 +8,7 @@
 
 Url:https://github.com/openSUSE/imagewriter
 Name:   imagewriter
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++, xz
 
 %if 0%{?rhel_version} == 600
  %define dist el6

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



commit photorec for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package photorec for openSUSE:Factory 
checked in at 2014-05-27 12:01:48

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


Package is photorec

Changes:

--- /work/SRC/openSUSE:Factory/photorec/photorec.changes2014-01-02 
18:30:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.photorec.new/photorec.changes   2014-05-27 
12:01:49.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 00:18:31 UTC 2014 - crrodrig...@opensuse.org
+
+- testdisk-file-contains-date-and-time.patch avoid endless 
+ republish by removing timestamps from the resulting binaries.
+
+---

New:

  testdisk-file-contains-date-and-time.patch



Other differences:
--
++ photorec.spec ++
--- /var/tmp/diff_new_pack.E0ZwgB/_old  2014-05-27 12:01:50.0 +0200
+++ /var/tmp/diff_new_pack.E0ZwgB/_new  2014-05-27 12:01:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package photorec
 #
-# Copyright (c) 2012 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
@@ -37,6 +37,7 @@
 BuildRequires:  ntfsprogs-devel
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: testdisk-file-contains-date-and-time.patch
 
 %description
 This package contains two recovery/ forensic tools:
@@ -59,7 +60,7 @@
 
 %prep
 %setup -n testdisk-%version -q
-
+%patch0 -p1
 %build
 %configure
 make

++ testdisk-file-contains-date-and-time.patch ++
--- testdisk-6.13.orig/src/misc.c
+++ testdisk-6.13/src/misc.c
@@ -259,7 +259,7 @@ const char *get_compiler(void)
 const char *get_compilation_date(void)
 {
   static char buffer[100] = {0x00};
-#ifdef __DATE__ 
+#if 0
 #ifdef HAVE_STRPTIME
   struct tm tm;
   memset(tm,0,sizeof(tm));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pycarddav for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package pycarddav for openSUSE:Factory 
checked in at 2014-05-27 12:02:00

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


Package is pycarddav

Changes:

--- /work/SRC/openSUSE:Factory/pycarddav/pycarddav.changes  2013-12-18 
16:54:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.pycarddav.new/pycarddav.changes 2014-05-27 
12:02:02.0 +0200
@@ -1,0 +2,11 @@
+Mon May 26 15:23:21 UTC 2014 - g...@opensuse.org
+
+- update to version 0.7.0
+  - searching in the vcard chooser when merging addresses (press
+'/')
+  - nice speedup in pc_query, thanks to Leandro Lucarella
+  - better support for broken vcards
+  - auto creating missing db directories
+  - more bugfixes
+
+---

Old:

  pyCardDAV-0.6.1.tar.gz

New:

  pyCardDAV-0.7.0.tar.gz



Other differences:
--
++ pycarddav.spec ++
--- /var/tmp/diff_new_pack.3FlMNz/_old  2014-05-27 12:02:03.0 +0200
+++ /var/tmp/diff_new_pack.3FlMNz/_new  2014-05-27 12:02:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pycarddav
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Guido Berhoerster g...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define orig_name pyCardDAV
 
 Name:   pycarddav
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:Simple to Use CardDAV CLI Client
 License:MIT

++ pyCardDAV-0.6.1.tar.gz - pyCardDAV-0.7.0.tar.gz ++
 1623 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-pybtex for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2014-05-27 12:02:38

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


Package is python-pybtex

Changes:

--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes  
2012-05-16 21:09:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2014-05-27 12:02:39.0 +0200
@@ -1,0 +2,32 @@
+Mon May 26 15:17:17 UTC 2014 - g...@opensuse.org
+
+- update to version 0.17
+  - Added pybtex-format utility for formatting bibliography files
+as HTML, LaTeX, and other supported human-readable formats.
+  - Added --strict command line option (all warnings become
+errors).
+  - Added alpha label style, and alpha and unsrtalpha formatting
+styles.
+  - Added support for url, eprint, doi, and pubmed fields in unsrt
+style.
+  - Names with hyphens are now abbreviated correctly
+(Jean-Baptiste becomes J.-B.).
+  - width$ now uses cmr10 font metrics, like in BibTeX. Non-latin
+characters are also supported.
+  - Pythonic style engine now supports @preamble commands.
+  - Warning on missing fields are now more human-readable.
+  - When writing BibTeX files, put entry key on the same line with
+entry type. Fixes warnings in Jabref.
+  - When using multiple .bib files, macros defined in earlier files
+are available in subsequent ones (like in BibTeX).
+  - Fixed parsing .bst files with lines consisting of a single %
+character.
+  - Fixed sorting entries without author in author_year_title
+sorting style.
+  - Fixed broken CaseInsensitiveDict.get().
+  - CaseInsensitiveDict is now pickleable.
+  - Added support for registering plugins at runtime with
+pybtex.plugin.register_plugin() - useful for using pybtex as a
+library.
+
+---

Old:

  pybtex-0.16.tar.bz2

New:

  pybtex-0.17.tar.bz2



Other differences:
--
++ python-pybtex.spec ++
--- /var/tmp/diff_new_pack.A0vmcV/_old  2014-05-27 12:02:40.0 +0200
+++ /var/tmp/diff_new_pack.A0vmcV/_new  2014-05-27 12:02:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   python-pybtex
-Version:0.16
+Version:0.17
 Release:0
 Summary:BibTeX-compatible Bibliography Processor in Python
 License:MIT

++ pybtex-0.16.tar.bz2 - pybtex-0.17.tar.bz2 ++
 8722 lines of diff (skipped)

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



commit python3-pycurl for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python3-pycurl for openSUSE:Factory 
checked in at 2014-05-27 12:02:17

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


Package is python3-pycurl

Changes:

--- /work/SRC/openSUSE:Factory/python3-pycurl/python3-pycurl.changes
2014-05-21 16:21:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pycurl.new/python3-pycurl.changes   
2014-05-27 12:02:18.0 +0200
@@ -1,0 +2,7 @@
+Mon May 26 14:17:15 UTC 2014 - toddrme2...@gmail.com
+
+- Removed part of patch that breaks now necessary things:
+  pycurl-no-runtime-curlvercheck.patch
+- Specify ssl type since it is not automatically detected.
+
+---



Other differences:
--
++ python3-pycurl.spec ++
--- /var/tmp/diff_new_pack.EyWvHc/_old  2014-05-27 12:02:19.0 +0200
+++ /var/tmp/diff_new_pack.EyWvHc/_new  2014-05-27 12:02:19.0 +0200
@@ -57,10 +57,10 @@
 
 %build
 2to3 -w --no-diffs -n .
-CFLAGS=%{optflags} python3 setup.py build
+CFLAGS=%{optflags} python3 setup.py build --with-ssl
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --with-ssl
 rm -rf %{buildroot}%{_datadir}/doc # Remove wrongly installed junk
 
 %files

++ pycurl-no-runtime-curlvercheck.patch ++
--- /var/tmp/diff_new_pack.EyWvHc/_old  2014-05-27 12:02:19.0 +0200
+++ /var/tmp/diff_new_pack.EyWvHc/_new  2014-05-27 12:02:19.0 +0200
@@ -1,21 +1,5 @@
 --- a/src/pycurl.c 2014-02-06 10:27:56.0 +0100
 +++ b/src/pycurl.c 2014-05-20 16:09:57.513592172 +0200
-@@ -4440,6 +4440,7 @@
- const char *libcurl_version, *runtime_ssl_lib;
- int libcurl_version_len, pycurl_version_len;
- 
-+#if 0
- /* Check the version, as this has caused nasty problems in
-  * some cases. */
- vi = curl_version_info(CURLVERSION_NOW);
-@@ -4451,6 +4452,7 @@
- PyErr_Format(PyExc_ImportError, pycurl: libcurl link-time version 
(%s) is older than compile-time version (%s), vi-version, LIBCURL_VERSION);
- PYCURL_MODINIT_RETURN_NULL;
- }
-+#endif
- 
- /* Our compiled crypto locks should correspond to runtime ssl library. */
- if (vi-ssl_version == NULL) {
 @@ -4526,7 +4528,7 @@
  #undef PYCURL_VERSION_PREFIX_SIZE
  

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



commit SDL2 for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2014-05-27 12:02:43

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


Package is SDL2

Changes:

--- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes2014-03-21 
13:51:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2.new/SDL2.changes   2014-05-27 
12:02:44.0 +0200
@@ -1,0 +2,16 @@
+Mon May 26 07:48:54 UTC 2014 - mailaen...@opensuse.org
+
+- Added missing build dependencies
+  * arts
+  * dbus
+  * udev
+  * tslib
+- Removed unrecognized options: --disable-video-svga, --disable-video-ps3
+
+---
+Mon May 26 07:00:15 UTC 2014 - mailaen...@opensuse.org
+
+- Use pkgconfig everywhere
+- Fix the build on SLE using prjconf
+
+---



Other differences:
--
++ SDL2.spec ++
--- /var/tmp/diff_new_pack.X0CZdw/_old  2014-05-27 12:02:45.0 +0200
+++ /var/tmp/diff_new_pack.X0CZdw/_new  2014-05-27 12:02:45.0 +0200
@@ -30,27 +30,38 @@
 Source3:%name.keyring
 Source4:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  Mesa-libEGL-devel
-BuildRequires:  Mesa-libGL-devel
-BuildRequires:  Mesa-libGLESv1_CM-devel
-BuildRequires:  Mesa-libGLESv2-devel
+BuildRequires:  arts-devel
 BuildRequires:  alsa-devel = 0.9.0
 BuildRequires:  dos2unix
 BuildRequires:  esound-devel = 0.2.8
-BuildRequires:  libICE-devel
-BuildRequires:  libX11-devel
-BuildRequires:  libXScrnSaver-devel
-BuildRequires:  libXcursor-devel
-BuildRequires:  libXext-devel
-BuildRequires:  libXi-devel
-BuildRequires:  libXinerama-devel
-BuildRequires:  libXrandr-devel
-BuildRequires:  libXxf86vm-devel
+BuildRequires:  gcc gcc-c++
 BuildRequires:  nasm
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(gl)
+%if 0%{?suse_version}  1120
+BuildRequires:  pkgconfig(egl)
+BuildRequires:  pkgconfig(glesv1_cm)
+BuildRequires:  pkgconfig(glesv2)
+%endif
+BuildRequires:  pkgconfig(ice)
+%if 0%{?suse_version}  1220
+BuildRequires:  pkgconfig(tslib)
+%endif
+BuildRequires:  pkgconfig(x11)
+%if 0%{?suse_version}  1120
+BuildRequires:  pkgconfig(xscrnsaver)
+BuildRequires:  pkgconfig(xcursor)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xxf86vm)
+%endif
+BuildRequires:  pkgconfig(xext) 
+BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(libpulse-simple) = 0.9
+BuildRequires:  pkgconfig(udev)
 %ifarch ppc ppc64
 BuildRequires:  libspe2-devel
 %endif
@@ -104,8 +115,6 @@
 --with-pic \
 --disable-rpath \
 --disable-alsa-shared \
---disable-video-svga \
---disable-video-ps3 \
 --disable-video-directfb
 make %{?_smp_mflags}
 


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



commit sendmail for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2014-05-27 12:03:02

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


Package is sendmail

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2014-04-02 
17:25:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2014-05-27 
12:03:05.0 +0200
@@ -1,0 +2,23 @@
+Mon May 26 11:54:39 UTC 2014 - wer...@suse.de
+
+- Add patch sendmail-fd-passing-libmilter.patch from Debian sendmail
+  maintainer Mikhail Gusarov to support systemd socket activation
+  support also in libmilter (bnc#879790)
+- Be aware that /var/run is a symbolic link to /run a tmpfs file
+  system
+
+---
+Fri May 23 09:03:04 UTC 2014 - wer...@suse.de
+
+- Update to sendmail 8.14.9
+  * Properly set the close-on-exec flag for file descriptors
+(except stdin, stdout, and stderr) before executing mailers.
+  * Fix a misformed comment in conf.c: /* within comment
+which may cause a compilation error on some systems.
+Problem reported by John Beck of Oracle.
+  * Fix regression in auto-detection of libraries when only
+shared libraries are available.  Problem reported by
+Bryan Costales.
+- Modify patch sendmail-8.14.8.dif which is now sendmail-8.14.9.dif
+
+---

Old:

  sendmail-8.14.8.dif
  sendmail.8.14.8.tar.gz

New:

  sendmail-8.14.9.dif
  sendmail-fd-passing-libmilter.patch
  sendmail.8.14.9.tar.gz



Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.fyVFpF/_old  2014-05-27 12:03:07.0 +0200
+++ /var/tmp/diff_new_pack.fyVFpF/_new  2014-05-27 12:03:07.0 +0200
@@ -68,7 +68,7 @@
 %{?systemd_requires}
 Conflicts:  smail postfix postfix-tls
 Obsoletes:  sendmail-tls
-Version:8.14.8
+Version:8.14.9
 Release:0
 Summary:BSD Sendmail
 License:SUSE-Sendmail
@@ -82,7 +82,7 @@
 Source6:sendmail.systemd
 Source7:sendmail-client.systemd
 # PATCH-FIX-OPENSUSE: Add our m4 extensions and maintenance scripts
-Patch0: sendmail-8.14.8.dif
+Patch0: sendmail-8.14.9.dif
 # PATCH-FIX-OPENSUSE: if select(2) is interrupted the timeout become undefined
 Patch1: sendmail-8.14.7-select.dif
 # PATCH-FIX-OPENSUSE: Do not warn about unsued variable
@@ -91,6 +91,8 @@
 Patch3: sendmail-db6.diff
 # PATCH-FIX-UPSTREAM: Detect shared libraries
 Patch4: sendmail-8.14.8-m4header.patch
+# PATCH-FIX-DEBIAN: systemd socket activation support for libmilter
+Patch5: sendmail-fd-passing-libmilter.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir%{_sysconfdir}
 %global _mailcnfdir%{_sysconfdir}/mail
@@ -171,11 +173,14 @@
 %patch0 -p 0 -b .p0
 %patch3 -p1
 %patch4 -p0
+%patch5 -p1
 tar --strip-components=1 -xf %{S:1} 
 set -f
 cat -EOF  file-list
%%defattr(-,root,root)
+%if %{with sysvinit}
%%ghost %%dir %%attr(1750,root,root)   %{_localstatedir}/run/sendmail
+%endif
%%dir%%attr(0750,root,root)%{_localstatedir}/lib/sendmail
%%attr(0600,root,root) 
%{_localstatedir}/lib/sendmail/statistics
%%attr(0600,root,root) %{_mailcnfdir}/statistics
@@ -283,8 +288,10 @@
 chown -R root:root %{buildroot}%{_localstatedir}/spool/mqueue
 chmod 0700 %{buildroot}%{_localstatedir}/spool/mqueue
 chmod 0700 %{buildroot}%{_localstatedir}/spool/mqueue/.hoststat
+%if %{with sysvinit}
 mkdir -p   %{buildroot}%{_localstatedir}/run/sendmail
 chmod 1750 %{buildroot}%{_localstatedir}/run/sendmail
+%endif
 mkdir -p   %{buildroot}%{_localstatedir}/lib/sendmail
 chmod 0750 %{buildroot}%{_localstatedir}/lib/sendmail
 touch  %{buildroot}%{_localstatedir}/lib/sendmail/statistics
@@ -430,7 +437,9 @@
 
 %if %{defined verify_permissions}
 %verifyscript
+%if %{with sysvinit}
 %verify_permissions -e %{_localstatedir}/run/sendmail/
+%endif
 %verify_permissions -e %{_localstatedir}/spool/mqueue/
 %verify_permissions -e %{_sysconfdir}/sendmail.cf
 %if %{with sysvinit}
@@ -481,7 +490,9 @@
 fi
 %endif
 %if %{defined set_permissions}
+%if %{with sysvinit}
 %set_permissions %{_localstatedir}/run/sendmail/
+%endif
 %set_permissions %{_localstatedir}/spool/mqueue/
 %set_permissions %{_sysconfdir}/sendmail.cf
 %if %{with sysvinit}

++ sendmail-8.14.8.dif - sendmail-8.14.9.dif ++
--- 

commit spice-vdagent for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package spice-vdagent for openSUSE:Factory 
checked in at 2014-05-27 12:03:10

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


Package is spice-vdagent

Changes:

--- /work/SRC/openSUSE:Factory/spice-vdagent/spice-vdagent.changes  
2014-02-06 06:55:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 
2014-05-27 12:03:11.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 08:45:45 CEST 2014 - oher...@suse.de
+
+- fix /var/run handling
+  spice-vdagent-var_run.patch
+
+---

New:

  spice-vdagent-var_run.patch



Other differences:
--
++ spice-vdagent.spec ++
--- /var/tmp/diff_new_pack.PqqFBv/_old  2014-05-27 12:03:13.0 +0200
+++ /var/tmp/diff_new_pack.PqqFBv/_new  2014-05-27 12:03:13.0 +0200
@@ -25,6 +25,7 @@
 Group:  Applications/System
 Url:http://spice-space.org/
 Source0:
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+Patch0: spice-vdagent-var_run.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  glib2-devel
 BuildRequires:  libXfixes-devel
@@ -78,7 +79,6 @@
 %postun
 %service_del_postun spice-vdagentd.service
 
-
 %files
 %defattr(-,root,root)
 %doc COPYING ChangeLog README TODO
@@ -91,7 +91,6 @@
 %{_bindir}/spice-vdagent
 %{_sbindir}/spice-vdagentd
 %{_sbindir}/rcspice-vdagentd
-%ghost %{_var}/run/spice-vdagentd
 %{_sysconfdir}/xdg/autostart/spice-vdagent.desktop
 # For /usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop
 # We own the dir too, otherwise we must Require gdm

++ spice-vdagent-var_run.patch ++
---
 Makefile.am |1 -
 Makefile.in |1 -
 data/spice-vdagentd |1 +
 data/spice-vdagentd.service |1 +
 4 files changed, 2 insertions(+), 2 deletions(-)

Index: spice-vdagent-0.15.0/Makefile.am
===
--- spice-vdagent-0.15.0.orig/Makefile.am
+++ spice-vdagent-0.15.0/Makefile.am
@@ -46,7 +46,6 @@ gdmautostartdir = $(datadir)/gdm/autosta
 gdmautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop
 
 install-data-local:
-   $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
 
 rsyslogdir = $(sysconfdir)/rsyslog.d
 rsyslog_DATA = $(top_srcdir)/data/rsyslog.d/spice-vdagentd.conf
Index: spice-vdagent-0.15.0/Makefile.in
===
--- spice-vdagent-0.15.0.orig/Makefile.in
+++ spice-vdagent-0.15.0/Makefile.in
@@ -1366,7 +1366,6 @@ uninstall-am: uninstall-binPROGRAMS unin
 
 
 install-data-local:
-   $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
Index: spice-vdagent-0.15.0/data/spice-vdagentd
===
--- spice-vdagent-0.15.0.orig/data/spice-vdagentd
+++ spice-vdagent-0.15.0/data/spice-vdagentd
@@ -37,6 +37,7 @@ start() {
 [ -x $exec ] || exit 5
 [ -c $port ] || exit 0
 modprobe uinput  /dev/null 21
+mkdir -p /var/run/spice-vdagentd
 # In case the previous running vdagentd crashed
 rm -f /var/run/spice-vdagentd/spice-vdagent-sock
 echo -n $Starting $prog: 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vsftpd for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2014-05-27 12:03:19

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


Package is vsftpd

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2014-04-11 
13:42:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2014-05-27 
12:03:21.0 +0200
@@ -1,0 +2,22 @@
+Mon May 26 13:13:44 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Remove conditions about init files as we do not build for  12.1
+  anyway.
+- Update the README.SUSE file to describe more the listen option.
+
+---
+Mon May 26 12:52:56 UTC 2014 - tchva...@suse.com
+
+- Add socket service for vsftpd to avoid the need for xinetd here.
+
+---
+Mon May 26 12:42:21 UTC 2014 - tchva...@suse.com
+
+- Add comment about listen variables for xinetd configuration.
+  Fixes bnc#872221.
+- Add default configuration as arg to xinetd started vsftpd.
+- Updated patch:
+  * vsftpd-2.0.4-xinetd.diff
+
+---

Old:

  vsftpd.init

New:

  vsftpd.socket
  vsftpd@.service



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.8QPaEd/_old  2014-05-27 12:03:22.0 +0200
+++ /var/tmp/diff_new_pack.8QPaEd/_new  2014-05-27 12:03:22.0 +0200
@@ -16,19 +16,7 @@
 #
 
 
-%global with_sysvinit 0
-%if 0%{?suse_version}  1310
-%global with_sysvinit 1
-%endif
-
 Name:   vsftpd
-BuildRequires:  gpg-offline
-BuildRequires:  libcap-devel
-BuildRequires:  openssl-devel
-BuildRequires:  pam-devel
-%if 0%{?suse_version}  1140
-BuildRequires:  systemd
-%endif
 Version:3.0.2
 Release:0
 Summary:Very Secure FTP Daemon - Written from Scratch
@@ -36,14 +24,15 @@
 Group:  Productivity/Networking/Ftp/Servers
 Url:https://security.appspot.com/vsftpd.html
 Source0:
https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
-Source1:%name.pam
-Source2:%name.logrotate
-Source3:%name.init
+Source1:%{name}.pam
+Source2:%{name}.logrotate
 Source4:README.SUSE
-Source5:%name.xml
-Source6:%name.firewall
+Source5:%{name}.xml
+Source6:%{name}.firewall
 Source7:vsftpd.service
-Source9:%name.keyring
+Source8:vsftpd@.service
+Source9:%{name}.keyring
+Source10:   vsftpd.socket
 Source1000: 
https://security.appspot.com/downloads/%{name}-%{version}.tar.gz.asc
 Patch1: vsftpd-2.0.4-lib64.diff
 Patch3: vsftpd-2.0.4-xinetd.diff
@@ -67,11 +56,16 @@
 Patch16:vsftpd-root-squashed-chroot.patch
 #PATCH-FIX-UPSTREAM: bnc#870122
 Patch17:vsftpd-enable-gettimeofday-sec.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gpg-offline
+BuildRequires:  libcap-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
+BuildRequires:  systemd
+Requires:   logrotate
+Requires(pre):  %{_sbindir}/useradd
 Provides:   ftp-server
-Requires(pre):  %insserv_prereq /usr/sbin/useradd
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
-Requires:   logrotate
 
 %description
 Vsftpd is an FTP server, or daemon. The vs stands for Very Secure.
@@ -88,7 +82,7 @@
 %gpg_verify %{S:1000}
 %setup -q
 %patch1
-%patch3
+%patch3 -p1
 %patch4
 %patch5
 %patch6
@@ -105,90 +99,58 @@
 %patch17 -p1
 
 %build
-%define seccomp_opts %{nil}
-%if 0%{?suse_version}  1030
 %define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP
-%endif
 rm -f dummyinc/sys/capability.h
-make CFLAGS=$RPM_OPT_FLAGS -DOPENSSL_NO_SSL_INTERN -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -fPIE -fstack-protector --param=ssp-buffer-size=4 
%{seccomp_opts} \
+make CFLAGS=%{optflags} -DOPENSSL_NO_SSL_INTERN -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -fPIE -fstack-protector --param=ssp-buffer-size=4 
%{seccomp_opts} \
  LDFLAGS=-fPIE -pie -Wl,-z,relro -Wl,-z,now LINK=
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/empty
-cp %SOURCE4 .
-install -D -m 755 %name  $RPM_BUILD_ROOT/usr/sbin/%name
-install -D -m 600 %name.conf $RPM_BUILD_ROOT/etc/%name.conf
-install -D -m 600 xinetd.d/%name $RPM_BUILD_ROOT/etc/xinetd.d/%name
-install -D -m 644 $RPM_SOURCE_DIR/%name.pam $RPM_BUILD_ROOT/etc/pam.d/%name
-install -D -m 644 $RPM_SOURCE_DIR/%name.logrotate 
$RPM_BUILD_ROOT/etc/logrotate.d/%name
-install -D -m 644 %name.conf.5 $RPM_BUILD_ROOT/%_mandir/man5/%name.conf.5
-install -D -m 644 %name.8 $RPM_BUILD_ROOT/%_mandir/man8/%name.8
-%if 

commit whois for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2014-05-27 12:04:06

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


Package is whois

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2014-05-06 
14:03:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2014-05-27 
12:04:07.0 +0200
@@ -1,0 +2,9 @@
+Mon May 26 23:22:58 UTC 2014 - andreas.stie...@gmx.de
+
+- whois 5.1.3:
+   * Use the IANA recovered address space list.
+   * Updated the list of new gTLDs.
+   * Support hiding disclaimers until the end of the output.
+   * Fix a disclaimer hiding string.
+
+---

Old:

  whois_5.1.2.tar.xz

New:

  whois_5.1.3.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.sPKGg7/_old  2014-05-27 12:04:09.0 +0200
+++ /var/tmp/diff_new_pack.sPKGg7/_new  2014-05-27 12:04:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   whois
-Version:5.1.2
+Version:5.1.3
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+

++ whois.asc ++
--- /var/tmp/diff_new_pack.sPKGg7/_old  2014-05-27 12:04:09.0 +0200
+++ /var/tmp/diff_new_pack.sPKGg7/_new  2014-05-27 12:04:09.0 +0200
@@ -5,7 +5,7 @@
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.1.2
+Version: 5.1.3
 Maintainer: Marco d'Itri m...@linux.it
 Standards-Version: 3.9.5
 Vcs-Browser: https://github.com/rfc1036/whois
@@ -14,23 +14,23 @@
 Package-List: 
  whois deb net standard arch=any
 Checksums-Sha1: 
- 627c7437f663657db903e0cf4ee0cc1369f63e96 75696 whois_5.1.2.tar.xz
+ b730d36359b1d7d0767414da45c2e437697949f0 76472 whois_5.1.3.tar.xz
 Checksums-Sha256: 
- 021f76910e772fa569e299210b36e2eeb20b56dc9ca29edb7e83a21b560a5403 75696 
whois_5.1.2.tar.xz
+ 65ad18fb369827aa12733b88006a0398c88f29ba2bd53732033a7668d70bd64a 76472 
whois_5.1.3.tar.xz
 Files: 
- a103596a4da3f1795fccbd9432c59ec9 75696 whois_5.1.2.tar.xz
+ 2817d6065bbd8f274a3e5240e0bf7dd5 76472 whois_5.1.3.tar.xz
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQGcBAEBCAAGBQJTY40/AAoJECv1pcEixPek7q8MAIJmhRpmIEnv4WCdZahVyxmP
-sWRaw3i/yNnTFTMbDxT96JhEdFLgwGgoCnwGiS3wol4O8VBT8m6yfCDocbyuVCUT
-pGWCzShCPJuPQnoScsd99jzPWyF+lI5M6VB8NHm1ucuPWjneJNUynucLHa7YLiBn
-OPsH9V02s71mPBMb5UchNdNk/H2dDE2Hag8fFq8eiuYJqghUBsR2q64tGhXOGiKA
-to+Xz5B7CjAQdHUXKByT/RyMu79DNFpEDptQYADuMz4/DWeJGWCmxdstASGou327
-eSfEIPiqI7T/ZrrFPozeQ7anRmHYrwum2bBjTRVEWhMzf/ZBh0hUaUeAhsph3isG
-fyv8AdAfF6b6xE5GhBj6VMuelym5PldDKHiTmyHbX1x+LQuUevIrmQ8EjYrA0wDc
-sBelBBWSwqY/n4MyLE57wwLKJM7EgybwHuqTe5cdUQRlu2o99xurEebpm5su2A38
-xZSu5tQQgrptM15NU5SjYayLnoMiNxEhek1FnZ+RyA==
-=rHvB
+iQGcBAEBCAAGBQJTgqWIAAoJECv1pcEixPek3esL/1RqEjby9286iUUcCXwleP/r
+/n66tXICDxEIu3MyJr5VX0JLXlKG3fYPISa/dQWqpNbG1+dBgi6LbHx3mg4qQOQl
+BwWBDRm1CCiw6FGAiHNJ1cfuZvhyOgcReYzmp8Q+5aOHGSs61sPZRdnQcNVPv/nu
+IdrVyhkz2V/bOnizVeMGjVO6QDooVxpbgXTZZEflLD3wJNmrkM6NS4tBrMFcGPGk
+Gz7hQESZqRykCYR8cU+JKC5Oy/ljjKU3bLwkitVfRkX7+Yk3gQDQJOrdmeqKw5gv
+xG8+ExDaB5ZDafYmIFmR3M7o0w0RXoWixrWYw7bloSicLfLVZUbGZLm8z+AZjnw7
+q+Y89vfSNInmg8Ur3im3cbAWCQQSAt/kckHhPDIUczR4pUq4bCUly49qQ/sjSSpd
+NkwVvIRH1+1iZcBclpqP3DWXOOxRvWCWJSKGs/vHBQDWPfC4jW/P4S1Ql0xVYjyS
+bONUCJQUHgpIGZxz+B8v1Wb/53VicqdYa+OruY386w==
+=zw0o
 -END PGP SIGNATURE-


++ whois_5.1.2.tar.xz - whois_5.1.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.1.2/data.h new/whois-5.1.3/data.h
--- old/whois-5.1.2/data.h  2014-05-02 04:26:50.0 +0200
+++ new/whois-5.1.3/data.h  2014-05-21 16:24:13.0 +0200
@@ -40,7 +40,7 @@
 Access to America Online, time. By accessing,  /* AOL */
 # Access and use restricted, , /* GANDI */
 % The data in the WHOIS database of 11 Internet, ,
-The data in this whois database is, ,  /* enom */
+The data in this whois database is, NULL, /* enom, activeregistrar.com */
 The Data in Moniker's WHOIS database, of Moniker.,
 The Data in OnlineNIC, By starting this query,
 Interdomain's WHOIS, DOES NOT SIGNIFY,
@@ -102,6 +102,7 @@
 };
 
 const struct ip_del ip_assign[] = {
+#include ip_del_recovered.h
 #include ip_del.h
 { 0, 0, NULL }
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.1.2/debian/changelog 
new/whois-5.1.3/debian/changelog
--- old/whois-5.1.2/debian/changelog2014-05-02 04:26:50.0 +0200
+++ new/whois-5.1.3/debian/changelog2014-05-26 04:22:50.0 +0200
@@ -1,3 +1,12 @@
+whois (5.1.3) 

commit weechat for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2014-05-27 12:03:49

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


Package is weechat

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2013-10-08 
11:06:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes 2014-05-27 
12:03:52.0 +0200
@@ -1,0 +2,20 @@
+Mon May 26 14:30:57 UTC 2014 - g...@opensuse.org
+
+- update to version 0.4.3
+  - new command /print
+  - logical and/or for tags in /filter and hook_print
+  - gaps in buffer numbers
+  - support of italic text
+  - new options to customize default text search in buffers
+  - use of IRC monitor command for /notify (if available on server)
+  - new IRC server option ssl_fingerprint
+  - new option to smart-filter IRC mode messages
+  - new option for default IRC ban mask
+  - support of IPv6 for DCC chat/file
+  - auto check CRC32 of files received with DCC
+  - many bugs fixed
+- add weechat-link-pthread.patch in order to link Weechat against
+  libpthread fixing freezes/crashes with gnutls (backported from
+  upstream git)
+
+---

Old:

  weechat-0.4.2.tar.bz2

New:

  weechat-0.4.3.tar.bz2
  weechat-link-pthread.patch



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.5pIC8a/_old  2014-05-27 12:03:54.0 +0200
+++ /var/tmp/diff_new_pack.5pIC8a/_new  2014-05-27 12:03:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   weechat
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Portable, Fast, Light and Extensible Chat Client
 License:GPL-3.0+
@@ -26,6 +26,8 @@
 Source1:weechat.desktop
 # PATCH-FIX-UPSTREAM weechat-capath.patch 
https://savannah.nongnu.org/patch/index.php?8153 lnus...@suse.de -- use 
system's default certificate store
 Patch0: weechat-capath.patch
+# PATCH-FIX-UPSTREAM weechat-link-pthread.patch 
https://bugs.gentoo.org/show_bug.cgi?id=501078 g...@opensuse.org -- Link 
Weechat against libpthread
+Patch1: weechat-link-pthread.patch
 Url:http://www.weechat.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
@@ -131,6 +133,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
 DATE=\$(date -d ${modified} +%%b %%e %%Y)\
 TIME=\$(date -d ${modified} +%%R)\
@@ -157,6 +160,10 @@
 %makeinstall
 popd #build
 
+# due to an unknown race condition cmake does not always create a compatibility
+# symlink
+ln -sf %{_bindir}/weechat %{buildroot}%{_bindir}/weechat-curses
+
 install -D -m 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %if 0%{?suse_version}
 %suse_update_desktop_file -r %{name} Network IRCClient

++ weechat-0.4.2.tar.bz2 - weechat-0.4.3.tar.bz2 ++
 173743 lines of diff (skipped)

++ weechat-capath.patch ++
--- /var/tmp/diff_new_pack.5pIC8a/_old  2014-05-27 12:03:55.0 +0200
+++ /var/tmp/diff_new_pack.5pIC8a/_new  2014-05-27 12:03:55.0 +0200
@@ -9,10 +9,10 @@
  src/core/wee-network.c | 6 ++
  3 files changed, 12 insertions(+), 4 deletions(-)
 
-Index: weechat-0.4.2/src/core/wee-config.c
+Index: weechat-0.4.3/src/core/wee-config.c
 ===
 weechat-0.4.2.orig/src/core/wee-config.c
-+++ weechat-0.4.2/src/core/wee-config.c
+--- weechat-0.4.3.orig/src/core/wee-config.c
 weechat-0.4.3/src/core/wee-config.c
 @@ -61,7 +61,6 @@
  #include ../gui/gui-window.h
  #include ../plugins/plugin.h
@@ -21,7 +21,7 @@
  struct t_config_file *weechat_config_file = NULL;
  struct t_config_section *weechat_config_section_debug = NULL;
  struct t_config_section *weechat_config_section_color = NULL;
-@@ -3084,7 +3083,7 @@ config_weechat_init_options ()
+@@ -3238,7 +3237,7 @@ config_weechat_init_options ()
  gnutls_ca_file, string,
  N_(file containing the certificate authorities (\%h\ will be 
 replaced by WeeChat home, \~/.weechat\ by default)),
@@ -30,10 +30,10 @@
  config_change_network_gnutls_ca_file, NULL, NULL, NULL);
  config_network_gnutls_handshake_timeout = config_file_new_option (
  weechat_config_file, ptr_section,
-Index: weechat-0.4.2/src/core/wee-network.c
+Index: weechat-0.4.3/src/core/wee-network.c
 ===
 weechat-0.4.2.orig/src/core/wee-network.c
-+++ weechat-0.4.2/src/core/wee-network.c
+--- weechat-0.4.3.orig/src/core/wee-network.c
 

commit libxml2 for openSUSE:12.3:Update

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:12.3:Update 
checked in at 2014-05-27 13:48:52

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


Package is libxml2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.J7mVUy/_old  2014-05-27 13:48:53.0 +0200
+++ /var/tmp/diff_new_pack.J7mVUy/_new  2014-05-27 13:48:53.0 +0200
@@ -1 +1 @@
-link package='libxml2.2792' cicount='copy' /
+link package='libxml2.2842' cicount='copy' /

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



commit python-libxml2 for openSUSE:12.3:Update

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2 for 
openSUSE:12.3:Update checked in at 2014-05-27 13:48:58

Comparing /work/SRC/openSUSE:12.3:Update/python-libxml2 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.python-libxml2.new (New)


Package is python-libxml2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.oNKIPa/_old  2014-05-27 13:48:59.0 +0200
+++ /var/tmp/diff_new_pack.oNKIPa/_new  2014-05-27 13:48:59.0 +0200
@@ -1 +1 @@
-link package='python-libxml2.2792' cicount='copy' /
+link package='python-libxml2.2842' cicount='copy' /

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



commit libxml2.2842 for openSUSE:12.3:Update

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libxml2.2842 for 
openSUSE:12.3:Update checked in at 2014-05-27 13:48:50

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


Package is libxml2.2842

Changes:

New Changes file:

--- /dev/null   2014-05-19 01:51:27.372033255 +0200
+++ /work/SRC/openSUSE:12.3:Update/.libxml2.2842.new/libxml2.changes
2014-05-27 13:48:51.0 +0200
@@ -0,0 +1,1647 @@
+---
+Fri May 23 09:27:47 UTC 2014 - vci...@suse.com
+
+- update the libxml2-CVE-2014-0191.patch, because it caused xmllint
+  breakage
+
+---
+Wed May  7 10:48:11 UTC 2014 - vci...@suse.com
+
+- fix for CVE-2014-0191 (bnc#876652)
+  * libxml2: external parameter entity loaded when entity
+substitution is disabled
+  * added libxml2-CVE-2014-0191.patch
+
+---
+Thu Jul 11 15:31:49 UTC 2013 - vci...@suse.com
+
+- fix for CVE-2013-2877 (bnc#829077)
+  * added libxml2-CVE-2013-2877.patch
+
+---
+Thu Apr 18 14:07:49 UTC 2013 - vci...@suse.com
+
+- fix for CVE-2013-1969 (bnc#815665)
+  * libxml2-CVE-2013-1969.patch
+
+---
+Thu Mar  7 13:28:59 UTC 2013 - vci...@suse.com
+
+- fix for CVE-2013-0338 (bnc#805233)
+  
libxml2-CVE-2013-0338-Detect-excessive-entities-expansion-upon-replacement.patch
+
+---
+Sat Dec 15 15:55:26 UTC 2012 - p.drou...@gmail.com
+
+- update to 2.9.0 version:
+  * please see the Changelog
+- Updated patchs to get working with new version:
+   * libxml2-2.9.0-CVE-2012-5134.patch ( libxml2-CVE-2012-5134.patch )
+   * fix-perl.diff
+
+---
+Fri Dec  7 10:49:11 UTC 2012 - vci...@suse.com
+
+- Add libxml2-CVE-2012-5134.patch to fix CVE-2012-5134 (bnc#793334)
+
+---
+Sun Sep 23 19:40:30 UTC 2012 - dims...@opensuse.org
+
+- Add a comment next to libxml2.la to make sure that anybody
+  removing it knows why it's there and reconsiders.
+
+---
+Sun Sep 23 19:28:04 UTC 2012 - co...@suse.com
+
+- readd .la file, python-libxml2 needs it
+
+---
+Fri Sep 21 18:04:16 UTC 2012 - jeng...@inai.de
+
+- Remove .la files; make sure installation succeeds for
+  Fedora_17 target
+
+---
+Tue Jun 12 18:10:07 UTC 2012 - ch...@computersalat.de
+
+- update to 2.8.0
+  * please se ChangeLog for more info
+- remove obsolete bigendian64 patch
+- rebase fix-perl patch
+
+---
+Sun Mar 11 21:00:19 UTC 2012 - jeng...@medozas.de
+
+- libxml2-2 should not require libxml2-tools. There is no trouble
+  expected, since attempting to install libxml2 will already pull
+  in libxml2-tools due to Provides tags.
+
+---
+Mon Mar  5 10:18:12 UTC 2012 - co...@suse.com
+
+- revert the two commits that broke perl-XML-LibXML's test case,
+  I hope the two upstreams will figure it out
+
+---
+Fri Mar  2 16:47:56 UTC 2012 - co...@suse.com
+
+- update to git to fix some issues
+  * Fix a logic error in Schemas Component ConstraintsHEADmaster
+  * Fix a wrong enum type use in Schemas Types
+
+---
+Thu Mar  1 18:36:33 CET 2012 - meiss...@suse.de
+
+- fixed a 64bit big endian bug in the file reader.
+
+---
+Sat Feb 25 13:50:54 UTC 2012 - co...@suse.com
+
+- the fallout of requiring libxml2-tools as explicit buildrequire
+  is just too large, so avoid it for now and create a cycle between
+  libxml2-2 and libxml2-tools
+
+---
+Sat Feb 25 08:09:00 UTC 2012 - co...@suse.com
+
+- add provide for the old name to fix packages with explicit
+  library dependency
+
+---
+Thu Feb 23 10:42:16 UTC 2012 - co...@suse.com
+
+- update to today's GIT snapshot:
+include XZ support
+- split libxml2-2 according to shared library policy
+
+---
+Mon Dec 26 17:08:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+

commit python-libxml2 for openSUSE:13.1:Update

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2 for 
openSUSE:13.1:Update checked in at 2014-05-27 13:49:04

Comparing /work/SRC/openSUSE:13.1:Update/python-libxml2 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-libxml2.new (New)


Package is python-libxml2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2964JZ/_old  2014-05-27 13:49:05.0 +0200
+++ /var/tmp/diff_new_pack.2964JZ/_new  2014-05-27 13:49:05.0 +0200
@@ -1 +1 @@
-link package='python-libxml2.2792' cicount='copy' /
+link package='python-libxml2.2842' cicount='copy' /

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



commit libxml2 for openSUSE:13.1:Update

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:13.1:Update 
checked in at 2014-05-27 13:48:54

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


Package is libxml2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0j0Ms6/_old  2014-05-27 13:48:55.0 +0200
+++ /var/tmp/diff_new_pack.0j0Ms6/_new  2014-05-27 13:48:55.0 +0200
@@ -1 +1 @@
-link package='libxml2.2792' cicount='copy' /
+link package='libxml2.2842' cicount='copy' /

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



commit apache2 for openSUSE:13.1:Update

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:13.1:Update 
checked in at 2014-05-27 15:40:26

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


Package is apache2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.d4DwSP/_old  2014-05-27 15:40:28.0 +0200
+++ /var/tmp/diff_new_pack.d4DwSP/_new  2014-05-27 15:40:28.0 +0200
@@ -1 +1 @@
-link package='apache2.2711' cicount='copy' /
+link package='apache2.2826' cicount='copy' /

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



commit yast2-snapper for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2014-05-27 18:23:34

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


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-05-10 08:31:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2014-05-27 18:23:40.0 +0200
@@ -1,0 +2,6 @@
+Mon May 26 16:54:22 CEST 2014 - aschn...@suse.de
+
+- avoid time format that needs translation (bnc#878613)
+- 3.1.3
+
+---

Old:

  yast2-snapper-3.1.2.tar.bz2

New:

  yast2-snapper-3.1.3.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.h13kmx/_old  2014-05-27 18:23:43.0 +0200
+++ /var/tmp/diff_new_pack.h13kmx/_new  2014-05-27 18:23:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-3.1.2.tar.bz2 - yast2-snapper-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.2/package/yast2-snapper.changes 
new/yast2-snapper-3.1.3/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.2/package/yast2-snapper.changes   2014-05-07 
10:51:44.0 +0200
+++ new/yast2-snapper-3.1.3/package/yast2-snapper.changes   2014-05-26 
17:06:44.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon May 26 16:54:22 CEST 2014 - aschn...@suse.de
+
+- avoid time format that needs translation (bnc#878613)
+- 3.1.3
+
+---
 Tue May 06 16:23:35 CEST 2014 - aschn...@suse.de
 
 - improved error message on systems with no snapper configs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.2/package/yast2-snapper.spec 
new/yast2-snapper-3.1.3/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.2/package/yast2-snapper.spec  2014-05-07 
10:51:44.0 +0200
+++ new/yast2-snapper-3.1.3/package/yast2-snapper.spec  2014-05-26 
17:06:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.2
+Version:3.1.3
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.2/src/include/snapper/dialogs.rb 
new/yast2-snapper-3.1.3/src/include/snapper/dialogs.rb
--- old/yast2-snapper-3.1.2/src/include/snapper/dialogs.rb  2014-05-07 
10:51:44.0 +0200
+++ new/yast2-snapper-3.1.3/src/include/snapper/dialogs.rb  2014-05-26 
17:06:44.0 +0200
@@ -43,6 +43,12 @@
   Yast.include include_target, snapper/helps.rb
 end
 
+
+def timestring(t)
+  return Time.at(t).strftime(%F %T)
+end
+
+
 def ReallyAbort
   Popup.ReallyAbort(true)
 end
@@ -376,11 +382,7 @@
   num = Ops.get_integer(s, num, 0)
   date = 
   if num != 0
-date = Builtins.timestring(
-  %c,
-  Ops.get_integer(s, date, 0),
-  false
-)
+date = timestring(Ops.get_integer(s, [date], 0))
   end
   userdata = userdata2string(Ops.get_map(s, userdata, {}))
   if Ops.get_symbol(s, type, :none) == :SINGLE
@@ -408,11 +410,7 @@
   next
 end
 desc = Ops.get_string(Snapper.snapshots, [index, description], 
)
-pre_date = Builtins.timestring(
-  %c,
-  Ops.get_integer(Snapper.snapshots, [index, date], 0),
-  false
-)
+pre_date = timestring(Ops.get_integer(Snapper.snapshots, [index, 
date], 0))
 snapshot_items = Builtins.add(
   snapshot_items,
   Item(
@@ -612,16 +610,8 @@
 [pre_index, description],
 
   )
-  pre_date = Builtins.timestring(
-%c,
-Ops.get_integer(Snapper.snapshots, [pre_index, date], 0),
-false
-  )
-  date = Builtins.timestring(
-%c,
-Ops.get_integer(snapshot, date, 0),
-false
-  )
+  pre_date = timestring(Ops.get_integer(Snapper.snapshots, [pre_index, 
date], 0))
+  date = timestring(Ops.get_integer(snapshot, date, 0))
   type = Ops.get_symbol(snapshot, type, :NONE)
   combo_items = []
   Builtins.foreach(Snapper.snapshots) do |s|

-- 
To 

commit python-pycurl for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-pycurl for openSUSE:Factory 
checked in at 2014-05-27 18:23:37

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


Package is python-pycurl

Changes:

--- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes  
2013-09-03 22:03:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycurl.new/python-pycurl.changes 
2014-05-27 18:23:47.0 +0200
@@ -1,0 +2,137 @@
+Mon May 26 14:17:15 UTC 2014 - toddrme2...@gmail.com
+
+- Removed part of patch that breaks now necessary things:
+  pycurl-no-runtime-curlvercheck.patch
+- Specify ssl type since it is not automatically detected.
+
+---
+Wed May 21 15:41:00 UTC 2014 - toddrme2...@gmail.com
+
+- Removed patch specific to python3-pycurl: pycurl-python3.patch
+- Rebase patch: pycurl-no-runtime-curlvercheck.patch
+
+---
+Tue May 20 12:13:23 UTC 2014 - toddrme2...@gmail.com
+
+- Update to version 7.19.3.1
+  * Added --avoid-stdio setup.py option to avoid passing FILE
+pointers from Python to libcurl. Applies to Python 2 only.
+  * Added CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE,
+CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_MAX_HOST_CONNECTIONS
+CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_MAX_TOTAL_CONNECTIONS
+multi options (patch by Jakob Truelsen).
+  * SSL detection logic changed to consult `curl-config --static-libs`
+even if `curl-config --libs` succeeded. This should achieve
+pre-7.19.3 behavior with respect to automatic SSL detection
+(patch by Andjelko Horvat).
+- Update to version 7.19.3
+  * Added CURLOPT_NOPROXY.
+  * Added CURLINFO_LOCAL_PORT, CURLINFO_PRIMARY_PORT and
+CURLINFO_LOCAL_IP (patch by Adam Jacob Muller).
+  * When running on Python 2.x, for compatibility with Python 3.x,
+Unicode strings containing ASCII code points only are now accepted
+in setopt() calls.
+  * PycURL now requires that compile time SSL backend used by libcurl
+is the same as the one used at runtime. setup.py supports
+--with-ssl, --with-gnutls and --with-nss options like libcurl does,
+to specify which backend libcurl uses. On some systems PycURL can
+automatically figure out libcurl's backend.
+If the backend is not one for which PycURL provides crypto locks
+(i.e., any of the other backends supported by libcurl),
+no runtime SSL backend check is performed.
+  * Default PycURL user agent string is now built at runtime, and will
+include the user agent string of libcurl loaded at runtime rather
+than the one present at compile time.
+  * PycURL will now use WSAduplicateSocket rather than dup on Windows
+to duplicate sockets obtained from OPENSOCKETFUNCTION.
+Using dup may have caused crashes, OPENSOCKETFUNCTION should
+now be usable on Windows.
+  * A new script, winbuild.py, was added to build PycURL on Windows
+against Python 2.6, 2.7, 3.2 and 3.3.
+  * Added CURL_LOCK_DATA_SSL_SESSION (patch by Tom Pierce).
+  * Added E_OPERATION_TIMEDOUT (patch by Romuald Brunet).
+  * setup.py now handles --help argument and will print PycURL-specific
+configuration options in addition to distutils help.
+  * Windows build configuration has been redone:
+PYCURL_USE_LIBCURL_DLL #define is gone, use --use-libcurl-dll
+argument to setup.py to build against a libcurl DLL.
+CURL_STATICLIB is now #defined only when --use-libcurl-dll is not
+given to setup.py, and PycURL is built against libcurl statically.
+--libcurl-lib-name option can be used to override libcurl import
+library name.
+  * Added CURLAUTH_DIGEST_IE as pycurl.HTTPAUTH_DIGEST_IE.
+  * Added CURLOPT_POSTREDIR option and CURL_REDIR_POST_301,
+CURL_REDIR_POST_302, CURL_REDIR_POST_303 and CURL_REDIR_POST_ALL
+constants. CURL_REDIR_POST_303 requires libcurl 7.26.0 or higher,
+all others require libcurl 7.19.1 or higher.
+  * PycURL now supports Python 3.1 through 3.3. Python 3.0 might
+work but it appears to ship with broken distutils, making virtualenv
+not function on it.
+  * PycURL multi objects now have the multi constants defined on them.
+Previously the constants were only available on pycurl module.
+The new behavior matches that of curl and share objects.
+  * PycURL share objects can now be closed via the close() method.
+  * PycURL will no longer call `curl-config --static-libs` if
+`curl-config --libs` succeeds and returns output.
+Systems on which neither `curl-config --libs` nor
+`curl-config --static-libs` do the right thing should provide
+a `curl-config` wrapper that is sane.
+  * Added CURLFORM_BUFFER and CURLFORM_BUFFERPTR.
+  * 

commit tumbler for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2014-05-27 18:23:33

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


Package is tumbler

Changes:

--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2013-05-06 
10:15:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2014-05-27 
18:23:35.0 +0200
@@ -1,0 +2,9 @@
+Mon May 26 14:26:45 UTC 2014 - g...@opensuse.org
+
+- update to version 0.1.30
+  - only enable keepalive in curl = 7.25
+  - support move/copy operations on directories in the cache
+  - send the cache operation replies after they are completed
+  - translation updates
+
+---

Old:

  tumbler-0.1.29.tar.bz2

New:

  tumbler-0.1.30.tar.bz2



Other differences:
--
++ tumbler.spec ++
--- /var/tmp/diff_new_pack.PywiLl/_old  2014-05-27 18:23:40.0 +0200
+++ /var/tmp/diff_new_pack.PywiLl/_new  2014-05-27 18:23:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbler
 #
-# 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
@@ -21,7 +21,7 @@
 %define libname libtumbler-1-0
 
 Name:   tumbler
-Version:0.1.29
+Version:0.1.30
 Release:0
 Summary:Thumbnail Management for Xfce
 License:GPL-2.0+ and LGPL-2.1+

++ tumbler-0.1.29.tar.bz2 - tumbler-0.1.30.tar.bz2 ++
 21563 lines of diff (skipped)

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



commit byacc for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2014-05-27 18:23:38

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


Package is byacc

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2013-09-26 
19:29:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2014-05-27 
18:23:51.0 +0200
@@ -1,0 +2,7 @@
+Mon May 26 15:52:33 UTC 2014 - g...@opensuse.org
+
+- update to version 20140422
+  * too large number of changes to list here, see the included
+CHANGES file for a detailed list
+
+---

Old:

  byacc-20130925.tgz

New:

  byacc-20140422.tgz



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.h1Vjsh/_old  2014-05-27 18:23:54.0 +0200
+++ /var/tmp/diff_new_pack.h1Vjsh/_new  2014-05-27 18:23:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   byacc
-Version:20130925
+Version:20140422
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20130925.tgz - byacc-20140422.tgz ++
 148684 lines of diff (skipped)

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



commit star for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package star for openSUSE:Factory checked in 
at 2014-05-27 18:23:35

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


Package is star

Changes:

--- /work/SRC/openSUSE:Factory/star/star.changes2013-12-10 
20:08:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.star.new/star.changes   2014-05-27 
18:23:43.0 +0200
@@ -1,0 +2,6 @@
+Mon May 26 15:06:49 UTC 2014 - vdziewie...@suse.com
+
+-Fix Bug 858660 - star does not detect gzip failures:
+   bnc#858660_detect_gzip_failures.patch
+
+---

New:

  bnc#858660_detect_gzip_failures.patch



Other differences:
--
++ star.spec ++
--- /var/tmp/diff_new_pack.fn0TSg/_old  2014-05-27 18:23:46.0 +0200
+++ /var/tmp/diff_new_pack.fn0TSg/_new  2014-05-27 18:23:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package star
 #
-# 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
@@ -36,6 +36,8 @@
 Patch8: star-getline.diff
 Patch9: star-fexecve.diff
 Patch10:star-1.5.1-bufferoverflow.patch
+#PATCH-FIX-OPENSUSE-bnc#858660
+Patch11:bnc#858660_detect_gzip_failures.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
@@ -87,6 +89,7 @@
 %patch8
 %patch9
 %patch10 -p1
+%patch11 -p1
 
 %build
 # bugzilla#134113: incompatible license and unused: SKH: removed

++ bnc#858660_detect_gzip_failures.patch ++
Index: star-1.5/star/buffer.c
===
--- star-1.5.orig/star/buffer.c
+++ star-1.5/star/buffer.c
@@ -37,6 +37,8 @@ staticchar sccsid[] =
 #endif
 
 #include stdio.h
+#include sys/types.h
+#include sys/wait.h
 #include schily/stdlib.h
 #include schily/unistd.h
 #include schily/libport.h/* getpagesize() */
@@ -1731,6 +1733,10 @@ checkerrs()
errmsgno(EX_BAD, Problems with restore database.\n);
return (TRUE);
}
+   if (xstats.s_comprerrs  0) {
+   errmsgno(EX_BAD, Compress program returned error[%d].\n, 
xstats.s_comprerrs);
+   return (TRUE);
+   }
return (FALSE);
 }
 
@@ -1806,6 +1812,16 @@ die(err)
excomerrno(err, Cannot recover from error - exiting.\n);
 }
 
+void sigchld_handler(int sig)
+{
+   int status;
+   pid_t pid;
+   while ((pid = wait4(compresspid, status, 0, NULL))  0) {
+   if (pid == compresspid)
+   xstats.s_comprerrs = WEXITSTATUS(status);
+   }
+
+}
 /*
  * Quick hack to implement a -z flag. May be changed soon.
  */
@@ -1821,6 +1837,8 @@ compressopen()
int mypid;
char*zip_prog = gzip;
 
+   compresspid = 0;
+
if (compress_prg)
zip_prog = compress_prg;
else if (bzflag)
@@ -1880,6 +1898,7 @@ compressopen()
 #else
if (fpipe(pp) == 0)
comerr(Compress pipe failed\n);
+   signal(SIGCHLD, sigchld_handler);
mypid = fork();
if (mypid  0)
comerr(Compress fork failed\n);
@@ -1909,7 +1928,10 @@ compressopen()
fexecl(zip_prog, tarf, pp[1], null, zip_prog, -d, 
(char *)NULL);
errmsg(Compress: exec of '%s' failed\n, zip_prog);
_exit(-1);
+   } else {
+   compresspid = mypid;
}
+
fclose(tarf);
if (cflag) {
tarf = pp[1];
Index: star-1.5/star/star.c
===
--- star-1.5.orig/star/star.c
+++ star-1.5/star/star.c
@@ -112,6 +112,7 @@ charstrvers[] = 1.5;  /* The pure ver
 char   *vers;  /* the full version string  */
 
 struct star_stats  xstats; /* for printing statistics  */
+pid_t compresspid = 0;
 
 extern BOOLhavepat;/* Pattern matching in use  */
 
Index: star-1.5/star/star.h
===
--- star-1.5.orig/star/star.h
+++ star-1.5/star/star.h
@@ -823,9 +823,11 @@ struct star_stats {
int s_setxattr; /* set xattr for file failed  */
 #endif
int s_restore;  /* other incremental restore specific */
+   int s_comprerrs;/* errors of compress-subprogram */
 };
 
 extern struct  star_stats  xstats;

commit pciutils-ids for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory 
checked in at 2014-05-27 18:23:32

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


Package is pciutils-ids

Changes:

--- /work/SRC/openSUSE:Factory/pciutils-ids/pciutils-ids.changes
2013-11-29 21:24:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.pciutils-ids.new/pciutils-ids.changes   
2014-05-27 18:23:34.0 +0200
@@ -1,0 +2,6 @@
+Fri May 23 18:22:48 CEST 2014 - ti...@suse.de
+
+- update pci.ids to version 2014.05.22 for recent Intel chipsets
+  (bnc#873570)
+
+---



Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.2y3ouu/_old  2014-05-27 18:23:35.0 +0200
+++ /var/tmp/diff_new_pack.2y3ouu/_new  2014-05-27 18:23:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pciutils-ids
 #
-# 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:   pciutils-ids
-Version:2013.10.06
+Version:2014.05.22
 Release:0
 Summary:PCI-utilities pci.ids database
 License:GPL-2.0+

++ pci.ids.bz2 ++
 3507 lines (skipped)
 between pci.ids.bz2
 and /work/SRC/openSUSE:Factory/.pciutils-ids.new/pci.ids.bz2

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



commit libexif for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libexif for openSUSE:Factory checked 
in at 2014-05-27 18:23:40

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


Package is libexif

Changes:

--- /work/SRC/openSUSE:Factory/libexif/libexif.changes  2012-07-13 
11:31:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libexif.new/libexif.changes 2014-05-27 
18:23:57.0 +0200
@@ -1,0 +2,10 @@
+Mon May 26 20:55:15 UTC 2014 - crrodrig...@opensuse.org
+
+- Do not include timestamps in files (libexif-build-date.patch) 
+
+---
+Sun May 25 20:14:49 UTC 2014 - crrodrig...@opensuse.org
+
+- Use LFS_CFLAGS in 32 bit systems. 
+
+---

New:

  libexif-build-date.patch



Other differences:
--
++ libexif.spec ++
--- /var/tmp/diff_new_pack.OEmHYx/_old  2014-05-27 18:23:59.0 +0200
+++ /var/tmp/diff_new_pack.OEmHYx/_new  2014-05-27 18:23:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libexif
 #
-# Copyright (c) 2012 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
@@ -28,6 +28,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
https://downloads.sourceforge.net/project/libexif/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch0: libexif-build-date.patch
 
 %define pname libexif12
 
@@ -68,8 +69,9 @@
 
 %prep 
 %setup -q
-
+%patch0 -p1
 %build
+export CFLAGS=%optflags $(getconf LFS_CFLAGS)
 %configure --with-pic \
--disable-static \
--with-doc-dir=%{_docdir}/%{name}

++ libexif-build-date.patch ++
--- libexif-0.6.21.orig/doc/Doxyfile-internals.in
+++ libexif-0.6.21/doc/Doxyfile-internals.in
@@ -1214,3 +1214,4 @@ DOT_CLEANUP= YES
 # used. If set to NO the values of all tags below this one will be ignored.
 
 SEARCHENGINE   = NO
+HTML_TIMESTAMP = NO
--- libexif-0.6.21.orig/doc/Doxyfile.in
+++ libexif-0.6.21/doc/Doxyfile.in
@@ -1214,3 +1214,4 @@ DOT_CLEANUP= YES
 # used. If set to NO the values of all tags below this one will be ignored.
 
 SEARCHENGINE   = NO
+HTML_TIMESTAMP = NO
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lensfun for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2014-05-27 18:23:44

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


Package is lensfun

Changes:

--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2013-03-30 
14:58:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes 2014-05-27 
18:24:02.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 00:10:04 UTC 2014 - crrodrig...@opensuse.org
+
+- Tell doxygen to stop creating files with timestamps to 
+  avoid endless republish.
+
+---



Other differences:
--
++ lensfun.spec ++
--- /var/tmp/diff_new_pack.0bG4J6/_old  2014-05-27 18:24:02.0 +0200
+++ /var/tmp/diff_new_pack.0bG4J6/_new  2014-05-27 18:24:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lensfun
 #
-# 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
@@ -115,6 +115,7 @@
 #%patch1 -p0
 
 %build
+echo 'HTML_TIMESTAMP=NO'  docs/doxyfile.in.cmake
 # We can count on having SSE2 on x86_64
 # On i%86 it is not save. We could have the sse lib in sse subdirectory in 
addition though.
 # In any case this must be independent of the build host.

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



commit hwinfo for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2014-05-27 18:23:42

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


Package is hwinfo

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2014-04-26 
19:34:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2014-05-27 
18:23:59.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 10:22:56 CEST 2014 - snw...@suse.de
+
+- make ethtool private flags tri-state: (unset, false, true)
+- 21.5
+
+---

Old:

  hwinfo-21.4.tar.bz2

New:

  hwinfo-21.5.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.i9ShnL/_old  2014-05-27 18:24:01.0 +0200
+++ /var/tmp/diff_new_pack.i9ShnL/_new  2014-05-27 18:24:01.0 +0200
@@ -36,9 +36,9 @@
 Group:  Hardware/Other
 # Until migration to github this should be correct url
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.4
+Version:21.5
 Release:0
-Source: hwinfo-21.4.tar.bz2
+Source: hwinfo-21.5.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit yast2-multipath for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-05-27 18:23:47

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


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-05-16 07:29:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-05-27 18:24:04.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 03:25:41 UTC 2014 - nw...@suse.com
+
+- Using same spec file of ibs and obs.
+- Version 3.1.2 
+
+---

Old:

  yast2-multipath-3.1.1.tar.bz2

New:

  yast2-multipath-3.1.2.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.28EsZw/_old  2014-05-27 18:24:06.0 +0200
+++ /var/tmp/diff_new_pack.28EsZw/_new  2014-05-27 18:24:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.1.tar.bz2 - yast2-multipath-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.1/package/yast2-multipath.changes 
new/yast2-multipath-3.1.2/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.1/package/yast2-multipath.changes   2014-05-12 
03:46:46.0 +0200
+++ new/yast2-multipath-3.1.2/package/yast2-multipath.changes   2014-05-27 
05:26:42.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 27 03:25:41 UTC 2014 - nw...@suse.com
+
+- Using same spec file of ibs and obs.
+- Version 3.1.2 
+
+---
 Fri May  9 09:10:29 UTC 2014 - nw...@suse.com
 
 - BNC#875677. Modify desktop file. Change category from Misc to HA. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.1/package/yast2-multipath.spec 
new/yast2-multipath-3.1.2/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.1/package/yast2-multipath.spec  2014-05-12 
03:46:46.0 +0200
+++ new/yast2-multipath-3.1.2/package/yast2-multipath.spec  2014-05-27 
05:26:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# 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,24 +17,27 @@
 
 
 Name:   yast2-multipath
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-Group: System/YaST
-License:GPL-2.0+
-Requires:  yast2
-BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
+Requires:   yast2
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires:  yast2-devtools = 3.1.10
-BuildRequires: yast2-storage
+BuildRequires:  yast2-storage
+BuildRequires:  yast2-testsuite
 
-BuildArchitectures:noarch
+BuildArch:  noarch
 
 Requires:   yast2-ruby-bindings = 1.0.0
 
-Summary: YaST2 - Multipath Configuration
+Summary:YaST2 - Multipath Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 Multipath I/O is a fault tolerance technique whereby there is more than
@@ -53,7 +56,6 @@
 %install
 %yast_install
 
-
 %files
 %defattr(-,root,root)
 %dir %{_prefix}/share/YaST2/include/multipath
@@ -64,3 +66,5 @@
 %{_prefix}/share/YaST2/scrconf/*.scr
 %{_prefix}/lib/YaST2/servers_non_y2/*
 %doc %{_prefix}/share/doc/packages/yast2-multipath
+
+%changelog

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



commit claws-mail for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2014-05-27 18:23:39

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-12-17 
10:00:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2014-05-27 18:23:55.0 +0200
@@ -1,0 +2,76 @@
+Mon May 26 16:11:13 UTC 2014 - mrueck...@suse.de
+
+- fix tarball url:
+  - not all occurences of the version were using the macro
+  - wrong SF project name
+
+---
+Mon May 26 13:56:35 UTC 2014 - mrueck...@suse.de
+
+- added claws-mail-3.10.0_uninitialized_variable_git51af19b.patch:
+  Patch taken from upstream. Fixes an uninitialized variable use.
+
+---
+Mon May 26 12:52:29 UTC 2014 - mrueck...@suse.de
+
+- update to 3.10.0 
+  - Complete SSL certificate chains are now saved, and if built with
+Libetpan 1.4.1, the IMAP SSL connection's certificate chain is made
+available. Both of these allow correct certificate verification
+instead of a bogus 'No certificate issuer found' status.
+  - Auto-configuration of account email servers, based on SRV records,
+is now possible. (GLib = 2.22 is required.)
+  - Added a preference to avoid automatically drafting emails that are
+to be sent encrypted, (Configuration/Preferences/Compose/Writing).
+  - Messages saved as Drafts are now saved as New, highlighting the
+Drafts folder, in order to draw the attention to unfinished mails
+there.
+  - It is now possible to add a 'Replace signature' button to the
+Compose window toolbar.
+  - Quotation wrapping and undo/redo in the Compose window has been
+improved.
+  - 'Reply to all' now excludes your own address.
+  - The 'Generate X-Mailer header' option has been renamed 'Add user
+agent header' and applies to both X-Mailer and X-Newsreader headers.
+  - Added hidden preferences, 'address_search_wildcard' and
+'folder_search_wildcard', to choose between matching from start of
+the folder name/address or any part of the name. (Activating these
+options restores the previous behaviour.)
+  - Added hidden preference 'enable_avatars' to control the internal
+capture/render process, and which allows disabling it by external
+plugins for example.
+  - 'Check for new folders' now only updates the folder list, not
+updating the contents of folders. If needed, it can be followed by
+'Check for new messages'
+  - When using Redirect, the redirecting account's address is used in
+the SMTP MAIL FROM instead of the original sender's address.
+  - NEW: Libravatar plugin, which displays avatars from
+https://www.libravatar.org/
+  - Added support for an arbitrary number and sources of 'avatars' and
+images for email senders, and migrated Face and X-Face headers.
+  - Avatars are now included when printing mails.
+  - The GPG keyring can now be used as the source for address auto-
+completion.
+  - The vCalendar and RSSyl plugins now have an option to disable SSL
+certificate verification (and check them by default).
+  - The ClamAV plugin now pops up an error message only once instead of
+repeatedly
+  - Updated the man page and the manual.
+  - Updated Brazilian Portuguese, British English, Czech, Dutch,
+Finnish, French, Hebrew, Hungarian, Indonesian, Lithuanian, Slovak,
+Spanish, and Swedish translations.
+  - Added Esperanto translation.
+  - Bug fixes:
+claws#1644, claws#2119, claws#2145, claws#2179, claws#2238,
+claws#2389, claws#2398, claws#2447, claws#2643, claws#2875,
+claws#2991, claws#3020, claws#3055, claws#3038, claws#3039,
+claws#3040, claws#3050, claws#3094, claws#3100, claws#3105,
+claws#3106, claws#3107, claws#3116, claws#3117, claws#3120,
+claws#3131, claws#3138, claws#3139, claws#3145, claws#3146,
+claws#3147, claws#3148, claws#3150, claws#3155, claws#3169,
+claws#3964
+- package the provided appdate xml file
+- enabled more features in the notification plugin:
+  new buildRequires:  pkgconfig(libnotify) libcanberra-devel = 0.6
+
+---

Old:

  claws-mail-3.9.3.tar.bz2

New:

  claws-mail-3.10.0.tar.bz2
  claws-mail-3.10.0_uninitialized_variable_git51af19b.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.kudfJr/_old  2014-05-27 18:23:57.0 +0200
+++ /var/tmp/diff_new_pack.kudfJr/_new  2014-05-27 18:23:57.0 

commit yast2-hardware-detection for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2014-05-27 18:23:46

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


Package is yast2-hardware-detection

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2014-04-26 11:45:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2014-05-27 18:24:03.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 09:49:05 CEST 2014 - snw...@suse.de
+
+- make ethtool private flags tri-state: (unset, false, true)
+- 3.1.3
+
+---

Old:

  yast2-hardware-detection-3.1.2.tar.bz2

New:

  yast2-hardware-detection-3.1.3.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.inhrnA/_old  2014-05-27 18:24:03.0 +0200
+++ /var/tmp/diff_new_pack.inhrnA/_new  2014-05-27 18:24:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-hardware-detection
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +43,7 @@
 Summary:YaST2 - Hardware Detection Interface
 License:GPL-2.0+
 Group:  System/YaST
-# hwinfo-13.38: hw_fingerprint
-Requires:   hwinfo = 13.38
+Requires:   hwinfo = 21.5
 
 %description
 This package contains the hardware detection library for YaST2.

++ yast2-hardware-detection-3.1.2.tar.bz2 - 
yast2-hardware-detection-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.2/agent/HwParse.cc 
new/yast2-hardware-detection-3.1.3/agent/HwParse.cc
--- old/yast2-hardware-detection-3.1.2/agent/HwParse.cc 2014-04-16 
11:48:36.0 +0200
+++ new/yast2-hardware-detection-3.1.3/agent/HwParse.cc 2014-05-27 
10:38:45.0 +0200
@@ -722,17 +722,17 @@
 
 if (hd-is.fcoe_offload)
 {
-   out-add (YCPString (fcoeoffload), YCPBoolean (true));
+   out-add (YCPString (fcoeoffload), YCPBoolean (hd-is.fcoe_offload == 
1 ? false : true));
 }
 
 if (hd-is.iscsi_offload)
 {
-   out-add (YCPString (iscsioffload), YCPBoolean (true));
+   out-add (YCPString (iscsioffload), YCPBoolean (hd-is.iscsi_offload 
== 1 ? false : true));
 }
 
 if (hd-is.storage_only)
 {
-   out-add (YCPString (storageonly), YCPBoolean (true));
+   out-add (YCPString (storageonly), YCPBoolean (hd-is.storage_only == 
1 ? false : true));
 }
 
 // hd detail
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.changes 
new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.changes 
2014-04-16 11:48:36.0 +0200
+++ new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.changes 
2014-05-27 10:38:45.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 27 09:49:05 CEST 2014 - snw...@suse.de
+
+- make ethtool private flags tri-state: (unset, false, true)
+- 3.1.3
+
+---
 Wed Apr 16 11:31:23 CEST 2014 - snw...@suse.de
 
 - update hardware agent to use the latest libhd flags (bnc #841170)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.spec 
new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.spec
2014-04-16 11:48:36.0 +0200
+++ new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.spec
2014-05-27 10:38:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-hardware-detection
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +43,7 @@
 Requires:   yast2-ruby-bindings = 1.0.0
 
 Summary:   YaST2 - Hardware Detection Interface
-# hwinfo-13.38: hw_fingerprint
-Requires:   hwinfo = 13.38
+Requires:   hwinfo = 21.5
 
 %description
 This package contains the hardware detection library for YaST2.

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



commit libqt5-qtserialport for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2014-05-27 18:27:09

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


Package is libqt5-qtserialport

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2014-05-22 06:39:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
2014-05-27 18:27:10.0 +0200
@@ -1,0 +2,5 @@
+Mon May 26 07:59:23 UTC 2014 - m...@suse.com
+
+- Build with pkgconfig(libudev), not pkgconfig(udev)
+
+---



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.aqZZdn/_old  2014-05-27 18:27:12.0 +0200
+++ /var/tmp/diff_new_pack.aqZZdn/_new  2014-05-27 18:27:12.0 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel = %{version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
-BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(libudev)
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl

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



commit libqt5-qtwebkit for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2014-05-27 18:28:50

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


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2014-05-22 06:39:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2014-05-27 18:28:51.0 +0200
@@ -1,0 +2,5 @@
+Tue May 27 09:50:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build with pkgconfig(libudev), not pkgconfig(udev)
+
+---



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.hnqv6o/_old  2014-05-27 18:28:53.0 +0200
+++ /var/tmp/diff_new_pack.hnqv6o/_new  2014-05-27 18:28:53.0 +0200
@@ -87,9 +87,9 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xext)

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



commit pinta for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package pinta for openSUSE:Factory checked 
in at 2014-05-27 18:30:10

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


Package is pinta

Changes:

--- /work/SRC/openSUSE:Factory/pinta/pinta.changes  2014-04-16 
07:35:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.pinta.new/pinta.changes 2014-05-27 
18:30:11.0 +0200
@@ -1,0 +2,6 @@
+Mon May 26 19:28:55 UTC 2014 - devel...@develop7.info
+
+- update to v1.5
+  * see https://github.com/PintaProject/Pinta/releases/tag/1.5
+
+---

Old:

  pinta-1.4.tar.gz

New:

  pinta-1.5.tar.gz



Other differences:
--
++ pinta.spec ++
--- /var/tmp/diff_new_pack.Fnlh1Q/_old  2014-05-27 18:30:15.0 +0200
+++ /var/tmp/diff_new_pack.Fnlh1Q/_new  2014-05-27 18:30:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pinta
-Version:1.4
+Version:1.5
 Release:0
 Summary:Simple Paint Application
 License:MIT
@@ -26,11 +26,11 @@
 Source0:%{name}-%{version}.tar.gz
 BuildRequires:  glade-sharp2
 BuildRequires:  gtk-sharp2
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  mono-devel = 2.8
 BuildRequires:  mono-addins
+BuildRequires:  mono-devel = 2.8
 BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
 Requires:   gnome-icon-theme
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ pinta-1.4.tar.gz - pinta-1.5.tar.gz ++
 179418 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-tornado for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2014-05-27 18:30:16

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


Package is python-tornado

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2013-11-18 10:54:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2014-05-27 18:30:17.0 +0200
@@ -1,0 +2,12 @@
+Tue May 20 13:05:18 UTC 2014 - toddrme2...@gmail.com
+
+- Update dependencies
+
+---
+Sun May 11 14:00:00 UTC 2014 - and...@opensuse.org
+
+- new upstream version 3.2.1
+  - several new modules and bugfixes check website for details
+http://www.tornadoweb.org/en/stable/releases.html
+
+---

Old:

  tornado-3.1.1.tar.gz

New:

  tornado-3.2.1.tar.gz



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.XuOEKQ/_old  2014-05-27 18:30:19.0 +0200
+++ /var/tmp/diff_new_pack.XuOEKQ/_new  2014-05-27 18:30:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# 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
@@ -16,7 +16,7 @@
 #
 
 Name:   python-tornado
-Version:3.1.1
+Version:3.2.1
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
@@ -25,13 +25,20 @@
 Source: 
https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-Requires:   python-pycurl
+BuildRequires:  python-backports.ssl_match_hostname
+BuildRequires:  python-futures
+BuildRequires:  python-pycurl
+BuildRequires:  python-simplejson
+Requires:   python-backports.ssl_match_hostname
 Requires:   python-simplejson
+Recommends: python-futures
+Recommends: python-Monotime
+Recommends: python-pycares
+Recommends: python-pycurl
+Recommends: python-Twisted
 BuildRequires:  fdupes
 %if 0%{?suse_version} = 1110
-%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%else
-BuildArch:  noarch
+%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(True);)}
 %endif
 
 %description
@@ -60,11 +67,12 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes demos
 
 %files
 %defattr(-,root,root,-)
 %doc demos
-%{python_sitelib}/tornado
-%{python_sitelib}/tornado-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/tornado
+%{python_sitearch}/tornado-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ tornado-3.1.1.tar.gz - tornado-3.2.1.tar.gz ++
 11827 lines of diff (skipped)

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



commit setools for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package setools for openSUSE:Factory checked 
in at 2014-05-27 18:30:21

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


Package is setools

Changes:

--- /work/SRC/openSUSE:Factory/setools/setools.changes  2013-10-14 
22:05:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.setools.new/setools.changes 2014-05-27 
18:30:23.0 +0200
@@ -1,0 +2,6 @@
+Mon May 26 20:47:23 CEST 2014 - r...@suse.de
+
+- add patch: setools-3.3.7-libselinux-2.3.patch
+  fix build with libselinux-2.3 
+
+---

New:

  setools-3.3.7-libselinux-2.3.patch



Other differences:
--
++ setools.spec ++
--- /var/tmp/diff_new_pack.yTv8YS/_old  2014-05-27 18:30:24.0 +0200
+++ /var/tmp/diff_new_pack.yTv8YS/_new  2014-05-27 18:30:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package setools
 #
-# 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
@@ -43,6 +43,7 @@
 Patch15:0006-Changes-to-support-named-file_trans-rules.patch
 Patch16:0007-Remove-unused-variables.patch
 Patch23:add-to-header-define_cond_filename_trans.patch
+Patch24:setools-3.3.7-libselinux-2.3.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -237,6 +238,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch23 -p1
+%patch24 -p1
 
 %build
 autoreconf -fi

++ setools-3.3.7-libselinux-2.3.patch ++
--- a/secmds/replcon.cc
+++ b/secmds/replcon.cc
@@ -60,7 +60,7 @@
{NULL, 0, NULL, 0}
 };
 
-extern int lsetfilecon_raw(const char *, security_context_t) __attribute__ 
((weak));
+extern int lsetfilecon_raw(const char *, const char *) __attribute__ ((weak));
 
 /**
  * As that setools must work with older libselinux versions that may
@@ -68,7 +68,7 @@
  * does indeed have the new functions then use them; otherwise
  * fallback to the originals.
  */
-static int replcon_lsetfilecon(const char *path, security_context_t context)
+static int replcon_lsetfilecon(const char *path, const char *context)
 {
if (lsetfilecon_raw != NULL)
{
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit solid for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2014-05-27 18:33:01

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


Package is solid

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2014-05-14 
20:28:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2014-05-27 
18:33:02.0 +0200
@@ -1,0 +2,5 @@
+Tue May 27 09:55:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build with pkgconfig(libudev), not pkgconfig(udev)
+
+---



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.nurG7r/_old  2014-05-27 18:33:03.0 +0200
+++ /var/tmp/diff_new_pack.nurG7r/_new  2014-05-27 18:33:03.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) = 5.2.0
-BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(libudev)
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1+
 Group:  System/GUI/KDE

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



commit virt-manager for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-05-27 18:33:18

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


Package is virt-manager

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-05-16 18:17:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-05-27 18:33:19.0 +0200
@@ -1,0 +2,16 @@
+Tue May 27 09:13:49 UTC 2014 - cbosdon...@suse.com
+
+- bnc#870587 - Don't create a default QEMU disk image in the new lxc
+  container wizard.
+  virtman-lxc-no-default-disk.patch
+
+---
+Wed May 21 13:43:18 UTC 2014 - cbosdon...@suse.com
+
+- Improve virt-manager default connections at first start
+  * virtman-default-lxc-uri.patch: when only libvirt's lxc driver
+is available locally, add lxc:///
+  * virtman-add-connect-default.patch: when no hypervisor can be
+found locally, open the new connection dialog
+
+---

New:

  virtman-add-connect-default.patch
  virtman-default-lxc-uri.patch
  virtman-lxc-no-default-disk.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.odOydl/_old  2014-05-27 18:33:21.0 +0200
+++ /var/tmp/diff_new_pack.odOydl/_new  2014-05-27 18:33:21.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define with_guestfs   0
 %define askpass_packageopenssh-askpass
 %define qemu_user  qemu
@@ -80,6 +81,10 @@
 Patch68:virtman-stable-os-support.patch
 Patch69:virtman-add-s390x-arch-support.patch
 Patch70:virtman-prevent-double-click-starting-vm-twice.patch
+Patch71:virtman-default-lxc-uri.patch
+Patch72:virtman-add-connect-default.patch
+# PATCH-FIX-UPSTREAM virtman-lxc-no-default-disk.patch -- pending upstream 
review, bnc#870587
+Patch73:virtman-lxc-no-default-disk.patch
 Patch151:   virtinst-storage-ocfs2.patch
 Patch152:   virtinst-qed.patch
 Patch153:   virtinst-support-suse-distros.patch
@@ -224,6 +229,9 @@
 %patch68 -p1
 %patch69 -p1
 %patch70 -p1
+%patch71 -p1
+%patch72 -p1
+%patch73 -p1
 %patch151 -p1
 %patch152 -p1
 %patch153 -p1
@@ -232,7 +240,7 @@
 %patch156 -p1
 %patch157 -p1
 %patch158 -p1
-%patch159 -p1
+###%patch159 -p1 nocow flag
 %patch160 -p1
 %patch161 -p1
 

++ virtman-add-connect-default.patch ++
Index: virt-manager-1.0.1/virtManager/engine.py
===
--- virt-manager-1.0.1.orig/virtManager/engine.py
+++ virt-manager-1.0.1/virtManager/engine.py
@@ -205,9 +205,6 @@ class vmmEngine(vmmGObject):
 except:
 logging.exception(Error talking to PackageKit)
 
-if tryuri is None:
-tryuri = qemu:///system
-
 warnmsg = _(The 'libvirtd' service will need to be started.\n\n
 After that, virt-manager will connect to libvirt on\n
 the next application start up.)
@@ -221,7 +218,11 @@ class vmmEngine(vmmGObject):
 if not connected and do_start:
 manager.err.ok(_(Libvirt service must be started), warnmsg)
 
-self.idle_add(idle_connect)
+# If there is no default URI to be found, show the new connection 
dialog
+if tryuri is None:
+self._do_show_connect(self.windowManager)
+else:
+self.idle_add(idle_connect)
 
 
 def load_stored_uris(self):
++ virtman-default-lxc-uri.patch ++
From 02c2d2fcb3c445082a91807ab277a7c85d0a38db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= cedric.bosdon...@free.fr
Date: Tue, 20 May 2014 17:14:27 +0200
Subject: [PATCH] Default connection URI if libvirt-daemon-driver-lxc is
 installed

The default URI is set to lxc:/// if libvirt's lxc driver is installed
locally, but only if there is no kvm/xen URI to default to.
---
 virtManager/connect.py |  4 
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/virtManager/connect.py b/virtManager/connect.py
index 1247d75..34835fa 100644
--- a/virtManager/connect.py
+++ b/virtManager/connect.py
@@ -116,6 +116,10 @@ class vmmConnect(vmmGObjectUI):
 return qemu:///system
 else:
 return qemu:///session
+
+if (os.path.exists(/usr/lib/libvirt/libvirt_lxc) or
+os.path.exists(/usr/lib64/libvirt/libvirt_lxc)):
+return lxc:///
 return None
 
 def cancel(self, ignore1=None, ignore2=None):
-- 
1.8.4.5


commit kernel-source for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2014-05-27 18:58:39

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


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2014-05-23 10:55:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2014-05-27 18:58:41.0 +0200
@@ -1,0 +2,29 @@
+Fri May 23 15:27:33 CEST 2014 - je...@suse.de
+
+- config: sync vanilla configs for 3.15-rc6.
+- commit acf7dab
+
+---
+Fri May 23 15:13:50 CEST 2014 - je...@suse.de
+
+- Update to 3.15-rc6.
+- Config changes:
+  - ACPI_PROCFS_POWER=y (default n)
+- Should eventually be =n once userspace tools have been audited.
+- commit d2be7e3
+
+---
+Fri May 23 14:37:40 CEST 2014 - jdelv...@suse.de
+
+- Update ppc config files: Disable SH_MOBILE media drivers
+  These are useless on PowerPC.
+- commit cacd723
+
+---
+Fri May 23 11:27:56 CEST 2014 - jdelv...@suse.de
+
+- Update config files: Disable remaining R-CAR drivers
+  These drivers are useless except on arm/shmobile.
+- commit 2dd69e8
+
+---
@@ -167,0 +197,7 @@
+
+---
+Mon May 12 10:15:01 CEST 2014 - mma...@suse.cz
+
+- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
+  (bnc#877267)
+- commit f928d60
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-exynos.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

Old:

  linux-3.15-rc5.tar.xz

New:

  linux-3.15-rc6.tar.xz



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.0 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.0 +0200
@@ -19,8 +19,8 @@
 # This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
 # needssslcertforbuild
 
-%define srcversion 3.15-rc5
-%define patchversion 3.15.0-rc5
+%define srcversion 3.15-rc6
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:A Debug Version of the Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:3.15.rc5
+Version:3.15.rc6
 %if 0%{?is_kotd}
-Release:RELEASE.gcc68f12
+Release:RELEASE.g346029d
 %else
 Release:0
 %endif
@@ -539,6 +539,20 @@
 # mark the file 0644 again
 chmod +x %buildroot/$vmlinux
 if test $1 == --compressed; then
+%if 0%{?__debug_package:1}
+# split the debug information just to keep the compressed file
+# reasonably small
+local vmlinux_debug=usr/lib/debug/$vmlinux.debug
+mkdir -p $(dirname %buildroot/$vmlinux_debug)
+objcopy --only-keep-debug \
+%buildroot/$vmlinux \
+%buildroot/$vmlinux_debug || :
+objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
+--strip-debug \
+%buildroot/$vmlinux || :
+# let find-debuginfo.sh do the real job
+rm -f %buildroot/$vmlinux_debug
+%endif
 gzip -n -k -9 %buildroot/$vmlinux
 ghost_vmlinux=true
 else

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.0 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 3.15.0-rc5
+%define patchversion 3.15.0-rc6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -25,9 +25,9 @@
 Summary:Kernel Documentation
 License:GPL-2.0
 Group:  Documentation/Man
-Version:3.15.rc5
+Version:3.15.rc6
 %if 0%{?is_kotd}
-Release:RELEASE.gcc68f12
+Release:RELEASE.g346029d
 %else
 Release:0
 %endif

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.RyJQmM/_old  2014-05-27 18:58:52.0 +0200
+++ /var/tmp/diff_new_pack.RyJQmM/_new  2014-05-27 18:58:52.0 +0200
@@ 

commit ncurses for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2014-05-28 06:42:56

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


Package is ncurses

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2014-05-22 
20:38:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2014-05-28 
06:42:58.0 +0200
@@ -1,0 +2,53 @@
+Mon May 26 08:38:03 UTC 2014 - wer...@suse.de
+
+- Add ncurses patch 20140524
+  + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
+environment variable.
+  + improve discussion of input-echoing in curs_getch.3x
+  + clarify discussion in curs_addch.3x of wrapping.
+  + modify parametrized.h to make fln non-padded.
+  + correct several entries which had termcap-style padding used in
+terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
+  + correct syntax for padding in some entries: dg211, h19 -TD
+  + correct ti924-8 which had confused padding versus octal escapes -TD
+  + correct padding in sbi entry -TD
+  + fix an old bug in the termcap emulation; %i was ignored in tparm()
+because the parameters to be incremented were already on the internal
+stack (report by Corinna Vinschen).
+  + modify tic's -c option to take into account the -C option to
+activate additional checks which compare the results from running
+tparm() on the terminfo expressions versus the translated termcap
+expressions.
+  + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
+cf: 20120324).
+   patches by Nicolas Boulenguez:
+  + explicit dereferences to suppress some style warnings.
+  + when c_varargs_to_ada.c includes its header, use double quotes
+instead of .
+  + samples/ncurses2-util.adb:  removed unused with clause.  The warning
+was removed by an obsolete pragma.
+  + replaced Unreferenced pragmas with Warnings (Off).  The latter,
+available with older GNATs, needs no configure test.  This also
+replaces 3 untested Unreferenced pragmas.
+  + simplified To_C usage in trace handling.  Using two parameters allows
+some basic formatting, and avoids a warning about security with some
+compiler flags.
+  + for generated Ada sources, replace many snippets with one pure
+package.
+  + removed C_Chtype and its conversions.
+  + removed C_AttrType and its conversions.
+  + removed conversions between int, Item_Option_Set, Menu_Option_Set.
+  + removed int, Field_Option_Set, Item_Option_Set conversions.
+  + removed C_TraceType, Attribute_Option_Set conversions.
+  + replaced C.int with direct use of Eti_Error, now enumerated.  As it
+was used in a case statement, values were tested by the Ada compiler
+to be consecutive anyway.
+  + src/Makefile.in: remove duplicate stanza
+only consider using a project for shared libraries.
+- Add tack patch 1.07.20130713
+  * init.c: typo
+  * fun.c, scan.c: fix warnings from clang 3.3 --analyze
+  * init.c: add error check to setupterm call; ncurses does in fact
+allow hardcopy and generic terminal descriptions (Debian #716377).
+
+---

Old:

  tack-1.07-20120916.tar.bz2

New:

  tack-1.07-20130713.tar.bz2



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.nQEKJN/_old  2014-05-28 06:43:00.0 +0200
+++ /var/tmp/diff_new_pack.nQEKJN/_new  2014-05-28 06:43:00.0 +0200
@@ -44,7 +44,7 @@
 Source2:handle.linux
 Source3:README.devel
 Source4:ncurses-rpmlintrc
-Source5:tack-1.07-20120916.tar.bz2
+Source5:tack-1.07-20130713.tar.bz2
 Source6:edit.sed
 Source7:baselibs.conf
 Patch0: ncurses-%{version}.dif

++ ncurses-5.9-patches.tar.bz2 ++
 30564 lines of diff (skipped)

++ tack-1.07-20120916.tar.bz2 - tack-1.07-20130713.tar.bz2 ++
 7468 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tack-1.07-20120916/CHANGES new/tack-1.07-20130713/CHANGES
--- old/tack-1.07-20120916/CHANGES  2012-09-17 01:47:41.0 +0200
+++ new/tack-1.07-20130713/CHANGES  2013-07-13 21:07:40.0 +0200
@@ -1,3 +1,39 @@
+2013-07-13  Thomas E. Dickey  t...@invisible-island.net
+
+   * init.c: typo
+
+   * fun.c, scan.c: fix warnings from clang 3.3 --analyze
+
+   * init.c:
+   

commit systemd for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2014-05-28 06:43:08

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2014-05-27 
07:09:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2014-05-28 06:43:12.0 +0200
@@ -1,0 +2,25 @@
+Tue May 27 07:23:47 UTC 2014 - wer...@suse.de
+
+- Add upstream patches
+  0001-Do-not-unescape-unit-names-in-Install-section.patch
+  0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch
+
+---
+Mon May 26 16:34:10 UTC 2014 - wer...@suse.de
+
+- Add upstream patch
+  1020-udev-keyboard-also-hook-into-change-events.patch
+
+---
+Mon May 26 15:25:28 UTC 2014 - wer...@suse.de
+
+- Add upstream patches to update keyboard data base
+  0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch
+  0002-keymap-Asus-EeePC-touchpad-toggle-key.patch
+- Add upstream patches
+  0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch
+  0002-nspawn-restore-journal-directory-is-empty-check.patch
+  0003-core-never-consider-failure-when-reading-drop-ins-fa.patch
+  0004-socket-properly-handle-if-our-service-vanished-durin.patch
+
+---
systemd.changes: same change

New:

  0001-Do-not-unescape-unit-names-in-Install-section.patch
  0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch
  0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch
  0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch
  0002-keymap-Asus-EeePC-touchpad-toggle-key.patch
  0002-nspawn-restore-journal-directory-is-empty-check.patch
  0003-core-never-consider-failure-when-reading-drop-ins-fa.patch
  0004-socket-properly-handle-if-our-service-vanished-durin.patch
  1020-udev-keyboard-also-hook-into-change-events.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.nBNzTX/_old  2014-05-28 06:43:15.0 +0200
+++ /var/tmp/diff_new_pack.nBNzTX/_new  2014-05-28 06:43:15.0 +0200
@@ -495,6 +495,22 @@
 Patch252:   0002-journal-properly-detect-language-specified-in-line.patch
 # PATCHFIX-UPSTREAM added at 2014/05/21
 Patch253:   0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch254:   0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch255:   0002-keymap-Asus-EeePC-touchpad-toggle-key.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch256:   0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch257:   0002-nspawn-restore-journal-directory-is-empty-check.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch258:   0003-core-never-consider-failure-when-reading-drop-ins-fa.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch259:   0004-socket-properly-handle-if-our-service-vanished-durin.patch
+# PATCHFIX-UPSTREAM added at 2014/05/27
+Patch260:   0001-Do-not-unescape-unit-names-in-Install-section.patch
+# PATCHFIX-UPSTREAM added at 2014/05/27
+Patch261:   0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch
 
 # UDEV PATCHES
 # 
@@ -540,6 +556,8 @@
 Patch1018:  1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch
 # PATCH-FIX-UPSTREAM added at 2014/05/20
 Patch1019:  1019-udev-avoid-use-of-uninitialized-err.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch1020:  1020-udev-keyboard-also-hook-into-change-events.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -940,6 +958,14 @@
 %patch251 -p0
 %patch252 -p0
 %patch253 -p0
+%patch254 -p0
+%patch255 -p0
+%patch256 -p0
+%patch257 -p0
+%patch258 -p0
+%patch259 -p0
+%patch260 -p0
+%patch261 -p0
 
 # udev patches
 %patch1001 -p1
@@ -962,6 +988,7 @@
 %patch1017 -p0
 %patch1018 -p0
 %patch1019 -p0
+%patch1020 -p0
 
 # ensure generate files are removed
 rm -f units/emergency.service

++ systemd.spec ++
--- /var/tmp/diff_new_pack.nBNzTX/_old  2014-05-28 06:43:15.0 +0200
+++ /var/tmp/diff_new_pack.nBNzTX/_new  2014-05-28 06:43:15.0 +0200
@@ -490,6 +490,22 @@
 Patch252:   0002-journal-properly-detect-language-specified-in-line.patch
 # PATCHFIX-UPSTREAM added at 2014/05/21
 Patch253:   0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch
+# PATCHFIX-UPSTREAM added at 2014/05/26
+Patch254: