commit aqbanking for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2012-05-21 07:23:44

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


Package is aqbanking, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2012-03-22 
12:31:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2012-05-21 
07:23:47.0 +0200
@@ -1,0 +2,6 @@
+Wed May 16 14:49:15 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Free-Art-1.3
+  Added SUSE-Free-Art-1.3 to the spreadsheet linked at license.opensuse.org
+
+---



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.Deftf7/_old  2012-05-21 07:23:48.0 +0200
+++ /var/tmp/diff_new_pack.Deftf7/_new  2012-05-21 07:23:48.0 +0200
@@ -75,7 +75,7 @@
 
 %package doc
 Summary:Library for Online Banking Functions and Financial Data 
Import/Export
-License:Free Art License 1.3
+License:SUSE-Free-Art-1.3
 Group:  Productivity/Office/Finance
 Requires:   %{name} = %{version}
 

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



commit clementine for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2012-05-21 07:23:55

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


Package is clementine, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2012-05-07 
22:46:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2012-05-21 07:23:57.0 +0200
@@ -1,0 +2,5 @@
+Thu May  3 11:23:59 UTC 2012 - davejpla...@gmail.com
+
+- Added libprotobuf-lite6 to 12.1 build to fix builds for Tumbleweed.
+
+---



Other differences:
--
++ clementine.spec ++
--- /var/tmp/diff_new_pack.oIuoXA/_old  2012-05-21 07:23:59.0 +0200
+++ /var/tmp/diff_new_pack.oIuoXA/_new  2012-05-21 07:23:59.0 +0200
@@ -47,7 +47,9 @@
 BuildRequires:  pkgconfig(libimobiledevice-1.0)
 BuildRequires:  pkgconfig(libplist)
 BuildRequires:  pkgconfig(libusbmuxd)
-#BuildRequires:  pkgconfig(uuid)protobuf-devel
+%if 0%{?suse_version} = 1210
+BuildRequires:  libprotobuf-lite6
+%endif
 %endif
 # Enabled protobuf, now required in git version.
 BuildRequires:  protobuf-devel
@@ -103,14 +105,14 @@
 export CFLAGS=$CXXFLAGS
 # Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
 # first giving permission for relicensing to GPLv2 or later. See bnc#695820
-mkdir build  cd build
+mkdir build  cd build  \
 cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DENABLE_BREAKPAD=ON \
   -DENABLE_PLASMARUNNER=ON \
   -DENABLE_BREAKPAD=OFF \
   -DWITH_FFTW3:BOOL=ON ..
-make %{?_smp_mflags}
+
+  make %{?_smp_mflags}
 
 %install
 cd build

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



commit cobbler for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2012-05-21 07:24:04

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


Package is cobbler, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2012-04-20 
15:12:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes 2012-05-21 
07:24:05.0 +0200
@@ -1,0 +2,5 @@
+Thu May  3 10:35:30 CEST 2012 - u...@suse.de
+
+- require syslinux only on x86 arch
+
+---



Other differences:
--
++ cobbler.spec ++
--- /var/tmp/diff_new_pack.nMmdxf/_old  2012-05-21 07:24:06.0 +0200
+++ /var/tmp/diff_new_pack.nMmdxf/_new  2012-05-21 07:24:06.0 +0200
@@ -51,7 +51,9 @@
 Requires: apache2-mod_python
 Requires: apache2-mod_wsgi
 #Requires: tftp
+%ifarch %ix86 x86_64
 Requires: syslinux
+%endif
 BuildRequires: apache2 apache2-mod_python tftp distribution-release
 %else
 Requires: httpd
@@ -125,7 +127,7 @@
 %prep
 %setup -q
 %setup -a1
-%if 0%{suse_version}
+%if 0%{?suse_version}
 %patch0
 %patch1
 %patch2
@@ -140,13 +142,15 @@
 
 %install
 test x$RPM_BUILD_ROOT != x  rm -rf $RPM_BUILD_ROOT
-%if 0%{?suse_version} = 1000
+%if 0%{?suse_version}
+%if 0%{?suse_version} = 1110
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/SuSEfirewall2.d
 mv vendor-files/cobbler_firewall_settings 
$RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/cobbler
+%endif
 PREFIX=--prefix=/usr
 mkdir -p $RPM_BUILD_ROOT/etc/apache2/vhosts.d
-mkdir -p $RPM_BUILD_ROOT/%{www_path}/www/logs
 %endif
+mkdir -p $RPM_BUILD_ROOT/%{www_path}/www/logs
 %{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT $PREFIX
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 ln -sf ../../etc/init.d/cobblerd $RPM_BUILD_ROOT/usr/sbin/rccobblerd
@@ -232,11 +236,11 @@
 
 %files
 
-%if 0%{suse_version}  1120
+%if 0%{?suse_version}  1120
 %defattr(755,root,root)
 %dir /%{_sysconfdir}/sysconfig/SuSEfirewall2.d
 %endif
-%if 0%{suse_version}
+%if 0%{?suse_version} = 1110
 %defattr(755,root,root)
 %dir /%{_sysconfdir}/sysconfig/SuSEfirewall2.d/cobbler
 %defattr(755,wwwrun,www)
@@ -261,7 +265,7 @@
 %dir /var/log/cobbler
 %dir /var/log/cobbler/tasks
 %dir /var/log/cobbler/kicklog
-%if 0%{suse_version}
+%if 0%{?suse_version}
 %defattr(755,wwwrun,www)
 %else
 %defattr(755,apache,apache)
@@ -272,7 +276,7 @@
 %dir /%{www_path}/www/cobbler/ks_mirror
 %dir /%{www_path}/www/cobbler/ks_mirror/config
 %dir /%{www_path}/www/cobbler/links
-%dir /srv/www/cobbler/aux
+%dir /%{www_path}/www/cobbler/aux
 %defattr(444,%{apache_user},%{apache_group})
 /%{www_path}/www/cobbler/aux/anamon
 /%{www_path}/www/cobbler/aux/anamon.init
@@ -331,12 +335,12 @@
 %endif
 %{_mandir}/man1/cobbler.1.gz
 /etc/init.d/cobblerd
-#%if 0%{?suse_version} = 1000
+%if 0%{?suse_version} = 1000
 %config(noreplace) /etc/apache2/conf.d/cobbler.conf
 #%config(noreplace) /etc/apache2/conf.d/cobbler_wsgi.conf
-#%else
-#%config(noreplace) /etc/httpd/conf.d/cobbler.conf
-#%endif
+%else
+%config(noreplace) /etc/httpd/conf.d/cobbler.conf
+%endif
 %dir /var/log/cobbler/syslog
 %dir /var/log/cobbler/anamon
 
@@ -395,7 +399,9 @@
 %defattr(664,root,root)
 
 %defattr(-,root,root)
+%if 0%{?suse_version} = 1110
 %{python_sitelib}/cobbler-%{version}-py%{py_ver}.egg-info
+%endif
 %doc AUTHORS CHANGELOG README COPYING
 
 %package -n koan
@@ -475,7 +481,7 @@
 %defattr(-,%{apache_user},%{apache_group})
 %dir /usr/share/cobbler/web
 /usr/share/cobbler/web/*
-%if 0%{?suse_version} = 1030
+%if 0%{?suse_version} = 1010
 %config(noreplace) /etc/apache2/vhosts.d/cobbler_web.conf
 %else
 %config(noreplace) /etc/httpd/conf.d/cobbler_web.conf

++ setup_py.diff ++
--- /var/tmp/diff_new_pack.nMmdxf/_old  2012-05-21 07:24:06.0 +0200
+++ /var/tmp/diff_new_pack.nMmdxf/_new  2012-05-21 07:24:06.0 +0200
@@ -14,7 +14,7 @@
  webroot = /usr/share/cobbler/webroot/
  else:
  webconfig  = /etc/httpd/conf.d
-+vhostconfig = /etc/apache2/conf.d
++vhostconfig = /etc/httpd/conf.d
  webroot = /var/www/
  
  webcontent  = webroot + cobbler_webui_content/

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



commit crash for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2012-05-21 07:24:10

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


Package is crash, Maintainer is ptesa...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2012-03-29 
13:50:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2012-05-21 
07:24:18.0 +0200
@@ -1,0 +2,85 @@
+Thu May 17 07:54:29 UTC 2012 - ptesa...@suse.cz
+
+- delete crash-foreach-match-running.patch: upstream
+
+---
+Mon May 14 20:24:51 UTC 2012 - dm...@suse.com
+
+- Update to crash 6.0.6 from upstream
+  o Extend the supported cross-architecture build capability so
+that it applies to the SIAL extentension module. Without the
+patch, when building the SIAL module an environment where the
+overlying crash utility was built with make target=ARM,
+make target=PPC, or make target=X86, the SIAL extension
+module would continue to be built for the host architecture
+  o Fixes for memory leaks and possible segmentation violations
+when unloading SIAL extension module scripts.
+  o Fix for the new foreach RU task state qualifier.  Without the
+patch, the runnable tasks are not selected.
+  o Fix to disallow multiple task states from being entered using
+the foreach task-state qualifier.  Without the patch, if
+multiple states were entered, the last one on the command line 
+would be honored.
+  o Fix for the extend command to allow the usage of 32-bit PPC 
+extension modules.  Without the patch, the command fails with the
+message: extend: object.so: not an ELF format object file.
+  o If an input line starts with # or //, then the line will be 
+saved as a comment that is visible when re-cycling through the 
+command history list.
+  o Fix for a crash-5.1.9 regression that broke the bt -g option.
+Without the patch, the option is ignored completely.
+  o Fix for s390x virtual-to-physical translation of virtual
+addresses that are backed by 1MB pages.
+  o The s390x has a dumpfile method that creates live dumps, where
+the kernel continues to run while the dumpfile is being created.
+The initial system banner display and the sys command will
+inform the user that the dumpfile is a [LIVE DUMP], and the
+bt -a option will fail with the message bt: -a option not
+supported on a live system or live dump.
+  o Newly-created dumpfiles generated by the snap.c extension module
+will now be recognized as live dumps.  Accordingly, the initial
+system banner display and the sys command will inform the user
+that the dumpfile is a [LIVE DUMP], and the bt -a option will
+fail with the message bt: -a option not supported on a live
+system or live dump.
+  o If bt alone is attempted on an active task in a live dump, it
+will indicate (active), i.e., the same as if it were attempted
+on a live system.
+  o If an extension module does not define the appropriate architecture,
+i.e., -DX86, -DX86_64, etc., then the inclusion of defs.h
+will generate a compiler failure indicating error: 'NR_CPUS'
+undeclared here (not in a function).  In that case, the
+architecture will now default to that of the host machine.
+  o Prevent a highly-unlikely incorrect calculation of the maximum 
+cpudata array length of a kmem_cache during initialization of 
+of CONFIG_SLAB kernels.
+  o Prevent an infinite loop during the initialization of the
+kmem_cache subsystem in CONFIG_SLAB kernels if the cache list or
+the vmcore is corrupt.  If the kmem_cache list links back into
+itself, messages showing the first duplicate entry in the list
+and crash: unable to initialize kmem slab cache subsystem will
+be displayed.
+  o Update to the mod command to additionally search for module
+object files in the directory containing the kernel namelist
+(vmlinux) file. This will allow an alternate module-debuginfo
+directory tree to be set up like so:
+
+  # cd directory
+  # rpm2cpio kernel-debuginfo-release.rpm | cpio -idv
+
+Having done that, and by referencing the vmlinux file in that
+directory tree directly or by symbolic link, the mod command
+will search for module object files starting from the directory
+containing the vmlinux file if they are not found in the standard 
+/lib/modules/release directory.
+  o Update to the s390x bt command if a task was running in
+userspace. Without the patch, the back trace display ended at the
+kernel entry function frame; with the patch, the user space PSW
+register is displayed with a (user space) tag, followed by the
+  

commit eric5 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package eric5 for openSUSE:Factory checked 
in at 2012-05-21 07:24:23

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


Package is eric5, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eric5/eric5.changes  2012-04-12 
13:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2012-05-21 
07:24:24.0 +0200
@@ -1,0 +2,17 @@
+Fri May  4 08:55:42 UTC 2012 - toddrme2...@gmail.com
+
+- Fix rpmlint warnings
+
+---
+Tue May  1 18:33:20 UTC 2012 - m...@suse.com
+
+- Update to version 5.2.2
+  * Bugfix release
+
+---
+Mon Apr 30 14:40:41 UTC 2012 - toddrme2...@gmail.com
+
+- Re-enable optional build requirements that are now packaged for
+  python 3
+
+---

Old:

  eric5-5.2.1.tar.gz
  eric5-i18n-cs-5.2.1.tar.gz
  eric5-i18n-de-5.2.1.tar.gz
  eric5-i18n-en-5.2.1.tar.gz
  eric5-i18n-es-5.2.1.tar.gz
  eric5-i18n-fr-5.2.1.tar.gz
  eric5-i18n-it-5.2.1.tar.gz
  eric5-i18n-ru-5.2.1.tar.gz
  eric5-i18n-tr-5.2.1.tar.gz
  eric5-i18n-zh_CN.GB2312-5.2.1.tar.gz

New:

  eric5-5.2.2.tar.gz
  eric5-i18n-cs-5.2.2.tar.gz
  eric5-i18n-de-5.2.2.tar.gz
  eric5-i18n-en-5.2.2.tar.gz
  eric5-i18n-es-5.2.2.tar.gz
  eric5-i18n-fr-5.2.2.tar.gz
  eric5-i18n-it-5.2.2.tar.gz
  eric5-i18n-ru-5.2.2.tar.gz
  eric5-i18n-tr-5.2.2.tar.gz
  eric5-i18n-zh_CN.GB2312-5.2.2.tar.gz



Other differences:
--
++ eric5.spec ++
--- /var/tmp/diff_new_pack.vMdZBl/_old  2012-05-21 07:24:26.0 +0200
+++ /var/tmp/diff_new_pack.vMdZBl/_new  2012-05-21 07:24:26.0 +0200
@@ -17,22 +17,22 @@
 
 
 Name:   eric5
-Version:5.2.1
+Version:5.2.2
 Release:0
 Summary:Python IDE based on Qt4
 License:GPL-3.0+
 Group:  Development/Tools/IDE
 Url:http://eric-ide.python-projects.org/
-Source0:eric5-5.2.1.tar.gz
-Source10:   eric5-i18n-cs-5.2.1.tar.gz
-Source11:   eric5-i18n-de-5.2.1.tar.gz
-Source12:   eric5-i18n-en-5.2.1.tar.gz
-Source13:   eric5-i18n-es-5.2.1.tar.gz
-Source14:   eric5-i18n-fr-5.2.1.tar.gz
-Source15:   eric5-i18n-it-5.2.1.tar.gz
-Source16:   eric5-i18n-ru-5.2.1.tar.gz
-Source17:   eric5-i18n-tr-5.2.1.tar.gz
-Source18:   eric5-i18n-zh_CN.GB2312-5.2.1.tar.gz
+Source0:%{name}-%{version}.tar.gz
+Source10:   %{name}-i18n-cs-%{version}.tar.gz
+Source11:   %{name}-i18n-de-%{version}.tar.gz
+Source12:   %{name}-i18n-en-%{version}.tar.gz
+Source13:   %{name}-i18n-es-%{version}.tar.gz
+Source14:   %{name}-i18n-fr-%{version}.tar.gz
+Source15:   %{name}-i18n-it-%{version}.tar.gz
+Source16:   %{name}-i18n-ru-%{version}.tar.gz
+Source17:   %{name}-i18n-tr-%{version}.tar.gz
+Source18:   %{name}-i18n-zh_CN.GB2312-%{version}.tar.gz
 Patch0: %{name}-build_compare.patch
 BuildRequires:  fdupes
 BuildRequires:  python3-qscintilla
@@ -40,9 +40,9 @@
 BuildRequires:  python3-sip
 BuildRequires:  python3-xml
 BuildRequires:  update-desktop-files
-#Requires:   python3-logilab-astng = 0.19.0
-#Requires:   python3-logilab-common = 0.43.0
-#Requires:   python3-pysvn = 1.7.0
+Requires:   python3-logilab-astng = 0.19.0
+Requires:   python3-logilab-common = 0.43.0
+Requires:   python3-pysvn = 1.7.0
 Requires:   python3-qscintilla
 Requires:   python3-qt4
 Requires:   python3-xml
@@ -74,7 +74,9 @@
 %install
 python3 install.py -b /usr/bin -d %python3_sitelib -i %{buildroot} -x
 %suse_update_desktop_file -i %{name} Development IDE
-%fdupes %{buildroot}/%python3_sitelib/%{name}
+%fdupes %{buildroot}/%{python3_sitelib}/%{name}
+# fix rpmlint warning
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/Utilities/crypto/py3AES.py
 
 %files
 %defattr(-,root,root)

++ eric5-5.2.1.tar.gz - eric5-5.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/eric5/eric5-5.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.eric5.new/eric5-5.2.2.tar.gz differ: char 5, line 1

++ eric5-i18n-cs-5.2.1.tar.gz - eric5-i18n-cs-5.2.2.tar.gz ++
 5959 lines of diff (skipped)

++ eric5-i18n-de-5.2.1.tar.gz - eric5-i18n-de-5.2.2.tar.gz ++
 5938 lines of diff (skipped)

++ eric5-i18n-en-5.2.1.tar.gz - eric5-i18n-en-5.2.2.tar.gz ++
 105453 lines of diff (skipped)

++ eric5-i18n-es-5.2.1.tar.gz - eric5-i18n-es-5.2.2.tar.gz ++
 101411 lines of diff (skipped)

++ eric5-i18n-fr-5.2.1.tar.gz - eric5-i18n-fr-5.2.2.tar.gz ++
 105453 lines of diff (skipped)

++ eric5-i18n-it-5.2.1.tar.gz - 

commit fcitx for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2012-05-21 07:24:28

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


Package is fcitx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2012-05-07 
22:47:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2012-05-21 
07:24:39.0 +0200
@@ -1,0 +2,6 @@
+Sat May 12 12:49:11 UTC 2012 - i...@marguerite.su
+
+- bring fcitx in as default IM in DVD.
+- add Provides(en;ko;zh_CN;zh_SG).
+
+---



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.uIVmme/_old  2012-05-21 07:24:40.0 +0200
+++ /var/tmp/diff_new_pack.uIVmme/_new  2012-05-21 07:24:40.0 +0200
@@ -59,6 +59,7 @@
 Requires:  %{name}-gtk3 = %{version}-%{release}
 Requires:  %{name}-qt4 = %{version}-%{release}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   locale(ko;zh_CN;zh_SG)
 
 %description
 FCITX is a simplified Chinese input server. It supports Tables,
@@ -157,11 +158,12 @@
 mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/
 install -m 644 %{S:1} %{buildroot}%{_sysconfdir}/X11/xim.d/fcitx
 
+priority=30
 pushd  %{buildroot}%{_sysconfdir}/X11/xim.d/
-for lang in en zh_CN ; do
+for lang in en ko zh_CN zh_SG ; do
 mkdir $lang
 pushd $lang
-ln -s ../fcitx 30-fcitx
+ln -s ../fcitx $priority-fcitx
 popd
 done
 popd


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



commit gconf2-branding-openSUSE for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package gconf2-branding-openSUSE for 
openSUSE:Factory checked in at 2012-05-21 07:24:38

Comparing /work/SRC/openSUSE:Factory/gconf2-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.gconf2-branding-openSUSE.new (New)


Package is gconf2-branding-openSUSE, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gconf2-branding-openSUSE/gconf2-branding-SLED.changes
2012-03-16 13:13:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gconf2-branding-openSUSE.new/gconf2-branding-SLED.changes
   2012-05-21 07:24:40.0 +0200
@@ -1,0 +2,7 @@
+Thu May 10 17:05:49 UTC 2012 - g...@opensuse.org
+
+- Set /desktop/gnome/url-handlers/http/enabled and
+  /desktop/gnome/url-handlers/https/enabled to true since firefox
+  checks for them.
+
+---
gconf2-branding-SLES.changes: same change
gconf2-branding-openSUSE.changes: same change



Other differences:
--
++ gconf2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.cDJFkF/_old  2012-05-21 07:24:42.0 +0200
+++ /var/tmp/diff_new_pack.cDJFkF/_new  2012-05-21 07:24:42.0 +0200
@@ -113,7 +113,9 @@
 %gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool 
false
 # This is not needed anymore strictly speaking, with the move to 
x-scheme-handler, but Firefox still checks for those keys and some apps might 
do the same:
 %gconf_set /desktop/gnome/url-handlers/http/command --type=string firefox %s
+%gconf_set /desktop/gnome/url-handlers/http/enabled --type=bool true
 %gconf_set /desktop/gnome/url-handlers/https/command --type=string firefox %s
+%gconf_set /desktop/gnome/url-handlers/https/enabled --type=bool true
 # Use xchat for irc
 %gconf_set /desktop/gnome/url-handlers/irc/command --type=string xchat 
--existing --url=%s
 %gconf_set /desktop/gnome/url-handlers/irc/enabled --type=bool true

gconf2-branding-SLES.spec: same change
gconf2-branding-openSUSE.spec: same change
++ gconf2-branding.changes.in ++
--- /var/tmp/diff_new_pack.cDJFkF/_old  2012-05-21 07:24:42.0 +0200
+++ /var/tmp/diff_new_pack.cDJFkF/_new  2012-05-21 07:24:42.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu May 10 17:05:49 UTC 2012 - g...@opensuse.org
+
+- Set /desktop/gnome/url-handlers/http/enabled and
+  /desktop/gnome/url-handlers/https/enabled to true since firefox
+  checks for them.
+
+---
 Fri Mar  9 11:21:40 UTC 2012 - vu...@opensuse.org
 
 - Remove system-wide desktop icons:

++ gconf2-branding.spec.in ++
--- /var/tmp/diff_new_pack.cDJFkF/_old  2012-05-21 07:24:42.0 +0200
+++ /var/tmp/diff_new_pack.cDJFkF/_new  2012-05-21 07:24:42.0 +0200
@@ -114,7 +114,9 @@
 %gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool 
false
 # This is not needed anymore strictly speaking, with the move to 
x-scheme-handler, but Firefox still checks for those keys and some apps might 
do the same:
 %gconf_set /desktop/gnome/url-handlers/http/command --type=string firefox %s
+%gconf_set /desktop/gnome/url-handlers/http/enabled --type=bool true
 %gconf_set /desktop/gnome/url-handlers/https/command --type=string firefox %s
+%gconf_set /desktop/gnome/url-handlers/https/enabled --type=bool true
 # Use xchat for irc
 %gconf_set /desktop/gnome/url-handlers/irc/command --type=string xchat 
--existing --url=%s
 %gconf_set /desktop/gnome/url-handlers/irc/enabled --type=bool true


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



commit gnome-shell for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2012-05-21 07:24:46

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


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2012-04-20 
15:16:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2012-05-21 07:24:46.0 +0200
@@ -1,0 +2,11 @@
+Wed May  2 05:59:51 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-shell-link-ext.patch: Link libgnome-shell-js.so into
+  gnome-shell binary to ensure it the typelib can be loaded. This
+  is rather hacky, but as the .typelib is interfaced and loads
+  libs from non-standard folders this fails badly (bnc#755862,
+  bgo#670477).
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+---

New:

  gnome-shell-load-ext.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.iX3tsF/_old  2012-05-21 07:24:47.0 +0200
+++ /var/tmp/diff_new_pack.iX3tsF/_new  2012-05-21 07:24:47.0 +0200
@@ -24,6 +24,10 @@
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeShell
 Source: 
http://download.gnome.org/sources/gnome-shell/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE gnome-shell-load-ext.patch bnc#755862 bgo#670477 
dims...@opensuse.org - Ensure libgnome-shell-js.so is linked to gnome-shell. 
Upstream considers this not a bug.
+Patch0: gnome-shell-load-ext.patch
+# Needed by patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -124,9 +128,12 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
+# Needed by patch0
+NOCONFIGURE=1 gnome-autogen.sh
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins
 %configure \
 --disable-static \


++ gnome-shell-load-ext.patch ++
From 73f565d27166420bbf4a7bb49a30ea5bf5d98566 Mon Sep 17 00:00:00 2001
From: Owen W. Taylor otay...@fishsoup.net
Date: Wed, 4 Apr 2012 17:48:47 -0400
Subject: [PATCH] Link the gnome-shell binary to libgnome-shell-js.so

Depending on the exact linker options and versions, rpath's written
into the binary may, or may not, be honored by dlopen(). Work around
this by simply linking the gnome-shell binary to gnome-shell-js, since
then dlopen() doesn't need to search paths.

https://bugzilla.gnome.org/show_bug.cgi?id=670477
---
 src/Makefile.am |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 95f1a41..7bafb6a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -187,7 +187,7 @@ libgnome_shell_la_gir_sources = \
 gnome_shell_real_SOURCES = \
main.c
 gnome_shell_real_CPPFLAGS = $(gnome_shell_cflags)
-gnome_shell_real_LDADD = libgnome-shell.la $(libgnome_shell_la_LIBADD)
+gnome_shell_real_LDADD = libgnome-shell.la libgnome-shell-js.la 
$(libgnome_shell_la_LIBADD)
 gnome_shell_real_DEPENDENCIES = libgnome-shell.la
 
 EXTRA_DIST += test-gapplication.js
-- 
1.7.9.3

From 4d33ab1a50fa0a61554f4715fc035ea441db8350 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev tetrom...@gentoo.org
Date: Fri, 6 Apr 2012 14:00:48 -0400
Subject: [PATCH] Prevent the link to libgnome-shell-js.so from being removed

Add a dummy call to shell_js_add_extension_importer() to ensure that the
link to libgnome-shell-js.so is not removed when using -Wl,--as-needed,
which is the default on many distros.
---
 src/main.c |   15 +++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index bac9524..a6fb8f6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,6 +24,7 @@
 #include shell-a11y.h
 #include shell-global.h
 #include shell-global-private.h
+#include shell-js.h
 #include shell-perf-log.h
 #include st.h
 
@@ -342,3 +343,17 @@ main (int argc, char **argv)
 
   return ecode;
 }
+
+/* HACK:
+   Add a dummy function that calls into libgnome-shell-js.so to ensure it's
+   linked to /usr/bin/gnome-shell even when linking with --as-needed.
+   This function is never actually called.
+   https://bugzilla.gnome.org/show_bug.cgi?id=670477
+*/
+
+void
+_shell_link_to_shell_js (void)
+{
+  shell_js_add_extension_importer (NULL, NULL, NULL, NULL);
+}
+
-- 
1.7.8.5


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



commit grub2 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2012-05-21 07:24:56

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


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2012-05-08 
11:14:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2012-05-21 
07:24:57.0 +0200
@@ -1,0 +2,6 @@
+Wed May 16 06:38:05 UTC 2012 - mch...@suse.com
+
+- fix build error on 12.1 caused by autogen aborts because of
+  absence of guile package
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.k8QhUQ/_old  2012-05-21 07:24:59.0 +0200
+++ /var/tmp/diff_new_pack.k8QhUQ/_new  2012-05-21 07:24:59.0 +0200
@@ -44,6 +44,9 @@
 BuildRequires:  xz
 BuildRequires:  autogen
 BuildRequires:  python
+%if 0%{?suse_version} == 1210
+BuildRequires:  guile
+%endif
 
 # Modules always contain just 32-bit code
 %define _libdir %{_exec_prefix}/lib


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



commit gtksourceview2 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview2 for openSUSE:Factory 
checked in at 2012-05-21 07:25:00

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


Package is gtksourceview2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceview2/gtksourceview2.changes
2012-01-25 10:37:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtksourceview2.new/gtksourceview2.changes   
2012-05-21 07:25:14.0 +0200
@@ -1,0 +2,6 @@
+Thu May 17 16:15:38 UTC 2012 - lazy.k...@opensuse.org
+
+- Add gtksourceview-2.10.5-rpmspec_highlight.patch: add
+  openSUSE-specific highlights for rpm spec (bgo#676261).
+
+---

New:

  gtksourceview-2.10.5-rpmspec_highlight.patch



Other differences:
--
++ gtksourceview2.spec ++
--- /var/tmp/diff_new_pack.JNtEu8/_old  2012-05-21 07:25:16.0 +0200
+++ /var/tmp/diff_new_pack.JNtEu8/_new  2012-05-21 07:25:16.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gtksourceview2
 %define _name   gtksourceview
 Version:2.10.5
@@ -24,6 +25,8 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.10/%{_name}-%{version}.tar.bz2
+# PATCH-FEATURE-OPENSUSE gtksourceview-2.10.5-rpmspec_highlight.patch 
bgo#676261 lazy.k...@opensuse.org -- add SUSE-specific highlights for rpm spec
+Patch0: gtksourceview-2.10.5-rpmspec_highlight.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
@@ -56,8 +59,8 @@
 %package -n glade3-catalog-gtksourceview
 Summary:GTK+ Source Editing Widget -- Catalog for Glade
 Group:  Development/Tools/GUI Builders
-Requires:   libgtksourceview-2_0-0 = %{version}
 Requires:   glade3
+Requires:   libgtksourceview-2_0-0 = %{version}
 Supplements:packageand(glade3:%{name}-devel)
 
 %description -n glade3-catalog-gtksourceview
@@ -89,6 +92,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0
 translation-update-upstream
 
 %build

++ gtksourceview-2.10.5-rpmspec_highlight.patch ++
Index: gtksourceview/language-specs/rpmspec.lang
===
--- gtksourceview/language-specs/rpmspec.lang.orig
+++ gtksourceview/language-specs/rpmspec.lang
@@ -84,6 +84,10 @@
   keywordBuild[A-Za-z]+/keyword
   keyword[A-Za-z]+Arch/keyword
   keywordAuto[A-Za-z]+/keyword
+  keywordUrl/keyword
+  keywordRecommends/keyword
+  keywordSuggests/keyword
+  keywordSupplements/keyword
 /context
 
 context id=section style-ref=section
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtranslator for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package gtranslator for openSUSE:Factory 
checked in at 2012-05-21 07:25:04

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


Package is gtranslator, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtranslator/gtranslator.changes  2012-04-12 
09:25:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtranslator.new/gtranslator.changes 
2012-05-21 07:25:17.0 +0200
@@ -1,0 +2,22 @@
+Mon May 14 11:52:43 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.91.4:
+  + Add app menu
+  + Move libgtranslator-private library to pkglibdir
+  + Better handling of the table message
+  + Update TM when a new po file is loaded
+  + Try using Content-Type charset if the file is not UTF-8
+  + Remove ok/cancel buttons to add new comments
+  + Fix a crash when dropping an item to the toolbar
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Wed Apr 25 08:33:46 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.91.3:
+  + Port to GResource
+  + Misc bugfixes
+  + Updated translations.
+
+---

Old:

  gtranslator-2.91.2.tar.xz

New:

  gtranslator-2.91.4.tar.xz



Other differences:
--
++ gtranslator.spec ++
--- /var/tmp/diff_new_pack.Cox1TS/_old  2012-05-21 07:25:18.0 +0200
+++ /var/tmp/diff_new_pack.Cox1TS/_new  2012-05-21 07:25:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gtranslator
-Version:2.91.2
+Version:2.91.4
 Release:0
 Summary:A GNOME po file editor with many bells and whistles
 License:GPL-3.0+
@@ -33,9 +33,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdict-1.0)
 BuildRequires:  pkgconfig(gdl-3.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) = 2.32.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.15
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.2
 BuildRequires:  pkgconfig(gtksourceview-3.0) = 3.0.0
 BuildRequires:  pkgconfig(gtkspell-3.0)
 BuildRequires:  pkgconfig(iso-codes)
@@ -112,7 +112,6 @@
 %doc %{_mandir}/man?/*
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
-%{_libdir}/libgtranslator-private.so.0*
 %{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
@@ -124,7 +123,6 @@
 %files devel
 %defattr(-, root, root)
 %{_includedir}/gtranslator-3.0/
-%{_libdir}/libgtranslator-private.so
 %{_libdir}/pkgconfig/gtranslator.pc
 %doc %{_datadir}/gtk-doc/html/%{name}/
 %{_datadir}/%{name}/gir-1.0/

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



commit gwenhywfar for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2012-05-21 07:25:13

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


Package is gwenhywfar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes2012-03-17 
13:21:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes   
2012-05-21 07:25:18.0 +0200
@@ -1,0 +2,7 @@
+Wed May  9 20:35:41 UTC 2012 - nico.laus.2...@gmx.de
+
+- Update to version 4.3.3:
+  + do not use the deprecated libgcrypt interface for RSA keys
+anymore (allows compilation with newer libgcrypt versions)
+
+---
@@ -21,2 +28,2 @@
-  + this version is needed for AqBanking's new support for the optical chipTAN
-method
+  + this version is needed for AqBanking's new support for the
+optical chipTAN method

Old:

  gwenhywfar-4.3.2.tar.gz

New:

  gwenhywfar-4.3.3.tar.gz



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.NsprwW/_old  2012-05-21 07:25:20.0 +0200
+++ /var/tmp/diff_new_pack.NsprwW/_new  2012-05-21 07:25:20.0 +0200
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   gwenhywfar
-Version:4.3.2
-Release:1
-License:GPL-2.0+ ; LGPL-2.1+
+Version:4.3.3
+Release:0
 Summary:Multiplatform Helper Library for Other Libraries
-Url:http://www.aqbanking.de/
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
+Url:http://www.aqbanking.de/
 Source: %{name}-%{version}.tar.gz
-#Source:
http://www.aquamaniac.de/sites/download/download.php?package=01release=66file=01dummy=gwenhywfar-4.3.2.tar.gz
+#Source:
http://www.aquamaniac.de/sites/download/download.php?package=01release=67file=01dummy=gwenhywfar-4.3.3.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gnutls-devel
@@ -47,9 +46,9 @@
 communication).
 
 %package tools
+Summary:Multiplatform Helper Library for Other Libraries - Tools
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
-Summary:Multiplatform Helper Library for Other Libraries - Tools
 Requires:   libgwenhywfar60 = %{version}
 
 %description tools
@@ -60,9 +59,9 @@
 communication).
 
 %package -n libgwenhywfar60-plugins
+Summary:Multiplatform Helper Library for Other Libraries - Plugins
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:Multiplatform Helper Library for Other Libraries - Plugins
 Requires:   %{name} = %{version}
 
 %description -n libgwenhywfar60-plugins
@@ -73,9 +72,9 @@
 communication).
 
 %package -n libgwenhywfar60
+Summary:Multiplatform Helper Library for Other Libraries
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:Multiplatform Helper Library for Other Libraries
 Requires:   %{name}-lang = %{version}
 # Needed to make lang package installable
 Provides:   %{name} = %{version}
@@ -89,9 +88,9 @@
 communication).
 
 %package -n libgwengui-gtk2-0
+Summary:Multiplatform Helper Library for Other Libraries -- GTK+ UI 
Backend
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:Multiplatform Helper Library for Other Libraries -- GTK+ UI 
Backend
 
 %description -n libgwengui-gtk2-0
 Gwenhywfar is a base library used to provide OS abstraction functions
@@ -103,9 +102,9 @@
 This package provides the GTK+ implementation of the generic UI toolkit.
 
 %package -n libgwengui-qt4-0
+Summary:Multiplatform Helper Library for Other Libraries -- Qt UI 
Backend
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:Multiplatform Helper Library for Other Libraries -- Qt UI 
Backend
 
 %description -n libgwengui-qt4-0
 Gwenhywfar is a base library used to provide OS abstraction functions
@@ -117,13 +116,13 @@
 This package provides the Qt implementation of the generic UI toolkit.
 
 %package devel
+Summary:Multi-Platform Helper Library for Other Libraries
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Summary:Multi-Platform Helper Library for Other Libraries
+Requires:   glibc-devel
 Requires:   libgwengui-gtk2-0 = %{version}
 Requires:   libgwengui-qt4-0 = %{version}
 Requires:   libgwenhywfar60 = %{version}
-Requires:   glibc-devel
 
 %description devel
 Gwenhywfar is a base library used to provide OS abstraction functions

++ gwenhywfar-4.3.2.tar.gz - gwenhywfar-4.3.3.tar.gz ++
 1739 lines of diff 

commit ibus for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2012-05-21 07:25:22

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


Package is ibus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2012-03-08 
19:43:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2012-05-21 
07:25:26.0 +0200
@@ -1,0 +2,15 @@
+Thu May 17 07:11:11 UTC 2012 - swy...@gmail.com
+
+- remove soft link in RPM_BUILD_ROOT 
+
+---
+Thu May 17 06:10:46 UTC 2012 - swy...@gmail.com
+
+- mkdir target directory before link 
+
+---
+Thu May 17 05:49:31 UTC 2012 - swy...@gmail.com
+
+- fix build error in Factory: ln should be done in buildroot 
+
+---



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.5q8FK4/_old  2012-05-21 07:25:28.0 +0200
+++ /var/tmp/diff_new_pack.5q8FK4/_new  2012-05-21 07:25:28.0 +0200
@@ -39,7 +39,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /usr/bin/touch
 Provides:   locale(ja;ko;zh)
-BuildRequires:  pkg-config
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
@@ -51,10 +50,18 @@
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRequires:  python-gobject2-devel
 BuildRequires:  update-desktop-files
-Requires:   python-gtk dbus-1-python notification-daemon iso-codes gconf2 
python-xdg python-notify gobject-introspection
+Requires:   dbus-1-python
+Requires:   gconf2
+Requires:   gobject-introspection
+Requires:   iso-codes
+Requires:   notification-daemon
+Requires:   python-gtk
+Requires:   python-notify
+Requires:   python-xdg
 %gconf_schemas_prereq
 
 %define python_sitelib %(%{__python} -c from distutils.sysconfig import 
get_python_lib; print get_python_lib(1))
@@ -107,12 +114,12 @@
 %package devel
 Summary:Development tools for ibus
 Group:  Development/Libraries/Other
-Requires:   libibus-1_0-0 = %{version}
-Requires:   typelib-1_0-IBus-1_0 = %{version}
-Requires:   glib2-devel
 Requires:   dbus-1-devel
+Requires:   glib2-devel
 Requires:   gtk-doc
 Requires:   ibus = %{version}
+Requires:   libibus-1_0-0 = %{version}
+Requires:   typelib-1_0-IBus-1_0 = %{version}
 
 %description devel
 The ibus-devel package contains the header files and developer
@@ -166,7 +173,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libibus-*.*a
 
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
-
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 ln -sf %{_datadir}/icons/hicolor/48x48/apps/ibus-keyboard.png \
   $RPM_BUILD_ROOT%{_datadir}/pixmaps/ibus-keyboard.png
 

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



commit hostapd for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package hostapd for openSUSE:Factory checked 
in at 2012-05-21 07:25:17

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


Package is hostapd, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hostapd/hostapd.changes  2011-10-13 
00:06:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.hostapd.new/hostapd.changes 2012-05-21 
07:25:20.0 +0200
@@ -1,0 +2,8 @@
+Tue May 15 04:55:22 UTC 2012 - g...@suse.com
+
+- update to version 1.0 
+- respin hostapd.dif to fit the new defconfig
+- change the file permission of the config files with passwords
+  to 600 (bnc#740964)
+
+---

Old:

  hostapd-0.7.3.tar.gz

New:

  hostapd-1.0.tar.gz



Other differences:
--
++ hostapd.spec ++
--- /var/tmp/diff_new_pack.pxJjMN/_old  2012-05-21 07:25:22.0 +0200
+++ /var/tmp/diff_new_pack.pxJjMN/_new  2012-05-21 07:25:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostapd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   hostapd
 %if 0%{?suse_version}  1140
@@ -26,10 +24,10 @@
 %endif
 BuildRequires:  openssl-devel
 Summary:Turns Your WLAN Card into a WPA capable Access Point
-Version:0.7.3
-Release:0
-Group:  Hardware/Wifi
 License:BSD-3-Clause ; GPL-2.0+
+Group:  Hardware/Wifi
+Version:1.0
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://hostap.epitest.fi/
 PreReq: %insserv_prereq
@@ -73,14 +71,14 @@
 install -D -m 755 %{SOURCE1} %{buildroot}/etc/init.d/hostapd
 ln -s /etc/init.d/hostapd %{buildroot}/%{_sbindir}/rchostapd
 install -m 755 hostapd_cli %{buildroot}/%{_sbindir}
-install -m 644 hostapd.conf %{buildroot}/etc
+install -m 600 hostapd.conf %{buildroot}/etc
 install -m 644 hostapd.accept %{buildroot}/etc
 install -m 644 hostapd.deny %{buildroot}/etc
-install -m 644 hostapd.eap_user %{buildroot}/etc
-install -m 644 hostapd.radius_clients %{buildroot}/etc
+install -m 600 hostapd.eap_user %{buildroot}/etc
+install -m 600 hostapd.radius_clients %{buildroot}/etc
 install -m 644 hostapd.sim_db %{buildroot}/etc
 install -m 644 hostapd.vlan %{buildroot}/etc
-install -m 644 hostapd.wpa_psk %{buildroot}/etc
+install -m 600 hostapd.wpa_psk %{buildroot}/etc
 install -m 644 hostapd.8 %{buildroot}/%{_mandir}/man8
 
 %post

++ hostapd-0.7.3.tar.gz - hostapd-1.0.tar.gz ++
 63538 lines of diff (skipped)

++ hostapd.dif ++
--- /var/tmp/diff_new_pack.pxJjMN/_old  2012-05-21 07:25:22.0 +0200
+++ /var/tmp/diff_new_pack.pxJjMN/_new  2012-05-21 07:25:22.0 +0200
@@ -1,8 +1,10 @@
-Index: hostapd-0.7.3/hostapd/defconfig
-===
 hostapd-0.7.3.orig/hostapd/defconfig
-+++ hostapd-0.7.3/hostapd/defconfig
-@@ -13,14 +13,14 @@
+---
+ hostapd/defconfig |   14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+--- a/hostapd/defconfig
 b/hostapd/defconfig
+@@ -13,7 +13,7 @@
  CONFIG_DRIVER_HOSTAP=y
  
  # Driver interface for wired authenticator
@@ -11,15 +13,7 @@
  
  # Driver interface for madwifi driver
  #CONFIG_DRIVER_MADWIFI=y
- #CFLAGS += -I../../madwifi # change to the madwifi source directory
- 
- # Driver interface for drivers using the nl80211 kernel interface
--#CONFIG_DRIVER_NL80211=y
-+CONFIG_DRIVER_NL80211=y
- # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
- # shipped with your distribution yet. If that is the case, you need to build
- # newer libnl version and point the hostapd build to use it.
-@@ -36,7 +36,7 @@ CONFIG_DRIVER_HOSTAP=y
+@@ -30,7 +30,7 @@ CONFIG_DRIVER_NL80211=y
  #LIBS_c += -L/usr/local/lib
  
  # Driver interface for no driver (e.g., RADIUS server only)
@@ -28,7 +22,7 @@
  
  # IEEE 802.11F/IAPP
  CONFIG_IAPP=y
-@@ -75,7 +75,7 @@ CONFIG_EAP_GTC=y
+@@ -69,7 +69,7 @@ CONFIG_EAP_GTC=y
  CONFIG_EAP_TTLS=y
  
  # EAP-SIM for the integrated EAP server
@@ -37,7 +31,7 @@
  
  # EAP-AKA for the integrated EAP server
  #CONFIG_EAP_AKA=y
-@@ -85,10 +85,10 @@ CONFIG_EAP_TTLS=y
+@@ -79,10 +79,10 @@ CONFIG_EAP_TTLS=y
  #CONFIG_EAP_AKA_PRIME=y
  
  # EAP-PAX for the integrated EAP server
@@ -48,9 +42,9 @@
 -#CONFIG_EAP_PSK=y
 

commit installation-images for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2012-05-21 07:25:40

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-05-14 16:29:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-05-21 07:25:42.0 +0200
@@ -1,0 +2,10 @@
+Thu May 17 16:58:30 CEST 2012 - oher...@suse.de
+
+- adjust to package changes, libnl3-200 and libnl-1_1
+
+---
+Thu May 17 15:42:11 CEST 2012 - oher...@suse.de
+
+- reenable xen
+
+---

New:

  installation-images-13.45.libnl.patch



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.geAwXL/_old  2012-05-21 07:25:44.0 +0200
+++ /var/tmp/diff_new_pack.geAwXL/_new  2012-05-21 07:25:44.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   installation-images
 %define with_sles 0
-%define with_xen 0
+%define with_xen 1
 %define with_vnc 1
 %define with_vbox 0
 BuildRequires:  Mesa
@@ -246,14 +246,14 @@
 BuildRequires:  iprutils
 BuildRequires:  kbd
 BuildRequires:  libxslt
-BuildRequires:  xf86-input-vmmouse
-BuildRequires:  xf86-input-wacom
 BuildRequires:  xf86-input-evdev
 BuildRequires:  xf86-input-joystick
 BuildRequires:  xf86-input-keyboard
 BuildRequires:  xf86-input-mouse
 BuildRequires:  xf86-input-synaptics
+BuildRequires:  xf86-input-vmmouse
 BuildRequires:  xf86-input-void
+BuildRequires:  xf86-input-wacom
 BuildRequires:  xf86-video-ati
 BuildRequires:  xf86-video-cirrus
 BuildRequires:  xf86-video-fbdev
@@ -356,6 +356,7 @@
 Version:13.45
 Release:0
 Source: installation-images-13.45.tar.bz2
+Patch0: installation-images-13.45.libnl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -418,6 +419,7 @@
 
 %prep
 %setup
+%patch0 -p1
 rm -f /usr/lib/build/checks/04-check-filelist
 
 %build

++ installation-images-13.45.libnl.patch ++
---
 data/initrd/initrd.file_list |7 +--
 data/rescue/rescue.file_list |2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

Index: installation-images-13.45/data/initrd/initrd.file_list
===
--- installation-images-13.45.orig/data/initrd/initrd.file_list
+++ installation-images-13.45/data/initrd/initrd.file_list
@@ -276,8 +276,11 @@ tcpd:
 dhcpcd:
   /
 
-libnl-1_1:
-  /lib*/libnl.so.*
+libnl-*:
+  /
+
+libnl3-*:
+  /
 
 iputils:
   /usr/bin
Index: installation-images-13.45/data/rescue/rescue.file_list
===
--- installation-images-13.45.orig/data/rescue/rescue.file_list
+++ installation-images-13.45/data/rescue/rescue.file_list
@@ -567,7 +567,7 @@ dhcpcd:
 libedit*:
   /
 
-libnl-*:
+libnl3-*:
   /
 
 libcap-ng*:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ipa-bolditalic-fonts for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package ipa-bolditalic-fonts for 
openSUSE:Factory checked in at 2012-05-21 07:27:20

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


Package is ipa-bolditalic-fonts, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ 
/work/SRC/openSUSE:Factory/.ipa-bolditalic-fonts.new/ipa-bolditalic-fonts.changes
   2012-05-21 07:27:22.0 +0200
@@ -0,0 +1,7 @@
+---
+Tue May 15 11:47:29 UTC 2012 - belphe...@belbel.or.jp
+
+First created. This package is for opensuse-manuals_ja (BuildRequires).
+
+- 
+

New:

  IPAFont00302_bolditalic.tar.bz2
  ipa-bolditalic-fonts.changes
  ipa-bolditalic-fonts.spec



Other differences:
--
++ ipa-bolditalic-fonts.spec ++
#
# spec file for package ipa-bolditalic-fonts
#
# Copyright (c) 2012 Yasuhiko Kamata
#
# 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.
#
# 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:   ipa-bolditalic-fonts
%define ttf_fontdir /usr/share/fonts/truetype
Url:http://ossipedia.ipa.go.jp/ipafont/
Summary:IPAGothic/IPAPGothic italic (oblique) / bold variants
License:IPA
Group:  System/X11/Fonts
PreReq: %suseconfig_fonts_prereq
Version:003.02
Release:0
Provides:   scalable-font-ja
Provides:   locale(ja)
Source0:IPAFont00302_bolditalic.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Italic (oblique) / Bold variants (processed with fontforge) fonts.

Original Japanese TrueType font is made by IPA
(Information-technology Promotion Agency).

%package -n ipa-gothic-italic-fonts
Summary:Italic variant of Gothic Japanese TrueType font made by IPA
Group:  System/X11/Fonts
Provides:   scalable-font-ja
Provides:   locale(ja)
Provides:   IPAGothic_Italic = %{version}
Obsoletes:  IPAGothic_Italic = 003.02

%description -n ipa-gothic-italic-fonts
Italic variant of Gothic Japanese TrueType font made by IPA
(Information-technology Promotion Agency).

%package -n ipa-gothic-bold-fonts
Summary:Bold variant of Gothic Japanese TrueType font made by IPA
Group:  System/X11/Fonts
Provides:   scalable-font-ja
Provides:   locale(ja)
Provides:   IPAGothic_Bold = %{version}
Obsoletes:  IPAGothic_Bold = 003.02

%description -n ipa-gothic-bold-fonts
Bold variant of Gothic Japanese TrueType font made by IPA
(Information-technology Promotion Agency).

%package -n ipa-gothic-bolditalic-fonts
Summary:Bold+Italic variant of Gothic Japanese TrueType font made by 
IPA
Group:  System/X11/Fonts
Provides:   scalable-font-ja
Provides:   locale(ja)
Provides:   IPAGothic_BoldItalic = %{version}
Obsoletes:  IPAGothic_BoldItalic = 003.02

%description -n ipa-gothic-bolditalic-fonts
Bold+Italic variant of Gothic Japanese TrueType font made by IPA
(Information-technology Promotion Agency).

%package -n ipa-pgothic-italic-fonts
Summary:Italic variant of Proportional Gothic Japanese TrueType font 
made by IPA
Group:  System/X11/Fonts
Provides:   scalable-font-ja
Provides:   locale(ja)
Provides:   IPAPGothic_Italic = %{version}
Obsoletes:  IPAPGothic_Italic = 003.02

%description -n ipa-pgothic-italic-fonts
Italic variant of Proportional Gothic Japanese TrueType font made by IPA
(Information-technology Promotion Agency).

%package -n ipa-pgothic-bold-fonts
Summary:Bold variant of 

commit iprutils for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package iprutils for openSUSE:Factory 
checked in at 2012-05-21 07:27:42

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


Package is iprutils, Maintainer is jloe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes2012-03-22 
12:33:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes   2012-05-21 
07:27:44.0 +0200
@@ -1,0 +2,6 @@
+Tue May 15 14:37:19 UTC 2012 - jloe...@suse.com
+
+- update to version 2.3.10 
+- clean up spec file
+
+---

Old:

  iprutils-2.3.9-src.tgz

New:

  iprutils-2.3.10-src.tgz



Other differences:
--
++ iprutils.spec ++
--- /var/tmp/diff_new_pack.omHfVs/_old  2012-05-21 07:27:46.0 +0200
+++ /var/tmp/diff_new_pack.omHfVs/_new  2012-05-21 07:27:46.0 +0200
@@ -15,40 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   iprutils
-BuildRequires:  ncurses-devel pciutils-devel
-BuildRequires:  glib2-devel pkg-config
-BuildRequires:  sysfsutils-devel
-Summary:Utilities for the IBM Power Linux RAID Adapters
 # NOTE: package's changelog is hidden in % changelog section
 # in file iprutils/spec/iprutils.spec
-Version:2.3.9
-Release:13
+Version:2.3.10
+Release:0
+Summary:Utilities for the IBM Power Linux RAID Adapters
 License:CPL-1.0
-Url:http://sourceforge.net/projects/iprdd/
 Group:  Hardware/Other
-PreReq: %insserv_prereq %fillup_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 %arm
-Source0:iprutils-%{version}-src.tgz
+Url:http://sourceforge.net/projects/iprdd/
+Source0:
https://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/%{version}/%{name}-%{version}-src.tgz
 Patch0: iprconfig.usr-sbin.patch
 Patch1: iprutils.install-man.patch
 Patch2: iprutils.runlevel.patch
 Patch4: iprutils-close.diff
+BuildRequires:  ncurses-devel
+BuildRequires:  pciutils-devel
+BuildRequires:  pkg-config
+BuildRequires:  sysfsutils-devel
+BuildRequires:  pkgconfig(glib-2.0)
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 %arm
 
 %description
 Provides a suite of utilities to manage and configure SCSI devices
 supported by the ipr SCSI storage device driver.
 
-
-
-Authors:
-
-Wayne Boyer way...@linux.vnet.ibm.com
-
 %prep
 %setup -q -n iprutils
 %patch0 -p1
@@ -57,20 +52,18 @@
 %patch4 -p1
 
 %build
-make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -I/usr/include/ncurses 
\$(IPR_DEFINES) CC=%{__cc}
+make %{?_smp_mflags} CFLAGS=%{optflags} -I/usr/include/ncurses 
\$(IPR_DEFINES) CC=gcc
 
 %install
-make INSTALL_MOD_PATH=$RPM_BUILD_ROOT install
-install -d $RPM_BUILD_ROOT/etc/init.d
-install init.d/iprdump $RPM_BUILD_ROOT/etc/init.d/iprdump
-install init.d/iprinit $RPM_BUILD_ROOT/etc/init.d/iprinit
-install init.d/iprupdate $RPM_BUILD_ROOT/etc/init.d/iprupdate
-%if %sles_version == 9
-mv $RPM_BUILD_ROOT/usr/sbin/iprconfig $RPM_BUILD_ROOT/sbin/iprconfig
+make INSTALL_MOD_PATH=%{buildroot} install
+install -d %{buildroot}%{_sysconfdir}/init.d
+install init.d/iprdump %{buildroot}%{_initddir}/iprdump
+install init.d/iprinit %{buildroot}%{_initddir}/iprinit
+install init.d/iprupdate %{buildroot}%{_initddir}/iprupdate
+%if 0%{?sles_version} == 9
+mv %{buildroot}%{_sbindir}/iprconfig %{buildroot}/sbin/iprconfig
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 %ifarch ppc ppc64
 
 %post
@@ -87,10 +80,10 @@
 %defattr(-,root,root,-)
 %doc README LICENSE
 %attr(755,root,root) /sbin/*
-%if %suse_version  910
-%attr(755,root,root) /usr/sbin/*
+%if 0%{?suse_version}  910
+%attr(755,root,root) %{_sbindir}/*
 %endif
 %{_mandir}/man*/*
-%attr(755,root,root) /etc/init.d/*
+%attr(755,root,root) %{_sysconfdir}/init.d/*
 
 %changelog

++ iprutils-2.3.9-src.tgz - iprutils-2.3.10-src.tgz ++
 2013 lines of diff (skipped)

++ iprutils-close.diff ++
--- /var/tmp/diff_new_pack.omHfVs/_old  2012-05-21 07:27:46.0 +0200
+++ /var/tmp/diff_new_pack.omHfVs/_new  2012-05-21 07:27:46.0 +0200
@@ -1,8 +1,8 @@
 Index: iprutils/iprlib.c
 ===
 iprutils.orig/iprlib.c 2011-12-16 18:04:00.0 +0100
-+++ iprutils/iprlib.c  2012-03-20 15:16:59.828322879 +0100
-@@ -8171,15 +8171,16 @@ int ipr_update_ioa_fw(struct ipr_ioa *io
+--- 

commit kdenlive for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2012-05-21 07:27:51

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


Package is kdenlive, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2012-05-08 
12:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2012-05-21 
07:27:53.0 +0200
@@ -1,0 +2,24 @@
+Tue May 15 12:04:17 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.9
+  * Improved effects workflow
+  * Automatic audio alignment
+  * Easy import of online resources
+  * Usability improvements
+- Recording can now be monitored through the audio and color
+  scopes, audio normalization can analyse audio for better
+  results
+- Allow audio only recording
+- Clips can be sorted by date
+- New effects from MLT / frei0r: video stabilizers,
+  IIR Blur, etc
+- Offline editing (Backup the project with proxy clips only to
+  work on less powerful computers)
+  * Read the ChangeLog file for a more complete list of changes
+- Add %icon_theme_cache_post and %desktop_database_post macros and
+  its dependencies as BuildRequires
+- Update the BuildRequires
+- Updates source tag with new URL
+- Recommend genisoimage instead of mkisofs
+
+---

Old:

  kdenlive-0.8.2.1-missing_glu_h.patch
  kdenlive-0.8.2.1.tar.gz

New:

  kdenlive-0.9.tar.gz



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.I9aVtW/_old  2012-05-21 07:27:54.0 +0200
+++ /var/tmp/diff_new_pack.I9aVtW/_new  2012-05-21 07:27:54.0 +0200
@@ -11,38 +11,51 @@
 # 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/
 #
 
 
-%define mlt_version 0.7.6
+%define kde_version 4.3
+%define mlt_version 0.7.8
+%define qt_version 4.5
 
 Name:   kdenlive
-Version:0.8.2.1
+Version:0.9
 Release:0
-Url:http://kdenlive.sourceforge.net/
 Summary:Non-linear video editor
 License:GPL-2.0
 Group:  Productivity/Multimedia/Video/Editors and Convertors
-Source0:
http://sourceforge.net/projects/kdenlive/files/kdenlive/%{version}/kdenlive-%{version}.tar.gz
-Patch0: kdenlive-0.8.2.1-missing_glu_h.patch
+Url:http://www.kdenlive.org/
+Source0:
http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.gz
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  libkde4-devel
-BuildRequires:  pkgconfig(mlt-framework) = %{mlt_version}
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libkde4-devel = %{kde_version}
+BuildRequires:  libkdecore4-devel = %{kde_version}
+BuildRequires:  shared-mime-info
+BuildRequires:  pkgconfig(QJson) = 0.5
+BuildRequires:  pkgconfig(QtCore) = %{qt_version}
+BuildRequires:  pkgconfig(QtDBus) = %{qt_version}
+BuildRequires:  pkgconfig(QtGui) = %{qt_version}
+BuildRequires:  pkgconfig(QtOpenGL) = %{qt_version}
+BuildRequires:  pkgconfig(QtScript) = %{qt_version}
+BuildRequires:  pkgconfig(QtSvg) = %{qt_version}
+BuildRequires:  pkgconfig(QtXml) = %{qt_version}
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(mlt++) = %{mlt_version}
-BuildRequires:  pkgconfig(qimageblitz)
-BuildRequires:  pkgconfig(QJson)
-BuildRequires:  pkgconfig(soprano)
+BuildRequires:  pkgconfig(mlt-framework) = %{mlt_version}
+BuildRequires:  pkgconfig(x11)
 Requires:   %{_bindir}/melt
 # Waiting for the day all libraries have versioned symbols...
-Requires:   %(rpm -qf %{_libdir}/libmlt.so.[0-9] --qf '%{NAME}') = 
%{mlt_version}
-Requires:   %(rpm -qf %{_libdir}/libmlt++.so.[0-9] --qf '%{NAME}') = 
%{mlt_version}
+Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt.so) --qf 
'%{NAME}') = %{mlt_version}
+Requires:   %(rpm -qf $(readlink -qne %{_libdir}/libmlt++.so) --qf 
'%{NAME}') = %{mlt_version}
 Recommends: %{_bindir}/dvdauthor
 Recommends: %{_bindir}/dvgrab
 Recommends: %{_bindir}/ffmpeg
 Recommends: %{_bindir}/ffplay
-Recommends: %{_bindir}/mkisofs
+Recommends: %{_bindir}/genisoimage
 Recommends: %{_bindir}/recordmydesktop
 %kde4_runtime_requires
 
@@ -55,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 %cmake_kde4 -d build
@@ -66,40 +78,44 @@
 %kde4_makeinstall
 popd
 # Debian menu system
-rm -r '%{buildroot}%{_datadir}/menu'
-rm 

commit kexec-tools for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2012-05-21 07:27:57

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


Package is kexec-tools, Maintainer is to...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2011-12-08 
11:29:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2012-05-21 07:27:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 20 16:19:26 UTC 2012 - rschweik...@suse.com
+
+- place binaries into /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.YSYY2R/_old  2012-05-21 07:28:00.0 +0200
+++ /var/tmp/diff_new_pack.YSYY2R/_new  2012-05-21 07:28:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kexec-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kexec-tools
 %ifarch ppc
 BuildRequires:  gcc-64bit
 BuildRequires:  glibc-devel-64bit
 %endif
-License:GPL-2.0+
-Group:  System/Kernel
 Requires:   perl-Bootloader
 PreReq: %insserv_prereq %fillup_prereq
 Summary:Tools for fast kernel loading
+License:GPL-2.0+
+Group:  System/Kernel
 Version:2.0.2
 Release:0
 Source: %{name}-%{version}.tar.bz2
@@ -83,14 +84,12 @@
 %endif
 autoreconf -f
 CFLAGS=$RPM_OPT_FLAGS BUILD_CFLAGS=$RPM_OPT_FLAGS \
-./configure \
-   --prefix=/ \
+%configure \
 %ifarch ppc
 --host=powerpc64-suse-linux \
 --build=powerpc64-suse-linux \
 %endif
-   --sbindir=/sbin \
-   --libdir=/%_lib || true
+#  --libdir=/%_lib || true
 make
 # manpage
 cp %{S:1} .
@@ -101,7 +100,7 @@
 %endif
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%makeinstall
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8
 %if 0%{?suse_version} = 1110
@@ -111,11 +110,27 @@
 mkdir -p ${RPM_BUILD_ROOT}/etc/init.d
 install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec
 %endif
+#UsrMerge
+mkdir -p $RPM_BUILD_ROOT/sbin
+%ifarch %ix86 x86_64
+mkdir -p $RPM_BUILD_ROOT/%_lib
+ln -s %{_libdir}/kexec-tools $RPM_BUILD_ROOT/%_lib
+%endif
+ln -s %{_sbindir}/kdump $RPM_BUILD_ROOT/sbin
+ln -s %{_sbindir}/kexec $RPM_BUILD_ROOT/sbin
+#EndUsrMerge
 
 %clean
 [ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
 %if 0%{?suse_version} = 1110
 
+#UsrMerge
+%pre
+if [ -d /%_lib/kexec-tools ];then
+rm -rf /%_lib/kexec-tools
+fi
+#EndUsrMerge
+
 %post
 %{fillup_and_insserv -n kexec kexec}
 %endif
@@ -131,14 +146,20 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING News TODO doc
 %doc %{_mandir}/man*/*
+#UsrMerge
 /sbin/*
+%ifarch %ix86 x86_64
+/%_lib/kexec-tools*
+%endif
+#EndUsrMerge
+%{_sbindir}
 %if 0%{?suse_version} = 1110
 %{_sbindir}/kexec-bootloader
 /etc/init.d/kexec
 %config /etc/init.d/kexec
 %endif
 %ifarch %ix86 x86_64
-/%_lib/kexec-tools*
+%{_libdir}/kexec-tools*
 %endif
 
 %changelog

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



commit libftdi1 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package libftdi1 for openSUSE:Factory 
checked in at 2012-05-21 07:28:03

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


Package is libftdi1, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libftdi1/libftdi1.changes2011-09-23 
02:08:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libftdi1.new/libftdi1.changes   2012-05-21 
07:28:04.0 +0200
@@ -1,0 +2,6 @@
+Thu May  3 16:21:44 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-2.0-with-classpath-exception
+  Use SPDX format (http://www.spdx.org/licenses)
+
+---



Other differences:
--
++ libftdi1.spec ++
--- /var/tmp/diff_new_pack.r8f2AC/_old  2012-05-21 07:28:05.0 +0200
+++ /var/tmp/diff_new_pack.r8f2AC/_new  2012-05-21 07:28:05.0 +0200
@@ -23,7 +23,7 @@
 Name:   libftdi1
 Version:0.18
 Release:1
-License:LGPL for libftdi and GPLv2+linking exception for the C++ 
wrapper
+License:LGPL-2.1+ and GPL-2.0-with-classpath-exception
 Group:  Hardware/Other
 Url:http://www.intra2net.com/en/developer/libftdi
 Source: libftdi-%{version}.tar.bz2
@@ -34,7 +34,7 @@
 BuildRequires:  doxygen libusb-devel pkgconfig
 
 %package -n libftdi1-devel
-License:LGPL for libftdi and GPLv2+linking exception for the C++ 
wrapper
+License:LGPL-2.1+ and GPL-2.0-with-classpath-exception
 Summary:Header files and static libraries for libftdi
 Group:  Development/Libraries/C and C++
 Requires:   libftdi1 = %{version}, libusb-devel

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



commit mcrypt for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory checked 
in at 2012-05-21 07:28:22

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


Package is mcrypt, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mcrypt/mcrypt.changes2011-11-25 
10:12:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes   2012-05-21 
07:28:39.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 20:16:47 UTC 2012 - joop.boo...@opensuse.org
+
+- add fix by Fedora ( mcrypt-2.6.8-5.fc17.src.rpm ) mcrypt-2.6.7-gaafix.patch
+  to fix arm build
+
+---

New:

  mcrypt-2.6.7-gaafix.patch



Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.neORSV/_old  2012-05-21 07:28:40.0 +0200
+++ /var/tmp/diff_new_pack.neORSV/_new  2012-05-21 07:28:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mcrypt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   mcrypt
-BuildRequires:  libmcrypt-devel libtool mhash-devel zlib-devel
-License:GPL-3.0+
-Group:  Productivity/Security
+BuildRequires:  libmcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  mhash-devel
+BuildRequires:  zlib-devel
 Version:2.6.8
-Release:17
+Release:0
 Summary:Replacement for the crypt Command
+License:GPL-3.0+
+Group:  Productivity/Security
 Source: %{name}-%{version}.tar.bz2
 Patch1: %{name}-%{version}-format_strings.patch
 Patch2: %{name}-%{version}-uninitialized.patch
@@ -33,6 +34,8 @@
 # PATCH-FIX-OPENSUSE mcrypt-manpage-fix.patch petr.u...@suse.cz -- fix manpage 
typos (patch from Debian)
 Patch4: mcrypt-manpage-fix.patch
 Patch5: mcrypt-2.6.8-missing-fclose.patch
+# PATCH-FIX-UPSTREAM fix by Fedora ( mcrypt-2.6.8-5.fc17.src.rpm ) 
mcrypt-2.6.7-gaafix.patch to fix arm build
+Patch6: mcrypt-2.6.7-gaafix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://mcrypt.sourceforge.net/
 
@@ -51,6 +54,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 gettextize -f

++ mcrypt-2.6.7-gaafix.patch ++
diff -up mcrypt-2.6.7/src/gaaout.c.BAD mcrypt-2.6.7/src/gaaout.c
--- mcrypt-2.6.7/src/gaaout.c.BAD   2008-08-25 17:44:59.0 -0400
+++ mcrypt-2.6.7/src/gaaout.c   2008-08-25 17:45:18.0 -0400
@@ -5,6 +5,7 @@
 
 
 #include defines.h
+#include mcrypt_int.h
 
 #include stdio.h
 #include string.h
diff -up mcrypt-2.6.7/src/mcrypt_int.h.BAD mcrypt-2.6.7/src/mcrypt_int.h
--- mcrypt-2.6.7/src/mcrypt_int.h.BAD   2008-08-25 17:45:36.0 -0400
+++ mcrypt-2.6.7/src/mcrypt_int.h   2008-08-25 17:45:42.0 -0400
@@ -15,3 +15,8 @@ void rol_buf(void * buffer, int buffersi
 void mcrypt_version();
 void mcrypt_license();
 void usage(void);
+
+int print_list(void);
+int print_hashlist(void);
+int print_keylist(void);
+
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-05-21 07:28:27

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


Package is mercurial, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-04-23 
16:11:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-05-21 
07:28:41.0 +0200
@@ -1,0 +2,11 @@
+Wed May 16 13:00:29 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.2.1
+  * fix significant memory leak in hgweb
+  * a few other bugfixes
+- changes in version 2.2
+  * feature release
+  * new safe '--amend' option for commit using our new phases
+infrastructure
+
+---

Old:

  _service
  mercurial-2.1.2.tar.gz

New:

  mercurial-2.2.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.WJCTf3/_old  2012-05-21 07:28:42.0 +0200
+++ /var/tmp/diff_new_pack.WJCTf3/_new  2012-05-21 07:28:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.1.2
+Version:2.2.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.1.2.tar.gz - mercurial-2.2.1.tar.gz ++
 31236 lines of diff (skipped)

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



commit mkvtoolnix for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2012-05-21 07:28:37

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


Package is mkvtoolnix, Maintainer is se...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2012-05-03 
10:58:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2012-05-21 07:28:42.0 +0200
@@ -1,0 +2,5 @@
+Wed May 16 21:01:52 UTC 2012 - reddw...@opensuse.org
+
+- Now rake broke. Going back to drake.
+
+---



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.mk8V7x/_old  2012-05-21 07:28:43.0 +0200
+++ /var/tmp/diff_new_pack.mk8V7x/_new  2012-05-21 07:28:43.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  libebml-devel = 1.2.2
 BuildRequires:  libmatroska-devel = 1.3.0
 BuildRequires:  lzo-devel
-BuildRequires:  rubygem-rake
+BuildRequires:  ruby
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(libcurl)
@@ -57,12 +57,10 @@
 
 %build
 %configure --without-build-timestamp --docdir=%{_docdir}/%{name}
-# The included drake version segfaults in Factory and we don't provide a 
package
-# for it. So we use rake even if it doesn't support parallel builds.
-rake V=1
+./drake %{?_smp_mflags} V=1
 
 %install
-rake install DESTDIR=%{buildroot}
+./drake install DESTDIR=%{buildroot}
 install -pm 0644 AUTHORS ChangeLog COPYING README 
%{buildroot}%{_docdir}/%{name}
 cp -a examples %{buildroot}%{_docdir}/%{name}
 # I guess this is the correct thing to do until bnc#737549 is fixed

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



commit monit for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package monit for openSUSE:Factory checked 
in at 2012-05-21 07:28:41

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


Package is monit, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/monit/monit.changes  2012-03-12 
20:15:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.monit.new/monit.changes 2012-05-21 
07:28:44.0 +0200
@@ -1,0 +2,22 @@
+Fri May 18 10:13:08 UTC 2012 - l...@samba.org
+
+- update to 5.4:
+  * New process uptime test added.
+  * The monit hostname will fallback to plain machine's hostname if the lookup
+for FQDN hostname didn't found matching entry.  
+  * The CPU usage for multi-threaded processes on multi-core machine was
+reported incorrectly in the case that the process used more CPU resources
+then equivalent to one core.
+  * The content match test now sends one event per cycle and pattern.
+  * The /proc/ files content match test was skipped, as the file size on the
+ procfs is 0, so monit supposed that there is no content to read.
+  * Allow reading status and perform Monit actions when using client SSL
+certificate.
+  * When the process is starting/stopping, do the process state check more
+effectively to not stress the low power devices with aggresive polling.
+  * Make the process start/stop wait resistant to large time changes.
+  * Compilation: If PAM is enabled but the PAM headers or library are not
+found by the configure script, it will report error.
+- BuildRequire pam-devel.
+ 
+---

Old:

  monit-5.3.2.tar.gz

New:

  monit-5.4.tar.gz



Other differences:
--
++ monit.spec ++
--- /var/tmp/diff_new_pack.2YF36K/_old  2012-05-21 07:28:46.0 +0200
+++ /var/tmp/diff_new_pack.2YF36K/_new  2012-05-21 07:28:46.0 +0200
@@ -17,9 +17,8 @@
 #
 
 
-
 Name:   monit
-Version:5.3.2
+Version:5.4
 Release:0
 Summary:Service Manager and Monitor System
 License:AGPL-3.0
@@ -41,6 +40,7 @@
 BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
 Obsoletes:  monit-beta  %{version}
 Provides:   monit-beta = %{version}
 %if %{_vendor} == suse

++ monit-5.3.2.tar.gz - monit-5.4.tar.gz ++
 15780 lines of diff (skipped)

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



commit nfs-utils for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2012-05-21 07:28:50

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


Package is nfs-utils, Maintainer is nfbr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2012-05-09 
18:32:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2012-05-21 
07:28:53.0 +0200
@@ -1,0 +2,8 @@
+Thu May 17 07:04:58 UTC 2012 - nfbr...@suse.com
+
+- nfs upstream version 1.2.5.  Lots of bug fixes
+  and improved support for pNFS.
+  Adds nfsdcld daemon on osd_login script.
+  Removed some very out-of-date documentation.
+
+---

Old:

  nfs-utils-1.2.5.tar.bz2
  nfs-utils-page_size.patch
  warn-nfs-udp.patch

New:

  mkdir-sbin
  nfs-utils-1.2.6.tar.bz2
  remove_pretty_sig.patch



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.FuJmiP/_old  2012-05-21 07:28:56.0 +0200
+++ /var/tmp/diff_new_pack.FuJmiP/_new  2012-05-21 07:28:56.0 +0200
@@ -21,6 +21,7 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  gcc-c++
 BuildRequires:  krb5-devel
+BuildRequires:  libevent-devel
 BuildRequires:  libgssglue-devel = 0.3
 BuildRequires:  libmount-devel
 BuildRequires:  librpcsecgss
@@ -28,17 +29,13 @@
 BuildRequires:  libtool
 BuildRequires:  nfsidmap-devel = 0.24
 BuildRequires:  pkgconfig
+BuildRequires:  sqlite3-devel
 BuildRequires:  tcpd-devel
-%if 0%{?suse_version}  1100
-BuildRequires:  libevent-devel
-%else
-BuildRequires:  libevent
-%endif
 Url:http://nfs.sourceforge.net
 Summary:Support Utilities for Kernel nfsd
 License:GPL-2.0+
 Group:  Productivity/Networking/NFS
-Version:1.2.5
+Version:1.2.6
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq %insserv_prereq
@@ -60,8 +57,8 @@
 Source12:   start-statd
 Source13:   nfs-utils.rpmlintrc
 Patch0: nfs-utils-1.0.7-bind-syntax.patch
-Patch1: warn-nfs-udp.patch
-Patch2: nfs-utils-page_size.patch
+Patch1: remove_pretty_sig.patch
+Patch2: mkdir-sbin
 Suggests:   python-base
 
 %description
@@ -139,11 +136,10 @@
 %setup -q -n nfs-utils-%{version} -a 1
 %patch0 -p1
 %patch1 -p1
-%patch2
+%patch2 -p1
 cp %{S:6} .
 
 %build
-%{?suse_update_config:%{suse_update_config -f }}
 rm -f configure; autoreconf -fi
 CFLAGS=$RPM_OPT_FLAGS -fPIE -fno-strict-aliasing LDFLAGS=-pie ./configure \
--mandir=%{_mandir} \
@@ -151,6 +147,7 @@
--enable-nfsv4 \
--enable-gss \
--enable-ipv6 \
+   --enable-nfsdcld \
--enable-mount \
--enable-libmount-mount \
--enable-mountconfig \
@@ -266,6 +263,7 @@
 /sbin/mount.nfs4
 /sbin/umount.nfs
 /sbin/umount.nfs4
+/sbin/osd_login
 /usr/sbin/gss_clnt_send_err
 /usr/sbin/gss_destroy_creds
 %attr(0755,root,root) /usr/sbin/mountstats
@@ -318,6 +316,7 @@
 /usr/sbin/rpc.mountd
 /usr/sbin/rpc.nfsd
 /usr/sbin/rpc.svcgssd
+/usr/sbin/nfsdcld
 %{_mandir}/man5/exports.5.gz
 %{_mandir}/man7/nfsd.7.gz
 %{_mandir}/man8/exportfs.8.gz
@@ -326,6 +325,7 @@
 %{_mandir}/man8/rpc.mountd.8.gz
 %{_mandir}/man8/rpc.nfsd.8.gz
 %{_mandir}/man8/rpc.svcgssd.8.gz
+%{_mandir}/man8/nfsdcld.8.gz
 /usr/share/omc/svcinfo.d/nfs-kernel-server.xml
 %config(noreplace) /var/lib/nfs/xtab
 %config(noreplace) /var/lib/nfs/etab
@@ -334,6 +334,6 @@
 
 %files -n nfs-doc
 %defattr(-,root,root)
-%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
+%doc nfs/*.html nfs/*.ps README.NFSv4
 
 %changelog

++ README.NFSv4 ++
--- /var/tmp/diff_new_pack.FuJmiP/_old  2012-05-21 07:28:56.0 +0200
+++ /var/tmp/diff_new_pack.FuJmiP/_new  2012-05-21 07:28:56.0 +0200
@@ -1,5 +1,5 @@
 NFSv4 README
-Last updated: 15 June 2006
+Last updated: 17 May 2012
 
 0. Contents:
 ---
@@ -39,7 +39,7 @@
 1. Overview:
 
 
-The Network File System Version 4 (NFSv4) is a new distributed file system 
+The Network File System Version 4 (NFSv4) is a distributed file system 
 similar to previous versions of NFS in its straightforward design, and 
 independence of transport protocols and operating systems for file access in a 
 heterogeneous network. Unlike earlier versions of NFS, the new protocol 
@@ -52,7 +52,8 @@
 1.1 The Purpose of this document
 
 
-This document is intended as a step-by-step guide to setup NFSv4 on SLES 10. 
+This document is intended as a step-by-step guide to setup NFSv4 on
+openSUSE 12.
 It discusses NFSv4 server and client configuration.
 
 
@@ -61,14 

commit OpenPrintingPPDs for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package OpenPrintingPPDs for 
openSUSE:Factory checked in at 2012-05-21 07:28:55

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


Package is OpenPrintingPPDs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/OpenPrintingPPDs/OpenPrintingPPDs.changes
2011-10-18 14:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.OpenPrintingPPDs.new/OpenPrintingPPDs.changes   
2012-05-21 07:28:57.0 +0200
@@ -1,0 +2,8 @@
+Tue May  8 12:11:53 CEST 2012 - jsm...@suse.de
+
+- Do not provide PPDs for the Ghostscript driver lx5000 because
+  the driver is removed from the default build in Ghostscript,
+  see the Built-in drivers for old Lexmark printers mail thread
+  on gs-de...@ghostscript.com dated June 2011 (bnc#760684).
+
+---
@@ -4,2 +12,2 @@
-- Remove redundant tags/sections from specfile
-- Pick stronger compression
+- Remove redundant tags/sections from specfile.
+- Pick stronger compression.



Other differences:
--
++ OpenPrintingPPDs.spec ++
--- /var/tmp/diff_new_pack.fiZQIw/_old  2012-05-21 07:28:59.0 +0200
+++ /var/tmp/diff_new_pack.fiZQIw/_new  2012-05-21 07:28:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenPrintingPPDs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   OpenPrintingPPDs
 BuildRequires:  cups
 Summary:PPD files from OpenPrinting.org
-Version:4.0.0
-Release:3
-Url:
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query
 License:GPL-2.0+ ; MIT
 Group:  Hardware/Printing
+Version:4.0.0
+Release:0
+Url:
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query
 BuildArch:  noarch
 # The main-package OpenPrintingPPDs alone is useless because it does not 
contain any PPD files.
 # The PPD files are provided via its sub-packages depending on which kind of 
driver software
@@ -68,7 +66,6 @@
 
 %package ghostscript
 Summary:PPD files from OpenPrinting.org which use Ghostscript built-in 
drivers
-License:GPL-2.0+ ; MIT
 Group:  Hardware/Printing
 # This version is no typo because the PPDs are created at OpenPrinting.org
 # by PPD-O-MATIC version X.Y.Z which is the version of this package
@@ -85,7 +82,6 @@
 
 %package hpijs
 Summary:PPD files from OpenPrinting.org which use the hpijs driver
-License:GPL-2.0+ ; MIT
 Group:  Hardware/Printing
 # This version is no typo because the PPDs are created at OpenPrinting.org
 # by PPD-O-MATIC version X.Y.Z which is the version of this package
@@ -102,7 +98,6 @@
 
 %package postscript
 Summary:PPD files from OpenPrinting.org for PostScript printers
-License:GPL-2.0+ ; MIT
 Group:  Hardware/Printing
 # Regardless that PPD files for PostScript printers do not require a driver
 # many PPD files from OpenPrinting.org for PostScript printers still
@@ -234,6 +229,10 @@
 # The particular GDI printer models which are supported have already their
 # individual /usr/share/cups/model/OpenPrintingPPDs/ghostscript/*gdi* PPD 
files.
 rm 
%{buildroot}/usr/share/cups/model/OpenPrintingPPDs/ghostscript/Generic-GDI_Printer.gdi.ppd.gz
+# Do not install PPDs for the Ghostscript driver lx5000 because
+# the driver is removed from the default build in Ghostscript,
+# see https://bugzilla.novell.com/show_bug.cgi?id=760684#c1
+rm 
%{buildroot}/usr/share/cups/model/OpenPrintingPPDs/ghostscript/*.lx5000.ppd.gz
 
 %files
 %defattr(-,root,root)

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



commit package-translations for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-05-21 07:29:04

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-05-14 16:17:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-05-21 07:29:05.0 +0200
@@ -2 +2 @@
-Sat May 12 16:13:32 CEST 2012 - co...@suse.com
+Wed May 16 16:13:49 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-05-12
+- automated update on 2012-05-16



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ
Files old/mo/package-translations-es.mo and new/mo/package-translations-es.mo 
differ
Files old/mo/package-translations-fi.mo and new/mo/package-translations-fi.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-hu.mo and new/mo/package-translations-hu.mo 
differ
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-pt_BR.mo and 
new/mo/package-translations-pt_BR.mo differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit patterns-openSUSE for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2012-05-21 07:29:10

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


Package is patterns-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2012-05-08 12:10:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2012-05-21 07:29:18.0 +0200
@@ -1,0 +2,5 @@
+Fri May 18 05:58:54 UTC 2012 - co...@suse.com
+
+* Changed version and license
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Q23sUy/_old  2012-05-21 07:29:22.0 +0200
+++ /var/tmp/diff_new_pack.Q23sUy/_new  2012-05-21 07:29:22.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   patterns-openSUSE
-Version:12.1
+Version:12.2
 Release:0
 Summary:Patterns for Installation (full ftp tree)
-License:GPL-2.0+
+License:MIT
 Group:  Metapackages
 Url:http://en.opensuse.org/Patterns
 Source: patterns-openSUSE-data.tar.bz2

++ patterns-openSUSE-data.tar.bz2 ++

++ patterns-openSUSE.spec.in ++
--- /var/tmp/diff_new_pack.Q23sUy/_old  2012-05-21 07:29:22.0 +0200
+++ /var/tmp/diff_new_pack.Q23sUy/_new  2012-05-21 07:29:22.0 +0200
@@ -1,10 +1,9 @@
 Name:   patterns-openSUSE
 BuildRequires:  patterns
-License:GPL v2 or later
+License:MIT
 Group:  Metapackages
-AutoReqProv:on
 Summary:Patterns for Installation (full ftp tree)
-Version:11.3
+Version:12.2
 Release:1
 Url:   http://en.opensuse.org/Patterns
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -24,7 +23,6 @@
 
 
 %package Promo
-License:GPL v2 or later
 Summary:Patterns for Installation (Promo DVD)
 Group:  Metapackages
 Conflicts:  patterns-openSUSE-dvd5 patterns-openSUSE-dvd9 
patterns-openSUSE-cd patterns-openSUSE-addon-non-oss patterns-openSUSE 
patterns-openSUSE-KDE-cd patterns-openSUSE-GNOME-cd
@@ -35,7 +33,6 @@
 not make sense.
 
 %package dvd
-License:GPL v2 or later
 Summary:Patterns for Installation (DVD media)
 Group:  Metapackages
 Conflicts:  patterns-openSUSE-dvd5 patterns-openSUSE-dvd9 
patterns-openSUSE-cd patterns-openSUSE-addon-non-oss patterns-openSUSE 
patterns-openSUSE-KDE-cd patterns-openSUSE-GNOME-cd
@@ -88,6 +85,14 @@
 /CD1/suse/setup/descr/ftp-*.pat
 /CD1/suse/setup/descr/non_oss-*.pat
 
+%files ftp
+%defattr(-,root,root)
+%dir /CD1
+%dir /CD1/suse
+%dir /CD1/suse/setup
+%dir /CD1/suse/setup/descr
+/CD1/suse/setup/descr/ftp-*.pat
+
 %files dvd
 %defattr(-,root,root)
 %dir /CD1

++ sort_patterns ++
--- /var/tmp/diff_new_pack.Q23sUy/_old  2012-05-21 07:29:22.0 +0200
+++ /var/tmp/diff_new_pack.Q23sUy/_new  2012-05-21 07:29:22.0 +0200
@@ -1,5 +1,14 @@
 #! /bin/sh
 
+
+# Copyright (c) 2012 SUSE Linux
+
+# Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+# The above copyright notice and this permission notice shall be included in 
all copies or substantial portions of the Software.
+
+# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
+
 # don't forget: export RPM_BUILD_ROOT and RPM_SOURCE_DIR
 version=$1
 release=$2

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



commit perf for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2012-05-21 07:29:17

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


Package is perf, Maintainer is to...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2011-09-23 
12:21:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2012-05-21 
07:29:22.0 +0200
@@ -1,0 +2,6 @@
+Wed May 16 08:34:37 UTC 2012 - tog...@opensuse.org
+
+- Fix build for factory 
+  * added flex and bison to buildrequires 
+
+---



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.39OidR/_old  2012-05-21 07:29:26.0 +0200
+++ /var/tmp/diff_new_pack.39OidR/_new  2012-05-21 07:29:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,17 @@
 #
 
 
-
 Name:   perf
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
 Version:%{version}
-Release:14
-License:GPL-2.0
+Release:0
 Summary:Performance Monitoring Tools for Linux
+License:GPL-2.0
 Group:  Development/Tools/Debuggers
 BuildRequires:  asciidoc
 BuildRequires:  binutils-devel
+BuildRequires:  bison
+BuildRequires:  flex
 BuildRequires:  kernel-source = 2.6.31
 BuildRequires:  libdw-devel
 BuildRequires:  libelf-devel

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



commit perl-CPAN-Meta-YAML for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-YAML for 
openSUSE:Factory checked in at 2012-05-21 07:29:31

Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Meta-YAML (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CPAN-Meta-YAML.new (New)


Package is perl-CPAN-Meta-YAML, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML.changes  
2012-02-16 10:06:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-YAML.new/perl-CPAN-Meta-YAML.changes 
2012-05-21 07:29:33.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 18 15:08:38 UTC 2012 - tabra...@novell.com
+
+- updated to 0.008
+  - Updated from YAML-Tiny to fix compatibility with older Scalar::Utils
+
+---

Old:

  CPAN-Meta-YAML-0.007.tar.gz

New:

  CPAN-Meta-YAML-0.008.tar.gz



Other differences:
--
++ perl-CPAN-Meta-YAML.spec ++
--- /var/tmp/diff_new_pack.z3c1la/_old  2012-05-21 07:29:34.0 +0200
+++ /var/tmp/diff_new_pack.z3c1la/_new  2012-05-21 07:29:34.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-CPAN-Meta-YAML
-Version:0.007
+Version:0.008
 Release:0
 %define cpan_name CPAN-Meta-YAML
 Summary:Read and write a subset of YAML for CPAN Meta files
-License:Artistic-1.0 or GPL-1.0+
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Meta-YAML/
 Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz

++ CPAN-Meta-YAML-0.007.tar.gz - CPAN-Meta-YAML-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-YAML-0.007/Changes 
new/CPAN-Meta-YAML-0.008/Changes
--- old/CPAN-Meta-YAML-0.007/Changes2012-02-08 04:42:48.0 +0100
+++ new/CPAN-Meta-YAML-0.008/Changes2012-03-14 22:13:30.0 +0100
@@ -1,5 +1,11 @@
 Revision history for CPAN-Meta-YAML
 
+0.008 2012-03-14 17:13:24 EST5EDT
+
+  - Generated from ADAMK/YAML-Tiny-1.51.tar.gz
+
+  - Updated from YAML-Tiny to fix compatibility with older Scalar::Utils
+
 0.007 2012-02-07 22:42:42 EST5EDT
 
   - Generated from ADAMK/YAML-Tiny-1.50.tar.gz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-YAML-0.007/META.json 
new/CPAN-Meta-YAML-0.008/META.json
--- old/CPAN-Meta-YAML-0.007/META.json  2012-02-08 04:42:48.0 +0100
+++ new/CPAN-Meta-YAML-0.008/META.json  2012-03-14 22:13:30.0 +0100
@@ -5,7 +5,7 @@
   David Golden dagol...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.35, CPAN::Meta::Converter 
version 2.112621,
+   generated_by : Dist::Zilla version 4.39, CPAN::Meta::Converter 
version 2.120630,
license : [
   perl_5
],
@@ -33,29 +33,29 @@
   },
   runtime : {
  requires : {
-Carp : 0,
-Exporter : 0,
-Scalar::Util : 0,
+Carp : 0,
+Exporter : 0,
+Scalar::Util : 0,
 perl : 5.004,
-strict : 0
+strict : 0
  }
   },
   test : {
  requires : {
-File::Find : 0,
-File::Spec : 0,
-File::Spec::Functions : 0,
-File::Temp : 0,
-Test::More : 0,
-vars : 0,
-warnings : 0
+File::Find : 0,
+File::Spec : 0,
+File::Spec::Functions : 0,
+File::Temp : 0,
+Test::More : 0,
+vars : 0,
+warnings : 0
  }
   }
},
provides : {
   CPAN::Meta::YAML : {
  file : lib/CPAN/Meta/YAML.pm,
- version : 0.007
+ version : 0.008
   }
},
release_status : stable,
@@ -71,6 +71,6 @@
  web : https://github.com/dagolden/cpan-meta-yaml;
   }
},
-   version : 0.007
+   version : 0.008
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-YAML-0.007/META.yml 
new/CPAN-Meta-YAML-0.008/META.yml
--- old/CPAN-Meta-YAML-0.007/META.yml   2012-02-08 04:42:48.0 +0100
+++ new/CPAN-Meta-YAML-0.008/META.yml   2012-03-14 22:13:30.0 +0100
@@ -14,7 +14,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.17
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.35, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'Dist::Zilla version 4.39, CPAN::Meta::Converter version 
2.120630'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,7 +31,7 @@
 provides:
   

commit perl-Time-modules for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Time-modules for 
openSUSE:Factory checked in at 2012-05-21 07:29:39

Comparing /work/SRC/openSUSE:Factory/perl-Time-modules (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Time-modules.new (New)


Package is perl-Time-modules, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-modules/perl-Time-modules.changes  
2011-09-23 12:39:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Time-modules.new/perl-Time-modules.changes 
2012-05-21 07:29:40.0 +0200
@@ -1,0 +2,6 @@
+Wed May 16 15:18:05 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Permissive
+  Choose a license from the list linked at license.opensuse.org
+
+---



Other differences:
--
++ perl-Time-modules.spec ++
--- /var/tmp/diff_new_pack.y6LDij/_old  2012-05-21 07:29:41.0 +0200
+++ /var/tmp/diff_new_pack.y6LDij/_new  2012-05-21 07:29:41.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Group:  Development/Libraries/Perl
 Url:http://www.cpan.org/modules/by-module/Time/
-License:Freely redistributable without restriction
+License:SUSE-Permissive
 Summary:Various Perl time modules
 Source: Time-modules-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit pingus for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package pingus for openSUSE:Factory checked 
in at 2012-05-21 07:29:43

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


Package is pingus, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pingus/pingus.changes2012-03-29 
07:47:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.pingus.new/pingus.changes   2012-05-21 
07:29:45.0 +0200
@@ -5 +5 @@
-- Disable wiimote support (using a with_wiimote defines) for now on
+- Disable wiimote support (using a with_wiimote define) for now on



Other differences:
--

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



commit plymouth for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-05-21 07:29:48

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-05-14 
16:18:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-05-21 
07:29:50.0 +0200
@@ -1,0 +2,12 @@
+Tue May 15 09:09:23 UTC 2012 - tittiatc...@gmail.com
+
+- Added a patch for openSUSE to enable the rebuild of the initrd 
+  with the plymouth-set-default-theme script. (bnc#757284)
+
+---
+Sun May 13 19:21:24 UTC 2012 - tittiatc...@gmail.com
+
+- Added plymouth to the requires of plymouth-scripts. This 
+  should resolve bug (bnc#757284)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.rSbb2A/_old  2012-05-21 07:29:51.0 +0200
+++ /var/tmp/diff_new_pack.rSbb2A/_new  2012-05-21 07:29:51.0 +0200
@@ -140,6 +140,7 @@
 Requires:   findutils
 Requires:   gzip
 Requires:   mkinitrd
+Requires:   plymouth
 BuildArch:  noarch
 
 %description scripts
@@ -231,6 +232,7 @@
 Provides:   %{name}-branding = %{version}
 BuildArch:  noarch
 Conflicts:  otherproviders(plymouth-branding)
+Requires(pre):  %{name}
 
 %description branding-upstream
 This metapackage tracks the Plymouth default theme from upstream.
@@ -264,6 +266,7 @@
 Summary:Plymouth Spinfinity theme
 Group:  System/Base
 Requires:   %{name}-plugin-throbgress = %{version}
+Requires(pre):  %{name}
 BuildArch:  noarch
 Requires(post): %{name}-scripts
 
@@ -341,7 +344,8 @@
 
 %make_install
 rm -f %{buildroot}/%{_bindir}/rhgb-client
-rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-*-initrd
+rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
+rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
 #Link the plymouth client binary also to /bin until the move to /usr is 
completed
 mkdir %{buildroot}/bin
@@ -418,10 +422,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme spinfinity
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R spinfinity
fi
 fi
 
@@ -429,8 +430,7 @@
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == spinfinity ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 
@@ -438,10 +438,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme fade-in
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R fade-in
fi
 fi
 
@@ -449,8 +446,7 @@
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == fade-in ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 
@@ -458,10 +454,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme solar
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R solar
fi
 fi
 
@@ -469,8 +462,7 @@
 if [ $1 -eq 0 ]; then
 export lib=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == solar ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 
@@ -478,10 +470,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme openSUSE
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R openSUSE
fi
 fi
 
@@ -489,8 +478,7 @@
 if [ $1 -eq 0 ]; then
 export lib=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == openSUSE ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 

commit po4a for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package po4a for openSUSE:Factory checked in 
at 2012-05-21 07:29:52

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


Package is po4a, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/po4a/po4a.changes2012-03-26 
11:04:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.po4a.new/po4a.changes   2012-05-21 
07:29:59.0 +0200
@@ -1,0 +2,20 @@
+Thu May 17 11:55:30 UTC 2012 - elchev...@opensuse.org
+
+- update to version 0.42:
+po4a:
+ * Allow adding command-line options after config file.
+
+Text:
+ * Add support for control files.
+
+msguntypot:
+ * Do not remove obsolete entries from PO files.
+
+documentation translations updates
+ * New German translations
+ * Updated Spanish translations
+ * Updated French translations
+ * Updated Japanese translations
+ * Updated Polish translations
+
+---

Old:

  po4a-0.41.tar.gz

New:

  po4a-0.42.tar.gz



Other differences:
--
++ po4a.spec ++
--- /var/tmp/diff_new_pack.VQDEkK/_old  2012-05-21 07:30:00.0 +0200
+++ /var/tmp/diff_new_pack.VQDEkK/_new  2012-05-21 07:30:00.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   po4a
-Version:0.41
+Version:0.42
 Release:0
 License:GPL-2.0
 Summary:Framework to translate documentation and other materials

++ po4a-0.41.tar.gz - po4a-0.42.tar.gz ++
 48727 lines of diff (skipped)

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



commit pymol for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2012-05-21 07:29:57

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


Package is pymol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2012-04-23 
16:12:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2012-05-21 
07:30:01.0 +0200
@@ -1,0 +2,6 @@
+Sat May  5 17:30:03 UTC 2012 - dh...@wustl.edu
+
+- Adding checks for Quadro cards
+- Improved Plugin Manager; Thomas Holder's PyMOL OSFP project
+
+---

Old:

  pymol-1.5.0.3.svn3996.tar.bz2

New:

  pymol-1.5.0.3.svn3998.tar.bz2



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.vIH2ge/_old  2012-05-21 07:30:02.0 +0200
+++ /var/tmp/diff_new_pack.vIH2ge/_new  2012-05-21 07:30:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.5.0.3.svn3996
+Version:1.5.0.3.svn3998
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer

++ pymol-1.5.0.3.svn3996.tar.bz2 - pymol-1.5.0.3.svn3998.tar.bz2 ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.5.0.3.svn3996.tar.bz2 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.5.0.3.svn3998.tar.bz2 differ: 
char 11, line 1

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



commit python-Distutils2 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-Distutils2 for 
openSUSE:Factory checked in at 2012-05-21 07:30:10

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


Package is python-Distutils2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Distutils2/python-Distutils2.changes  
2011-09-23 12:42:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Distutils2.new/python-Distutils2.changes 
2012-05-21 07:30:11.0 +0200
@@ -1,0 +2,5 @@
+Wed May  9 10:01:19 UTC 2012 - co...@suse.com
+
+- patch license to be in spdx.org format
+
+---



Other differences:
--
++ python-Distutils2.spec ++
--- /var/tmp/diff_new_pack.o0OHqE/_old  2012-05-21 07:30:15.0 +0200
+++ /var/tmp/diff_new_pack.o0OHqE/_new  2012-05-21 07:30:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Distutils2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   python-Distutils2
 Version:1.0a3
-Release:1
+Release:0
 Url:http://bitbucket.org/tarek/distutils2/wiki/Home
 Summary:Python Distribution Utilities
-License:PSF
+License:Python-2.0
 Group:  Development/Languages/Python
 Source: Distutils2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit python-django-dbtemplates for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-django-dbtemplates for 
openSUSE:Factory checked in at 2012-05-21 07:30:15

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


Package is python-django-dbtemplates, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-dbtemplates/python-django-dbtemplates.changes
  2011-09-27 16:07:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-dbtemplates.new/python-django-dbtemplates.changes
 2012-05-21 07:30:18.0 +0200
@@ -1,0 +2,15 @@
+Mon May  7 22:18:14 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.3:
+  * Dropped support for Django  1.3 **backwards incompatible**
+  * Dropped using versiontools in favor of home made solution.
+  * Added optional support for TinyMCE editor instead of the CodeMirror
+editor (just enable DBTEMPLATES_USE_TINYMCE).
+  * Fixed compatibility to Django 1.4's handling of the DATABASES
+setting. Should also respect database routers now.
+  * Fixed an issue of the cache key generation in combination with
+memcache's inability to stomach spaces.
+  * Moved test runner to use nose_ and a hosted CI project at Travis:
+http://travis-ci.org/jezdez/django-dbtemplates
+
+---

Old:

  django-dbtemplates-1.2.1.tar.bz2

New:

  django-dbtemplates-1.3.tar.bz2



Other differences:
--
++ python-django-dbtemplates.spec ++
--- /var/tmp/diff_new_pack.qoQJtR/_old  2012-05-21 07:30:21.0 +0200
+++ /var/tmp/diff_new_pack.qoQJtR/_new  2012-05-21 07:30:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-dbtemplates
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
-%define mod_name django-dbtemplates
-
-Name:   python-%{mod_name}
-Version:1.2.1
+Name:   python-django-dbtemplates
+Version:1.3
 Release:0
 Url:http://django-dbtemplates.readthedocs.org/
 Summary:Template loader for templates stored in the database
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: django-dbtemplates-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-versiontools
@@ -49,18 +47,14 @@
 command, integrates with Django's caching system and the admin actions.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n django-dbtemplates-%{version}
 
 %build
-export CFLAGS=%{optflags}
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/*

++ django-dbtemplates-1.2.1.tar.bz2 - django-dbtemplates-1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-dbtemplates-1.2.1/AUTHORS 
new/django-dbtemplates-1.3/AUTHORS
--- old/django-dbtemplates-1.2.1/AUTHORS2011-08-15 13:24:51.0 
+0200
+++ new/django-dbtemplates-1.3/AUTHORS  2012-05-07 23:53:05.0 +0200
@@ -5,10 +5,14 @@
 Arne Brodowski
 David Paccoud
 Diego Búrigo Zacarão
+Dmitry Falk
 Jannis Leidel
+Jure Cuhalev
 Jason Mayfield
 Kevin Mooney
+Mark Stahler
 Matt Dorn
 Oliver George
+Selwin Ong
 Stephan Peijnik s...@anexia.at, ANEXIA Internetdienstleistungs GmbH, 
http://www.anexia.at/
 Zhang Kun
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-dbtemplates-1.2.1/INSTALL 
new/django-dbtemplates-1.3/INSTALL
--- old/django-dbtemplates-1.2.1/INSTALL2010-09-04 14:12:26.0 
+0200
+++ new/django-dbtemplates-1.3/INSTALL  1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-To install it, run the following command inside this directory:
-
-python setup.py install
-
-Or if you'd prefer you can simply place the included ``dbtemplates``
-directory somewhere on your Python path, or symlink to it from
-somewhere on your Python path; this is useful if you're working from a
-Subversion checkout. 

commit python-kombu for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2012-05-21 07:30:27

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


Package is python-kombu, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes
2012-04-20 15:19:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2012-05-21 07:30:28.0 +0200
@@ -1,0 +2,37 @@
+Mon May  7 20:49:30 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.8:
+  * Bound Exchange/Queue's are now pickleable.
+  * Consumer/Producer can now be instantiated without a channel,
+and only later bound using ``.revive(channel)``.
+  * ProducerPool now takes ``Producer`` argument.
+  * kombu.utils.fxrange now counts forever if the
+stop argument is set to None.
+(fxrange is like xrange but for decimals).
+  * Auto delete support for virtual transports were incomplete
+and could lead to problems so it was removed.
+  * Cached declarations (kombu.common.maybe_declare)
+are now bound to the underlying connection, so that
+entities are redeclared if the connection is lost.
+This also means that previously uncacheable entities
+(e.g. non-durable) can now be cached.
+  * compat ConsumerSet: can now specify channel.
+
+---
+Fri Apr 27 18:59:01 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.7:
+  * compat consumerset now accepts optional channel argument.
+
+---
+Mon Apr 23 14:41:50 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.6:
+  * SQLAlchemy transport was not working correctly after URL parser change.
+  * maybe_declare now stores cached declarations per underlying connection
+instead of globally, in the rare case that data disappears from the
+broker after connection loss.
+  * Django: Added South migrations.
+Contributed by Joseph Crosland.
+
+---

Old:

  kombu-2.1.5.tar.bz2

New:

  kombu-2.1.8.tar.bz2



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.0RAhec/_old  2012-05-21 07:30:30.0 +0200
+++ /var/tmp/diff_new_pack.0RAhec/_new  2012-05-21 07:30:30.0 +0200
@@ -19,7 +19,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-kombu
-Version:2.1.5
+Version:2.1.8
 Release:0
 License:BSD-2-Clause
 Summary:AMQP Messaging Framework for Python

++ kombu-2.1.5.tar.bz2 - kombu-2.1.8.tar.bz2 ++
 5573 lines of diff (skipped)

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



commit python-pyenchant for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-pyenchant for 
openSUSE:Factory checked in at 2012-05-21 07:30:32

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


Package is python-pyenchant, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyenchant/python-pyenchant.changes
2012-05-07 22:50:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyenchant.new/python-pyenchant.changes   
2012-05-21 07:30:34.0 +0200
@@ -1,0 +2,7 @@
+Fri May  4 09:27:09 UTC 2012 - toddrme2...@gmail.com
+
+- Add full url to source
+- Make python 3 package noarch like the python 2 package
+- Fix rpmlint warnings
+
+---
python3-pyenchant.changes: same change



Other differences:
--
++ python-pyenchant.spec ++
--- /var/tmp/diff_new_pack.Fe2yff/_old  2012-05-21 07:30:35.0 +0200
+++ /var/tmp/diff_new_pack.Fe2yff/_new  2012-05-21 07:30:35.0 +0200
@@ -15,16 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define modname enchant
-%define tarname py%{modname}
-Name:   python-%{tarname}
+%define pyname  enchant
+%define modname py%{pyname}
+Name:   python-%{modname}
 Version:1.6.5
 Release:0
 Url:http://www.rfk.id.au/software/pyenchant/
 Summary:Python bindings for the Enchant spellchecking system
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-Source: %{tarname}-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  enchant
 BuildRequires:  python-devel
@@ -43,7 +43,7 @@
 PyEnchant is a spellchecking library for Python, based on the excellent 
Enchant library.
 
 %prep
-%setup -q -n %{tarname}-%{version}
+%setup -q -n %{modname}-%{version}
 
 %build
 python setup.py build
@@ -54,7 +54,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt TODO.txt
-%{python_sitelib}/%{modname}
-%{python_sitelib}/%{tarname}-%{version}-py%{py_ver}.egg-info 
+%{python_sitelib}/%{pyname}
+%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info 
 
 %changelog

++ python3-pyenchant.spec ++
--- /var/tmp/diff_new_pack.Fe2yff/_old  2012-05-21 07:30:35.0 +0200
+++ /var/tmp/diff_new_pack.Fe2yff/_new  2012-05-21 07:30:35.0 +0200
@@ -15,26 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define modname enchant
-%define tarname py%{modname}
-Name:   python3-%{tarname}
+%define pyname  enchant
+%define modname py%{pyname}
+Name:   python3-%{modname}
 Version:1.6.5
 Release:0
 Url:http://www.rfk.id.au/software/pyenchant/
 Summary:Python bindings for the Enchant spellchecking system
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-Source: %{tarname}-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  enchant
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-Requires:   enchant
-Obsoletes:  python3-%{modname}  %{version}
-Provides:   python3-%{modname} = %{version}
-Provides:   PyEnchant
+Provides:   PyEnchant = %{version}
 %if 0%{?suse_version} = 1140
 %{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
@@ -43,12 +40,15 @@
 BuildRequires:  python3-32bit
 %endif
 %endif
+BuildArch:  noarch
+Requires:   enchant
+Requires:   python3 = %{py3_ver}
 
 %description
 PyEnchant is a spellchecking library for Python, based on the excellent 
Enchant library.
 
 %prep
-%setup -q -n %{tarname}-%{version}
+%setup -q -n %{modname}-%{version}
 
 %build
 python3 setup.py build
@@ -59,7 +59,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt TODO.txt
-%{python3_sitelib}/%{modname}
-%{python3_sitelib}/%{tarname}-%{version}-py%{py3_ver}.egg-info 
+%{python3_sitelib}/%{pyname}
+%{python3_sitelib}/%{modname}-%{version}-py%{py3_ver}.egg-info 
 
 %changelog

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



commit python-pylint for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2012-05-21 07:30:36

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


Package is python-pylint, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes  
2012-05-07 22:50:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new/python-pylint.changes 
2012-05-21 07:30:39.0 +0200
@@ -1,0 +2,6 @@
+Fri May  4 09:30:09 UTC 2012 - toddrme2...@gmail.com
+
+- Fix rpmlint warnings
+- Added full url to source file
+
+---
python3-pylint.changes: same change



Other differences:
--
++ python-pylint.spec ++
--- /var/tmp/diff_new_pack.QCQQ2Y/_old  2012-05-21 07:30:40.0 +0200
+++ /var/tmp/diff_new_pack.QCQQ2Y/_new  2012-05-21 07:30:40.0 +0200
@@ -23,12 +23,12 @@
 License:GPL-2.0+
 Group:  Development/Languages/Python
 Url:http://www.logilab.org/projects/pylint/
-Source: pylint-%{version}.tar.gz
+Source: 
http://download.logilab.org/pub/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  python-devel
 Requires:   python-logilab-astng = 0.21.1
 Requires:   python-logilab-common = 0.55
 Provides:   pylint = %{version}
-Obsoletes:  pylint = %{version}
+Obsoletes:  pylint  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
 %if 0%{?suse_version} = 1110
@@ -62,6 +62,8 @@
 %install
 #export PYTHONOPTIMIZE=1 #--optimize=1
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# fix non-executable rpmlint warning
+chmod +x %{buildroot}%{python_sitelib}/%{modname}/epylint.py
 
 %clean
 rm -rf %{buildroot}

++ python3-pylint.spec ++
--- /var/tmp/diff_new_pack.QCQQ2Y/_old  2012-05-21 07:30:40.0 +0200
+++ /var/tmp/diff_new_pack.QCQQ2Y/_new  2012-05-21 07:30:40.0 +0200
@@ -23,14 +23,14 @@
 License:GPL-2.0+
 Group:  Development/Languages/Python
 Url:http://www.logilab.org/projects/pylint/
-Source: pylint-%{version}.tar.gz
+Source: 
http://download.logilab.org/pub/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 Requires:   python3-logilab-astng = 0.21.1
 Requires:   python3-logilab-common = 0.55
 Provides:   pylint = %{version}
-Obsoletes:  pylint = %{version}
+Obsoletes:  pylint  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1140
 %{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
@@ -69,6 +69,8 @@
 # build failes without --no-compile
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --no-compile
 for f in %{buildroot}%{_bindir}/*; do mv $f $f-python%{py3_ver}; done
+# fix non-executable rpmlint warning
+chmod +x %{buildroot}%{python3_sitelib}/%{modname}/epylint.py
 
 %clean
 rm -rf %{buildroot}

++ pylint-0.25.1.tar.gz ++

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



commit qbittorrent for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-05-21 07:30:50

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


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-03-26 
14:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-05-21 07:30:52.0 +0200
@@ -1,0 +2,8 @@
+Sat May  5 11:28:30 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.9.8, bugfix release:
+  + UI style fixes
+  + Update Italian translation
+- Drop qbittorrent-gcc47.patch: fixed upstream.
+
+---

Old:

  qbittorrent-2.9.7.tar.xz
  qbittorrent-gcc47.patch

New:

  qbittorrent-2.9.8.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.gZDBk6/_old  2012-05-21 07:30:53.0 +0200
+++ /var/tmp/diff_new_pack.gZDBk6/_new  2012-05-21 07:30:53.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   qbittorrent
-Version:2.9.7
+Version:2.9.8
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://sourceforge.net/projects/qbittorrent
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
-Patch0: qbittorrent-gcc47.patch
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -54,7 +53,7 @@
 %prep
 %setup -q
 # apply patches
-%patch0 -p1
+# none atm
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

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



commit python-SQLAlchemy for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2012-05-21 07:30:40

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


Package is python-SQLAlchemy, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes  
2012-05-08 11:15:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2012-05-21 07:30:42.0 +0200
@@ -1,0 +2,94 @@
+Sun May  6 12:22:59 UTC 2012 - l...@linux-schulserver.de
+
+- update to 0.7.7:
+  * orm
+  - [bug] Fixed issue in unit of work whereby setting a non-None 
+self-referential many-to-one relationship to None would fail 
+to persist the change if the former value was not already loaded.
+[ticket:2477].
+
+  - [feature] Added prefix_with() method to Query, calls upon 
+select().prefix_with() to allow placement of MySQL SELECT
+directives in statements.  Courtesy Diana Clarke [ticket:2443]
+
+  - [bug] Fixed bug in 0.7.6 introduced by [ticket:2409] whereby 
+column_mapped_collection used against columns that were mapped as
+joins or other indirect selectables would fail to function.
+
+  - [feature] Added new flag to @validates include_removes. When True, 
+collection remove and attribute del events will also be sent to 
+the validation function, which accepts an additional argument
+is_remove when this flag is used.
+
+  - [bug] Fixed bug whereby polymorphic_on column that's not otherwise 
+mapped on the class would be incorrectly included in a merge() 
+operation, raising an error. [ticket:2449]
+
+  - [bug] Fixed bug in expression annotation mechanics which could 
+lead to incorrect rendering of SELECT statements with aliases
+and joins, particularly when using column_property(). [ticket:2453]
+
+  - [bug] Fixed bug which would prevent OrderingList from being 
+pickleable [ticket:2454].  Courtesy Jeff Dairiki
+
+  - [bug] Fixed bug in relationship comparisons whereby calling 
+unimplemented methods like SomeClass.somerelationship.like() 
+would produce a recursion overflow, instead of NotImplementedError.
+
+  * sql
+  - [bug] Removed warning when Index is created with no columns;  
+while this might not be what the user intended, it is a valid use case 
+as an Index could be a placeholder for just an index of a certain name.
+
+  - [feature] Added new connection event dbapi_error(). Is called for 
+all DBAPI-level errors passing the original DBAPI exception before 
+SQLAlchemy modifies the state of the cursor. with engine.begin(), 
+the newly acquired Connection is closed explicitly before propagating 
+the exception onward normally.
+
+  - [bug] Add BINARY, VARBINARY to types.__all__, [ticket:2474]
+
+  * mssql
+  - [feature] Added interim create_engine flag supports_unicode_binds 
+to PyODBC dialect, to force whether or not the dialect passes 
+Python unicode literals to PyODBC or not.
+
+  - [bug] Repaired the use_scope_identity create_engine() flag when 
+using the pyodbc dialect. Previously this flag would be ignored if 
+set to False.  When set to False, you'll get SELECT @@identity 
+after each INSERT to get at the last inserted ID, for those tables 
+which have implicit_returning set to False.
+ 
+  - [bug] UPDATE..FROM syntax with SQL Server requires that the updated 
+table be present in the FROM clause when an alias of that table is 
+also present in the FROM clause. The updated table is now always present
+in the FROM, when FROM is present in the first place.  Courtesy sayap.
+[ticket:2468]
+
+  * postgresql
+  - [feature] Added new for_update/with_lockmode() options for Postgresql: 
+for_update=read/ with_lockmode(read), for_update=read_nowait/
+with_lockmode(read_nowait). These emit FOR SHARE and FOR SHARE 
+NOWAIT, respectively.  Courtesy Diana Clarke [ticket:2445]
+
+  - [bug] removed unnecessary table clause when reflecting domains, 
[ticket:2473]
+
+  * mysql
+  - [bug] Fixed bug whereby column name inside of KEY clause for 
autoincrement 
+composite column with InnoDB would double quote a name that's a reserved 
+word.  Courtesy Jeff Dairiki. [ticket:2460]
+
+  - [bug] Fixed bug whereby get_view_names() for information_schema schema 
+would fail to retrieve views marked as SYSTEM VIEW. courtesy Matthew 
Turland.
+
+  - [bug] Fixed bug whereby if cast() is used on a SQL expression whose type 
+is not supported by cast() and therefore CAST isn't rendered by the 
+dialect, the order of evaluation could change if the casted expression 
+required that it be grouped; grouping is now applied to those expressions.
+
+  

commit python-tz for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package python-tz for openSUSE:Factory 
checked in at 2012-05-21 07:30:45

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


Package is python-tz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-tz/python-tz.changes  2012-05-07 
22:51:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tz.new/python-tz.changes 2012-05-21 
07:30:46.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 13:03:19 UTC 2012 - toddrme2...@gmail.com
+
+- Cleanup spec files
+- Fix rpmlint warnings
+
+---
python3-tz.changes: same change



Other differences:
--
++ python-tz.spec ++
--- /var/tmp/diff_new_pack.Q25yRG/_old  2012-05-21 07:30:47.0 +0200
+++ /var/tmp/diff_new_pack.Q25yRG/_new  2012-05-21 07:30:47.0 +0200
@@ -15,28 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-Name:   python-tz
+%define pyname  tz
+Name:   python-%{pyname}
+%define modname py%{pyname}
 Version:2012c
 Release:0
+Summary:Olson timezone database for python
+License:MIT
+Group:  Development/Libraries/Python
 Url:http://pytz.sourceforge.net/
-Source0:
http://pypi.python.org/packages/source/p/pytz/pytz-%{version}.tar.bz2
-%if 0%{?suse_version}  1110
-BuildArch:  noarch
-%endif
+Source0:
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  1010
+BuildRequires:  python-devel
+%if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
-BuildRequires:  python-devel
-# Requires python-setuptools with Python 2.3
-%if 0%{?sles_version} == 9
-BuildRequires:  python-setuptools
+%if 0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
+BuildArch:  noarch
 %endif
-%py_requires
-Summary:Olson timezone database for python
-License:MIT
-Group:  Development/Libraries/Python
 
 %description
 pytz brings the Olson tz database into Python. This library allows
@@ -46,22 +44,26 @@
 Reference (datetime.tzinfo).
 
 %prep
-%setup -n pytz-%{version}
+%setup -n %{modname}-%{version}
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES
-%if 0%{?suse_version}  1010
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+# fix executability rpmlint warning
+chmod +x %{buildroot}%{python_sitelib}/%{modname}/tzfile.py
+%if 0%{?suse_version}
 %fdupes %{buildroot}
 %endif
 
 %clean
-%__rm -rf %{buildroot}
+rm -rf %{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root,-)
 %doc CHANGES.txt LICENSE.txt README.txt
+%{python_sitelib}/%{modname}/
+%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ python3-tz.spec ++
--- /var/tmp/diff_new_pack.Q25yRG/_old  2012-05-21 07:30:47.0 +0200
+++ /var/tmp/diff_new_pack.Q25yRG/_new  2012-05-21 07:30:47.0 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-Name:   python3-tz
+%define pyname  tz
+Name:   python3-%{pyname}
+%define modname py%{pyname}
 Version:2012c
 Release:0
 Summary:Olson timezone database for python
 License:MIT
 Group:  Development/Libraries/Python
 Url:http://pytz.sourceforge.net/
-Source0:
http://pypi.python.org/packages/source/p/pytz/pytz-%{version}.tar.bz2
+Source0:
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-2to3
@@ -34,9 +35,6 @@
 %if 0%{?suse_version} = 1140
 %{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%ifarch x86_64
-BuildRequires:  python3-32bit
-%endif
 %endif
 BuildArch:  noarch
 Requires:   python3 = %{py3_ver}
@@ -49,13 +47,15 @@
 Reference (datetime.tzinfo).
 
 %prep
-%setup -n pytz-%{version}
+%setup -n %{modname}-%{version}
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+# fix executability rpmlint warning
+chmod 

commit rubygem-actionpack-3_2 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionpack-3_2 for 
openSUSE:Factory checked in at 2012-05-21 07:31:00

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


Package is rubygem-actionpack-3_2, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes
2012-05-11 09:46:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes
   2012-05-21 07:31:40.0 +0200
@@ -1,0 +2,5 @@
+Mon May 14 12:17:06 UTC 2012 - co...@suse.com
+
+- add generic provides
+
+---



Other differences:
--
++ rubygem-actionpack-3_2.spec ++
--- /var/tmp/diff_new_pack.PkYYUN/_old  2012-05-21 07:31:42.0 +0200
+++ /var/tmp/diff_new_pack.PkYYUN/_new  2012-05-21 07:31:42.0 +0200
@@ -57,6 +57,9 @@
 BuildRequires:  rubygem-erubis-2_7 = 2.7.0
 Requires:   rubygem-erubis-2_7 = 2.7.0
 
+Provides:   rubygem-%{mod_name} = %{version}
+Provides:   rubygem-%{mod_name}-3 = %{version}
+
 #
 Url:http://www.rubyonrails.org
 Source: %{mod_full_name}.gem


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



commit rubygem-delayed_job-3_0 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job-3_0 for 
openSUSE:Factory checked in at 2012-05-21 07:31:52

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


Package is rubygem-delayed_job-3_0, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-delayed_job-3_0/rubygem-delayed_job-3_0.changes
  2012-04-19 08:51:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job-3_0.new/rubygem-delayed_job-3_0.changes
 2012-05-21 07:31:58.0 +0200
@@ -1,0 +2,5 @@
+Mon May 14 12:17:49 UTC 2012 - co...@suse.com
+
+- add generic provides
+
+---



Other differences:
--
++ rubygem-delayed_job-3_0.spec ++
--- /var/tmp/diff_new_pack.scT0HB/_old  2012-05-21 07:32:02.0 +0200
+++ /var/tmp/diff_new_pack.scT0HB/_new  2012-05-21 07:32:02.0 +0200
@@ -29,6 +29,8 @@
 BuildRequires:  rubygem-activesupport-3_2 = 3.0
 BuildRequires:  rubygems_with_buildroot_patch
 Requires:   rubygem-activesupport-3_2 = 3.0
+Provides:   rubygem-%{mod_name} = %{version}
+Provides:   rubygem-%{mod_name}-3 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
 


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



commit rubygem-journey-1_0 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-journey-1_0 for 
openSUSE:Factory checked in at 2012-05-21 07:31:56

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


Package is rubygem-journey-1_0, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-journey-1_0/rubygem-journey-1_0.changes  
2012-04-12 09:51:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-journey-1_0.new/rubygem-journey-1_0.changes 
2012-05-21 07:32:03.0 +0200
@@ -1,0 +2,5 @@
+Mon May 14 12:15:22 UTC 2012 - co...@suse.com
+
+- fix provides
+
+---



Other differences:
--
++ rubygem-journey-1_0.spec ++
--- /var/tmp/diff_new_pack.4sRgp6/_old  2012-05-21 07:32:19.0 +0200
+++ /var/tmp/diff_new_pack.4sRgp6/_new  2012-05-21 07:32:19.0 +0200
@@ -27,8 +27,8 @@
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
 BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-%{mod_name} = %{release}-%{version}
-Provides:   rubygem-%{mod_name}-1 = %{release}-%{version}
+Provides:   rubygem-%{mod_name} = %{version}
+Provides:   rubygem-%{mod_name}-1 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
 


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



commit rubygem-webyast-time for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-05-21 07:32:05

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


Package is rubygem-webyast-time, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-04-23 09:18:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-05-21 07:32:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 24 15:45:26 UTC 2011 - sch...@suse.com
+
+- Merging client and service
+- 0.3.0 
+
+---



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.sS70Gp/_old  2012-05-21 07:32:32.0 +0200
+++ /var/tmp/diff_new_pack.sS70Gp/_new  2012-05-21 07:32:32.0 +0200
@@ -95,7 +95,7 @@
 %webyast_update_assets
 
 %postun
-%webyast_update_assets
+%webyast_remove_assets
 
 %files 
 %defattr(-,root,root,-)

++ webyast-time-0.1.gem ++
Files /var/tmp/diff_new_pack.sS70Gp/_old and /var/tmp/diff_new_pack.sS70Gp/_new 
differ

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



commit scim for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package scim for openSUSE:Factory checked in 
at 2012-05-21 07:32:25

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


Package is scim, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scim/scim.changes2012-01-24 
12:22:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.scim.new/scim.changes   2012-05-21 
07:32:34.0 +0200
@@ -1,0 +2,5 @@
+Sat May 12 12:47:37 UTC 2012 - i...@marguerite.su
+
+- let scim retire as default input method in DVD by removing Provides: 
locale(ja;ko;zh).
+
+---



Other differences:
--
++ scim.spec ++
--- /var/tmp/diff_new_pack.X1jIzy/_old  2012-05-21 07:32:35.0 +0200
+++ /var/tmp/diff_new_pack.X1jIzy/_new  2012-05-21 07:32:35.0 +0200
@@ -40,7 +40,6 @@
 Group:  System/I18n/Chinese
 PreReq: /usr/bin/touch
 Obsoletes:  scim-frontend-x11, scim-server-rawcode, scim-config-simple, 
scim-server-table, scim-gtk2-immodule, scim-config-socket, scim-server-socket, 
scim-config-gconf, scim-frontend-socket
-Provides:   locale(ja;ko;zh)
 Provides:   scim-frontend-x11, scim-server-rawcode, scim-config-simple, 
scim-server-table, scim-gtk2-immodule, scim-config-socket, scim-server-socket, 
scim-frontend-socket
 Url:http://www.scim-im.org/
 Source0:scim-%{version}.tar.gz

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



commit rubygem-mocha for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2012-05-21 07:32:00

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


Package is rubygem-mocha, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2011-09-23 12:44:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2012-05-21 07:32:20.0 +0200
@@ -1,0 +2,10 @@
+Sat May 12 19:21:41 UTC 2012 - co...@suse.com
+
+- update to 0.11.4, se RELEASE.rdoc
+
+---
+Mon Nov  7 15:39:12 UTC 2011 - jmassaguer...@suse.de
+
+- updated to 0.10.0 
+
+---

Old:

  mocha-0.9.8.gem

New:

  mocha-0.11.4.gem



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.olrgYs/_old  2012-05-21 07:32:30.0 +0200
+++ /var/tmp/diff_new_pack.olrgYs/_new  2012-05-21 07:32:30.0 +0200
@@ -19,25 +19,27 @@
 
 
 Name:   rubygem-mocha
-Version:0.9.8
-Release:1
+Version:0.11.4
+Release:0
 %define mod_name mocha
+%define mod_full_name %{mod_name}-%{version}
 #
-License:Other uncritical OpenSource License
 Group:  Development/Languages/Ruby
+License:Ruby or MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 BuildRequires:  rubygem-rake
 %rubygems_requires
 Requires:   rubygem-rake
+# metaclass ~ 0.0.1
+BuildRequires:  rubygem-metaclass-0_0 = 0.0.1
+Requires:   rubygem-metaclass-0_0 = 0.0.1
 #
-Url:http://mocha.rubyforge.org/
-#   http://rubyforge.org/projects/mocha/
-Source: http://rubyforge.org/frs/download.php/63927/mocha-0.9.8.gem
+Url:http://mocha.rubyforge.org
+Source: %{mod_full_name}.gem
 #
 Summary:A library for mocking and stubbing using a syntax like that of 
JMock
-
 %description
 Mocha is a library for mocking and stubbing using a syntax like that of JMock.
 
@@ -47,18 +49,23 @@
 Mocha provides a unified, simple and readable syntax for both traditional
 mocking and partial mocking.
 
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
 
-Authors:
-
-James Mead
-Paul Battley
-Chris Roos
-Ben Griffiths
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 
@@ -67,9 +74,17 @@
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

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



commit source-highlight for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2012-05-21 07:32:35

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


Package is source-highlight, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/source-highlight/source-highlight.changes
2011-09-23 12:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2012-05-21 07:32:39.0 +0200
@@ -1,0 +2,47 @@
+Wed May 16 08:39:18 UTC 2012 - co...@suse.com
+
+- remove explicit lib requires that are even wrong in parts
+
+---
+Wed May  9 13:10:28 UTC 2012 - co...@suse.com
+
+- format sources to readd preamble
+
+---
+Mon Feb 13 10:56:15 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Jan 02 20:20:09 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 3.1.6:
+  * language definition file for T/Foswiki TML markup
+  * new output format: ODF (e.g. for LibreOffice or to generate ODF
+color-highlighted snippets to be used by ODF back-ends, like asciidoc-odf)
+  * new output format: MediaWiki
+
+---
+Sun Sep 04 14:36:55 UTC 2011 - pascal.ble...@opensuse.org
+
+- soname bumped from 3 to 4
+- dropped source-highlight-boost_ldflags_lib64.patch, was merged upstream
+
+- update to 3.1.5:
+  * boost m4 macro finds boost in lib64
+  * boost m4 macro files are not installed
+  * updated php lang definition with new php 5 keywords
+  * language definition for Scheme
+  * language definition for Po files
+  * language definition for Opa
+  * language definition for Javalog
+  * language definition for UPC
+  * fixed a bug in scala.lang dealing with keywords
+  * updated sql.lang
+  * Emacs lisp files highlighted as Lisp
+  * improved logtalk.lang
+  * embed inputlang in the output file
+  * highlight _ in variable declarations
+  * correctly highlight for less when filenames contain spaces
+
+---

Old:

  source-highlight-3.1.4.tar.bz2
  source-highlight-boost_ldflags_lib64.patch

New:

  source-highlight-3.1.6.tar.gz



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.fJTJ2P/_old  2012-05-21 07:32:41.0 +0200
+++ /var/tmp/diff_new_pack.fJTJ2P/_new  2012-05-21 07:32:41.0 +0200
@@ -1,7 +1,8 @@
+# vim: set ts=4 sw=4 et:
 #
 # spec file for package source-highlight
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +17,41 @@
 #
 
 
-
 Name:   source-highlight
-Version:3.1.4
-Release:1
+Version:3.1.6
+Release:0
+%define soname  4
 Summary:Source Code Highlighter with Support for Many Languages
-# ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
-Source: source-highlight-%{version}.tar.bz2
+License:GPL-3.0
+Group:  Productivity/Publishing/Other
+Source: 
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
 Source1:source-highlight-apache2.conf
 Source99:   %{name}-rpmlintrc
-Patch1: source-highlight-boost_ldflags_lib64.patch
 Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch
 Url:http://www.gnu.org/software/src-highlite
-Group:  Productivity/Publishing/Other
-License:GNU General Public License version 3 (GPLv3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex gcc-c++ glibc-devel libstdc++-devel make
-BuildRequires:  boost-devel help2man libicu-devel texinfo
-BuildRequires:  ctags doxygen graphviz
-BuildRequires:  autoconf automake libtool pkgconfig
 BuildRequires:  apache2
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  boost-devel
+BuildRequires:  ctags
+BuildRequires:  doxygen
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  graphviz
+BuildRequires:  help2man
+BuildRequires:  libicu-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
+BuildRequires:  make
+BuildRequires:  pkgconfig
+BuildRequires:  texinfo
 %if 0%{?suse_version} = 1030
 BuildRequires:  fdupes
 

commit sysstat for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2012-05-21 07:32:43

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


Package is sysstat, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2012-03-16 
13:26:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2012-05-21 
07:32:51.0 +0200
@@ -1,0 +2,20 @@
+Thu May 17 12:39:53 UTC 2012 - vci...@suse.com
+
+- update to 10.0.5
+  * [Alain Chereau]: Options -g and -T added to iostat. These options
+enable the user to display statistics for groups of devices.
+  * [Vitezslav Cizek]: sadc now overwrites its standard daily data
+file when this file is from a past month.
+- fixes bnc#758356
+  * sadf: Change time format from HH-MM-SS to HH:MM:SS in the
+various reports displayed by sadf.
+  * XSD document updated: Added a maxOccurs indicator for the timestamp 
element.
+  * Added option --enable-collect-all to configure script. This
+option tells sadc to collect all possible activities, including optional 
ones.
+  * [Peter Schiffer]: Set exit code to 0 for sa2 shell script.
+  * NLS updated. Croatian translation added.
+  * iostat and sadc manual pages updated.
+  * FAQ updated.
+  * CREDITS file updated.
+
+---

Old:

  sysstat-10.0.4.tar.bz2

New:

  sysstat-10.0.5.tar.bz2



Other differences:
--
++ sysstat.spec ++
--- /var/tmp/diff_new_pack.ctThbE/_old  2012-05-21 07:32:53.0 +0200
+++ /var/tmp/diff_new_pack.ctThbE/_new  2012-05-21 07:32:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysstat
-Version:10.0.4
+Version:10.0.5
 Release:0
 Summary:Sar and Iostat Commands for Linux
 License:GPL-2.0+

++ sysstat-10.0.4.tar.bz2 - sysstat-10.0.5.tar.bz2 ++
 2499 lines of diff (skipped)

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



commit virt-viewer for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2012-05-21 07:32:49

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


Package is virt-viewer, Maintainer is carn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2012-05-03 
11:01:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 
2012-05-21 07:32:54.0 +0200
@@ -1,0 +2,14 @@
+Thu May 17 15:10:50 MDT 2012 - carn...@novell.com
+
+- Update to virt-viewer version 0.5.3
+  * Add support for raw IPv6 addresses
+  * Add a remote-viewer.desktop file and register spice:// handling
+  * Add a simple connection dialog to remote-viewer
+  * Add remote-viewer --fullscreen=auto-conf option, to update guest monitors 
configuration to match client
+  * Spice controller support for disable-effects, color-depth and usbredir
+  * Spice controller interaction fixes
+  * Windows version and nsis installer improvements
+  * Import newer translations from transifex
+  * Misc reference leak / crash bugs fixed
+
+---

Old:

  virt-viewer-0.5.2.tar.gz
  virtview-git-uri-crash.patch
  virtview-git-vnc-close.patch

New:

  virt-viewer-0.5.3.tar.gz
  virtview-desktop.patch



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.AJLbN0/_old  2012-05-21 07:32:56.0 +0200
+++ /var/tmp/diff_new_pack.AJLbN0/_new  2012-05-21 07:32:56.0 +0200
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   virt-viewer
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:Virtual Machine Viewer
 License:GPL-2.0+
 Group:  System/Monitoring
 Url:http://www.virt-manager.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:virt-viewer-0.5.2.tar.gz
-Patch0: virtview-git-uri-crash.patch
-Patch1: virtview-git-vnc-close.patch
+Source0:virt-viewer-0.5.3.tar.gz
 Patch20:netcat.diff
 Patch21:windows-keycombo.patch
 Patch22:netware-keycombo.patch
 Patch23:glade-keycombo.patch
 Patch24:report-error.patch
+Patch25:virtview-desktop.patch
 BuildRequires:  automake
 BuildRequires:  gtk2-devel
 BuildRequires:  libvirt-devel = 0.9.7
@@ -66,13 +64,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
+%patch25 -p1
 
 %build
 echo suse_version = %suse_version
@@ -97,6 +94,7 @@
 %{_datadir}/icons/hicolor/*/apps/*
 %{_mandir}/man1/virt-viewer.1*
 %{_mandir}/man1/remote-viewer.1*
+%{_datadir}/applications/remote-viewer.desktop
 /usr/share/virt-viewer/ui/virt-viewer-about.xml
 /usr/share/virt-viewer/ui/virt-viewer-auth.xml
 /usr/share/virt-viewer/ui/virt-viewer.xml

++ glade-keycombo.patch ++
--- /var/tmp/diff_new_pack.AJLbN0/_old  2012-05-21 07:32:56.0 +0200
+++ /var/tmp/diff_new_pack.AJLbN0/_new  2012-05-21 07:32:56.0 +0200
@@ -1,7 +1,7 @@
-Index: virt-viewer-0.5.2/src/virt-viewer.xml
+Index: virt-viewer-0.5.3/src/virt-viewer.xml
 ===
 virt-viewer-0.5.2.orig/src/virt-viewer.xml
-+++ virt-viewer-0.5.2/src/virt-viewer.xml
+--- virt-viewer-0.5.3.orig/src/virt-viewer.xml
 virt-viewer-0.5.3/src/virt-viewer.xml
 @@ -235,12 +235,107 @@
/object
  /child

++ netcat.diff ++
--- /var/tmp/diff_new_pack.AJLbN0/_old  2012-05-21 07:32:56.0 +0200
+++ /var/tmp/diff_new_pack.AJLbN0/_new  2012-05-21 07:32:56.0 +0200
@@ -1,8 +1,8 @@
-Index: virt-viewer-0.5.2/src/virt-viewer-app.c
+Index: virt-viewer-0.5.3/src/virt-viewer-app.c
 ===
 virt-viewer-0.5.2.orig/src/virt-viewer-app.c
-+++ virt-viewer-0.5.2/src/virt-viewer-app.c
-@@ -363,7 +363,7 @@ virt_viewer_app_open_tunnel_ssh(const ch
+--- virt-viewer-0.5.3.orig/src/virt-viewer-app.c
 virt-viewer-0.5.3/src/virt-viewer-app.c
+@@ -377,7 +377,7 @@ virt_viewer_app_open_tunnel_ssh(const ch
  cmd[n++] = sshuser;
  }
  cmd[n++] = sshhost;

++ netware-keycombo.patch ++
--- /var/tmp/diff_new_pack.AJLbN0/_old  2012-05-21 07:32:56.0 +0200
+++ /var/tmp/diff_new_pack.AJLbN0/_new  2012-05-21 07:32:56.0 +0200
@@ -1,8 +1,8 @@
-Index: virt-viewer-0.5.2/src/virt-viewer-window.c
+Index: virt-viewer-0.5.3/src/virt-viewer-window.c
 ===
 

commit vte2 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package vte2 for openSUSE:Factory checked in 
at 2012-05-21 07:32:54

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


Package is vte2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vte2/vte2.changes2012-01-09 
15:22:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.vte2.new/vte2.changes   2012-05-21 
07:32:56.0 +0200
@@ -1,0 +2,6 @@
+Thu May 17 20:23:30 UTC 2012 - dims...@opensuse.org
+
+- Add vte-keymaps.patch: keymap: Treat ALT as META. [bnc#754350,
+  bgo#663779].
+
+---

New:

  vte-keymaps.patch



Other differences:
--
++ vte2.spec ++
--- /var/tmp/diff_new_pack.AvLnuw/_old  2012-05-21 07:32:58.0 +0200
+++ /var/tmp/diff_new_pack.AvLnuw/_new  2012-05-21 07:32:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vte2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _sover 9
 %define _apiver 0.0
 # empty:
@@ -30,6 +31,8 @@
 License:GPL-2.0+
 Group:  Development/Libraries/GNOME
 Source: 
http://download.gnome.org/sources/vte/0.28/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM vte-keymaps.patch bnc#754350 bgo#663779 
dims...@opensuse.org -- keymap: Treat ALT as META. Patch from tracker, comment 
38. So far the likeliest candidate to be merged.
+Patch0: vte-keymaps.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk2-devel
@@ -112,8 +115,8 @@
 %package -n glade3-catalog-vte
 Summary:Terminal Emulator Library -- Catalog for Glade
 Group:  Development/Tools/GUI Builders
-Requires:   libvte%{_sover} = %{version}
 Requires:   glade3
+Requires:   libvte%{_sover} = %{version}
 Supplements:packageand(glade3:%{name}-devel)
 
 %description -n glade3-catalog-vte
@@ -143,6 +146,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 translation-update-upstream
 
 %build

++ vte-keymaps.patch ++
From a9d6a34708f846952f423d078397352858f7b1a4 Mon Sep 17 00:00:00 2001
From: Christian Persch c...@gnome.org
Date: Sat, 12 May 2012 18:48:05 +0200
Subject: [PATCH] keymap: Treat ALT as META

https://bugzilla.gnome.org/show_bug.cgi?id=663779
---
 src/vte.c |   23 ++-
 1 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/src/vte.c b/src/vte.c
index dd27e9a..0657921 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -5170,19 +5170,24 @@ static void
 vte_terminal_read_modifiers (VteTerminal *terminal,
 GdkEvent *event)
 {
+GdkKeymap *keymap;
GdkModifierType modifiers;
 
/* Read the modifiers. */
-   if (gdk_event_get_state((GdkEvent*)event, modifiers)) {
-   GdkKeymap *keymap;
-#if GTK_CHECK_VERSION (2, 90, 8)
-keymap = 
gdk_keymap_get_for_display(gdk_window_get_display(((GdkEventAny*)event)-window));
-#else
-keymap = 
gdk_keymap_get_for_display(gdk_drawable_get_display(((GdkEventAny*)event)-window));
+   if (!gdk_event_get_state((GdkEvent*)event, modifiers))
+return;
+
+keymap = 
gdk_keymap_get_for_display(gdk_window_get_display(((GdkEventAny*)event)-window));
+
+gdk_keymap_add_virtual_modifiers (keymap, modifiers);
+
+#if 1
+/* HACK! Treat ALT as META; see bug #663779. */
+if (modifiers  GDK_MOD1_MASK)
+modifiers |= VTE_META_MASK;
 #endif
-gdk_keymap_add_virtual_modifiers (keymap, modifiers);
-   terminal-pvt-modifiers = modifiers;
-   }
+
+terminal-pvt-modifiers = modifiers;
 }
 
 /* Read and handle a keypress event. */
-- 
1.7.5.1.217.g4e3aa.dirty
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wiggle for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package wiggle for openSUSE:Factory checked 
in at 2012-05-21 07:33:07

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


Package is wiggle, Maintainer is nfbr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wiggle/wiggle.changes2012-02-15 
16:01:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.wiggle.new/wiggle.changes   2012-05-21 
07:33:08.0 +0200
@@ -1,0 +2,10 @@
+Tue May 15 03:15:27 UTC 2012 - nfbr...@suse.com
+
+- New upstream release 0.9.
+  Numerous bugfixes for edge cases,
+  lots of improvements to --browser mode which
+  is now documented
+  new --show-wiggle flag to make it easier to
+  see what wiggle is trying to do
+
+---

Old:

  wiggle-0.8.tar.gz
  wiggle-overflow.patch

New:

  fix_conflicts_in_browser
  wiggle-0.9.tar.gz



Other differences:
--
++ wiggle.spec ++
--- /var/tmp/diff_new_pack.gPwzPa/_old  2012-05-21 07:33:10.0 +0200
+++ /var/tmp/diff_new_pack.gPwzPa/_new  2012-05-21 07:33:10.0 +0200
@@ -21,12 +21,12 @@
 Summary:A Tool for Applying Patches with Conflicts
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Version:0.8
+Version:0.9
 Release:0
 Url:http://neil.brown.name/wiggle/
 Source0:http://neil.brown.name/wiggle/%{name}-%{version}.tar.gz
-Patch1: wiggle-overflow.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: fix_conflicts_in_browser
 
 %description
 Wiggle is a program for applying patches that 'patch' cannot apply due
@@ -45,14 +45,13 @@
 
 %prep
 %setup -q
-%patch1 -p0
+%patch0 -p1
 
 %build
 make BINDIR=/usr/bin \
  MANDIR=%{_mandir} MAN1DIR=%{_mandir}/man1 \
- CFLAGS=$RPM_OPT_FLAGS \
+ CFLAGS=-I. $RPM_OPT_FLAGS \
  wiggle
- #MAN5DIR=%{_mandir}/man5
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,7 +61,6 @@
  MANDIR=$RPM_BUILD_ROOT%{_mandir} \
  MAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
  install
- # MAN5DIR=$RPM_BUILD_ROOT%{_mandir}/man5
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +70,5 @@
 /usr/bin/wiggle
 %doc %{_mandir}/man1/wiggle.1*
 %doc ANNOUNCE TODO
-#%doc p p.help
 
 %changelog

++ fix_conflicts_in_browser ++
From 0da9cb2c412ad27802788bdb5e23854f2478dbe6 Mon Sep 17 00:00:00 2001
From: NeilBrown ne...@suse.de
Date: Tue, 15 May 2012 19:31:47 +1000
Subject: [PATCH] Browser: fix in_conflict detection while browsing.

I forget to consider 'hi' and 'lo'.

Signed-off-by: NeilBrown ne...@suse.de

diff --git a/vpatch.c b/vpatch.c
index 44aa898..93102bc 100644
--- a/vpatch.c
+++ b/vpatch.c
@@ -577,7 +577,9 @@ static int check_line(struct mpos pos, struct file fm, 
struct file fb,
rv |= WIGGLED;
else if (m[pos.p.m].type == Unmatched)
unmatched = 1;
-   if (m[pos.p.m].in_conflict)
+   if (m[pos.p.m].in_conflict 
+   (pos.p.o  m[pos.p.m].lo ||
+pos.p.o  m[pos.p.m].hi))
rv |= CONFLICTED | CHANGES;
e = prev_melmnt(pos.p, fm, fb, fa, m);
} while (e.start != NULL 
++ wiggle-0.8.tar.gz - wiggle-0.9.tar.gz ++
 70133 lines of diff (skipped)

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



commit xf86-video-ati for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ati for openSUSE:Factory 
checked in at 2012-05-21 07:33:14

Comparing /work/SRC/openSUSE:Factory/xf86-video-ati (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-ati.new (New)


Package is xf86-video-ati, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ati/xf86-video-ati.changes
2012-05-08 12:03:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-ati.new/xf86-video-ati.changes   
2012-05-21 07:33:17.0 +0200
@@ -1,0 +2,6 @@
+Wed May 16 09:48:51 UTC 2012 - idon...@suse.com
+
+- Add upstream patches to accelerate solid pictures, fixes color
+  corruption problems with new cairo.
+
+---

New:

  U_xf86-video-ati-6.14.4-exa-solid-accel-evergreen.patch
  U_xf86-video-ati-6.14.4-exa-solid-accel-r100.patch
  U_xf86-video-ati-6.14.4-exa-solid-accel-r200.patch
  U_xf86-video-ati-6.14.4-exa-solid-accel-r300.patch



Other differences:
--
++ xf86-video-ati.spec ++
--- /var/tmp/diff_new_pack.KTzs8F/_old  2012-05-21 07:33:21.0 +0200
+++ /var/tmp/diff_new_pack.KTzs8F/_new  2012-05-21 07:33:21.0 +0200
@@ -15,23 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   xf86-video-ati
 Version:6.14.4
 Release:0
-License:MIT
 Summary:ATI video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: xf86-video-ati.diff
 Patch3: xf86-video-ati-bug519261-increase-virtual.diff
 Patch4: xf86-video-ati-disable-dri-bug437651-ia64only.diff
+Patch5: U_xf86-video-ati-6.14.4-exa-solid-accel-evergreen.patch
+Patch6: U_xf86-video-ati-6.14.4-exa-solid-accel-r100.patch
+Patch7: U_xf86-video-ati-6.14.4-exa-solid-accel-r200.patch
+Patch8: U_xf86-video-ati-6.14.4-exa-solid-accel-r300.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(libdrm) = 2.2
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libudev)
-BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)
@@ -61,6 +67,10 @@
 %ifarch ia64
 %patch4 -p1
 %endif
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 %configure

++ U_xf86-video-ati-6.14.4-exa-solid-accel-evergreen.patch ++
From cac2d7ed54918579418fc762558497d3ec547fad Mon Sep 17 00:00:00 2001
From: Alex Deucher alexander.deuc...@amd.com
Date: Sat, 14 Apr 2012 12:53:39 +
Subject: EXA: Support acceleration of solid pictures on Evergreen/NI.

Signed-off-by: Alex Deucher alexander.deuc...@amd.com
Reviewed-by: Michel Dänzer michel.daen...@amd.com
---
diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c
index cee3ec2..61b47a4 100644
--- a/src/evergreen_exa.c
+++ b/src/evergreen_exa.c
@@ -748,17 +748,8 @@ static Bool EVERGREENCheckCompositeTexture(PicturePtr 
pPict,
   int op,
   int unit)
 {
-int w = pPict-pDrawable-width;
-int h = pPict-pDrawable-height;
 unsigned int repeatType = pPict-repeat ? pPict-repeatType : RepeatNone;
 unsigned int i;
-int max_tex_w, max_tex_h;
-
-max_tex_w = 16384;
-max_tex_h = 16384;
-
-if ((w  max_tex_w) || (h  max_tex_h))
-   RADEON_FALLBACK((Picture w/h too large (%dx%d)\n, w, h));
 
 for (i = 0; i  sizeof(EVERGREENTexFormats) / 
sizeof(EVERGREENTexFormats[0]); i++) {
if (EVERGREENTexFormats[i].fmt == pPict-format)
@@ -798,9 +789,16 @@ static void EVERGREENXFormSetup(PicturePtr pPict, 
PixmapPtr pPix,
 ScrnInfoPtr pScrn = xf86Screens[pPix-drawable.pScreen-myNum];
 RADEONInfoPtr info = RADEONPTR(pScrn);
 struct radeon_accel_state *accel_state = info-accel_state;
-int w = pPict-pDrawable-width;
-int h = pPict-pDrawable-height;
 int const_offset = unit * 8;
+int w, h;
+
+if (pPict-pDrawable) {
+   w = pPict-pDrawable-width;
+   h = pPict-pDrawable-height;
+} else {
+   w = 1;
+   h = 1;
+}
 
 if (pPict-transform != 0) {
accel_state-is_transform[unit] = TRUE;
@@ -837,9 +835,7 @@ static Bool EVERGREENTextureSetup(PicturePtr pPict, 
PixmapPtr pPix,
 ScrnInfoPtr pScrn = xf86Screens[pPix-drawable.pScreen-myNum];
 RADEONInfoPtr info = RADEONPTR(pScrn);
 struct 

commit xfsprogs for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2012-05-21 07:33:22

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


Package is xfsprogs, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes2012-03-16 
13:27:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2012-05-21 
07:33:25.0 +0200
@@ -1,0 +2,5 @@
+Mon May  7 20:12:41 UTC 2012 - je...@suse.com
+
+- Updated BuildRequires to use libuuid-devel and properly build on RHEL.
+
+---



Other differences:
--
++ xfsprogs.spec ++
--- /var/tmp/diff_new_pack.hny2eW/_old  2012-05-21 07:33:28.0 +0200
+++ /var/tmp/diff_new_pack.hny2eW/_new  2012-05-21 07:33:28.0 +0200
@@ -17,7 +17,15 @@
 
 
 Name:   xfsprogs
+%if 0%{?suse_version}  0
+%if 0%{?suse_version}  1100
 BuildRequires:  e2fsprogs-devel
+%else
+BuildRequires:  libuuid-devel
+%endif
+%else
+BuildRequires:  libuuid-devel
+%endif
 Version:3.1.6
 Release:0
 %if 0%{?suse_version} = 1010
@@ -63,7 +71,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version}
 %patch0
+%endif
 %patch1
 
 %build

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



commit yast2-backup for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-backup for openSUSE:Factory 
checked in at 2012-05-21 07:33:34

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


Package is yast2-backup, Maintainer is loci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-backup/yast2-backup.changes
2012-03-30 14:20:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-backup.new/yast2-backup.changes   
2012-05-21 07:33:36.0 +0200
@@ -1,0 +2,13 @@
+Thu May  3 16:07:13 CEST 2012 - loci...@suse.com
+
+- UI refresh adapted also in searching for changed files belonging
+  to RPMs (BNC #756493).
+- 2.22.2
+
+---
+Mon Apr 16 13:43:20 CEST 2012 - loci...@suse.com
+
+- UI refresh in searching for modified files optimized for faster
+  machines (and disks) (BNC #756493).
+
+---

Old:

  yast2-backup-2.22.1.tar.bz2

New:

  yast2-backup-2.22.2.tar.bz2



Other differences:
--
++ yast2-backup.spec ++
--- /var/tmp/diff_new_pack.DX3eTn/_old  2012-05-21 07:33:41.0 +0200
+++ /var/tmp/diff_new_pack.DX3eTn/_new  2012-05-21 07:33:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-backup
-Version:2.22.1
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,6 +81,7 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
+%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-backup-2.22.1.tar.bz2 - yast2-backup-2.22.2.tar.bz2 ++
 2092 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/yast2-backup-2.22.1/VERSION new/yast2-backup-2.22.2/VERSION
--- old/yast2-backup-2.22.1/VERSION 2012-03-29 13:57:52.0 +0200
+++ new/yast2-backup-2.22.2/VERSION 2012-05-16 15:11:44.0 +0200
@@ -1 +1 @@
-2.22.1
+2.22.2
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/yast2-backup-2.22.1/configure.in new/yast2-backup-2.22.2/configure.in
--- old/yast2-backup-2.22.1/configure.in2012-03-29 13:57:57.0 
+0200
+++ new/yast2-backup-2.22.2/configure.in2012-05-16 15:12:05.0 
+0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-backup
 dnl
-dnl -- This file is generated by y2autoconf 2.21.8 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-backup, 2.22.1, http://bugs.opensuse.org/, yast2-backup)
+AC_INIT(yast2-backup, 2.22.2, http://bugs.opensuse.org/, yast2-backup)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.22.1
+VERSION=2.22.2
 RPMNAME=yast2-backup
 MAINTAINER=Lukas Ocilka loci...@suse.cz
 
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/yast2-backup-2.22.1/src/ui.ycp new/yast2-backup-2.22.2/src/ui.ycp
--- old/yast2-backup-2.22.1/src/ui.ycp  2012-03-29 13:57:03.0 +0200
+++ new/yast2-backup-2.22.2/src/ui.ycp  2012-05-16 15:10:10.0 +0200
@@ -8,7 +8,7 @@
  *  Authors:
  *Ladislav Slezak lsle...@suse.cz
  *
- *  $Id: ui.ycp 66446 2011-10-14 10:51:38Z locilka $
+ *  $Id: ui.ycp 68083 2012-05-03 14:10:46Z locilka $
  *
  *  Yast2 user interface functions - dialogs
  */
@@ -1739,6 +1739,9 @@
 }
 }
 
+integer ui_last_refresh = 0;
+integer ui_time_now = 0;
+
 define void Search_ChangedPackageFiles () {
// store package's changed files
if (size(package_files)  0) {
@@ -1759,7 +1762,17 @@
}
package_num = 

commit yast2-printer for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2012-05-21 07:33:40

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


Package is yast2-printer, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes  
2012-01-17 16:17:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2012-05-21 07:33:41.0 +0200
@@ -1,0 +2,22 @@
+Wed May  9 15:49:23 CEST 2012 - jsm...@suse.de
+
+- In create_printer_ppd_database re-replace usleep 100
+  by the old traditional sleep 1 to avoid a RPM requirement
+  for the package sysvinit or sysvinit-tools which provides
+  /bin/usleep. Furthermore using usleep would need more changes
+  so that the whole progress in create_printer_ppd_database works
+  again o.k. even if there is not yet a /var/cache/cups/ppds.dat.
+- 2.23.1
+
+---
+Wed May  9 11:47:20 CEST 2012 - jsm...@suse.de
+
+- Adapted it for hplip-sane (bnc#726316).
+- Updated HTTP URLs (bnc#732271).
+- Using ButtonBox widget (bnc#701263).
+- Fixed DownloadProgress error (bnc#748884).
+- Enhanced progress in create_printer_ppd_database
+  and adapted expected progress file size in Printer.ycp.
+- 2.23.0
+
+---

Old:

  yast2-printer-2.21.0.tar.bz2

New:

  yast2-printer-2.23.1.tar.bz2



Other differences:
--
++ yast2-printer.spec ++
--- /var/tmp/diff_new_pack.cMbBrK/_old  2012-05-21 07:33:43.0 +0200
+++ /var/tmp/diff_new_pack.cMbBrK/_new  2012-05-21 07:33:43.0 +0200
@@ -17,68 +17,58 @@
 
 
 Name:   yast2-printer
-Version:2.21.0
+Summary:YaST2 - Printer Configuration
+License:GPL-2.0
+Group:  System/YaST
+Version:2.23.1
 Release:0
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-printer-%{version}.tar.bz2
-
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
-
-Recommends: cups-client iptables netcat samba-client
-
-Requires:   /bin/mktemp /bin/ping /usr/bin/sed
+Recommends: cups-client
+Recommends: iptables
+Recommends: netcat
+Recommends: samba-client
+Requires:   /bin/mktemp
+Requires:   /bin/ping
+Requires:   /usr/bin/sed
 Requires:   yast2 = 2.16.12
-
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 %define my_requires /tmp/my-requires
 
-Summary:YaST2 - Printer Configuration
-License:GPL-2.0
-Group:  Documentation/SUSE
+%description
+This package contains the YaST2 component for printer configuration.
 
 %package devel-doc
 BuildRequires:  cups-devel
 BuildRequires:  yast2-core-devel
 Summary:Developer documentation for yast2-printer
+License:GPL
 Group:  Documentation/SUSE
 
-%description
-This package contains the YaST2 component for printer configuration.
-
 %description devel-doc
-Developer documentation for yast2-printer.
+This package contains the developer documentation for yast2-printer.
 
 %prep
-%setup -n yast2-printer-%{version}
+%setup -q
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
+make -f Makefile.cvs
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
+%suse_update_desktop_file -d ycc_printer printer
 # Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 cat  EOF  %{my_requires}
@@ -87,43 +77,40 @@
 chmod 755 %{my_requires}
 %define __find_requires %{my_requires}
 
-%post
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/printer

commit yast2-scanner for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2012-05-21 07:33:45

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


Package is yast2-scanner, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2011-12-22 10:54:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2012-05-21 07:33:47.0 +0200
@@ -1,0 +2,11 @@
+Tue May  8 15:14:57 CEST 2012 - jsm...@suse.de
+
+- V 2.23.0
+- Third party driver epkowa responsibility transferred
+  from Avasys to Epson (bnc#746038).
+- Use ButtonBox widget in src/Scanner.ycp (bnc#701263).
+- Fixed typo in help text UDB - USB (bnc#703235).
+- Replaced the HTTP URLs to the Style Guide with the plain text
+  YaST Style Guide (dated Tue, 04 Nov 2008) (bnc#732272).
+
+---

Old:

  yast2-scanner-2.20.2.tar.bz2

New:

  yast2-scanner-2.23.0.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.cOdmi4/_old  2012-05-21 07:33:48.0 +0200
+++ /var/tmp/diff_new_pack.cOdmi4/_new  2012-05-21 07:33:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,11 @@
 
 
 Name:   yast2-scanner
-Version:2.20.2
+Version:2.23.0
 Release:0
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-scanner-%{version}.tar.bz2
-
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRequires:  libxslt
-BuildRequires:  perl-XML-Writer
-BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
@@ -56,30 +49,19 @@
 sane-backends.
 
 %prep
-%setup -n yast2-scanner-%{version}
+%setup -q
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
+make -f Makefile.cvs
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
+%suse_update_desktop_file -d ycc_scanner scanner
 # Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
 # which are pulled in by Autoreqprov because of the displaytest tool:
 cat  EOF  %{my_requires}

++ yast2-scanner-2.20.2.tar.bz2 - yast2-scanner-2.23.0.tar.bz2 ++
 50337 lines of diff (skipped)

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



commit mpi-selector for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package mpi-selector for openSUSE:Factory 
checked in at 2012-05-21 07:54:42

Comparing /work/SRC/openSUSE:Factory/mpi-selector (Old)
 and  /work/SRC/openSUSE:Factory/.mpi-selector.new (New)


Package is mpi-selector, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mpi-selector/mpi-selector.changes
2012-02-24 12:06:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.mpi-selector.new/mpi-selector.changes   
2012-05-21 07:54:44.0 +0200
@@ -1,0 +2,5 @@
+Tue May  8 18:32:35 CEST 2012 - p...@suse.de
+
+- BuildRequire automake, autoconf and libtool.
+
+---



Other differences:
--
++ mpi-selector.spec ++
--- /var/tmp/diff_new_pack.KT5yZN/_old  2012-05-21 07:54:46.0 +0200
+++ /var/tmp/diff_new_pack.KT5yZN/_new  2012-05-21 07:54:46.0 +0200
@@ -28,6 +28,7 @@
 Patch4: mpi-selector-no_bang_line.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake autoconf libtool
 %{perl_requires}
 
 %description

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



commit glibc for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2012-05-21 07:55:21

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


Package is glibc, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2012-05-09 
07:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-05-21 
07:55:22.0 +0200
@@ -1,0 +2,6 @@
+Wed May  9 07:30:36 UTC 2012 - a...@suse.de
+
+- Split out glibc-armhf-compat.patch from armhf-ld-so.patch.
+- Run nscd in the foreground with systemd (glibc-nscd-foreground-patch)
+
+---

New:

  glibc-armhf-compat.patch
  glibc-nscd-foreground.patch



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.8Jr50L/_old  2012-05-21 07:55:26.0 +0200
+++ /var/tmp/diff_new_pack.8Jr50L/_new  2012-05-21 07:55:26.0 +0200
@@ -205,6 +205,8 @@
 # According the the Debian bug report, this is fixed in valgrind now, so 
disable
 # this patch.
 Patch19:x86-cpuid-level2.patch
+# PATCH-FIX-OPENSUSE Allow ARM binaries with old linker path to run - 
a...@suse.de
+Patch20:glibc-armhf-compat.patch
 
 ### Locale related patches
 # PATCH-FIX-OPENSUSE Add additional locales
@@ -275,14 +277,16 @@
 Patch1009:  glibc-uio-cell.diff
 # PATCH-FIX-UPSTREAM - do not use initfini anymore
 Patch1010:  glibc-2.16-powerpc-initfini.patch
+# PATCH-FIX-UPSTREAM Use new common path for ARMv7 hardware float linker - 
a...@suse.de
+Patch1011:  armhf-ld-so.patch
+# PATCH-FIX-UPSTREAM Add --foreground for nscd (from Fedora)  - a...@suse.de
+Patch1012:  glibc-nscd-foreground.patch
 
 ### 
 # Patches awaiting upstream approval
 ###
 # PATCH-FIX-UPSTREAM Fix assertion error in res_query.c (bso#13013)
 Patch2001:  glibc-resolv-assert.diff
-# PATCH-FIX-UPSTREAM Use new common path for ARMv7 hardware float linker - 
a...@suse.de
-Patch2002:  armhf-ld-so.patch
 # PATCH-FIX-UPSTREAM Fix crash when nscd is not running (bso#135949) - 
a...@suse.de
 Patch2003:  glibc-nscd-crash-bso13594.patch
 # PATCH-FIX-OPENSUSE Fix crash (access-after-free) in dl_lookup_x bnc#703140, 
bso#13579 m...@suse.de
@@ -546,11 +550,13 @@
 # to support further architectures, some more changes are needed
 %patch1010 -p1
 %endif
-
-%patch2001 -p1
 %ifarch armv7l armv7hl
-%patch2002 -p1
+%patch1011 -p1
+%patch20 -p1
 %endif
+%patch1012 -p1
+
+%patch2001 -p1
 %patch2003 -p1
 %patch2004 -p1
 # XXX: Does not pass testsuite, still there's no better solution yet

++ armhf-ld-so.patch ++
--- /var/tmp/diff_new_pack.8Jr50L/_old  2012-05-21 07:55:26.0 +0200
+++ /var/tmp/diff_new_pack.8Jr50L/_new  2012-05-21 07:55:26.0 +0200
@@ -1,9 +1,3 @@
-For backward compatibility with armhf binaries built with the
-old linker SONAME, we need to fake out the linker to believe
-the new is the old, until such a point as everything is rebuilt.
-
-Patch for elf/dl-load.c taken from Debian.
-
 diff --git a/sysdeps/arm/shlib-versions b/sysdeps/arm/shlib-versions
 index 491dd0a..5464959 100644
 --- a/glibc-ports-2.15/sysdeps/arm/shlib-versions
@@ -15,20 +9,3 @@
 +arm.*-.*-linux-gnueabi.*  ld=ld-linux-armhf.so.3
  arm.*-.*-linux.*  ld=ld-linux.so.2
 
 glibc-2.15/elf/dl-load.c.~1~   2011-12-30 23:13:56.0 +0100
-+++ glibc-2.15/elf/dl-load.c   2012-04-18 15:05:33.203485389 +0200
-@@ -2082,10 +2082,13 @@
- soname = ((const char *) D_PTR (l, l_info[DT_STRTAB])
-   + l-l_info[DT_SONAME]-d_un.d_val);
- if (strcmp (name, soname) != 0)
-+#ifdef __arm__
-+if (strcmp(name, ld-linux.so.3) || strcmp(soname, 
ld-linux-armhf.so.3))
-+#endif
-   continue;
- 
- /* We have a match on a new name -- cache it.  */
--add_name_to_object (l, soname);
-+add_name_to_object (l, name);
- l-l_soname_added = 1;
-   }
- 


++ glibc-armhf-compat.patch ++
Patch for elf/dl-load.c taken from Debian:
For backward compatibility with armhf binaries built with the
old linker SONAME, we need to fake out the linker to believe
the new is the old, until such a point as everything is rebuilt.

--- glibc-2.15/elf/dl-load.c.~1~2011-12-30 23:13:56.0 +0100
+++ glibc-2.15/elf/dl-load.c2012-04-18 15:05:33.203485389 +0200
@@ -2082,10 +2082,13 @@
  soname = ((const char *) D_PTR (l, l_info[DT_STRTAB])
+ l-l_info[DT_SONAME]-d_un.d_val);
  if (strcmp (name, soname) != 0)
+#ifdef __arm__
+if (strcmp(name, ld-linux.so.3) || strcmp(soname, 
ld-linux-armhf.so.3))
+#endif
continue;
 
  

commit sqlite3 for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2012-05-21 07:55:50

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


Package is sqlite3, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2012-05-08 
12:29:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2012-05-21 
07:55:51.0 +0200
@@ -1,0 +2,5 @@
+Mon May 14 09:53:58 UTC 2012 - idon...@suse.com
+
+- Add upstream commit 79a4a3a84f to fix subversion failures 
+
+---

New:

  79a4a3a84f.patch



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.EXVu5r/_old  2012-05-21 07:55:52.0 +0200
+++ /var/tmp/diff_new_pack.EXVu5r/_new  2012-05-21 07:55:52.0 +0200
@@ -37,6 +37,7 @@
 Obsoletes:  sqlite  %version
 Source0:sqlite-autoconf-%tarversion.tar.gz
 Source1:baselibs.conf
+Patch1: 79a4a3a84f.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
@@ -112,6 +113,7 @@
 
 %prep
 %setup -q -n sqlite-autoconf-%tarversion
+%patch1 -p1
 
 %build
 export CFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI

++ 79a4a3a84f.patch ++
Index: sqlite-autoconf-3071100/sqlite3.c
===
--- sqlite-autoconf-3071100.orig/sqlite3.c
+++ sqlite-autoconf-3071100/sqlite3.c
@@ -67595,8 +67595,10 @@ case OP_Savepoint: {
 rc = p-rc;
   }else{
 u.ar.iSavepoint = db-nSavepoint - u.ar.iSavepoint - 1;
-for(u.ar.ii=0; u.ar.iidb-nDb; u.ar.ii++){
-  sqlite3BtreeTripAllCursors(db-aDb[u.ar.ii].pBt, SQLITE_ABORT);
+if( u.ar.p1==SAVEPOINT_ROLLBACK ){
+for(u.ar.ii=0; u.ar.iidb-nDb; u.ar.ii++){
+sqlite3BtreeTripAllCursors(db-aDb[u.ar.ii].pBt, SQLITE_ABORT);
+}
 }
 for(u.ar.ii=0; u.ar.iidb-nDb; u.ar.ii++){
   rc = sqlite3BtreeSavepoint(db-aDb[u.ar.ii].pBt, u.ar.p1, 
u.ar.iSavepoint);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit freeglut for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2012-05-21 07:56:15

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


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2012-03-01 
17:19:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2012-05-21 
07:56:17.0 +0200
@@ -1,0 +2,5 @@
+Sun May 13 15:09:10 UTC 2012 - m...@suse.com
+
+- Rename invalid package name Mesa-demos-base to Mesa-demo-x
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.A6ahIE/_old  2012-05-21 07:56:18.0 +0200
+++ /var/tmp/diff_new_pack.A6ahIE/_new  2012-05-21 07:56:18.0 +0200
@@ -33,7 +33,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-devel
-Recommends: Mesa-demos-base
+Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut  7.11
 # bug437293

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



commit libidn for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package libidn for openSUSE:Factory checked 
in at 2012-05-21 07:56:51

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


Package is libidn, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libidn/libidn.changes2011-12-31 
17:19:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes   2012-05-21 
07:56:53.0 +0200
@@ -1,0 +2,15 @@
+Sun May 13 11:40:34 UTC 2012 - nico.laus.2...@gmx.de
+
+- Upgrade to version 1.24
+  * Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
+  * build: Fix parallel Windows builds.
+Reported by René Berber
+  * libidn: Fix potential infloop in pr29 code.
+Reported by Jon Nelson address@hidden in
+http://lists.gnu.org/archive/html/help-libidn/2012-01/msg8.html
+  * libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
+  * Sync glib NFKC code and improve copyright/license statements.
+  * Update gnulib files and translations.
+  * API and ABI is backwards compatible with the previous version.
+
+---

Old:

  libidn-1.23.tar.gz

New:

  libidn-1.24.tar.gz



Other differences:
--
++ libidn.spec ++
--- /var/tmp/diff_new_pack.JNv8na/_old  2012-05-21 07:56:55.0 +0200
+++ /var/tmp/diff_new_pack.JNv8na/_new  2012-05-21 07:56:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libidn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,18 @@
 #
 
 
-
 Name:   libidn
-Version:1.23
-Release:4
-License:GPL-3.0 ; LGPL-2.1+
-Group:  System/Libraries
+Version:1.24
+Release:0
 # bug437293
 %ifarch ppc64
 Obsoletes:  libidn-64bit
 %endif
 #
 Summary:Support for Internationalized Domain Names (IDN)
-URL:http://www.gnu.org/software/libidn/
+License:(GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
+Group:  System/Libraries
+Url:http://www.gnu.org/software/libidn/
 Source0:http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRequires:  pkgconfig
@@ -49,8 +48,8 @@
 IDNA is supported.
 
 %package devel
-License:LGPL-2.1+
 Summary:Include Files and Libraries mandatory for Development
+License:LGPL-2.1+
 Group:  System/Libraries
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
@@ -103,7 +102,7 @@
 %defattr(-,root,root)
 %dir %{_datadir}/emacs
 %dir %{_datadir}/emacs/site-lisp
-%doc AUTHORS COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
+%doc AUTHORS COPYING.LESSERv2 COPYING.LESSERv3 COPYINGv2 COPYINGv3 ChangeLog 
FAQ NEWS README THANKS TODO
 %{_libdir}/libidn.so.*
 %{_infodir}/libidn*
 %{_bindir}/idn

++ libidn-1.23.tar.gz - libidn-1.24.tar.gz ++
 50264 lines of diff (skipped)

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