commit libosip2 for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package libosip2 for openSUSE:Factory 
checked in at 2013-06-26 20:28:28

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


Package is "libosip2"

Changes:

--- /work/SRC/openSUSE:Factory/libosip2/libosip2.changes2012-02-21 
12:20:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libosip2.new/libosip2.changes   2013-06-26 
20:28:31.0 +0200
@@ -1,0 +2,19 @@
+Thu Jun 20 12:23:05 UTC 2013 - fi...@opensuse.org
+
+- Update to 4.0.0:
+  * reduce path len // remove path in front of logs.
+  * accept only SIP/D.D format message.
+  * fix bug when releasing request with missing major headers.
+  * fix minor memory leak // remove limitation on fifo size.
+  * use system independant time for osip_gettimeofday on unix platform.
+  * To compile/use osip based application in multi threaded
+env, you don't need to define -DOSIP_MT any more. Instead,
+if you wish to disable the feature, you can compile with
+-DOSIP_MONOTHREAD.
+  * A few other clean up were made inside osip to avoid any
+define to appear in include files. Also to avoid conflict,
+config.h has been renamed to osip-config.h.
+- Patches updated.
+- Spec cleanup.
+
+---

Old:

  libosip2-3.5.0-pthread.patch
  libosip2-3.5.0.dif
  libosip2-3.5.0.tar.bz2

New:

  libosip2-4.0.0-pthread.patch
  libosip2-4.0.0.patch
  libosip2-4.0.0.tar.gz



Other differences:
--
++ libosip2.spec ++
--- /var/tmp/diff_new_pack.3yeVhQ/_old  2013-06-26 20:28:33.0 +0200
+++ /var/tmp/diff_new_pack.3yeVhQ/_new  2013-06-26 20:28:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosip2
 #
-# 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,21 +17,23 @@
 
 
 Name:   libosip2
+Version:4.0.0
+Release:0
+Summary:Implementation of SIP--RFC 3261
+License:LGPL-2.1+
+Group:  Productivity/Networking/Other
+Url:http://www.fsf.org/software/osip/osip.html
+Source: http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch0: libosip2-4.0.0.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch1: libosip2-4.0.0-pthread.patch
 BuildRequires:  docbook2x
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-Summary:Implementation of SIP--RFC 3261
-License:LGPL-2.1+
-Group:  Productivity/Networking/Other
-Version:3.5.0
-Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.fsf.org/software/osip/osip.html
-Source: %name-%version.tar.bz2
-Patch:  %name-3.5.0.dif
-Patch1: libosip2-3.5.0-pthread.patch
 
 %description
 This is the GNU oSIP library. It has been designed to provide the
@@ -41,9 +43,10 @@
 
 %package devel
 Summary:Implementation of SIP--RFC 3261
-Group:  Productivity/Networking/Other
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 Provides:   libosip2:/usr/include/osip2/osip.h
-Requires:   %{name} = %{version} glibc-devel
 
 %description devel
 This is the GNU oSIP library. It has been designed to provide the
@@ -53,7 +56,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0
 %patch1
 
 %build
@@ -68,7 +71,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%makeinstall
 rm -f %{buildroot}%{_libdir}/*.la
 
 %post -p /sbin/ldconfig
@@ -84,7 +87,7 @@
 %{_includedir}/osipparser2
 %{_includedir}/osip2
 %{_libdir}/lib*.so
-%_libdir/pkgconfig/libosip2.pc
+%{_libdir}/pkgconfig/libosip2.pc
 %{_mandir}/man1/*
 
 %changelog

++ libosip2-3.5.0-pthread.patch -> libosip2-4.0.0-pthread.patch ++
--- /work/SRC/openSUSE:Factory/libosip2/libosip2-3.5.0-pthread.patch
2011-09-23 02:09:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libosip2.new/libosip2-4.0.0-pthread.patch   
2013-06-26 20:28:31.0 +0200
@@ -1,3 +1,5 @@
+Index: scripts/acx_pthread.m4
+===
 --- scripts/acx_pthread.m4.orig
 +++ scripts/acx_pthread.m4
 @@ -1,45 +1,88 @@
@@ -325,6 +327,8 @@
 -])dnl ACX_PTHREAD
 +AC_LANG_RESTORE
 +])dnl AX_PTHREAD
+Index: confi

commit fcitx-chewing for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package fcitx-chewing for openSUSE:Factory 
checked in at 2013-06-26 20:28:06

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


Package is "fcitx-chewing"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-chewing/fcitx-chewing.changes  
2013-01-29 12:07:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx-chewing.new/fcitx-chewing.changes 
2013-06-26 20:28:07.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun 26 15:44:50 UTC 2013 - i...@marguerite.su
+
+- update version 0.2.1
+  * Fix space selection 
+  * Fix layout configuration 
+  * Automatically commit existing buffer when losing focus. 
+  * Add support of change selection key 
+  * Add new chewing icon. 
+
+---

Old:

  fcitx-chewing-0.2.0.tar.bz2

New:

  fcitx-chewing-0.2.1.tar.xz



Other differences:
--
++ fcitx-chewing.spec ++
--- /var/tmp/diff_new_pack.8Eny5L/_old  2013-06-26 20:28:08.0 +0200
+++ /var/tmp/diff_new_pack.8Eny5L/_new  2013-06-26 20:28:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-chewing
 #
-# Copyright (c) 2010 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,23 +17,24 @@
 
 
 Name:   fcitx-chewing
-Version:   0.2.0
+Version:0.2.1
 Release:   0
-License:   GPL-2.0+
 Summary:   Chewing Wrapper for Fcitx
-Url:   https://github.com/fcitx/fcitx-chewing
+License:GPL-2.0+
 Group: System/I18n/Chinese
-#Source:   
http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
-Source: %{name}-%{version}.tar.bz2
-BuildRequires: libchewing-devel
-BuildRequires: fcitx-devel
+Url:https://github.com/fcitx/fcitx-chewing
+Source: https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
 BuildRequires: cmake
-BuildRequires: gettext
+BuildRequires:  fcitx-devel
+BuildRequires:  fdupes
 BuildRequires: gcc-c++
+BuildRequires:  gettext
+BuildRequires:  hicolor-icon-theme
 BuildRequires: intltool
-BuildRequires: fdupes
+BuildRequires:  libchewing-devel
+BuildRequires:  xz
+Provides:   locale(fcitx:zh_TW)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   locale(fcitx:zh_SG)
 
 %description
 Fcitx-chewing is a Chewing(新酷音) Wrapper for Fcitx.
@@ -44,7 +45,7 @@
 %setup -q
 
 %build
-%{__mkdir} -pv build
+mkdir -pv build
 pushd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DLIB_INSTALL_DIR=%{_lib} ..
@@ -52,10 +53,10 @@
 
 %install
 pushd build
-make DESTDIR=%{buildroot} install
+%make_install
 popd
 
-%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
+strip %{buildroot}%{_libdir}/fcitx/%{name}.so
 %if 0%{?suse_version}
 %fdupes %{buildroot}
 %else
@@ -71,5 +72,6 @@
 %defattr(-,root,root)
 %{_libdir}/fcitx/
 %{_datadir}/fcitx/
+%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %changelog

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



commit samba for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-06-26 20:28:25

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


Package is "samba"

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2013-06-18 
15:33:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-06-26 
20:28:29.0 +0200
@@ -1,0 +2,37 @@
+Wed Jun 26 13:55:13 UTC 2013 - lmue...@suse.com
+
+- Adjust ldapsmb and nmbstatus man page syntax required by a newer pod2man.
+
+---
+Tue Jun 25 17:03:49 UTC 2013 - lmue...@suse.com
+
+- Don't bzip2 the main tar ball, use the upstream gziped one instead.
+
+---
+Sun Jun 23 05:45:26 UTC 2013 - jeng...@inai.de
+
+- Explicitly BuildRequire cyrus-sasl-devel, libattr-devel, and
+  libopenssl-devel.
+
+---
+Fri Jun 21 13:47:37 UTC 2013 - lmue...@suse.com
+
+- Update to 3.6.16.
+  + Fix crash bug during Win8 sync; (bso#9822).
+  + Properly handle Oplock breaks in compound requests; (bso#9722).
+
+---
+Fri Jun 21 10:30:16 UTC 2013 - lmue...@suse.com
+
+- Fix crash bug during Win8 sync; (bso#9822).
+- Check for system libtevent and link dbwrap_tool and dbwrap_torture against
+  it; (bso#9881).
+- errno gets overwritten in call to check_parent_exists(); (bso#9927).
+- Fix a bug of drvupgrade of smbcontrol; (bso#9941).
+
+---
+Tue Jun 18 17:14:00 UTC 2013 - dd...@suse.com
+
+- Document idmap_ad rfc2307 attribute requirements; (bso#9880); (bnc#820531).
+
+---

Old:

  samba-3.6.15.tar.bz2

New:

  samba-3.6.16.tar.gz



Other differences:
--
++ samba-doc.spec ++
--- /var/tmp/diff_new_pack.4eILXl/_old  2013-06-26 20:28:31.0 +0200
+++ /var/tmp/diff_new_pack.4eILXl/_new  2013-06-26 20:28:31.0 +0200
@@ -25,9 +25,11 @@
 BuildRequires:  make
 BuildRequires:  patch
 BuildRequires:  cups-devel
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 %if 0%{?centos_version} > 599 ||0%{?fedora_version} > 11 || 
0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 
1100
 BuildRequires:  libuuid-devel
 %endif
@@ -37,6 +39,7 @@
 %if 0%{?suse_version}
 BuildRequires:  cracklib-devel
 BuildRequires:  openldap2-devel
+BuildRequires:  libopenssl-devel
 %endif
 %if 0%{?suse_version} > 1030
 BuildRequires:  gdbm-devel
@@ -89,7 +92,7 @@
 BuildRequires:  libtdb-devel
 BuildRequires:  libtevent-devel
 %endif
-%definesamba_ver 3.6.15
+%definesamba_ver 3.6.16
 %definesamba_ver_suffix %nil
 %definesamba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version} && 0%{?suse_version} < 
@@ -126,9 +129,9 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3017
+%define SOURCE_TIMESTAMP 3027
 %define BRANCH %{version}
-Version:3.6.15
+Version:3.6.16
 Release:0
 %defineldapsmb_ver 1.34b
 Url:http://www.samba.org/
@@ -142,7 +145,7 @@
 Provides:   samba-doc-gplv2 = %{version}
 Obsoletes:  samba-doc-gplv2 < %{version}
 BuildArch:  noarch
-Source: 
http://samba.org/samba/ftp/samba-%{version}%{samba_ver_suffix}.tar.bz2
+Source: 
http://samba.org/samba/ftp/samba-%{version}%{samba_ver_suffix}.tar.gz
 Source1:vendor-files.tar.bz2
 Source2:patches.tar.bz2
 Source4:baselibs.conf

++ samba.spec ++
--- /var/tmp/diff_new_pack.4eILXl/_old  2013-06-26 20:28:31.0 +0200
+++ /var/tmp/diff_new_pack.4eILXl/_new  2013-06-26 20:28:31.0 +0200
@@ -25,9 +25,11 @@
 BuildRequires:  make
 BuildRequires:  patch
 BuildRequires:  cups-devel
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 %if 0%{?centos_version} > 599 ||0%{?fedora_version} > 11 || 
0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 
1100
 BuildRequires:  libuuid-devel
 %endif
@@ -37,6 +39,7 @@
 %if 0%{?suse_version}
 BuildRequires:  cracklib-devel
 BuildRequires:  openldap2-devel
+BuildRequires:  libopenssl-devel
 %endif
 %if 0%{?suse_version} > 1030
 BuildRequires:  gdbm-devel
@@ -89,7 +92,7 @@
 BuildRequires:  libtdb-devel
 BuildRequires:  libtevent-de

commit rpmlint-mini for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2013-06-26 20:27:03

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


Package is "rpmlint-mini"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2013-01-24 10:40:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2013-06-26 20:27:04.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 26 14:20:21 UTC 2013 - dmuel...@suse.com
+
+- fix build against python 2.7.5 
+
+---



Other differences:
--
++ rpmlint-deps.txt ++
--- /var/tmp/diff_new_pack.lis4sO/_old  2013-06-26 20:27:04.0 +0200
+++ /var/tmp/diff_new_pack.lis4sO/_new  2013-06-26 20:27:04.0 +0200
@@ -203,6 +203,7 @@
 _strptime.pyo
 subprocess.pyo
 sysconfig.pyo
+_sysconfigdata.pyo
 tempfile.pyo
 textwrapmodule.so
 textwrap.pyo

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



commit rubygem-gem2rpm for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2013-06-26 20:27:28

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


Package is "rubygem-gem2rpm"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2013-06-11 09:37:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2013-06-26 20:27:30.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 26 14:48:32 UTC 2013 - co...@suse.com
+
+- doing update-alternatives correctly after reading
+   http://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines
+
+---
+Wed Jun 26 08:29:30 UTC 2013 - co...@suse.com
+
+- avoid --force in update-alternatives as SLE11 does not have that ;(
+
+---



Other differences:
--

++ gem2rpm-fix-opensuse-template.diff ++
--- /var/tmp/diff_new_pack.CLVmk5/_old  2013-06-26 20:27:30.0 +0200
+++ /var/tmp/diff_new_pack.CLVmk5/_new  2013-06-26 20:27:30.0 +0200
@@ -75,7 +75,7 @@
begin
 diff -ru gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 
gem2rpm-0.9.2/templates/opensuse.spec.erb
 --- gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 2013-04-30 
13:31:08.586730796 +0200
-+++ gem2rpm-0.9.2/templates/opensuse.spec.erb  2013-06-10 12:04:00.205318552 
+0200
 gem2rpm-0.9.2/templates/opensuse.spec.erb  2013-06-26 17:03:53.276463245 
+0200
 @@ -1,7 +1,7 @@
  #
 -# spec file for package rubygem-<%= spec.name %> (Version <%= spec.version %>)
@@ -86,7 +86,7 @@
  #
  # All modifications and additions to the file contributed by third parties
  # remain the property of their copyright owners, unless otherwise agreed
-@@ -15,58 +15,169 @@
+@@ -15,58 +15,178 @@
  # Please submit bugfixes or comments via http://bugs.opensuse.org/
  #
  
@@ -143,6 +143,9 @@
 +<% unless spec.rdoc_options.empty? -%>
 +BuildRequires:  rubygem(rdoc) > 3.10
 +<% end -%>
++<% unless spec.executables.empty? -%>
++BuildRequires:  update-alternatives
++<% end -%>
 +<% unless spec.homepage.nil? || spec.homepage.empty? -%>
  Url:<%= spec.homepage %>
 -Source: %{mod_name}-%{version}.gem
@@ -164,7 +167,7 @@
  %description
 -<%= spec.description %>
 +<%= spec.description -%>
- 
++
 +<% if spec.has_rdoc -%>
 +%package doc
 +Summary:RDoc documentation for %{mod_name}
@@ -206,7 +209,7 @@
 +
 +%description testsuite
 +Test::Unit or RSpec files, useful for developers.
-+
+ 
 +<% end -%>
  %prep
 +#gem_unpack
@@ -223,9 +226,14 @@
  %gem_cleanup
 -<% end %>
 +<% end -%>
++<% unless spec.executables.empty? -%>
++mkdir -p %{buildroot}%{_sysconfdir}/alternatives
++<% end -%>
 +<% spec.executables.each do |executable| -%>
 +mv %{buildroot}%{_bindir}/<%= executable %>{,%{mod_branch}}
-+ln -s <%= executable %>%{mod_branch} %{buildroot}%{_bindir}/<%= executable %>
++touch %{buildroot}%{_sysconfdir}/alternatives/<%= executable %>
++ln -s %{_sysconfdir}/alternatives/<%= executable %> 
%{buildroot}%{_bindir}/<%= executable %>
++
 +<% end -%>
 +<% unless docdirfiles.empty? -%>
 +mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -237,7 +245,7 @@
 +
 +%post
 +<% spec.executables.each do |executable| -%>
-+/usr/sbin/update-alternatives --force --install \
++/usr/sbin/update-alternatives --install \
 +%{_bindir}/<%= executable %> <%= executable %> %{_bindir}/<%= executable 
%>%{mod_branch} %{mod_weight}
 +<% end -%>
  
@@ -254,18 +262,18 @@
  %files
  %defattr(-,root,root,-)
 -<% spec.executables.each do |executable|  %>
--%{_bindir}/<%= executable %>
--<% end %>
--%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
--%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
--%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
--%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
 +<% unless docdirfiles.empty? -%>
 +%{_docdir}/%{name}
 +<% end -%>
 +<% spec.executables.each do |executable| -%>
 +%{_bindir}/<%= executable %>%{mod_branch}
-+%ghost %{_bindir}/<%= executable %>
+ %{_bindir}/<%= executable %>
+-<% end %>
+-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
+-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
+-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
++%ghost %{_sysconfdir}/alternatives/<%= executable %>
 +<% end -%>
 +%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@o

commit yast2-installation for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-06-26 20:25:49

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-06-24 09:47:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-06-26 20:25:50.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 25 10:17:46 CEST 2013 - jsuch...@suse.cz
+
+- adapt control.xml to offical Factory one:
+  added e17 desktop, enabled online repositories
+- 2.24.8
+
+---

Old:

  yast2-installation-2.24.7.tar.bz2

New:

  yast2-installation-2.24.8.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.ijv7Ya/_old  2013-06-26 20:25:51.0 +0200
+++ /var/tmp/diff_new_pack.ijv7Ya/_new  2013-06-26 20:25:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.24.7
+Version:2.24.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-2.24.7.tar.bz2 -> yast2-installation-2.24.8.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.24.7/VERSION 
new/yast2-installation-2.24.8/VERSION
--- old/yast2-installation-2.24.7/VERSION   2013-06-21 21:15:54.0 
+0200
+++ new/yast2-installation-2.24.8/VERSION   2013-06-25 10:35:52.0 
+0200
@@ -1 +1 @@
-2.24.7
+2.24.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.24.7/configure 
new/yast2-installation-2.24.8/configure
--- old/yast2-installation-2.24.7/configure 2013-06-21 21:16:05.0 
+0200
+++ new/yast2-installation-2.24.8/configure 2013-06-25 10:36:04.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-installation 2.24.7.
+# Generated by GNU Autoconf 2.69 for yast2-installation 2.24.8.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='2.24.7'
-PACKAGE_STRING='yast2-installation 2.24.7'
+PACKAGE_VERSION='2.24.8'
+PACKAGE_STRING='yast2-installation 2.24.8'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1258,7 +1258,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 yast2-installation 2.24.7 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 2.24.8 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1330,7 +1330,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-installation 2.24.7:";;
+ short | recursive ) echo "Configuration of yast2-installation 2.24.8:";;
esac
   cat <<\_ACEOF
 
@@ -1410,7 +1410,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-installation configure 2.24.7
+yast2-installation configure 2.24.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1427,7 +1427,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-installation $as_me 2.24.7, which was
+It was created by yast2-installation $as_me 2.24.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2366,7 +2366,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-installation'
- VERSION='2.24.7'
+ VERSION='2.24.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2489,7 +2489,7 @@
 
 
 
-VERSION="2.24.7"
+VERSION="2.24.8"
 RPMNAME="yast2-installation"
 MAINTAINER="Jiří Suchomel "
 
@@ -3648,7 +3648,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-installation $as_me 2.24.7, which was
+This file was extended by yast2-installation $as_me 2.24.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3701,7 +3701,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | se

commit xulrunner for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2013-06-26 20:25:23

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


Package is "xulrunner"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2013-06-13 
22:55:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2013-06-26 
20:25:35.0 +0200
@@ -1,0 +2,22 @@
+Mon Jun 24 15:26:27 UTC 2013 - w...@rosenauer.org
+
+- update to 17.0.7esr (bnc#825935)
+  * MFSA 2013-49/CVE-2013-1682
+Miscellaneous memory safety hazards
+  * MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686
+Memory corruption found using Address Sanitizer
+  * MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823)
+Privileged content access and execution via XBL
+  * MFSA 2013-53/CVE-2013-1690 (bmo#857883)
+Execution of unmapped memory through onreadystatechange event
+  * MFSA 2013-54/CVE-2013-1692 (bmo#866915)
+Data in the body of XHR HEAD requests leads to CSRF attacks
+  * MFSA 2013-55/CVE-2013-1693 (bmo#711043)
+SVG filters can lead to information disclosure
+  * MFSA 2013-56/CVE-2013-1694 (bmo#848535)
+PreserveWrapper has inconsistent behavior
+  * MFSA 2013-59/CVE-2013-1697 (bmo#858101)
+XrayWrappers can be bypassed to run user defined methods in a
+privileged context
+
+---

Old:

  l10n-17.0.6.tar.bz2
  xulrunner-17.0.6-source.tar.bz2

New:

  l10n-17.0.7.tar.bz2
  xulrunner-17.0.7-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.zxsE5Y/_old  2013-06-26 20:25:40.0 +0200
+++ /var/tmp/diff_new_pack.zxsE5Y/_new  2013-06-26 20:25:40.0 +0200
@@ -44,12 +44,12 @@
 %endif
 BuildRequires:  mozilla-nspr-devel >= 4.9.5
 BuildRequires:  mozilla-nss-devel >= 3.14.3
-Version:17.0.6
+Version:17.0.7
 Release:0
-%define releasedate 2013051000
-%define version_internal 17.0.6
+%define releasedate 2013062000
+%define version_internal 17.0.7
 %define apiversion 17
-%define uaweight 176
+%define uaweight 177
 Summary:Mozilla Runtime Environment
 License:MPL-2.0
 Group:  Productivity/Other

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.zxsE5Y/_old  2013-06-26 20:25:40.0 +0200
+++ /var/tmp/diff_new_pack.zxsE5Y/_new  2013-06-26 20:25:40.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr17"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_17_0_6esr_RELEASE"
-VERSION="17.0.6"
+RELEASE_TAG="FIREFOX_17_0_7esr_RELEASE"
+VERSION="17.0.7"
 
 # mozilla
 echo "cloning $BRANCH..."

++ l10n-17.0.6.tar.bz2 -> l10n-17.0.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/xulrunner/l10n-17.0.6.tar.bz2 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-17.0.7.tar.bz2 differ: char 11, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.zxsE5Y/_old  2013-06-26 20:25:40.0 +0200
+++ /var/tmp/diff_new_pack.zxsE5Y/_new  2013-06-26 20:25:40.0 +0200
@@ -1,2 +1,2 @@
-REV=876e9d2c7721
+REV=5ec62d38e162
 REPO=http://hg.mozilla.org/releases/mozilla-esr17

++ xulrunner-17.0.6-source.tar.bz2 -> xulrunner-17.0.7-source.tar.bz2 ++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-17.0.6-source.tar.bz2 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-17.0.7-source.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 wget for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2013-06-26 20:25:14

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


Package is "wget"

Changes:

--- /work/SRC/openSUSE:Factory/wget/wget.changes2013-05-03 
13:52:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2013-06-26 
20:25:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 13:29:01 UTC 2013 - co...@suse.com
+
+- add wget-fix-pod-syntax.diff to fix build with perl 5.18
+
+---

New:

  wget-fix-pod-syntax.diff



Other differences:
--
++ wget.spec ++
--- /var/tmp/diff_new_pack.lMLDq0/_old  2013-06-26 20:25:16.0 +0200
+++ /var/tmp/diff_new_pack.lMLDq0/_new  2013-06-26 20:25:16.0 +0200
@@ -29,6 +29,8 @@
 Patch1: wget-libproxy.patch
 Patch5: wget-1.14-openssl-no-intern.patch
 Patch6: wget-1.14-no-ssl-comp.patch
+# PATCH-FIX-OPENSUSE fix pod syntax for perl 5.18 co...@suse.de
+Patch7: wget-fix-pod-syntax.diff
 BuildRequires:  libpng-devel
 %if 0%{suse_version} > 1110
 BuildRequires:  libproxy-devel
@@ -54,6 +56,7 @@
 %endif
 %patch5
 %patch6
+%patch7 -p1
 
 %build
 %if 0%{suse_version} > 1110

++ wget-fix-pod-syntax.diff ++
Index: wget-1.14/doc/texi2pod.pl
===
--- wget-1.14.orig/doc/texi2pod.pl
+++ wget-1.14/doc/texi2pod.pl
@@ -291,10 +291,10 @@ while(<$inf>) {
if (defined $1) {
 my $thing = $1;
 if ($ic =~ /\@asis/) {
-$_ = "\n=item $thing\n";
+$_ = "\n=item Z<>$thing\n";
 } else {
 # Entity escapes prevent munging by the <> processing below.
-$_ = "\n=item $ic\<$thing\>\n";
+$_ = "\n=item Z<>$ic\<$thing\>\n";
 }
} else {
$_ = "\n=item $ic\n";
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mysql-community-server for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2013-06-26 20:25:05

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


Package is "mysql-community-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2013-06-14 15:46:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2013-06-26 20:25:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 18 16:44:22 UTC 2013 - dval...@suse.com
+
+- dehardcode libdir, use %{_libdir} macro instead.
+  mysql-community-server-5.6.12-deharcode-libdir.patch 
+
+---



Other differences:
--
++ build.inc ++
--- /var/tmp/diff_new_pack.Hzpvlx/_old  2013-06-26 20:25:08.0 +0200
+++ /var/tmp/diff_new_pack.Hzpvlx/_new  2013-06-26 20:25:08.0 +0200
@@ -111,6 +111,8 @@
-DWITH_EMBEDDED_SERVER=true 
 \
-DCOMPILATION_COMMENT="openSUSE package"
 \
-DDENABLE_DOWNLOADS=false   
 \
+   -DINSTALL_PLUGINDIR_RPM="%{_libdir}/mysql/plugin"   
 \
+   -DINSTALL_LIBDIR_RPM="%{_libdir}"   
 \
"$@" ..
make %{?jobs:-j%jobs}
nm --numeric-sort sql/mysqld > sql/mysqld.sym

++ mysql-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
 
new/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
--- 
old/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
1970-01-01 01:00:00.0 +0100
+++ 
new/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
2013-06-18 18:25:16.0 +0200
@@ -0,0 +1,27 @@
+PATCH-P0-FIX-SUSE: dehardcode libdir 
+
+Don't expect libdir is set to lib64 on x86_64 only.
+There is other occurances like ppc64 and aarch64.
+Use %{_libdir} macro instead
+
+Maintainer: Dinar Valeev 
+
+Index: cmake/install_layout.cmake
+===
+--- cmake/install_layout.cmake.orig
 cmake/install_layout.cmake
+@@ -146,14 +146,6 @@ SET(INSTALL_BINDIR_RPM
+ SET(INSTALL_SBINDIR_RPM "sbin")
+ SET(INSTALL_SCRIPTDIR_RPM   "bin")
+ #
+-IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+-  SET(INSTALL_LIBDIR_RPM"lib64")
+-  SET(INSTALL_PLUGINDIR_RPM "lib64/mysql/plugin")
+-ELSE()
+-  SET(INSTALL_LIBDIR_RPM"lib")
+-  SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin")
+-ENDIF()
+-#
+ SET(INSTALL_INCLUDEDIR_RPM  "include/mysql")
+ #
+ #SET(INSTALL_DOCDIR_RPM unset - installed directly by RPM)

++ series ++
--- /var/tmp/diff_new_pack.Hzpvlx/_old  2013-06-26 20:25:09.0 +0200
+++ /var/tmp/diff_new_pack.Hzpvlx/_new  2013-06-26 20:25:09.0 +0200
@@ -7,3 +7,4 @@
 mysql-community-server-5.1.51-install_db-quiet.patch
 mysql-community-server-5.1.51-mysql_config.patch
 mysql-community-server-5.6.12-upgrade-exit-status.patch
+mysql-community-server-5.6.12-deharcode-libdir.patch

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



commit MozillaFirefox for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2013-06-26 20:24:31

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2013-06-13 17:12:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2013-06-26 20:24:32.0 +0200
@@ -1,0 +2,38 @@
+Sat Jun 22 17:48:06 UTC 2013 - w...@rosenauer.org
+
+- update to Firefox 22.0 (bnc#825935)
+  * removed obsolete patches
++ mozilla-qcms-ppc.patch
++ mozilla-gstreamer-760140.patch
+  * GStreamer support does not build on 12.1 anymore (build only
+on 12.2 and later)
+  * MFSA 2013-49/CVE-2013-1682/CVE-2013-1683
+Miscellaneous memory safety hazards
+  * MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686
+Memory corruption found using Address Sanitizer
+  * MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823)
+Privileged content access and execution via XBL
+  * MFSA 2013-52/CVE-2013-1688 (bmo#873966)
+Arbitrary code execution within Profiler
+  * MFSA 2013-53/CVE-2013-1690 (bmo#857883)
+Execution of unmapped memory through onreadystatechange event
+  * MFSA 2013-54/CVE-2013-1692 (bmo#866915)
+Data in the body of XHR HEAD requests leads to CSRF attacks
+  * MFSA 2013-55/CVE-2013-1693 (bmo#711043)
+SVG filters can lead to information disclosure
+  * MFSA 2013-56/CVE-2013-1694 (bmo#848535)
+PreserveWrapper has inconsistent behavior
+  * MFSA 2013-57/CVE-2013-1695 (bmo#849791)
+Sandbox restrictions not applied to nested frame elements
+  * MFSA 2013-58/CVE-2013-1696 (bmo#761667)
+X-Frame-Options ignored when using server push with multi-part
+responses
+  * MFSA 2013-59/CVE-2013-1697 (bmo#858101)
+XrayWrappers can be bypassed to run user defined methods in a
+privileged context
+  * MFSA 2013-60/CVE-2013-1698 (bmo#876044)
+getUserMedia permission dialog incorrectly displays location
+  * MFSA 2013-61/CVE-2013-1699 (bmo#840882)
+Homograph domain spoofing in .com, .net and .name
+
+---

Old:

  firefox-21.0-source.tar.bz2
  l10n-21.0.tar.bz2
  mozilla-gstreamer-760140.patch
  mozilla-qcms-ppc.patch

New:

  firefox-22.0-source.tar.bz2
  l10n-22.0.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.XpQXWi/_old  2013-06-26 20:24:46.0 +0200
+++ /var/tmp/diff_new_pack.XpQXWi/_new  2013-06-26 20:24:46.0 +0200
@@ -17,7 +17,7 @@
 #
 
 
-%define major 21
+%define major 22
 %define mainver %major.0
 %define update_channel release
 
@@ -53,14 +53,14 @@
 BuildRequires:  mozilla-nspr-devel >= 4.9.6
 BuildRequires:  mozilla-nss-devel >= 3.14.3
 BuildRequires:  nss-shared-helper-devel
-%if %suse_version > 1140
+%if %suse_version > 1210
 BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)
 BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
 %endif
 Version:%{mainver}
 Release:0
-%define releasedate 2013051000
+%define releasedate 2013062200
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   web_browser
@@ -101,10 +101,7 @@
 Patch10:mozilla-sle11.patch
 Patch12:mozilla-arm-disable-edsp.patch
 Patch13:mozilla-ppc.patch
-Patch14:mozilla-gstreamer-760140.patch
-Patch15:mozilla-libproxy-compat.patch
-#PATCH-FIX-UPSTREAM - dval...@suse.com - fix qcms altivec on powerpc
-Patch16:mozilla-qcms-ppc.patch
+Patch14:mozilla-libproxy-compat.patch
 # Firefox/browser
 Patch30:firefox-browser-css.patch
 Patch31:firefox-kde.patch
@@ -236,8 +233,6 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
-%patch15 -p1
-%patch16 -p1
 #
 %patch30 -p1
 %if %suse_version >= 1110
@@ -311,7 +306,7 @@
 ac_add_options --enable-gio
 EOF
 %endif
-%if %suse_version > 1140
+%if %suse_version > 1210
 cat << EOF >> $MOZCONFIG
 ac_add_options --enable-gstreamer
 EOF
@@ -558,6 +553,7 @@
 %{progdir}/browser/defaults
 %{progdir}/browser/icons/
 %{progdir}/browser/chrome/icons
+#%{progdir}/browser/distribution/
 %{progdir}/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
 %{progdir}/browser/searchplugins/
 %{progdir}/browser/blocklist.xml


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.XpQXWi/_old  2013-06-26 20:24:46.0 +0200
+++ /var/tmp/diff_new_pack.XpQXWi/_new  2013-06-26 20:24:46.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNE

commit MozillaThunderbird for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-06-26 20:24:48

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2013-06-07 10:05:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-06-26 20:24:50.0 +0200
@@ -1,0 +2,22 @@
+Mon Jun 24 10:17:22 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.7 (bnc#825935)
+  * MFSA 2013-49/CVE-2013-1682
+Miscellaneous memory safety hazards
+  * MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686
+Memory corruption found using Address Sanitizer
+  * MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823)
+Privileged content access and execution via XBL
+  * MFSA 2013-53/CVE-2013-1690 (bmo#857883)
+Execution of unmapped memory through onreadystatechange event
+  * MFSA 2013-54/CVE-2013-1692 (bmo#866915)
+Data in the body of XHR HEAD requests leads to CSRF attacks
+  * MFSA 2013-55/CVE-2013-1693 (bmo#711043)
+SVG filters can lead to information disclosure
+  * MFSA 2013-56/CVE-2013-1694 (bmo#848535)
+PreserveWrapper has inconsistent behavior
+  * MFSA 2013-59/CVE-2013-1697 (bmo#858101)
+XrayWrappers can be bypassed to run user defined methods in a
+privileged context
+
+---

Old:

  l10n-17.0.6.tar.bz2
  thunderbird-17.0.6-source.tar.bz2

New:

  l10n-17.0.7.tar.bz2
  thunderbird-17.0.7-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.JteZY9/_old  2013-06-26 20:25:06.0 +0200
+++ /var/tmp/diff_new_pack.JteZY9/_new  2013-06-26 20:25:06.0 +0200
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0.6
+%define mainversion 17.0.7
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2013051000
+%define releasedate 2013062000
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.JteZY9/_old  2013-06-26 20:25:06.0 +0200
+++ /var/tmp/diff_new_pack.JteZY9/_new  2013-06-26 20:25:06.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr17"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_17_0_6_RELEASE"
-VERSION="17.0.6"
+RELEASE_TAG="THUNDERBIRD_17_0_7_RELEASE"
+VERSION="17.0.7"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-17.0.6.tar.bz2 -> l10n-17.0.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-17.0.6.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-17.0.7.tar.bz2 differ: 
char 11, line 1

++ thunderbird-17.0.6-source.tar.bz2 -> thunderbird-17.0.7-source.tar.bz2 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-17.0.6-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-17.0.7-source.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 liferea for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package liferea for openSUSE:Factory checked 
in at 2013-06-26 20:19:22

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


Package is "liferea"

Changes:

--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2013-05-28 
11:48:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes 2013-06-26 
20:19:24.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 25 06:51:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.8.15:
+  + Added an option to convert Google Reader subscriptions to local
+feeds.
+  + sf#1080: segfault opening attachment due to incorrect g_free().
+  + sf#1075: GLib warnings of "string != NULL" assertion failure.
+  + Fixes search folders including comment items.
+
+---

Old:

  liferea-1.8.14.tar.bz2

New:

  liferea-1.8.15.tar.bz2



Other differences:
--
++ liferea.spec ++
--- /var/tmp/diff_new_pack.r6NGEw/_old  2013-06-26 20:19:25.0 +0200
+++ /var/tmp/diff_new_pack.r6NGEw/_new  2013-06-26 20:19:25.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   liferea
-Version:1.8.14
+Version:1.8.15
 Release:0
 Summary:Linux Feed Reader
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://liferea.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.14/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.15/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0: liferea-opensuse-feeds.patch
 BuildRequires:  fdupes

++ liferea-1.8.14.tar.bz2 -> liferea-1.8.15.tar.bz2 ++
 12139 lines of diff (skipped)

-- 
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-06-26 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2013-06-26 20:19:00

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2013-04-20 
17:42:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-06-26 
20:19:02.0 +0200
@@ -1,0 +2,35 @@
+Sun Jun 16 12:42:33 UTC 2013 - arvidj...@gmail.com
+
+- update to current upstream trunk rev 5042
+  * drop upstream patches
+- grub2-correct-font-path.patch
+- grub2-fix-mo-not-copied-to-grubdir-locale.patch
+- grub2-stdio.in.patch
+- grub2-fix-build-error-on-flex-2.5.37.patch
+- grub2-quote-messages-in-grub.cfg.patch
+- 30_os-prober_UEFI_support.patch
+- grub2-fix-enumeration-of-extended-partition.patch
+- grub2-add-device-to-os_prober-linux-menuentry.patch
+- grub2-fix-tftp-endianness.patch
+- efidisk-ahci-workaround
+- grub2-grub-mount-return-failure-if-FUSE-failed.patch
+  * rediff
+- rename-grub-info-file-to-grub2.patch
+- grub2-linux.patch
+- use-grub2-as-a-package-name.patch
+- grub2-iterate-and-hook-for-extended-partition.patch
+- grub2-secureboot-add-linuxefi.patch 
+- grub2-secureboot-no-insmod-on-sb.patch
+- grub2-secureboot-chainloader.patch
+  * add
+- grub2-linguas.sh-no-rsync.patch
+  + disable rsync in linguas.sh so it can be used during RPM build
+  + disable auto-generated catalogs, they fail at the moment due to
+missing C.UTF-8 locale
+  * update Makefile.util.am and Makefile.core.am
+  * grub2-mknetdir is now in /usr/bin
+  * generate po/LINGUAS for message catalogs using distributed linguas.sh
+  * remove po/stamp-po during setup to trigger message catalogs rebuild
+  * package bootinfo.txt on PPC (used by grub2-mkrescue)
+
+---

Old:

  30_os-prober_UEFI_support.patch
  efidisk-ahci-workaround
  grub2-add-device-to-os_prober-linux-menuentry.patch
  grub2-correct-font-path.patch
  grub2-fix-build-error-on-flex-2.5.37.patch
  grub2-fix-enumeration-of-extended-partition.patch
  grub2-fix-mo-not-copied-to-grubdir-locale.patch
  grub2-fix-tftp-endianness.patch
  grub2-grub-mount-return-failure-if-FUSE-failed.patch
  grub2-quote-messages-in-grub.cfg.patch
  grub2-stdio.in.patch

New:

  grub2-linguas.sh-no-rsync.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.wl5u2F/_old  2013-06-26 20:19:04.0 +0200
+++ /var/tmp/diff_new_pack.wl5u2F/_new  2013-06-26 20:19:04.0 +0200
@@ -107,7 +107,6 @@
 Source10:   openSUSE-UEFI-CA-Certificate.crt
 Source11:   SLES-UEFI-CA-Certificate.crt
 Source1000: PATCH_POLICY
-Patch0: grub2-correct-font-path.patch
 Patch1: rename-grub-info-file-to-grub2.patch
 Patch2: grub2-linux.patch
 Patch3: use-grub2-as-a-package-name.patch
@@ -116,30 +115,21 @@
 Patch8: grub2-ppc-terminfo.patch
 Patch9: grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
 Patch10:grub2-fix-error-terminal-gfxterm-isn-t-found.patch
-Patch11:grub2-fix-mo-not-copied-to-grubdir-locale.patch
 Patch12:grub2-fix-menu-in-xen-host-server.patch
 Patch13:grub2-enable-theme-for-terminal-window.patch
-Patch14:grub2-stdio.in.patch
 Patch15:not-display-menu-when-boot-once.patch
 Patch16:grub2-fix-Grub2-with-SUSE-Xen-package-install.patch
 Patch17:grub2-pass-corret-root-for-nfsroot.patch
 Patch18:grub2-fix-locale-en.mo.gz-not-found-error-message.patch
-Patch19:grub2-fix-build-error-on-flex-2.5.37.patch
-Patch20:grub2-quote-messages-in-grub.cfg.patch
 Patch21:grub2-secureboot-add-linuxefi.patch
 Patch22:grub2-secureboot-use-linuxefi-on-uefi.patch
 Patch23:grub2-secureboot-no-insmod-on-sb.patch
 Patch24:grub2-secureboot-provide-linuxefi-config.patch
-Patch25:30_os-prober_UEFI_support.patch
-Patch26:grub2-fix-enumeration-of-extended-partition.patch
-Patch27:grub2-add-device-to-os_prober-linux-menuentry.patch
 Patch28:grub2-fix-unquoted-string-in-class.patch
 Patch29:grub2-secureboot-chainloader.patch
 Patch30:grub2-cdpath.patch
-Patch31:efidisk-ahci-workaround
-Patch32:grub2-grub-mount-return-failure-if-FUSE-failed.patch
-Patch33:grub2-fix-tftp-endianness.patch
 Patch34:grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch
+Patch35:grub2-linguas.sh-no-rsync.patch
 Requires:   gettext-runtime
 %if 0%{?suse_version} >= 1140
 Requires:   

commit giflib for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package giflib for openSUSE:Factory checked 
in at 2013-06-26 20:17:47

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


Package is "giflib"

Changes:

--- /work/SRC/openSUSE:Factory/giflib/giflib.changes2013-03-28 
13:11:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.giflib.new/giflib.changes   2013-06-26 
20:17:49.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 26 00:43:20 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 5.0.4
+* Fix for a rare misrendering bug when a GIF overruns the
+  decompression-code table.
+- Make patches have -p1, as requested by
+  http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
+
+---

Old:

  giflib-5.0.3.tar.bz2

New:

  giflib-5.0.4.tar.bz2



Other differences:
--
++ giflib.spec ++
--- /var/tmp/diff_new_pack.qdRkOU/_old  2013-06-26 20:17:50.0 +0200
+++ /var/tmp/diff_new_pack.qdRkOU/_new  2013-06-26 20:17:50.0 +0200
@@ -18,17 +18,20 @@
 
 Name:   giflib
 %define lname  libgif6
-Url:http://sourceforge.net/projects/giflib
-Version:5.0.3
+Version:5.0.4
 Release:0
 Summary:A Library for Working with GIF Images
 License:MIT
-Group:  System/Libraries
-Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}-5.x/%{name}-%{version}.tar.bz2
+Group:  Development/Libraries/C and C++
+Url:http://giflib.sf.net/
+
+#Git-Clone:git://git.code.sf.net/p/giflib/code
+#Freecode-URL: http://freecode.com/projects/giflib
+Source: http://downloads.sf.net/giflib/%name-%version.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  giflib-visibility.patch
-Patch1: giflib-automake-1_13.patch
+Patch1: giflib-visibility.patch
+Patch2: giflib-automake-1_13.patch
 BuildRequires:  libtool >= 2
 BuildRequires:  xorg-x11-libICE-devel
 BuildRequires:  xorg-x11-libSM-devel
@@ -79,8 +82,7 @@
 %prep
 %setup -q
 # LT_INIT requires libtool >= 2
-%patch
-%patch1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 # USE __TIMESTAMP__ instead of __DATE__ , __TIME__
@@ -114,12 +116,12 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/include/gif_lib.h
+%_includedir/gif_lib.h
 %{_libdir}/lib*.so
 
 %files progs
 %defattr(-,root,root)
 %doc COPYING NEWS README doc
-/usr/bin/*
+%_bindir/*
 
 %changelog

++ giflib-5.0.3.tar.bz2 -> giflib-5.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/giflib-5.0.3/NEWS new/giflib-5.0.4/NEWS
--- old/giflib-5.0.3/NEWS   2012-12-30 05:51:59.0 +0100
+++ new/giflib-5.0.4/NEWS   2013-01-06 07:36:49.0 +0100
@@ -1,7 +1,14 @@
GIFLIB NEWS
 
 Short summary of recent news:
-  Trivial fix to manual-page installation.
+  Fix for a rare misrendering bug when a GIF overruns the code table.
+
+Version 5.0.4
+=
+
+Fix for a rare misrendering bug when a GIF overruns the decompression-code 
+table. The image on which this was spotted was a relatively long-running 
+animated GIF; still images of ordinary size should have been immune.
 
 Version 5.0.3
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/giflib-5.0.3/configure new/giflib-5.0.4/configure
--- old/giflib-5.0.3/configure  2012-12-30 05:52:28.0 +0100
+++ new/giflib-5.0.4/configure  2013-01-06 07:37:30.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for giflib 5.0.3.
+# Generated by GNU Autoconf 2.68 for giflib 5.0.4.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='giflib'
 PACKAGE_TARNAME='giflib'
-PACKAGE_VERSION='5.0.3'
-PACKAGE_STRING='giflib 5.0.3'
+PACKAGE_VERSION='5.0.4'
+PACKAGE_STRING='giflib 5.0.4'
 PACKAGE_BUGREPORT='e...@thyrsus.com'
 PACKAGE_URL=''
 
@@ -1296,7 +1296,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 giflib 5.0.3 to adapt to many kinds of systems.
+\`configure' configures giflib 5.0.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1366,7 +1366,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of giflib 5.0.3:";;
+ short | recursive ) echo "Configuration of giflib 5.0.4:";;
esac
   cat <<\_ACEOF
 
@@ -1469,7 +14

commit curl for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2013-06-26 20:17:19

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


Package is "curl"

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2013-04-14 
10:13:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2013-06-26 
20:17:21.0 +0200
@@ -1,0 +2,17 @@
+Mon Jun 24 14:00:11 UTC 2013 - vci...@suse.com
+
+- update to 7.31.0
+  * includes fix for CVE-2013-2174 (bnc#824517)
+  * SECURITY VULNERABILITY: curl_easy_unescape() may parse data
+beyond the end of the input buffer [26]
+  * Changes:
+darwinssl: add TLS session resumption
+darwinssl: add TLS crypto authentication
+imap/pop3/smtp: Added support for ;auth= in the URL
+imap/pop3/smtp: Added support for ;auth= to CURLOPT_USERPWD
+usercertinmem.c: add example showing user cert in memory
+url: Added smtp and pop3 hostnames to the protocol detection list
+imap/pop3/smtp: Added support for enabling the SASL initial response
+curl -E: allow to use ':' in certificate nicknames
+
+---

Old:

  curl-7.30.0.tar.lzma
  curl-7.30.0.tar.lzma.asc

New:

  curl-7.31.0.tar.lzma
  curl-7.31.0.tar.lzma.asc



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.kXSWUV/_old  2013-06-26 20:17:22.0 +0200
+++ /var/tmp/diff_new_pack.kXSWUV/_new  2013-06-26 20:17:22.0 +0200
@@ -21,7 +21,7 @@
 %bcond_without testsuite
 
 Name:   curl
-Version:7.30.0
+Version:7.31.0
 Release:0
 Summary:A Tool for Transferring Data from URLs
 License:BSD-3-Clause and MIT

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



commit fuse for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package fuse for openSUSE:Factory checked in 
at 2013-06-26 20:17:33

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


Package is "fuse"

Changes:

--- /work/SRC/openSUSE:Factory/fuse/fuse.changes2013-04-02 
11:40:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes   2013-06-26 
20:17:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 16 07:40:22 UTC 2013 - dmuel...@suse.com
+
+- add aarch64-build-fix.patch 
+
+---

New:

  aarch64-build-fix.patch



Other differences:
--
++ fuse.spec ++
--- /var/tmp/diff_new_pack.7INxkI/_old  2013-06-26 20:17:36.0 +0200
+++ /var/tmp/diff_new_pack.7INxkI/_new  2013-06-26 20:17:36.0 +0200
@@ -29,6 +29,7 @@
 Patch:  fuse-install-fix.diff
 Patch2: fuse-gnu_source.patch
 Patch3: fusermount-compile-as-pie.patch
+Patch4: aarch64-build-fix.patch
 Url:http://fuse.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1130
@@ -140,6 +141,7 @@
 %patch -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing"

++ aarch64-build-fix.patch ++
--- include/fuse_kernel.h
+++ include/fuse_kernel.h
@@ -85,12 +85,7 @@
 #ifndef _LINUX_FUSE_H
 #define _LINUX_FUSE_H
 
-#include 
-#define __u64 uint64_t
-#define __s64 int64_t
-#define __u32 uint32_t
-#define __s32 int32_t
-#define __u16 uint16_t
+#include 
 
 /*
  * Version negotiation:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit darktable.1757 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package darktable.1757 for 
openSUSE:12.3:Update checked in at 2013-06-26 15:15:38

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


Package is "darktable.1757"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ /work/SRC/openSUSE:12.3:Update/.darktable.1757.new/darktable.changes
2013-06-26 15:15:40.0 +0200
@@ -0,0 +1,464 @@
+---
+Mon Jun 10 13:13:15 UTC 2013 - tog...@opensuse.org
+
+- Fix for CVE-2013-2126
+  * added backported patch from git master 
+0001-fixed-error-handling-for-broken-full-color-images.patch
+fixes bnc#823114 
+
+---
+Sun Feb 10 18:19:50 UTC 2013 - fcro...@suse.com
+
+- Add 0001-Olympus-E-M5-enhanced-matrix.patch: Enhanced matrix for
+  Olympus OM-D E-M5.
+
+---
+Sat Feb  9 12:35:03 UTC 2013 - tog...@opensuse.org
+
+- Update to release 1.13
+
+  * fixes:
++ check (on build) if glib 2.28 or higher is present
++ don't sanatize exif when creating hdr dngs
++ colorpicker now disappears immediately when disabling it
++ lens correction now uses loose lens matching (ivan tarozzi)
++ konica minolta dynax 5d rotation fix
++ removed an outdated assertion which could cause a crash in rare
+  cases
++ don't crash when loading half-corrupted xmp's
++ don't crash when an imported file contains incomplete gps
+  information
++ libjpeg-turbo workaround (klaus post)
+
+   * camera support:
+ + preliminary support for the new nikon d5200
+
+   * white balance presets:
+ + sony alpha 700 (update to firmware v4)
+ + sony alpha 230 (new)
+ + canon eos 650d (new)
+ + canon eos rebel t2i (fixed)
+ + canon eos m (fixed)
+
+   * enhanced color rendition:
+ + konica minolta dynax 5d (wolfgang kuehnel)
+ + sony nex 3 (wolfgang kuehnel)
+ + sony alpha 230 (wolfgang kuehnel)
+ + sony rx100 (josef wells)
+
+- For openSUSE 12.1 added xz to buildrequires
+
+---
+Sun Jan 13 13:48:32 UTC 2013 - tog...@opensuse.org
+
+- Update to release 1.1.2
+  * darktable 1.1.2 is mostly a camera support update and bugfix
+release:
+   - fix export resolution rounding issue (as in previous version it
+ could be off-by-one)
+   - correctly set output dimension in exif instead of passing the raw
+ resolution verbatim
+   - local average green eq was fixed (it now works on high iso images
+ as well, and should no longer produce hot pixels)
+   - use ordered arrays in xmp files
+   - disable export parallelism for flickr/picasa export
+   - don't enter tethering mode when there is no camera attached (this
+ made darktable look asif it was hung, even though that wasn't the
+ case)
+   - bring back the pin for map thumbnails
+   - improved tiff support
+   - vignetting now has a dithering option (to mitigate occasional
+ banding)
+   - read nikon subject distance properly
+   - assorted freebsd fixes
+   - various opencl fixes
+   - usermanual updates
+
+  * Support for the following camera's with either preliminarily added
+or updated:
+- canon eos 6d
+- canon powershot s110
+- canon powershot g15
+- canon powershot sx50 hs
+- nikon 1 v2
+- nikon d600
+- nikon coolpix p7700
+- olympus e pl5
+- olympus e pm2
+- olympus xz 2
+- panasonic dmc gh3
+- panasonic dmc lx7
+- pentax k5ii
+- samsung ex2f
+- sony rx1
+- sony nex 6
+- sony slt a99
+- sony nex c3 blackpoint/greenshift fix
+
+  * white balance preset updates:
+- canon eos 550d
+- canon eos 5d mark iii
+- olympus xz 1
+- sony nex c3
+- sony slt a57
+- sony nex 5n
+- panasonic dmc-gh3 
+
+---
+Sun Dec  9 23:38:02 UTC 2012 - tog...@opensuse.org
+
+- Update to release 1.1.1
+
+  * minor reordering of lighttable mode modules (geotagging, keywords
+and recent collections)
+  * cleaned up the default visible plugins when first starting
+darktable
+  * in most cases raw files will now show thumbnails in the import
+dialog (thanks to Mattias Eriksson)
+  * a curve related crash was fixed (#9906 thanks to James C.
+McPherson)
+  * comma seperated tags should work everywhere now (#9006 thanks to
+Tobias Ellinghaus)
+  * Ulrich pegelow fixed a huge amount of OpenCL related issues,
+particularly for AMD GPUs
+  * we now deal better with hybrid GPU machines (#9074 by Ulrich
+   Pegelow)
+  * a deadlock in the l

commit darktable.1757 for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package darktable.1757 for 
openSUSE:12.2:Update checked in at 2013-06-26 15:15:34

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


Package is "darktable.1757"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ /work/SRC/openSUSE:12.2:Update/.darktable.1757.new/darktable.changes
2013-06-26 15:15:35.0 +0200
@@ -0,0 +1,263 @@
+---
+Mon Jun 10 13:12:39 UTC 2013 - tog...@opensuse.org
+
+- Fix for CVE-2013-2126
+  * added backported patch from git master 
+0001-fixed-error-handling-for-broken-full-color-images.patch
+fixes bnc#823114- 
+
+---
+Sun Aug  5 16:44:24 UTC 2012 - fcro...@suse.com
+
+- Add update-curves.patch: add additional basecurves for Olympus
+  E-M5 and EOS 5D Mark II/III and Nikon D (from git)
+
+---
+Tue Jul 24 10:05:20 UTC 2012 - tog...@opensuse.org
+
+- Update to release 1.0.5
+  + Update to RawSpeed r438
+  + Update to LibRaw 0.14.7
+  + White balance presets for Nikon Coolpix P7100 and Panasonic GF3
+  + White balance preset updates for Canon EOS 7D, Canon EOS 350D
+  + Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark
+III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot SX220,
+Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic GF5,
+Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100
+  + A few memory leaks were resolved
+  + A few generic bugs were resolved 
+- use -DLENSFUN_INCLUDE_DIR to fix finding lensfun.h
+
+---
+Thu Jun 14 12:59:00 UTC 2012 - tog...@opensuse.org
+
+- Disable build for powerppc as darktable requires sse instructions 
+
+---
+Mon Jun  4 08:21:28 UTC 2012 - tog...@opensuse.org
+
+- Enabled all plugins 
+
+---
+Sun Jun  3 12:23:42 UTC 2012 - meiss...@suse.com
+
+- Update to release 1.0.4
+  No upstream changelog, but various improvements, translation updates
+  and bugfixes.
+
+---
+Sat Apr 28 06:48:17 UTC 2012 - tog...@opensuse.org
+
+- Update to release 1.0.3
+  + Usability improvements:
+* Filmstrip centers on selected image
+  + Behavioral changes:
+* Improved (hierarchical) tag export for flickr and friends
+  + Camera support:
+* Improved Sony NEX-7 support
+* Initial camera support for Nikon D800 and Sony SLT-A57
+* White balance updates for Canon EOS Rebel T3, Olympus E-5 & Nikon
+  D800
+  + Various:
+* New subtle denoise preset for equalizer
+* Various build fixes
+* Numerous other fixes
+ 
+
+---
+Thu Mar 15 07:52:17 UTC 2012 - tog...@opensuse.org
+
+- Upgrade to release 1.0
+  + new cameras supported
+* Leica M9
+* NX100/NX5/NX10/NX11
+* Panasonic DMC-GX1
+* Pentax K-r
+* Canon Powershot S100
+* Olympus XZ-1
+* Olympus E-P3
+* Sony DSLR A330
+* Sony NEX-5N
+* Canon EOS 1000D
+* Canon EOS 600D
+* Sony Alpha 390
+* Fuji Finepix HS20EXR 
+  + new and updated translations (we now have chinese!)
+  + new image cache
+* faster concurrent access and insertion
+* reduces needed memory
+* more thumbnails stored on disk
+* read embedded jpegs for creating thumbnails (faster folder
+  import)
+  + increased general speed on sqlite3 (journaled, pagesize
+optimizations)
+  + reworked, modular ui
+  + keyboard shortcuts support - key accelerators (GSoC)
+  + quicktool bar: exposure, presets and styles
+  + new color picker
+  + web gallery export now with next/prev buttons per image
+  + removed gconf: not used anymore, we have our own backend
+  + bugfixes
+  + there have been issues with memory on 32-bit systems. seems to
+be okay currently, but something to keep in mind. use 64-bits
+if you can
+---
+Tue Feb 28 12:06:27 UTC 2012 - fcro...@suse.com
+
+- Add darktable-fix-deprecation.patch to fix glib deprecation.
+
+---
+Tue Nov  8 09:07:37 UTC 2011 - tog...@opensuse.org
+
+- Upgrade to release 0.9.3:
+  + sse optimizations
+* non-local means
+* graduated density
+* velvia
+* color management
+* equalizer
+* zone system
+
+  + updated translations
+* ru,fr,es,ja,it,sq,pl,nl,de
+
+  + more presets
+* split toning
+

commit wireshark for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:12.2:Update 
checked in at 2013-06-26 15:07:57

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


Package is "wireshark"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.sE1YyB/_old  2013-06-26 15:07:59.0 +0200
+++ /var/tmp/diff_new_pack.sE1YyB/_new  2013-06-26 15:07:59.0 +0200
@@ -1 +1 @@
-
+

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



commit wireshark.1758 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package wireshark.1758 for 
openSUSE:12.3:Update checked in at 2013-06-26 15:07:59

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


Package is "wireshark.1758"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ /work/SRC/openSUSE:12.3:Update/.wireshark.1758.new/wireshark.changes
2013-06-26 15:08:01.0 +0200
@@ -0,0 +1,2448 @@
+---
+Fri Jun  7 20:20:29 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.8.8 [bnc#823932]
+  + vulnerabilities fixed:
+* The CAPWAP dissector could crash.
+  wnpa-sec-2013-32
+* The GMR-1 BCCH dissector could crash.
+  wnpa-sec-2013-33
+* The PPP dissector could crash.
+  wnpa-sec-2013-34
+* The NBAP dissector could crash.
+  wnpa-sec-2013-35
+* The RDP dissector could crash.
+  wnpa-sec-2013-36
+* The GSM CBCH dissector could crash.
+  wnpa-sec-2013-37
+* The Assa Abloy R3 dissector could consume excessive memory
+  and CPU.
+  wnpa-sec-2013-38
+* The HTTP dissector could overrun the stack.
+  wnpa-sec-2013-39
+* The Ixia IxVeriWave file parser could overflow the heap.
+  wnpa-sec-2013-40
+* The DCP ETSI dissector could crash.
+  wnpa-sec-2013-41
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.8.8.html
+
+---
+Sat May 18 06:03:18 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.8.7 [bnc#820566]
+  + vulnerabilities fixed:
+* The RELOAD dissector could go into an infinite loop.
+  wnpa-sec-2013-23 CVE-2013-2486 CVE-2013-2487
+* The GTPv2 dissector could crash.
+  wnpa-sec-2013-24 CVE-2013-3555
+* The ASN.1 BER dissector could crash.
+  wnpa-sec-2013-25 CVE-2013-3556 CVE-2013-3557
+* The PPP CCP dissector could crash.
+  wnpa-sec-2013-26 CVE-2013-3558
+* The DCP ETSI dissector could crash.
+  wnpa-sec-2013-27 CVE-2013-3559
+* The MPEG DSM-CC dissector could crash.
+  wnpa-sec-2013-28 CVE-2013-3560
+* The Websocket dissector could crash.
+  wnpa-sec-2013-29 CVE-2013-3561 CVE-2013-3562
+* The MySQL dissector could go into an infinite loop.
+  wnpa-sec-2013-30 CVE-2013-3561
+* The ETCH dissector could go into a large loop.
+  wnpa-sec-2013-31 CVE-2013-3561
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.8.7.html
+
+---
+Thu Mar  7 00:18:18 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.8.6 [bnc#807942]
+ + vulnerabilities fixed: 
+   * The TCP dissector could crash.
+ wnpa-sec-2013-10 CVE-2013-2475
+   * The HART/IP dissectory could go into an infinite loop.
+ wnpa-sec-2013-11 CVE-2013-2476
+   * The CSN.1 dissector could crash.
+ wnpa-sec-2013-12 CVE-2013-2477
+   * The MS-MMS dissector could crash.
+ wnpa-sec-2013-13 CVE-2013-2478
+   * The MPLS Echo dissector could go into an infinite loop. 
+ wnpa-sec-2013-14 CVE-2013-2479
+   * The RTPS and RTPS2 dissectors could crash.
+ wnpa-sec-2013-15 CVE-2013-2480
+   * The Mount dissector could crash.
+ wnpa-sec-2013-16 CVE-2013-2481
+   * The AMPQ dissector could go into an infinite loop.
+ wnpa-sec-2013-17 CVE-2013-2482
+   * The ACN dissector could attempt to divide by zero.
+ wnpa-sec-2013-18 CVE-2013-2483
+   * The CIMD dissector could crash.
+ wnpa-sec-2013-19 CVE-2013-2484
+   * The FCSP dissector could go into an infinite loop.
+ wnpa-sec-2013-20 CVE-2013-2485
+   * The RELOAD dissector could go into an infinite loop.
+ wnpa-sec-2013-21 CVE-2013-2486 CVE-2013-2487
+   * The DTLS dissector could crash.
+ wnpa-sec-2013-22 CVE-2013-2488 
+  + Further bug fixes and updated protocol support as listed in:
+http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
+
+---
+Thu Jan 31 06:01:17 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.8.5 [bnc#801131]
+  + vulnerabilities fixed:
+* Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
+  DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
+  SDP, and SIP dissectors
+  wnpa-sec-2013-01 CVE-2013-1572 CVE-2013-1573 CVE-2013-1574
+  CVE-2013-1575 CVE-2013-1576 CVE-2013-1577 CVE-2013-1578
+  CVE-2013-1579 CVE-2013-1580 CVE-2013-1581
+* The CLNP dissector could crash
+  wnpa-sec-2013-02 CVE-2013-1582
+* The DTN dissector could crash
+  wnpa-sec-2013-03 CVE-2013-1583 CVE-2013-1584
+* 

commit patchinfo.1781 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1781 for 
openSUSE:12.3:Update checked in at 2013-06-26 15:08:10

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


Package is "patchinfo.1781"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: CVE-2013-2126 CVE-2013-2127: libraw: 
multiple issues
  
  security
  moderate
  pgajdos
  This update of libraw fixes a security issue.
- security update:
  * CVE-2013-2126.patch [bnc#822665]

  update for libraw

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



commit wireshark for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:12.3:Update 
checked in at 2013-06-26 15:08:01

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


Package is "wireshark"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.DLyJEi/_old  2013-06-26 15:08:02.0 +0200
+++ /var/tmp/diff_new_pack.DLyJEi/_new  2013-06-26 15:08:02.0 +0200
@@ -1 +1 @@
-
+

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



commit libssh2_org for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package libssh2_org for openSUSE:Factory 
checked in at 2013-06-26 13:57:44

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


Package is "libssh2_org"

Changes:

--- /work/SRC/openSUSE:Factory/libssh2_org/libssh2_org.changes  2013-04-24 
21:42:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libssh2_org.new/libssh2_org.changes 
2013-06-26 13:57:44.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 24 12:58:02 UTC 2013 - mvysko...@suse.com
+
+- ignore groff-full to remove factory build cycle
+- add groff to build requires to make tests passing
+
+---



Other differences:
--
++ libssh2_org.spec ++
--- /var/tmp/diff_new_pack.oTffeT/_old  2013-06-26 13:57:45.0 +0200
+++ /var/tmp/diff_new_pack.oTffeT/_new  2013-06-26 13:57:45.0 +0200
@@ -25,17 +25,20 @@
 Release:0
 Url:http://www.libssh2.org/
 %define pkg_name libssh2
-Source: http://www.libssh2.org/download/%{pkg_name}-%{version}.tar.gz
+Source0:http://www.libssh2.org/download/%{pkg_name}-%{version}.tar.gz
 Source2:baselibs.conf
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 #for the test suite
+BuildRequires:  groff
 BuildRequires:  libtool
 BuildRequires:  man
 BuildRequires:  openssh
+# drops build cycle in Factory
+#!BuildIgnore:  groff-full
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  libssh2-ocloexec.patch
+Patch0: libssh2-ocloexec.patch
 
 %description
 libssh2 is a library implementing the SSH2 protocol as defined by
@@ -69,7 +72,7 @@
 %setup -q -n %{pkg_name}-%{version}
 # problem with sle 11 sp1 target as it has older kernel and as such fail this
 %if 0%{?suse_version} > 1110
-%patch -p1
+%patch0 -p1
 %endif
 
 %build

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



commit yast2-storage for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for 
openSUSE:12.3:Update checked in at 2013-06-26 12:39:37

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


Package is "yast2-storage"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5GH6Zm/_old  2013-06-26 12:39:39.0 +0200
+++ /var/tmp/diff_new_pack.5GH6Zm/_new  2013-06-26 12:39:39.0 +0200
@@ -1 +1 @@
-
+

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



commit yast2-storage.1798 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage.1798 for 
openSUSE:12.3:Update checked in at 2013-06-26 12:39:35

Comparing /work/SRC/openSUSE:12.3:Update/yast2-storage.1798 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.yast2-storage.1798.new (New)


Package is "yast2-storage.1798"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ 
/work/SRC/openSUSE:12.3:Update/.yast2-storage.1798.new/yast2-storage.changes
2013-06-26 12:39:36.0 +0200
@@ -0,0 +1,6424 @@
+---
+Mon Mar 04 14:43:34 CET 2013 - aschn...@suse.de
+
+- version 2.23.9
+- deactivate RAID before calling storage configuration clients
+  from expert partitioner (bnc#806454)
+
+---
+Mon Mar 04 11:29:52 CET 2013 - aschn...@suse.de
+
+- fixed clone disk function (bnc#801997)
+
+---
+Thu Feb 28 12:36:18 CET 2013 - f...@suse.de
+
+- version 2.23.8
+- enable encryption option for architecture S390 (bnc#804598)
+
+---
+Wed Feb 27 18:19:47 CET 2013 - f...@suse.de
+
+- fix handling of inactive raid devices (bnc#798275)
+
+---
+Tue Feb 26 17:42:35 CET 2013 - f...@suse.de
+
+- version 2.23.7
+- allow encryption for newly created lvm partitions (bnc#803803)
+
+---
+Mon Feb 18 14:33:22 CET 2013 - f...@suse.de
+
+- version 2.23.6
+- fix max size computation with thin pools (bnc#803981)
+
+---
+Fri Feb 15 10:00:20 CET 2013 - aschn...@suse.de
+
+- detect fake partitions on FBA DASDs (bnc#786164)
+
+---
+Tue Feb 12 19:02:32 CET 2013 - f...@suse.de
+
+- allow partitions with id 0x82 for raid creation (bnc#801955)
+
+---
+Tue Feb 12 12:58:43 CET 2013 - aschn...@suse.de
+
+- always display original partition type in combobox (bnc#802360)
+
+---
+Mon Feb 11 18:08:09 CET 2013 - aschn...@suse.de
+
+- fixed reuse of EFI boot partition (bnc#802359)
+
+---
+Mon Feb 11 12:53:11 CET 2013 - aschn...@suse.de
+
+- allow all characters for existing password (bnc#72)
+
+---
+Tue Feb  5 12:32:13 CET 2013 - f...@suse.de
+
+- version 2.23.5
+- suppress crypt passwd dialog in autoyast mode
+
+---
+Mon Jan 14 15:35:53 CET 2013 - f...@suse.de
+
+- version 2.23.4
+- fix problem with reuse of efi boot partition (bnc#781689)
+
+---
+Wed Jan 09 14:24:39 CET 2013 - aschn...@suse.de
+
+- disallow to activate quota for btrfs (bnc#797499)
+
+---
+Tue Jan 08 10:45:50 CET 2013 - aschn...@suse.de
+
+- install cryptsetup-mkinitrd along with cryptsetup (bnc#796167)
+
+---
+Wed Dec 19 19:46:23 CET 2012 - f...@suse.de
+
+- version 2.23.3
+- prevent removal of crypt helper devices when doing fstab import 
+  (bnc#794692)
+
+---
+Thu Nov 15 17:27:06 CET 2012 - f...@suse.de
+
+- 2.23.2
+- deactivate swap if disk is selected for install in live 
+  installer (bnc#789078)
+
+---
+Tue Nov 13 13:20:59 CET 2012 - f...@suse.de
+
+- 2.23.1
+- removed boost-devel and openssl-devel from BuildRequires
+- recognize "BIOS grub" partition as boot partition (bnc#786870)
+ 
+---
+Wed Nov  7 16:14:01 CET 2012  - f...@suse.de
+
+- support creation of "BIOS grub" partition on GPT (bnc#786870)
+
+---
+Mon Nov  5 13:42:32 CET 2012  - f...@suse.de
+
+- do a swapoff in live installer when swap partition gets removed
+  (bnc#779527)
+- disable "Fstab Options" button when not fstab entry (bnc#786788)
+
+---
+Tue Oct 23 16:09:38 CEST 2012 - f...@suse.de
+
+- support key "mkfs_options" in volumes for autoyast
+
+---
+Tue Oct 16 15:00:38 CEST 2012 - f...@suse.de
+
+- make autoyast able to continue on commit errors (bnc#78

commit libstorage for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:12.3:Update 
checked in at 2013-06-26 12:39:34

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


Package is "libstorage"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lU3EWM/_old  2013-06-26 12:39:35.0 +0200
+++ /var/tmp/diff_new_pack.lU3EWM/_new  2013-06-26 12:39: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 libxml2.1799 for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package libxml2.1799 for 
openSUSE:12.2:Update checked in at 2013-06-26 12:37:56

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


Package is "libxml2.1799"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ /work/SRC/openSUSE:12.2:Update/.libxml2.1799.new/libxml2.changes
2013-06-26 12:37:58.0 +0200
@@ -0,0 +1,1598 @@
+---
+Wed Jun 19 12:15:30 UTC 2013 - vci...@suse.com
+
+- fix a leak in lzma code (bnc#823792)
+  * added libxml2-lzma_memory_leak.patch
+
+---
+Thu Mar  7 13:28:59 UTC 2013 - vci...@suse.com
+
+- fix for CVE-2013-0338 (bnc#805233)
+  
libxml2-CVE-2013-0338-Detect-excessive-entities-expansion-upon-replacement.patch
+
+---
+Fri Dec  7 10:49:11 UTC 2012 - vci...@suse.com
+
+- fixed CVE-2012-5134 (bnc#793334) / libxml2-CVE-2012-5134.patch
+
+---
+Thu Jun 28 09:48:22 UTC 2012 - vci...@suse.com
+
+- fixed CVE-2012-2807 (bnc#769184)
+
+---
+Sun Mar 11 21:00:19 UTC 2012 - jeng...@medozas.de
+
+- libxml2-2 should not require libxml2-tools. There is no trouble
+  expected, since attempting to install libxml2 will already pull
+  in libxml2-tools due to Provides tags.
+
+---
+Mon Mar  5 10:18:12 UTC 2012 - co...@suse.com
+
+- revert the two commits that broke perl-XML-LibXML's test case,
+  I hope the two upstreams will figure it out
+
+---
+Fri Mar  2 16:47:56 UTC 2012 - co...@suse.com
+
+- update to git to fix some issues
+  * Fix a logic error in Schemas Component ConstraintsHEADmaster
+  * Fix a wrong enum type use in Schemas Types
+
+---
+Thu Mar  1 18:36:33 CET 2012 - meiss...@suse.de
+
+- fixed a 64bit big endian bug in the file reader.
+
+---
+Sat Feb 25 13:50:54 UTC 2012 - co...@suse.com
+
+- the fallout of requiring libxml2-tools as explicit buildrequire
+  is just too large, so avoid it for now and create a cycle between
+  libxml2-2 and libxml2-tools
+
+---
+Sat Feb 25 08:09:00 UTC 2012 - co...@suse.com
+
+- add provide for the old name to fix packages with explicit
+  library dependency
+
+---
+Thu Feb 23 10:42:16 UTC 2012 - co...@suse.com
+
+- update to today's GIT snapshot:
+include XZ support
+- split libxml2-2 according to shared library policy
+
+---
+Mon Dec 26 17:08:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+
+---
+Wed Dec 21 10:24:19 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 11:05:01 UTC 2011 - co...@suse.com
+
+- own aclocal directory, there is no other reason to buildrequire
+  automake
+
+---
+Fri Jul  8 08:52:06 UTC 2011 - sasc...@suse.de
+
+- update to libxml-2.7.8+git20110708
+  - several important bugfixes
+- drop upstreamed patches:
+  * libxml2-CVE-2010-4494.patch
+  * libxml2-CVE-2011-1944.patch
+  * noxref.patch
+  * symbol-versioning.patch
+
+---
+Wed Jun 29 09:05:59 UTC 2011 - pu...@novell.com
+
+- add libxml2-CVE-2011-1944.patch (bnc#697372)
+
+---
+Sun Jun  5 21:36:07 UTC 2011 - cshor...@googlemail.com
+
+- add symbol-versioning.patch to restore 11.3 versioned symbols 
+
+---
+Mon Jan  3 09:21:20 UTC 2011 - pu...@novell.com
+
+- add libxml2-CVE-2010-4494.patch (bnc#661471) 
+
+---
+Fri Dec  3 12:09:40 UTC 2010 - pu...@novell.com
+
+- update to libxml-2.7.8
+  - number of bufixes, documentation and portability fixes
+  - update language ID parser to RFC 5646
+  - sort python generated stubs
+  - add an HTML parser option to avoid a default doctype
+  - see http://xmlsoft.org/news.html for exact details
+- drop libxml2-xpath-ns-attr-axis.patch (in upstream)

commit icedtea-web for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:12.3:Update 
checked in at 2013-06-26 12:37:40

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


Package is "icedtea-web"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.BYGCH2/_old  2013-06-26 12:37:41.0 +0200
+++ /var/tmp/diff_new_pack.BYGCH2/_new  2013-06-26 12:37:41.0 +0200
@@ -1 +1 @@
-
+

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



commit icedtea-web.1796 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web.1796 for 
openSUSE:12.3:Update checked in at 2013-06-26 12:37:38

Comparing /work/SRC/openSUSE:12.3:Update/icedtea-web.1796 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.icedtea-web.1796.new (New)


Package is "icedtea-web.1796"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ /work/SRC/openSUSE:12.3:Update/.icedtea-web.1796.new/icedtea-web.changes
2013-06-26 12:37:40.0 +0200
@@ -0,0 +1,288 @@
+---
+Thu Jun 20 08:34:55 UTC 2013 - mvysko...@suse.com
+
+- fix bnc#825880: icedtea-web broken by last openjdk security update
+  icedtea-web-AppContext.patch
+
+---
+Tue May  7 14:18:32 UTC 2013 - mvysko...@suse.com
+
+- update to 1.4 (bnc#818768) 
+* Added cs, de, pl localization
+* Splash screen for javaws and plugin
+* Better error reporting for plugin via Error-splash-screen
+* All IcedTea-Web dialogues are centered to middle of active screen
+* Download indicator made compact for more then one jar
+* User can select its own JVM via itw-settings and deploy.properties.
+* Added extended applets security settings and dialogue
+* Security updates
+  - CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with 
same relative-path.
+  - CVE-2013-1927, RH884705: fixed gifar vulnerabilit
+  - CVE-2012-3422, RH840592: Potential read from an uninitialized memory 
location
+  - CVE-2012-3423, RH841345: Incorrect handling of not 0-terminated strings
+* NetX
+  - PR1027: DownloadService is not supported by IcedTea-Web
+  - PR725: JNLP applications will prompt for creating desktop shortcuts every 
time they are run
+  - PR1292: Javaws does not resolve versioned jar names with periods correctly
+* Plugin
+  - PR1106: Buffer overflow in plugin table-
+  - PR1166: Embedded JNLP File is not supported in applet tag
+  - PR1217: Add command line arguments for plugins
+  - PR1189: Icedtea-plugin requires code attribute when using jnlp_href
+  - PR1198: JSObject is not passed to javascript correctly
+  - PR1260: IcedTea-Web should not rely on GTK
+  - PR1157: Applets can hang browser after fatal exception
+  - PR580: http://www.horaoficial.cl/ loads improperly
+* Common
+  - PR1049: Extension jnlp's signed jar with the content of only META-INF/* is 
considered
+  - PR955: regression: SweetHome3D fails to run
+  - PR1145: IcedTea-Web can cause ClassCircularityError
+  - PR1161: X509VariableTrustManager does not work correctly with OpenJDK7
+  - PR822: Applets fail to load if jars have different signers
+  - PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is 
null
+  - PR909: The Java applet at 
http://de.gosupermodel.com/games/wardrobegame.jsp fails
+  - PR1299: WebStart doesn't read socket proxy settings from firefox correctly
+
+---
+Wed Apr 17 14:11:32 UTC 2013 - mvysko...@suse.com
+
+- update to 1.3.2 (bnc#815596) 
+- Security Updates
+  * CVE-2013-1927, RH884705: fixed gifar vulnerability
+  * CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with 
same relative-path.
+- Common
+  * Added new option in itw-settings which allows users to set JVM arguments
+when plugin is initialized.
+- NetX
+  * PR580: http://www.horaoficial.cl/ loads improperly
+- Plugin
+  * PR1260: IcedTea-Web should not rely on GTK
+   obsoletes icedtea-web-remove-gtk-dep.patch
+  * PR1157: Applets can hang browser after fatal exception
+
+---
+Sat Jan 19 22:55:39 UTC 2013 - zai...@opensuse.org
+
+- Add icedtea-web-remove-gtk-dep.patch, build icedtea-web without
+  GTK. Plugin now works in both gtk2 and gtk3 based browsers.
+
+---
+Wed Jan 16 15:03:43 UTC 2013 - mvysko...@suse.com
+
+- limit the provides/obsoletes to architectures, where -plugin package
+  existed and don't pollute shiny new arm with an old garbage
+
+---
+Tue Jan 15 21:17:00 UTC 2013 - dmuel...@suse.com
+
+- handle the package renaming on arm properly
+
+---
+Wed Nov  7 08:44:05 UTC 2012 - mvysko...@suse.com
+
+- update to 1.3.1 (bnc#787846)
+- Security Updates
+  * CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event 
attached to applet
+- Common
+  - PR1161: X509VariableTrustManager does not work correctly with OpenJDK7
+fixes the self-signed issue (mentioned in bnc#784859, bnc#785333, 
bnc#786775)
+
+---
+Mon Sep 10 08:29:27 UTC

commit libxml2 for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:12.2:Update 
checked in at 2013-06-26 12:38:03

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


Package is "libxml2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.imQX3Z/_old  2013-06-26 12:38:04.0 +0200
+++ /var/tmp/diff_new_pack.imQX3Z/_new  2013-06-26 12:38:04.0 +0200
@@ -1 +1 @@
-
+

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



commit python-libxml2 for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2 for 
openSUSE:12.2:Update checked in at 2013-06-26 12:38:05

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


Package is "python-libxml2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AtJypK/_old  2013-06-26 12:38:07.0 +0200
+++ /var/tmp/diff_new_pack.AtJypK/_new  2013-06-26 12:38:07.0 +0200
@@ -1 +1 @@
-
+

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



commit icedtea-web for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:12.2:Update 
checked in at 2013-06-26 12:37:37

Comparing /work/SRC/openSUSE:12.2:Update/icedtea-web (Old)
 and  /work/SRC/openSUSE:12.2:Update/.icedtea-web.new (New)


Package is "icedtea-web"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vCjYbY/_old  2013-06-26 12:37:38.0 +0200
+++ /var/tmp/diff_new_pack.vCjYbY/_new  2013-06-26 12:37:38.0 +0200
@@ -1 +1 @@
-
+

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



commit perl-X500-DN for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package perl-X500-DN for 
openSUSE:12.2:Update checked in at 2013-06-26 12:36:32

Comparing /work/SRC/openSUSE:12.2:Update/perl-X500-DN (Old)
 and  /work/SRC/openSUSE:12.2:Update/.perl-X500-DN.new (New)


Package is "perl-X500-DN"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit liferea for openSUSE:12.2:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package liferea for openSUSE:12.2:Update 
checked in at 2013-06-26 12:35:40

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


Package is "liferea"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.GOsLdO/_old  2013-06-26 12:35:41.0 +0200
+++ /var/tmp/diff_new_pack.GOsLdO/_new  2013-06-26 12:35:41.0 +0200
@@ -1 +1 @@
-
+

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



commit patchinfo.1793 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1793 for 
openSUSE:12.3:Update checked in at 2013-06-26 12:35:33

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


Package is "patchinfo.1793"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  lijews
  liferea updated to 1.8.14 fixing many tt-rss 
issues
  
  
  
  
  
  recommended
  low
  liferea: update to 1.8.14
  This update fixes the following issues with liferea:
- bnc#823576: Update to version
* sf#1069: broken rendering in tt-rss feeds 
  + with combined 1.8.13 fixes:
* Fixes missing item list update when browsing item URLs in Liferea
* Fixes format string issues in several translations.
* Added Hebrew translation of reference manual page
* Added MimeType to .desktop file
* sf#1040: In feed entries, spaces are replaced with "+"
* sf#1051: Issues in RTL GUI of Liferea
* sf#1038, sf#1074: Updates ttrss feeds over and over 
* Updated the default feedlists
* Added Vietnamese translation
* Updated translations

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



commit liferea.1793 for openSUSE:12.3:Update

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package liferea.1793 for 
openSUSE:12.3:Update checked in at 2013-06-26 12:35:27

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


Package is "liferea.1793"

Changes:

New Changes file:

--- /dev/null   2013-06-25 18:53:24.372030255 +0200
+++ /work/SRC/openSUSE:12.3:Update/.liferea.1793.new/liferea.changes
2013-06-26 12:35:28.0 +0200
@@ -0,0 +1,1309 @@
+---
+Thu Jun  6 11:02:44 UTC 2013 - lijewski.ste...@gmail.com
+
+- Update to version 1.8.14 (fixes [bnc#823576]):
+   * Fixes sf#1069: broken rendering in tt-rss feeds 
+ with combined 1.8.13 fixes:
+   * Fixes missing item list update when browsing item URLs in Liferea
+   * Fixes format string issues in several translations.
+   * Added Hebrew translation of reference manual page
+   * Added MimeType to .desktop file
+   * Fixes sf#1040: In feed entries, spaces are replaced with "+"
+   * Fixes sf#1051: Issues in RTL GUI of Liferea
+   * Fixes sf#1038, sf#1074: Updates ttrss feeds over and over 
+   * Updated the default feedlists
+   * Added Vietnamese translation
+   * Updated Albanian translation
+   * Updated Asturian translation
+   * Updated Czech translation
+   * Updated Danish translation
+   * Updated Finnish translation
+   * Updated German translation
+   * Updated Hebrew translation
+   * Updated Hungarian translation
+   * Updated Japanese translation
+   * Updated Latvian translation
+
+---
+Fri Jan  4 13:20:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.8.12:
+  + Some GPLv2 license headers were outdated (sf#1041).
+  + tt-rss API changed (we now support only 1.6 API) (sf#1044)
+  + Fixes XHTML errors caused by extra  tags from tt-rss
+- Changes from version 1.8.11:
+  + Added Google Plus to social bookmarking options.
+  + x-www-browser preference not working (deb#668197)
+  + Incorrect notifications for Google Reader (sf#1037)
+  + Removed all feedvalidator.org references from FAQ and XSLT as
+it was reported to host malware (sf#1048).
+  + Updated translations.
+
+---
+Wed Oct 31 12:06:15 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.8.10:
+  + Fix crash in google_source_remove_node (sf#3572660).
+  + Prevents adding folders/search folders/newsbins to Google
+Reader.
+  + Prevents sorting subscriptions in Google Reader
+  + Fixes items not removed from search folder count when feed is
+removed.
+  + Fixes search folder rebuilding (do not include comment items).
+  + Fixes SELECT offset handling when rebuilding search folders.
+
+---
+Wed Oct 10 20:01:52 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.8.9:
+  + Added Instapaper.com to social bookmarking sites (sf#3564393)
+  + Fix crash on network online status changes (sf#3567715)
+  + Fixes preferences dialog not showing up a second time.
+  + Fixes reloading item when browsing inside the item view.
+
+---
+Fri Sep 14 16:35:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.8.8:
+  + Fixes crash on empty links in auto-load-link mode (sf#3557513).
+  + Ensure node ids are in DB node relation on startup.
+  + Fixes search folder counter update on feed removal.
+  + Include AM_PROG_AR in configure.ac to work with automake 1.12.
+
+---
+Wed Aug 29 07:08:34 UTC 2012 - dims...@opensuse.org
+
+- Fix liferea-opensuse-feeds.patch (bnc#37): openSUSE Feed
+  URLs with duplicate http://.
+
+---
+Tue Jul 31 08:34:47 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.8.7:
+  + Crash on empty search folders within folders (trac#10)
+  + Auto-load-link doesn't work with feeds with comments (trac#19)
+  + Crash when dragging Google Reader feeds outside Google Reader
+(sf#2855990, bnc#772538)
+  + Don't ask for Google Reader authentication more than three
+times with auto-update to avoid annoying the user
+  + Dropping SIGSEGV signal handler to allow distro crash report
+tools to work
+  + Updated translations.
+
+---
+Sun Jun 17 14:17:53 UTC 2012 - badshah...@gmail.com
+
+- Update to version 1.8.6:
+  + Fixes ever growing temporary DB files
+  + Fixes visibility of enclosure list view for Ubuntu.
+
+-

commit systemd for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-06-26 11:08:48

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-06-25 
17:24:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-06-26 11:08:49.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 26 08:51:29 UTC 2013 - rmila...@suse.com
+
+- Drop 1007-add-msft-compability-rules.patch, breaks boot and links
+  in /dev/disk/by-id, will need proper rework (bnc#826528).
+
+---
@@ -4,2 +10,2 @@
--0160-mount-when-learning-about-the-root-mount-from-mounti.patch Another case 
where
- we are trying to umount the root directory at shutdown.
+- 0160-mount-when-learning-about-the-root-mount-from-mounti.patch Another
+  case where we are trying to umount the root directory at shutdown.
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-06-25 
17:24:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-06-26 
11:08:50.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 26 08:51:29 UTC 2013 - rmila...@suse.com
+
+- Drop 1007-add-msft-compability-rules.patch, breaks boot and links
+  in /dev/disk/by-id, will need proper rework (bnc#826528).
+
+---
@@ -4,2 +10,2 @@
--0160-mount-when-learning-about-the-root-mount-from-mounti.patch Another case 
where
- we are trying to umount the root directory at shutdown.
+- 0160-mount-when-learning-about-the-root-mount-from-mounti.patch Another
+  case where we are trying to umount the root directory at shutdown.

Old:

  1007-add-msft-compability-rules.patch
  1008-physical-hotplug-cpu-and-memory.patch

New:

  1007-physical-hotplug-cpu-and-memory.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.fJxs2v/_old  2013-06-26 11:08:51.0 +0200
+++ /var/tmp/diff_new_pack.fJxs2v/_new  2013-06-26 11:08:51.0 +0200
@@ -199,10 +199,8 @@
 Patch1005:  1005-create-default-links-for-primary-cd_dvd-drive.patch
 # PATCH-FIX-OPENSUSE 1006-udev-always-rename-network.patch
 Patch1006:  1006-udev-always-rename-network.patch
-# PATCH-FIX-OPENSUSE 1007-add-msft-compability-rules.patch
-Patch1007:  1007-add-msft-compability-rules.patch
-# PATCH-FIX-OPENSUSE 1008-physical-hotplug-cpu-and-memory.patch
-Patch1008:  1008-physical-hotplug-cpu-and-memory.patch
+# PATCH-FIX-OPENSUSE 1007-physical-hotplug-cpu-and-memory.patch
+Patch1007:  1007-physical-hotplug-cpu-and-memory.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -437,7 +435,6 @@
 # don't apply when bootstrapping to not modify Makefile.am
 %if ! 0%{?bootstrap}
 %patch1007 -p1
-%patch1008 -p1
 %endif
 
 %build

++ systemd.spec ++
--- /var/tmp/diff_new_pack.fJxs2v/_old  2013-06-26 11:08:51.0 +0200
+++ /var/tmp/diff_new_pack.fJxs2v/_new  2013-06-26 11:08:51.0 +0200
@@ -194,10 +194,8 @@
 Patch1005:  1005-create-default-links-for-primary-cd_dvd-drive.patch
 # PATCH-FIX-OPENSUSE 1006-udev-always-rename-network.patch
 Patch1006:  1006-udev-always-rename-network.patch
-# PATCH-FIX-OPENSUSE 1007-add-msft-compability-rules.patch
-Patch1007:  1007-add-msft-compability-rules.patch
-# PATCH-FIX-OPENSUSE 1008-physical-hotplug-cpu-and-memory.patch
-Patch1008:  1008-physical-hotplug-cpu-and-memory.patch
+# PATCH-FIX-OPENSUSE 1007-physical-hotplug-cpu-and-memory.patch
+Patch1007:  1007-physical-hotplug-cpu-and-memory.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -432,7 +430,6 @@
 # don't apply when bootstrapping to not modify Makefile.am
 %if ! 0%{?bootstrap}
 %patch1007 -p1
-%patch1008 -p1
 %endif
 
 %build

++ 1008-physical-hotplug-cpu-and-memory.patch -> 
1007-physical-hotplug-cpu-and-memory.patch ++
--- 
/work/SRC/openSUSE:Factory/systemd/1008-physical-hotplug-cpu-and-memory.patch   
2013-06-24 09:46:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd.new/1007-physical-hotplug-cpu-and-memory.patch
  2013-06-26 11:08:49.0 +0200
@@ -1,18 +1,3 @@
-Index: systemd-204/Makefile.am
-===
 systemd-204.orig/Makefile.am
-+++ systemd-204/Makefile.am
-@@ -2242,6 +2242,10 @@ dist_udevrules_DATA += \
-   rules/61-msft.rules
- 
- # 
--
-+dist_udevrules_DATA += \
-+  rules/80-hotplug-cpu-mem.rules
-

commit capi4hylafax for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package capi4hylafax for openSUSE:Factory 
checked in at 2013-06-26 10:30:03

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


Package is "capi4hylafax"

Changes:

--- /work/SRC/openSUSE:Factory/capi4hylafax/capi4hylafax.changes
2012-02-08 17:17:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.capi4hylafax.new/capi4hylafax.changes   
2013-06-26 10:30:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 08:27:23 UTC 2013 - pgaj...@suse.com
+
+- fix build with gcc 4.8
+  * capi4hylafax-gcc48.diff
+
+---

New:

  capi4hylafax-gcc48.diff



Other differences:
--
++ capi4hylafax.spec ++
--- /var/tmp/diff_new_pack.CrmY1J/_old  2013-06-26 10:30:05.0 +0200
+++ /var/tmp/diff_new_pack.CrmY1J/_new  2013-06-26 10:30:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package capi4hylafax
 #
-# Copyright (c) 2011 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   capi4hylafax
 BuildRequires:  capi4linux
 BuildRequires:  capi4linux-devel
@@ -25,7 +24,12 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pwdutils
-Requires:   hylafax tiff gs_lib smtp_daemon a2ps hylafax-client
+Requires:   a2ps
+Requires:   gs_lib
+Requires:   hylafax
+Requires:   hylafax-client
+Requires:   smtp_daemon
+Requires:   tiff
 Version:01.03.00
 Release:0
 Source: %{name}-%{version}.tar.bz2
@@ -33,13 +37,15 @@
 Patch1: capi4hylafax-secfix.diff
 Patch2: capi4hylafax-secfix2.diff
 Patch3: capi4hylafax-configure.diff
+Patch4: capi4hylafax-gcc48.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Adds a faxcapi modem for hylafax
 License:GPL-2.0+
 Group:  Hardware/Fax
 PreReq: sh-utils fileutils %insserv_prereq %fillup_prereq 
/usr/sbin/useradd /usr/sbin/usermod
-URL:http://www.avm.de
+Url:http://www.avm.de
 Summary:Adds a faxcapi modem for hylafax
+Group:  Hardware/Fax
 
 %description
 capi4hylafax adds a faxcapi modem to the hylafax environment. It allows
@@ -52,6 +58,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4 -p1
 find ../ -name .cvsignore -exec rm {} \;
 
 %build

++ capi4hylafax-gcc48.diff ++
http://code.ohloh.net/file?fid=Aa8BOXyBSvqUSeKUh5bWy9E9Ndc&cid=P9m-lyBa7_I&s=&browser=Default&fp=306441&mpundefined&projSelected=true#L0
--- capi4hylafax-01.03.00/src/standard/aStdLib.cpp.old  2013-05-21 
16:55:37.031658830 +0200
+++ capi4hylafax-01.03.00/src/standard/aStdLib.cpp  2013-05-21 
16:55:42.314905957 +0200
@@ -233,7 +233,7 @@
 
 tUInt a_pointer2string (void *pointer, tWiChar *string) {
 tULongp   = (tULong) pointer;
-tWiChar  *fmt = (sizeof (p) > 4) ? L".:." : L":"; 
// must be symmetric!
+const tWiChar  *fmt = (sizeof (p) > 4) ? L".:." : L":  
  "; // must be symmetric!
 unsigned i  = s_strlen (fmt);
 
 string[i] = '\0';

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



commit groff for openSUSE:Factory

2013-06-26 Thread h_root
Hello community,

here is the log from the commit of package groff for openSUSE:Factory checked 
in at 2013-06-26 09:19:59

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


Package is "groff"

Changes:

--- /work/SRC/openSUSE:Factory/groff/groff-full.changes 2013-06-18 
10:42:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.groff.new/groff-full.changes2013-06-26 
09:20:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 06:38:16 UTC 2013 - mvysko...@suse.com
+
+- move man.local and mdoc.local from groff-full to groff
+  * fixes libssh2.org testsuite
+
+---
groff.changes: same change



Other differences:
--
++ groff-full.spec ++
--- /var/tmp/diff_new_pack.Pgh6AZ/_old  2013-06-26 09:20:02.0 +0200
+++ /var/tmp/diff_new_pack.Pgh6AZ/_new  2013-06-26 09:20:02.0 +0200
@@ -202,6 +202,7 @@
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/font/
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mdoc/
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}/site-tmac/
 %else
 %{makeinstall} docdir=%{_defaultdocdir}/groff
 %endif
@@ -260,6 +261,12 @@
 %endif
 done
 
+%if %{groff_base_only}
+install -m 0644 tmac/{man,mdoc}.local 
%{buildroot}%{_datadir}/%{name}/site-tmac/
+%else
+rm %{buildroot}%{_datadir}/groff/site-tmac/{man,mdoc}.local
+%endif
+
 pushd contrib/mm/
 %if %{groff_base_only}
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mm

++ groff.spec ++
--- /var/tmp/diff_new_pack.Pgh6AZ/_old  2013-06-26 09:20:02.0 +0200
+++ /var/tmp/diff_new_pack.Pgh6AZ/_new  2013-06-26 09:20:02.0 +0200
@@ -201,6 +201,7 @@
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/font/
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mdoc/
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}/site-tmac/
 %else
 %{makeinstall} docdir=%{_defaultdocdir}/groff
 %endif
@@ -259,6 +260,12 @@
 %endif
 done
 
+%if %{groff_base_only}
+install -m 0644 tmac/{man,mdoc}.local 
%{buildroot}%{_datadir}/%{name}/site-tmac/
+%else
+rm %{buildroot}%{_datadir}/groff/site-tmac/{man,mdoc}.local
+%endif
+
 pushd contrib/mm/
 %if %{groff_base_only}
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mm


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