commit Test-DVD-x86_64 for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-08-12 22:49:10

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.QppayJ/_old  2013-08-12 22:49:12.0 +0200
+++ /var/tmp/diff_new_pack.QppayJ/_new  2013-08-12 22:49:12.0 +0200
@@ -66,6 +66,7 @@
   
   
   
+  
   
   
   
@@ -353,6 +354,7 @@
   
   
   
+  
   
   
   


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



commit DirectFB for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package DirectFB for openSUSE:Factory 
checked in at 2013-08-12 16:35:34

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


Package is "DirectFB"

Changes:

--- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes2013-06-18 
15:10:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes   2013-08-12 
16:35:35.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug  7 11:45:16 UTC 2013 - guilla...@opensuse.org
+
+-  Enable openGL ES 2 support (Mesa only) 
+
+---
+Wed Aug  7 10:07:03 UTC 2013 - guilla...@opensuse.org
+
+- Add omap support (ARM)
+
+---
+Wed Aug  7 10:06:44 UTC 2013 - guilla...@opensuse.org
+
+- Enable tslib support for openSUSE 13.1+
+
+---



Other differences:
--
++ DirectFB.spec ++
--- /var/tmp/diff_new_pack.1aR9JV/_old  2013-08-12 16:35:36.0 +0200
+++ /var/tmp/diff_new_pack.1aR9JV/_new  2013-08-12 16:35:36.0 +0200
@@ -56,6 +56,13 @@
 # PATCH-FIX-OPENSUSE DirectFB-setregion.patch -- dval...@suse.com; fixes 
cyber5k and readeon drivers build on powerpc
 Patch20:DirectFB-setregion.patch 
 BuildRequires:  LibVNCServer-devel
+%if 0%{?suse_version} > 1220
+# Mesa-lib* available only in 12.2+
+# but build fail with 12.2
+BuildRequires:  Mesa-devel
+BuildRequires:  Mesa-libEGL-devel
+BuildRequires:  Mesa-libGLESv2-devel
+%endif
 BuildRequires:  SDL-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -64,6 +71,10 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libv4l-devel
 BuildRequires:  sysfsutils-devel
+%if 0%{?suse_version} > 1230
+# TSLib not available for 12.3 and previous
+BuildRequires:  tslib-devel
+%endif
 BuildRequires:  udev
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXext-devel
@@ -201,7 +212,7 @@
--with-gfxdrivers=none --with-inputdrivers=none --disable-video4linux 
--disable-fbdev \
 %endif
 %ifarch %arm
-   --with-gfxdrivers="gl nvidia" \
+   --with-gfxdrivers="gl gles2 nvidia omap" \
 %endif
--enable-linux-input \
 --enable-x11 \

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



commit oyranos for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package oyranos for openSUSE:Factory checked 
in at 2013-08-12 16:19:01

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


Package is "oyranos"

Changes:

--- /work/SRC/openSUSE:Factory/oyranos/oyranos.changes  2013-02-05 
12:13:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.oyranos.new/oyranos.changes 2013-08-12 
16:19:02.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  9 09:37:40 UTC 2013 - tog...@opensuse.org
+
+- remove rpath information
+  * add chrpath to BuildRequire 
+
+---



Other differences:
--
++ oyranos.spec ++
--- /var/tmp/diff_new_pack.VXKWn0/_old  2013-08-12 16:19:03.0 +0200
+++ /var/tmp/diff_new_pack.VXKWn0/_new  2013-08-12 16:19:03.0 +0200
@@ -68,6 +68,7 @@
 BuildRequires:  xdg-utils
 BuildRequires:  xorg-x11-Mesa
 BuildRequires:  xorg-x11-Mesa-devel
+BuildRequires:  chrpath
 %endif
 
 %if 0%{?suse_version} > 910
@@ -434,6 +435,10 @@
 desktop-file-install --dir=%{buildroot}/%{desktopdir} 
%{name}-profile-install.desktop
 mkdir -p %{buildroot}/etc/xdg/autostart/
 cp -av %{name}-profile-install.desktop 
%{buildroot}/etc/xdg/autostart/%{name}-monitor-setup.desktop
+
+#fix rpath issues
+chrpath --delete %{buildroot}/%{_bindir}/oyranos-xforms-modules 
+
 %find_lang %{name}   # generate a special file list
 
 %post -n lib%{name}0 -p /sbin/ldconfig

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



commit suspend for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2013-08-12 16:15:54

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


Package is "suspend"

Changes:

--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2013-04-05 
17:06:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes 2013-08-12 
16:15:55.0 +0200
@@ -1,0 +2,17 @@
+Fri Aug  9 07:42:32 UTC 2013 - mch...@suse.com
+
+- [openSUSE goes SLE12]: suspend: Change and/or patches may have
+  been lost (bnc#831865)
+- add following patch and corresponding changelog from SLE11
+  remove-swich-message-for-s390x.diff
+  s2disk-disable-splash-when-unable-to-switch-vts.patch
+  s2disk-do-not-fail-without-local-terminals.patch
+  suspend-dont-exclude-s390.patch
+  suspend-ignore-acpi-video-flags-not-available.patch
+  whitelist_ibm_iplex_dx360_s2ram.patch
+- suspend-do-not-apply-quirks-if-KMS-driver-is-in-use.patch is
+  upstreamed so not included
+- s2disk-do-not-fail-hibernation-withoug-a-vt-console is removed
+  becasue same with s2disk-do-not-fail-without-local-terminals.patch 
+
+---
@@ -6,0 +24,5 @@
+Wed Apr  3 07:45:09 UTC 2013 - tr...@suse.de
+
+- Whitelist iplex dx360 M4 more general to get all of them (bnc#813062)
+
+---
@@ -16,0 +39,12 @@
+Tue Jan 15 16:10:20 UTC 2013 - tr...@suse.de
+
+- Whitelist iplex dx360 M4 for s2ram (bnc#797754, fate#313990)
+
+---
+Wed Dec  5 10:49:02 CET 2012 - hma...@suse.de
+
+- add suspend-ignore-acpi-video-flags-not-available.patch:
+  Don't bail out if /proc/acpi/acpi_video_flags is not available,
+  try anyway (bnc#788372)
+
+---
@@ -49,0 +84,5 @@
+Wed Dec  7 18:29:40 CET 2011 - i...@suse.de
+
+- Remove confusing message for s390x (bnc#723835)
+
+---
@@ -54,0 +94,7 @@
+Thu Nov 24 15:01:20 CET 2011 - hma...@suse.de
+
+- add patch:
+  s2disk-disable-splash-when-unable-to-switch-vts.patch
+  (bnc#723835)
+
+---
@@ -59,0 +106,6 @@
+Wed Jun 22 10:07:07 CEST 2011 - hma...@suse.de
+
+- add patch: s2disk-do-not-fail-without-local-terminals.patch
+  (bnc#592780,fate#309479)
+
+---
@@ -78,0 +131,6 @@
+
+---
+Thu Jan 21 12:24:45 CET 2010 - hma...@suse.de
+
+- Enable build for s390(x) (bnc#568268)
+- Add suspend-dont-exclude-s390.patch

Old:

  s2disk-do-not-fail-hibernation-withoug-a-vt-console

New:

  remove-swich-message-for-s390x.diff
  s2disk-disable-splash-when-unable-to-switch-vts.patch
  s2disk-do-not-fail-without-local-terminals.patch
  suspend-dont-exclude-s390.patch
  suspend-ignore-acpi-video-flags-not-available.patch
  whitelist_ibm_iplex_dx360_s2ram.patch



Other differences:
--
++ suspend.spec ++
--- /var/tmp/diff_new_pack.v9T7Ny/_old  2013-08-12 16:15:56.0 +0200
+++ /var/tmp/diff_new_pack.v9T7Ny/_new  2013-08-12 16:15:56.0 +0200
@@ -60,11 +60,16 @@
 Patch12:suspend-buildfixes.diff
 Patch13:suspend-0.80-vbetool-retry-on-errors.diff
 Patch16:suspend-splash-verbose-debug.diff
+Patch17:suspend-dont-exclude-s390.patch
+Patch18:s2disk-do-not-fail-without-local-terminals.patch
+Patch19:s2disk-disable-splash-when-unable-to-switch-vts.patch
 #Mandriva patch to enable plymouth support (Thanks to F. Crozat)
-Patch17:suspend-plymouth.patch
-Patch18:s2disk-do-not-fail-hibernation-withoug-a-vt-console
+Patch20:suspend-plymouth.patch
+Patch21:suspend-ignore-acpi-video-flags-not-available.patch
+Patch22:whitelist_ibm_iplex_dx360_s2ram.patch
 # fix for automake-1.13.1
-Patch19:suspend-automake-1_13.diff
+Patch23:suspend-automake-1_13.diff
+Patch100:   remove-swich-message-for-s390x.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ppc ppc64
 %if 0%{?suse_version}
@@ -99,6 +104,11 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
+%patch100 -p1
 cp %{S:3} scripts/
 #cp -vb --suffix=-0.5 %{S:99} whitelist.c
 

++ remove-swich-message-for-s390x.diff ++
--- a/suspend.c
+++ b/suspend.c
@@ -2499,8 +2499,10 @@
vt_fd = prepare_console(&orig_vc, &suspend_vc);
if (vt_fd < 0) {
if (vt_fd == -

commit vim for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2013-08-12 15:52:55

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


Package is "vim"

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2013-06-18 10:27:42.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2013-08-12 
15:52:58.0 +0200
@@ -1,0 +2,13 @@
+Mon Aug 12 06:35:53 UTC 2013 - idon...@suse.com
+
+- Update to version 7.4
+  * A new, faster regular expression engine.
+  * More than a thousand fixes and small improvements.
+- Drop vim-7.3-grub.patch, applied upstream
+- Refresh the following patches
+  * vim-7.4-disable_lang_no.patch
+  * vim-7.4-filetype_apparmor.patch
+  * vim-7.4-filetype_mine.patch
+  * vim-7.4-highlight_fstab.patch
+
+---

Old:

  ANNOUNCEMENT.vim-7.3
  vim-7.3-disable_lang_no.patch
  vim-7.3-filetype_apparmor.patch
  vim-7.3-filetype_mine.patch
  vim-7.3-grub.patch
  vim-7.3-highlight_fstab.patch
  vim-7.3-patches.tar.bz2
  vim-7.3-rpmlintrc
  vim-7.3.tar.bz2

New:

  vim-7.4-disable_lang_no.patch
  vim-7.4-filetype_apparmor.patch
  vim-7.4-filetype_mine.patch
  vim-7.4-highlight_fstab.patch
  vim-7.4-rpmlintrc
  vim-7.4.tar.bz2



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.m1mdu8/_old  2013-08-12 15:52:59.0 +0200
+++ /var/tmp/diff_new_pack.m1mdu8/_new  2013-08-12 15:52:59.0 +0200
@@ -16,13 +16,14 @@
 #
 
 
-%define pkg_version 7.3
-%define official_ptchlvl 962
-%define VIM_SUBDIR vim73
+%define pkg_version 7.4
+#%define official_ptchlvl 0
+%define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 
 Name:   vim
-Version:7.3.%{official_ptchlvl}
+#Version:7.4.%{official_ptchlvl}
+Version:7.4
 Release:0
 BuildRequires:  db-devel
 %if 0%{?suse_version} > 1020
@@ -84,7 +85,6 @@
 Source3:suse.vimrc
 Source4:vimrc_example1
 Source5:vimrc_example2
-Source6:ANNOUNCEMENT.vim-%{pkg_version}
 Source8:suse.gvimrc
 Source10:   README.Japanese-XIM
 Source13:   vitmp.c
@@ -94,23 +94,22 @@
 Source19:   gvim.desktop
 Source20:   spec.skeleton
 Source23:   apparmor.vim
-Source98:   %{name}-7.3-patches.tar.bz2
-Source99:   %{name}-7.3-rpmlintrc
-Patch3: %{name}-7.3-disable_lang_no.patch
+#Source98:   %{name}-7.4-patches.tar.bz2
+Source99:   %{name}-7.4-rpmlintrc
+Patch3: %{name}-7.4-disable_lang_no.patch
 Patch4: %{name}-7.3-gvimrc_fontset.patch
-Patch5: %{name}-7.3-highlight_fstab.patch
+Patch5: %{name}-7.4-highlight_fstab.patch
 Patch6: %{name}-7.3-sh_is_bash.patch
 Patch7: %{name}-7.3-filetype_ftl.patch
 Patch8: %{name}-7.3-help_tags.patch
 Patch9: %{name}-7.3-use_awk.patch
 Patch10:%{name}-7.3-name_vimrc.patch
 Patch11:%{name}-7.3-mktemp_tutor.patch
-Patch14:%{name}-7.3-grub.patch
-Patch15:%{name}-7.3-filetype_apparmor.patch
+Patch15:%{name}-7.4-filetype_apparmor.patch
 Patch18:%{name}-7.3-filetype_spec.patch
 Patch19:%{name}-7.3-diff_check.patch
 Patch21:%{name}-7.3-filetype_changes.patch
-Patch22:%{name}-7.3-filetype_mine.patch
+Patch22:%{name}-7.4-filetype_mine.patch
 Patch100:   vim-7.1.314-CVE-2009-0316-debian.patch
 Patch101:   vim73-no-static-libpython.patch
 
@@ -264,14 +263,14 @@
 vim instead.
 
 %prep
-%setup -q -n %{VIM_SUBDIR} -b 98
-for p in ../vim-%{pkg_version}-patches/%{pkg_version}*; do
-test -e $p || break
-test ${p#*/%{pkg_version}.} -le %{official_ptchlvl} || exit 1
-echo Patch $p
-patch -s -p0 < $p
-done
-unset p
+%setup -q -n %{VIM_SUBDIR}
+#for p in ../vim-%{pkg_version}-patches/%{pkg_version}*; do
+#test -e $p || break
+#test ${p#*/%{pkg_version}.} -le %{official_ptchlvl} || exit 1
+#echo Patch $p
+#patch -s -p0 < $p
+#done
+#unset p
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -281,16 +280,15 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
-%patch14 -p1
-%patch15 -p1
 cp %{SOURCE23} runtime/syntax/apparmor.vim
+%patch15 -p1
 %patch18 -p1
 %patch19 -p1
 %patch21 -p1
 %patch22 -p1
 %patch100 -p1
 %patch101
-cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE10} .
+cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
 
 # newer perl? ugly hack to fix build anyway.
 %if 0%{?suse_version} > 1210
@@ -450,7 +448,7 @@
 cp runtime/doc/uganda.txt LICENSE
 install -D -m 0644 \
 vimrc_example1 vimrc_example2 suse.vimrc \
-LICENSE README.txt README_src.txt README_unix.txt ANNOUNCEMENT.vim-7.3 \
+LICEN

commit selinux-policy for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2013-08-12 15:52:20

Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and  /work/SRC/openSUSE:Factory/.selinux-policy.new (New)


Package is "selinux-policy"

Changes:

--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes
2013-07-12 20:57:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new/selinux-policy.changes   
2013-08-12 15:52:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 02:08:15 CEST 2013 - r...@suse.de
+
+- fix build on factory: newer rpm does not allow to mark
+  non-directories as dir anymore (like symlinks in this case) 
+
+---



Other differences:
--
++ selinux-policy.spec ++
--- /var/tmp/diff_new_pack.SOwgjx/_old  2013-08-12 15:52:22.0 +0200
+++ /var/tmp/diff_new_pack.SOwgjx/_new  2013-08-12 15:52:22.0 +0200
@@ -115,7 +115,7 @@
 %dir %{_sysconfdir}/selinux
 %ghost %config(noreplace) %{_sysconfdir}/selinux/config
 %dir %{_localstatedir}/adm/fillup-templates
-%dir %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 #%ghost %{_sysconfdir}/sysconfig/selinux
 %{_usr}/lib/tmpfiles.d/selinux-policy.conf
 


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



commit Mesa for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-08-12 15:52:10

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


Package is "Mesa"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-07-29 
21:08:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-08-12 
15:52:11.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  8 13:40:55 UTC 2013 - sch...@suse.de
+
+- Don't enable gallium-egl without Gallium
+- Enable llvm_r600 only on %ix86 x86_64
+
+---



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.AyQD2M/_old  2013-08-12 15:52:12.0 +0200
+++ /var/tmp/diff_new_pack.AyQD2M/_new  2013-08-12 15:52:12.0 +0200
@@ -17,9 +17,15 @@
 
 
 %define glamor 1
+%ifnarch s390 s390x aarch64
+# Requires non-empty --with-gallium-drivers
 %define egl_gallium 1
+%else
+%define egl_gallium 0
+%endif
+%ifarch %ix86 x86_64
 %define llvm_r600 1
-%ifarch ppc ppc64
+%else
 %define llvm_r600 0 
 %endif
 
@@ -512,7 +518,6 @@
 still "work in progress", i.e. expect poor video quality, choppy
 videos and artefacts all over.
 
-%if %llvm_r600
 %package -n libvdpau_radeonsi
 Summary:XVMC state tracker for radeonsi
 Group:  System/Libraries
@@ -521,7 +526,6 @@
 This package contains the VDPAU state tracker for radeonsi. This is
 still "work in progress", i.e. expect poor video quality, choppy
 videos and artefacts all over.
-%endif
 
 %package -n libvdpau_softpipe
 Summary:Software implementation of XVMC state tracker

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



commit python-lesscpy for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-lesscpy for openSUSE:Factory 
checked in at 2013-08-12 15:51:48

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


Package is "python-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python-lesscpy/python-lesscpy.changes
2013-08-07 20:52:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lesscpy.new/python-lesscpy.changes   
2013-08-12 15:51:50.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug 12 11:42:11 UTC 2013 - speili...@suse.com
+
+- Update to version 0.9j
+  + Support for SVG stylesheets
+  + Increased lessc compatibility
+  + Many testing improvements
+- Use update-alternatives
+
+---

Old:

  lesscpy-0.9h.tar.gz

New:

  lesscpy-0.9j.tar.gz



Other differences:
--
++ python-lesscpy.spec ++
--- /var/tmp/diff_new_pack.uITFbD/_old  2013-08-12 15:51:51.0 +0200
+++ /var/tmp/diff_new_pack.uITFbD/_new  2013-08-12 15:51:51.0 +0200
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-lesscpy
-Version:0.9h
+Version:0.9j
 Release:0
 Url:https://github.com/robotis/lesscpy
 Summary:Lesscss compiler
@@ -28,6 +29,8 @@
 # Test requirements:
 BuildRequires:  python-ply
 Requires:   python-ply
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -51,14 +54,32 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mv %{buildroot}%{_bindir}/lesscpy{,-%{py_ver}}
+ln -s %{_bindir}/lesscpy-%{py_ver} %{buildroot}%{_bindir}/lesscpy
 
 %check
 python lesscpy/test/__main__.py # Sigh!
 
+%pre
+# Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we
+# have to get rid of the old binary:
+[[ ! -L %{_bindir}/lesscpy ]] && rm -f %{_bindir}/lesscpy
+exit 0
+
+%post
+update-alternatives \
+--install %{_bindir}/lesscpy lesscpy %{_bindir}/lesscpy-%{py_ver} 20
+
+%preun
+if [ $1 -eq 0 ] ; then
+update-alternatives --remove lesscpy %{_bindir}/lesscpy-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
-%{_bindir}/lesscpy
+%doc LICENSE README.rst
+%ghost %{_bindir}/lesscpy
+%{_bindir}/lesscpy-%{py_ver}
 %{python_sitelib}/lesscpy
 %{python_sitelib}/lesscpy-%{version}-py%{py_ver}.egg-info
 

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



commit laptop-mode-tools for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package laptop-mode-tools for 
openSUSE:Factory checked in at 2013-08-12 15:50:43

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


Package is "laptop-mode-tools"

Changes:

--- /work/SRC/openSUSE:Factory/laptop-mode-tools/laptop-mode-tools.changes  
2013-03-08 21:14:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.laptop-mode-tools.new/laptop-mode-tools.changes 
2013-08-12 15:50:44.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 11 07:46:00 UTC 2013 - seife+...@b1-systems.com
+
+- own all directories in /usr/lib/pm-utils/* to prevent build
+  failure in case the pm-utils packaging changes again
+
+---



Other differences:
--
++ laptop-mode-tools.spec ++
--- /var/tmp/diff_new_pack.VX518n/_old  2013-08-12 15:50:45.0 +0200
+++ /var/tmp/diff_new_pack.VX518n/_new  2013-08-12 15:50:45.0 +0200
@@ -106,6 +106,9 @@
 /usr/share/laptop-mode-tools/module-helpers/pm-helper
 /usr/share/laptop-mode-tools/module-helpers/pm-hibernate
 /usr/share/laptop-mode-tools/module-helpers/pm-suspend
+%dir /usr/lib/pm-utils
+%dir /usr/lib/pm-utils/power.d
+%dir /usr/lib/pm-utils/sleep.d
 /usr/lib/pm-utils/power.d/laptop-mode-tools
 /usr/lib/pm-utils/sleep.d/01laptop-mode
 %doc /usr/share/man/man8/*

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



commit tslib for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package tslib for openSUSE:Factory checked 
in at 2013-08-12 14:28:26

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


Package is "tslib"

Changes:

--- /work/SRC/openSUSE:Factory/tslib/tslib.changes  2013-01-08 
09:14:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.tslib.new/tslib.changes 2013-08-12 
14:28:27.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 12 08:21:33 UTC 2013 - guilla...@opensuse.org
+
+- Add baselibs.conf (needed to use tslib with directfb)
+
+---
+Mon Aug 12 08:19:09 UTC 2013 - guilla...@opensuse.org
+
+- Update to git e2e03ef719
+
+---

Old:

  tslib-f6c499a523.tar.gz

New:

  baselibs.conf
  tslib-e2e03ef719.tar.gz



Other differences:
--
++ tslib.spec ++
--- /var/tmp/diff_new_pack.waSfwV/_old  2013-08-12 14:28:28.0 +0200
+++ /var/tmp/diff_new_pack.waSfwV/_new  2013-08-12 14:28:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tslib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guillaume GARDET 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,16 @@
 #
 
 
-
 Name:   tslib
 Version:1.0
 Release:0.0
 Summary:Abstraction layer for touchscreen
+License:LGPL-2.0+ and GPL-2.0+
 Group:  Hardware/Other
 Url:https://github.com/kergoth/tslib.git
-Source: tslib-f6c499a523.tar.gz
+Source: tslib-e2e03ef719.tar.gz
+Source2:baselibs.conf
 Patch0: use-module-raw-input-for-ts-conf.patch
-License:LGPL-2.0+ and GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  libtool
@@ -60,7 +60,7 @@
 
 
 %prep
-%setup -q -n tslib-f6c499a523
+%setup -q -n tslib-e2e03ef719
 %patch0 -p0
 ./autogen.sh
 CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=%{_libdir}

++ baselibs.conf ++
libts-1_0-0
tslib-devel
requires -tslib-
requires "libts-1_0-0- = "
++ tslib-f6c499a523.tar.gz -> tslib-e2e03ef719.tar.gz ++
 116917 lines of diff (skipped)

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



commit libserf for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package libserf for openSUSE:Factory checked 
in at 2013-08-12 14:27:22

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


Package is "libserf"

Changes:

--- /work/SRC/openSUSE:Factory/libserf/libserf.changes  2013-07-30 
18:39:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libserf.new/libserf.changes 2013-08-12 
14:27:23.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug 10 18:43:17 UTC 2013 - andreas.stie...@gmx.de
+
+- update libserf-1.3.x-soname.patch to move shared library version
+  link generation into scons
+
+---
+Tue Jul 30 22:38:55 UTC 2013 - andreas.stie...@gmx.de
+
+- run tests for 12.2 and later only
+
+---



Other differences:
--
++ libserf.spec ++
--- /var/tmp/diff_new_pack.FchToT/_old  2013-08-12 14:27:23.0 +0200
+++ /var/tmp/diff_new_pack.FchToT/_new  2013-08-12 14:27:23.0 +0200
@@ -22,7 +22,8 @@
 
 Name:   libserf
 %define major  1
-%define sosuffix 0.%{major}.0
+%define minor  3
+%define SHLIBVER %minor.0.0
 Version:1.3.0
 Release:0
 Summary:High-Performance Asynchronous HTTP Client Library
@@ -66,12 +67,12 @@
 Greg Stein 
 Justin Erenkrantz 
 
-%package -n libserf-1-0
+%package -n libserf-%major-%minor
 
 Summary:High-Performance Asynchronous HTTP Client Library
 Group:  Development/Libraries/C and C++
 
-%description -n libserf-1-0
+%description -n libserf-%major-%minor
 The serf library is a C-based HTTP client library built upon the Apache
 Portable Runtime (APR) library. It multiplexes connections, running the
 read/write communication asynchronously. Memory copies and transformations are
@@ -97,7 +98,7 @@
 Requires:   libapr1-devel >= %{minimum_apr_version}
 Requires:   libexpat-devel
 Requires:   libopenssl-devel
-Requires:   libserf-1-0 = %{version}
+Requires:   libserf-%major-%minor = %{version}
 Requires:   openldap2-devel
 Requires:   zlib-devel
 
@@ -141,30 +142,28 @@
 
 %install
 scons install --install-sandbox=%{buildroot}
-pushd %{buildroot}%{_libdir}/
-ln -s libserf-%{major}.so.%{sosuffix} libserf-%{major}.so.0
-ln -s libserf-%{major}.so.%{sosuffix} libserf-%{major}.so
-popd
 %__rm -f "%{buildroot}%{_libdir}"/lib*.a
 
 %check
+%if 0%{?suse_version} > 1210
 # scons expects coma separated flags
 SCONS_OPTFLAGS=`echo %{optflags} | sed "s/ /,/g"`
 scons \
CFLAGS=$SCONS_OPTFLAGS  \
check \
%{?_smp_mflags}
+%endif
 
-%post   -n libserf-%{major}-0 -p /sbin/ldconfig
+%post   -n libserf-%{major}-%{minor} -p /sbin/ldconfig
 
-%postun -n libserf-%{major}-0 -p /sbin/ldconfig
+%postun -n libserf-%{major}-%{minor} -p /sbin/ldconfig
 
-%files -n libserf-%{major}-0
+%files -n libserf-%{major}-%{minor}
 %defattr(-,root,root)
 %doc CHANGES LICENSE NOTICE README
 %doc design-guide.txt
-%{_libdir}/libserf-%{major}.so.0
-%{_libdir}/libserf-%{major}.so.%{sosuffix}
+%{_libdir}/libserf-%{major}.so.%{minor}
+%{_libdir}/libserf-%{major}.so.%{SHLIBVER}
 
 %files -n libserf-devel
 %defattr(-,root,root)

++ libserf-1.3.x-soname.patch ++
--- /var/tmp/diff_new_pack.FchToT/_old  2013-08-12 14:27:24.0 +0200
+++ /var/tmp/diff_new_pack.FchToT/_new  2013-08-12 14:27:24.0 +0200
@@ -8,19 +8,37 @@
 fixes warning: libserf-1-0.i586: W: no-soname /usr/lib/libserf-1.so.0.0.0
 
 ---
- SConstruct |2 ++
- 1 file changed, 2 insertions(+)
+ SConstruct |6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
 
 Index: serf-1.3.0/SConstruct
 ===
 serf-1.3.0.orig/SConstruct 2013-07-28 13:23:02.0 +0100
-+++ serf-1.3.0/SConstruct  2013-07-28 13:23:03.0 +0100
-@@ -190,6 +190,8 @@ thisdir = os.getcwd()
+--- serf-1.3.0.orig/SConstruct 2013-08-10 19:07:15.0 +0100
 serf-1.3.0/SConstruct  2013-08-10 19:09:44.0 +0100
+@@ -152,6 +152,8 @@ match = re.search('SERF_MAJOR_VERSION ([
+   re.DOTALL)
+ MAJOR, MINOR, PATCH = [int(x) for x in match.groups()]
+ env.Append(MAJOR=str(MAJOR))
++env.Append(MINOR=str(MINOR))
++env.Append(PATCH=str(PATCH))
+ 
+ # Calling external programs is okay if we're not cleaning or printing help.
+ # (cleaning: no sense in fetching information; help: we may not know where
+@@ -190,6 +192,8 @@ thisdir = os.getcwd()
  libdir = '$LIBDIR'
  incdir = '$PREFIX/include/serf-$MAJOR'
  
-+env['SHLIBVERSION']='0.${MAJOR}.0'
++env['SHLIBVERSION']='${MINOR}.0.0'
 +
  LIBNAME = 'libserf-${MAJOR}'
  if sys.platform != 'win32':
LIBNAMESTATIC = LIBNAME
+@@ -3

commit dblatex for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package dblatex for openSUSE:Factory checked 
in at 2013-08-12 14:27:34

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


Package is "dblatex"

Changes:

--- /work/SRC/openSUSE:Factory/dblatex/dblatex.changes  2012-07-12 
10:42:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.dblatex.new/dblatex.changes 2013-08-12 
14:27:36.0 +0200
@@ -1,0 +2,27 @@
+Sun Aug 11 16:38:03 UTC 2013 - tog...@opensuse.org
+
+- Update to version 0.3.4
+
+  * Fix a bug in the missing characters display.
+  * Fix the global template to actually insert a backmatter tag
+before backmatter  elements.
+  * Fix bug #3520152 by changing a template xpath (looks like a
+libxslt limitation).
+  * Improve the verbatim block display to be able to scale the
+block width to the page width.
+  * Allow latex instructions within verbatim blocks through
+Processing Instructions.
+  * Improve the setup script to be close to the debian install
+rules.
+  * Improve the hyphenation of the inlined literal elements.
+  * Add the parameter example.float.type to give the possibility to
+have  not floating. The attribute 'floatstyle' is also
+taken into account.
+  * Add the parameter hyphenation.format to specify the inlined
+format types that must be hyphenated. It replaces the more
+limited  monoseq.hyphenation parameter. 
+
+- Packaging
+  * added dblatex-0.3.4-disable-debian.patch
+
+---

Old:

  dblatex-0.3.3.tar.bz2

New:

  dblatex-0.3.4-disable-debian.patch
  dblatex-0.3.4.tar.bz2



Other differences:
--
++ dblatex.spec ++
--- /var/tmp/diff_new_pack.LtmdZf/_old  2013-08-12 14:27:37.0 +0200
+++ /var/tmp/diff_new_pack.LtmdZf/_new  2013-08-12 14:27:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dblatex
 #
-# 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,7 +17,7 @@
 
 
 Name:   dblatex
-Version:0.3.3
+Version:0.3.4
 Release:0
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -36,6 +36,8 @@
 Group:  Productivity/Publishing/DocBook
 Url:http://dblatex.sourceforge.net
 Requires:   docbook_4
+#PATCH-FIX-OPENSUSE dblatex-0.3.4-disable-debian.patch tog...@opensuse.org 
-disables debian specific installation parts
+Patch0: dblatex-0.3.4-disable-debian.patch
 %if %suse_version <= 1220
 Requires:   texlive
 Requires:   texlive-bin
@@ -141,6 +143,7 @@
 %setup -q
 %__cp docs/manual.pdf .
 
+%patch0 -p1
 # correct doc paths in setup
 sed -i 's/share\/doc\/dblatex/share\/doc\/packages\/dblatex/g' setup.py
 

++ dblatex-0.3.4-disable-debian.patch ++
---
 setup.py |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,8 @@ from distutils.command.sdist import sdis
 from distutils import log
 from subprocess import Popen, PIPE
 sys.path.append("lib")
-from contrib.debian.installer import DebianInstaller
+# this is opensuse not debian
+#from contrib.debian.installer import DebianInstaller
 
 #
 # Build the command line script
@@ -365,10 +366,11 @@ class Install(install):
 raise OSError("not found: %s" % ", ".join(mis_stys))
 
 def run(self):
-if self.install_layout == "deb":
-db = DebianInstaller(self)
-else:
-db = None
+# this is opensuse not debian so disable this
+#if self.install_layout == "deb":
+#db = DebianInstaller(self)
+#else:
+db = None
 
 if not(db) and not(self.nodeps):
 try:
++ dblatex-0.3.3.tar.bz2 -> dblatex-0.3.4.tar.bz2 ++
 39952 lines of diff (skipped)

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



commit opensuse-manuals_ru for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_ru for 
openSUSE:Factory checked in at 2013-08-12 14:28:00

Comparing /work/SRC/openSUSE:Factory/opensuse-manuals_ru (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-manuals_ru.new (New)


Package is "opensuse-manuals_ru"

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-manuals_ru/opensuse-manuals_ru.changes  
2013-02-05 15:44:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-manuals_ru.new/opensuse-manuals_ru.changes 
2013-08-12 14:28:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 02:06:15 CEST 2013 - r...@suse.de
+
+- fix build on factory: newer rpm does not allow to mark
+  non-directories as dir anymore (like symlinks in this case)
+
+---



Other differences:
--
++ opensuse-manuals_ru.spec ++
--- /var/tmp/diff_new_pack.UPkAxW/_old  2013-08-12 14:28:03.0 +0200
+++ /var/tmp/diff_new_pack.UPkAxW/_new  2013-08-12 14:28:03.0 +0200
@@ -20,9 +20,10 @@
 Name:   opensuse-manuals_ru
 %define my_lang ru
 %define my_book opensuse-html
-Version:12.2
+Version:13.1
 Release:0
 #BREQ
+Provides:   apparmor-admin_ru = %{version}
 Provides:   locale(desktop-data-openSUSE:ru)
 #OBS
 Source: opensuse-html_ru_src_set.tar.bz2
@@ -31,18 +32,18 @@
 Source903:  attributes
 BuildRequires:  daps
 BuildRequires:  fdupes
-BuildRequires:  suse-xsl-stylesheets
+BuildRequires:  suse-xsl-stylesheets >= 1.9.18
 # Also buildrequire tools that susedoc does not pull in automatically ATM
-BuildRequires:  poppler-tools
-BuildRequires:  python-lxml
-BuildRequires:  python-xml
+# BuildRequires:  python-xml
+# BuildRequires:  python-lxml
+# BuildRequires:  poppler-tools
 BuildRequires:  update-desktop-files
-BuildRequires:  xerces-j2
-%if 0%{?suse_version} >= 1140
-BuildRequires:  xmlgraphics-fop
-%else
-BuildRequires:  fop
-%endif
+# BuildRequires:  xerces-j2
+# %%if 0%%{?suse_version} >= 1140
+# BuildRequires:  xmlgraphics-fop
+# %%else
+# BuildRequires:  fop
+# %%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Summary:Complete set of openSUSE Manuals (HTML, Russian)
@@ -52,6 +53,8 @@
 %define _defaultdocdir %{_datadir}/doc/manual
 %define _docdir %{_datadir}/doc/manual
 
+Obsoletes:  apparmor-admin_ru < 12.2
+
 %description
 Contains the complete official openSUSE documentation in HTML
 format. It can be accessed via the Desktop's help centers. 
@@ -138,13 +141,13 @@
 %build
 %define my_all_dir  %{_builddir}/%{name}-%{version}/opensuse-html
 cd %{my_all_dir}
-daps -v -d DC-opensuse-html html --static
-echo "$(daps -d DC-opensuse-html html-dir-name)" > %{name}.filelist
 # e.g., /usr/share/help/C/gnome-help/opensuse-manuals.page
 # Produce .document files for HTML
-daps -d DC-opensuse-html package-html --documentfiles --pagefiles
-ls -l build/%my_book/package
-document_files_dir=build/%my_book/package
+package_dir=$(daps -d DC-opensuse-html package-html --documentfiles 
--pagefiles)
+tar xvf $package_dir/opensuse-html_%{my_lang}-html.tar.bz2
+echo opensuse-html > %{name}.filelist
+# ls -l build/%my_book/package
+document_files_dir=$package_dir
 # copy .page file
 cp $document_files_dir/*.page %name.page
 sed -i "
@@ -169,6 +172,7 @@
 s/^X-DOC-Identifier=/DocIdentifier=com.suse./
 s/^X-DOC-Weight/DocWeight/
 " $document_files_dir/index.html.document > desktop/%{name}.desktop 
+# FIXME: check whether it is still needed (move to daps?)
 sed "s/^[Desktop Entry]/[Document]/" desktop/%{name}.desktop \
   > yelp/%{name}.document
 { echo desktop/%{name}.desktop; echo yelp/%{name}.document; } >> 
%{name}.filelist
@@ -249,7 +253,7 @@
   {
 echo "%dir $yelp_document_dir"
 echo "%dir $yelp_link_dir"
-echo "%dir $yelp_link_dir/%my_book"
+echo "$yelp_link_dir/%my_book"
 echo "%dir $gnome_help_dir"
   } > %name.filelist
 else
@@ -260,7 +264,7 @@
 echo "%dir %{_datadir}/help/LOCALE"
 echo "%dir %{_datadir}/help/LOCALE/%{my_lang}"
 echo "%dir $yelp_document_dir"
-echo "%dir $yelp_link_dir/%my_book"
+echo "$yelp_link_dir/%my_book"
 echo "%dir $gnome_help_dir"
   } > %name.filelist
 fi


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



commit yast2-add-on for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2013-08-12 14:26:35

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


Package is "yast2-add-on"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2013-08-01 11:07:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2013-08-12 14:26:37.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  5 13:40:42 CEST 2013 - jsuch...@suse.cz
+
+- check the product profile of new add-on product (backport of
+  fate#310730) 
+- 3.0.1
+
+---

Old:

  yast2-add-on-3.0.0.tar.bz2

New:

  yast2-add-on-3.0.1.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.eKND7A/_old  2013-08-12 14:26:38.0 +0200
+++ /var/tmp/diff_new_pack.eKND7A/_new  2013-08-12 14:26:38.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   yast2-add-on
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-add-on-%{version}.tar.bz2
 
 Requires:   autoyast2-installation
-# Kernel::InformAboutKernelChange
-Requires:   yast2 >= 2.23.8
+# ProductProfile
+Requires:   yast2 >= 3.0.1
 Requires:   yast2-country
 Requires:   yast2-installation
 
@@ -35,7 +35,7 @@
 Requires:   yast2-storage >= 2.16.1
 
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 2.23.8
+BuildRequires:  yast2 >= 3.0.1
 BuildRequires:  yast2-devtools
 
 # splitted from yast2-installation

++ yast2-add-on-3.0.0.tar.bz2 -> yast2-add-on-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.0.0/Makefile.am.common 
new/yast2-add-on-3.0.1/Makefile.am.common
--- old/yast2-add-on-3.0.0/Makefile.am.common   2013-07-31 11:10:30.0 
+0200
+++ new/yast2-add-on-3.0.1/Makefile.am.common   2013-08-07 17:21:15.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.0.0/VERSION 
new/yast2-add-on-3.0.1/VERSION
--- old/yast2-add-on-3.0.0/VERSION  2013-07-31 11:10:23.0 +0200
+++ new/yast2-add-on-3.0.1/VERSION  2013-08-05 14:16:45.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.0.0/configure 
new/yast2-add-on-3.0.1/configure
--- old/yast2-add-on-3.0.0/configure2013-07-31 11:10:33.0 +0200
+++ new/yast2-add-on-3.0.1/configure2013-08-07 17:21:18.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-add-on 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-add-on 3.0.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-add-on'
 PACKAGE_TARNAME='yast2-add-on'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-add-on 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-add-on 3.0.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete optio

commit sanlock for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package sanlock for openSUSE:Factory checked 
in at 2013-08-12 14:26:14

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


Package is "sanlock"

Changes:

--- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes  2013-03-03 
21:08:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.sanlock.new/sanlock.changes 2013-08-12 
14:26:16.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  1 16:42:24 MDT 2013 - jfeh...@suse.com
+
+- Update to sanlock 3.0.1
+  - Add lvb feature
+  - Various bug fixes and improvements
+  - Drop upstream patch 0001-fix-systemd-service-files.patch
+
+---

Old:

  0001-fix-systemd-service-files.patch
  sanlock-2.6.tar.bz2

New:

  sanlock-3.0.1.tar.bz2



Other differences:
--
++ sanlock.spec ++
--- /var/tmp/diff_new_pack.2BFocw/_old  2013-08-12 14:26:17.0 +0200
+++ /var/tmp/diff_new_pack.2BFocw/_new  2013-08-12 14:26:17.0 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:   sanlock
-Version:2.6
+Version:3.0.1
 Release:1%{?dist}
 Summary:A shared disk lock manager
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
@@ -52,7 +52,6 @@
 Source4:sysconfig.wdmd
 Source5:fence_sanlockd.init
 # Upstream patches
-Patch0: 0001-fix-systemd-service-files.patch
 # SUSE patches
 Patch100:   sanlock-SCHED_RESET_ON_FORK-undefined.patch
 Patch101:   sanlock-python-prefix.patch
@@ -69,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch100
 %patch101
 %patch102

++ sanlock-2.6.tar.bz2 -> sanlock-3.0.1.tar.bz2 ++
 6237 lines of diff (skipped)

++ sanlock-SCHED_RESET_ON_FORK-undefined.patch ++
--- /var/tmp/diff_new_pack.2BFocw/_old  2013-08-12 14:26:17.0 +0200
+++ /var/tmp/diff_new_pack.2BFocw/_new  2013-08-12 14:26:17.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- src/main.c.orig
 +++ src/main.c
-@@ -56,6 +56,10 @@
+@@ -58,6 +58,10 @@
  
  #define SIGRUNPATH 100 /* anything that's not SIGTERM/SIGKILL */
  

++ suse-no-date-time.patch ++
--- /var/tmp/diff_new_pack.2BFocw/_old  2013-08-12 14:26:17.0 +0200
+++ /var/tmp/diff_new_pack.2BFocw/_new  2013-08-12 14:26:17.0 +0200
@@ -1,8 +1,8 @@
-Index: sanlock-2.6/src/main.c
+Index: sanlock-3.0.1/src/main.c
 ===
 sanlock-2.6.orig/src/main.c
-+++ sanlock-2.6/src/main.c
-@@ -1841,8 +1841,8 @@ static int read_command_line(int argc, c
+--- sanlock-3.0.1.orig/src/main.c
 sanlock-3.0.1/src/main.c
+@@ -1863,8 +1863,8 @@ static int read_command_line(int argc, c
  
if (!strcmp(arg1, "version") || !strcmp(arg1, "--version") ||
!strcmp(arg1, "-V")) {

++ suse-systemd.patch ++
--- /var/tmp/diff_new_pack.2BFocw/_old  2013-08-12 14:26:17.0 +0200
+++ /var/tmp/diff_new_pack.2BFocw/_new  2013-08-12 14:26:17.0 +0200
@@ -1,8 +1,8 @@
-Index: sanlock-2.6/init.d/sanlock.service
+Index: sanlock-3.0.1/init.d/sanlock.service
 ===
 sanlock-2.6.orig/init.d/sanlock.service
-+++ sanlock-2.6/init.d/sanlock.service
-@@ -5,8 +5,10 @@ After=syslog.target wdmd.service
+--- sanlock-3.0.1.orig/init.d/sanlock.service
 sanlock-3.0.1/init.d/sanlock.service
+@@ -6,8 +6,10 @@ Wants=wdmd.service
  [Service]
  Type=forking
  ControlGroup=cpu:/
@@ -15,10 +15,10 @@
  
  [Install]
  WantedBy=multi-user.target
-Index: sanlock-2.6/init.d/wdmd.service
+Index: sanlock-3.0.1/init.d/wdmd.service
 ===
 sanlock-2.6.orig/init.d/wdmd.service
-+++ sanlock-2.6/init.d/wdmd.service
+--- sanlock-3.0.1.orig/init.d/wdmd.service
 sanlock-3.0.1/init.d/wdmd.service
 @@ -5,8 +5,10 @@ After=syslog.target
  [Service]
  Type=forking

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



commit systemtap for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2013-08-12 14:25:56

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


Package is "systemtap"

Changes:

--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2013-05-27 
10:04:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes
2013-08-12 14:25:58.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  7 17:44:37 UTC 2013 - to...@suse.com
+
+- Update to version 2.3. See systemtap.spec for changelog
+
+---
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes  2013-05-27 
10:04:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2013-08-12 
14:25:58.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug  7 17:40:24 UTC 2013 - to...@suse.com
+
+- Update to version 2.3
+  Changelog:
+2.3: http://sourceware.org/ml/systemtap/2013-q3/msg00062.html
+- Refresh systemtap-build-source-dir.patch for context
+
+---

Old:

  systemtap-2.2.1.tar.gz

New:

  systemtap-2.3.tar.gz



Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.8yaqFO/_old  2013-08-12 14:25:59.0 +0200
+++ /var/tmp/diff_new_pack.8yaqFO/_new  2013-08-12 14:25:59.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  fop
 BuildRequires:  latex2html
 BuildRequires:  xmlto
-Version:2.2.1
+Version:2.3
 Release:0
 Summary:Documents and examples for systemtap
 License:GPL-2.0+

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.8yaqFO/_old  2013-08-12 14:25:59.0 +0200
+++ /var/tmp/diff_new_pack.8yaqFO/_new  2013-08-12 14:25:59.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd
-Version:2.2.1
+Version:2.3
 Release:0
 Summary:Instrumentation System
 License:GPL-2.0+
@@ -139,6 +139,7 @@
 %{_libexecdir}/%{name}/stap-env
 %{_libexecdir}/%{name}/stap-authorize-cert
 %{_mandir}/man8/staprun.8*
+%{_mandir}/man8/stapsh.8*
 
 %files server
 %defattr(-,root,root)

++ systemtap-2.2.1.tar.gz -> systemtap-2.3.tar.gz ++
 31210 lines of diff (skipped)

++ systemtap-build-source-dir.patch ++
--- /var/tmp/diff_new_pack.8yaqFO/_old  2013-08-12 14:26:00.0 +0200
+++ /var/tmp/diff_new_pack.8yaqFO/_new  2013-08-12 14:26:00.0 +0200
@@ -26,7 +26,7 @@
 
 --- a/session.cxx
 +++ b/session.cxx
-@@ -97,6 +97,7 @@ systemtap_session::systemtap_session ():
+@@ -100,6 +100,7 @@ systemtap_session::systemtap_session ():
kernel_release = string (buf.release);
release = kernel_release;
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
@@ -34,7 +34,7 @@
architecture = machine = normalize_machine(buf.machine);
  
for (unsigned i=0; i<5; i++) perpass_verbose[i]=0;
-@@ -271,6 +272,7 @@ systemtap_session::systemtap_session (co
+@@ -277,6 +278,7 @@ systemtap_session::systemtap_session (co
  {
release = kernel_release = kern;
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
@@ -42,7 +42,7 @@
architecture = machine = normalize_machine(arch);
setup_kernel_release(kern.c_str());
native_build = false; // assumed; XXX: could be computed as in 
check_options()
-@@ -1710,21 +1712,39 @@ systemtap_session::setup_kernel_release
+@@ -1734,21 +1736,39 @@ systemtap_session::setup_kernel_release
// normal search in tapsets.cxx.  Without CONFIG_DEBUG_INFO, we'd
// need heuristics such as this one:
  

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



commit lmms for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package lmms for openSUSE:Factory checked in 
at 2013-08-12 14:25:47

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


Package is "lmms"

Changes:

--- /work/SRC/openSUSE:Factory/lmms/lmms.changes2013-06-14 
15:45:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.lmms.new/lmms.changes   2013-08-12 
14:25:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  1 14:49:56 UTC 2013 - reddw...@opensuse.org
+
+- Enable VST support in openSUSE 12.3 x86-64
+
+---



Other differences:
--
++ lmms.spec ++
--- /var/tmp/diff_new_pack.PiU0xO/_old  2013-08-12 14:25:49.0 +0200
+++ /var/tmp/diff_new_pack.PiU0xO/_new  2013-08-12 14:25:49.0 +0200
@@ -64,6 +64,10 @@
 BuildRequires:  wine-devel
 %else
 %ifarch x86_64
+%if 0%{?suse_version} == 1230
+# Workaround for missing dependency in wine-devel-32bit
+BuildRequires:  wine-devel
+%endif
 BuildRequires:  gcc-c++-32bit
 BuildRequires:  wine-devel-32bit
 %endif

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



commit ImageMagick for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2013-08-12 14:24:57

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


Package is "ImageMagick"

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2013-06-18 
15:15:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2013-08-12 14:24:59.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug  6 09:59:32 UTC 2013 - pgaj...@suse.com
+
+- updated to 6.8.6-7
+  * Fix memory leak in CloneImageArtifacts and CloneImageProfiles.
+  * JPEG ICC color profile requires null after ICC tag 
+  * etc.
+- employ gpg-offline
+
+---

Old:

  ImageMagick-6.8.5-7.tar.bz2

New:

  ImageMagick-6.8.6-7.tar.xz
  ImageMagick-6.8.6-7.tar.xz.asc
  ImageMagick.keyring



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.EYfjGi/_old  2013-08-12 14:25:01.0 +0200
+++ /var/tmp/diff_new_pack.EYfjGi/_new  2013-08-12 14:25:01.0 +0200
@@ -26,6 +26,9 @@
 BuildRequires:  ghostscript-fonts-other
 BuildRequires:  ghostscript-fonts-std
 BuildRequires:  ghostscript-library
+%if 0%{?suse_version} >= 1230
+BuildRequires:  gpg-offline
+%endif
 BuildRequires:  libbz2-devel
 BuildRequires:  libdjvulibre-devel
 BuildRequires:  libexif-devel
@@ -42,11 +45,12 @@
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 
-%define mfr_version   6.8.5
+%define mfr_version   6.8.6
 %define mfr_revision  7
 %define quantum_depth 8
 %define source_version %{mfr_version}-%{mfr_revision}
-%define libver  1
+%define clibver   1
+%define cxxlibver 2
 %define libspec -6_Q%{quantum_depth}
 Version:%{mfr_version}.%{mfr_revision}
 Release:0
@@ -54,10 +58,12 @@
 License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
 Url:http://www.imagemagick.org
-Source: ImageMagick-%{source_version}.tar.bz2
+Source: 
ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz
 # To get mtime of file
 Source1:ImageMagick.changes
 Source2:baselibs.conf
+Source3:
ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz.asc
+Source4:ImageMagick.keyring
 # suse specific patches
 Patch0: ImageMagick-6.6.8.9-examples.patch
 Patch1: ImageMagick-6.6.8.9-doc.patch
@@ -73,15 +79,15 @@
 
 %package -n perl-PerlMagick
 Requires:   ImageMagick = %{version}
-Requires:   libMagickCore%{libspec}-%{libver} = %{version}
+Requires:   libMagickCore%{libspec}-%{clibver} = %{version}
 Requires:   perl = %{perl_version}
 Summary:Perl interface for ImageMagick
 Group:  Development/Libraries/Perl
 
 %package devel
 Requires:   ImageMagick = %{version}
-Requires:   libMagickCore%{libspec}-%{libver} = %{version}
-Requires:   libMagickWand%{libspec}-%{libver} = %{version}
+Requires:   libMagickCore%{libspec}-%{clibver} = %{version}
+Requires:   libMagickWand%{libspec}-%{clibver} = %{version}
 Summary:Include Files and Libraries Mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
@@ -90,29 +96,29 @@
 
 %package extra
 Requires:   ImageMagick = %{version}
-Requires:   libMagickCore%{libspec}-%{libver} = %{version}
+Requires:   libMagickCore%{libspec}-%{clibver} = %{version}
 Summary:Viewer and Converter for Images - extra codecs
 Group:  Productivity/Graphics/Other
 #delegates configured in delegates.xml that imagemagick can use
 Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl 
libwmf
 
-%package -n libMagickCore%{libspec}-%{libver}
+%package -n libMagickCore%{libspec}-%{clibver}
 Summary:Viewer and Converter for Images - runtime library
 Group:  Productivity/Graphics/Other
 Suggests:   ImageMagick-extra = %{version}
 
-%package -n libMagickWand%{libspec}-%{libver}
+%package -n libMagickWand%{libspec}-%{clibver}
 Summary:Viewer and Converter for Images - runtime library
 Group:  Productivity/Graphics/Other
 
-%package -n libMagick++%{libspec}-%{libver}
+%package -n libMagick++%{libspec}-%{cxxlibver}
 Requires:   ImageMagick
 Summary:C++ Interface for ImageMagick - runtime library
 Group:  Development/Libraries/C and C++
 
 %package -n libMagick++-devel
 Requires:   ImageMagick-devel = %{version}
-Requires:   libMagick++%{libspec}-%{libver} = %{version}
+Requires:   libMagick++%{libspec}-%{cxxlibver} = %{version}
 Requires:   libstdc++-devel
 Summary:   

commit hugin for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package hugin for openSUSE:Factory checked 
in at 2013-08-12 14:22:47

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


Package is "hugin"

Changes:

--- /work/SRC/openSUSE:Factory/hugin/hugin.changes  2013-07-26 
15:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2013-08-12 
14:22:48.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 10 09:33:02 UTC 2013 - tchva...@suse.com
+
+- Fix build on factory with new cmake.
+
+---



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.e323NT/_old  2013-08-12 14:22:48.0 +0200
+++ /var/tmp/diff_new_pack.e323NT/_new  2013-08-12 14:22:48.0 +0200
@@ -103,7 +103,11 @@
 export CXXFLAGS="$CFLAGS"
 LIB_SUFFIX=%{_lib}
 LIB_SUFFIX=${LIB_SUFFIX#lib}
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX 
-DENABLE_LAPACK=ON BUILD_HSI=ON .
+cmake \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
+   -DENABLE_LAPACK=ON BUILD_HSI=ON \
+   .
 # parallel make kills our workers
 make VERBOSE=1 %{?_smp_mflags} -j1
 

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



commit libQtWebKit4 for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-08-12 14:22:42

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


Package is "libQtWebKit4"

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2013-07-17 10:28:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-08-12 14:22:43.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug  7 12:58:33 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Postpone gstreamer 1.0 support for next release since it breaks
+  phonon's gstreamer 0.10 backend, and 1.0 version is not in sight
+
+---
+Thu Aug  1 09:26:22 UTC 2013 - speili...@suse.com
+
+- Buildrequire python-xml on SLE and libwebp everywhere
+
+---



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.0doMb2/_old  2013-08-12 14:22:44.0 +0200
+++ /var/tmp/diff_new_pack.0doMb2/_new  2013-08-12 14:22:44.0 +0200
@@ -59,19 +59,20 @@
 BuildRequires:  gperf
 BuildRequires:  libicu-devel
 BuildRequires:  libqt4-devel
-%if 0%{?suse_version} > 1140
 BuildRequires:  libwebp-devel
-%endif
 BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl
 BuildRequires:  python-devel
+%if 0%{?suse_version} <= 1110
+BuildRequires:  python-xml
+%endif 
 BuildRequires:  ruby
 %if 0%{?suse_version} > 1140
 BuildRequires:  perl-Switch
 %endif
 %if 0%{?suse_version} > 1120
-%if 0%{?suse_version} < 1310
+%if 0%{?suse_version} < 1320
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-app-0.10)
 BuildRequires:  pkgconfig(gstreamer-base-0.10)
@@ -119,7 +120,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8
-%if 0%{?suse_version} > 1230
+%if 0%{?suse_version} > 1310
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1

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



commit libqt4 for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2013-08-12 14:22:53

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


Package is "libqt4"

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2013-07-08 
07:12:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2013-08-12 14:22:54.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 29 23:12:10 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added qlocale_icu-no-warning-output.patch -- since openSUSE
+  now has it's own icu so versioning, and we can't predict what will
+  happen in future, qWarnings about icu libraries and symbols are now
+  only emmited in debug builds. This will be usefull regardless of
+  icu versioning.
+
+---
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

New:

  qlocale_icu-no-warning-output.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.Toul2s/_old  2013-08-12 14:22:57.0 +0200
+++ /var/tmp/diff_new_pack.Toul2s/_new  2013-08-12 14:22:57.0 +0200
@@ -99,6 +99,8 @@
 Patch149:   qatomic-generic.patch
 Patch151:   aarch64-support.diff
 Patch152:   fix-moc-from-choking-on-boost-headers.patch
+# PATCH-FIX-OPENSUSE qlocale_icu-no-warning-output.patch -- qWarnings about 
icu libraries and symbols are now only emmited in debug builds
+Patch153:   qlocale_icu-no-warning-output.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
 %define check_config \
@@ -174,6 +176,7 @@
 %patch149 -p1
 %patch151
 %patch152 -p1
+%patch153 -p1
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them

libqt4-sql-plugins.spec: same change
libqt4.spec: same change



++ qlocale_icu-no-warning-output.patch ++
>From b924fb26f14b38c5a92d7271b2eba73080cfb337 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan 
Date: Tue, 30 Jul 2013 01:02:38 +0200
Subject: [PATCH 1/1] qlocale_icu-no-warning-output.patch

Since openSUSE now has it's own icu so versioning, and
we can't predict what will happen in future, qWarnings
about icu libraries and symbols are now only emmited in
debug builds. This will be usefull regardless of icu versioning.

---
 src/corelib/tools/qlocale_icu.cpp | 8 
 1 file changed, 8 insertions(+)

diff --git a/src/corelib/tools/qlocale_icu.cpp 
b/src/corelib/tools/qlocale_icu.cpp
index c3e2907..ce09677 100644
--- a/src/corelib/tools/qlocale_icu.cpp
+++ b/src/corelib/tools/qlocale_icu.cpp
@@ -84,7 +84,9 @@ bool qt_initIcu(const QString &localeString)
 QLibrary lib(QLatin1String("icui18n"), 
QLatin1String(U_ICU_VERSION_SHORT));
 lib.setLoadHints(QLibrary::ImprovedSearchHeuristics);
 if (!lib.load()) {
+#ifndef QT_NO_DEBUG
 qWarning() << "Unable to load library icui18n" << 
lib.errorString();
+#endif
 status = ErrorLoading;
 return false;
 }
@@ -105,7 +107,9 @@ bool qt_initIcu(const QString &localeString)
 ptr_ucol_close = 0;
 ptr_ucol_strcoll = 0;
 
+#ifndef QT_NO_DEBUG
 qWarning("Unable to find symbols in icui18n");
+#endif
 status = ErrorLoading;
 return false;
 }
@@ -114,7 +118,9 @@ bool qt_initIcu(const QString &localeString)
 QLibrary ucLib(QLatin1String("icuuc"), 
QLatin1String(U_ICU_VERSION_SHORT));
 ucLib.setLoadHints(QLibrary::ImprovedSearchHeuristics);
 if (!ucLib.load()) {
+#ifndef QT_NO_DEBUG
 qWarning() << "Unable to load library icuuc" << 
ucLib.errorString();
+#endif
 status = ErrorLoading;
 return false;
 }
@@ -131,7 +137,9 @@ bool qt_initIcu(const QString &localeString)
 ptr_u_strToUpper = 0;
 ptr_u_strToLower = 0;
 
+#ifndef QT_NO_DEBUG
 qWarning("Unable to find symbols in icuuc");
+#endif
 status

commit avahi for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2013-08-12 14:23:00

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


Package is "avahi"

Changes:

--- /work/SRC/openSUSE:Factory/avahi/avahi-glib2.changes2013-03-11 
09:48:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi-glib2.changes   2013-08-12 
14:23:02.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  5 21:31:42 UTC 2013 - dims...@opensuse.org
+
+- Remove -DGTK_DISABLE_DEPRECATED=1 from avahi-ui/Makefile.am in
+  order to allow building against GTK+ 3.9.10, which has GtkStock
+  deprecated. 
+
+---
avahi-qt4.changes: same change
avahi.changes: same change



Other differences:
--
++ avahi-glib2.spec ++
--- /var/tmp/diff_new_pack.UQFr6N/_old  2013-08-12 14:23:03.0 +0200
+++ /var/tmp/diff_new_pack.UQFr6N/_new  2013-08-12 14:23:03.0 +0200
@@ -30,6 +30,7 @@
 %define build_qt4 0
 Version:0.6.31
 Release:0
+# FIXME: on upgrade, ensure to verify if -DGTK_DISABLE_DEPRECATED=1 can remain 
in avahi=ui/Makefile.am (GtkStock deprecated with GTK+ 3.9.10).
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -781,6 +782,7 @@
 fi
 # FIXME: We do not have xmltoman, use original doc, just fix paths.
 sed -i s:/home/lennart/tmp/avahi:: man/*.[0-9]
+sed -i "s:-DGTK_DISABLE_DEPRECATED=1::" avahi-ui/Makefile.am
 
 %build
 autoreconf -f -i

avahi-mono.spec: same change
++ avahi-qt4.spec ++
--- /var/tmp/diff_new_pack.UQFr6N/_old  2013-08-12 14:23:03.0 +0200
+++ /var/tmp/diff_new_pack.UQFr6N/_new  2013-08-12 14:23:03.0 +0200
@@ -30,6 +30,7 @@
 %define build_qt4 1
 Version:0.6.31
 Release:0
+# FIXME: on upgrade, ensure to verify if -DGTK_DISABLE_DEPRECATED=1 can remain 
in avahi=ui/Makefile.am (GtkStock deprecated with GTK+ 3.9.10).
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -783,6 +784,7 @@
 fi
 # FIXME: We do not have xmltoman, use original doc, just fix paths.
 sed -i s:/home/lennart/tmp/avahi:: man/*.[0-9]
+sed -i "s:-DGTK_DISABLE_DEPRECATED=1::" avahi-ui/Makefile.am
 
 %build
 autoreconf -f -i

++ avahi.spec ++
--- /var/tmp/diff_new_pack.UQFr6N/_old  2013-08-12 14:23:03.0 +0200
+++ /var/tmp/diff_new_pack.UQFr6N/_new  2013-08-12 14:23:03.0 +0200
@@ -32,6 +32,7 @@
 %define build_qt4 0
 Version:0.6.31
 Release:0
+# FIXME: on upgrade, ensure to verify if -DGTK_DISABLE_DEPRECATED=1 can remain 
in avahi=ui/Makefile.am (GtkStock deprecated with GTK+ 3.9.10).
 %if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
 # Create split spec files only when building per partes:
 #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
@@ -783,6 +784,7 @@
 fi
 # FIXME: We do not have xmltoman, use original doc, just fix paths.
 sed -i s:/home/lennart/tmp/avahi:: man/*.[0-9]
+sed -i "s:-DGTK_DISABLE_DEPRECATED=1::" avahi-ui/Makefile.am
 
 %build
 autoreconf -f -i

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



commit shim for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2013-08-12 14:22:13

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


Package is "shim"

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2013-08-01 
16:08:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2013-08-12 
14:22:14.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  7 15:51:36 UTC 2013 - lnus...@suse.de
+
+- don't include binary in the sources. Instead package the raw
+  signature and attach it during build (bnc#813448).
+
+---

Old:

  shim-signed.efi

New:

  attach_signature.sh
  extract_signature.sh
  microsoft.asc
  show_hash.sh



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.EeRpj4/_old  2013-08-12 14:22:15.0 +0200
+++ /var/tmp/diff_new_pack.EeRpj4/_new  2013-08-12 14:22:15.0 +0200
@@ -26,13 +26,15 @@
 Group:  System/Boot
 Url:https://github.com/mjg59/shim
 Source: %{name}-%{version}.tar.bz2
-# this binary has been signed by UEFI signing service
-# FIXME: evaluate whether using signature only and attaching that
-# to the built binary also works
-Source1:shim-signed.efi
+# run "extract_signature.sh shim.efi" where shim.efi is the binary
+# with the signature from the UEFI signing service.
+Source1:microsoft.asc
 Source2:openSUSE-UEFI-CA-Certificate.crt
 Source3:shim-install
 Source4:SLES-UEFI-CA-Certificate.crt
+Source5:extract_signature.sh
+Source6:attach_signature.sh
+Source7:show_hash.sh
 # PATCH-FIX-SUSE shim-suse-build.patch g...@suse.com -- Adjust Makefile for 
the build service
 Patch0: shim-suse-build.patch
 # PATCH-FIX-UPSTREAM shim-fix-pointer-casting.patch g...@suse.com -- Fix a 
casting issue and the size of an empty vendor_cert or dbx_cert. 
@@ -121,15 +123,29 @@
 # make sure cast warnings don't trigger post build check
 make VENDOR_CERT_FILE=shim-$suffix.der shim.efi MokManager.efi fallback.efi 
2>/dev/null
 # make VENDOR_CERT_FILE=cert.der VENDOR_DBX_FILE=dbx
-mv shim.efi shim-$suffix.efi
+cp shim.efi shim-$suffix.efi
+chmod 755 %{SOURCE6} %{SOURCE7}
+# alternative: verify signature
+#sbverify --cert MicCorThiParMarRoo_2010-10-05.pem shim-signed.efi
+head -1 %{SOURCE1} > hash1
+%{SOURCE7} shim.efi > hash2
+cat hash1 hash2
+if ! cmp -s hash1 hash2; then
+   echo "ERROR: binary changed, need to request new signature!"
+   # don't fail in devel projects
+   prj="%{_project}"
+   if "${prj%%:*}" = "openSUSE"; then
+   false
+   fi
+fi
+%{SOURCE6} %{SOURCE1} shim.efi
 
 %install
 export BRP_PESIGN_FILES='%{_libdir}/efi/shim*.efi 
%{_libdir}/efi/MokManager.efi %{_libdir}/efi/fallback.efi'
 install -d %{buildroot}/%{_libdir}/efi
 install -m 644 shim-*.efi %{buildroot}/%{_libdir}/efi
 install -m 444 shim-*.der %{buildroot}/%{_libdir}/efi
-# FIXME: install signed shim here
-install -m 644 %{SOURCE1} %{buildroot}/%{_libdir}/efi/shim.efi
+install -m 644 shim-signed.efi %{buildroot}/%{_libdir}/efi/shim.efi
 install -m 644 MokManager.efi %{buildroot}/%{_libdir}/efi/MokManager.efi
 install -m 644 fallback.efi %{buildroot}/%{_libdir}/efi/fallback.efi
 install -d %{buildroot}/%{_sbindir}

++ attach_signature.sh ++
#!/bin/bash
# attach ascii armored signature to a PE binary
set -e

sig="$1"
infile="$2"
if [ -z "$sig" -o ! -e "$sig" -o -z "$infile" -o ! -e "$infile" ]; then
echo "USAGE: $0 sig.asc file.efi"
exit 1
fi

outfile="${infile%.efi}-signed.efi"

nssdir=`mktemp -d`
cleanup()
{
rm -r "$nssdir"
}
trap cleanup EXIT
echo > "$nssdir/pw"
certutil -f "$nssdir/pw" -d "$nssdir" -N

pesign -n "$nssdir" -m "$sig" -i "$infile" -o "$outfile"
++ extract_signature.sh ++
#!/bin/bash
# extract ascii armored signature from a PE binary
set -e

infile="$1"

if [ -z "$infile" -o ! -e "$infile" ]; then
echo "USAGE: $0 file.efi"
exit 1
fi

nssdir=`mktemp -d`
cleanup()
{
rm -r "$nssdir"
}
trap cleanup EXIT
echo > "$nssdir/pw"
certutil -f "$nssdir/pw" -d "$nssdir" -N

# wtf?
(pesign -n "$nssdir" -h -P -i "$infile";
pesign -n "$nssdir" -a -f -e /dev/stdout -i "$infile")|cat
++ microsoft.asc ++
hash: cb340011afeb0d74c4a588b36ebaa441961608e8d2fa80dca8c13872c850796b
-BEGIN AUTHENTICODE SIGNATURE-
MIIhPgYJKoZIhvcNAQcCoIIhLzCCISsCAQExDzANBglghkgBZQMEAgEFADBcBgor
BgEEAYI3AgEEoE4wTDAXBgorBgEEAYI3AgEPMAkDAQCgBKICgAAwMTANBglghkgB
ZQMEAgEFAAQgyzQAEa/rDXTEpYizbrqkQZYWCOjS+oDcqME4cshQeWugggrpMIIE
0TCCA7mgAwIBAgITMwgesX6cFfyDegABCDANBgkqhkiG9w0BAQsFADCB
gTELMAkGA1UEBhMCVVMx

commit transmageddon for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package transmageddon for openSUSE:Factory 
checked in at 2013-08-12 11:08:31

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


Package is "transmageddon"

Changes:

--- /work/SRC/openSUSE:Factory/transmageddon/transmageddon.changes  
2012-10-16 12:05:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.transmageddon.new/transmageddon.changes 
2013-08-12 11:08:33.0 +0200
@@ -1,0 +2,13 @@
+Thu Aug  8 09:26:42 UTC 2013 - dims...@opensuse.org
+
+- Add transmageddon-gtk3.patch: require GTK 3.0 from the python
+  code. We know we can't use GTK2, as introspection support is not
+  really given there.
+
+---
+Thu Aug  8 08:05:57 UTC 2013 - dims...@opensuse.org
+
+- Add python3-gobject Requires: as transmageddon makes use of
+  gobject-introspection, we need to pull in the python gi loader.
+
+---

New:

  transmageddon-gtk3.patch



Other differences:
--
++ transmageddon.spec ++
--- /var/tmp/diff_new_pack.hJE7Zj/_old  2013-08-12 11:08:33.0 +0200
+++ /var/tmp/diff_new_pack.hJE7Zj/_new  2013-08-12 11:08:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package transmageddon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,6 +24,8 @@
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Source: http://www.linuxrising.org/files/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE transmageddon-gtk3.patch dims...@opensuse.org -- Require 
GTK+ 3.0
+Patch0: transmageddon-gtk3.patch
 BuildRequires:  fdupes
 # Needed to create typelib() Requires.
 BuildRequires:  gobject-introspection
@@ -35,6 +37,7 @@
 BuildRequires:  update-desktop-files
 Requires:   gstreamer-plugins-base >= 0.11.0
 Requires:   python3
+Requires:   python3-gobject
 Recommends: gstreamer-plugins-bad
 Recommends: gstreamer-plugins-good
 Recommends: %{name}-lang
@@ -52,6 +55,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ transmageddon-gtk3.patch ++
Index: transmageddon-0.25/src/transmageddon.py
===
--- transmageddon-0.25.orig/src/transmageddon.py
+++ transmageddon-0.25/src/transmageddon.py
@@ -28,6 +28,8 @@ os.environ["GST_DEBUG_DUMP_DOT_DIR"] = "
 
 import which
 import time
+import gi
+gi.require_version('Gtk', '3.0')
 from gi.repository import Notify
 from gi.repository import GdkX11, Gio, Gtk, GLib, Gst, GstPbutils
 Gst.init(None)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gimp-lqr-plugin for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package gimp-lqr-plugin for openSUSE:Factory 
checked in at 2013-08-12 11:08:13

Comparing /work/SRC/openSUSE:Factory/gimp-lqr-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-lqr-plugin.new (New)


Package is "gimp-lqr-plugin"

Changes:

--- /work/SRC/openSUSE:Factory/gimp-lqr-plugin/gimp-lqr-plugin.changes  
2011-09-23 01:59:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-lqr-plugin.new/gimp-lqr-plugin.changes 
2013-08-12 11:08:16.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  6 16:20:56 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.7.2:
+  + Minimum GIMP version required is now 2.8.
+  + Remove some annoying warnings about using an old API.
+
+---

Old:

  gimp-lqr-plugin-0.7.1.tar.bz2

New:

  gimp-lqr-plugin-0.7.2.tar.bz2



Other differences:
--
++ gimp-lqr-plugin.spec ++
--- /var/tmp/diff_new_pack.iuI61b/_old  2013-08-12 11:08:17.0 +0200
+++ /var/tmp/diff_new_pack.iuI61b/_new  2013-08-12 11:08:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gimp-lqr-plugin (Version 0.7.1)
+# spec file for package gimp-lqr-plugin
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Peter Linnell
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,15 @@
 #
 
 
-
 Name:   gimp-lqr-plugin
-Version:0.7.1
-Release:2
-License:GPL-2.0+
+Version:0.7.2
+Release:0
 Summary:Content-aware resizing plug-in for GIMP
-Url:http://liquidrescale.wikidot.com/
+License:GPL-2.0+
 Group:  Productivity/Graphics/Bitmap Editors
-Source0:
http://liquidrescale.wikidot.com/local--files/en:download-page/%{name}-%{version}.tar.bz2
-BuildRequires:  gimp-devel >= 2.4
+Url:http://liquidrescale.wikidot.com/
+Source0:
http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/%{name}-%{version}.tar.bz2
+BuildRequires:  gimp-devel >= 2.8.0
 BuildRequires:  intltool
 BuildRequires:  liblqr-devel >= 0.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +37,6 @@
 
 %package -n gimp-plugin-lqr
 Summary:Content-aware resizing plug-in for GIMP
-License:GPL-2.0+
 Group:  Productivity/Graphics/Bitmap Editors
 Provides:   %{name} = %{version}
 Recommends: gimp-plugin-lqr-lang

++ gimp-lqr-plugin-0.7.1.tar.bz2 -> gimp-lqr-plugin-0.7.2.tar.bz2 ++
 4655 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gimp-lqr-plugin-0.7.1/configure.ac new/gimp-lqr-plugin-0.7.2/configure.ac
--- old/gimp-lqr-plugin-0.7.1/configure.ac  2010-06-05 19:01:06.0 
+0200
+++ new/gimp-lqr-plugin-0.7.2/configure.ac  2013-08-05 15:05:28.0 
+0200
@@ -8,7 +8,7 @@
 dnl These three define the plug-in version number
 m4_define([plugin_major_version], [0])
 m4_define([plugin_minor_version], [7])
-m4_define([plugin_micro_version], [1])
+m4_define([plugin_micro_version], [2])
 
 m4_define([plugin_version],
   [plugin_major_version.plugin_minor_version.plugin_micro_version])
@@ -50,7 +50,7 @@
 changequote([,])dnl
 
 
-GIMP_REQUIRED_VERSION=2.4.0
+GIMP_REQUIRED_VERSION=2.8.0
 
 PKG_CHECK_MODULES(GIMP,
   gimp-2.0 >= $GIMP_REQUIRED_VERSION gimpui-2.0 >= $GIMP_REQUIRED_VERSION)
@@ -116,20 +116,20 @@
 fi
 AC_MSG_RESULT($have_gtk_2_12)
 
-if test "x$have_gtk_2_7" != "xyes"; then
+if test "x$have_gtk_2_12" != "xyes"; then
   CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED"
 fi
 
 
-AC_MSG_CHECKING([if GIMP is version 2.4.0 or newer])
-if $PKG_CONFIG --atleast-version=2.4.0 gimp-2.0; then
-  have_gimp_2_4=yes
+AC_MSG_CHECKING([if GIMP is version 2.8.0 or newer])
+if $PKG_CONFIG --atleast-version=2.8.0 gimp-2.0; then
+  have_gimp_2_8=yes
 else
-  have_gimp_2_4=no
+  have_gimp_2_8=no
 fi
-AC_MSG_RESULT($have_gimp_2_4)
+AC_MSG_RESULT($have_gimp_2_8)
 
-if test "x$have_gimp_2_4" != "xyes"; then
+if test "x$have_gimp_2_8" != "xyes"; then
   CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstal

commit libgee for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package libgee for openSUSE:Factory checked 
in at 2013-08-12 11:08:08

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


Package is "libgee"

Changes:

--- /work/SRC/openSUSE:Factory/libgee/libgee.changes2013-04-14 
10:27:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes   2013-08-12 
11:08:09.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug  6 11:52:09 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.10.3:
+  + Fix various .foreach. 
+
+---
+Sat Jul 27 17:59:33 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.10.2:
+  + Use .value instead of value directly in unfold. 
+
+---

Old:

  libgee-0.10.1.tar.xz

New:

  libgee-0.10.3.tar.xz



Other differences:
--
++ libgee.spec ++
--- /var/tmp/diff_new_pack.qPOpGo/_old  2013-08-12 11:08:10.0 +0200
+++ /var/tmp/diff_new_pack.qPOpGo/_new  2013-08-12 11:08:10.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgee
-Version:0.10.1
+Version:0.10.3
 Release:0
 # FIXME: Remove -w from CFLAGS when bgo#682526 is fixed.
 Summary:GObject-based library providing commonly used data structures

++ libgee-0.10.1.tar.xz -> libgee-0.10.3.tar.xz ++
 133344 lines of diff (skipped)

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



commit iso-codes for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package iso-codes for openSUSE:Factory 
checked in at 2013-08-12 11:08:04

Comparing /work/SRC/openSUSE:Factory/iso-codes (Old)
 and  /work/SRC/openSUSE:Factory/.iso-codes.new (New)


Package is "iso-codes"

Changes:

--- /work/SRC/openSUSE:Factory/iso-codes/iso-codes.changes  2013-07-08 
07:59:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.iso-codes.new/iso-codes.changes 2013-08-12 
11:08:05.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug  5 16:23:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.45:
+  + Update ISO-3166 after publication of ISO-3166 maintenance
+agency Newsletter VI-16 dated 2013-07-11:
+- Name change for Somalia.
+  + Bugs fixed: alioth#314331, alioth#717003.
+  + Updated translations for ISO 639, ISO 639-3 and ISO 3166.
+
+---

Old:

  iso-codes-3.44.tar.xz

New:

  iso-codes-3.45.tar.xz



Other differences:
--
++ iso-codes.spec ++
--- /var/tmp/diff_new_pack.mX6RYQ/_old  2013-08-12 11:08:06.0 +0200
+++ /var/tmp/diff_new_pack.mX6RYQ/_new  2013-08-12 11:08:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iso-codes
-Version:3.44
+Version:3.45
 Release:0
 Summary:ISO Code Lists and Translations
 License:LGPL-2.1+

++ iso-codes-3.44.tar.xz -> iso-codes-3.45.tar.xz ++
 9264 lines of diff (skipped)

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



commit xorg-x11-server for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2013-08-12 11:08:18

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


Package is "xorg-x11-server"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2013-07-03 10:28:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2013-08-12 11:08:20.0 +0200
@@ -1,0 +2,40 @@
+Fri Aug  9 15:08:34 UTC 2013 - e...@suse.com
+
+- Delete N_0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch:
+  This patch is no longer appicable. The code has been reworked completely
+  thus the problem fixed with this most likely no longer exists.
+- Delete N_Use-external-tool-for-creating-backtraces-on-crashes.patch:
+  This feature has multiple issues, there is no reason to keep the patch
+  around.
+
+---
+Fri Aug  9 13:25:41 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Remove the unused Xvnc packages
+- Remove the now unused vnc macro
+- Remove the Xvnc patches:
+  + Patch17: n_VNC-Add-support-for-VNC.patch
+  + Patch18: n_VNC-Readd-timeout-when-vnc-viewer-connection-breaks.patch
+  + Patch19: n_VNC-Fix-crash-when-no-depth-translation-is-required.patch
+  + Patch20: n_VNC-Don-t-let-VNC-access-the-framebuffer-directly-an.patch
+  + Patch21: n_VNC-Enable-use-of-all-keyboard-layouts-independent-o.patch
+  + Patch22: n_VNC-Fix-crash-due-to-unset-input-device-names.patch
+  + Patch23: n_Xvnc-pthread.diff
+  + Patch24: n_VNC-Add-proto.diff
+
+---
+Thu Aug  8 19:51:35 UTC 2013 - e...@suse.com
+
+- n_autoconf-On-Linux-give-fbdev-driver-a-higher-precedence-than-vesa.patch:
+  At SUSE we want to perfer the fbdev driver over the VESA driver
+  at autoconfiguration as it is expected that fbdev will work in
+  allmost all situations where no native driver can be found -
+  even under UEFI and with secure boot.
+  replaces: N_autoconfig_fallback_fbdev_first.diff
+
+---
+Thu Aug  8 15:55:14 UTC 2013 - sndir...@suse.com
+
+- removed N_vidmode-sig11.diff (fixed upstream already)
+
+---

Old:

  N_0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch
  N_Use-external-tool-for-creating-backtraces-on-crashes.patch
  N_autoconfig_fallback_fbdev_first.diff
  N_vidmode-sig11.diff
  n_VNC-Add-proto.diff
  n_VNC-Add-support-for-VNC.patch
  n_VNC-Don-t-let-VNC-access-the-framebuffer-directly-an.patch
  n_VNC-Enable-use-of-all-keyboard-layouts-independent-o.patch
  n_VNC-Fix-crash-due-to-unset-input-device-names.patch
  n_VNC-Fix-crash-when-no-depth-translation-is-required.patch
  n_VNC-Readd-timeout-when-vnc-viewer-connection-breaks.patch

New:

  n_autoconf-On-Linux-give-fbdev-driver-a-higher-precedence-than-vesa.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.246qYz/_old  2013-08-12 11:08:21.0 +0200
+++ /var/tmp/diff_new_pack.246qYz/_new  2013-08-12 11:08:21.0 +0200
@@ -19,7 +19,7 @@
 Name:   xorg-x11-server
 
 %define dirsuffix 1.14.2
-%define vnc 0
+
 Summary:X
 License:GPL-2.0+ and MIT
 Group:  System/X11/Servers/XF86_4
@@ -91,10 +91,7 @@
 %if 0%{?suse_version} >= 1130
 BuildRequires:  pkgconfig(libudev) >= 143
 %endif
-%if %vnc
-BuildRequires:  libjpeg-devel
-BuildRequires:  pkgconfig(vncproto)
-%endif
+
 Version:7.6_%{dirsuffix}
 Release:0
 Url:http://xorg.freedesktop.org/
@@ -116,24 +113,7 @@
 Obsoletes:  xorg-x11-server-glx
 # Xvfb requires keyboard files as well (bnc#797124)
 Requires:   xkeyboard-config
-%if %vnc
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch17:n_VNC-Add-support-for-VNC.patch
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch18:n_VNC-Readd-timeout-when-vnc-viewer-connection-breaks.patch
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch19:n_VNC-Fix-crash-when-no-depth-translation-is-required.patch
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch20:n_VNC-Don-t-let-VNC-access-the-framebuffer-directly-an.patch
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch21:n_VNC-Enable-use-of-all-keyboard-layouts-independent-o.patch
-# PATCH-MISSI

commit gedit-collaboration for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package gedit-collaboration for 
openSUSE:Factory checked in at 2013-08-12 11:08:36

Comparing /work/SRC/openSUSE:Factory/gedit-collaboration (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-collaboration.new (New)


Package is "gedit-collaboration"

Changes:

--- /work/SRC/openSUSE:Factory/gedit-collaboration/gedit-collaboration.changes  
2013-03-11 07:24:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gedit-collaboration.new/gedit-collaboration.changes 
2013-08-12 11:08:38.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  9 09:16:16 UTC 2013 - dims...@opensuse.org
+
+- Pass --disable-maintainer-mode to configure: as package builder
+  we care less for deprecated symbols and we are willing to use
+  them.
+
+---



Other differences:
--
++ gedit-collaboration.spec ++
--- /var/tmp/diff_new_pack.aE5Hsd/_old  2013-08-12 11:08:38.0 +0200
+++ /var/tmp/diff_new_pack.aE5Hsd/_new  2013-08-12 11:08:38.0 +0200
@@ -55,7 +55,8 @@
 %setup -q
 
 %build
-%configure
+%configure \
+--disable-maintainer-mode
 make %{?_smp_mflags}
 
 %install

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



commit pixman for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package pixman for openSUSE:Factory checked 
in at 2013-08-12 11:08:24

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


Package is "pixman"

Changes:

--- /work/SRC/openSUSE:Factory/pixman/pixman.changes2013-05-16 
11:23:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.pixman.new/pixman.changes   2013-08-12 
11:08:26.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug  7 21:44:44 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.30.2:
+  + Require GTK+ version >= 2.16.
+  + Use AC_LINK_IFELSE to check if the Loongson MMI code can link.
+  + configure.ac: Don't use '+=' since it's not POSIX.
+  + test:
+- Fix build on MSVC.
+- fix matrix-test on big endian systems.
+  + Fix broken build when HAVE_CONFIG_H is undefined, e.g. on
+Win32.
+
+---

Old:

  pixman-0.30.0.tar.gz

New:

  pixman-0.30.2.tar.gz



Other differences:
--
++ pixman.spec ++
--- /var/tmp/diff_new_pack.Pius4F/_old  2013-08-12 11:08:27.0 +0200
+++ /var/tmp/diff_new_pack.Pius4F/_new  2013-08-12 11:08:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pixman
-Version:0.30.0
+Version:0.30.2
 Release:0
 Summary:Pixel manipulation library
 License:MIT

++ pixman-0.30.0.tar.gz -> pixman-0.30.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pixman-0.30.0/config.guess 
new/pixman-0.30.2/config.guess
--- old/pixman-0.30.0/config.guess  2012-05-16 20:21:34.0 +0200
+++ new/pixman-0.30.2/config.guess  2013-01-12 12:26:17.0 +0100
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 #   2011, 2012 Free Software Foundation, Inc.
 
-timestamp='2012-01-01'
+timestamp='2012-02-10'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -17,9 +17,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program; if not, see .
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -863,6 +861,13 @@
 i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+aarch64:Linux:*:*)
+   echo ${UNAME_MACHINE}-unknown-linux-gnu
+   exit ;;
+aarch64_be:Linux:*:*)
+   UNAME_MACHINE=aarch64_be
+   echo ${UNAME_MACHINE}-unknown-linux-gnu
+   exit ;;
 alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
  EV5)   UNAME_MACHINE=alphaev5 ;;
@@ -1320,6 +1325,9 @@
 i*86:AROS:*:*)
echo ${UNAME_MACHINE}-pc-aros
exit ;;
+x86_64:VMkernel:*:*)
+   echo ${UNAME_MACHINE}-unknown-esx
+   exit ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pixman-0.30.0/config.sub new/pixman-0.30.2/config.sub
--- old/pixman-0.30.0/config.sub2012-05-16 20:21:34.0 +0200
+++ new/pixman-0.30.2/config.sub2013-01-12 12:26:17.0 +0100
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 #   2011, 2012 Free Software Foundation, Inc.
 
-timestamp='2012-01-01'
+timestamp='2012-02-10'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -21,9 +21,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program; if not, see .
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -132,6 +130,10 @@
 os=-$maybe_os
 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
 ;;
+  android-linux)
+os=-linux-android
+basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
+;;
   *)
 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
 if [ $basic_machine != $1 ]
@@ -247,6 +249,7 @@
# Some are omitte

commit libstorage for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-08-12 11:05:02

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2013-07-27 
15:47:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2013-08-12 11:05:04.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  7 15:59:47 CEST 2013 - f...@suse.de
+
+- fix progress bar for EXT filesystems
+
+---



Other differences:
--
++ libstorage-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/OutputProcessor.cc 
new/libstorage-2.24.1/storage/OutputProcessor.cc
--- old/libstorage-2.24.1/storage/OutputProcessor.cc2013-01-22 
11:28:07.0 +0100
+++ new/libstorage-2.24.1/storage/OutputProcessor.cc2013-08-07 
16:02:18.0 +0200
@@ -51,46 +51,46 @@
{
seen += val;
string::size_type pos;
-   string::size_type bpos = seen.find( "\b" );
-   y2deb("bpos:" << bpos);
-   if( bpos==0 )
-   {
-   seen.erase( 0, seen.find_first_not_of( "\b", bpos ));
-   }
-   while( first && (pos=seen.find( "\n" )) != string::npos && pos l = splitString(number, "/" );
-   list::const_iterator i = l.begin();
-   if( i != l.end() )
+   if( pos != string::npos )
{
-   unsigned cval, mx;
-   *i++ >> cval;
-   if( first && i != l.end() )
-   {
-   *i >> mx;
-   setMaxValue( mx+4 );
-   setCurValue( 0 );
-   first = false;
-   }
-   else if( !first )
+   string number = seen.substr( pos, bpos );
+   y2deb("number:" << number);
+   list l = splitString(number, "/" );
+   list::const_iterator i = l.begin();
+   if( i != l.end() )
{
-   setCurValue( cval );
+   unsigned cval, mx;
+   *i++ >> cval;
+   if( first && i != l.end() )
+   {
+   *i >> mx;
+   setMaxValue( mx+4 );
+   setCurValue( 0 );
+   first = false;
+   }
+   else if( !first )
+   {
+   setCurValue( cval );
+   }
}
}
seen.erase( 0, seen.find_first_not_of( "\b", bpos ));
bpos = seen.find( "\b" );
}
-   if( seen.find( "done" )!=string::npos )
+   if( inode_tab && seen.find( "done" )!=string::npos )
{
setCurValue(getMaxValue() - 4);
done = true;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/OutputProcessor.h 
new/libstorage-2.24.1/storage/OutputProcessor.h
--- old/libstorage-2.24.1/storage/OutputProcessor.h 2013-01-22 
11:28:07.0 +0100
+++ new/libstorage-2.24.1/storage/OutputProcessor.h 2013-08-07 
16:02:18.0 +0200
@@ -79,6 +79,7 @@
{
setMaxValue(100);
done = false;
+   inode_tab = false;
}
 
virtual void process(const string& txt, bool stderr);
@@ -86,6 +87,7 @@
 protected:
string seen;
bool done;
+   bool inode_tab;
 };
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/Storage.cc 
new/libstorage-2.24.1/storage/Storage.cc
--- old/libstorage-2.24.1/storage/Storage.cc2013-07-23 17:20:13.0 
+0200
+++ new/libstorage-2.24.1/storage/Storage.cc2013-08-08 16:36:47.0 
+0200
@@ -3955,8 +3955,6 @@
 if( ret==0 && md!=NULL )
{
ret = md->createMd(num, rtype, normalizeDevices(devs), 
normalizeDevices(spares));
-   if( ret==0 )
-   checkPwdBuf( Md::mdDevice(num) );
}
 if( !have_md )
{
@@ -3966,6 +3964,8 @@
delete md;
}
 if( ret==0 )
+   checkPwdBuf( Md::mdDevice(num) );
+if( ret==0 )
{
ret = checkCache();
}
@@ -4001,8 +4001,6 @@
 if( ret==0 )
{
ret = md->createMd(num, rtype, normalizeDevices(devs), 
normalizeDevices(spares));
-   if( ret==0 )
-   checkPwdBuf( Md::mdDevice(num) );
}
 if( 

commit yast2-users for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2013-08-12 11:04:51

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


Package is "yast2-users"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2013-08-01 
11:10:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2013-08-12 11:04:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  7 12:23:46 CEST 2013 - jsuch...@suse.cz
+
+- do not recrypt group password provided in autoYaST profile
+  (backport of bnc#722421) 
+- 3.0.1
+
+---

Old:

  yast2-users-3.0.0.tar.bz2

New:

  yast2-users-3.0.1.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.tp2YkK/_old  2013-08-12 11:04:53.0 +0200
+++ /var/tmp/diff_new_pack.tp2YkK/_new  2013-08-12 11:04:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.0.0.tar.bz2 -> yast2-users-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.0.0/Makefile.am.common 
new/yast2-users-3.0.1/Makefile.am.common
--- old/yast2-users-3.0.0/Makefile.am.common2013-07-31 11:07:10.0 
+0200
+++ new/yast2-users-3.0.1/Makefile.am.common2013-08-07 18:43:45.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.0.0/VERSION 
new/yast2-users-3.0.1/VERSION
--- old/yast2-users-3.0.0/VERSION   2013-07-30 14:05:31.0 +0200
+++ new/yast2-users-3.0.1/VERSION   2013-08-07 12:56:07.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.0.0/configure 
new/yast2-users-3.0.1/configure
--- old/yast2-users-3.0.0/configure 2013-07-31 11:07:22.0 +0200
+++ new/yast2-users-3.0.1/configure 2013-08-07 18:43:55.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-users 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-users 3.0.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-users'
 PACKAGE_TARNAME='yast2-users'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-users 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-users 3.0.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1377,7 +1377,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-users 3.0.0 to adapt to many kinds of systems.
+\`configure' configures yast2-users 3.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1448,7 +1448,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-users 3.0.0:";;
+ short | recursive ) echo "Configuration of yast2-users 3.0.1

commit yast2-sysconfig for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-sysconfig for openSUSE:Factory 
checked in at 2013-08-12 11:04:44

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


Package is "yast2-sysconfig"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sysconfig/yast2-sysconfig.changes  
2013-08-01 11:10:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sysconfig.new/yast2-sysconfig.changes 
2013-08-12 11:04:46.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  1 19:08:22 UTC 2013 - lsle...@suse.cz
+
+- move the development documentation to devel-doc subpackage
+- 3.0.1
+
+---

Old:

  yast2-sysconfig-3.0.0.tar.bz2

New:

  yast2-sysconfig-3.0.1.tar.bz2



Other differences:
--
++ yast2-sysconfig.spec ++
--- /var/tmp/diff_new_pack.n25a60/_old  2013-08-12 11:04:46.0 +0200
+++ /var/tmp/diff_new_pack.n25a60/_new  2013-08-12 11:04:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sysconfig
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,7 +29,6 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 Requires:   perl
-Requires:   yast2
 Requires:   yast2 >= 2.21.22
 
 BuildArch:  noarch
@@ -57,6 +56,15 @@
 A graphical /etc/sysconfig/* editor with integrated search and context
 information.
 
+%package devel-doc
+Requires:   yast2-sysconfig = %version
+Summary:YaST2 - Sysconfig Editor - Development Documentation
+Group:  System/YaST
+
+%description devel-doc
+This package contains development documentation for using the API
+provided by yast2-sysconfig package.
+
 %prep
 %setup -n yast2-sysconfig-%{version}
 
@@ -96,6 +104,12 @@
 /usr/share/YaST2/data/sysedit.agent
 /usr/share/YaST2/data/descriptions
 /usr/share/YaST2/schema/autoyast/rnc/sysconfig.rnc
-%doc %{_prefix}/share/doc/packages/yast2-sysconfig
+%dir %{_prefix}/share/doc/packages/yast2-sysconfig
+%doc %{_prefix}/share/doc/packages/yast2-sysconfig/README
+%doc %{_prefix}/share/doc/packages/yast2-sysconfig/COPYING
+%doc %{_prefix}/share/doc/packages/yast2-sysconfig/metadata.txt
+
+%files devel-doc
+%doc %{_prefix}/share/doc/packages/yast2-sysconfig/autodocs
 
 %changelog

++ yast2-sysconfig-3.0.0.tar.bz2 -> yast2-sysconfig-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sysconfig-3.0.0/Makefile.am.common 
new/yast2-sysconfig-3.0.1/Makefile.am.common
--- old/yast2-sysconfig-3.0.0/Makefile.am.common2013-07-31 
12:36:12.0 +0200
+++ new/yast2-sysconfig-3.0.1/Makefile.am.common2013-08-07 
18:36:00.0 +0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sysconfig-3.0.0/VERSION 
new/yast2-sysconfig-3.0.1/VERSION
--- old/yast2-sysconfig-3.0.0/VERSION   2013-07-30 13:51:29.0 +0200
+++ new/yast2-sysconfig-3.0.1/VERSION   2013-08-06 15:21:50.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sysconfig-3.0.0/configure 
new/yast2-sysconfig-3.0.1/configure
--- old/yast2-sysconfig-3.0.0/configure 2013-07-31 12:36:15.0 +0200
+

commit yast2-http-server for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2013-08-12 11:05:07

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


Package is "yast2-http-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes  
2013-08-01 11:08:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2013-08-12 11:05:08.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  9 12:55:36 UTC 2013 - dma...@suse.cz
+
+- fixed empty include files produced because of a YCP Killer bug
+  (gh#yast/ycp-killer#619)
+- 3.0.1
+
+---

Old:

  yast2-http-server-3.0.0.tar.bz2

New:

  yast2-http-server-3.0.1.tar.bz2



Other differences:
--
++ yast2-http-server.spec ++
--- /var/tmp/diff_new_pack.U8lAE7/_old  2013-08-12 11:05:09.0 +0200
+++ /var/tmp/diff_new_pack.U8lAE7/_new  2013-08-12 11:05:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-http-server
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-http-server-3.0.0.tar.bz2 -> yast2-http-server-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.0.0/Makefile.am.common 
new/yast2-http-server-3.0.1/Makefile.am.common
--- old/yast2-http-server-3.0.0/Makefile.am.common  2013-07-31 
11:25:13.0 +0200
+++ new/yast2-http-server-3.0.1/Makefile.am.common  2013-08-09 
15:22:02.0 +0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.0.0/VERSION 
new/yast2-http-server-3.0.1/VERSION
--- old/yast2-http-server-3.0.0/VERSION 2013-07-31 11:25:06.0 +0200
+++ new/yast2-http-server-3.0.1/VERSION 2013-08-09 15:21:49.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.0.0/configure 
new/yast2-http-server-3.0.1/configure
--- old/yast2-http-server-3.0.0/configure   2013-07-31 11:25:16.0 
+0200
+++ new/yast2-http-server-3.0.1/configure   2013-08-09 15:22:06.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-http-server 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-http-server 3.0.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-http-server'
 PACKAGE_TARNAME='yast2-http-server'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-http-server 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-http-server 3.0.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-http-server 3.0.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-http-server 3.0.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1319,7 +1319

commit yast2 for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-08-12 11:04:57

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2013-08-07 
22:00:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-08-12 
11:04:58.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 13:57:09 CEST 2013 - tgoettlic...@suse.de
+
+- fixed navigation in yast2-cc without mouse (bnc#651350)
+
+---



Other differences:
--
++ yast2-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.0.1/library/desktop/src/clients/menu.rb 
new/yast2-3.0.1/library/desktop/src/clients/menu.rb
--- old/yast2-3.0.1/library/desktop/src/clients/menu.rb 2013-07-30 
14:09:40.0 +0200
+++ new/yast2-3.0.1/library/desktop/src/clients/menu.rb 2013-08-08 
14:02:19.0 +0200
@@ -151,7 +151,7 @@
   )
 )
 next
-  elsif @eventid == :progs &&
+  elsif ( @eventid == :progs || @eventid == :run ) &&
   Ops.get_string(@event, "EventReason", "") == "Activated"
 @program = Convert.to_string(
   UI.QueryWidget(Id(:progs), :CurrentItem)
@@ -261,6 +261,7 @@
 HSpacing(1),
 PushButton(Id(:help), Opt(:key_F1, :helpButton), Label.HelpButton),
 HStretch(),
+PushButton(Id(:run), Opt(:defaultButton), _("Run")),
 PushButton(Id(:quit), Opt(:key_F9, :cancelButton), 
Label.QuitButton),
 HSpacing(1)
   ),

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



commit yast2-sound for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2013-08-12 11:04:39

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


Package is "yast2-sound"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2013-08-01 
11:10:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes 
2013-08-12 11:04:41.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  7 08:20:36 UTC 2013 - lsle...@suse.cz
+
+- generate the sound card database in YAML format (instead of
+  obsolete YCP), use YAML data files
+- 3.0.1
+
+---

Old:

  yast2-sound-3.0.0.tar.bz2

New:

  yast2-sound-3.0.1.tar.bz2



Other differences:
--
++ yast2-sound.spec ++
--- /var/tmp/diff_new_pack.pnjTOX/_old  2013-08-12 11:04:42.0 +0200
+++ /var/tmp/diff_new_pack.pnjTOX/_new  2013-08-12 11:04:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sound
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -140,8 +140,8 @@
 /usr/share/YaST2/schema/autoyast/rnc/sound.rnc
 
 # database
-/usr/share/YaST2/data/sndcards.ycp
-/usr/share/YaST2/data/alsa_packages.ycp
+/usr/share/YaST2/data/sndcards.yml
+/usr/share/YaST2/data/alsa_packages.yml
 
 # agents
 %{_libdir}/YaST2/plugin/libpy2ag_audio.so*

++ yast2-sound-3.0.0.tar.bz2 -> yast2-sound-3.0.1.tar.bz2 ++
 2759 lines of diff (skipped)

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



commit yast2-devtools for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-08-12 11:04:29

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


Package is "yast2-devtools"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2013-08-04 23:52:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2013-08-12 11:04:30.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  7 07:38:46 UTC 2013 - lsle...@suse.cz
+
+- added ycp2yml client for converting static YCP data files into
+  YAML format
+- 3.0.2
+
+---

Old:

  yast2-devtools-3.0.1.tar.bz2

New:

  yast2-devtools-3.0.2.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.uqosNV/_old  2013-08-12 11:04:31.0 +0200
+++ /var/tmp/diff_new_pack.uqosNV/_new  2013-08-12 11:04:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:3.0.1
+Version:3.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -126,6 +126,8 @@
 %{_prefix}/lib/YaST2/bin
 %dir %{_prefix}/share/YaST2
 /usr/share/YaST2/data
+%dir /usr/share/YaST2/clients
+/usr/share/YaST2/clients/*.rb
 %{_prefix}/share/aclocal/*.m4
 %{_prefix}/share/pkgconfig/yast2-devtools.pc
 %doc %{_prefix}/share/doc/packages/yast2-devtools

++ yast2-devtools-3.0.1.tar.bz2 -> yast2-devtools-3.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.0.1/VERSION 
new/yast2-devtools-3.0.2/VERSION
--- old/yast2-devtools-3.0.1/VERSION2013-08-02 16:46:46.0 +0200
+++ new/yast2-devtools-3.0.2/VERSION2013-08-07 16:31:33.0 +0200
@@ -1 +1 @@
-3.0.1
+3.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.0.1/configure 
new/yast2-devtools-3.0.2/configure
--- old/yast2-devtools-3.0.1/configure  2013-08-02 16:47:06.0 +0200
+++ new/yast2-devtools-3.0.2/configure  2013-08-07 17:55:33.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-devtools 3.0.1.
+# Generated by GNU Autoconf 2.69 for yast2-devtools 3.0.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-devtools'
 PACKAGE_TARNAME='yast2-devtools'
-PACKAGE_VERSION='3.0.1'
-PACKAGE_STRING='yast2-devtools 3.0.1'
+PACKAGE_VERSION='3.0.2'
+PACKAGE_STRING='yast2-devtools 3.0.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1383,7 +1383,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-devtools 3.0.1 to adapt to many kinds of systems.
+\`configure' configures yast2-devtools 3.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1454,7 +1454,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-devtools 3.0.1:";;
+ short | recursive ) echo "Configuration of yast2-devtools 3.0.2:";;
esac
   cat <<\_ACEOF
 
@@ -1571,7 +1571,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-devtools configure 3.0.1
+yast2-devtools configure 3.0.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1970,7 +1970,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-devtools $as_me 3.0.1, which was
+It was created by yast2-devtools $as_me 3.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2909,7 +2909,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-devtools'
- VERSION='3.0.1'
+ VERSION='3.0.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3032,7 +3032,7 @@
 
 
 
-VERSION="3.0.1"
+VERSION="3.0.2"
 RPMNAME="yast2-devtools"
 MAINTAINER="Martin Vidner "
 
@@ -16315,7 +16315,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-devtools $as_me 3.0.1, which was
+This file was extended by yast2-devtools $as_me 3.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16372,7 +16372,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_writ

commit yast2-update for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2013-08-12 11:04:34

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


Package is "yast2-update"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2013-08-01 11:10:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2013-08-12 11:04:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  5 14:32:09 CEST 2013 - jsuch...@suse.cz
+
+- leave kernel selection purely on dependencies during update
+  (port of bnc#582702)
+- 3.0.1
+
+---

Old:

  yast2-update-3.0.0.tar.bz2

New:

  yast2-update-3.0.1.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.0m1Wfb/_old  2013-08-12 11:04:37.0 +0200
+++ /var/tmp/diff_new_pack.0m1Wfb/_new  2013-08-12 11:04:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-update-3.0.0.tar.bz2 -> yast2-update-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.0.0/Makefile.am.common 
new/yast2-update-3.0.1/Makefile.am.common
--- old/yast2-update-3.0.0/Makefile.am.common   2013-07-31 11:08:08.0 
+0200
+++ new/yast2-update-3.0.1/Makefile.am.common   2013-08-07 17:29:24.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.0.0/VERSION 
new/yast2-update-3.0.1/VERSION
--- old/yast2-update-3.0.0/VERSION  2013-07-30 14:30:50.0 +0200
+++ new/yast2-update-3.0.1/VERSION  2013-08-05 21:11:57.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.0.0/configure 
new/yast2-update-3.0.1/configure
--- old/yast2-update-3.0.0/configure2013-07-31 11:08:12.0 +0200
+++ new/yast2-update-3.0.1/configure2013-08-07 17:29:28.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-update 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-update 3.0.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-update'
 PACKAGE_TARNAME='yast2-update'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-update 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-update 3.0.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-update 3.0.0 to adapt to many kinds of systems.
+\`configure' configures yast2-update 3.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-update 3.0.0:";;
+ short | recursive ) echo "Confi

commit yast2-core for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2013-08-12 11:04:13

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


Package is "yast2-core"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2013-08-01 
11:07:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2013-08-12 11:04:15.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  7 07:46:14 UTC 2013 - dma...@suse.cz
+
+- Do not lose comments before negative numbers in YCP parser
+  (gh#yast/ycp-killer#617).
+- 3.0.1
+
+---

Old:

  yast2-core-3.0.0.tar.bz2

New:

  yast2-core-3.0.1.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.UabXAo/_old  2013-08-12 11:04:16.0 +0200
+++ /var/tmp/diff_new_pack.UabXAo/_new  2013-08-12 11:04:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-core-3.0.0.tar.bz2 -> yast2-core-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.0/VERSION new/yast2-core-3.0.1/VERSION
--- old/yast2-core-3.0.0/VERSION2013-07-30 10:49:24.0 +0200
+++ new/yast2-core-3.0.1/VERSION2013-08-07 09:51:50.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.0/configure 
new/yast2-core-3.0.1/configure
--- old/yast2-core-3.0.0/configure  2013-07-30 10:49:44.0 +0200
+++ new/yast2-core-3.0.1/configure  2013-08-07 16:41:36.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-core 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-core 3.0.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-core'
 PACKAGE_TARNAME='yast2-core'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-core 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-core 3.0.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1393,7 +1393,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-core 3.0.0 to adapt to many kinds of systems.
+\`configure' configures yast2-core 3.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1464,7 +1464,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-core 3.0.0:";;
+ short | recursive ) echo "Configuration of yast2-core 3.0.1:";;
esac
   cat <<\_ACEOF
 
@@ -1583,7 +1583,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-core configure 3.0.0
+yast2-core configure 3.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2036,7 +2036,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-core $as_me 3.0.0, which was
+It was created by yast2-core $as_me 3.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2975,7 +2975,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-core'
- VERSION='3.0.0'
+ VERSION='3.0.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3098,7 +3098,7 @@
 
 
 
-VERSION="3.0.0"
+VERSION="3.0.1"
 RPMNAME="yast2-core"
 MAINTAINER="Martin Vidner "
 
@@ -18335,7 +18335,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-core $as_me 3.0.0, which was
+This file was extended by yast2-core $as_me 3.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -18401,7 +18401,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2-core config.status 3.0.0
+yast2-core config.status 3.0.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.0/configure.ac 
new/yast2-core-3.0.1/configure.

commit autoyast2 for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-08-12 11:04:20

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-08-01 
15:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-08-12 
11:04:21.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug  6 19:41:35 UTC 2013 - lsle...@suse.cz
+
+- removed obsolete BuildRequires: yast2-mouse yast2-transfer
+  yast2-bootloader xorg-x11-libs pkg-config libxslt perl-XML-Writer
+  yast2-testsuite yast2-country yast2-slp python-xml yast2
+  yast2-update yast2-storage
+- removed empty testsuite
+- 3.0.1
+
+---

Old:

  autoyast2-3.0.0.tar.bz2

New:

  autoyast2-3.0.1.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.RFZLT5/_old  2013-08-12 11:04:22.0 +0200
+++ /var/tmp/diff_new_pack.RFZLT5/_new  2013-08-12 11:04:22.0 +0200
@@ -17,32 +17,19 @@
 
 
 Name:   autoyast2
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:autoyast2-%{version}.tar.bz2
 
 Source1:autoyast_en_html.tar.bz2
-BuildRequires:  libxml2-tools
-BuildRequires:  libxslt
-BuildRequires:  perl-XML-Writer
-BuildRequires:  pkg-config
-BuildRequires:  python-xml
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-libs
-BuildRequires:  yast2-bootloader
-BuildRequires:  yast2-country
 BuildRequires:  yast2-devtools
-BuildRequires:  yast2-mouse
-BuildRequires:  yast2-slp
-BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-transfer
-# API for Disabled Modules (ProductControl)
-BuildRequires:  yast2 >= 2.16.36
-# After API cleanup
-BuildRequires:  yast2-storage >= 2.19.8
-BuildRequires:  yast2-update >= 2.18.3
+# /usr/share/YaST2/control/control.rng
+BuildRequires:  yast2-installation
+# xmllint
+BuildRequires:  libxml2-tools
 
 Requires:   autoyast2-installation = %{version}
 Requires:   libxslt

++ autoyast2-3.0.0.tar.bz2 -> autoyast2-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.0.0/Makefile.am 
new/autoyast2-3.0.1/Makefile.am
--- old/autoyast2-3.0.0/Makefile.am 2013-07-31 10:29:14.0 +0200
+++ new/autoyast2-3.0.1/Makefile.am 2013-08-07 17:46:20.0 +0200
@@ -193,4 +193,4 @@
test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo
 #  test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = agents control doc modconfig scripts src testsuite xslt 
+SUBDIRS = agents control doc modconfig scripts src xslt 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.0.0/Makefile.am.common 
new/autoyast2-3.0.1/Makefile.am.common
--- old/autoyast2-3.0.0/Makefile.am.common  2013-07-31 10:29:14.0 
+0200
+++ new/autoyast2-3.0.1/Makefile.am.common  2013-08-07 17:46:20.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore'

commit mc for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-08-12 10:36:17

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


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-07-19 11:14:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-08-12 
10:36:18.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul 18 16:50:05 UTC 2013 - subchas...@gmail.com
+
+- most annoying bug fixes imported from upcomming 4.8.10
+  * add mc-bf3034-zip_in_tar.diff: Cannot enter into zip archive
+in tar one (mc#3034)
+  * add mc-bf3034-editor-fd-leak.diff: file descriptor leak in
+mcedit (mc#3040)
+
+---

New:

  mc-bf3034-zip_in_tar.diff
  mc-bf3040-mcedit_fd_leak.diff



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.yXRM6H/_old  2013-08-12 10:36:19.0 +0200
+++ /var/tmp/diff_new_pack.yXRM6H/_new  2013-08-12 10:36:19.0 +0200
@@ -53,6 +53,10 @@
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:mc-pie.patch
 
+# bugfixes from upcomming verision
+Patch90:mc-bf3034-zip_in_tar.diff
+Patch91:mc-bf3040-mcedit_fd_leak.diff
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  docbook-toys
@@ -122,6 +126,9 @@
 %patch41
 %patch52 -p1
 
+%patch90
+%patch91
+
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter

++ mc-bf3034-zip_in_tar.diff ++
References: mc#3034
https://www.midnight-commander.org/ticket/3034
Upstream: merged
Subject: Cannot enter into zip archive in tar one

Index: src/filemanager/ext.c
===
--- src/filemanager/ext.c   (revision 
2640b21bb9700aa51a70f35f9e10732c82a7366f)
+++ src/filemanager/ext.c   (revision 
8cb80dcc9c0c2f36111dd439f3e415cec58f7ffa)
@@ -680,7 +680,7 @@
 #endif /* HAVE_CHARSET */
 
+got_data = get_file_type_local (localfile_vpath, content_string, 
sizeof (content_string));
+
 mc_ungetlocalcopy (filename_vpath, localfile_vpath, FALSE);
-
-got_data = get_file_type_local (localfile_vpath, content_string, 
sizeof (content_string));
 
 if (got_data > 0)
++ mc-bf3040-mcedit_fd_leak.diff ++
References: mc#3040
https://www.midnight-commander.org/ticket/3040
Upstream: merged
Subject: File descriptor leak in mcedit

Index: src/editor/edit.c
===
--- src/editor/edit.c   (revision c5924af3c454585a2307a473e8c8e2dcc3cbe4a6)
+++ src/editor/edit.c   (revision 4f1801ca11a50187b51916813a3a331e4e3190ba)
@@ -326,4 +326,6 @@
 
   cleanup:
+(void) mc_close (file);
+
 if (errmsg != NULL)
 {
@@ -332,7 +334,4 @@
 ret = FALSE;
 }
-
-if (!ret)
-(void) mc_close (file);
 
 return ret;

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



commit sendmail for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2013-08-12 10:16:47

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


Package is "sendmail"

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2013-07-16 
16:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2013-08-12 
10:16:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 08:50:50 UTC 2013 - wer...@suse.de
+
+- Use /etc/os-release instead of /etc/SuSE-release (bnc#833953) 
+
+---



Other differences:
--
uucp.spec: same change
++ sendmail-8.14.7.dif ++
--- /var/tmp/diff_new_pack.bccxB7/_old  2013-08-12 10:16:52.0 +0200
+++ /var/tmp/diff_new_pack.bccxB7/_new  2013-08-12 10:16:52.0 +0200
@@ -652,7 +652,7 @@
 +dnl
 +LOCAL_CONFIG
 --- cf/sh/makeinfo.sh
-+++ cf/sh/makeinfo.sh  2006-08-10 09:32:28.0 +
 cf/sh/makeinfo.sh  2013-08-08 11:49:02.393938949 +
 @@ -22,7 +22,7 @@ do
then
p="."
@@ -671,7 +671,7 @@
then
usehostname=1
if [ $usewhoami -ne 0 ]
-@@ -48,11 +48,17 @@ fi
+@@ -48,11 +48,20 @@ fi
  
  if [ $usehostname -ne 0 ]
  then
@@ -683,7 +683,10 @@
host=`uname -n`
  fi
  echo '#' built by $user@$host on `date`
-+if [ -r /etc/SuSE-release ] ; then
++if [ -r /etc/os-release ] ; then
++  . /etc/os-release
++  echo '#' on $PRETTY_NAME
++elif [ -r /etc/SuSE-release ] ; then
 +  read line < /etc/SuSE-release
 +  echo '#' on $line
 +fi
@@ -738,7 +741,7 @@
  exit(0);
 -
 --- contrib/etrn.pl
-+++ contrib/etrn.pl2013-04-23 07:44:50.785438984 +
 contrib/etrn.pl2013-04-23 07:44:51.0 +
 @@ -1,4 +1,4 @@
 -#!/usr/perl5/bin/perl -w
 +#!/usr/bin/perl -w
@@ -840,7 +843,7 @@
{
chomp;
 --- devtools/M4/UNIX/manpage.m4
-+++ devtools/M4/UNIX/manpage.m42013-04-23 07:47:24.541939641 +
 devtools/M4/UNIX/manpage.m42013-04-23 07:47:25.0 +
 @@ -69,7 +69,7 @@ ifdef(`confNO_MAN_INSTALL', `divert(-1)'
  define(`bldMAN_INSTALL_CMD',
  `ifdef(`confDONT_INSTALL_CATMAN', `dnl',
@@ -4181,7 +4184,7 @@
 +#
 +#
 --- suse/update.sendmail
-+++ suse/update.sendmail   2013-04-23 07:48:30.673939715 +
 suse/update.sendmail   2013-04-23 07:48:31.0 +
 @@ -0,0 +1,550 @@
 +#!/bin/bash
 +# Copyright (c) 1997-2012 SuSE GmbH Nuernberg, Germany.

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



commit tboot for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2013-08-12 10:17:08

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


Package is "tboot"

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2013-01-10 
15:20:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2013-08-12 
10:17:09.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  8 11:56:45 UTC 2013 - meiss...@suse.com
+
+- updated to 1.7.4/20130705
+  Fix possible empty submenu block in generated grub.cfg
+  Add a call_racm=check option for easy RACM launch result check
+  Fix type check for revocation ACM.
+
+---

Old:

  tboot-1.7.3.tar.gz

New:

  tboot-1.7.4.tar.gz



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.tNhbkH/_old  2013-08-12 10:17:10.0 +0200
+++ /var/tmp/diff_new_pack.tNhbkH/_new  2013-08-12 10:17:10.0 +0200
@@ -17,8 +17,8 @@
 
 
 Name:   tboot
-%define ver 1.7.3
-Version:20121228_1.7.3
+%define ver 1.7.4
+Version:20130705_1.7.4
 Release:0
 Summary:Performs a verified launch using Intel(R) TXT
 License:BSD-3-Clause

++ tboot-1.7.3.tar.gz -> tboot-1.7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tboot-1.7.3/.hg_archival.txt 
new/tboot-1.7.4/.hg_archival.txt
--- old/tboot-1.7.3/.hg_archival.txt2012-12-28 07:30:13.0 +0100
+++ new/tboot-1.7.4/.hg_archival.txt2013-07-08 04:48:29.0 +0200
@@ -1,5 +1,5 @@
 repo: cedd93279188334eb41d248d5eb70a41a2bc70ca
-node: 5192fef95f6f443c1b017d6c9bcfb5823a0c447b
+node: 22b9704961c34f22f9ee12f4a822263d3159669d
 branch: default
-latesttag: v1.7.3
+latesttag: v1.7.4
 latesttagdistance: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tboot-1.7.3/.hgtags new/tboot-1.7.4/.hgtags
--- old/tboot-1.7.3/.hgtags 2012-12-28 07:30:13.0 +0100
+++ new/tboot-1.7.4/.hgtags 2013-07-08 04:48:29.0 +0200
@@ -4,3 +4,4 @@
 bd086f9ac6abcc4403a4fd32ce2604882025bc2c v1.7.2
 221ec0974a31576ce197aa9ce793925b1cca0cfc v1.7.3-rc1
 feeb4cc736710d1b6abbb6561a31737f19d10021 v1.7.3
+794e9c2ef61a9a8911b9b58b2f3f3724bf3873be v1.7.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tboot-1.7.3/CHANGELOG new/tboot-1.7.4/CHANGELOG
--- old/tboot-1.7.3/CHANGELOG   2012-12-28 07:30:13.0 +0100
+++ new/tboot-1.7.4/CHANGELOG   2013-07-08 04:48:29.0 +0200
@@ -1,4 +1,9 @@
-20121228  v1.7.3
+20130705: v1.7.4
+   Fix possible empty submenu block in generated grub.cfg
+   Add a call_racm=check option for easy RACM launch result check
+   Fix type check for revocation ACM.
+
+20121228: v1.7.3
Update README with updated code repository url.
Fix grub2 scripts to be compatible with more distros.
Update README for RACM launch support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tboot-1.7.3/README new/tboot-1.7.4/README
--- old/tboot-1.7.3/README  2012-12-28 07:30:13.0 +0100
+++ new/tboot-1.7.4/README  2013-07-08 04:48:29.0 +0200
@@ -205,7 +205,7 @@
 o  Tboot provides support to launch Revocation ACM (RACM) to revoke old buggy
SINIT version if following command line option is used (default vaule is
false):
-   call_racm=true|false
+   call_racm=true|false|check
 
RACM is also loaded into memory via bootload like grub or syslinux, and is
launched with getsec[ENTERACCS] instruction. Below is a example GRUB entry
@@ -217,9 +217,10 @@
module /racm.bin
 
Tboot will always warm reset platform after RACM was launched & executed.
-   Whether RACM launch has succeeded or not could be checked via doing a normal
-   tboot launch right after the warm reset and looking into the TXT.ERRORCODE
-   value output by the normal tboot launch.
+   Whether RACM launch has succeeded or not could be checked via doing a tboot
+   launch with "call_racm=check" right after the warm reset. This tboot launch
+   will end with halt right after the RACM launch result was output, and the
+   system need manually reset.
 
 
 PCR Usage:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tboot-1.7.3/tboot/20_linux_tboot 
new/tboot-1.7.4/tboot/20_linux_tboot
--- old/tboot-1.7.3/tboot/20_linux_tboot2012-12-28 07:30:13.0 
+0100
+++ new/tboot-1.7.4/tboot/20_linux_tboot2013-07-08 04:48:29.0 
+0200
@@ -127,7 +127,7 @@
   done`
 pr

commit f2fs-tools for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2013-08-12 10:16:16

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


Package is "f2fs-tools"

Changes:

--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes2013-06-20 
21:23:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes   
2013-08-12 10:16:17.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug  7 22:16:55 UTC 2013 - jeng...@inai.de
+
+- Update to new snapshot v1.1.0-40-g6e8f2d5
+* Correct endianess conversions for CRC calculations, checkpoint
+  flags and in f2fs_update_nat_root.
+* Fix the total_zones calculation in f2fs_prepare_super_block
+* Add the fsck.f2fs and dump.f2fs utilities
+
+---

Old:

  f2fs-tools-1.1.0+git24.tar.xz

New:

  f2fs-tools-1.1.0+git40.tar.xz



Other differences:
--
++ f2fs-tools.spec ++
--- /var/tmp/diff_new_pack.fvMeXO/_old  2013-08-12 10:16:18.0 +0200
+++ /var/tmp/diff_new_pack.fvMeXO/_new  2013-08-12 10:16:18.0 +0200
@@ -18,9 +18,9 @@
 
 Name:   f2fs-tools
 %define lname  libf2fs0
-Version:1.1.0+git24
+Version:1.1.0+git40
 Release:0
-#git describe: v1.1.0-24-gfef98eb
+#Snapshot: 6e8f2d5d222eff0abea4b5c0abc7433834094924
 Summary:Utilities for the Flash-friendly Filesystem (F2FS)
 License:GPL-2.0
 Group:  System/Filesystems
@@ -30,9 +30,6 @@
 #DL-URL:   no tarballs provided
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
@@ -48,20 +45,26 @@
 %setup -qn %name
 
 %build
-if [ ! -e configure ]; then
-   autoreconf -fi
-fi
-%configure --disable-shared
-make %{?_smp_mflags}
+%configure --disable-static
+make %{?_smp_mflags} sbindir="%_sbindir"
 
 %install
-make install DESTDIR="%buildroot";
-# The library is quite useless ATM without public headers.
-rm -f "%buildroot/%_libdir"/*.a "%buildroot/%_libdir"/*.la
+b="%buildroot"
+make install DESTDIR="$b" sbindir="%_sbindir"
+# The devel file is quite useless ATM without public headers.
+rm -f "$b/%_libdir"/*.{la,so}
+# /usr/sbin/filefrag already does what fibmap can do.
+rm -f "$b/%_sbindir/fibmap"
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-/sbin/mkfs.f2fs
+%_sbindir/dump.f2fs
+%_sbindir/fsck.f2fs
+%_sbindir/mkfs.f2fs
+%_libdir/libf2fs.so.0*
 %_mandir/man8/*
 %doc COPYING
 

++ f2fs-tools-1.1.0+git24.tar.xz -> f2fs-tools-1.1.0+git40.tar.xz ++
 46552 lines of diff (skipped)

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



commit bcache-tools for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package bcache-tools for openSUSE:Factory 
checked in at 2013-08-12 10:15:49

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


Package is "bcache-tools"

Changes:

--- /work/SRC/openSUSE:Factory/bcache-tools/bcache-tools.changes
2013-07-02 06:44:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcache-tools.new/bcache-tools.changes   
2013-08-12 10:15:51.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  7 22:02:31 UTC 2013 - jeng...@inai.de
+
+- Update to new snapshot 0.1.g71
+* Support for superblocks up to version 4
+
+---

Old:

  bcache-tools-0.1.g45.tar.xz

New:

  bcache-tools-0.1.g71.tar.xz



Other differences:
--
++ bcache-tools.spec ++
--- /var/tmp/diff_new_pack.gXTj4x/_old  2013-08-12 10:15:52.0 +0200
+++ /var/tmp/diff_new_pack.gXTj4x/_new  2013-08-12 10:15:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcache-tools
 #
-# Copyright (c) 2009 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
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   bcache-tools
 Summary:Configuration utilities for bcache
-Version:0.1.g45
-#Snapshot: 42c182c6ab1530b5e3b18893f284da3eaec46e74
-Release:0
-Group:  System/Base
 License:GPL-2.0
+Group:  System/Base
+Version:0.1.g71
+Release:0
+#Snapshot: 0b57e166ae86d525ef42842cabf7692fc7c44039
 Url:http://bcache.evilpiepirate.org/
 
 #Git-Clone:http://evilpiepirate.org/git/bcache-tools.git
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  openssl-devel libuuid-devel xz
+BuildRequires:  libuuid-devel
+BuildRequires:  openssl-devel
+BuildRequires:  xz
 
 %description
 This package contains utilities for configuring the bcache Module.
@@ -46,16 +49,16 @@
 mkdir -p "$b/%_sysconfdir/initramfs-tools/hooks"
 make install DESTDIR="$b"
 rm -Rf "$b/%_sysconfdir/initramfs-tools"
-mkdir -p "$b/%_prefix/lib/udev/rules.d"
-mv "$b/lib/udev/rules.d"/* "$b/%_prefix/lib/udev/rules.d/"
+mkdir -p "$b/%_prefix/lib"
+mv "$b/lib/udev" "$b/%_prefix/lib/"
 
 %files
 %defattr(-,root,root)
+%_sbindir/bcache-super-show
 %_sbindir/make-bcache
 /sbin/probe-bcache
-%dir %_prefix/lib/udev
-%dir %_prefix/lib/udev/rules.d
-%_prefix/lib/udev/rules.d/61-bcache.rules
+%_prefix/lib/udev
 %_mandir/man8/*.8*
+%doc COPYING
 
 %changelog

++ bcache-tools-0.1.g45.tar.xz -> bcache-tools-0.1.g71.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcache-tools/.gitignore new/bcache-tools/.gitignore
--- old/bcache-tools/.gitignore 2013-03-22 13:11:31.0 +0100
+++ new/bcache-tools/.gitignore 2013-08-08 00:00:49.0 +0200
@@ -1,3 +1,4 @@
+bcache-super-show
 make-bcache
 probe-bcache
 .*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcache-tools/61-bcache.rules 
new/bcache-tools/61-bcache.rules
--- old/bcache-tools/61-bcache.rules2013-03-22 13:11:31.0 +0100
+++ new/bcache-tools/61-bcache.rules2013-08-08 00:00:49.0 +0200
@@ -1,3 +1,25 @@
-KERNEL=="sd*", ENV{DEVTYPE}=="disk", IMPORT{program}="/sbin/probe-bcache -o 
udev $tempnode"
+# register bcache devices as they come up
+# man 7 udev for syntax
 
+SUBSYSTEM!="block", GOTO="bcache_end"
+ACTION=="remove", GOTO="bcache_end"
+
+# Backing devices: scan, symlink, register
+IMPORT{program}="/sbin/blkid -o udev $tempnode"
+# blkid and probe-bcache can disagree, in which case don't register
+ENV{ID_FS_TYPE}=="?*", ENV{ID_FS_TYPE}!="bcache", GOTO="bcache_backing_end"
+
+IMPORT{program}="/sbin/probe-bcache -o udev $tempnode"
 ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"
+SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_FS_TYPE}=="bcache", \
+RUN+="bcache-register $tempnode"
+LABEL="bcache_backing_end"
+
+# Cached devices: symlink
+DRIVER=="bcache", ENV{CACHED_UUID}=="?*", \
+SYMLINK+="bcache/by-uuid/$env{CACHED_UUID}"
+DRIVER=="bcache", ENV{CACHED_LABEL}=="?*", \
+SYMLINK+="bcache/by-label/$env{CACHED_LABEL}"
+
+LABEL="bcache_end"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcache-tools/COPYING new/bcache-tools/COPYING
--- old/bcache-tools/COPYING2013-03-22 13:1

commit libt3widget for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package libt3widget for openSUSE:Factory 
checked in at 2013-08-12 10:14:59

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


Package is "libt3widget"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.libt3widget.new/libt3widget.changes 
2013-08-12 10:15:01.0 +0200
@@ -0,0 +1,4 @@
+---
+Mon Jun 10 13:26:28 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0.4.2) for build.opensuse.org

New:

  libt3widget-0.4.2.tar.bz2
  libt3widget.changes
  libt3widget.spec



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

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


Name:   libt3widget
%define lname   libt3widget1
Version:0.4.2
Release:0
Summary:The Tilde terminal dialog toolkit
License:GPL-3.0
Group:  Development/Libraries/C and C++
Url:http://os.ghalkes.nl/t3/libt3widget.html

#Git-Clone: git://github.com/gphalkes/t3widget
Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  c++_compiler
BuildRequires:  gettext-tools
BuildRequires:  gpm-devel
BuildRequires:  libtool
BuildRequires:  libunistring-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  pkgconfig(libt3key) >= 0.2.0
BuildRequires:  pkgconfig(libt3window) >= 0.2.1
BuildRequires:  pkgconfig(libtranscript) >= 0.2.2
BuildRequires:  pkgconfig(sigc++-2.0)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcb)
%if 0%{?suse_version}
BuildRequires:  fdupes
%endif

%description
The libt3widget library provides a C++ dialog toolkit. It provides
objects for dialogs and widgets like buttons, text fields, check
boxes etc., to facilitate easy construction of dialog based programs
for Unix-type terminals.

%package -n %lname
Summary:The Tilde terminal dialog toolkit
Group:  System/Libraries

%description -n %lname
The libt3widget library provides a C++ dialog toolkit. It provides
objects for dialogs and widgets like buttons, text fields, check
boxes etc., to facilitate easy construction of dialog based programs
for Unix-type terminals.

%package devel
Summary:Development files for libt3widget, a terminal dialog library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
The libt3widget library provides a C++ dialog toolkit. It provides
objects for dialogs and widgets like buttons, text fields, check
boxes etc., to facilitate easy construction of dialog based programs
for Unix-type terminals.

This subpackage contains libraries and header files for developing
applications that want to make use of libt3widget.

%prep
%setup -q

%build
%configure --docdir="%_docdir/%name"
make %{?_smp_mflags}

%install
b="%buildroot"
make install DESTDIR="$b"
rm -f "$b/%_libdir"/*.la
%if 0%{?fdupes:1}
%fdupes %buildroot/%_prefix
%endif

%post   -p /sbin/ldconfig -n %lname
%postun -p /sbin/ldconfig -n %lname

%files -n %lname
%defattr(-,root,root)
%_libdir/libt3widget.so.1*
%_libdir/libt3widget*.mod
%doc COPYING

%files devel
%defattr(-,root,root)
%_includedir/t3/
%_libdir/libt3widget.so
%_libdir/pkgconfig/libt3widget.pc
%_docdir/%name/
%exclude %_docdir/%name/COPYING

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