commit installation-images for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2014-01-05 10:21:56

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


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-12-06 09:43:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2014-01-05 10:21:57.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan  4 08:12:07 UTC 2014 - co...@suse.com
+
+- use bcond macros for vnc support, so I can disable it in 
+  core project
+
+---



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.qyD7HS/_old  2014-01-05 10:21:58.0 +0100
+++ /var/tmp/diff_new_pack.qyD7HS/_new  2014-01-05 10:21:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package installation-images
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 Name:   installation-images
 %define with_sles 0
 %define with_xen 0
-%define with_vnc 1
 %define with_vbox 0
 %define with_plymouth 1
 %define with_efi_graphics 1
 %define with_shim 1
+%bcond_without vnc
 %bcond_without sbl
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
@@ -257,7 +257,7 @@
 %if %{with sbl}
 BuildRequires:  sbl
 %endif
-%if %with_vnc
+%if %{with vnc}
 BuildRequires:  xorg-x11-Xvnc
 %endif
 # kmps
@@ -299,7 +299,7 @@
 BuildRequires:  xf86-video-r128
 BuildRequires:  xf86-video-sis
 BuildRequires:  xf86-video-vesa
-%if %with_vnc
+%if %{with vnc}
 BuildRequires:  tightvnc
 %endif
 %endif

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



commit iftop for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package iftop for openSUSE:Factory checked 
in at 2014-01-05 10:24:46

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


Package is iftop

Changes:

--- /work/SRC/openSUSE:Factory/iftop/iftop.changes  2013-03-07 
07:21:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.iftop.new/iftop.changes 2014-01-05 
10:24:47.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan  3 10:50:42 UTC 2014 - pascal.ble...@opensuse.org
+
+- update to 1.0pre3:
+  * bugs and compilation issues were fixed
+  * a text output mode was added.
+
+- drop the following patches, merged upstream:
+  * iftop-manpage.patch
+  * iftop-multicast.patch
+
+---

Old:

  iftop-1.0pre2.tar.gz
  iftop-manpage.patch
  iftop-multicast.patch

New:

  iftop-1.0pre3.tar.gz



Other differences:
--
++ iftop.spec ++
--- /var/tmp/diff_new_pack.KOPmt6/_old  2014-01-05 10:24:47.0 +0100
+++ /var/tmp/diff_new_pack.KOPmt6/_new  2014-01-05 10:24:47.0 +0100
@@ -20,16 +20,15 @@
 Summary:Real-Time Interface Bandwidth Usage
 License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
-Version:0.99.2
+Version:0.99.3
 Release:0
-%define real_version 1.0pre2
+%define pkg_version 1.0pre3
 Url:http://www.ex-parrot.com/~pdw/iftop/
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  automake
-Source0:%name-%real_version.tar.gz
-Patch1: %name-manpage.patch
-Patch2: %name-multicast.patch
+Source0:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-%{pkg_version}.tar.gz
+# Patch1: %name-manpage.patch
 Patch3: iftop-implicit-pointer-decl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,36 +38,28 @@
 bandwidth usage by pairs of hosts. It is handy for explaining why the
 network links slow.
 
-
-
-Authors:
-
-Paul Warren p...@ex-parrot.com
-Chris Lightfoot ch...@ex-parrot.com
-
 %prep
-%setup -q -n %name-%real_version
-%patch1 -p0
-%patch2 -p1
-%patch3
+%setup -q -n %name-%pkg_version
+#patch1 -p0
+%patch3 -p1
 
 %build
 autoreconf -fiv
 export CFLAGS=%optflags $(ncursesw6-config --cflags)
 export LDFLAGS=$(ncursesw6-config --libs)
 %configure
-%__make %{?jobs:-j%jobs} CPPFLAGS=-DUSE_GETIFADDRS
+%__make %{?smp_mflags} CPPFLAGS=-DUSE_GETIFADDRS
 
 %install
 %makeinstall
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf '%{buildroot}'}
 
 %files
 %defattr(-,root,root)
 %doc README ChangeLog COPYING TODO
 %{_sbindir}/iftop
-%{_mandir}/man8/*
+%doc %{_mandir}/man8/iftop.8*
 
 %changelog

++ iftop-1.0pre2.tar.gz - iftop-1.0pre3.tar.gz ++
 17803 lines of diff (skipped)

++ iftop-implicit-pointer-decl.patch ++
--- /var/tmp/diff_new_pack.KOPmt6/_old  2014-01-05 10:24:47.0 +0100
+++ /var/tmp/diff_new_pack.KOPmt6/_new  2014-01-05 10:24:47.0 +0100
@@ -1,45 +1,19 @@
 cfgfile.h.orig
-+++ cfgfile.h
-@@ -13,14 +13,14 @@ typedef struct {
- int value;
- } config_enumeration_type;
- 
--int read_config();
-+int read_config(char *file, int whinge_on_error);
- 
- char *config_get_string(const char *directive);
- int config_get_bool(const char *directive);
- int config_get_int(const char *directive, int *value);
- int config_get_float(const char *directive, float *value);
- int config_init();
--
--
-+void config_set_string(const char *directive, const char* s);
-+int config_get_enum(const char *directive, config_enumeration_type 
*enumeration, int *value);
- 
- #endif /* __CFGFILE_H_ */
 iftop.c.orig
-+++ iftop.c
-@@ -3,6 +3,8 @@
-  *
-  */
- 
-+#define NCURSES_NOMACROS 1
-+#define NCURSES_OPAQUE 1
- #include integers.h
- 
- #include stdio.h
-@@ -62,6 +64,8 @@ struct in6_addr if_ip6_addr;
+diff --git a/Makefile.am b/Makefile.am
+index 5009efd..2206245 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -10,6 +10,7 @@
+ # $Id: Makefile.am,v 1.12 2014/01/01 14:37:31 pdw Exp $
+ #
  
- extern options_t options;
++AM_CPPFLAGS = -include $(top_builddir)/config.h
+ sbin_PROGRAMS = iftop 
+ #iftop-dump
  
-+extern int get_addrs_ioctl(char *interface, char if_hw_addr[], struct in_addr 
*if_ip_addr, struct in6_addr *if_ip6_addr);
-+
- hash_type* history;
- history_type history_totals;
- time_t last_timestamp;
 cfgfile.c.orig
-+++ cfgfile.c
+diff --git a/cfgfile.c b/cfgfile.c
+index ad1edc8..89f7c6f 100644
+--- a/cfgfile.c
 b/cfgfile.c
 @@ -8,6 +8,7 @@
  #include stdio.h
  #include string.h
@@ -48,19 +22,11 @@
  
  #include stringmap.h
  #include iftop.h
 options.h.orig
-+++ options.h
-@@ -93,5 +93,6 @@ typedef struct {
- 
- void 

commit phpMyAdmin for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-01-05 10:24:37

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2013-12-24 
16:05:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-01-05 10:24:39.0 +0100
@@ -1,0 +2,20 @@
+Wed Jan  1 16:36:22 UTC 2014 - andreas.stie...@gmx.de
+
+- add source URL, see https://en.opensuse.org/SourceUrls
+
+---
+Wed Jan  1 12:59:03 UTC 2014 - ec...@schirra.net
+
+- update to 4.1.3 (2013-12-31)
+  - sf#3938 PDFDefaultPageSize doc and easy configurability
+  - sf#4198 Hovering over pie chart gives fatal JS error
+  - sf#4200 Missing syntax highlighting
+  - sf#4201 Exports are not compressed
+  - sf#4131 Import: number of rows to skip is ambiguous
+  - sf#4205 Add a user shows additional edit user group link
+  - sf#4202 Cannot read property 'token' of undefined
+  - sf#4203 On refreshing designer, $.FullScreen is undefined
+  - sf#3920 Lost space in navigation area
+- Fix python-bytecode-inconsistent-mtime
+
+---

Old:

  phpMyAdmin-4.1.2-all-languages.tar.bz2

New:

  phpMyAdmin-4.1.3-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.4hiX3y/_old  2014-01-05 10:24:39.0 +0100
+++ /var/tmp/diff_new_pack.4hiX3y/_new  2014-01-05 10:24:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package phpMyAdmin
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,16 +34,17 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.1.2
+Version:4.1.3
 Release:0
 Url:http://www.phpMyAdmin.net
-Source0:%{name}-%{version}-all-languages.tar.bz2
+Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
 Source1:%{name}.http
 Patch0: %{name}-config.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: pwgen coreutils sed grep
 BuildRequires:  apache2-devel
+BuildRequires:  python-devel
 %if 0%{?suse_version}  1020
 BuildRequires:  fdupes
 %endif
@@ -137,6 +138,12 @@
 %fdupes ${RPM_BUILD_ROOT}%{ap_docroot}/%{name}/themes
 %endif
 
+# Fix python-bytecode-inconsistent-mtime
+rm -rf doc/_ext/configext.pyc
+pushd doc/_ext
+%py_compile ./
+popd
+
 %post
 # on `rpm -ivh` PARAM is 1
 # on `rpm -Uvh` PARAM is 2

++ phpMyAdmin-4.1.2-all-languages.tar.bz2 - 
phpMyAdmin-4.1.3-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.1.2-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.1.3-all-languages.tar.bz2
 differ: char 11, line 1

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



commit libkolab for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package libkolab for openSUSE:Factory 
checked in at 2014-01-05 10:24:59

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


Package is libkolab

Changes:

--- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes2013-12-11 
14:32:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes   2014-01-05 
10:25:01.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  1 20:12:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.5.0
+  * New upstream release, no changelog provided
+- Drop fix_FindSWIG.diff, merged upstream
+- Drop fix_php5_bindings.diff, not needed anymore
+- Bump libkolabxml-devel BuildRequires to = 1.0, as per upstream
+  change
+- Re-enable tests
+
+---

Old:

  fix_FindSWIG.diff
  fix_php5_bindings.diff
  libkolab-0.4.2.tar.gz

New:

  libkolab-0.5.0.tar.gz



Other differences:
--
++ libkolab.spec ++
--- /var/tmp/diff_new_pack.90FICn/_old  2014-01-05 10:25:01.0 +0100
+++ /var/tmp/diff_new_pack.90FICn/_new  2014-01-05 10:25:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolab
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %endif
 
 Name:   libkolab
-Version:0.4.2
+Version:0.5.0
 Release:0
 %define soname  0
 Summary:Conversions from/to KDE containers
@@ -33,10 +33,6 @@
 Group:  Development/Libraries/C and C++
 Url:https://kolab.org/about/libkolab
 Source: 
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
-# Patch to hack SWIGUtils.cmake to find PHP5 on openSUSE
-Patch0: fix_php5_bindings.diff
-# Fix FindSWIG.cmake with cmake 2.8.11
-Patch1: fix_FindSWIG.diff
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.6.4
 %if ! 0%{?with_kolab}
@@ -46,7 +42,7 @@
 BuildRequires:  libcalendaring-devel = 4.9
 %endif
 BuildRequires:  libXerces-c-devel
-BuildRequires:  libkolabxml-devel = 0.8.4
+BuildRequires:  libkolabxml-devel = 1.0
 BuildRequires:  libqt4-devel
 BuildRequires:  php-devel = 5.3
 BuildRequires:  python-devel
@@ -112,8 +108,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p1
 
 %build
   export CXXFLAGS=%{optflags}
@@ -134,7 +128,6 @@
 %endif
 -DPHP_BINDINGS=TRUE -DPHP_INSTALL_DIR=%{php_extdir} \
 -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
--DBUILD_TESTS=FALSE \
 ..
 
   %{__make} %{?_smp_mflags}
@@ -183,6 +176,8 @@
 %{python_sitearch}/kolab/calendaring.py*
 %{python_sitearch}/kolab/_icalendar.so
 %{python_sitearch}/kolab/icalendar.py*
+%{python_sitearch}/kolab/_kolabobject.so*
+%{python_sitearch}/kolab/kolabobject.py*
 %{python_sitearch}/kolab/_shared.so*
 %{python_sitearch}/kolab/shared.py*
 

++ libkolab-0.4.2.tar.gz - libkolab-0.5.0.tar.gz ++
 3275 lines of diff (skipped)

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



commit valgrind for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2014-01-05 10:24:51

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


Package is valgrind

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2013-11-08 
08:45:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2014-01-05 
10:24:53.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan  3 19:26:23 UTC 2014 - dmuel...@suse.com
+
+- add armv6-support.diff: Add support for armv6hl 
+
+---

New:

  armv6-support.diff



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.73ZGN6/_old  2014-01-05 10:24:53.0 +0100
+++ /var/tmp/diff_new_pack.73ZGN6/_new  2014-01-05 10:24:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package valgrind
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@
 # svn  di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 
svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH  3_5_BRANCH.diff
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH  VEX_3_5_BRANCH.diff
 Patch1: jit-register-unregister.diff
+Patch2: armv6-support.diff
 # during building the major version of glibc is built into the suppression file
 %define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
 %define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
@@ -49,7 +50,7 @@
 %endif
 Provides:   callgrind = %version
 Obsoletes:  callgrind  %version
-ExclusiveArch:  %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl
+ExclusiveArch:  %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl armv6l armv6hl
 %if %suse_version  1100
 %define building_docs 1
 %else
@@ -136,6 +137,7 @@
 cd VEX
 cd ..
 %patch1
+%patch2
 
 %build
 %ifarch %arm

++ armv6-support.diff ++
--- configure.ac
+++ configure.ac
@@ -190,7 +190,7 @@
 ARCH_MAX=s390x
 ;;
 
- armv7*)
+ armv6*|armv7*)
AC_MSG_RESULT([ok (${host_cpu})])
ARCH_MAX=arm
;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-plugins-base for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2014-01-05 11:30:24

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)


Package is gstreamer-plugins-base

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2013-11-12 15:06:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2014-01-05 11:30:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec 31 07:05:44 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.2.2:
+  + Bugs fixed: bgo#715138, bgo#708200, bgo#707621, bgo#709965,
+bgo#711819, bgo#712280, bgo#712796, bgo#712805, bgo#678011.
+
+---

Old:

  gst-plugins-base-1.2.1.tar.xz

New:

  gst-plugins-base-1.2.2.tar.xz



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.uOzzJs/_old  2014-01-05 11:30:26.0 +0100
+++ /var/tmp/diff_new_pack.uOzzJs/_new  2014-01-05 11:30:26.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   gstreamer-plugins-base
 %define _name gst-plugins-base
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define gst_branch 1.0
 Url:http://gstreamer.freedesktop.org/
@@ -26,7 +26,7 @@
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gst-plugins-base/1.2/%{_name}-%{version}.tar.xz
 Source2:baselibs.conf
 Patch:  aarch64-no-neon.patch
 BuildRequires:  cdparanoia-devel

++ gst-plugins-base-1.2.1.tar.xz - gst-plugins-base-1.2.2.tar.xz ++
 4772 lines of diff (skipped)

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



commit libqt5-qtbase for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2014-01-05 11:30:43

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


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2013-12-23 12:32:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2014-01-05 11:30:45.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan  3 22:28:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Explicitly (Build)Require pkgconfig(harfbuzz) for 13.1+
+- Explicitly activate system-harfbuzz, system-freetype and
+  fontconfig options
+- Drop clucene-core-devel and giflib-devel Build(Requires): unused
+- Drop pkgconfig(atspi-2) (Build)Requires: external libatspi2 is not
+  used during build time (see qtbase commit 4c1c820)
+
+---



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.cE0mxH/_old  2014-01-05 11:30:46.0 +0100
+++ /var/tmp/diff_new_pack.cE0mxH/_new  2014-01-05 11:30:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtbase
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,9 @@
 
 Name:   libqt5-qtbase
 BuildRequires:  alsa-devel
-BuildRequires:  at-spi2-core-devel
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
-BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
-BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmng-devel
 BuildRequires:  libmysqlclient-devel
@@ -37,17 +34,26 @@
 BuildRequires:  unixODBC-devel
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(egl)
+BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gl)
 %ifarch %arm
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(glesv2)
 %endif
+BuildRequires:  libicu-devel
+BuildRequires:  libpulse-devel
+BuildRequires:  libudev-devel
 BuildRequires:  xcb-util-image-devel
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-renderutil-devel
 BuildRequires:  xcb-util-wm-devel
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+%if 0%{?suse_version} = 1310
+BuildRequires:  pkgconfig(harfbuzz)
+%endif
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
@@ -82,12 +88,6 @@
 Patch1001:  0002-Fix-configure-script-to-not-dictate-OpenGL-ES-2-when.patch
 Patch1002:  0003-EGL-convenience-deal-with-DefaultRenderableType-when.patch
 Patch1003:  0004-Do-not-disable-egl-on-desktop-gl-automatically.patch
-BuildRequires:  clucene-core-devel
-BuildRequires:  libicu-devel
-BuildRequires:  libpulse-devel
-BuildRequires:  libudev-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -131,11 +131,8 @@
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
 Requires:   alsa-devel
-Requires:   at-spi2-core-devel
 Requires:   c++_compiler
 Requires:   cups-devel
-Requires:   freetype2-devel
-Requires:   giflib-devel
 Requires:   libQt5Concurrent5 = %{version}
 Requires:   libQt5Core5 = %{version}
 Requires:   libQt5DBus5 = %{version}
@@ -161,6 +158,7 @@
 Requires:   sqlite3-devel
 Requires:   pkgconfig(dbus-1)
 Requires:   pkgconfig(egl)
+Requires:   pkgconfig(freetype2)
 Requires:   pkgconfig(gl)
 %ifarch %arm
 Requires:   pkgconfig(gbm)
@@ -176,6 +174,9 @@
 Requires:   xorg-x11-devel
 Requires:   zlib-devel
 Requires:   pkgconfig(glib-2.0)
+%if 0%{?suse_version} = 1310
+Requires:   pkgconfig(harfbuzz)
+%endif
 Requires:   pkgconfig(ice)
 Requires:   pkgconfig(sm)
 Requires:   pkgconfig(xkbcommon) = 0.2.0
@@ -378,6 +379,11 @@
-system-libjpeg \
-openssl-linked \
-system-libpng \
+%if 0%{?suse_version} = 1310
+   -system-harfbuzz \
+%endif
+   -fontconfig \
+   -system-freetype \
-cups \
-nis \
-system-zlib \


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



commit apparmor for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-01-05 11:31:04

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2013-11-26 
14:40:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-01-05 
11:31:06.0 +0100
@@ -1,0 +2,22 @@
+Sat Jan  4 12:04:25 UTC 2014 - opens...@cboltz.de
+
+- add apparmor-profiles-samba-create-dirs.diff to allow samba to
+  mkdir /var/run/samba and /var/cache/samba (bnc#856651)
+- add abstractions/samba to usr.sbin.winbindd profile
+- add capabilities ipc_lock and setuid to usr.sbin.winbindd profile 
(bnc#851131)
+
+- update dovecot profiles to support dovecot 2.x, and add profiles for
+  the parts of dovecot that were not covered yet (bnc#851984)
+  NOTE: Please adjust /etc/apparmor.d/tunables/dovecot to your needs.
+  (apparmor-profiles-dovecot-bnc851984.diff, usr.lib.dovecot.*)
+
+- %restart_on_update (in parser %postun) is translated to stop/start by
+  the systemd wrapper, which removes AppArmor protection from running
+  processes. Fixed by using a custom script instead (bnc#853019)
+  NOTE: The %postun from the previously installed apparmor-parser package
+  will remove AppArmor protection from running processes a last time. 
+  Run aa-status to get a list of processes you need to restart, or reboot 
+  your computer.
+- reload profiles in %post of the apparmor-profiles package
+
+---

New:

  apparmor-profiles-dovecot-bnc851984.diff
  apparmor-profiles-samba-create-dirs.diff
  tunables-dovecot
  usr.lib.dovecot.anvil
  usr.lib.dovecot.auth
  usr.lib.dovecot.config
  usr.lib.dovecot.dict
  usr.lib.dovecot.dovecot-lda
  usr.lib.dovecot.lmtp
  usr.lib.dovecot.log
  usr.lib.dovecot.managesieve
  usr.lib.dovecot.ssl-params



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.QYzggX/_old  2014-01-05 11:31:08.0 +0100
+++ /var/tmp/diff_new_pack.QYzggX/_new  2014-01-05 11:31:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apparmor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -79,6 +79,18 @@
 # profile for winbindd (bnc#748499, submitted upstream 2012-11-06, trunk r2078)
 Source10:   usr.sbin.winbindd
 
+# profiles for dovecot 2.x (bnc#851984)
+Source20:   usr.lib.dovecot.anvil
+Source21:   usr.lib.dovecot.auth
+Source22:   usr.lib.dovecot.config
+Source23:   usr.lib.dovecot.dict
+Source24:   usr.lib.dovecot.dovecot-lda
+Source25:   usr.lib.dovecot.lmtp
+Source26:   usr.lib.dovecot.log
+Source27:   usr.lib.dovecot.managesieve
+Source28:   usr.lib.dovecot.ssl-params
+Source29:   tunables-dovecot
+
 # enable caching of profiles (= massive performance speedup when loading 
profiles)
 Patch1: apparmor-enable-profile-cache.diff
 
@@ -124,6 +136,12 @@
 # abstractions/ssl_certs - add /var/lib/ca-certificates/ - bnc#852018 - 
commited upstream trunk r2255, 2.8 branch r2105
 Patch15:apparmor-abstractions-ssl_certs.diff
 
+# abstractions/samba - allow mkdir /var/run/samba and /var/cache/samba - 
bnc#856651 - commited upstream trunk r2293, 2.8 branch r2106
+Patch16:apparmor-profiles-samba-create-dirs.diff
+
+# update dovecot profiles for dovecot 2.x (bnc#851984, not upstreamed yet)
+Patch17:apparmor-profiles-dovecot-bnc851984.diff
+
 # create Immunix::SubDomain perl module - only included for openSUSE = 12.1 - 
bnc#720617 #c7
 Patch21:apparmor-utils-subdomain-compat
 
@@ -500,6 +518,8 @@
 %patch13
 %patch14
 %patch15
+%patch16
+%patch17
 
 # only create Immunix::SubDomain perl module for openSUSE = 12.1 
 %if 0%{?suse_version}
@@ -517,6 +537,11 @@
 test ! -e profiles/apparmor.d/usr.sbin.winbindd
 cp %{SOURCE10} profiles/apparmor.d/
 
+# profiles for dovecot 2.x (bnc#851984)
+test ! -e profiles/apparmor.d/tunables/dovecot
+cp %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE25} 
%{SOURCE26} %{SOURCE27} %{SOURCE28} profiles/apparmor.d/
+cp %{SOURCE29} profiles/apparmor.d/tunables/dovecot
+
 %build
 echo _libdir: %{_libdir}  ruby: %{rb_sitearch}  python: %{python3_sitearch} # 
test if _libdir breaks it or if it's broken by default on = 12.1
 
@@ -925,10 +950,31 @@
 
 %postun parser
 %if %{distro} == suse
-  %restart_on_update boot.apparmor
+  

commit gstreamer for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2014-01-05 11:30:19

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


Package is gstreamer

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2013-11-12 
15:05:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2014-01-05 
11:30:20.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec 31 06:49:43 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.2.2:
+  + Bugs fixed: bgo#712597, bgo#719437, bgo#707230, bgo#712300,
+bgo#714989, bgo#719575.
+
+---

Old:

  gstreamer-1.2.1.tar.xz

New:

  gstreamer-1.2.2.tar.xz



Other differences:
--
++ gstreamer-doc.spec ++
--- /var/tmp/diff_new_pack.wqb5UV/_old  2014-01-05 11:30:20.0 +0100
+++ /var/tmp/diff_new_pack.wqb5UV/_new  2014-01-05 11:30:20.0 +0100
@@ -19,14 +19,14 @@
 Name:   gstreamer-doc
 %define _name   gstreamer
 %define build_doc 1
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gstreamer/1.2/%{_name}-%{version}.tar.xz
 Source1:gstreamer.macros
 Source2:gstreamer.prov
 Source99:   baselibs.conf

++ gstreamer.spec ++
--- /var/tmp/diff_new_pack.wqb5UV/_old  2014-01-05 11:30:20.0 +0100
+++ /var/tmp/diff_new_pack.wqb5UV/_new  2014-01-05 11:30:21.0 +0100
@@ -19,14 +19,14 @@
 Name:   gstreamer
 %define _name   gstreamer
 %define build_doc 0
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gstreamer/1.2/%{_name}-%{version}.tar.xz
 Source1:gstreamer.macros
 Source2:gstreamer.prov
 Source99:   baselibs.conf

++ gstreamer-1.2.1.tar.xz - gstreamer-1.2.2.tar.xz ++
 2643 lines of diff (skipped)

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



commit gstreamer-plugins-good for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2014-01-05 11:30:31

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)


Package is gstreamer-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2013-11-18 13:09:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2014-01-05 11:30:32.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec 31 07:05:05 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.2.2:
+  + Bugs fixed: bgo#688153, bgo#709800, bgo#710013, bgo#711131,
+bgo#711829, bgo#712137, bgo#712328, bgo#712335, bgo#712401,
+bgo#712611, bgo#712722, bgo#712744, bgo#715039, bgo#719431,
+bgo#719811, bgo#720813, bgo#720986, bgo#721003.
+
+---

Old:

  gst-plugins-good-1.2.1.tar.xz

New:

  gst-plugins-good-1.2.2.tar.xz



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.ChNFkI/_old  2014-01-05 11:30:33.0 +0100
+++ /var/tmp/diff_new_pack.ChNFkI/_new  2014-01-05 11:30:33.0 +0100
@@ -22,14 +22,14 @@
 
 Name:   gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gst-plugins-good/1.2/%{_name}-%{version}.tar.xz
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif

++ gst-plugins-good-1.2.1.tar.xz - gst-plugins-good-1.2.2.tar.xz ++
 6990 lines of diff (skipped)

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



commit freedoom for openSUSE:Factory

2014-01-05 Thread h_root
Hello community,

here is the log from the commit of package freedoom for openSUSE:Factory 
checked in at 2014-01-05 14:00:40

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


Package is freedoom

Changes:

--- /work/SRC/openSUSE:Factory/freedoom/freedoom.changes2013-05-06 
09:04:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.freedoom.new/freedoom.changes   2014-01-05 
14:00:42.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan  3 02:53:54 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.8
+* Ultimate Freedoom's episode 4 is now the Cacoward-winning Double
+  Impact. Many maps have been updated, and a few sprites and sounds
+  have been upgraded as well.
+- Remove signature verification as sig files are no longer provided
+
+---

Old:

  freedoom-iwad-0.8-beta1.zip
  freedoom-iwad-0.8-beta1.zip.sig
  freedoom-ultimate-0.8-beta1.zip
  freedoom-ultimate-0.8-beta1.zip.sig
  freedoom.keyring

New:

  freedoom-iwad-v0.8.zip
  freedoom-ultimate-v0.8.zip



Other differences:
--
++ freedoom.spec ++
--- /var/tmp/diff_new_pack.j2zUx3/_old  2014-01-05 14:00:43.0 +0100
+++ /var/tmp/diff_new_pack.j2zUx3/_new  2014-01-05 14:00:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freedoom
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,26 @@
 #
 
 
-#
-%define waddir  %{_datadir}/doom
-
 Name:   freedoom
-Version:0.8~beta1
+Version:0.8
 Release:0
-%define uver   0.8-beta1
 Summary:Replacement game files for Doom game engines
 License:BSD-3-Clause
 Group:  Amusements/Games/3D/Shoot
 Url:http://nongnu.org/freedoom/
 
-#Git-Web:  http://git.savannah.gnu.org/cgit/freedoom.git/
-#Git-Clone:git://git.sv.gnu.org/freedoom
-Source: 
http://download.savannah.gnu.org/releases/freedoom/freedoom-iwad/freedoom-iwad-%uver.zip
-Source2:
http://download.savannah.gnu.org/releases/freedoom/freedoom-iwad/freedoom-iwad-%uver.zip.sig
-Source3:
http://download.savannah.gnu.org/releases/freedoom/freedoom-iwad/ultimate/freedoom-ultimate-%uver.zip
-Source4:
http://download.savannah.gnu.org/releases/freedoom/freedoom-iwad/ultimate/freedoom-ultimate-%uver.zip.sig
+#Git-Web:  http://github.com/freedoom/freedoom
+#Git-Clone:git://github.com/freedoom/freedoom
+Source: 
http://download.savannah.gnu.org/releases/freedoom/freedoom-iwad/freedoom-iwad-v%version.zip
+Source3:
http://download.savannah.gnu.org/releases/freedoom/freedoom-iwad/ultimate/freedoom-ultimate-v%version.zip
 Source5:freedoom.desktop
 Source6:freedoom.png
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 Recommends: prboom
+%define waddir  %_datadir/doom
 
 %description
 A set of game resources for the DOOM game engine. While the Doom
@@ -53,8 +45,6 @@
 source code, this will result in a completely free Doom-based game.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
-%{?gpg_verify: %gpg_verify %{S:4}}
 %setup -Tcq -a0 -a3
 
 %build
@@ -62,18 +52,18 @@
 
 %install
 b=%buildroot
-install -Dpm0644 freedoom-iwad-%uver/doom2.wad $b/%waddir/freedoom.wad
-install -Dpm0644 freedoom-ultimate-%uver/doom.wad 
$b/%waddir/freedoom-ultimate.wad
+install -Dpm0644 freedoom-iwad-v%version/doom2.wad $b/%waddir/freedoom.wad
+install -Dpm0644 freedoom-ultimate-v%version/doom.wad 
$b/%waddir/freedoom-ultimate.wad
 mkdir -p $b/%_docdir/%name
-cp freedoom-iwad-%uver/{COPYING,CREDITS,ChangeLog,NEWS,README,README.html} \
+cp freedoom-iwad-v%version/{COPYING,CREDITS,README.html} \
$b/%_docdir/%name/
-%suse_update_desktop_file -i %{name}
+%suse_update_desktop_file -i %name
 
 %files
 %defattr(-,root,root)
 %waddir/
 %_docdir/%name/
-%{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*.png
+%_datadir/applications/*.desktop
+%_datadir/pixmaps/*.png
 
 %changelog


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