commit ImageMagick for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2013-04-05 07:45:53

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


Package is "ImageMagick", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2013-03-24 
21:58:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2013-04-05 07:45:54.0 +0200
@@ -1,0 +2,17 @@
+Fri Mar 29 09:37:28 UTC 2013 - pgaj...@suse.com
+
+- update to 6.8.4-0:
+  * dropped ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch,
+issue is almost fixed -> new test-signatures.patch,
+see followups in 
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479
+  * created rpath.patch
+  * created dont-build-in-install.patch
+- upstream changes
+  * Do not write zero-length TIFF tags
+  * Do not split words for caption
+  * The -blur, -guassian-blur, and -sharpen are now convenience methods
+for -morphology convolve.
+  * etc. see ChangeLog
+
+---

Old:

  ImageMagick-6.8.2-4.tar.bz2
  ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch
  ImageMagick-6.8.2.4-versioned-etc.patch

New:

  ImageMagick-6.8.4-0.tar.bz2
  ImageMagick-6.8.4.0-dont-build-in-install.patch
  ImageMagick-6.8.4.0-rpath.patch
  ImageMagick-6.8.4.0-test-signatures.patch



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.3H6tgD/_old  2013-04-05 07:46:23.0 +0200
+++ /var/tmp/diff_new_pack.3H6tgD/_new  2013-04-05 07:46:23.0 +0200
@@ -42,14 +42,14 @@
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 
-%define mfr_version 6.8.2
-%define mfr_revision 4
+%define mfr_version   6.8.4
+%define mfr_revision  0
 %define quantum_depth 8
 %define source_version %{mfr_version}-%{mfr_revision}
+%define libver  1
+%define libspec -6_Q%{quantum_depth}
 Version:%{mfr_version}.%{mfr_revision}
 Release:0
-%define libver  7
-%define libspec -Q%{quantum_depth}
 Summary:Viewer and Converter for Images
 License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
@@ -58,11 +58,16 @@
 # To get mtime of file
 Source1:ImageMagick.changes
 Source2:baselibs.conf
-Patch1: ImageMagick-6.6.8.9-examples.patch
-Patch2: ImageMagick-6.6.8.9-doc.patch
-Patch3: ImageMagick-6.7.6.1-no-dist-lzip.patch
-Patch4: ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch
-Patch5: ImageMagick-6.8.2.4-versioned-etc.patch
+# suse specific patches
+Patch0: ImageMagick-6.6.8.9-examples.patch
+Patch1: ImageMagick-6.6.8.9-doc.patch
+Patch2: ImageMagick-6.7.6.1-no-dist-lzip.patch
+Patch3: ImageMagick-6.8.4.0-rpath.patch
+# bugs
+# http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479 
comment from 2013-03-29
+Patch10:ImageMagick-6.8.4.0-test-signatures.patch
+# will ask upstream if needed, or if other solution exists
+Patch11:ImageMagick-6.8.4.0-dont-build-in-install.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package -n perl-PerlMagick
@@ -120,11 +125,12 @@
 
 %prep
 %setup -n ImageMagick-%{source_version}
+%patch0
 %patch1
-%patch2
+%patch2  -p1
 %patch3 -p1
-%patch4 -p4 -R
-%patch5 -p1
+%patch10 -p1
+%patch11 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -133,24 +139,24 @@
 CHANGES=`stat --format="%y" %SOURCE1|cut --characters=1-10`
 # Use mtime of .changes for build time
 sed -i -e "s|^PACKAGE_RELEASE_DATE.*$|PACKAGE_RELEASE_DATE=\"$CHANGES\"|" 
version.sh
-
 autoreconf --force --install -v
-
+automake
 %configure --with-pic \
   --enable-shared \
   --without-frozenpaths \
   --with-magick_plus_plus \
   --with-modules \
   --with-threads \
-  --without-perl \
+  --with-perl \
+  --with-perl-options="INSTALLDIRS=vendor CC='%__cc -L$PWD/magick/.libs' 
LDDLFLAGS='-shared -L$PWD/magick/.libs'" \
   --disable-static \
   --with-djvu=yes \
   --with-wmf=yes \
   --with-quantum-depth=%{quantum_depth}
+# don't build together, PerlMagick could be miscompiled when using parallel 
build[1]
+# [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec
 make %{?_smp_mflags} all
-cd PerlMagick
-perl Makefile.PL
-make %{?_smp_mflags} LD_RUN_PATH="%{_libdir}:%{_prefix}/X11R6/%{_lib}"
+make %{?_smp_mflags} perl-build
 
 %check
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs
@@ -165,10 +171,8 @@
 %{__make} install \
  DESTDIR=$RPM_BUILD_ROOT \
  pkgdocdir=%{_defaultdocdir}/%{name}/
-cd PerlMagick
-%{__make} "DESTDIR=${RPM_BUIL

commit Mesa for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-04-05 07:45:46

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


Package is "Mesa", Maintainer is "sndir...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-03-22 
12:03:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-04-05 
07:45:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 07:46:47 UTC 2013 - co...@suse.com
+
+- fix baselibs.conf
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.0b2MiF/_old  2013-04-05 07:45:51.0 +0200
+++ /var/tmp/diff_new_pack.0b2MiF/_new  2013-04-05 07:45:51.0 +0200
@@ -8,7 +8,7 @@
requires "Mesa-libGL-devel- = "
requires "Mesa-libGLESv1_CM-devel- = "
requires "Mesa-libGLESv2-devel- = "
-   requires "Mesa-libGLESv3-devel- = "
+   #requires "Mesa-libGLESv3-devel- = "
requires "Mesa-libIndirectGL1- = "
requires "Mesa-libIndirectGL-devel- = "
requires "libOSMesa9- = "
@@ -54,7 +54,7 @@
 libwayland-egl1  
 libwayland-egl-devel
requires -libwayland-egl-
-   requires "libwayland-egl- = "
+   requires "libwayland-egl1- = "
 Mesa-libglapi0
 Mesa-libglapi-devel
requires -Mesa-libglapi-

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



commit python-WebOb for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-WebOb for openSUSE:Factory 
checked in at 2013-04-05 07:44:40

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


Package is "python-WebOb", Maintainer is "radma...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes
2013-03-08 09:48:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebOb.new/python-WebOb.changes   
2013-04-05 07:44:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 27 13:26:48 UTC 2013 - speili...@suse.com
+
+- BuildRequire python (for ssl module) and drop pyOpenSSL
+
+---



Other differences:
--
++ python-WebOb.spec ++
--- /var/tmp/diff_new_pack.WxLnDq/_old  2013-04-05 07:44:59.0 +0200
+++ /var/tmp/diff_new_pack.WxLnDq/_new  2013-04-05 07:44:59.0 +0200
@@ -24,12 +24,14 @@
 Group:  Development/Languages/Python
 Url:http://webob.org/
 Source: 
http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
-BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Test requirements:
+# for ssl module:
+BuildRequires:  python
 BuildRequires:  python-nose
-BuildRequires:  python-pyOpenSSL
-Requires:   python-pyOpenSSL
+# Documentation requirements:
+BuildRequires:  python-Sphinx
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   python-webob = %{version}
 Obsoletes:  python-webob < %{version}

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



commit python-sip for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-04-05 07:44:30

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


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-03-28 
13:24:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-04-05 07:44:55.0 +0200
@@ -4 +4 @@
-- update to 4.14.5:
+- update to 4.14.5 (bnc#812130):



Other differences:
--
python3-sip.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit horde5 for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package horde5 for openSUSE:Factory checked 
in at 2013-04-05 07:44:18

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


Package is "horde5", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/horde5/horde5.changes2013-01-08 
21:10:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.horde5.new/horde5.changes   2013-04-05 
07:44:51.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 21:07:00 UTC 2013 - co...@suse.com
+
+- make sure not to make /etc/apache2 writable to wwwrun
+
+---



Other differences:
--
++ horde5.spec ++
--- /var/tmp/diff_new_pack.DCG22i/_old  2013-04-05 07:44:54.0 +0200
+++ /var/tmp/diff_new_pack.DCG22i/_new  2013-04-05 07:44:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package horde5
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -146,7 +146,6 @@
 
 %build
 
-
 %install
 pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
 
@@ -248,6 +247,8 @@
 %{_bindir}/horde-set-perms
 %{_bindir}/horde-themes
 %{_bindir}/horde-translation
+%dir /etc/apache2
+%dir /etc/apache2/vhosts.d
 ## the config stuff in /etc
 %defattr(0640, wwwrun, root, 0750)
 %dir /etc/horde
@@ -259,8 +260,6 @@
 %config(noreplace) /etc/horde/horde/conf.bak.php
 %config(noreplace) /etc/horde/horde/registry.local.php
 %config(noreplace) /etc/horde/horde/prefs.local.php
-%dir /etc/apache2
-%dir /etc/apache2/vhosts.d
 %config /etc/apache2/vhosts.d/horde.vhost.conf.template
 
 %changelog

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



commit grub2 for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2013-04-05 07:44:11

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


Package is "grub2", Maintainer is "mch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2013-04-02 
11:49:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-04-05 
07:44:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 06:55:52 UTC 2013 - mch...@suse.com
+
+- refresh grub2-secureboot-chainloader.patch: Fix wrongly aligned
+  buffer address (bnc#811608) 
+
+---
@@ -13,0 +20,5 @@
+
+---
+Sat Mar 23 18:31:07 UTC 2013 - arvidj...@gmail.com
+
+- corretly set chainloaded image device handle in secure boot mode (bnc#809038)



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.zeQKm8/_old  2013-04-05 07:44:51.0 +0200
+++ /var/tmp/diff_new_pack.zeQKm8/_new  2013-04-05 07:44:51.0 +0200
@@ -47,8 +47,8 @@
 BuildRequires:  xz-devel
 %ifarch x86_64
 %if 0%{?suse_version} >= 1230 || 0%{?suse_version} == 1110
-BuildRequires:  pesign-obs-integration
 BuildRequires:  openssl >= 0.9.8
+BuildRequires:  pesign-obs-integration
 %endif
 %endif
 

++ grub2-secureboot-chainloader.patch ++
--- /var/tmp/diff_new_pack.zeQKm8/_old  2013-04-05 07:44:51.0 +0200
+++ /var/tmp/diff_new_pack.zeQKm8/_new  2013-04-05 07:44:51.0 +0200
@@ -21,11 +21,11 @@
  grub-core/loader/efi/chainloader.c |  538 +--
  1 files changed, 507 insertions(+), 31 deletions(-)
 
-diff --git a/grub-core/loader/efi/chainloader.c 
b/grub-core/loader/efi/chainloader.c
-index 3f3e6e3..12e1aff 100644
 a/grub-core/loader/efi/chainloader.c
-+++ b/grub-core/loader/efi/chainloader.c
-@@ -36,15 +36,30 @@
+Index: grub-2.00/grub-core/loader/efi/chainloader.c
+===
+--- grub-2.00.orig/grub-core/loader/efi/chainloader.c
 grub-2.00/grub-core/loader/efi/chainloader.c
+@@ -36,15 +36,31 @@
  #include 
  #include 
  
@@ -48,6 +48,7 @@
  static grub_efi_handle_t image_handle;
  static grub_efi_char16_t *cmdline;
 +static grub_ssize_t cmdline_len;
++static grub_efi_handle_t dev_handle;
 +
 +#ifdef SUPPORT_SECURE_BOOT
 +static grub_efi_boolean_t debug_secureboot = 0;
@@ -56,7 +57,15 @@
  
  static grub_err_t
  grub_chainloader_unload (void)
-@@ -186,12 +201,458 @@ make_file_path (grub_efi_device_path_t *dp, const char 
*filename)
+@@ -59,6 +75,7 @@ grub_chainloader_unload (void)
+   grub_free (cmdline);
+   cmdline = 0;
+   file_path = 0;
++  dev_handle = 0;
+ 
+   grub_dl_unref (my_mod);
+   return GRUB_ERR_NONE;
+@@ -186,19 +203,466 @@ make_file_path (grub_efi_device_path_t *
return file_path;
  }
  
@@ -397,7 +406,7 @@
 +  goto error_exit;
 +}
 +
-+  buffer_aligned = (char *)ALIGN_DOWN ((grub_addr_t)buffer, 
section_alignment);
++  buffer_aligned = (char *)ALIGN_UP ((grub_addr_t)buffer, section_alignment);
 +
 +  grub_memcpy (buffer_aligned, data, context.size_of_headers);
 +
@@ -456,6 +465,7 @@
 +  li->load_options = cmdline;
 +  li->load_options_size = cmdline_len;
 +  li->file_path = grub_efi_get_media_file_path (file_path);
++  li->device_handle = dev_handle;
 +  if (li->file_path)
 +{
 +  grub_printf ("file path: ");
@@ -493,6 +503,7 @@
 +  grub_free (cmdline);
 +  cmdline = 0;
 +  file_path = 0;
++  dev_handle = 0;
 +
 +  grub_dl_unref (my_mod);
 +  return GRUB_ERR_NONE;
@@ -516,7 +527,18 @@
grub_efi_status_t status;
grub_efi_boot_services_t *b;
grub_device_t dev = 0;
-@@ -213,6 +674,32 @@ grub_cmd_chainloader (grub_command_t cmd __attribute__ 
((unused)),
+   grub_efi_device_path_t *dp = 0;
+   grub_efi_loaded_image_t *loaded_image;
+   char *filename;
+-  grub_efi_handle_t dev_handle = 0;
+ 
+   if (argc == 0)
+ return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("filename expected"));
+@@ -210,9 +674,36 @@ grub_cmd_chainloader (grub_command_t cmd
+   address = 0;
+   image_handle = 0;
+   file_path = 0;
++  dev_handle = 0;
  
b = grub_efi_system_table->boot_services;
  
@@ -549,7 +571,7 @@
file = grub_file_open (filename);
if (! file)
  goto fail;
-@@ -258,14 +745,14 @@ grub_cmd_chainloader (grub_command_t cmd __attribute__ 
((unused)),
+@@ -258,14 +749,14 @@ grub_cmd_chainloader (grub_command_t cmd
grub_printf ("file path: ");
grub_efi_print_device_path (file_path);
  
@@ -567,7 +589,7 @@
  
status = efi_call_4 (b->allocate_pages, GRUB_EFI_ALLOCATE_ANY_PAGES,
  GRUB_EFI_LOADER_CODE,
-@@

commit vsftpd for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2013-04-05 07:43:21

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


Package is "vsftpd", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2013-03-07 
07:35:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2013-04-05 
07:43:40.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr  4 08:35:40 UTC 2013 - mvysko...@suse.com
+
+- add vsftpd-enable-dev-log-sendto.patch (bnc#812406#c1)
+  * this enabled a sendto on /dev/log socket when syslog is enabled
+- provide more verbose explanation about isolate_network and seccomp_sanbox in
+  config file template
+- don't install init file on openSUSE 13.1+
+- drop a build support for SL 10 and older
+
+---
+Fri Mar 29 13:15:46 UTC 2013 - mvysko...@suse.com
+
+- add vsftpd-drop-newpid-from-clone.patch (bnc#786024#c38)
+  * drop CLONE_NEWPID from clone to enable audit system
+- add vsftpd-enable-fcntl-f_setfl.patch (bnc#812406)
+  * unconditionally enable F_SETFL patch - might be safe to do
+
+---

New:

  vsftpd-drop-newpid-from-clone.patch
  vsftpd-enable-dev-log-sendto.patch
  vsftpd-enable-fcntl-f_setfl.patch



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.9sFmFQ/_old  2013-04-05 07:43:55.0 +0200
+++ /var/tmp/diff_new_pack.9sFmFQ/_new  2013-04-05 07:43:55.0 +0200
@@ -16,15 +16,16 @@
 #
 
 
+%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} < 1001
-BuildRequires:  libcap
-%else
-BuildRequires:  libcap-devel
-%endif
 %if 0%{?suse_version} > 1140
 BuildRequires:  systemd
 %endif
@@ -54,7 +55,14 @@
 Patch9: vsftpd-2.3.5-conf.patch
 Patch10:vsftpd-3.0.0_gnu_source_defines.patch
 Patch11:vsftpd-3.0.0-optional-seccomp.patch
+#PATCH-FIX-OPENSUSE: bnc#786024
 Patch12:vsftpd-allow-dev-log-socket.patch
+#PATCH-FIX-OPENSUSE: bnc#786024, second issue with pam_login_acct
+Patch13:vsftpd-drop-newpid-from-clone.patch
+#PATCH-FIX-OPENSUSE: bnc#812406
+Patch14:vsftpd-enable-fcntl-f_setfl.patch
+#PATCH-FIX-OPENSUSE: bnc#812406
+Patch15:vsftpd-enable-dev-log-sendto.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ftp-server
 PreReq: %insserv_prereq /usr/sbin/useradd
@@ -86,6 +94,9 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
 
 %build
 %define seccomp_opts %{nil}
@@ -106,8 +117,12 @@
 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 %{with_sysvinit}
 install -D -m 755 %SOURCE3 $RPM_BUILD_ROOT/etc/init.d/%name
 ln -sf ../../etc/init.d/%name $RPM_BUILD_ROOT/%_prefix/sbin/rc%name
+%else
+ln -sf ../../sbin/service $RPM_BUILD_ROOT/%{_prefix}/sbin/rc%{name}
+%endif
 install -d $RPM_BUILD_ROOT/%_datadir/omc/svcinfo.d/
 install -D -m 644 %SOURCE5 $RPM_BUILD_ROOT/%_datadir/omc/svcinfo.d/
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
@@ -123,20 +138,29 @@
 %endif
 
 %preun
+if [ -e /etc/init.d/%{name} ]; then
 %stop_on_removal %name
+fi
+
 %if 0%{?suse_version} > 1140
 %service_del_preun %{name}.service
 %endif
 
 %post
+%if %{with_sysvinit}
 %{fillup_and_insserv -f %{name}}
+%endif
+
 %if 0%{?suse_version} > 1140
 %service_add_post %{name}.service
 %endif
 
 %postun
+%if %{with_sysvinit}
 %insserv_cleanup
 %restart_on_update %name
+%endif
+
 %if 0%{?suse_version} > 1140
 %service_del_postun %{name}.service
 %endif
@@ -151,7 +175,9 @@
 %endif
 /usr/sbin/%name
 /usr/sbin/rc%name
+%if %{with_sysvinit}
 %config /etc/init.d/%name
+%endif
 %_datadir/omc/svcinfo.d/vsftpd.xml
 %dir /usr/share/empty
 %config(noreplace) /etc/xinetd.d/%name

++ vsftpd-2.3.5-conf.patch ++
--- /var/tmp/diff_new_pack.9sFmFQ/_old  2013-04-05 07:43:55.0 +0200
+++ /var/tmp/diff_new_pack.9sFmFQ/_new  2013-04-05 07:43:55.0 +0200
@@ -174,7 +174,7 @@
  # Enable this and the server will recognise asynchronous ABOR requests. Not
  # recommended for security (the code is non-trivial). Not enabling it,
  # however, may confuse older FTP clients.
-@@ -77,41 +164,34 @@ connect_from_port_20=YES
+@@ -77,41 +164,46 @@ connect_from_

commit userspace-rcu for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package userspace-rcu for openSUSE:Factory 
checked in at 2013-04-05 07:43:14

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


Package is "userspace-rcu", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/userspace-rcu/userspace-rcu.changes  
2012-08-31 10:02:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.userspace-rcu.new/userspace-rcu.changes 
2013-04-05 07:43:26.0 +0200
@@ -1,0 +2,22 @@
+Wed Mar 27 07:56:12 UTC 2013 - pgaj...@suse.com
+
+- updated to 0.7.6:
+  * Discourage use of pthread_atfork() for call_rcu handlers
+  * Fix call_rcu fork handling
+  * test: fork handling
+  * Fix TLS detection: test with linker, add --disable-compiler-tls
+  * Cleanup: cast pthread_self() return value to unsigned long
+  * Fallback mechanism not working on platform where TLS is unsupported
+
+---
+Tue Nov 20 10:59:25 UTC 2012 - pgaj...@suse.com
+
+- updated to 0.7.5:
+  * 19cf3ae Fix: call_rcu list corruption on teardown
+  * Ensure that read-side functions meet 10-line LGPL criterion
+  * tls-compat.h: document sigaltstack(2) limitation
+  * urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe
+  * Document sigaltstack(2) limitation
+  * Documentation: update LICENSE file
+
+---

Old:

  userspace-rcu-0.7.4.tar.bz2

New:

  userspace-rcu-0.7.6.tar.bz2



Other differences:
--
++ userspace-rcu.spec ++
--- /var/tmp/diff_new_pack.5kLJU4/_old  2013-04-05 07:43:38.0 +0200
+++ /var/tmp/diff_new_pack.5kLJU4/_new  2013-04-05 07:43:38.0 +0200
@@ -1,4 +1,8 @@
 # vim: set sw=4 ts=4 et nu:
+#
+# spec file for package userspace-rcu
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -11,19 +15,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   userspace-rcu
-Version:0.7.4
-%define soname  1
+Version:0.7.6
 Release:0
+%define soname  1
 Summary:Userspace Read-Copy-Update Library
-Source: 
http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2
-URL:http://lttng.org/urcu
+License:LGPL-2.1+ and MIT and GPL-2.0+ and GPL-3.0+
 Group:  System/Libraries
-License:LGPL-2.1+ and MIT and GPL-2.0+
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
-BuildRequires:  gcc make glibc-devel pkgconfig
-BuildRequires:  autoconf automake libtool
+Source: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2
+Url:http://lttng.org/urcu
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  make
+BuildRequires:  pkgconfig
 
 %description
 liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data

++ userspace-rcu-0.7.4.tar.bz2 -> userspace-rcu-0.7.6.tar.bz2 ++
 19633 lines of diff (skipped)

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



commit unifraktur-fonts for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package unifraktur-fonts for 
openSUSE:Factory checked in at 2013-04-05 07:43:06

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


Package is "unifraktur-fonts", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.unifraktur-fonts.new/unifraktur-fonts.changes   
2013-04-05 07:43:13.0 +0200
@@ -0,0 +1,4 @@
+---
+Thu Mar 28 22:20:55 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0.20121019) for build.opensuse.org

New:

  UnifrakturCook.2012-07-21.zip
  UnifrakturMaguntia.2012-10-19.ttfautohint.zip
  unifraktur-fonts.changes
  unifraktur-fonts.spec



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

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


Name:   unifraktur-fonts
Version:0.20121019
Release:0
Summary:Fonts from the UniFraktur project
License:OFL-1.1
Group:  System/X11/Fonts
Url:http://unifraktur.sf.net/

Source: 
http://downloads.sf.net/unifraktur/UnifrakturMaguntia.2012-10-19.ttfautohint.zip
Source2:http://downloads.sf.net/unifraktur/UnifrakturCook.2012-07-21.zip
BuildRequires:  fontpackages-devel
BuildRequires:  unzip
%reconfigure_fonts_prereq
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Unifraktur provides a number of Fraktur blackletter font faces that
are optimized for @font-face embedding with CSS.

UnifrakturMaguntia is a weight-400 font baſed on Peter Wiegel’s font
"Berthold Mainzer Fraktur".

UnifrakturCook is a weight-700 font baſed on Peter Wiegel’s "Koch
Fette Deutſche Schrift". UnifrakturCook uſes the wideſt poſſible
range of modern ſmart font technologies for diſplaying the font’s
ligatures, OpenType, Apple Advanced Typography (AAT) and SIL
Graphite.

%prep
%setup -Tcqa0 -a2

%build
find . -type f -exec chmod a-x "{}" "+"

%install
c="%buildroot/%_ttfontsdir"
mkdir -p "$c"
cp -av Unifraktur*/*.ttf "$c/"

%reconfigure_fonts_scriptlets

%files
%defattr(-,root,root)
%dir %_ttfontsdir
%_ttfontsdir/*.ttf
%doc UnifrakturMaguntia.2012-10-19.ttfautohint/OFL.txt

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



commit totem for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2013-04-05 07:42:58

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


Package is "totem", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/totem/totem.changes  2013-02-11 
11:14:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2013-04-05 
07:42:58.0 +0200
@@ -1,0 +2,41 @@
+Tue Mar 26 09:06:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Wed Mar 20 18:42:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.93:
+  + Fix incorrect Vala generated files getting in the release.
+- Change build_zeitgeist_plugin back to 1, as the issue was fixed
+  by upstream.
+
+---
+Tue Mar 19 20:08:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Use yelp-tools instead of gnome-doc-utils.
+  + Add YouTube format configuration for grilo.
+  + Fix possible Unicode errors with MPRIS plugin.
+  + Use libgd's icon view for search results.
+  + Fix warnings for some files in the browse sidebar.
+  + Fix possible crashes in the chapters plugin.
+  + Fix playing audio CD tracks launched from Nautilus.
+  + Fix running when clutter-gst is in a different prefix.
+  + Plugins: Remove use of deprecated widgets in subtitles
+downloader.
+- Drop upstream fixed patches:
+  + totem-Use-Ctrl+C-as-the-shortcut.patch
+  + totem-Fix-playing-files-from-recent-files.patch
+  + totem-Fix-fetching-the-cover-art.patch
+- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
+  following upstream.
+- Change build_zeitgeist_plugin to 0 for now, as the tarball is
+  broken and building the plugin does not work.
+- Drop --disable-maintainer-mode and --disable-scrollkeeper
+  configure parameters: no longer needed.
+- Add gstreamer-plugins-bad Requires: needed for the scaletempo
+  plugin (bnc#809854, bnc#810376).
+
+---

Old:

  totem-3.6.3.tar.xz
  totem-Fix-fetching-the-cover-art.patch
  totem-Fix-playing-files-from-recent-files.patch
  totem-Use-Ctrl+C-as-the-shortcut.patch

New:

  totem-3.8.0.tar.xz



Other differences:
--
++ totem.spec ++
--- /var/tmp/diff_new_pack.dQQOHT/_old  2013-04-05 07:43:01.0 +0200
+++ /var/tmp/diff_new_pack.dQQOHT/_new  2013-04-05 07:43:01.0 +0200
@@ -19,23 +19,16 @@
 %define build_zeitgeist_plugin 1
 
 Name:   totem
-Version:3.6.3
+Version:3.8.0
 Release:0
-# FIXME: Check if --disable-maintainer-mode can be dropped from configure. 
Last checked with 3.2.0
-Url:http://www.gnome.org/projects/totem/
 Summary:Movie Player for the GNOME Desktop
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Players
-Source0:
http://download.gnome.org/sources/totem/3.6/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM totem-Use-Ctrl+C-as-the-shortcut.patch bgo#688298 
zai...@opensuse.org -- So as not to clash with Eject which already uses Ctrl+E, 
taken from upstream stable git.
-Patch0: totem-Use-Ctrl+C-as-the-shortcut.patch
-# PATCH-FIX-UPSTREAM totem-Fix-playing-files-from-recent-files.patch 
bgo#690304 zai...@opensuse.org -- Loads of confusion as to the playback path 
for trash:/// and recent:/// would cause an assertion when drag'n'dropping such 
a file, taken from upstream stable git.
-Patch1: totem-Fix-playing-files-from-recent-files.patch
-# PATCH-FIX-UPSTREAM totem-Fix-fetching-the-cover-art.patch bgo#690286 
zai...@opensuse.org -- Initialise the type of image so that we can save the 
cover image even if the image-type isn't defined, taken from upstream stable 
git.
-Patch2: totem-Fix-fetching-the-cover-art.patch 
+# FIXME: set build_zeitgeist_plugin to 1 again.
+Url:http://www.gnome.org/projects/totem/
+Source0:
http://download.gnome.org/sources/totem/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gstreamer-plugins-bad >= 0.11.93
 BuildRequires:  gstreamer-plugins-good >= 0.11.93
 # For gst-inspect tool
@@ -45,8 +38,9 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.14.1
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(clutter-1.0)
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.10.0
 BuildRequires:  pkgconfig(clutter-gst-2.0) >= 1.5.5

commit texlive-specs-z for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-z for openSUSE:Factory 
checked in at 2013-04-05 07:42:53

Comparing /work/SRC/openSUSE:Factory/texlive-specs-z (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-z.new (New)


Package is "texlive-specs-z", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-z/texlive-specs-z.changes  
2013-02-07 10:58:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-z.new/texlive-specs-z.changes 
2013-04-05 07:42:53.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-y for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-y for openSUSE:Factory 
checked in at 2013-04-05 07:42:47

Comparing /work/SRC/openSUSE:Factory/texlive-specs-y (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-y.new (New)


Package is "texlive-specs-y", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-y/texlive-specs-y.changes  
2013-02-07 10:58:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-y.new/texlive-specs-y.changes 
2013-04-05 07:42:46.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-x for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-x for openSUSE:Factory 
checked in at 2013-04-05 07:41:51

Comparing /work/SRC/openSUSE:Factory/texlive-specs-x (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-x.new (New)


Package is "texlive-specs-x", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-x/texlive-specs-x.changes  
2013-02-07 10:57:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-x.new/texlive-specs-x.changes 
2013-04-05 07:42:20.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-w for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-w for openSUSE:Factory 
checked in at 2013-04-05 07:41:28

Comparing /work/SRC/openSUSE:Factory/texlive-specs-w (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-w.new (New)


Package is "texlive-specs-w", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-w/texlive-specs-w.changes  
2013-02-07 10:57:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-w.new/texlive-specs-w.changes 
2013-04-05 07:42:16.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-v for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-v for openSUSE:Factory 
checked in at 2013-04-05 07:39:35

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


Package is "texlive-specs-v", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-v/texlive-specs-v.changes  
2013-02-07 10:57:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-v.new/texlive-specs-v.changes 
2013-04-05 07:42:08.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-u for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-u for openSUSE:Factory 
checked in at 2013-04-05 07:39:28

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


Package is "texlive-specs-u", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-u/texlive-specs-u.changes  
2013-02-07 10:56:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-u.new/texlive-specs-u.changes 
2013-04-05 07:41:48.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-t for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-t for openSUSE:Factory 
checked in at 2013-04-05 07:39:21

Comparing /work/SRC/openSUSE:Factory/texlive-specs-t (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-t.new (New)


Package is "texlive-specs-t", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-t/texlive-specs-t.changes  
2013-02-07 10:54:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-t.new/texlive-specs-t.changes 
2013-04-05 07:41:17.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-s for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-s for openSUSE:Factory 
checked in at 2013-04-05 07:39:15

Comparing /work/SRC/openSUSE:Factory/texlive-specs-s (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-s.new (New)


Package is "texlive-specs-s", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-s/texlive-specs-s.changes  
2013-02-07 10:53:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-s.new/texlive-specs-s.changes 
2013-04-05 07:40:59.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-r for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-r for openSUSE:Factory 
checked in at 2013-04-05 07:39:09

Comparing /work/SRC/openSUSE:Factory/texlive-specs-r (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-r.new (New)


Package is "texlive-specs-r", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-r/texlive-specs-r.changes  
2013-02-07 10:53:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-r.new/texlive-specs-r.changes 
2013-04-05 07:40:53.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-p for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-p for openSUSE:Factory 
checked in at 2013-04-05 07:38:57

Comparing /work/SRC/openSUSE:Factory/texlive-specs-p (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-p.new (New)


Package is "texlive-specs-p", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-p/texlive-specs-p.changes  
2013-02-07 10:53:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-p.new/texlive-specs-p.changes 
2013-04-05 07:40:28.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-q for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-q for openSUSE:Factory 
checked in at 2013-04-05 07:39:03

Comparing /work/SRC/openSUSE:Factory/texlive-specs-q (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-q.new (New)


Package is "texlive-specs-q", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-q/texlive-specs-q.changes  
2013-02-07 10:53:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-q.new/texlive-specs-q.changes 
2013-04-05 07:40:49.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-o for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-o for openSUSE:Factory 
checked in at 2013-04-05 07:38:52

Comparing /work/SRC/openSUSE:Factory/texlive-specs-o (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-o.new (New)


Package is "texlive-specs-o", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-o/texlive-specs-o.changes  
2013-02-07 10:53:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-o.new/texlive-specs-o.changes 
2013-04-05 07:40:19.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-n for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-n for openSUSE:Factory 
checked in at 2013-04-05 07:38:42

Comparing /work/SRC/openSUSE:Factory/texlive-specs-n (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-n.new (New)


Package is "texlive-specs-n", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-n/texlive-specs-n.changes  
2013-02-07 10:53:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-n.new/texlive-specs-n.changes 
2013-04-05 07:40:13.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-m for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-m for openSUSE:Factory 
checked in at 2013-04-05 07:38:34

Comparing /work/SRC/openSUSE:Factory/texlive-specs-m (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-m.new (New)


Package is "texlive-specs-m", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-m/texlive-specs-m.changes  
2013-02-07 10:52:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-m.new/texlive-specs-m.changes 
2013-04-05 07:39:47.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---

New:

  mathdesign.requires



Other differences:
--
++ texlive-specs-m.spec ++
--- /var/tmp/diff_new_pack.CKV5IK/_old  2013-04-05 07:40:10.0 +0200
+++ /var/tmp/diff_new_pack.CKV5IK/_new  2013-04-05 07:40:10.0 +0200
@@ -92,236 +92,237 @@
 Source1054: mathcomp.doc.tar.xz
 Source1055: mathcomp.tar.xz
 Source1056: mathdesign.doc.tar.xz
-Source1057: mathdesign.tar.xz
-Source1058: mathdots.doc.tar.xz
-Source1059: mathdots.tar.xz
-Source1060: mathexam.doc.tar.xz
-Source1061: mathexam.tar.xz
-Source1062: mathmode.doc.tar.xz
-Source1063: mathpazo.doc.tar.xz
-Source1064: mathpazo.tar.xz
-Source1065: mathspec.doc.tar.xz
-Source1066: mathspec.tar.xz
-Source1067: mathspic.doc.tar.xz
-Source1068: mathspic.tar.xz
-Source1069: mattens.doc.tar.xz
-Source1070: mattens.tar.xz
-Source1071: maybemath.doc.tar.xz
-Source1072: maybemath.tar.xz
-Source1073: mbenotes.doc.tar.xz
-Source1074: mbenotes.tar.xz
-Source1075: mcaption.doc.tar.xz
-Source1076: mcaption.tar.xz
-Source1077: mceinleger.doc.tar.xz
-Source1078: mceinleger.tar.xz
-Source1079: mcite.doc.tar.xz
-Source1080: mcite.tar.xz
-Source1081: mciteplus.doc.tar.xz
-Source1082: mciteplus.tar.xz
-Source1083: mdframed.doc.tar.xz
-Source1084: mdframed.tar.xz
-Source1085: mdputu.doc.tar.xz
-Source1086: mdputu.tar.xz
-Source1087: mdsymbol.doc.tar.xz
-Source1088: mdsymbol.tar.xz
-Source1089: mdwtools.doc.tar.xz
-Source1090: mdwtools.tar.xz
-Source1091: media9.doc.tar.xz
-Source1092: media9.tar.xz
-Source1093: meetingmins.doc.tar.xz
-Source1094: meetingmins.tar.xz
-Source1095: memdesign.doc.tar.xz
-Source1096: memexsupp.doc.tar.xz
-Source1097: memexsupp.tar.xz
-Source1098: memoir.doc.tar.xz
-Source1099: memoir.tar.xz
-Source1100: mentis.doc.tar.xz
-Source1101: mentis.tar.xz
-Source1102: menu.doc.tar.xz
-Source1103: menu.tar.xz
-Source1104: menukeys.doc.tar.xz
-Source1105: menukeys.tar.xz
-Source1106: metafont-beginners.doc.tar.xz
-Source1107: metafont.doc.tar.xz
-Source1108: metafont.tar.xz
-Source1109: metago.doc.tar.xz
-Source1110: metago.tar.xz
-Source: metalogo.doc.tar.xz
-Source1112: metalogo.tar.xz
-Source1113: metaobj.doc.tar.xz
-Source1114: metaobj.tar.xz
-Source1115: metaplot.doc.tar.xz
-Source1116: metaplot.tar.xz
-Source1117: metapost-examples.doc.tar.xz
-Source1118: metapost.doc.tar.xz
-Source1119: metapost.tar.xz
-Source1120: metatex.doc.tar.xz
-Source1121: metatex.tar.xz
-Source1122: metauml.doc.tar.xz
-Source1123: metauml.tar.xz
-Source1124: method.doc.tar.xz
-Source1125: method.tar.xz
-Source1126: metre.doc.tar.xz
-Source1127: metre.tar.xz
-Source1128: mex.doc.tar.xz
-Source1129: mex.tar.xz
-Source1130: mf2pt1.doc.tar.xz
-Source1131: mf2pt1.tar.xz
-Source1132: mflogo.doc.tar.xz
-Source1133: mflogo.tar.xz
-Source1134: mfnfss.doc.tar.xz
-Source1135: mfnfss.tar.xz
-Source1136: mfpic.doc.tar.xz
-Source1137: mfpic.tar.xz
-Source1138: mfpic4ode.doc.tar.xz
-Source1139: mfpic4ode.tar.xz
-Source1140: mftinc.doc.tar.xz
-Source1141: mftinc.tar.xz
-Source1142: mfware.doc.tar.xz
-Source1143: mfware.tar.xz
-Source1144: mh.doc.tar.xz
-Source1145: mh.tar.xz
-Source1146: mhchem.doc.tar.xz
-Source1147: mhchem.tar.xz
-Source1148: 

commit texlive-specs-k for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-k for openSUSE:Factory 
checked in at 2013-04-05 07:38:25

Comparing /work/SRC/openSUSE:Factory/texlive-specs-k (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-k.new (New)


Package is "texlive-specs-k", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-k/texlive-specs-k.changes  
2013-02-26 15:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-k.new/texlive-specs-k.changes 
2013-04-05 07:39:34.0 +0200
@@ -1,0 +2,9 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57284 lines of diff (skipped)

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



commit texlive-specs-j for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-j for openSUSE:Factory 
checked in at 2013-04-05 07:38:15

Comparing /work/SRC/openSUSE:Factory/texlive-specs-j (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-j.new (New)


Package is "texlive-specs-j", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-j/texlive-specs-j.changes  
2013-02-07 10:52:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-j.new/texlive-specs-j.changes 
2013-04-05 07:39:28.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-i for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-i for openSUSE:Factory 
checked in at 2013-04-05 07:38:09

Comparing /work/SRC/openSUSE:Factory/texlive-specs-i (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-i.new (New)


Package is "texlive-specs-i", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-i/texlive-specs-i.changes  
2013-02-07 10:51:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-i.new/texlive-specs-i.changes 
2013-04-05 07:39:20.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-h for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-h for openSUSE:Factory 
checked in at 2013-04-05 07:38:03

Comparing /work/SRC/openSUSE:Factory/texlive-specs-h (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-h.new (New)


Package is "texlive-specs-h", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-h/texlive-specs-h.changes  
2013-02-07 10:51:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-h.new/texlive-specs-h.changes 
2013-04-05 07:39:11.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-f for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-f for openSUSE:Factory 
checked in at 2013-04-05 07:37:56

Comparing /work/SRC/openSUSE:Factory/texlive-specs-f (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-f.new (New)


Package is "texlive-specs-f", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.changes  
2013-02-07 10:51:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-f.new/texlive-specs-f.changes 
2013-04-05 07:38:59.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-e for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-e for openSUSE:Factory 
checked in at 2013-04-05 07:37:51

Comparing /work/SRC/openSUSE:Factory/texlive-specs-e (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-e.new (New)


Package is "texlive-specs-e", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-e/texlive-specs-e.changes  
2013-02-07 10:51:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-e.new/texlive-specs-e.changes 
2013-04-05 07:38:48.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-d for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-d for openSUSE:Factory 
checked in at 2013-04-05 07:37:42

Comparing /work/SRC/openSUSE:Factory/texlive-specs-d (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-d.new (New)


Package is "texlive-specs-d", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-d/texlive-specs-d.changes  
2013-02-07 10:50:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-d.new/texlive-specs-d.changes 
2013-04-05 07:38:37.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-c for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-c for openSUSE:Factory 
checked in at 2013-04-05 07:37:36

Comparing /work/SRC/openSUSE:Factory/texlive-specs-c (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-c.new (New)


Package is "texlive-specs-c", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-c/texlive-specs-c.changes  
2013-02-07 10:50:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-c.new/texlive-specs-c.changes 
2013-04-05 07:38:05.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs-c.spec ++
--- /var/tmp/diff_new_pack.1h1EVS/_old  2013-04-05 07:38:33.0 +0200
+++ /var/tmp/diff_new_pack.1h1EVS/_new  2013-04-05 07:38:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive-specs-c
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-b for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-b for openSUSE:Factory 
checked in at 2013-04-05 07:37:30

Comparing /work/SRC/openSUSE:Factory/texlive-specs-b (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-b.new (New)


Package is "texlive-specs-b", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-b/texlive-specs-b.changes  
2013-02-07 10:50:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-b.new/texlive-specs-b.changes 
2013-04-05 07:37:46.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs-b.spec ++
--- /var/tmp/diff_new_pack.zKXzbY/_old  2013-04-05 07:38:01.0 +0200
+++ /var/tmp/diff_new_pack.zKXzbY/_new  2013-04-05 07:38:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive-specs-b
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ texlive-specs.tar.xz ++
 57291 lines of diff (skipped)

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



commit texlive-specs-a for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-a for openSUSE:Factory 
checked in at 2013-04-05 07:37:23

Comparing /work/SRC/openSUSE:Factory/texlive-specs-a (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-a.new (New)


Package is "texlive-specs-a", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-a/texlive-specs-a.changes  
2013-02-07 10:49:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-a.new/texlive-specs-a.changes 
2013-04-05 07:37:33.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 12:36:48 UTC 2013 - wer...@suse.de
+
+- Change Obsoletes from < 2012+subversion to <= 2011 (bnc#811162)
+- Let mathdesign require tex(texnansi.enc) (bnc#808731)
+- Let biber-bin require perl(Text::BibTeX) (bnc#811258)
+- Do not require xfs as we do not use xfs at all, otherwise we
+  have to add some more lua code in the %post scriptlet.
+
+---
+Tue Feb 26 08:48:04 UTC 2013 - wer...@suse.de
+
+- Avoid doubling mktex.opt content with excessive patch which had
+  lead that the original content overrides the new one (bnc#801727)
+
+---



Other differences:
--
++ texlive-specs-a.spec ++
--- /var/tmp/diff_new_pack.E2gdS3/_old  2013-04-05 07:37:43.0 +0200
+++ /var/tmp/diff_new_pack.E2gdS3/_new  2013-04-05 07:37:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive-specs-a
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ texlive-specs.tar.xz ++
 57291 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

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package setools for openSUSE:Factory checked 
in at 2013-04-05 07:37:11

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


Package is "setools", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/setools/setools.changes  2012-10-26 
17:32:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.setools.new/setools.changes 2013-04-05 
07:37:31.0 +0200
@@ -1,0 +2,10 @@
+Tue Mar 12 14:02:59 UTC 2013 - vci...@suse.com
+
+- added patches:
+  * 0006-Changes-to-support-named-file_trans-rules.patch
+  * 0007-Remove-unused-variables.patch
+- these two add support for named file trans rules
+  * add-to-header-define_cond_filename_trans.patch
+- add missing define_cond_filename_trans() declaration
+
+---

New:

  0006-Changes-to-support-named-file_trans-rules.patch
  0007-Remove-unused-variables.patch
  add-to-header-define_cond_filename_trans.patch



Other differences:
--
++ setools.spec ++
--- /var/tmp/diff_new_pack.5xub0W/_old  2013-04-05 07:37:32.0 +0200
+++ /var/tmp/diff_new_pack.5xub0W/_new  2013-04-05 07:37:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package setools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,10 @@
 Patch8: %{name}-swig-2.0.7.patch
 Patch9: %{name}-am121.patch
 Patch10:%{name}-3.3.6-libsepol.patch
+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
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -227,6 +231,9 @@
 %patch8
 %patch9 -p1
 %patch10 -p1
+%patch15 -p1
+%patch16 -p1
+%patch23 -p1
 
 %build
 autoreconf -fi

++ 0006-Changes-to-support-named-file_trans-rules.patch ++
 1491 lines (skipped)

++ 0007-Remove-unused-variables.patch ++
>From e30036e358b8f1c3f56048b467e8646fa3bfffb6 Mon Sep 17 00:00:00 2001
From: Dan Walsh 
Date: Tue, 20 Sep 2011 16:40:26 -0400
Subject: [PATCH 7/7] Remove unused variables

---
 libapol/src/ftrule-query.c |   11 ++
 libqpol/src/ftrule_query.c |2 -
 secmds/sesearch.c  |   86 +---
 3 files changed, 68 insertions(+), 31 deletions(-)

diff --git a/libapol/src/ftrule-query.c b/libapol/src/ftrule-query.c
index dc248de..9c7a23b 100644
--- a/libapol/src/ftrule-query.c
+++ b/libapol/src/ftrule-query.c
@@ -45,14 +45,11 @@ struct apol_filename_trans_query
 int apol_filename_trans_get_by_query(const apol_policy_t * p, const 
apol_filename_trans_query_t * t, apol_vector_t ** v)
 {
apol_vector_t *source_list = NULL, *target_list = NULL, *class_list = 
NULL, *default_list = NULL;
-   int retval = -1, source_as_any = 0, is_regex = 0, append_filename_trans;
-   char *bool_name = NULL;
+   int retval = -1, source_as_any = 0, is_regex = 0;
*v = NULL;
-   unsigned int flags = 0;
-   qpol_iterator_t *iter = NULL, *type_iter = NULL;
+   qpol_iterator_t *iter = NULL;
 
if (t != NULL) {
-   flags = t->flags;
is_regex = t->flags & APOL_QUERY_REGEX;
if (t->source != NULL &&
(source_list =
@@ -104,7 +101,7 @@ int apol_filename_trans_get_by_query(const apol_policy_t * 
p, const apol_filenam
if (qpol_iterator_get_item(iter, (void **)&filename_trans) < 0) 
{
goto cleanup;
}
-   int match_source = 0, match_target = 0, match_default = 0, 
match_bool = 0;
+   int match_source = 0, match_target = 0, match_default = 0;
size_t i;
 
if (source_list == NULL) {
@@ -265,10 +262,8 @@ char *apol_filename_trans_render(const apol_policy_t * 
policy, const qpol_filena
 {
char *tmp = NULL;
const char *tmp_name = NULL;
-   const char *filename_trans_type_str;
int error = 0;
size_t tmp_sz = 0;
-   uint32_t filename_trans_type = 0;
const qpol_type_t *type = NULL;
const qpol_class_t *obj_class = NULL;
 
diff --git a/libqpol/src/ftrule_query.c b/libqpol/src/ftrule_query.c
index d6db848..3148d30 100644
--- a/libqpol/src/ftrule_query.c
+++ b/libqpol/src/ftrule_query.c
@@ -254,7 +254,6 @@ int qpol_filename_trans_get_d

commit rabbitmq-server for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2013-04-05 07:37:02

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


Package is "rabbitmq-server", Maintainer is "radma...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2013-03-21 22:13:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2013-04-05 07:37:28.0 +0200
@@ -0,0 +1,10 @@
+--
+Wed Apr  3 12:00:36 UTC 2013 - dmuel...@suse.com
+
+- Change init script to properly daemonize (patch by jdsn) (bnc#807540)
+
+---
+Sun Mar 17 10:04:09 UTC 2013 - matwey.korni...@gmail.com
+
+- Added systemd .service file
+

New:

  rabbitmq-server.service



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.xMF4vT/_old  2013-04-05 07:37:30.0 +0200
+++ /var/tmp/diff_new_pack.xMF4vT/_new  2013-04-05 07:37:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rabbitmq-server
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@
 Source3:rabbitmq-server.logrotate
 Source4:rabbitmq-server.ocf
 Source5:rabbitmq-server.sysconfig
+Source6:rabbitmq-server.service
 Patch0: no-nmap.patch
 Patch1: no-remove-common.patch
 BuildRequires:  erlang
@@ -57,6 +58,11 @@
 Requires(pre):  pwdutils
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd
+%{?systemd_requires}   
+%define have_systemd 1 
+%endif
 # Do not use noarch since the Erlang packaging does not really allow that
 #BuildArch:  noarch
 
@@ -111,6 +117,9 @@
 ln -sf %{_initddir}/rabbitmq-server %{buildroot}%{_sbindir}/rcrabbitmq-server
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -p -D -m 644 %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.rabbitmq-server
+%if 0%{?have_systemd}
+install -p -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
+%endif
 
 # Install wrapper scripts
 %define _rabbit_wrapper %{_builddir}/`basename %{SOURCE2}`
@@ -155,17 +164,29 @@
   -d %{_localstatedir}/lib/rabbitmq \
   -s /sbin/nologin \
   -c "user for RabbitMQ messaging server" rabbitmq
+%if 0%{?have_systemd}
+%service_add_pre %{name}.service
+%endif
 exit 0
 
 %post
 %fillup_and_insserv rabbitmq-server
+%if 0%{?have_systemd}
+%service_add_post %{name}.service
+%endif
 
 %preun
 %stop_on_removal rabbitmq-server
+%if 0%{?have_systemd}
+%service_del_preun %{name}.service
+%endif
 
 %postun
 %restart_on_update rabbitmq-server
 %insserv_cleanup
+%if 0%{?have_systemd}
+%service_del_postun %{name}.service
+%endif
 
 %files -f ../filelist.%{name}.rpm
 %defattr(-,root,root,-)
@@ -178,6 +199,9 @@
 %{_rabbit_erllibdir}
 %{_initddir}/rabbitmq-server
 %{_sbindir}/rcrabbitmq-server
+%if 0%{?have_systemd}
+%{_unitdir}/%{name}.service
+%endif
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 %dir /usr/lib/ocf/resource.d/rabbitmq

++ rabbitmq-server.init ++
--- /var/tmp/diff_new_pack.xMF4vT/_old  2013-04-05 07:37:30.0 +0200
+++ /var/tmp/diff_new_pack.xMF4vT/_new  2013-04-05 07:37:30.0 +0200
@@ -53,8 +53,8 @@
 if [ $? -eq 0 ] ; then
 return 0
 else
-setsid sh -c "RABBITMQ_PID_FILE=$PID_FILE $DAEMON > \
-${INIT_LOG_DIR}/startup_log 2> ${INIT_LOG_DIR}/startup_err" &
+export RABBITMQ_PID_FILE=$PID_FILE
+startproc -l ${INIT_LOG_DIR}/startup_log -p $PID_FILE $DAEMON 
 $CONTROL wait $PID_FILE >/dev/null 2>&1
 rc=$?
 case "$rc" in

++ rabbitmq-server.service ++
[Unit]
Description=RabbitMQ broker
After=syslog.target network.target

[Service]
Type=simple
User=rabbitmq
Group=rabbitmq
Environment=RABBITMQ_PID_FILE=/var/run/rabbitmq/pid
WorkingDirectory=/var/lib/rabbitmq
ExecStart=/usr/sbin/rabbitmq-server
ExecStartPost=/usr/sbin/rabbitmqctl wait /var/run/rabbitmq/pid
ExecStop=/usr/sbin/rabbitmqctl stop
ExecStopPost=/usr/bin/rm /var/run/rabbitmq/pid

[Install]
WantedBy=multi-user.target
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-restkit for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-restkit for openSUSE:Factory 
checked in at 2013-04-05 07:36:55

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


Package is "python-restkit", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-restkit.new/python3-restkit.changes  
2013-04-05 07:37:27.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Mar 28 20:45:36 UTC 2013 - a...@gmx.de
+
+- updated to python3 from 2.7 version 
+

New:

  python3-restkit.changes
  python3-restkit.spec



Other differences:
--
++ python-restkit.spec ++
--- /var/tmp/diff_new_pack.5DCw6j/_old  2013-04-05 07:37:28.0 +0200
+++ /var/tmp/diff_new_pack.5DCw6j/_new  2013-04-05 07:37:28.0 +0200
@@ -11,7 +11,7 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
@@ -19,20 +19,20 @@
 Name:   python-restkit
 Version:4.2.1
 Release:0
-License:MIT
 Summary:Python REST kit
-Url:http://benoitc.github.com/restkit
+License:MIT
 Group:  Development/Languages/Python
+Url:http://benoitc.github.com/restkit
 Source: 
http://pypi.python.org/packages/source/r/restkit/restkit-%{version}.tar.gz
+BuildRequires:  python-WebOb
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-http-parser
 BuildRequires:  python-nose
 BuildRequires:  python-socketpool
-BuildRequires:  python-WebOb
+Requires:   python-WebOb
 Requires:   python-http-parser
 Requires:   python-socketpool
-Requires:   python-WebOb
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

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

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


Name:   python3-restkit
Version:4.2.1
Release:0
Summary:Python REST kit
License:MIT
Group:  Development/Languages/Python
Url:http://benoitc.github.com/restkit
Source: 
http://pypi.python.org/packages/source/r/restkit/restkit-%{version}.tar.gz
BuildRequires:  python3-2to3
BuildRequires:  python3-WebOb
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-http-parser
BuildRequires:  python3-nose
BuildRequires:  python3-socketpool
Requires:   python3-WebOb
Requires:   python3-http-parser
Requires:   python3-socketpool
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Restkit is an HTTP resource kit for Python. It allows you to easily access to
HTTP resource and build objects around it. It's the base of couchdbkit, a
Python CouchDB framework.

Restkit is a full HTTP client using pure socket calls and its own HTTP parser.
It's not based on httplib or urllib2.

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

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{_prefix}/restkit # Remvoe wrongly installed documentation

# Fail for instance
#%check
#python setup.py test

%files
%defattr(-,root,root,-)
%doc LICENSE NOTICE README.rst THANKS TODO.txt examples
%{_bindir}/restcli
%{python3_sitelib}/*

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



commit python-managesieve for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-managesieve for 
openSUSE:Factory checked in at 2013-04-05 07:36:31

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


Package is "python-managesieve", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-managesieve/python-managesieve.changes
2012-01-19 09:44:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-managesieve.new/python-managesieve.changes   
2013-04-05 07:37:22.0 +0200
@@ -1,0 +2,34 @@
+Sun Mar 24 17:21:32 UTC 2013 - g...@opensuse.org
+
+- update to version 0.5
+  - sieveshell:
+- Changed default port for the MANAGESIEVE protocol to 4190 as
+  proposed by RFC 5804. Thanks to Guido Berhoerster for
+  submitting the patch.
+- Added option --port. Thanks to Damien Aumaitre for submitting
+  the patch and to Guido Berhoerster for an enhancement.
+- Added option --verbose for controlling debug output in
+  managesieve. May be given several times to increase
+  verbosity.
+  - managesieve
+- Switched to Python standard logging system. This introduces a
+  minor interface change: MANAGESIEVE.debug and global Debug
+  are gone. See source for information about debugging log
+  levels.
+- remove obsolete python-managesieve-add-port-to-sieveshell.patch
+  and python-managesieve-default-port.patch
+- sieveshell is now licensed under GPL-3.0
+- added python-managesieve-remove-ez_setup.patch in order to remove
+  unnecessary ez_setup usage
+
+---
+Sun Mar 24 09:53:58 UTC 2013 - g...@opensuse.org
+
+- add python-managesieve-add-port-to-sieveshell.patch which adds
+  a --port option to sieveshell for overriding the default port
+  (bnc#811230)
+- add python-managesieve-default-port.patch which changes the
+  default port to 4190 as specified by RFC 5804
+- update metadata
+
+---

Old:

  managesieve-0.4.2.tar.bz2

New:

  managesieve-0.5.tar.bz2
  python-managesieve-remove-ez_setup.patch



Other differences:
--
++ python-managesieve.spec ++
--- /var/tmp/diff_new_pack.IJK6xo/_old  2013-04-05 07:37:24.0 +0200
+++ /var/tmp/diff_new_pack.IJK6xo/_new  2013-04-05 07:37:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-managesieve
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,15 @@
 
 
 Name:   python-managesieve
-Version:0.4.2
+Version:0.5
 Release:0
 Summary:Python Module Implementing the ManageSieve Protocol
-License:GPL-2.0+ and Python-2.0
+License:GPL-3.0 and Python-2.0
 Group:  Development/Libraries/Python
-Url:http://python-managesieve.origo.ethz.ch/wiki/python_managesieve
-Source: 
http://download.origo.ethz.ch/python-managesieve/1573/managesieve-0.4.2.tar.bz2
+Url:https://pypi.python.org/pypi/managesieve
+Source: 
https://pypi.python.org/packages/source/m/managesieve/managesieve-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE python-managesieve-remove-ez_setup.patch 
g...@opensuse.org -- Remove unnecessary ez_setup usage
+Patch0: python-managesieve-remove-ez_setup.patch
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +42,7 @@
 
 %prep
 %setup -q -n managesieve-%{version}
+%patch0 -p1
 
 %build
 python setup.py build
@@ -49,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc draft-martin-managesieve-07.txt HISTORY README TODO
+%doc README.txt
 %{_bindir}/sieveshell
 %{python_sitelib}/*
 

++ managesieve-0.4.2.tar.bz2 -> managesieve-0.5.tar.bz2 ++
 6344 lines of diff (skipped)

++ python-managesieve-remove-ez_setup.patch ++
Index: managesieve-0.5/setup.py
===
--- managesieve-0.5.orig/setup.py
+++ managesieve-0.5/setup.py
@@ -3,8 +3,8 @@
 
 """Setup script for the managesieve"""
 
-import ez_setup
-ez_setup.use_setuptools()
+#import ez_setup
+#ez_setup.use_setuptools()
 from setuptools import setup
 
 description = "ManageSieve client library for remotely managing Sieve scripts"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mail-SPF-Test for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Mail-SPF-Test for 
openSUSE:Factory checked in at 2013-04-05 07:36:23

Comparing /work/SRC/openSUSE:Factory/perl-Mail-SPF-Test (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mail-SPF-Test.new (New)


Package is "perl-Mail-SPF-Test", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mail-SPF-Test/perl-Mail-SPF-Test.changes
2012-09-26 16:25:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mail-SPF-Test.new/perl-Mail-SPF-Test.changes   
2013-04-05 07:37:21.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 27 13:19:30 UTC 2013 - stefan.jak...@rus.uni-stuttgart.de
+
+- disable deprecated perl-macros on openSUSE >= 12.2
+
+---



Other differences:
--
++ perl-Mail-SPF-Test.spec ++
--- /var/tmp/diff_new_pack.h2eEtP/_old  2013-04-05 07:37:22.0 +0200
+++ /var/tmp/diff_new_pack.h2eEtP/_new  2013-04-05 07:37:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-SPF-Test
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,16 +28,18 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
+%if 0%{?suse_version} && 0%{?suse_version} <= 1210
 BuildRequires:  perl-macros
+%endif
 BuildRequires:  perl(Module::Build) >= 0.2805
 BuildRequires:  perl(Net::DNS) >= 0.58
 BuildRequires:  perl(NetAddr::IP) >= 4
 BuildRequires:  perl(YAML) >= 0.50
 BuildRequires:  perl(version)
-Requires:   perl(NetAddr::IP) >= 4
 Requires:   perl(Net::DNS) >= 0.58
-Requires:   perl(version)
+Requires:   perl(NetAddr::IP) >= 4
 Requires:   perl(YAML) >= 0.50
+Requires:   perl(version)
 %{perl_requires}
 
 %description

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



commit ocfs2-tools for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2013-04-05 07:36:04

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


Package is "ocfs2-tools", Maintainer is "rgold...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2012-10-26 
17:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2013-04-05 07:37:16.0 +0200
@@ -1,0 +2,30 @@
+Tue Apr  2 09:47:35 UTC 2013 - speili...@suse.com
+
+- Add _service file to automatically pull from git. It can be invoked
+  locally by "osc service disabledrun"
+- Use spec-cleaner
+- No need to call ldconfig without shared objects
+- Drop unneeded %clean section
+- No need to export CFLAGS, %configure does that.
+- Also provide ocfs2-support to have clean upgrade path
+- Drop patches (merged upstream):
+  + fix-pacemaker-libs.patch
+  + support-for-xvd-devices.patch
+
+---
+Thu Mar 21 15:00:46 CDT 2013 - rgold...@suse.com
+
+- Reverted tarball to v1.8.2
+- Added support-for-xvd-devices.patch: Support for xvd devices
+- Fixed a couple of rpmlint errors
+  - libdlm requirement
+  - devel package grouping changed
+- restore-g_list_append.patch is not required for old tarball
+
+---
+Tue Mar 19 02:54:02 CDT 2013 - rgold...@suse.com
+
+- Update ocfs2-tools.tar.bz2 to latest upstream for upstream fixes
+- restore-g_list_append.patch: Fix o2cb node listing
+
+---

Old:

  ocfs2-tools.tar.bz2

New:

  _service
  ocfs2-tools-1.8.2+git.1361836695.ff84eb5.tar.gz



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.zJ5CZ2/_old  2013-04-05 07:37:19.0 +0200
+++ /var/tmp/diff_new_pack.zJ5CZ2/_new  2013-04-05 07:37:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocfs2-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,13 @@
 
 
 Name:   ocfs2-tools
-BuildRequires:  autoconf
-BuildRequires:  e2fsprogs-devel
-BuildRequires:  glib2-devel
-BuildRequires:  libaio-devel
-BuildRequires:  libbz2-devel
-BuildRequires:  libcorosync-devel
-BuildRequires:  libdlm-devel
-BuildRequires:  libopenais-devel
-BuildRequires:  libpacemaker-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  python-devel
-BuildRequires:  python-gtk-devel
-BuildRequires:  readline-devel
-BuildRequires:  update-desktop-files
+Version:1.8.2+git.1361836695.ff84eb5
+Release:0
 Summary:Oracle Cluster File System 2 Core Tools
 License:GPL-2.0+
 Group:  System/Filesystems
-Version:1.8.2
-Release:0
-Source: ocfs2-tools.tar.bz2
+Url:http://oss.oracle.com/projects/ocfs2-tools/
+Source: ocfs2-tools-%{version}.tar.gz
 Source1:o2cb.ocf
 Source2:reflink.tar.bz2
 Patch101:   force-debug.patch
@@ -55,17 +41,32 @@
 Patch207:   fix-indexed-dirs.patch
 Patch208:   0001-fswreck-Create-a-loop-in-group-chains.patch
 Patch209:   0002-Break-a-chain-loop-in-group-desc.patch
-Url:http://oss.oracle.com/projects/ocfs2-tools/
+BuildRequires:  autoconf
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  libaio-devel
+BuildRequires:  libbz2-devel
+BuildRequires:  libcorosync-devel
+BuildRequires:  libdlm-devel
+BuildRequires:  libopenais-devel
+BuildRequires:  libpacemaker-devel
+BuildRequires:  libxslt-devel
+BuildRequires:  libz1
+BuildRequires:  python-devel
+BuildRequires:  python-gtk-devel
+BuildRequires:  readline-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libxml-2.0)
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
 Requires:   /sbin/chkconfig
 Requires:   e2fsprogs
 Requires:   glib2 >= 2.2.3
 Requires:   modutils
 Requires:   net-tools
-PreReq: %insserv_prereq %fillup_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   libdlm
 Requires:   openais
-%if %suse_version < 1120  
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} < 1120
 # There's no separate kmp for openSUSE 11.2  
 Recommends: ocfs2-kmp
 %endif
@@ -79,14 +80,14 @@
 %package -n ocfs2console
 Summary:Oracl

commit nodejs for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2013-04-05 07:35:56

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


Package is "nodejs", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes2013-02-12 
16:41:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes   2013-04-05 
07:37:13.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar  7 13:53:28 UTC 2013 - dval...@suse.com
+
+- Set ExclusiveArch to x86 and ARM
+  nodejs depends on v8 which is available only for those arches atm 
+
+---



Other differences:
--
++ nodejs.spec ++
--- /var/tmp/diff_new_pack.zPVZ0I/_old  2013-04-05 07:37:16.0 +0200
+++ /var/tmp/diff_new_pack.zPVZ0I/_new  2013-04-05 07:37:16.0 +0200
@@ -47,6 +47,8 @@
 BuildRequires:  python
 Provides:   npm = %{version}
 Obsoletes:  npm <= 1.0.999
+#building nodejs makes sense only on v8 archs
+ExclusiveArch:  %{ix86} x86_64 %{arm}
 
 %description
 Provides an easy way to build scalable network programs

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



commit mutter for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2013-04-05 07:35:42

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


Package is "mutter", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2013-02-15 
18:47:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2013-04-05 
07:37:10.0 +0200
@@ -1,0 +2,133 @@
+Tue Mar 26 22:38:28 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Address major memory leak when changing backgrounds
+(bgo#696157).
+  + Updated translations.
+
+---
+Tue Mar 19 09:04:19 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.92:
+  + Build and improve reference docs (bgo#676856, bgo#695641,
+bgo#695935).
+  + Add tracking of whether there are fullscreen windows
+(bgo#649748).
+  + Bugs fixed: bgo#695269, bgo#695711, bgo#694046, bgo#695813,
+bgo#695881, bgo#676856, bgo#696053, bgo#682779, bgo#696089,
+bgo#696091, bgo#696087.
+  + Updated translations.
+
+---
+Tue Mar  5 10:19:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Fix windows being treated as remote after hostname changes
+(bgo#688716).
+  + Add meta_window_get_all_monitors() (bgo#646861).
+  + Add grab API for externally defined accelerators (bgo#643111).
+  + Make session registration an explicit step (bgo#694876).
+  + Avoid unnecessary stage redraws (bgo#694988, bgo#695006).
+  + Misc fixes: bgo#694801, bgo#694725, bgo#694641, bgo#694393,
+bgo#678917, bgo#695093, bgo#694837, bgo#695135, bgo#694771,
+bgo#694321.
+  + Updated translations.
+
+---
+Wed Feb 20 20:20:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Support _NET_WM_OPAQUE_REGION (bgo#679901).
+  + Add wrapper for XI2.3 pointer barriers (bgo#677215).
+  + Update style of resize popups (bgo#692741).
+  + Implement compositor <-> application frame synchronization
+(bgo#685463).
+  + Handle animated backgrounds (bgo#682427).
+  + Add a new window group for override-redirect windows
+(bgo#633620).
+  + Pass on pointer events on guard window to Clutter (bgo#681540).
+  + Show correct shortcut in window menus (bgo#694045).
+  + Don't put minimized windows at the back of alt-tab
+(bgo#693991).
+  + Misc bug fixes and cleanups: bgo#692679, bgo##693354,
+bgo#690581, bgo#693439, bgo#692718, bgo#693475, bgo#693482,
+bgo#693540, bgo#690580, bgo#680990, bgo#693833, bgo#693922,
+bgo#693854, bgo#694224.
+  + Updated translations.
+- Add pkgconfig(xi) BuildRequires: new dependency.
+
+---
+Thu Feb 14 21:35:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Don't allow multiline window titles (bgo#683056).
+  + Make meta_window_located_on_workspace() public (bgo#691744).
+  + Request XI2.3 (bgo#692877).
+  + Add meta_window_set_icon_geometry() method (bgo#692997).
+  + Require XFixes 5.0 (bgo#677215).
+  + Change unredirection hints to match spec changes (bgo#693064).
+  + Improve unredict heuristicts (bgo#683786).
+  + Misc bug fixes and cleanups: bgo#691874, bgo#679901,
+bgo#692952, bgo#693042.
+  + Updated translations.
+- Drop mutter-correctly-create-new-pixmap.patch: fixed upstream.
+
+---
+Thu Feb 14 20:35:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Add support to bypass compositor hints (bgo#683020)
+  + Make automaximization optional (bgo#680990)
+  + Add method for checking if the application is responding
+(bgo#684340)
+  + Expose the xinput opcode (bgo#690590)
+  + Rebrand "minimize" as "hide" (bgo#682887)
+  + Misc bug fixes and cleanups: bgo#690454, bgo#690573,
+bgo#690593, bgo#690956, bgo#691363, bgo#690609, bgo#690317,
+bgo#689263.
+  + Updated translations.
+- Drop BUILD_FROM_VCS logic, as it's not used anyway.
+
+---
+Thu Feb 14 19:35:03 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.3:
+  + Fix maximized windows jumping to other monitors (bgo#556696)
+  + Add 'switch-applications' keybinding (bgo#688913)
+  + Add a convenience method to focus the default window
+(bgo##689652)
+  + Increase typical icon size to 96 (bgo#689651)
+  + Port to XInput2 (bgo#688779)
+  + Give dynamic keybindings a keybinding action (bgo#682315)
+  + Misc. fixes and cleanups (bgo#688777)
+  + Updated translations.
+- Drop mutter-stop-jumping-windows.patch: fixed upstream

commit libtcnative-1-0 for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package libtcnative-1-0 for openSUSE:Factory 
checked in at 2013-04-05 07:35:17

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


Package is "libtcnative-1-0", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/libtcnative-1-0/libtcnative-1-0.changes  
2012-12-10 10:10:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtcnative-1-0.new/libtcnative-1-0.changes 
2013-04-05 07:36:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 31 13:48:49 UTC 2013 - sch...@suse.de
+
+- config-guess-sub-update.patch: update config.guess/sub for aarch64
+
+---

New:

  config-guess-sub-update.patch



Other differences:
--
++ libtcnative-1-0.spec ++
--- /var/tmp/diff_new_pack.oLsziz/_old  2013-04-05 07:37:05.0 +0200
+++ /var/tmp/diff_new_pack.oLsziz/_new  2013-04-05 07:37:05.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Networking/Web/Servers
 Url:https://tomcat.apache.org/tomcat-7.0-doc/apr.html
 Source0:tomcat-native-%{version}-src.tar.gz
+Patch0: config-guess-sub-update.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fdupes
@@ -81,6 +82,7 @@
 
 %prep
 %setup -q -n tomcat-native-%{version}-src
+%patch0
 
 %build
 cd jni/native

++ config-guess-sub-update.patch ++
 608 lines (skipped)

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



commit libSOIL for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package libSOIL for openSUSE:Factory checked 
in at 2013-04-05 07:35:10

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


Package is "libSOIL", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libSOIL/libSOIL.changes  2013-03-30 
14:59:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libSOIL.new/libSOIL.changes 2013-04-05 
07:36:44.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 27 14:19:33 UTC 2013 - jeng...@inai.de
+
+- Unbreak SLE build by killing off %make_install
+
+---



Other differences:
--
++ libSOIL.spec ++
--- /var/tmp/diff_new_pack.nLuLwc/_old  2013-04-05 07:36:51.0 +0200
+++ /var/tmp/diff_new_pack.nLuLwc/_new  2013-04-05 07:36:51.0 +0200
@@ -25,8 +25,10 @@
 License:SUSE-Public-Domain and MIT
 Group:  System/Libraries
 Url:http://lonesock.net/soil.html
-Source0:http://www.lonesock.net/files/soil.zip
+
+Source: http://www.lonesock.net/files/soil.zip
 Patch0: %{name}-makefile.patch
+BuildRoot: %_tmppath/%name-%version-build
 BuildRequires:  Mesa-devel
 BuildRequires:  unzip
 
@@ -63,7 +65,7 @@
 make %{?_smp_mflags} -C src -f ../projects/makefile/alternate\ Makefile.txt
 
 %install
-%make_install LIBDIR=%{_libdir} -C src -f ../projects/makefile/alternate\ 
Makefile.txt
+make install DESTDIR="%buildroot" LIBDIR=%{_libdir} -C src -f 
../projects/makefile/alternate\ Makefile.txt
 
 %post -n %{name}%{soname} -p /sbin/ldconfig
 


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



commit libpng16 for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2013-04-05 07:34:57

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


Package is "libpng16", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes2013-03-20 
09:53:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2013-04-05 
07:36:42.0 +0200
@@ -1,0 +2,30 @@
+Tue Apr  2 13:35:08 UTC 2013 - pgaj...@suse.com
+
+- conflict with libpng12-compat-devel-32bit and libpng15-compat-devel-32bit
+
+---
+Thu Mar 28 08:12:03 UTC 2013 - pgaj...@suse.com
+
+- updated to 1.6.1:
+  Made sRGB check numbers consistent.
+  Use parentheses more consistently in "#if defined(MACRO)" tests.
+  Reenabled code to allow zero length PLTE chunks for MNG.
+  Fixed ALIGNED_MEMORY support.
+  Avoid a possible memory leak in contrib/gregbook/readpng.c
+  Better documentation of unknown handling API interactions.
+  Corrected simplified API default gamma for color-mapped output, added
+a flag to change default. In 1.6.0 when the simplified API was used
+to produce color-mapped output from an input image with no gamma
+information the gamma assumed for the input could be different from
+that assumed for non-color-mapped output.  In particular 16-bit depth
+input files were assumed to be sRGB encoded, whereas in the 'direct'
+case they were assumed to have linear data.  This was an error.  The
+fix makes the simplified API treat all input files the same way and
+adds a new flag to the png_image::flags member to allow the
+application/user to specify that 16-bit files contain sRGB data
+rather than the default linear.
+  etc., see ANNOUNCE or CHANGES for details
+- dropped upstreamed 
+  0387-Reenable-code-to-allow-zero-length-PLTE-chunks-for-M.patch
+
+---

Old:

  libpng-1.6.0.tar.bz2
  libpng16-0387-Reenable-code-to-allow-zero-length-PLTE-chunks-for-M.patch

New:

  libpng-1.6.1.tar.bz2



Other differences:
--
++ libpng16.spec ++
--- /var/tmp/diff_new_pack.TMAte6/_old  2013-04-05 07:36:44.0 +0200
+++ /var/tmp/diff_new_pack.TMAte6/_new  2013-04-05 07:36:44.0 +0200
@@ -19,7 +19,7 @@
 #
 %define major   1
 %define minor   6
-%define micro   0
+%define micro   1
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-%{branch}
 
@@ -32,8 +32,6 @@
 Group:  System/Libraries
 Source: libpng-%{version}.tar.bz2
 Source2:baselibs.conf
-# will be upstreamed in 1.6.1
-Patch0: 
libpng16-0387-Reenable-code-to-allow-zero-length-PLTE-chunks-for-M.patch
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
@@ -98,7 +96,6 @@
 
 %prep
 %setup -n libpng-%{version}
-%patch0 -p1
 
 %build
 # We'll never use the old pgcc-2.95.1 with the buggy -O3, so having

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.TMAte6/_old  2013-04-05 07:36:44.0 +0200
+++ /var/tmp/diff_new_pack.TMAte6/_new  2013-04-05 07:36:44.0 +0200
@@ -7,3 +7,6 @@
 libpng16-compat-devel
  requires -libpng16-compat-
  requires "libpng16-devel- = "
+ conflicts "libpng-devel-"
+ provides "libpng-devel-"
+

++ libpng-1.6.0.tar.bz2 -> libpng-1.6.1.tar.bz2 ++
 6838 lines of diff (skipped)

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



commit kid3-qt for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory checked 
in at 2013-04-05 07:32:53

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


Package is "kid3-qt", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kid3-qt/kid3-qt.changes  2013-03-22 
13:15:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3-qt.changes 2013-04-05 
07:36:38.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 23 07:23:45 UTC 2013 - davejpla...@gmail.com
+
+- Make KDE:Extra/kid3 a linked package to enable parallel updates.
+
+---
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.kid3-qt.new/kid3.changes2013-04-05 
07:36:38.0 +0200
@@ -0,0 +1,376 @@
+---
+Sat Mar 23 07:26:50 UTC 2013 - davejpla...@gmail.com
+
+- Merge kid3 and kid3-qt packages by linking KDE:Extra/kid3 to the
+  kid3-qt package.
+
+---
+Sat Mar 16 16:49:01 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2.3
+  * New:
++ Automatic batch import for multiple directories.
++ Import catalog number and release country from Discogs and 
+  MusicBrainz.
++ Quick access tags are configurable for tag 2.
++ Setting for default file name to save cover art.
++ Select all in directory.
++ Apply text encoding.
++ Support Qt 5.0.
+  * Improved:
++ Better responsiveness when working with a huge number of files,
+  long operations can be aborted (filtering, renaming, expanding).
++ Support custom frame names in formats and imports.
++ Display accuracy and cover art URL for imports.
++ Added more unified frame types.
++ GUI and usability.
+  * Fixed:
++ Swapped mapping of too and enc for M4A files.
++ Compatibility of ID3v2.4.0 COMM frames with iTunes.
++ Do not remove spaces in Vorbis comment field names.
++ Crash and decoding for fingerprints with libav 9.1.
+
+---
+Fri Dec 28 13:27:17 UTC 2012 - dmitr...@opensuse.org
+
+- Enable chromaprint support
+
+---
+Sat Dec 15 14:13:38 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update to version 2.2.1
+- Changes since 2.1:
+  * New:
++ Option to load last opened file on startup. 
++ Option to use locale for character conversion. 
++ Support new features of TagLib 1.8: More 
+  ID3 frames, ID3v2.3, tracker modules (MOD, S3M, IT, XM). 
++ Support use of GStreamer instead of FFmpeg for 
+  Chromaprint decoding. 
++ Support building with latest libav/FFmpeg libraries.
+* Improved: 
++ Extract year from "-MM.." date frame for %{year} 
+  format code. 
++ Character conversion for roman numbers. 
++ Dutch translation. 
++ Finnish translation.
++ Czech translation.
+* Fixed: 
++ Avoid crash when exporting album cover while editing multiple 
+  files. 
++ Check if file format supported before converting to 
+  ID3v2.3.0. 
++ Rewritten Discogs import to use Discogs API v2.0.
++ Fixed selection of language and handbook with Qt 4.8.
+
+---
+Sun May 13 14:51:57 UTC 2012 - m...@suse.com
+
+- Update to version 2.1
+  * New:
++ Keyboard shortcuts configuration for Qt-only version.
++ Use Chromaprint for import from MusicBrainz Fingerprint, is now 
+  also available on Windows and Mac OS X.
++ Serbian translation.
++ Support build with Qt5.
+  * Improved:
++ Support most frames in format codes with %{framename}.
++ Support iTunes ID3v2.4 frames TCMP, TSO2, TSOC.
++ Option to use the native file dialogs for Qt-only version.
++ Handling of pictures in WMA files.
++ Use themed icons.
++ Building with shared libraries on KDE.
++ Handle carriage return characters in output from user commands.
+  * Fixed:
++ Windows: Avoid truncation of file when renaming with illegal 
+  characters.
++ Limit number of open file handles.
++ Nicer icons, install SVG instead of SVGZ in kid3-qt.
++ Fixed import from Amazon.
++ Adapted to Discogs server update.
+- Disable build with chromaprint that require ffmpeg
+
+---
+Thu Nov  3 18:38:22 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to release 2.0.1:
+  * Fixed:
++ Prevent cursor from jumping to end in format line edits.
++ Correctly update file selection after add, edit or delete frame.
++ Build system finds DocBook XSL 

commit kbd for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2013-04-05 07:32:47

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


Package is "kbd", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2012-12-07 14:17:30.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes 2013-04-05 
07:36:33.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr  4 15:57:45 UTC 2013 - meiss...@suse.com
+
+- disable vlock build, which is in vlock package.
+
+---
+Thu Apr  4 01:34:32 UTC 2013 - crrodrig...@opensuse.org
+
+- Remove sysvinit support, init scripts from this package 
+  are masked by systemd and only serve for confusion.
+
+---
+Wed Apr  3 19:06:41 CEST 2013 - sbra...@suse.cz
+
+- sysconfig.keyboard: Updated description of KBD_NUMLOCK
+  (bnc#746595#c74).
+
+---

Old:

  kbd.init



Other differences:
--
++ kbd.spec ++
--- /var/tmp/diff_new_pack.Axb3dn/_old  2013-04-05 07:36:37.0 +0200
+++ /var/tmp/diff_new_pack.Axb3dn/_new  2013-04-05 07:36:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kbd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,6 @@
 Source1:kbd_fonts.tar.bz2
 Source2:suse-add.tar.bz2
 Source3:README.SuSE
-Source4:kbd.init
 Source5:kbd.fillup
 Source6:kbd.fillup.nonpc
 Source8:sysconfig.console
@@ -58,8 +57,6 @@
 BuildRequires:  pam-devel
 
 Requires(pre):  %fillup_prereq
-Requires(pre):  %insserv_prereq
-
 Recommends: fbset
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -107,8 +104,9 @@
--datadir=%{kbd} \
--enable-nls \
--localedir=/usr/share/locale \
-   --enable-optional-progs
-make CFLAGS="%{optflags} -Os"
+   --enable-optional-progs \
+   --disable-vlock
+make CFLAGS="%{optflags}"
 gcc %{optflags} -o fbtest   $RPM_SOURCE_DIR/fbtest.c
 # fix lat2-16.psfu (bnc#340579)
 font=data/consolefonts/lat2a-16.psfu
@@ -119,7 +117,6 @@
 
 %install
 mkdir -p %{buildroot}%{_sbindir}
-mkdir -p %{buildroot}%{_sysconfdir}/init.d
 DOC=%{buildroot}%{_defaultdocdir}/kbd
 KBD=%{kbd}
 K=%{buildroot}$KBD
@@ -152,8 +149,6 @@
   echo "";
   exit 1
 fi
-install -m 755 %{SOURCE4} %{buildroot}%{_initddir}/kbd
-ln -s /etc/init.d/kbd %{buildroot}%{_sbindir}/rckbd
 ln -sf us.map.gz $K/keymaps/i386/qwerty/khmer.map.gz
 ln -sf us.map.gz $K/keymaps/i386/qwerty/korean.map.gz
 ln -sf us.map.gz $K/keymaps/i386/qwerty/arabic.map.gz
@@ -272,7 +267,6 @@
 ln -s %{_bindir}/unicode_start %{buildroot}/bin
 ln -s %{_bindir}/unicode_stop %{buildroot}/bin
 ln -s %{_sbindir}/fbtest %{buildroot}/sbin
-ln -s %{_sbindir}/rckbd %{buildroot}/sbin
 %ifnarch %sparc m68k
 ln -s %{_bindir}/getkeycodes %{buildroot}/bin
 ln -s %{_bindir}/setkeycodes %{buildroot}/bin
@@ -287,26 +281,21 @@
 %find_lang %{name}
 
 %post
-%{fillup_and_insserv -ny console kbd}
+%{fillup_only -n console}
 %{fillup_only -n keyboard}
 #echo "Please read the docu about the new COMPOSETABLE rc.config variable."
 #echo "See /etc/sysconfig/console, /etc/sysconfig/keyboard"
 #echo "and {_docdir}/kbd/README.SuSE."
 
-%postun
-%{insserv_cleanup}
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 #config(noreplace) /etc/sysconfig/console
 %doc %{_defaultdocdir}/kbd
 #doc COPYING CHANGES README CREDITS
-%config %{_sysconfdir}/init.d/kbd
 %{_localstatedir}/adm/fillup-templates/sysconfig.console
 %{_localstatedir}/adm/fillup-templates/sysconfig.keyboard
 %{kbd}
 #UsrMerge
-/sbin/rckbd
 /sbin/fbtest
 /bin/chvt
 /bin/openvt
@@ -353,7 +342,6 @@
 /bin/spawn_console
 /bin/spawn_login
 #EndUsrMerge
-%{_sbindir}/rckbd
 %{_sbindir}/fbtest
 %{_bindir}/chvt
 %{_bindir}/openvt
@@ -399,7 +387,6 @@
 %{_bindir}/setvesablank
 %{_bindir}/spawn_console
 %{_bindir}/spawn_login
-%{_bindir}/vlock
 %doc %{_mandir}/man1/*
 %doc %{_mandir}/man5/keymaps.5.gz
 %ifnarch %sparc m68k

++ sysconfig.keyboard ++
--- /var/tmp/diff_new_pack.Axb3dn/_old  2013-04-05 07:36:37.0 +0200
+++ /var/tmp/diff_new_pack.Axb3dn/_new  2013-04-05 07:36:37.0 +0200
@@ -28,6 +28,7 @@
 ## Default: bios
 #
 # NumLock on? ("yes" or "no" or empty or "bios" for BIOS setting)
+# This setting may interfere with GNOME 
/desktop/gnome/peripherals/keyboard/remember_numlo

commit inst-source-utils for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2013-04-05 07:31:54

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


Package is "inst-source-utils", Maintainer is "lr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes  
2013-01-29 10:46:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2013-04-05 07:36:27.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr  3 12:03:43 CEST 2013 - r...@suse.de
+
+- remove pdb code from create_package_descr
+- create_sha1sums: replace "which" by "type -p"
+- create_repo_for_patch.sh: same change
+- RPMQ: fix for name-version-release > 64 characters 
+
+---



Other differences:
--
++ inst-source-utils.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_package_descr 
new/inst-source-utils/usr/bin/create_package_descr
--- old/inst-source-utils/usr/bin/create_package_descr  2013-01-25 
01:22:42.0 +0100
+++ new/inst-source-utils/usr/bin/create_package_descr  2013-04-03 
12:05:42.0 +0200
@@ -62,9 +62,8 @@
 my $add_vendor = 0;
 my $allow_shr = 1;
 my %used_fallbacks;
-my $num_pdb_records = 0;
 my $checksum_binary = "sha1sum";
-my $pdb_data_dir = "";
+my $unused_data_dir = "";
 my $eula_data_dir = "";
 my $ignore_file = "";
 my $ignore_dir = "";
@@ -83,7 +82,6 @@
 my $exit_code=shift || 1;
 print "Usage: create_package_descr [OPTIONS]\n";
 print "   [-d DATADIR1 [-d DATADIR2 [... ] ] ] (default cwd)\n";
-print "   [-p PDB_DATA_DIR ]\n";
 print "   [-e EULA_DIR ]\n";
 print "   [-x EXTRA_PROV_FILE ]\n";
 print "   [-r EXTRA_REQUIRES_FILE]\n";
@@ -160,7 +158,7 @@
   elsif ( $arg eq "-l" ) { push @LANGUAGES , shift @ARGV ; }
   elsif (( $arg eq "-h" ) || ( $arg eq "--help" )) { shift @ARGV ; usage(0); }
   elsif ( $arg eq "-o" ) { $output_dir = shift @ARGV ; }
-  elsif ( $arg eq "-p" ) { $pdb_data_dir = shift @ARGV ; }
+  elsif ( $arg eq "-p" ) { $unused_data_dir = shift @ARGV ; }
   elsif ( $arg eq "-e" ) { $eula_data_dir = shift @ARGV ; }
   elsif ( $arg eq "-r" ) { $extra_requires = shift @ARGV ; }
   elsif ( $arg eq "-x" ) { $extra_provides = shift @ARGV ; }
@@ -188,12 +186,6 @@
 print "INFO:datadirs   : ".join(",",@DATADIRS)."\n";
 print "INFO:languages  : ".join(",",@LANGUAGES)."\n";
 print "INFO:output dir : $output_dir\n";
-if ( -d $pdb_data_dir ) {
-  print "INFO:pdb data   : $pdb_data_dir\n";
-} elsif ( $pdb_data_dir ) {
-  print "$pdb_data_dir is not a directory: ignoring\n";
-  $pdb_data_dir = "";
-}
 
 if ( $extra_provides ) {
   if ( -f $extra_provides ) {
@@ -451,89 +443,6 @@
my $found_in = $SEEN_PACKAGE{"$rpm_name $res{1001}[0] 
$res{1002}[0]"};
WriteSEntry( $pkg_main, "Shr", "$res{1000}[0] $res{1001}[0] 
$res{1002}[0] $found_in");
 } else {
- if ( $pdb_data_dir ) {
-   my $pac_rpm_name = $rpm_name;
-   $num_pdb_records++;
-   delete $INC{"$pdb_data_dir/$pac_rpm_name.pl"};
-   if ( ! -f "$pdb_data_dir/$pac_rpm_name.pl" ) {
-   $pac_rpm_name =~ s/-32bit$//;
-   $pac_rpm_name =~ s/-64bit$//;
-   $pac_rpm_name =~ s/-x86$//;
-   $pac_rpm_name =~ s/-ia32$//;
-   $pac_rpm_name =~ s/-lang$//;
-   $pac_rpm_name =~ s/-debuginfo$//;
-   $pac_rpm_name =~ s/-debugsource$//;
-   $pac_rpm_name =~ s/-kmp-[^-]*$/-KMP/;
-   }
-   if ( -f "$pdb_data_dir/$pac_rpm_name.pl") {
-   require "$pdb_data_dir/$pac_rpm_name.pl";
-   } else {
-   # no pdb data for this package, use rpm summary
-   #warn "ERROR:   no pdb data for $pac_rpm_name\n";
-   $pacdata{$pac_rpm_name}{$default_lang}{'label'} = 
"$res{1004}[0]";
-   }
-   if ( ! $pacdata{$pac_rpm_name}{$default_lang}{'label'} ) {
-   warn "ERROR:   no pdb data for $pac_rpm_name received\n";
-   }
-   if ( $pacdata{$pac_rpm_name}{$default_lang}{'label'} =~ /\n/ ) {
-   warn "ERROR:   newline in summary for package 
$pac_rpm_name\n";
-   $pacdata{$pac_rpm_name}{$default_lang}{'label'} =~ s/\n/ /g;
-   }
-   WriteMEntry( $pkg_main, "Aut", 
@{$pacdata{$pac_rpm_name}{"authorname"}} );
-   if ( $do_keywords eq "1" && $pacdata{$pac_rpm_name}{"keywor

commit gnome-panel for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package gnome-panel for openSUSE:Factory 
checked in at 2013-04-05 07:31:35

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


Package is "gnome-panel", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-panel/gnome-panel.changes  2012-11-21 
16:41:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-panel.new/gnome-panel.changes 
2013-04-05 07:36:20.0 +0200
@@ -1,0 +2,14 @@
+Sun Mar 17 16:09:59 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-panel-3.8.patch: Fix build with GNOME 3.8
+  infrastructure.
+
+---
+Tue Feb 12 11:53:06 UTC 2013 - dims...@opensuse.org
+
+- Drop pkgconfig(libedataserverui-3.0) BuildRequires: no longer
+  needed.
+- Add gnome-panel-libweather.patch: fix build error due to missing
+  gweather-xml.h
+
+---

New:

  gnome-panel-3.8.patch
  gnome-panel-libweather.patch



Other differences:
--
++ gnome-panel.spec ++
--- /var/tmp/diff_new_pack.P5Slqy/_old  2013-04-05 07:36:24.0 +0200
+++ /var/tmp/diff_new_pack.P5Slqy/_new  2013-04-05 07:36:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-panel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,10 @@
 Patch34:gnome-panel-beagle-search.patch
 # PATCH-NEEDS-REBASE gnome-panel-run-fixes.patch bnc115576 bgo543604 -- Fix 
running a command like yast2 when we find the desktop file but the binary is 
not in $PATH (was PATCH-FIX-UPSTREAM)
 Patch50:gnome-panel-run-fixes.patch
+# PATCH-FIX-UPSTREAM gnome-panel-libweather.patch dims...@opensuse.org -- No 
longer include gweather.h. Taken from git.
+Patch51:gnome-panel-libweather.patch
+# PATCH-FIX-UPSTREAM gnome-panel-3.8.patch dims...@opensuse.org -- Fix build 
with GNOME 3.8 infrastructure. Taken from git.
+Patch52:gnome-panel-3.8.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
@@ -54,7 +58,6 @@
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libecal-1.2) >= 3.5.3
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.5.3
-BuildRequires:  pkgconfig(libedataserverui-3.0)
 BuildRequires:  pkgconfig(libgnome-menu-3.0) >= 3.1.4
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libwnck-3.0)
@@ -201,6 +204,8 @@
 %patch25 -p0
 %patch34
 # %patch50
+%patch51 -p1
+%patch52 -p1
 gnome-patch-translation-update
 
 %build

++ gnome-panel-3.8.patch ++
commit bf6af945130299a69a244afaee4eecbd3fb77233
Author: Philipp Kaluza 
Date:   Fri Mar 8 18:08:32 2013 +0100

panel-run-dialog: resurrect function 
gnome_desktop_prepend_terminal_to_vector

, which was removed from gnome-desktop in commit
9bab2144b7c8ace0c057720be3c48fb24a80a19d , and keep a local
copy in panel-run-dialog.c (simple helper function, static).
(Second half of fix for bug #237308 .)

diff --git a/gnome-panel/panel-run-dialog.c b/gnome-panel/panel-run-dialog.c
index 801b9bc..faf3d7e 100644
--- a/gnome-panel/panel-run-dialog.c
+++ b/gnome-panel/panel-run-dialog.c
@@ -25,6 +25,7 @@
  * Havoc Pennington 
  *  George Lebl 
  * Mark McLoughlin 
+ * Tom Tromey (Copyright (C) 1998)
  */
 
 #include 
@@ -42,8 +43,6 @@
 #include 
 #include 
 
-#include 
-
 #include 
 #include 
 #include 
@@ -335,6 +334,138 @@ dummy_child_watch (GPid pid,
 */
 }
 
+
+/**
+ * gnome_desktop_prepend_terminal_to_vector:
+ * @argc: a pointer to the vector size
+ * @argv: a pointer to the vector
+ *
+ * Description:  Prepends a terminal (either the one configured as default in
+ * the user's GNOME setup, or one of the common xterm emulators) to the passed
+ * in vector, modifying it in the process.  The vector should be allocated with
+ * #g_malloc, as this will #g_free the original vector.  Also all elements must
+ * have been allocated separately.  That is the standard glib/GNOME way of
+ * doing vectors however.  If the integer that @argc points to is negative, the
+ * size will first be computed.  Also note that passing in pointers to a vector
+ * that is empty, will just create a new vector for you.
+ **/
+static void
+gnome_desktop_prepend_terminal_to_vector (int *argc, char ***argv)
+{
+#ifndef G_OS_WIN32
+char **real_argv;
+int real_argc;
+int i, j;
+   cha

commit python-gobject for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2013-04-05 07:31:23

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


Package is "python-gobject", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes
2012-11-20 10:44:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes   
2013-04-05 07:36:02.0 +0200
@@ -1,0 +2,245 @@
+Mon Mar 25 08:12:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + tests: Fix incorrect assumption when testing pyglib version.
+
+---
+Mon Mar 18 19:41:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + pygtkcompat: Make gdk.Window.get_geometry return tuple of 5.
+  + pygtkcompat: Initialize hint to zero in set_geometry_hints.
+  + Remove incorrect bounds check with property helper flags.
+  + Bugs fixed: bgo#637832, bgo#696011, bgo#694889, bgo#695420,
+bgo#695420.
+
+---
+Tue Mar  5 12:03:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91.1:
+  + Revert "Drop gi.overrides.overridefunc()" (bgo#695199).
+
+---
+Mon Mar  4 17:25:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Fix many memory leaks (bgo#675726, bgo#693402, bgo#691501,
+bgo#510511, bgo#691501, bgo#672224, and several more which are
+detected by our test suite)
+  + Dot not clobber original Gdk/Gtk functions with overrides
+(bgo#686835)
+  + Optimize GValue.get/set_value by setting GValue.g_type to a
+local (bgo#694857)
+  + Run tests with G_SLICE=debug_blocks (bgo#691501)
+  + Add override helper for stripping boolean returns (bgo#694431)
+  + Drop obsolete pygobject_register_sinkfunc() declaration
+(bgo#639849)
+  + Fix marshalling of C arrays with explicit length in signal
+arguments (bgo#662241)
+  + Fix signedness, overflow checking, and 32 bit overflow of
+GFlags (bgo#693121)
+  + gi/pygi-marshal-from-py.c: Fix build on Visual C++ (bgo#692856)
+  + Raise DeprecationWarning on deprecated callables (bgo#665084)
+  + pygtkcompat: Add Widget.window, scroll_to_mark, and window
+methods (bgo#694067)
+  + pygtkcompat: Add Gtk.Window.set_geometry_hints which accepts
+keyword arguments (bgo#694067)
+  + Ship pygobject.doap for autogen.sh (bgo#694591)
+  + Fix crashes in various GObject signal handler functions
+(bgo#633927)
+  + pygi-closure: Protect the GSList prepend with the GIL
+(bgo#684060)
+  + generictreemodel: Fix bad default return type for
+get_column_type.
+
+---
+Tue Feb 19 12:15:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + overrides:
+- Fix inconsistencies with drag and drop target list API
+  (bgo#680640).
+- Add support for iterables besides tuples for TreePath
+  creation (bgo#682933).
+  + pygtkcompat: Add pygtk compatible GenericTreeModel
+implementation (bgo#682933).
+  + Prefix __module__ attribute of function objects with
+gi.repository (bgo#693839).
+  + Bugs fixed: bgo#693328, bgo#693618, bgo#687522.
+
+---
+Tue Feb  5 11:20:02 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 3.7.5.1:
+  + Fix ABI break with pygobject.h from 3.7.5 (bgo#675726).
+- Changes from version 3.7.5:
+  + Move various signal methods from static bindings to GI
+(bgo#692918)
+  + GLib overrides: Support unpacking 'maybe' variants (bgo#693032)
+  + Fix ref count leak when creating pygobject wrappers for input
+args (bgo#675726)
+  + Prefix names of typeless enums and flags for GType registration
+(bgo#692515)
+  + Fix compilation with non-C99 compilers such as Visual C++
+(bgo#692856)
+  + gi/overrides/Glib.py: Fix running on Windows/non-Unix
+  + Do not immediately initialize Gdk and Gtk on import
+(bgo#692300)
+- Accept inf and NaN as float and double values (bgo#692381)
+- Fix repr() of GLib.Variant
+- Fix gtk-demo for Python 3
+- Define GObject.TYPE_VALUE gtype constant
+  * gobject: Go through introspection on property setting
+(bgo#684062)
+  * Clean up caller-allocated GValues and their memory
+(bgo#691820)
+- Use GNOME_COMPILE_WARNINGS from gnome-common.
+
+---
+Mon Jan 14 18:25:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Allow setting values through GtkTreeModelFilter (bgo#689624)
+  + Support GParamSpec signal argume

commit gl2ps for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package gl2ps for openSUSE:Factory checked 
in at 2013-04-05 07:30:58

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


Package is "gl2ps", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gl2ps/gl2ps.changes  2013-03-28 
13:12:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gl2ps.new/gl2ps.changes 2013-04-05 
07:35:49.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 10:07:26 UTC 2013 - joop.boo...@opensuse.org
+
+- Fixed BuildRequirements for Factory and SLES 
+
+---



Other differences:
--
++ gl2ps.spec ++
--- /var/tmp/diff_new_pack.bTVssD/_old  2013-04-05 07:36:01.0 +0200
+++ /var/tmp/diff_new_pack.bTVssD/_new  2013-04-05 07:36:01.0 +0200
@@ -32,7 +32,15 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  libpng-devel
 BuildRequires:  zlib-devel
+%if 0%{?sles_version}
+BuildRequires:  Mesa-devel
+%else
 BuildRequires:  pkgconfig(gl)
+%endif
+%if 0%{?suse_version} > 1230
+BuildRequires:  libXi-devel
+BuildRequires:  libXmu-devel
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -89,7 +97,7 @@
 cd build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-__libsuffix=$(echo %_lib | cut -b4-)
+__libsuffix=$(echo %{_lib} | cut -b4-)
  cmake \
  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DLIB_SUFFIX="$__libsuffix" \
@@ -98,11 +106,9 @@
 cd ..
 
 %install
-%make_install -C build
-
+make DESTDIR=%{buildroot} install -C build
 # Remove static libraries
 rm -f %{buildroot}%{_libdir}/libgl2ps.a
-
 # Remove doc files (they are installed in the %%files section)
 rm -rf %{buildroot}%{_datadir}/doc/gl2ps/
 

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



commit fvwm2 for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package fvwm2 for openSUSE:Factory checked 
in at 2013-04-05 07:30:50

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


Package is "fvwm2", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/fvwm2/fvwm2.changes  2012-02-16 
16:13:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.fvwm2.new/fvwm2.changes 2013-04-05 
07:35:30.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 30 18:05:26 CET 2013 - wer...@suse.de
+
+- Add two missing build requires: librsvg-devel and libxslt-tools
+
+---



Other differences:
--
++ fvwm2.spec ++
--- /var/tmp/diff_new_pack.SkLJC6/_old  2013-04-05 07:35:49.0 +0200
+++ /var/tmp/diff_new_pack.SkLJC6/_new  2013-04-05 07:35:49.0 +0200
@@ -23,7 +23,9 @@
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
+BuildRequires:  librsvg-devel
 BuildRequires:  libstroke-devel
+BuildRequires:  libxslt-tools
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files

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



commit folks for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package folks for openSUSE:Factory checked 
in at 2013-04-05 07:29:24

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


Package is "folks", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/folks/folks.changes  2012-10-05 
18:33:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.folks.new/folks.changes 2013-04-05 
07:35:23.0 +0200
@@ -1,0 +2,16 @@
+Mon Feb 18 08:46:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.1:
+  + Fix build with e-d-s master (bgo#694049).
+- Changes from version 0.9.0:
+  + Added an ofono backend.
+  + Ported to libgee 0.8.x
+  + Various API changes.
+  + Bugs fixed: bgo#682941, bgo#685084, bgo#686056, bgo#685250,
+bgo#686674, bgo#686506, bgo#686693, bgo#685401, bgo#687050,
+bgo#686673, bgo#688834, bgo#688923, bgo#689146, bgo#689859,
+bgo#677633, bgo#685992, bgo#690989, bgo#690990, bgo#690876,
+bgo#691167, bgo#686695, bgo#691382, bgo#691923, bgo#692122,
+bgo#693435, bgo#673918, bgo#692951.
+
+---

Old:

  folks-0.8.0.tar.xz

New:

  folks-0.9.1.tar.xz



Other differences:
--
++ folks.spec ++
--- /var/tmp/diff_new_pack.rzv3Q1/_old  2013-04-05 07:35:28.0 +0200
+++ /var/tmp/diff_new_pack.rzv3Q1/_new  2013-04-05 07:35:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package folks
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,25 @@
 
 
 %define soversion  25
-%define module_version 37
+%define module_version 38
 
 Name:   folks
-Version:0.8.0
+Version:0.9.1
 Release:0
 Summary:Library to create metacontacts from multiple sources
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://telepathy.freedesktop.org/wiki/Folks
-Source: 
http://download.gnome.org/sources/folks/0.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/folks/0.9/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  readline-devel
 BuildRequires:  vala >= 0.17.6
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gee-1.0)
+BuildRequires:  pkgconfig(gee-0.8) >= 0.8.6
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(libebook-1.2) >= 3.5.3.1
+BuildRequires:  pkgconfig(libebook-1.2) >= 3.7.90
+BuildRequires:  pkgconfig(libebook-contacts-1.2) >= 3.7.90
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.5.3.1
 BuildRequires:  pkgconfig(libsocialweb-client) >= 0.25.20
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -176,8 +177,8 @@
 %dir %{_libdir}/folks
 %dir %{_libdir}/folks/%{module_version}
 %dir %{_libdir}/folks/%{module_version}/backends
-%dir %{_libdir}/folks/%{module_version}/backends/key-file
-%{_libdir}/folks/%{module_version}/backends/key-file/key-file.so
+%{_libdir}/folks/%{module_version}/backends/key-file/
+%{_libdir}/folks/%{module_version}/backends/ofono/
 
 %files -n libfolks-data
 %defattr(-,root,root)

++ folks-0.8.0.tar.xz -> folks-0.9.1.tar.xz ++
 258605 lines of diff (skipped)

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



commit evolution-rss for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2013-04-05 07:27:55

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


Package is "evolution-rss", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes  
2013-01-20 12:12:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new/evolution-rss.changes 
2013-04-05 07:35:18.0 +0200
@@ -1,0 +2,18 @@
+Sun Mar 10 20:41:22 UTC 2013 - dims...@opensuse.org
+
+- Add evolution-rss-soup-linking.patch: link the plugin against
+  libsoup, so it can be loaded.
+- Add gnome-common and gconf2-devel BuildRequries and call to
+  gnome-autogen.sh, as above patch touches the build system.
+
+---
+Sat Mar  9 22:04:55 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.93:
+  + Adapt to evolution API changes.
+  + Bugs fixed: bgo#684120, bgo#686142.
+  + Updated translations.
+- Drop pkgconfig(libemail-utils) and pkgconfig(libevolution-utils
+  BuildRequires: no longer needed.
+
+---

Old:

  evolution-rss-0.3.92.tar.xz

New:

  evolution-rss-0.3.93.tar.xz
  evolution-rss-soup-linking.patch



Other differences:
--
++ evolution-rss.spec ++
--- /var/tmp/diff_new_pack.hEmAQt/_old  2013-04-05 07:35:22.0 +0200
+++ /var/tmp/diff_new_pack.hEmAQt/_new  2013-04-05 07:35:22.0 +0200
@@ -23,7 +23,7 @@
 
 Name:   evolution-rss
 %define _name evolution-plugin-rss
-Version:0.3.92
+Version:0.3.93
 Release:0
 Provides:   %{_name} = %{version}
 Summary:Evolution Plugin for RSS Feeds Support
@@ -31,7 +31,13 @@
 Group:  Productivity/Networking/Email/Clients
 Url:http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 Source: http://gnome.eu.org/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evolution-rss-soup-linking.patch bgo#695586 
dims...@opensuse.org -- Link the plugin against libsoup.
+Patch0: evolution-rss-soup-linking.patch
 BuildRequires:  gcc-c++
+# Needed only for patch0, in order to bootstrap
+BuildRequires:  gconf2-devel
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
@@ -42,8 +48,6 @@
 BuildRequires:  pkgconfig(gtkhtml-editor-4.0)
 BuildRequires:  pkgconfig(libebook-1.2)
 BuildRequires:  pkgconfig(libemail-engine)
-BuildRequires:  pkgconfig(libemail-utils)
-BuildRequires:  pkgconfig(libevolution-utils)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(webkitgtk-3.0)
 %glib2_gsettings_schema_requires
@@ -65,8 +69,11 @@
 %lang_package -n %{_name}
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-schemas-install
 %__make %{?_smp_mflags}
 

++ evolution-rss-0.3.92.tar.xz -> evolution-rss-0.3.93.tar.xz ++
 13975 lines of diff (skipped)

++ evolution-rss-soup-linking.patch ++
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a86c1f..4d04dab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -131,6 +131,7 @@ evolution_module_rss_la_CPPFLAGS =  \
 -DG_LOG_DOMAIN=\"evolution-module-rss\"\
 $(EVOLUTION_RSS_EPLUGIN_LIBS)
 
+evolution_module_rss_la_LIBADD = $(LIBSOUP_LIBS)
 
 evolution_module_rss_la_LDFLAGS =  \
 -avoid-version -module $(NO_UNDEFINED)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2013-04-05 07:27:25

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


Package is "evolution", Maintainer is "projectnov-s...@epam.com"

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2013-02-17 
16:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2013-04-05 
07:35:12.0 +0200
@@ -1,0 +2,173 @@
+Sun Mar 24 06:56:57 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Sun Mar 17 13:24:44 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + [itip-formatter] Reference a view when searching for a
+calendar.
+  + org.gnome.evolution.calendar.gschema.xml.in: Define a
+'Duration' enum.
+  + [backup-restore] Dir separator removal breaks DConf settings
+restore.
+  + Add utility functions for manipulating weekdays.
+  + evolution-addressbook-export: Remove main loop event flushing.
+  + e_mail_config_notebook_commit: Skip non-writable sources.
+  + Do not leak each sent message.
+  + Bugs fixed: bgo#415371, bgo#645476, bgo#676696, bgo#690092,
+bgo#690930, bgo#693254, bgo#695193, bgo#695477, bgo#695570,
+bgo#695693.
+  + Updated translations.
+
+---
+Sun Mar  3 15:40:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Keep EClient instances in a central cache for more consistent
+event-handling.
+  + Add status icons in sidebar for calendar, contact, task and
+memo backends.
+  + Rewrite the contact photo in email feature to avoid deadlocks.
+  + EAttachment: Use Subject as fallback filename for message
+attachments.
+  + Show local images in Signature preview.
+  + Speed-up auto-completion results showing.
+  + Autocompletion - do not use quick timeout when user types text.
+  + Add mnemonic widgets for Status and Priority comboboxes.
+  + Correct label for "Country:" textbox in Work section on
+"Mailing Address" tab of contact editor.
+  + evolution-addressbook-export: Remove --async option.
+  + Remove obsolete "mime-types" mail setting.
+  + Added mnemonic widget for 'Time zone' field in event editor.
+  + Bugs fixed: bgo#674236, bgo#693250, bgo#693420, bgo#693625,
+bgo#694159, bgo#694170, bgo#694363, bgo#694460.
+  + Updated translations.
+
+---
+Mon Feb 18 08:17:13 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Add a centralized cache for EClient instances and adapt most of
+the application to use it.
+  + [web-inspector] Add a secret debugging shortcut.
+  + Add mnemonic widgets for title and suffix comboboxes.
+  + Add mnemonic widget for Start date field in memo editor.
+  + Bugs fixed: bgo#683867.
+  + Updated translations.
+
+---
+Wed Feb 13 12:07:02 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Add a "settings" module.
+  + Contact's print doesn't decode QP encoded email addresses.
+  + Use e_book_client_connect().
+  + Use e_cal_client_connect().
+  + Incorporate ESourceUOA.
+  + EMailAccountStore: Use an appropriate icon for online accounts.
+  + Add a priority field for mail formatter and parser extensions.
+  + Bugs fixed: bgo#639698, bgo#680537, bgo#685757, bgo#688294,
+bgo#689476, bgo#690696, bgo#690697, bgo#691194, bgo#691640,
+bgo#691732, bgo#692003, bgo#692005, bgo#692009, bgo#692143,
+bgo#692213, bgo#692775, bgo#692777, bgo#692781, bgo#692783,
+bgo#692818.
+  + Updated translations.
+- Add upstream fixed patches:
+  + evolution-fix-crash-when-searching.patch
+  + evolution-fix-empty-body-reply.patch
+  + evolution-fix-message-quoted-twice.patch
+  + evolution-fix-text-css-as-attachment.patch
+  + evolution-pine-importer.patch
+  + evolution-prevent-crash-edit-task-prompt-cancel.patch
+  + evolution-prevent-crash-on-folder-rename.patch
+  + evolution-schedule-higher-idle-priority-actions.patch
+  + evolution-use-G_PRIORITY_HIGH_IDLE.patch 
+
+---
+Tue Feb 12 10:52:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + evolution-shell.pc.in: Remove libedataserverui-3.0.
+  + Reset the maintainer list in the About dialog.
+  + Remove the "imap-features" module.
+  + Move CamelSaslXOAuth2 to libemail-engine.
+  + Remove --with-kde-applnk-path configure option.
+  + Be more strict in inline PGP mime filter/part parser.
+  + Do not hide 'attachment' images with Content-ID.
+  + Bugs fixed: bgo#588216, bgo#69017

commit doomsday for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package doomsday for openSUSE:Factory 
checked in at 2013-04-05 07:27:17

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


Package is "doomsday", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/doomsday/doomsday.changes2013-01-04 
11:38:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.doomsday.new/doomsday.changes   2013-04-05 
07:34:37.0 +0200
@@ -1,0 +2,14 @@
+Sun Feb 17 10:56:08 UTC 2013 - jeng...@inai.de
+
+- Correctly place files into %_libdir (original sr#147463)
+
+---
+Sun Jan  6 21:06:46 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.9.10.1
+* The longstanding gameplay bug that prevented a column from
+  lowering on Doom E1M7 has now been fixed.
+* Command-line tools for creating and editing data files (md2tool,
+  texc) are now included as part of the distribution packages.
+
+---

Old:

  doomsday-1.9.9.tar.xz

New:

  deng-libdir.diff
  doomsday-1.9.10.1.tar.xz



Other differences:
--
++ doomsday.spec ++
--- /var/tmp/diff_new_pack.SnOA95/_old  2013-04-05 07:35:07.0 +0200
+++ /var/tmp/diff_new_pack.SnOA95/_new  2013-04-05 07:35:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package doomsday
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,18 @@
 
 
 Name:   doomsday
-Version:1.9.9
+Version:1.9.10.1
 Release:0
 Summary:The Doomsday Engine: DOOM/Hertic/Hexen port with pretty 
graphics
-# md2tool (apparently GPL-2.0 only) is not shipped in binary form
-License:GPL-2.0+
+License:GPL-2.0+ and GPL-2.0
 Group:  Amusements/Games/3D/Shoot
+# md2tool is the one being GPL-2.0-only
 Url:http://dengine.net/
 
-#DL-URL:   http://downloads.sf.net/deng/doomsday-1.9.9.tar.gz
+#DL-URL:   http://downloads.sf.net/deng/doomsday-1.9.10-1.tar.gz
 Source: %name-%version.tar.xz
 Patch1:deng-nodate.diff
+Patch2: deng-libdir.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
@@ -56,6 +57,7 @@
 
 %package launcher
 Summary:   Graphical launcher for Doomsday
+Group:  Amusements/Games/3D/Shoot
 Requires:  %name = %version
 %if 0%{?fedora_version}
 BuildRequires: python
@@ -81,7 +83,7 @@
 tar --use=xz -xf "%{S:0}";
 %setup -DTq
 %endif
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 pushd doomsday;
@@ -89,7 +91,8 @@
 %if 0%{?fedora_version}
 alias qmake="qmake-qt4";
 %endif
-qmake QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" QMAKE_STRIP="true";
+qmake QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" \
+   QMAKE_STRIP="true" DENG_LIB_DIR="%_libdir";
 make %{?_smp_mflags};
 popd;
 
@@ -124,7 +127,12 @@
 %_libdir/%name/lib*
 %dir %_datadir/%name
 %_datadir/%name/data
+%_datadir/%name/modules
 %_datadir/applications/doomsday-engine.desktop
+%_mandir/man6/doomsday.6*
+%dir %_libexecdir/%name
+%_libexecdir/%name/md2tool
+%_libexecdir/%name/texc
 
 %files launcher
 %defattr(-,root,root)

++ deng-libdir.diff ++
From: Jan Engelhardt 
Date: 2013-02-17 11:46:51.927040802 +0100

build: allow packagers to set DENG_LIB_DIR

Only a Linux distribution knows the exact value of libdir, since
that depends on the userspace environment.
---
 doomsday/config_unix.pri |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Index: doomsday-1.9.10.1/doomsday/config_unix.pri
===
--- doomsday-1.9.10.1.orig/doomsday/config_unix.pri
+++ doomsday-1.9.10.1/doomsday/config_unix.pri
@@ -29,15 +29,17 @@ isEmpty(PREFIX) {
 DENG_BIN_DIR = $$PREFIX/bin
 
 # Library location.
-DENG_LIB_DIR = $$PREFIX/lib
+isEmpty(DENG_LIB_DIR) {
+   DENG_LIB_DIR = $$PREFIX/lib
 
-contains(QMAKE_HOST.arch, x86_64) {
-exists($$PREFIX/lib64) {
-DENG_LIB_DIR = $$PREFIX/lib64
-}
-exists($$PREFIX/lib/x86_64-linux-gnu) {
-DENG_LIB_DIR = $$PREFIX/lib/x86_64-linux-gnu
-}
+   contains(QMAKE_HOST.arch, x86_64) {
+   exists($$PREFIX/lib64) {
+   DENG_LIB_DIR = $$PREFIX/lib64
+   }
+   exists($$PREFIX/lib/x86_64-linux-gnu) {
+   DENG_LIB_DIR = $$PREFIX/lib/x86_64-linux-gnu
+   }
+   }
 }
 
 # Target location for 

commit clutter-gst for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory 
checked in at 2013-04-05 07:26:58

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


Package is "clutter-gst", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes  2013-01-28 
09:29:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes 
2013-04-05 07:33:17.0 +0200
@@ -1,0 +2,9 @@
+Tue Feb 26 18:57:39 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.0.2:
+  + Remove usage of ClutterStage/ClutterContainer deprecated APIs.
+  + Depend on Cogl 1.10 for shaders boilerplate.
+  + Improve video-player player example on enter/leave event
+handling. 
+
+---

Old:

  clutter-gst-2.0.0.tar.xz

New:

  clutter-gst-2.0.2.tar.xz



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.IX5lNA/_old  2013-04-05 07:34:00.0 +0200
+++ /var/tmp/diff_new_pack.IX5lNA/_new  2013-04-05 07:34:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   clutter-gst
-Version:2.0.0
+Version:2.0.2
 Release:0
 Url:http://clutter-project.org/
 Summary:GStreamer integration for Clutter

++ clutter-gst-2.0.0.tar.xz -> clutter-gst-2.0.2.tar.xz ++
 9064 lines of diff (skipped)

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



commit clisp for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2013-04-05 07:26:48

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


Package is "clisp", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/clisp/clisp.changes  2012-11-29 
09:22:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2013-04-05 
07:32:28.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr  3 17:35:18 UTC 2013 - dval...@suse.com
+
+- src/socket.d (get_hostname): turn into a function and allocate the
+   array in the caller to support gcc 4.7 [patch#3474660] 
+  fixes ppc socket.d failing test. (clisp-hostname.patch)
+
+---

New:

  clisp-hostname.patch



Other differences:
--
++ clisp.spec ++
--- /var/tmp/diff_new_pack.fpAfWA/_old  2013-04-05 07:33:16.0 +0200
+++ /var/tmp/diff_new_pack.fpAfWA/_new  2013-04-05 07:33:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clisp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -64,6 +64,8 @@
 Patch11:fix-build-in-qemu.patch
 Patch12:clisp-linux.patch
 Patch13:clisp-glibc-fix.patch
+#PATCH-FIX-UPSTREAM  patch#3474660  changeset 155574f5985f83127
+Patch14:clisp-hostname.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global vimdir  %{_datadir}/vim/site/after/syntax
 %global xarch   ppc64 s390x armv4l
@@ -113,6 +115,7 @@
 %if 0%{?suse_version} > 1220
 %patch13 -p1 -b .glibc
 %endif
+%patch14 -p0
 
 %build
 #

++ clisp-hostname.patch ++
--- src/socket.d.orig   2009-10-08 08:45:13.0 -0600
+++ src/socket.d2012-01-12 11:22:24.701723636 -0700
@@ -57,8 +57,8 @@
 /*  hostnames and IP addresses only (no sockets) 
 
  Fetches the machine's host name.
- get_hostname(host =);
- The name is allocated on the stack, with dynamic extent.
+ get_hostname(hostname);
+ where hostname is an array of MAXHOSTNAMELEN+1 characters.
  < const char* host: The host name.
  (Note: In some cases we could get away with less system calls by simply
  setting
@@ -67,13 +67,12 @@
  sds: never: you will always get localhost/127.0.0.1 - what's the point? */
 #if defined(HAVE_GETHOSTNAME)
 /* present on all supported unix systems and on woe32 */
-  #define get_hostname(host_assignment) \
-do {  var char hostname[MAXHOSTNAMELEN+1];  \
+  #define get_hostname(hostname)\
+do {\
   begin_system_call();  \
   if ( gethostname(&hostname[0],MAXHOSTNAMELEN) <0) { SOCK_error(); } \
   end_system_call();\
   hostname[MAXHOSTNAMELEN] = '\0';  \
-  host_assignment &hostname[0]; \
 } while(0)
 #else
   #error get_hostname is not defined
@@ -207,8 +206,8 @@ LISPFUNN(machine_instance,0)
  (if (or (null address) (zerop (length address)))
hostname
(apply #'string-concat hostname " [" (inet-ntop address) "]"))) */
-var const char* host;
-get_hostname(host =);
+var char host[MAXHOSTNAMELEN+1];
+get_hostname(host);
 result = asciz_to_string(host,O(misc_encoding)); /* hostname as result */
#ifdef HAVE_GETHOSTBYNAME
 pushSTACK(result); /* hostname as 1st string */
@@ -389,8 +388,8 @@ local int resolve_host1 (const void* add
 modexp struct hostent* resolve_host (object arg) {
   var struct hostent* he;
   if (eq(arg,S(Kdefault))) {
-var char* host;
-get_hostname(host =);
+var char host[MAXHOSTNAMELEN+1];
+get_hostname(host);
 begin_system_call();
 he = gethostbyname(host);
 end_system_call();
@@ -724,8 +723,9 @@ global SOCKET connect_to_x_server (const
 if (conntype == conn_tcp) {
   var unsigned short port = X_TCP_PORT+display;
   if (host[0] == '\0') {
-get_hostname(host =);
-fd = with_host_port(host,port,&connect_to_x_via_ip,NULL);
+var char hostname[MAXHOSTNAMELEN+1];
+get_hostname(hostname);
+fd = with_host_port(hostname,port,&connect_to_x_via_ip,NULL);
   } else {
 fd = with_host_port(host,port,&connect_to_x_via_ip,NULL);
   }
@@ -798,8 +798,8 @@

commit cheese for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2013-04-05 07:26:38

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


Package is "cheese", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/cheese/cheese.changes2013-01-17 
09:37:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes   2013-04-05 
07:32:06.0 +0200
@@ -1,0 +2,50 @@
+Mon Mar 25 22:12:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Tue Mar 19 08:48:18 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.92:
+  + Updated translations.
+
+---
+Mon Mar  4 23:07:43 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.91:
+  + Updated translations.
+
+---
+Mon Feb 18 21:55:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Change schema path to standard format (bgo#673965).
+  + Avoid using libgee.
+  + Updated documentations.
+  + Updated translations.
+- Drop pkgconfig(gee-1.0) BuildRequires.
+
+---
+Wed Jan 16 13:17:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Eliminate an instance-used-via-static warning.
+  + Avoid deprecated GFile attribute syntax.
+  + Shoot when the webcam capture button is pressed (bgo#690961).
+  + Update photo-take help page.
+  + Updated translations.
+
+---
+Wed Jan 16 13:10:32 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.3:
+  + Return to the video view after selecting an effect
+(bgo#687879).
+  + More g_thread_init() removal. Add --target-glib 2.32 to the
+VALAFLAGS so that we don't get g_thread_init() in the generated
+.c code.
+  + Drop calls to g_thread_init() in tests.
+  + Updated translations.
+
+---

Old:

  cheese-3.6.2.tar.xz

New:

  cheese-3.8.0.tar.xz



Other differences:
--
++ cheese.spec ++
--- /var/tmp/diff_new_pack.t7Nxic/_old  2013-04-05 07:32:27.0 +0200
+++ /var/tmp/diff_new_pack.t7Nxic/_new  2013-04-05 07:32:27.0 +0200
@@ -20,20 +20,20 @@
 %define lib_gtk_major 23
 
 Name:   cheese
-Version:3.6.2
+Version:3.8.0
 Release:0
 Summary:Webcam Booth for GNOME
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.gnome.org/projects/cheese
-Source0:
http://download.gnome.org/sources/cheese/3.6/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/cheese/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  vala
+BuildRequires:  vala >= 0.16.0
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.10.0
@@ -42,7 +42,6 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-3.0) >= 3.3.6
-BuildRequires:  pkgconfig(gee-1.0) >= 0.6.0
 BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 2.91.6
 BuildRequires:  pkgconfig(gnome-video-effects)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0

++ cheese-3.6.2.tar.xz -> cheese-3.8.0.tar.xz ++
 28009 lines of diff (skipped)

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



commit boinc-client for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package boinc-client for openSUSE:Factory 
checked in at 2013-04-05 07:24:41

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


Package is "boinc-client", Maintainer is "orpha...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes
2012-07-10 17:03:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.boinc-client.new/boinc-client.changes   
2013-04-05 07:28:21.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 11:12:16 UTC 2013 - co...@suse.com
+
+- do not own bash directories
+
+---



Other differences:
--
++ boinc-client.spec ++
--- /var/tmp/diff_new_pack.mHKPjG/_old  2013-04-05 07:30:20.0 +0200
+++ /var/tmp/diff_new_pack.mHKPjG/_new  2013-04-05 07:30:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package boinc-client
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 by Sascha Manns 
 #
 # All modifications and additions to the file contributed by third parties
@@ -404,7 +404,7 @@
 %defattr(-,root,root,-)
 %doc COPYING* COPYRIGHT INSTALL notes todo TODO_OLD README.SUSE
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
-%config(noreplace) %{_sysconfdir}/bash_completion.d/
+%config(noreplace) %{_sysconfdir}/bash_completion.d/*
 /var/adm/fillup-templates/sysconfig.%{name}
 %{_bindir}/boinc
 %{_bindir}/%{name}

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



commit autoyast2 for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-04-05 07:24:23

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


Package is "autoyast2", Maintainer is "f...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-02-20 
09:26:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-04-05 
07:24:24.0 +0200
@@ -1,0 +2,18 @@
+Mon Mar 25 11:35:59 CET 2013 - f...@suse.de
+
+- prevent kill of autoyast-initscripts.service by systemd 
+  (fix is by joschibrauc...@gmx.de, bnc#803577)
+
+---
+Fri Mar 15 09:31:37 UTC 2013 - jsr...@suse.cz
+
+- fixed handling of removing (or deselecting) packages during
+  AutoYaST upgrade (bnc#794403)
+
+---
+Thu Mar 14 15:08:47 CET 2013 - f...@suse.de
+
+- 2.24.0
+- add possibility to demand swap suited for suspend (bnc#801866)
+
+---

Old:

  autoyast2-2.23.5.tar.bz2

New:

  autoyast2-2.24.0.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.aqE4HI/_old  2013-04-05 07:27:08.0 +0200
+++ /var/tmp/diff_new_pack.aqE4HI/_new  2013-04-05 07:27:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:2.23.5
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,8 +81,6 @@
 installation sources.
 
 %package installation
-Version:2.23.5
-Release:0
 Summary:YaST2 - Auto Installation Modules
 Group:  System/YaST
 # API for Disabled Modules (ProductControl)

++ autoyast2-2.23.5.tar.bz2 -> autoyast2-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.23.5/VERSION new/autoyast2-2.24.0/VERSION
--- old/autoyast2-2.23.5/VERSION2013-02-19 18:51:32.0 +0100
+++ new/autoyast2-2.24.0/VERSION2013-03-14 18:14:49.0 +0100
@@ -1 +1 @@
-2.23.5
+2.24.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.23.5/configure 
new/autoyast2-2.24.0/configure
--- old/autoyast2-2.23.5/configure  2013-02-19 18:51:46.0 +0100
+++ new/autoyast2-2.24.0/configure  2013-03-27 14:46:45.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for autoyast2 2.23.5.
+# Generated by GNU Autoconf 2.69 for autoyast2 2.24.0.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='autoyast2'
 PACKAGE_TARNAME='autoyast2'
-PACKAGE_VERSION='2.23.5'
-PACKAGE_STRING='autoyast2 2.23.5'
+PACKAGE_VERSION='2.24.0'
+PACKAGE_STRING='autoyast2 2.24.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures autoyast2 2.23.5 to adapt to many kinds of systems.
+\`configure' configures autoyast2 2.24.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of autoyast2 2.23.5:";;
+ short | recursive ) echo "Configuration of autoyast2 2.24.0:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-autoyast2 configure 2.23.5
+autoyast2 configure 2.24.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1415,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by autoyast2 $as_me 2.23.5, which was
+It was created by autoyast2 $as_me 2.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2354,7 +2354,7 @@
 
 # Define the identity of the package.
  PACKAGE='autoyast2'
- VERSION='2.23.5'
+ VERSION='2.24.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2477,7 +2477,7 @@
 
 
 
-VERSION="2.23.5"
+VERSION="2.24.0"
 RPMNAME="autoyast2"
 MAINTAINER="Thomas Fehr "
 
@@ -3407,7 +3407,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by autoyast2 $as_

commit java-1_7_0-openjdk for openSUSE:Factory

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2013-04-04 19:18:20

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2013-03-25 20:31:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2013-04-04 19:18:22.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 28 12:36:16 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.tbUSNR/_old  2013-04-04 19:18:29.0 +0200
+++ /var/tmp/diff_new_pack.tbUSNR/_new  2013-04-04 19:18:29.0 +0200
@@ -146,11 +146,11 @@
 Group:  Development/Languages/Java
 Url:http://icedtea.classpath.org
 
-Source0:icedtea-%{icedtea_version}.tar.gz
+Source0:
http://icedtea.wildebeest.org/download/source/icedtea-%{icedtea_version}.tar.gz
 
 # Gnome access bridge
 #Source9:  
%{accessurl}%{accessmajorver}/java-access-bridge-%{accessver}.tar.bz2
-Source1:java-access-bridge-%{accessver}.tar.bz2
+Source1:
%{accessurl}%{accessmajorver}/java-access-bridge-%{accessver}.tar.bz2
 
 # Mauve test suite
 # FIXME: Is this applicable for 7?


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



commit jakarta-commons-httpclient3 for openSUSE:12.1:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-httpclient3 for 
openSUSE:12.1:Update checked in at 2013-04-04 16:29:46

Comparing /work/SRC/openSUSE:12.1:Update/jakarta-commons-httpclient3 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.jakarta-commons-httpclient3.new (New)


Package is "jakarta-commons-httpclient3", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.DFmeQd/_old  2013-04-04 16:29:49.0 +0200
+++ /var/tmp/diff_new_pack.DFmeQd/_new  2013-04-04 16:29:49.0 +0200
@@ -1 +1 @@
-
+

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



commit jakarta-commons-httpclient3.1518 for openSUSE:12.1:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-httpclient3.1518 for 
openSUSE:12.1:Update checked in at 2013-04-04 16:29:45

Comparing /work/SRC/openSUSE:12.1:Update/jakarta-commons-httpclient3.1518 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.jakarta-commons-httpclient3.1518.new 
(New)


Package is "jakarta-commons-httpclient3.1518", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-04 09:12:34.372011006 +0200
+++ 
/work/SRC/openSUSE:12.1:Update/.jakarta-commons-httpclient3.1518.new/jakarta-commons-httpclient3.changes
2013-04-04 16:29:46.0 +0200
@@ -0,0 +1,47 @@
+---
+Thu Mar 28 10:33:37 UTC 2013 - mvysko...@suse.com
+
+- enhance fix of bnc#803332 / CVE-2012-5783
+  * add a check for subjectAltNames for instance
+
+---
+Thu Feb 14 08:47:07 UTC 2013 - mvysko...@suse.com
+
+- fix bnc#803332: no ssl certificate hostname checking (CVE-2012-5783)
+  * commons-httpclient-CVE-2012-5783.patch
+- use versioned provides/obsoletes
+
+---
+Thu Jul 17 07:45:10 CEST 2008 - co...@suse.de
+
+- avoid another build cycle
+
+---
+Mon Oct  2 15:47:26 CEST 2006 - dbornkes...@suse.de
+
+- update to v3.0.1 
+- fixes necessary to compile with Java 1.5.0 (in 3.0.1 version)
+- set source="1.4" and target="1.4" for ant "javac" tasks
+- set source="1.4" for ant "javadoc" tasks
+
+---
+Mon Sep 25 12:47:02 CEST 2006 - s...@suse.de
+
+- don't use icecream
+- use source="1.4" and target="1.4" for build with java 1.5
+
+---
+Wed Jan 25 21:46:37 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Wed Jan  4 18:21:39 CET 2006 - dbornkes...@suse.de
+
+- disabled and 'test' target as that was specially written for sun JRE and 
hence fails with other JREs
+
+---
+Mon Dec 19 21:02:45 CET 2005 - dbornkes...@suse.de
+
+- Current version 3.0 from JPackage.org
+

New:

  commons-httpclient-3.0.1-src.tar.bz2
  commons-httpclient-CVE-2012-5783-2.patch
  jakarta-commons-httpclient3.changes
  jakarta-commons-httpclient3.spec
  java150_build.patch



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

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


Name:   jakarta-commons-httpclient3
BuildRequires:  ant-junit
BuildRequires:  jaf
BuildRequires:  jakarta-commons-codec
BuildRequires:  jakarta-commons-discovery
BuildRequires:  java2-devel-packages
BuildRequires:  javamail
BuildRequires:  log4j-mini
BuildRequires:  servletapi5
BuildRequires:  wsdl4j
%define short_name httpclient3
%define name   jakarta-commons-%{short_name}
%define version3.0.1
%define release0.rc4.1jpp
%define sectionfree
Version:3.0.1
Release:0
Summary:Feature rich package for accessing resources via HTTP
License:Apache-2.0
Group:  Development/Libraries/Java
#Source0:
http://archive.apache.org/dist/jakarta/commons/httpclient/source/commons-httpclient-3.0-rc4-src.tar.gz
Source0:commons-httpclient-%{version}-src.tar.bz2
#PATCH-FIX-UPSTREAM: bnc#803332
#https://issues.apache.org/jira/secure/attachment/12560251/CVE-2012-5783-2.patch
Patch0: commons-httpclient-CVE-2012-5783-2.patch
Patch150:   java150_build.patch
Url:http://jakarta.apache.org/commons/httpclient/
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires:   jakarta-commons-logging >= 1.0.3
Provides:   commons-%{short_name} = %{version}-%{release}
Obsoletes:  commons-%{short_name} < %{version}-%{release}

%description
Altho

commit jakarta-commons-httpclient.1517 for openSUSE:12.3:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-httpclient.1517 for 
openSUSE:12.3:Update checked in at 2013-04-04 16:29:35

Comparing /work/SRC/openSUSE:12.3:Update/jakarta-commons-httpclient.1517 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.jakarta-commons-httpclient.1517.new 
(New)


Package is "jakarta-commons-httpclient.1517", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-04 09:12:34.372011006 +0200
+++ 
/work/SRC/openSUSE:12.3:Update/.jakarta-commons-httpclient.1517.new/jakarta-commons-httpclient.changes
  2013-04-04 16:29:36.0 +0200
@@ -0,0 +1,54 @@
+---
+Thu Mar 28 10:54:13 UTC 2013 - mvysko...@suse.com
+
+- enhance fix of bnc#803332 / CVE-2012-5783
+  * add a check for subjectAltNames for instance
+
+---
+Thu Feb 14 09:10:48 UTC 2013 - mvysko...@suse.com
+
+- fix bnc#803332: no ssl certificate hostname checking (CVE-2012-5783)
+  * commons-httpclient-CVE-2012-5783.patch
+
+---
+Fri May 25 11:18:20 UTC 2012 - mvysko...@suse.cz
+
+- update to 3.1 (bugfix release)
+- make sure it works with jdk7
+- improve spec (ie non-versioned javadoc dir)
+- rename to jakarta-commons-httpclient to remain compatible
+
+---
+Thu Jul 17 07:45:10 CEST 2008 - co...@suse.de
+
+- avoid another build cycle
+
+---
+Mon Oct  2 15:47:26 CEST 2006 - dbornkes...@suse.de
+
+- update to v3.0.1 
+- fixes necessary to compile with Java 1.5.0 (in 3.0.1 version)
+- set source="1.4" and target="1.4" for ant "javac" tasks
+- set source="1.4" for ant "javadoc" tasks
+
+---
+Mon Sep 25 12:47:02 CEST 2006 - s...@suse.de
+
+- don't use icecream
+- use source="1.4" and target="1.4" for build with java 1.5
+
+---
+Wed Jan 25 21:46:37 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Wed Jan  4 18:21:39 CET 2006 - dbornkes...@suse.de
+
+- disabled and 'test' target as that was specially written for sun JRE and 
hence fails with other JREs
+
+---
+Mon Dec 19 21:02:45 CET 2005 - dbornkes...@suse.de
+
+- Current version 3.0 from JPackage.org
+

New:

  commons-httpclient-3.1-src.tar.gz
  commons-httpclient-CVE-2012-5783-2.patch
  jakarta-commons-httpclient-addosgimanifest.patch
  jakarta-commons-httpclient-disablecryptotests.patch
  jakarta-commons-httpclient-encoding.patch
  jakarta-commons-httpclient.changes
  jakarta-commons-httpclient.spec



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

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


%define short_name commons-httpclient

Name:   jakarta-commons-httpclient
Version:3.1
Release:0
Summary:Feature rich package for accessing resources via HTTP
License:Apache-2.0
Group:  Development/Libraries/Java
Url:http://jakarta.apache.org/commons/httpclient/
#Source0:
http://archive.apache.org/dist/jakarta/commons/httpclient/source/commons-httpclient-3.0-rc4-src.tar.gz
Source0:commons-httpclient-%{version}-src.tar.gz
Patch0: %{name}-disablecryptotests.patch
# Add OSGi MANIFEST.MF bits
Patch1: %{name}-addosgimanifest.patch
Patch2: %{name}-encoding.patch
#PATCH-FIX-UPSTREAM: bnc#803332
#https://issues.apache.org/jira/secure/attachment/12560251/CVE-2012-5783-2.patch
Patch3: commons-httpclient-CVE-2012-5783-2.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ant
BuildRequires:  commons-codec
BuildRequires:  commons-logg

commit jakarta-commons-httpclient for openSUSE:12.2:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-httpclient for 
openSUSE:12.2:Update checked in at 2013-04-04 16:29:34

Comparing /work/SRC/openSUSE:12.2:Update/jakarta-commons-httpclient (Old)
 and  /work/SRC/openSUSE:12.2:Update/.jakarta-commons-httpclient.new (New)


Package is "jakarta-commons-httpclient", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.JBq67k/_old  2013-04-04 16:29:35.0 +0200
+++ /var/tmp/diff_new_pack.JBq67k/_new  2013-04-04 16:29:35.0 +0200
@@ -1 +1 @@
-
+

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



commit jakarta-commons-httpclient.1517 for openSUSE:12.2:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-httpclient.1517 for 
openSUSE:12.2:Update checked in at 2013-04-04 16:29:28

Comparing /work/SRC/openSUSE:12.2:Update/jakarta-commons-httpclient.1517 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.jakarta-commons-httpclient.1517.new 
(New)


Package is "jakarta-commons-httpclient.1517", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-04 09:12:34.372011006 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.jakarta-commons-httpclient.1517.new/jakarta-commons-httpclient.changes
  2013-04-04 16:29:29.0 +0200
@@ -0,0 +1,54 @@
+---
+Thu Mar 28 10:56:07 UTC 2013 - mvysko...@suse.com
+
+- enhance fix of bnc#803332 / CVE-2012-5783
+  * add a check for subjectAltNames for instance
+
+---
+Thu Feb 14 09:10:48 UTC 2013 - mvysko...@suse.com
+
+- fix bnc#803332: no ssl certificate hostname checking (CVE-2012-5783)
+  * commons-httpclient-CVE-2012-5783.patch
+
+---
+Fri May 25 11:18:20 UTC 2012 - mvysko...@suse.cz
+
+- update to 3.1 (bugfix release)
+- make sure it works with jdk7
+- improve spec (ie non-versioned javadoc dir)
+- rename to jakarta-commons-httpclient to remain compatible
+
+---
+Thu Jul 17 07:45:10 CEST 2008 - co...@suse.de
+
+- avoid another build cycle
+
+---
+Mon Oct  2 15:47:26 CEST 2006 - dbornkes...@suse.de
+
+- update to v3.0.1 
+- fixes necessary to compile with Java 1.5.0 (in 3.0.1 version)
+- set source="1.4" and target="1.4" for ant "javac" tasks
+- set source="1.4" for ant "javadoc" tasks
+
+---
+Mon Sep 25 12:47:02 CEST 2006 - s...@suse.de
+
+- don't use icecream
+- use source="1.4" and target="1.4" for build with java 1.5
+
+---
+Wed Jan 25 21:46:37 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Wed Jan  4 18:21:39 CET 2006 - dbornkes...@suse.de
+
+- disabled and 'test' target as that was specially written for sun JRE and 
hence fails with other JREs
+
+---
+Mon Dec 19 21:02:45 CET 2005 - dbornkes...@suse.de
+
+- Current version 3.0 from JPackage.org
+

New:

  commons-httpclient-3.1-src.tar.gz
  commons-httpclient-CVE-2012-5783-2.patch
  jakarta-commons-httpclient-addosgimanifest.patch
  jakarta-commons-httpclient-disablecryptotests.patch
  jakarta-commons-httpclient-encoding.patch
  jakarta-commons-httpclient.changes
  jakarta-commons-httpclient.spec



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

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


%define short_name commons-httpclient

Name:   jakarta-commons-httpclient
Version:3.1
Release:0
Summary:Feature rich package for accessing resources via HTTP
License:Apache-2.0
Group:  Development/Libraries/Java
Url:http://jakarta.apache.org/commons/httpclient/
#Source0:
http://archive.apache.org/dist/jakarta/commons/httpclient/source/commons-httpclient-3.0-rc4-src.tar.gz
Source0:commons-httpclient-%{version}-src.tar.gz
Patch0: %{name}-disablecryptotests.patch
# Add OSGi MANIFEST.MF bits
Patch1: %{name}-addosgimanifest.patch
Patch2: %{name}-encoding.patch
#PATCH-FIX-UPSTREAM: bnc#803332
#https://issues.apache.org/jira/secure/attachment/12560251/CVE-2012-5783-2.patch
Patch3: commons-httpclient-CVE-2012-5783-2.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ant
BuildRequires:  commons-codec
BuildRequires:  commons-logg

commit dhcp for openSUSE:12.2:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:12.2:Update 
checked in at 2013-04-04 16:28:35

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


Package is "dhcp", Maintainer is "m...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3SyxOF/_old  2013-04-04 16:28:44.0 +0200
+++ /var/tmp/diff_new_pack.3SyxOF/_new  2013-04-04 16:28:44.0 +0200
@@ -1 +1 @@
-
+

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



commit dhcp for openSUSE:12.1:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:12.1:Update 
checked in at 2013-04-04 16:28:32

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


Package is "dhcp", Maintainer is "m...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AiMYnI/_old  2013-04-04 16:28:34.0 +0200
+++ /var/tmp/diff_new_pack.AiMYnI/_new  2013-04-04 16:28:34.0 +0200
@@ -1 +1 @@
-
+

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



commit nagios-nrpe.1423 for openSUSE:12.1:Update

2013-04-04 Thread h_root
Hello community,

here is the log from the commit of package nagios-nrpe.1423 for 
openSUSE:12.1:Update checked in at 2013-04-04 16:27:18

Comparing /work/SRC/openSUSE:12.1:Update/nagios-nrpe.1423 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.nagios-nrpe.1423.new (New)


Package is "nagios-nrpe.1423", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-04 09:12:34.372011006 +0200
+++ /work/SRC/openSUSE:12.1:Update/.nagios-nrpe.1423.new/nagios-nrpe.changes
2013-04-04 16:27:20.0 +0200
@@ -0,0 +1,343 @@
+---
+Mon Mar  4 15:12:21 UTC 2013 - l...@linux-schulserver.de
+
+- nagios-nrpe-CVE-2013-1362.patch: fixed shell code injection 
+  via $() (bnc#807241 CVE-2013-1362)
+- only recommend the nagios-plugin packages that are used in the 
+  default configuration (helps fixing bnc#778970)
+
+---
+Mon May 30 14:43:59 UTC 2011 - lr...@suse.de
+
+- specfile cleanup using spec-cleaner (add comments to patches)
+
+---
+Thu Feb 10 01:03:41 CET 2011 - r...@suse.de
+
+- add directory to filelist to fix build 
+
+---
+Mon Feb  7 21:08:55 UTC 2011 - l...@linux-schulserver.de
+
+- also package nrpe_check_control from contrib
+
+---
+Tue Dec  7 21:42:01 UTC 2010 - co...@novell.com
+
+- prereq init scripts syslog and network
+
+---
+Wed Sep 22 21:22:36 CEST 2010 - l...@linux-schulserver.de
+
+- use /var/lib/nagios as home directory (same as nagios package)
+
+---
+Sat Jul 10 07:31:13 UTC 2010 - l...@linux-schulserver.de
+
+- fix missing operand for dirname in init script
+
+---
+Mon May 24 07:58:16 UTC 2010 - l...@linux-schulserver.de
+
+- add netcfg to PreReq to have /etc/services installed 
+  (fixes bnc #608164 )
+
+---
+Wed May  5 15:45:05 UTC 2010 - l...@linux-schulserver.de
+
+- set default values in init script
+
+---
+Mon May  3 09:36:34 UTC 2010 - l...@linux-schulserver.de
+
+- fix file ownership in /etc
+- added nrpe manpage from debian
+- added adapted patches from Debian:
+  + nrpe-more_random.patch (overwrite the buffer with better 
+randomness)
+  + nrpe-improved_help.patch (list additional commandline options)
+  + nrpe-weird_output.patch (null the buffer before using it)
+  + nrpe-drop_privileges_before_writing_pidfile.patch (name says all)
+- added the following patches to fix compilation warnings:
+  + nrpe-return_value.patch
+  + nrpe-uninitialized_variable.patch
+  + nrpe-unused_variable.patch
+
+---
+Thu Apr 29 15:28:38 UTC 2010 - l...@linux-schulserver.de
+
+- use /var/run/nrpe/nrpe.pid for pidfile; nagios can be run as 
+  different user/group which might cause conflicts
+- clean up the init skript and implement automatic movement/ 
+  creation of the pid directory
+- package /var/run/nrpe/nrpe.pid as ghost
+
+---
+Sat Mar  6 20:59:09 UTC 2010 - ch...@computersalat.de
+
+- cleanup subpackages
+  o nagios-nrpe is default package and provides NRPE daemon
+obsoletes: client
+  o nagios-plugins-nrpe provides the check plugin to be installed
+with the nagios host
+obsoletes: server
+- cleanup spec
+  o sort TAGS
+  o removed/added define
+- nsusr == nrpeusr
+- nsgrp == nrpegrp
+- added cmdgrp
+- redefine _libexecdir
+  o added PreReq
+  o fix pre{,un}/post{,un} sections
+- no restart_on_update x{,inetd}, cause xinet file is
+  installed 'disabled' by default
+- service port is needed with server, not with plugin  
+- no restart_on_update nagios when nrpe plugin is update
+  there is also no restart_on_update when nagios_plugins
+  are updated
+  o fix nrpe.cfg
+o PID_File => /var/run/nagios/nrpe.pid
+- SOURCE mods
+  o reworked patches (Makefile,xinetd)
+  o replaced rcnrpe with nrpe.init
+  o added README.SuSE
+
+---
+Wed Dec 23 08:21:50 UTC 2009 - a...@suse.de
+
+- Use -fno-strict-aliasing to CFLAGS since the code is not clean.
+- Own /etc/nagios directory.
+- Add _GNU_SOURCE to CFLAGS to get prototype of asprintf.
+
+---
+Mon Dec  1 16:37:30 CET 2008 - lr...@suse.d