commit iptables for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package iptables for openSUSE:Factory
checked in at Tue Jul 26 08:58:06 CEST 2011.




--- iptables/iptables.changes   2011-05-30 02:02:46.0 +0200
+++ /mounts/work_src_done/STABLE/iptables/iptables.changes  2011-07-22 
15:17:36.0 +0200
@@ -1,0 +2,24 @@
+Fri Jul 22 13:12:50 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 1.4.12
+* Include lost match/target descriptions in manpage again
+* libxt_LOG: fix ignorance of all but the last flag
+* libxt_HL: restore hl-* option names
+* libxt_hashlimit: use a more obvious expiry value by default
+* libxt_RATEEST: fix find-and-delete of rules with -j RATEEST
+* ipv4: restore negation for the -f option
+* Reject empty host specifications (e.g. -s )
+* libxt_conntrack: restore network byteordering for ABI v1  v2
+* Documentation updates
+
+---
+Wed Jun  8 10:20:57 UTC 2011 - jeng...@medozas.de
+
+- Update to snapshot 1.4.11+git16
+* libxt_owner: restore inversion support
+* option: fix ignored negation before implicit extension loading
+* build: fix installation of symlinks
+* build: fix absence of xml translator in IPv6-only builds
+- Drop merged patches
+
+---

calling whatdependson for head-i586


Old:

  71e402b-fix-install-symlinks.diff
  874bd762-owner-restore-invert.diff
  iptables-1.4.11.tar.xz

New:

  iptables-1.4.12.tar.xz



Other differences:
--
++ iptables.spec ++
--- /var/tmp/diff_new_pack.DizZJp/_old  2011-07-26 08:50:49.0 +0200
+++ /var/tmp/diff_new_pack.DizZJp/_new  2011-07-26 08:50:49.0 +0200
@@ -21,16 +21,15 @@
 Name:   iptables
 License:GPLv2+
 Group:  Productivity/Networking/Security
-Version:1.4.11
+Version:1.4.12
 Release:1
 Summary:IP Packet Filter Administration
 
+#DL-URL:   ftp://ftp.netfilter.org/pub/iptables/
 #Git-Web:  http://git.netfilter.org/
 #Git-Clone:git://git.netfilter.org/iptables
 Source: %name-%version.tar.xz
 Patch1: iptables-batch.patch
-Patch2: 874bd762-owner-restore-invert.diff
-Patch3: 71e402b-fix-install-symlinks.diff
 Url:http://netfilter.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config sgmltool xz
@@ -54,7 +53,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -p1
 
 %build
 if [ ! -e configure ]; then
@@ -69,8 +68,8 @@
 %install
 make DESTDIR=%buildroot install
 # iptables-apply is not installed by upstream Makefile
-install -m0755 iptables-apply %buildroot%_sbindir/
-install -m0644 iptables-apply.8 %buildroot%_mandir/man8/
+install -m0755 iptables/iptables-apply %buildroot%_sbindir/
+install -m0644 iptables/iptables-apply.8 %buildroot%_mandir/man8/
 find %buildroot -iname *.la -delete
 
 %post -p /sbin/ldconfig
@@ -80,13 +79,13 @@
 %files
 %defattr(-,root,root)
 %doc COPYING INCOMPATIBILITIES
+%doc %_mandir/man1/*
 %doc %_mandir/man8/*
 %_bindir/iptables*
 %_sbindir/iptables*
 %_sbindir/ip6tables*
 %_sbindir/xtables*
-%dir %_libexecdir/xtables
-%_libexecdir/xtables/*
+%_libdir/xtables
 %_libdir/*.so.*
 
 %files devel

++ iptables-batch.patch ++
--- /var/tmp/diff_new_pack.DizZJp/_old  2011-07-26 08:50:49.0 +0200
+++ /var/tmp/diff_new_pack.DizZJp/_new  2011-07-26 08:50:49.0 +0200
@@ -1,13 +1,13 @@
 ---
- Makefile.am  |   10 +
- iptables-batch.c |  468 
+++
+ iptables/Makefile.am  |   10 
+ iptables/iptables-batch.c |  468 
++
  2 files changed, 477 insertions(+), 1 deletion(-)
 
-Index: iptables-1.4.11/Makefile.am
+Index: iptables/iptables/Makefile.am
 ===
 iptables-1.4.11.orig/Makefile.am
-+++ iptables-1.4.11/Makefile.am
-@@ -59,7 +59,15 @@ endif
+--- iptables.orig/iptables/Makefile.am
 iptables/iptables/Makefile.am
+@@ -36,7 +36,15 @@ endif
  xtables_multi_SOURCES += xshared.c
  xtables_multi_LDADD   += libxtables.la -lm
  
@@ -22,12 +22,12 @@
 +
 +sbin_PROGRAMS= xtables-multi iptables-batch ip6tables-batch
  man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \
-iptables-xml.8 ip6tables.8 ip6tables-restore.8 \
+iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
 ip6tables-save.8
-Index: iptables-1.4.11/iptables-batch.c
+Index: iptables/iptables/iptables-batch.c
 ===
 --- /dev/null
-+++ iptables-1.4.11/iptables-batch.c
 iptables/iptables/iptables-batch.c
 @@ -0,0 +1,468 @@
 +/*
 + * Author: Ludwig Nussel ludwig.nus...@suse.de



commit gtk2-engines for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package gtk2-engines for openSUSE:Factory
checked in at Tue Jul 26 09:10:57 CEST 2011.




--- GNOME/gtk2-engines/gtk2-engines.changes 2010-10-14 13:52:31.0 
+0200
+++ /mounts/work_src_done/STABLE/gtk2-engines/gtk2-engines.changes  
2011-07-25 18:14:51.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 16:17:21 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typo in description of gtk2-engines.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gtk2-engines.spec ++
--- /var/tmp/diff_new_pack.1W9X2K/_old  2011-07-26 08:58:14.0 +0200
+++ /var/tmp/diff_new_pack.1W9X2K/_new  2011-07-26 08:58:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-engines (Version 2.20.2)
+# spec file for package gtk2-engines
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 #BuildRequires:  lua-devel
 Summary:Engines for GTK2 Themes
 Version:2.20.2
-Release:1
+Release:5
 # FIXME: On new versions, check if bgo#607127 is solved, and if it is, enable
 # the lua engine: uncomment lua-devel BuildRequires and configure options.
 License:LGPLv2.1+
@@ -59,7 +59,7 @@
 Patch0: gtk-engines-bnc546966-clearlooks-fix-main-menu-icon-size.patch
 
 %description
-This packages contains the theme engine libraries for GTK2.
+This package contains the theme engine libraries for GTK2.
 
 %package devel
 Summary:Development files for gtk2-engines






Remember to have fun...

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



commit linux-glibc-devel for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory
checked in at Tue Jul 26 09:19:01 CEST 2011.




--- linux-glibc-devel/linux-glibc-devel.changes 2011-06-29 10:20:44.0 
+0200
+++ /mounts/work_src_done/STABLE/linux-glibc-devel/linux-glibc-devel.changes
2011-07-25 11:19:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 09:17:32 UTC 2011 - a...@suse.de
+
+- Update to headers from kernel 3.0.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.1LXhQS/_old  2011-07-26 09:11:12.0 +0200
+++ /var/tmp/diff_new_pack.1LXhQS/_new  2011-07-26 09:11:12.0 +0200
@@ -26,7 +26,7 @@
 BuildArch:  noarch
 # this confusing version number has no meaning
 Version:3.0
-Release:1
+Release:3
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   kernel-headers 

++ linux-glibc-devel-3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linux-glibc-devel-3.0/usr/include/linux/connector.h 
new/linux-glibc-devel-3.0/usr/include/linux/connector.h
--- old/linux-glibc-devel-3.0/usr/include/linux/connector.h 2011-06-29 
10:13:28.0 +0200
+++ new/linux-glibc-devel-3.0/usr/include/linux/connector.h 2011-07-25 
11:17:03.0 +0200
@@ -44,7 +44,7 @@
 #define CN_VAL_DRBD0x1
 #define CN_KVP_IDX 0x9 /* HyperV KVP */
 
-#define CN_NETLINK_USERS   9
+#define CN_NETLINK_USERS   10  /* Highest index + 1 */
 
 /*
  * Maximum connector's message size.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linux-glibc-devel-3.0/usr/include/linux/sdla.h 
new/linux-glibc-devel-3.0/usr/include/linux/sdla.h
--- old/linux-glibc-devel-3.0/usr/include/linux/sdla.h  2011-06-29 
10:13:29.0 +0200
+++ new/linux-glibc-devel-3.0/usr/include/linux/sdla.h  2011-07-25 
11:17:04.0 +0200
@@ -113,7 +113,4 @@
 };
 
 
-void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
-
-
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linux-glibc-devel-3.0/usr/include/sound/sb16_csp.h 
new/linux-glibc-devel-3.0/usr/include/sound/sb16_csp.h
--- old/linux-glibc-devel-3.0/usr/include/sound/sb16_csp.h  2011-06-29 
10:13:30.0 +0200
+++ new/linux-glibc-devel-3.0/usr/include/sound/sb16_csp.h  2011-07-25 
11:17:05.0 +0200
@@ -99,7 +99,14 @@
 /* get CSP information */
 #define SNDRV_SB_CSP_IOCTL_INFO_IOR('H', 0x10, struct 
snd_sb_csp_info)
 /* load microcode to CSP */
-#define SNDRV_SB_CSP_IOCTL_LOAD_CODE   _IOW('H', 0x11, struct 
snd_sb_csp_microcode)
+/* NOTE: struct snd_sb_csp_microcode overflows the max size (13 bits)
+ * defined for some architectures like MIPS, and it leads to build errors.
+ * (x86 and co have 14-bit size, thus it's valid, though.)
+ * As a workaround for skipping the size-limit check, here we don't use the
+ * normal _IOW() macro but _IOC() with the manual argument.
+ */
+#define SNDRV_SB_CSP_IOCTL_LOAD_CODE   \
+   _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
 /* unload microcode from CSP */
 #define SNDRV_SB_CSP_IOCTL_UNLOAD_CODE _IO('H', 0x12)
 /* start CSP */






Remember to have fun...

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



commit bluedevil for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory
checked in at Tue Jul 26 09:25:16 CEST 2011.




--- KDE/bluedevil/bluedevil.changes 2011-04-18 23:44:16.0 +0200
+++ /mounts/work_src_done/STABLE/bluedevil/bluedevil.changes2011-07-26 
00:33:40.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul 25 21:50:53 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 1.1.1:
+  * Fixed kde#277451 (Ramdom crash after sleeping)
+  * Fixed kde#277665 (Bluedevil applet doesn't use alias specified for device)
+  * Fixed kde#277878 (bluedevils fails to pair with bt gps unit)
+  * Fixed some bahaviors in kio_obexftp while copying files
+  * Show the file size and the speed in the file transfer (in kio)
+  * Start/Quit bluedevil-monolithic in online/offline mode
+  * Improved layout to look good in all Qt Styles
+  * Huge i18n improvements (fix’s and more translations)
+  * Fixed some bahaviors in kio_obexftp while copying files
+  * Show the file size and the speed in the file transfer (in kio)
+- Add typo.diff, fixes a typo in the upstream tarball
+
+---

calling whatdependson for head-i586


Old:

  bluedevil-1.0.4.tar.bz2

New:

  bluedevil-1.1.1.tar.bz2
  typo.diff



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.N9dMEq/_old  2011-07-26 09:24:33.0 +0200
+++ /var/tmp/diff_new_pack.N9dMEq/_new  2011-07-26 09:24:33.0 +0200
@@ -16,19 +16,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bluedevil
-Version:1.0.4
+Version:1.1.1
 Release:1
 Summary:Bluetooth Manager for KDE 4
-
 License:GPLv2+
 Url:http://www.kde.org/
 Group:  Hardware/Other
 Source0:
ftp://ftp.kde.org/pub/kde/stable/bluedevil/%{version}/src/%{name}-%{version}.tar.bz2
 Source1:preferences-system-bluetooth.png
+Patch0: typo.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libbluedevil-devel
@@ -39,12 +38,12 @@
 %endif
 Requires:   obex-data-server
 Requires:   obexd-client
-%kde4_runtime_requires
-Requires(post): shared-mime-info
-Requires(postun): shared-mime-info
 Recommends: %{name}-lang = %{version}
 Provides:   kbluetooth = %{version}
 Obsoletes:  kbluetooth  %{version}
+%kde4_runtime_requires
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 
 %description
 Bluetooth daemon for KDE, handling connections.
@@ -52,6 +51,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 
 %build
 %cmake_kde4 -d build
@@ -84,28 +84,30 @@
 %files
 %defattr(-,root,root,-)
 %doc README
+%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service
+%{_datadir}/mime/packages/bluedevil-mime.xml
+%{_kde4_applicationsdir}/bluedevil-*.desktop
+%{_kde4_appsdir}/bluedevil/
+%{_kde4_appsdir}/bluedevilwizard/
 %{_kde4_bindir}/bluedevil-*
+%{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
+%{_kde4_includedir}/actionplugin.h
+%{_kde4_libdir}/libbluedevilaction.so
+%{_kde4_libexecdir}/bluedevil-*
 %{_kde4_modulesdir}/bluedevil*.so
+%{_kde4_modulesdir}/bluetoothfileitemaction.so
 %{_kde4_modulesdir}/kcm_bluedevil*.so
 %{_kde4_modulesdir}/kded_bluedevil.so
 %{_kde4_modulesdir}/kded_obexftpdaemon.so
 %{_kde4_modulesdir}/kio_bluetooth.so
 %{_kde4_modulesdir}/kio_obexftp.so
-%{_kde4_libdir}/libbluedevilaction.so
-%{_kde4_applicationsdir}/bluedevil-*.desktop
-%{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
-%{_kde4_appsdir}/bluedevil/
-%{_kde4_appsdir}/bluedevilwizard/
 %{_kde4_servicesdir}/bluedevil*.desktop
 %{_kde4_servicesdir}/bluetooth.protocol
-%{_kde4_servicesdir}/obexftp.protocol
-%{_kde4_servicesdir}/sendfile.desktop
 %{_kde4_servicesdir}/kded/bluedevil.desktop
 %{_kde4_servicesdir}/kded/obexftpdaemon.desktop
+%{_kde4_servicesdir}/obexftp.protocol
+%{_kde4_servicesdir}/sendfile.desktop
 %{_kde4_servicetypesdir}/actionplugin.desktop
-%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service
-%{_datadir}/mime/packages/bluedevil-mime.xml
-%{_kde4_includedir}/actionplugin.h
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

++ bluedevil-1.0.4.tar.bz2 - bluedevil-1.1.1.tar.bz2 ++
 60525 lines of diff (skipped)


++ typo.diff ++
--- src/fileitemactionplugin/bluedevilsendfile.desktop  2011-07-23 
16:08:05.0 +0200
+++ src/fileitemactionplugin/bluedevilsendfile.desktop  2011-07-26 
00:29:34.825755426 +0200
@@ -2,7 +2,7 @@
  Encoding=UTF-8
  Type=Service
  Name=Send file via bluetooth
- X-KDE-Library=bluetoothfiletiemaction
+ X-KDE-Library=bluetoothfileitemaction
  X-KDE-Submenu=Bluetooth
  ServiceTypes=KFileItemAction/Plugin
  MimeType=application/octet-stream;
--- src/fileitemactionplugin/CMakeLists.txt 2011-07-23 16:08:00.0 
+0200
+++ 

commit perl-JSON-Any for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package perl-JSON-Any for openSUSE:Factory
checked in at Tue Jul 26 09:33:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-JSON-Any/perl-JSON-Any.changes
2011-06-09 02:01:47.0 +0200
@@ -0,0 +1,41 @@
+---
+Wed Jun 08 23:54:08 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.29:
+  * artificially bump our version number because an upstream author decided to
+not play nice, fixes RT#68690
+- changes from 1.23:
+  * support JSON v1.15 as well as 2.x
+
+---
+Wed Dec  1 13:33:08 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:20 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Sun Nov 28 11:37:51 UTC 2010 - co...@novell.com
+
+- remove .packlist file
+
+---
+Sun Jul 25 00:00:00 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.22
+
+---
+Thu Apr  9 00:00:00 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 1.19
+- spec file pimping
+
+---
+Sun Oct 26 00:00:00 UTC 2008 - gerrit.be...@gmx.de
+
+- first release 1.17
+
+

calling whatdependson for head-i586


New:

  JSON-Any-1.29.tar.gz
  perl-JSON-Any.changes
  perl-JSON-Any.spec



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

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


%define cpan_name JSON-Any

Name:   perl-JSON-Any
Version:1.29
Release:1
Requires:   perl perl-JSON perl-YAML-Syck
%if 0%{?suse_version}  1100
Requires:   perl-JSON-PC
%endif
Requires:   perl-JSON-DWIW
Group:  Development/Libraries/Perl
License:Perl License
Url:http://search.cpan.org/dist/JSON-Any/
Summary:Wrapper Class for the various JSON classes
Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl(YAML::Syck)
BuildRequires:  perl-macros
BuildRequires:  perl(JSON::DWIW)
BuildRequires:  perl-JSON = 2.02
BuildRequires:  perl(JSON::XS)

%description
Wrapper Class for the various JSON classes.

This module will provide a coherent API to bring together the various JSON
modules currently on CPAN. This module will allow you to code to any JSON API
and have it work regardless of which JSON module is actually installed.

%prep
%setup -q -n %cpan_name-%{version}
%__sed -i '/^auto_install/d' Makefile.PL

%__chmod 0644 lib/JSON/Any.pm

%build
%__perl Makefile.PL PREFIX=%{_usr}
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc Changes MANIFEST README 
%dir %{perl_vendorlib}/JSON
%{perl_vendorlib}/JSON/Any.pm
%dir %{perl_vendorarch}/auto/JSON
%dir %{perl_vendorarch}/auto/JSON/Any
%doc %{perl_man3dir}/JSON::Any.%{perl_man3ext}%{ext_man}

%changelog





Remember to have fun...

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



drop perl-Data-UUID from openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

FYI: Package perl-Data-UUID was dropped from openSUSE:Factory at Tue Jul 26 
09:35:15 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=perl-Data-UUID

Remember to have fun...

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



commit words for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package words for openSUSE:Factory
checked in at Tue Jul 26 11:56:36 CEST 2011.




--- words/words.changes 2011-06-09 22:57:11.0 +0200
+++ /mounts/work_src_done/STABLE/words/words.changes2011-07-25 
18:02:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 16:05:41 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in descriptions of words.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ words.spec ++
--- /var/tmp/diff_new_pack.kwNYjh/_old  2011-07-26 11:54:30.0 +0200
+++ /var/tmp/diff_new_pack.kwNYjh/_new  2011-07-26 11:54:30.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   words
 Version:7.1
-Release:1
+Release:2
 Summary:An English words dictionary
 
 License:Public Domain, Freeware
@@ -36,7 +36,7 @@
 BuildArch:  noarch
 
 %description
-This packages contains an English words dictionary which will be installed as
+This package contains an English words dictionary which will be installed as
 
 /usr/share/dict/american and linked to /usr/share/dict/words
 
@@ -52,7 +52,7 @@
 Requires:   words
 
 %description -n words-british
-This packages contains an British words dictionary which will be installed as
+This package contains a British words dictionary which will be installed as
 
 /usr/share/dict/british
 
@@ -65,7 +65,7 @@
 Requires:   words
 
 %description -n words-canadian
-This packages contains an Canadian words dictionary which will be installed as
+This package contains a Canadian words dictionary which will be installed as
 
 /usr/share/dict/canadian
 






Remember to have fun...

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



commit libzypp for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory
checked in at Tue Jul 26 11:58:04 CEST 2011.




--- libzypp/libzypp.changes 2011-07-18 12:42:41.0 +0200
+++ /mounts/work_src_done/STABLE/libzypp/libzypp.changes2011-07-25 
16:34:51.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 25 16:20:37 CEST 2011 - m...@suse.de
+
+- Always read /proc/mounts when looking for mounted media (bnc#705893)
+- version 9.9.1 (8)
+
+---
+Fri Jul 22 13:12:34 CEST 2011 - m...@suse.de
+
+- MediaUserAuth: Do not expose libcurl header files.
+- version 9.9.0 (8)
+
+---

calling whatdependson for head-i586


Old:

  libzypp-9.8.7.tar.bz2

New:

  libzypp-9.9.1.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.TdrWOg/_old  2011-07-26 11:56:50.0 +0200
+++ /var/tmp/diff_new_pack.TdrWOg/_new  2011-07-26 11:56:50.0 +0200
@@ -23,7 +23,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management
-Version:9.8.7
+Version:9.9.1
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-9.8.7.tar.bz2 - libzypp-9.9.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-9.8.7/VERSION.cmake 
new/libzypp-9.9.1/VERSION.cmake
--- old/libzypp-9.8.7/VERSION.cmake 2011-07-18 12:39:35.0 +0200
+++ new/libzypp-9.9.1/VERSION.cmake 2011-07-25 16:31:20.0 +0200
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR 9)
 SET(LIBZYPP_COMPATMINOR 8)
-SET(LIBZYPP_MINOR 8)
-SET(LIBZYPP_PATCH 7)
+SET(LIBZYPP_MINOR 9)
+SET(LIBZYPP_PATCH 1)
 #
-# LAST RELEASED: 9.8.7 (8)
+# LAST RELEASED: 9.9.1 (8)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-9.8.7/package/libzypp.changes 
new/libzypp-9.9.1/package/libzypp.changes
--- old/libzypp-9.8.7/package/libzypp.changes   2011-07-18 12:39:35.0 
+0200
+++ new/libzypp-9.9.1/package/libzypp.changes   2011-07-25 16:31:20.0 
+0200
@@ -1,4 +1,16 @@
 ---
+Mon Jul 25 16:20:37 CEST 2011 - m...@suse.de
+
+- Always read /proc/mounts when looking for mounted media (bnc#705893)
+- version 9.9.1 (8)
+
+---
+Fri Jul 22 13:12:34 CEST 2011 - m...@suse.de
+
+- MediaUserAuth: Do not expose libcurl header files.
+- version 9.9.0 (8)
+
+---
 Mon Jul 18 11:33:25 CEST 2011 - m...@suse.de
 
 - More initialize parser structure fixes. (bnc#705181)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-9.8.7/zypp/media/MediaManager.cc 
new/libzypp-9.9.1/zypp/media/MediaManager.cc
--- old/libzypp-9.8.7/zypp/media/MediaManager.cc2011-07-18 
12:39:36.0 +0200
+++ new/libzypp-9.9.1/zypp/media/MediaManager.cc2011-07-25 
16:31:21.0 +0200
@@ -231,9 +231,7 @@
   static inline MountEntries
   getMountEntries()
   {
-// use /etc/mtab by default,
-// fallback to /proc/mounts
-return Mount::getEntries(/* /etc/mtab */);
+return Mount::getEntries();
   }
 
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-9.8.7/zypp/media/MediaSource.h 
new/libzypp-9.9.1/zypp/media/MediaSource.h
--- old/libzypp-9.8.7/zypp/media/MediaSource.h  2011-07-18 12:39:36.0 
+0200
+++ new/libzypp-9.9.1/zypp/media/MediaSource.h  2011-07-25 16:31:21.0 
+0200
@@ -118,7 +118,7 @@
 };
 
 /** \relates AttachPoint Stream output */
-inline std::ostream  operator( std::ostream  str, const AttachPoint  
obj );
+std::ostream  operator( std::ostream  str, const AttachPoint  obj );
 
 ///
 typedef zypp::RW_pointerMediaSource MediaSourceRef;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-9.8.7/zypp/media/MediaUserAuth.cc 
new/libzypp-9.9.1/zypp/media/MediaUserAuth.cc
--- old/libzypp-9.8.7/zypp/media/MediaUserAuth.cc   2011-07-18 
12:39:36.0 +0200
+++ new/libzypp-9.9.1/zypp/media/MediaUserAuth.cc   2011-07-25 
16:31:21.0 +0200
@@ -11,6 +11,8 @@
  */
 
 #include list
+#include curl/curl.h
+
 #include boost/format.hpp
 
 #include zypp/base/Gettext.h
@@ -64,12 +66,23 @@
   return str;
 }
 
+CurlAuthData::CurlAuthData()
+  : AuthData()
+  , _auth_type_str()
+  

commit yast2-ldap-client for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory
checked in at Tue Jul 26 11:59:00 CEST 2011.




--- yast2-ldap-client/yast2-ldap-client.changes 2011-07-15 11:58:02.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-ldap-client/yast2-ldap-client.changes
2011-07-26 10:40:25.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 22 15:07:22 CEST 2011 - loci...@suse.cz
+
+- Removed obsoleted X-KDE-SubstituteUID from desktop file
+  (bnc#540627) and replaced with xdg-su in the Exec entry.
+- 2.21.8
+
+---

calling whatdependson for head-i586


Old:

  yast2-ldap-client-2.21.7.tar.bz2

New:

  yast2-ldap-client-2.21.8.tar.bz2



Other differences:
--
++ yast2-ldap-client.spec ++
--- /var/tmp/diff_new_pack.dyDX6K/_old  2011-07-26 11:58:12.0 +0200
+++ /var/tmp/diff_new_pack.dyDX6K/_new  2011-07-26 11:58:12.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ldap-client
-Version:2.21.7
+Version:2.21.8
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ldap-client-2.21.7.tar.bz2
+Source0:yast2-ldap-client-2.21.8.tar.bz2
 
 Prefix: /usr
 
@@ -58,7 +58,7 @@
 OpenLDAP server will be used for user authentication.
 
 %prep
-%setup -n yast2-ldap-client-2.21.7
+%setup -n yast2-ldap-client-2.21.8
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -102,5 +102,4 @@
 %doc %{prefix}/share/doc/packages/yast2-ldap-client
 
 /var/adm/fillup-templates/sysconfig.ldap
-
 %changelog

++ yast2-ldap-client-2.21.7.tar.bz2 - yast2-ldap-client-2.21.8.tar.bz2 
++
 1641 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-ldap-client-2.21.7/VERSION new/yast2-ldap-client-2.21.8/VERSION
--- old/yast2-ldap-client-2.21.7/VERSION2011-07-15 11:57:13.0 
+0200
+++ new/yast2-ldap-client-2.21.8/VERSION2011-07-26 10:24:48.0 
+0200
@@ -1 +1 @@
-2.21.7
+2.21.8
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-ldap-client-2.21.7/configure.in 
new/yast2-ldap-client-2.21.8/configure.in
--- old/yast2-ldap-client-2.21.7/configure.in   2011-06-23 15:51:37.0 
+0200
+++ new/yast2-ldap-client-2.21.8/configure.in   2011-07-26 10:21:50.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-ldap-client, 2.21.5, http://bugs.opensuse.org/, 
yast2-ldap-client)
+AC_INIT(yast2-ldap-client, 2.21.7, http://bugs.opensuse.org/, 
yast2-ldap-client)
 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.21.5
+VERSION=2.21.7
 RPMNAME=yast2-ldap-client
 MAINTAINER=Jiri Suchomel jsuch...@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-ldap-client-2.21.7/src/ldap_browser.desktop 
new/yast2-ldap-client-2.21.8/src/ldap_browser.desktop
--- old/yast2-ldap-client-2.21.7/src/ldap_browser.desktop   2010-08-18 
12:34:31.0 +0200
+++ new/yast2-ldap-client-2.21.8/src/ldap_browser.desktop   2011-07-22 
16:44:44.0 +0200
@@ -17,9 +17,8 @@
 X-SuSE-YaST-Keywords=ldap,browse
 
 Icon=yast-ldap-browser
-Exec=/sbin/yast2 ldap_browser 
+Exec=/usr/bin/xdg-su -c '/sbin/yast2 ldap_browser'
 
 Name=LDAP Browser
 GenericName=Browse the LDAP repository
-X-KDE-SubstituteUID=true
 StartupNotify=true






Remember to have fun...

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



commit okular for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package okular for openSUSE:Factory
checked in at Tue Jul 26 12:00:06 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/okular/okular.changes  2011-07-22 
20:29:11.0 +0200
@@ -0,0 +1,1449 @@
+---
+Fri Jul 22 20:29:10 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.0
+  * Small fixes over KDE 4.7 RC2
+  *  see http://kde.org/announcements/4.7 for details
+  
+
+---
+Sat Jul  9 10:02:34 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Mon Jul  4 09:54:22 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.90 
+
+---
+Tue Jun 21 06:26:53 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110621
+
+---
+Mon Jun 20 17:49:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110620
+
+---
+Sat Jun 18 18:49:23 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110618
+
+---
+Sat Jun 18 07:41:19 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110618
+
+---
+Wed Jun 15 06:16:08 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110615
+
+---
+Tue Jun 14 16:35:40 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110614
+
+---
+Mon Jun 13 10:19:11 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110613
+
+---
+Sun Jun 12 08:36:12 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110612
+
+---
+Sat Jun 11 07:14:51 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110611
+
+---
+Thu Jun  9 11:48:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110609
+
+---
+Thu Jun  9 04:58:35 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110609
+
+---
+Wed Jun  8 17:00:49 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110608
+
+---
+Wed Jun  8 16:28:34 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110608
+
+---
+Tue Jun  7 16:54:10 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110607
+
+---
+Tue Jun  7 16:20:15 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110607
+
+---
+Tue Jun  7 05:48:37 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110607
+
+---
+Mon Jun  6 16:53:20 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110606
+
+---
+Sun Jun  5 17:44:56 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110605
+
+---
+Sat Jun  4 14:26:31 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110604
+
+---
+Fri Jun  3 15:50:29 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110603
+
+---
+Thu Jun  2 16:31:41 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110602
+
+---
+Thu Jun  2 09:30:32 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110602
+
+---
+Wed Jun  1 21:29:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110601
+
+---
+Wed Jun  1 06:03:08 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110601
+
+---
+Tue May 31 16:39:47 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110531
+
+---
+Mon May 30 16:17:54 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.80_20110530
+
+---
+Sat May 28 18:53:48 

commit perl-Net-Twitter for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Net-Twitter for openSUSE:Factory
checked in at Tue Jul 26 12:06:34 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Net-Twitter/perl-Net-Twitter.changes  
2011-06-03 09:22:24.0 +0200
@@ -0,0 +1,116 @@
+---
+Fri Jun  3 07:21:54 UTC 2011 - a...@suse.de
+
+- Disable pod tests for now until upstream package is fixed.
+
+---
+Fri Apr 01 16:19:30 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 3.17001:
+  * fixed intermittent bug in AutoCursor (result of Class::MOP anon class 
caching)
+
+- changes from 3.17000:
+  * production release with new AutoCursor trait
+
+---
+Sun Mar 27 00:18:15 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 3.16000:
+  * moved trends methods to API::REST; added warning to API::Search::Trends
+  * added no_retweet_ids method
+  * modify searchapiurl for identica option
+  * added deprecation notice to Net::Identica with Net::Twitter examples
+
+---
+Sat Feb 26 07:32:18 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 3.15000:
+  * added Lists API method members_create_all (alias add_list_members)
+  * added tests dependency: Test::Exception (closes RT#65786)
+
+---
+Tue Feb  8 21:40:38 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 3.14003:
+  * fixed: trends_location (RT#65506)
+  * added parameters trim_user, include_entities, include_rts (RT#62542)
+
+- changes from 3.14001:
+  * make Crypt::SSLeay a hard requirement (really no longer practical without
+it)
+
+- changes from 3.14000:
+  * added #newtwitter API methods (account_totals, account_settings,
+suggestion_categories, user_suggestions, show_direct_message,
+retweeted_to_user, retweeted_by_user, lookup_friendships,
+update_friendship, all_lists, related_results)
+  * fixed: memory leak in RateLimit trait
+
+---
+Wed Dec  1 13:34:13 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:47 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Tue Oct 12 09:51:42 CEST 2010 - dmuel...@suse.de
+
+- fix dependencies
+
+---
+Sat Sep 18 09:40:18 UTC 2010 - pascal.ble...@opensuse.org
+
+- add dependency to Devel::StackTrace
+
+- update to 3.13009:
+  * use Athorization header for OAuth token requests rather than query params
+  * identica = 1 sets OAuth URLs
+  * updated Synopsis with OAuth (closes RT#61273)
+
+- changes from 3.13008_02:
+  * fixed stack frame filter
+  * fixed missing dependency
+  * detect Twitter's errors array as an error object
+
+- changes from 3.13008_01:
+  * extract error from the various disparate error formats
+
+---
+Thu Aug 26 22:13:55 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 3.13008:
+  * use HTTPS for all OAuth token negotiation steps
+
+- changes from 3.13007:
+  * decode_html_entities now decodes all fields (incl source in search results)
+  * Role::OAuth doc patch
+  * fixed: incompatibility between since and InflateObjects
+
+- changes from 3.13006:
+  * test fix: bump the skip count for a new test in t/unicode.t for optional 
module
+
+- changes from 3.13005:
+  * fixed: since (synthetic arg) filtering
+  * fixed: don't use args for OAuth signature on multi-part mime posts
+
+---
+Sat Jun 19 00:25:52 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 3.13004
+
+---
+Thu Apr  9 00:00:00 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 2.12
+
+
+---
+Sun Jan 11 00:00:00 UTC 2009 - g...@unixtech.be
+
+- new package
+
+

calling whatdependson for head-i586


New:

  Net-Twitter-3.17001.tar.gz
  perl-Net-Twitter.changes
  perl-Net-Twitter.spec



Other differences:
--
++ perl-Net-Twitter.spec ++
#
# spec file for package perl-Net-Twitter
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# 

commit ksnapshot for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory
checked in at Tue Jul 26 12:10:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/ksnapshot/ksnapshot.changes2011-07-09 
09:59:59.0 +0200
@@ -0,0 +1,260 @@
+---
+Sat Jul  9 09:59:58 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Tue Jun 28 14:19:41 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.90
+
+---
+Sat May 21 00:55:46 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.80
+
+---
+Sun May  8 05:59:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110508
+
+---
+Mon May  2 16:11:39 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110502
+
+---
+Sat Apr 23 07:47:08 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110423
+
+---
+Wed Apr 20 16:11:42 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110420
+
+---
+Mon Apr 18 19:34:44 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110418
+
+---
+Sun Apr 10 14:56:39 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sun Apr  3 07:20:19 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110403
+
+---
+Fri Apr  1 14:20:03 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110401
+
+---
+Thu Mar 31 17:43:10 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110331
+
+---
+Wed Mar 30 17:34:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110330
+
+---
+Tue Mar 29 16:33:00 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110329
+
+---
+Mon Mar 28 14:18:41 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Thu Mar 24 19:00:30 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110324
+
+---
+Wed Mar 23 17:54:49 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110323
+
+---
+Mon Mar 21 19:05:56 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Mon Mar 21 07:08:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Sat Mar 19 16:07:30 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110319
+
+---
+Fri Mar 18 18:08:41 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110318
+
+---
+Thu Mar 17 17:38:36 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110317
+
+---
+Wed Mar 16 18:00:25 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110316
+
+---
+Tue Mar 15 12:02:24 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110315
+
+---
+Tue Mar 15 07:19:17 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110315
+
+---
+Mon Mar 14 17:51:44 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110314
+
+---
+Sun Mar 13 17:58:39 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110313
+
+---
+Sat Mar 12 06:58:55 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110312
+
+---
+Fri Mar 11 10:55:22 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110311
+
+---
+Fri Mar 11 08:04:53 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110311
+

commit kmplot for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory
checked in at Tue Jul 26 12:11:44 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kmplot/kmplot.changes  2011-07-09 
09:58:39.0 +0200
@@ -0,0 +1,1114 @@
+---
+Sat Jul  9 09:58:38 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Tue Jun 28 14:18:26 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.90
+
+---
+Sat May 21 00:54:37 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.80
+
+---
+Sun May  8 06:01:00 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110508
+
+---
+Mon May  2 16:14:09 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110502
+
+---
+Sat Apr 23 07:48:51 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110423
+
+---
+Wed Apr 20 16:13:48 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110420
+
+---
+Mon Apr 18 19:36:26 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110418
+
+---
+Sun Apr 10 14:59:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sun Apr 10 13:17:53 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sat Apr  9 18:50:53 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110409
+
+---
+Fri Apr  8 17:30:08 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110408
+
+---
+Thu Apr  7 17:04:44 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110407
+
+---
+Wed Apr  6 19:38:06 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110406
+
+---
+Tue Apr  5 19:40:36 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110405
+
+---
+Mon Apr  4 15:25:24 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110404
+- Build based on standalone package in GIT
+
+---
+Sun Apr  3 07:22:06 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110403
+
+---
+Fri Apr  1 14:21:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110401
+
+---
+Thu Mar 31 17:45:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110331
+
+---
+Wed Mar 30 17:36:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110330
+
+---
+Tue Mar 29 16:34:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110329
+
+---
+Mon Mar 28 15:53:05 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:49:15 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:21:52 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Thu Mar 24 19:02:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110324
+
+---
+Wed Mar 23 17:56:29 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110323
+
+---
+Mon Mar 21 19:08:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Mon Mar 21 07:10:31 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Sat Mar 19 16:09:03 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110319
+
+---
+Fri Mar 18 18:12:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 

commit khangman for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package khangman for openSUSE:Factory
checked in at Tue Jul 26 12:12:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/khangman/khangman.changes  2011-07-09 
09:57:33.0 +0200
@@ -0,0 +1,1114 @@
+---
+Sat Jul  9 09:57:32 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Tue Jun 28 14:17:23 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.90
+
+---
+Sat May 21 00:53:24 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.80
+
+---
+Sun May  8 06:00:32 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110508
+
+---
+Mon May  2 16:13:24 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110502
+
+---
+Sat Apr 23 07:48:19 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110423
+
+---
+Wed Apr 20 16:13:11 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110420
+
+---
+Mon Apr 18 19:35:55 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110418
+
+---
+Sun Apr 10 14:58:49 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sun Apr 10 13:17:22 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sat Apr  9 18:50:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110409
+
+---
+Fri Apr  8 17:29:36 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110408
+
+---
+Thu Apr  7 17:04:10 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110407
+
+---
+Wed Apr  6 19:34:27 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110406
+
+---
+Tue Apr  5 19:40:06 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110405
+
+---
+Mon Apr  4 15:25:24 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110404
+- Build based on standalone package in GIT
+
+---
+Sun Apr  3 07:22:06 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110403
+
+---
+Fri Apr  1 14:21:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110401
+
+---
+Thu Mar 31 17:45:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110331
+
+---
+Wed Mar 30 17:36:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110330
+
+---
+Tue Mar 29 16:34:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110329
+
+---
+Mon Mar 28 15:53:05 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:49:15 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:21:52 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Thu Mar 24 19:02:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110324
+
+---
+Wed Mar 23 17:56:29 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110323
+
+---
+Mon Mar 21 19:08:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Mon Mar 21 07:10:31 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Sat Mar 19 16:09:03 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110319
+
+---
+Fri Mar 18 18:12:57 UTC 2011 - tittiatc...@gmail.com
+
+- 

commit kgamma for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory
checked in at Tue Jul 26 12:13:27 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kgamma/kgamma.changes  2011-07-09 
09:57:06.0 +0200
@@ -0,0 +1,280 @@
+---
+Sat Jul  9 09:57:05 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Tue Jun 28 14:16:58 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.90
+
+---
+Sat May 21 00:52:55 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.80
+
+---
+Sun May  8 05:58:44 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110508
+
+---
+Mon May  2 16:10:53 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110502
+
+---
+Sat Apr 23 07:46:37 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110423
+
+---
+Wed Apr 20 16:11:08 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110420
+
+---
+Mon Apr 18 19:34:08 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110418
+
+---
+Sun Apr 10 14:55:50 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sun Apr  3 07:19:47 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110403
+
+---
+Fri Apr  1 14:19:23 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110401
+
+---
+Thu Mar 31 17:42:29 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110331
+
+---
+Wed Mar 30 17:32:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110330
+
+---
+Tue Mar 29 16:32:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110329
+
+---
+Mon Mar 28 14:16:16 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:10:52 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Thu Mar 24 18:59:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110324
+
+---
+Wed Mar 23 17:54:17 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110323
+
+---
+Mon Mar 21 19:04:39 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Mon Mar 21 07:08:23 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Sat Mar 19 16:06:59 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110319
+
+---
+Fri Mar 18 18:07:15 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110318
+
+---
+Thu Mar 17 17:36:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110317
+
+---
+Wed Mar 16 17:58:58 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110316
+
+---
+Tue Mar 15 12:01:51 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110315
+
+---
+Tue Mar 15 07:15:46 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110315
+
+---
+Mon Mar 14 17:51:13 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110314
+
+---
+Sun Mar 13 17:57:55 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110313
+
+---
+Sat Mar 12 06:58:27 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110312
+
+---
+Fri Mar 11 10:54:27 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110311
+

commit kolourpaint for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory
checked in at Tue Jul 26 12:35:16 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kolourpaint/kolourpaint.changes
2011-07-09 09:58:54.0 +0200
@@ -0,0 +1,275 @@
+---
+Sat Jul  9 09:58:52 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Tue Jun 28 14:18:38 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.90
+
+---
+Sat May 21 00:54:51 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.80
+
+---
+Sun May  8 05:58:50 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110508
+
+---
+Mon May  2 16:10:59 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110502
+
+---
+Sat Apr 23 07:46:41 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110423
+
+---
+Wed Apr 20 16:11:13 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110420
+
+---
+Mon Apr 18 19:34:13 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110418
+
+---
+Sun Apr 10 14:55:56 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sun Apr  3 07:19:52 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110403
+
+---
+Fri Apr  1 14:19:28 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110401
+
+---
+Thu Mar 31 17:42:35 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110331
+
+---
+Wed Mar 30 17:32:49 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110330
+
+---
+Tue Mar 29 16:32:29 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110329
+
+---
+Mon Mar 28 14:16:28 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Thu Mar 24 18:59:47 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110324
+
+---
+Wed Mar 23 17:54:22 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110323
+
+---
+Mon Mar 21 19:04:45 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Mon Mar 21 07:08:28 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Sat Mar 19 16:07:03 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110319
+
+---
+Fri Mar 18 18:07:44 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110318
+
+---
+Thu Mar 17 17:37:05 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110317
+
+---
+Wed Mar 16 17:59:11 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110316
+
+---
+Tue Mar 15 12:01:54 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110315
+
+---
+Tue Mar 15 07:16:15 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110315
+
+---
+Mon Mar 14 17:51:18 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110314
+
+---
+Sun Mar 13 17:58:00 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110313
+
+---
+Sat Mar 12 06:58:31 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110312
+
+---
+Fri Mar 11 10:54:33 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110311
+
+---
+Fri Mar 11 08:04:22 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110311
+

commit kwordquiz for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory
checked in at Tue Jul 26 13:43:58 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kwordquiz/kwordquiz.changes2011-07-09 
10:00:51.0 +0200
@@ -0,0 +1,1114 @@
+---
+Sat Jul  9 10:00:50 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.95
+
+---
+Tue Jun 28 14:20:34 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.90
+
+---
+Sat May 21 00:56:51 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.80
+
+---
+Sun May  8 06:01:41 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110508
+
+---
+Mon May  2 16:15:09 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110502
+
+---
+Sat Apr 23 07:49:28 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110423
+
+---
+Wed Apr 20 16:14:41 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110420
+
+---
+Mon Apr 18 19:37:04 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110418
+
+---
+Sun Apr 10 15:00:52 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sun Apr 10 13:18:34 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110410
+
+---
+Sat Apr  9 18:51:34 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110409
+
+---
+Fri Apr  8 17:30:54 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110408
+
+---
+Thu Apr  7 17:05:36 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110407
+
+---
+Wed Apr  6 19:38:58 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110406
+
+---
+Tue Apr  5 19:41:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110405
+
+---
+Mon Apr  4 15:25:24 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110404
+- Build based on standalone package in GIT
+
+---
+Sun Apr  3 07:22:06 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110403
+
+---
+Fri Apr  1 14:21:57 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110401
+
+---
+Thu Mar 31 17:45:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110331
+
+---
+Wed Mar 30 17:36:14 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110330
+
+---
+Tue Mar 29 16:34:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110329
+
+---
+Mon Mar 28 15:53:05 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:49:15 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Mon Mar 28 14:21:52 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110328
+
+---
+Thu Mar 24 19:02:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110324
+
+---
+Wed Mar 23 17:56:29 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110323
+
+---
+Mon Mar 21 19:08:21 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Mon Mar 21 07:10:31 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110321
+
+---
+Sat Mar 19 16:09:03 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 4.6.41_20110319
+
+---
+Fri Mar 18 18:12:57 UTC 2011 - tittiatc...@gmail.com
+
+- 

commit perl-Data-Util for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Data-Util for openSUSE:Factory
checked in at Tue Jul 26 13:46:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Data-Util/perl-Data-Util.changes  
2011-07-14 10:00:28.0 +0200
@@ -0,0 +1,29 @@
+---
+Thu Jul 14 07:03:36 UTC 2011 - co...@novell.com
+
+- updated to 0.58
+
+---
+Wed Dec  1 13:31:40 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Oct 20 11:46:18 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- fixed deps
+- added examples to doc
+
+---
+Wed Sep 15 21:20:52 UTC 2010 - l...@linux-schulserver.de
+
+- update to 0.58:
+  + Use GvCV_set() for newer perls
+- enabled tests again
+
+---
+Sat Apr 10 10:18:45 UTC 2010 - l...@linux-schulserver.de
+
+- initial version 0.56
+- skipped make test temporary as this currently breaks the build

calling whatdependson for head-i586


New:

  Data-Util-0.58.tar.gz
  perl-Data-Util.changes
  perl-Data-Util.spec



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

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



Name:   perl-Data-Util
Version:0.58
Release:1
License:GPL+ or Artistic
%define cpan_name Data-Util
Summary:A selection of utilities for data and data types
Url:http://search.cpan.org/dist/Data-Util/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Bar)
BuildRequires:  perl(Class::Method::Modifiers)
BuildRequires:  perl(Data::OptList)
BuildRequires:  perl(Devel::PPPort) = 3.19
BuildRequires:  perl(ExtUtils::ParseXS) = 2.21
BuildRequires:  perl(Hash::Util::FieldHash::Compat)
BuildRequires:  perl(inc::Module::Install)
BuildRequires:  perl(JSON)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Moose)
BuildRequires:  perl(mro)
BuildRequires:  perl(MRO::Compat)
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(parent)
BuildRequires:  perl(Parse::CPAN::Meta)
BuildRequires:  perl(Scope::Guard)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::Exception) = 0.27
BuildRequires:  perl(XSLoader) = 0.1
BuildRequires:  perl(YAML::Tiny)
Requires:   perl(XSLoader) = 0.1
%{perl_requires}

%description
This module provides utility functions for data and data types, including
functions for subroutines and symbol table hashes (stashes).

The implementation of this module is both Pure Perl and XS, so if you have
a C compiler, all the functions this module provides are really faster.

There are many benchmarks in the _DIST-DIR/benchmark/_ directory.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes example README

%changelog





Remember to have fun...

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



commit syslinux for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory
checked in at Tue Jul 26 13:46:51 CEST 2011.




--- syslinux/syslinux.changes   2011-06-22 11:41:57.0 +0200
+++ /mounts/work_src_done/STABLE/syslinux/syslinux.changes  2011-07-26 
11:48:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 26 11:46:59 CEST 2011 - snw...@suse.de
+
+- take isohybrid from 4.05 (bnc #708043)
+
+---

calling whatdependson for head-i586


Old:

  _service:format_spec_file:syslinux.spec



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.E21XI0/_old  2011-07-26 13:46:25.0 +0200
+++ /var/tmp/diff_new_pack.E21XI0/_new  2011-07-26 13:46:25.0 +0200
@@ -27,7 +27,7 @@
 AutoReqProv:on
 Summary:Boot Loader for Linux
 Version:4.04
-Release:8
+Release:10
 Source: %{name}-%{version}.tar.bz2
 Source1:isolinux-config
 Source2:README.gfxboot

++ syslinux-4.04-isohybrid-hex-option-parsing.diff ++
--- /var/tmp/diff_new_pack.E21XI0/_old  2011-07-26 13:46:25.0 +0200
+++ /var/tmp/diff_new_pack.E21XI0/_new  2011-07-26 13:46:25.0 +0200
@@ -1,56 +1,57 @@
 diff --git a/utils/isohybrid.c b/utils/isohybrid.c
-index 7ee9a7f..e6c50ef 100644
+index 7ee9a7f..8a60531 100644
 --- a/utils/isohybrid.c
 +++ b/utils/isohybrid.c
-@@ -135,32 +135,32 @@ check_option(int argc, char *argv[])
+@@ -108,6 +108,7 @@ printh(void)
+ int
+ check_option(int argc, char *argv[])
+ {
++char *err = NULL;
+ int n = 0, ind = 0;
+ 
+ const char optstr[] = :h:s:e:o:t:i:fcp?vV;
+@@ -135,32 +136,38 @@ check_option(int argc, char *argv[])
  switch (n)
  {
  case 'h':
 -if (!sscanf(optarg, %hu, head) || head  1 || head  256)
-+if (!sscanf(optarg, %hi, head) || head  1 || head  256)
++head = strtoul(optarg, err, 0);
++if (head  1 || head  256)
  errx(1, invalid head: `%s', 1 = head = 256, optarg);
  break;
  
  case 's':
 -if (!sscanf(optarg, %hhu, sector) || sector  1 || sector  63)
-+if (!sscanf(optarg, %hhi, sector) || sector  1 || sector  63)
++sector = strtoul(optarg, err, 0);
++if (sector  1 || sector  63)
  errx(1, invalid sector: `%s', 1 = sector = 63, optarg);
  break;
  
  case 'e':
 -if (!sscanf(optarg, %hhu, entry) || entry  1 || entry  4)
-+if (!sscanf(optarg, %hhi, entry) || entry  1 || entry  4)
++entry = strtoul(optarg, err, 0);
++if (entry  1 || entry  4)
  errx(1, invalid entry: `%s', 1 = entry = 4, optarg);
  break;
  
  case 'o':
 -if (!sscanf(optarg, %hhu, offset) || offset  64)
-+if (!sscanf(optarg, %hhi, offset) || offset  64)
++offset = strtoul(optarg, err, 0);
++if (*err || offset  64)
  errx(1, invalid offset: `%s', 0 = offset = 64, optarg);
  break;
  
  case 't':
 -if (!sscanf(optarg, %hu, type) || type  255)
-+if (!sscanf(optarg, %hi, type) || type  255)
++type = strtoul(optarg, err, 0);
++if (*err || type  255)
  errx(1, invalid type: `%s', 0 = type = 255, optarg);
  break;
  
  case 'i':
 -if (!sscanf(optarg, %u, id))
-+if (!sscanf(optarg, %i, id))
++id = strtoul(optarg, err, 0);
++if (*err)
  errx(1, invalid id: `%s', optarg);
  break;
  
-diff --git a/utils/isohybrid.h b/utils/isohybrid.h
-index 826e90c..eecf1ca 100644
 a/utils/isohybrid.h
-+++ b/utils/isohybrid.h
-@@ -20,7 +20,7 @@
-  *
-  */
- 
--#define VERSION 0.11
-+#define VERSION 0.12
- #define BUFSIZE 2048
- #define MBRSIZE  432
- 






Remember to have fun...

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



commit yast2-devtools for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory
checked in at Tue Jul 26 14:28:25 CEST 2011.




--- yast2-devtools/yast2-devtools.changes   2009-09-24 13:47:50.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-devtools/yast2-devtools.changes  
2011-07-26 13:50:52.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 22 15:40:56 CEST 2011 - loci...@suse.cz
+
+- Obsoleted X-KDE-SubstituteUID replaced with xdg-su in Exec in
+  desktop files (bnc#540627)
+- 2.21.0
+
+---
+Fri Jul  1 14:51:22 CEST 2011 - loci...@suse.cz
+
+- Added some more known words to the spellcheck whitelist.
+
+---

calling whatdependson for head-i586


Old:

  yast2-devtools-2.18.11.tar.bz2

New:

  yast2-devtools-2.21.0.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.VMqAc5/_old  2011-07-26 14:27:53.0 +0200
+++ /var/tmp/diff_new_pack.VMqAc5/_new  2011-07-26 14:27:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-devtools (Version 2.18.11)
+# spec file for package yast2-devtools
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,11 +19,14 @@
 
 
 Name:   yast2-devtools
-Version:2.18.11
+Version:2.21.0
 Release:1
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-devtools-2.18.11.tar.bz2
+Source0:yast2-devtools-2.21.0.tar.bz2
+
 Prefix: /usr
+
 Group:  System/YaST
 License:GPL v2 or later
 BuildRequires:  docbook-xsl-stylesheets gcc-c++ libxslt perl-XML-Writer 
pkgconfig sgml-skel
@@ -43,7 +46,9 @@
 Obsoletes:  ycpdoc ydoc
 Provides:   yast2-config-newmodule yast2-trans-newmodule
 Obsoletes:  yast2-config-newmodule yast2-trans-newmodule
+
 Summary:YaST2 - Development Tools
+
 BuildArch:  noarch
 
 %description
@@ -52,10 +57,11 @@
 YCP and C++).
 
 %prep
-%setup -n yast2-devtools-2.18.11
+%setup -n yast2-devtools-2.21.0
 
 %build
 autoreconf --force --install
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --prefix=%{prefix} --libdir=%{_libdir}
 make
@@ -67,6 +73,7 @@
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
+
 %ifarch %arm
 # disable testsuite on ARM architecture
 cat  $RPM_BUILD_ROOT//usr/share/YaST2/data/devtools/NO_MAKE_CHECK EOF
@@ -74,6 +81,7 @@
 once yast2-core is fixed.
 EOF
 %endif
+
 # Change false to true in the following line when yast2 core is broken
 false  cat  $RPM_BUILD_ROOT//usr/share/YaST2/data/devtools/NO_MAKE_CHECK 
EOF
 When yast2 core is broken and the interpreter does not work,

++ yast2-devtools-2.18.11.tar.bz2 - yast2-devtools-2.21.0.tar.bz2 ++
 12859 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-devtools-2.18.11/Makefile.am new/yast2-devtools-2.21.0/Makefile.am
--- old/yast2-devtools-2.18.11/Makefile.am  2009-09-24 10:12:11.0 
+0200
+++ new/yast2-devtools-2.21.0/Makefile.am   2011-07-26 13:47:09.0 
+0200
@@ -214,4 +214,4 @@
test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo
 #  test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = devtools docbook doxygen scrdoc yast2 ycpdoc ydoc y2logview 
+SUBDIRS = devtools docbook doxygen scrdoc y2logview yast2 ycpdoc ydoc 
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-devtools-2.18.11/VERSION new/yast2-devtools-2.21.0/VERSION
--- old/yast2-devtools-2.18.11/VERSION  2009-09-24 10:10:32.0 +0200
+++ new/yast2-devtools-2.21.0/VERSION   2011-07-26 13:48:17.0 +0200
@@ -1 +1 @@
-2.18.11
+2.21.0
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 

commit sysvinit for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory
checked in at Tue Jul 26 14:58:36 CEST 2011.




--- sysvinit/sysvinit.changes   2011-06-28 10:37:50.0 +0200
+++ /mounts/work_src_done/STABLE/sysvinit/sysvinit.changes  2011-07-26 
14:13:52.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 26 12:13:18 UTC 2011 - wer...@suse.de
+
+- Sulogin: enforce reconnection of stdin/stdout/stderr if a device
+  was specified.
+- Sulogin: if zero is read at reading the passwd guess it's done.
+
+---
@@ -119 +126 @@
-  serial system console (bnc#677435)
+  serial system console (bnc#672450)

calling whatdependson for head-i586




Other differences:
--
++ sysvinit.spec ++
--- /var/tmp/diff_new_pack.FasUAq/_old  2011-07-26 14:56:50.0 +0200
+++ /var/tmp/diff_new_pack.FasUAq/_new  2011-07-26 14:56:50.0 +0200
@@ -29,7 +29,7 @@
 Group:  System/Base
 AutoReqProv:on
 Version:2.88+
-Release:52
+Release:54
 Summary:SysV-Style init
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel libselinux-devel libsepol-devel pam-devel

++ sysvinit-2.88dsf-multiple-sulogin.patch ++
--- /var/tmp/diff_new_pack.FasUAq/_old  2011-07-26 14:56:50.0 +0200
+++ /var/tmp/diff_new_pack.FasUAq/_new  2011-07-26 14:56:50.0 +0200
@@ -1,5 +1,5 @@
 --- src/sulogin.c
-+++ src/sulogin.c  2011-05-19 10:47:11.783926103 +
 src/sulogin.c  2011-07-26 14:01:55.543926269 +0200
 @@ -28,8 +28,10 @@
   *
   */
@@ -350,7 +350,7 @@
 */
if (p == NULL) {
 -  fprintf(stderr, %s: no entry for root\n, F_PASSWD);
-+  fprintf(stderr, %s: no entry for root\n\r, F_PASSWD);
++  fprintf(stderr, sulogin: %s: no entry for root\n\r, F_PASSWD);
return pwd;
}
if (valid(pwd.pw_passwd)) return pwd;
@@ -359,21 +359,21 @@
strcpy(pwd.pw_passwd, );
if ((fp = fopen(F_SHADOW, r)) == NULL) {
 -  fprintf(stderr, %s: root password garbled\n, F_PASSWD);
-+  fprintf(stderr, %s: root password garbled\n\r, F_PASSWD);
++  fprintf(stderr, sulogin: %s: root password garbled\n\r, 
F_PASSWD);
return pwd;
}
while((p = fgets(sline, 256, fp)) != NULL) {
-@@ -333,67 +499,212 @@ struct passwd *getrootpwent(int try_manu
+@@ -333,67 +499,215 @@ struct passwd *getrootpwent(int try_manu
 *  NULL it, and return.
 */
if (p == NULL) {
 -  fprintf(stderr, %s: no entry for root\n, F_SHADOW);
-+  fprintf(stderr, %s: no entry for root\n\r, F_SHADOW);
++  fprintf(stderr, sulogin: %s: no entry for root\n\r, F_SHADOW);
strcpy(pwd.pw_passwd, );
}
if (!valid(pwd.pw_passwd)) {
 -  fprintf(stderr, %s: root password garbled\n, F_SHADOW);
-+  fprintf(stderr, %s: root password garbled\n\r, F_SHADOW);
++  fprintf(stderr, sulogin: %s: root password garbled\n\r, 
F_SHADOW);
strcpy(pwd.pw_passwd, ); }
return pwd;
  }
@@ -532,7 +532,7 @@
 +  cp-eol = *ptr = '\0';
 +
 +  eightbit = ((con-flags  CON_SERIAL) == 0 || (tty.c_cflag  
(PARODD|PARENB)) == 0);
-+  while (cp-eol == 0) {
++  while (cp-eol == '\0') {
 +  if (read(fd, c, 1)  1) {
 +  if (errno == EINTR || errno == EAGAIN) {
 +  usleep(1000);
@@ -565,6 +565,9 @@
 +  }
 +
 +  switch (ascval) {
++  case 0:
++  *ptr = '\0';
++  goto quit; 
 +  case CR:
 +  case NL:
 +  *ptr = '\0';
@@ -607,19 +610,19 @@
return ret;
  }
  
-@@ -411,7 +722,10 @@ void sushell(struct passwd *pwd)
+@@ -411,7 +725,10 @@ void sushell(struct passwd *pwd)
/*
 *  Set directory and shell.
 */
 -  (void)chdir(pwd-pw_dir);
 +  if (chdir(pwd-pw_dir)  0) {
 +  if (chdir(/)  0)
-+  fprintf(stderr, Change of working directory failed: 
%m\n);
++  fprintf(stderr, sulogin: change of working directory 
failed: %m\n\r);
 +  }
if ((p = getenv(SUSHELL)) != NULL)
sushell = p;
else if ((p = getenv(sushell)) != NULL)
-@@ -431,7 +745,8 @@ void sushell(struct passwd *pwd)
+@@ -431,7 +748,8 @@ void sushell(struct passwd *pwd)
/*
 *  Set some important environment variables.
 */
@@ -629,7 +632,7 @@
setenv(HOME, home, 1);
setenv(LOGNAME, root, 1);
setenv(USER, root, 1);
-@@ -445,17 +760,18 @@ void sushell(struct passwd *pwd)
+@@ -445,17 +763,18 @@ void sushell(struct passwd *pwd)
signal(SIGINT,  

commit perl-Class-Method-Modifiers-Fast for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers-Fast for 
openSUSE:Factory
checked in at Tue Jul 26 15:07:09 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-Method-Modifiers-Fast/perl-Class-Method-Modifiers-Fast.changes
  2011-07-13 22:25:53.0 +0200
@@ -0,0 +1,15 @@
+---
+Wed Jul 13 20:23:03 UTC 2011 - co...@novell.com
+
+- regenerate with cpanspec
+
+---
+Wed Dec  1 13:31:01 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sat Apr 10 09:47:20 UTC 2010 - l...@linux-schulserver.de
+
+- initial version 0.041
+

calling whatdependson for head-i586


New:

  Class-Method-Modifiers-Fast-0.041.tar.gz
  perl-Class-Method-Modifiers-Fast.changes
  perl-Class-Method-Modifiers-Fast.spec



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

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



Name:   perl-Class-Method-Modifiers-Fast
Version:0.041
Release:1
License:GPL+ or Artistic
%define cpan_name Class-Method-Modifiers-Fast
Summary:provides Moose-like method modifiers
Url:http://search.cpan.org/dist/Class-Method-Modifiers-Fast/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/K/KI/KITANO/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Data::Util) = 0.55
BuildRequires:  perl(inc::Module::Install)
BuildRequires:  perl(JSON)
BuildRequires:  perl(LWP::Simple)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Parse::CPAN::Meta)
BuildRequires:  perl(Sub::Uplevel)
BuildRequires:  perl(Test::Builder::IO::Scalar)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(Text::Diff)
BuildRequires:  perl(YAML)
BuildRequires:  perl(YAML::Tiny)
Requires:   perl(Data::Util) = 0.55
%{perl_requires}

%description
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.

'Class::Method::Modifiers::Fast' provides three modifiers: 'before',
'around', and 'after'. 'before' and 'after' are run just before and after
the method they modify, but can not really affect that original method.
'around' is run in place of the original method, with a hook to easily call
that original method. See the 'MODIFIERS' section for more details on how
the particular modifiers work.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

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



commit iproute2 for openSUSE:11.3

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package iproute2 for openSUSE:11.3
checked in at Tue Jul 26 17:02:44 CEST 2011.




--- old-versions/11.3/all/iproute2/iproute2.changes 2010-02-23 
23:46:01.0 +0100
+++ 11.3/iproute2/iproute2.changes  2011-07-25 09:17:25.0 +0200
@@ -1,0 +2,6 @@
+---
+Mon Jul 25 07:09:15 UTC 2011 - b...@suse.com
+
+- Add iproute2-correct-error-code.patch to fix return error code
+  (bnc#681952, swampid#41543).
+

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/iproute2
Destination is old-versions/11.3/UPDATES/all/iproute2
calling whatdependson for 11.3-i586


New:

  iproute2-correct-error-code.patch



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.cb8bns/_old  2011-07-26 17:02:01.0 +0200
+++ /var/tmp/diff_new_pack.cb8bns/_new  2011-07-26 17:02:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package iproute2 (Version 2.6.29.1)
+# spec file for package iproute2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Provides:   iproute 
 AutoReqProv:on
 Version:2.6.29.1
-Release:8
+Release:13.RELEASE2
 %define rversion2.6.29-1
 Summary:Advanced Routing
 Url:http://developer.osdl.org/dev/iproute2/
@@ -45,6 +45,7 @@
 Patch12:%name-2.6.29-1-typelabels.diff
 Patch13:%name-2.6.29-1-memleak.diff
 Patch14:iproute-arphrd-none.diff
+Patch15:%name-correct-error-code.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package -n libnetlink-devel
@@ -88,6 +89,7 @@
 %patch12
 %patch13
 %patch14 -p1
+%patch15 -p1
 find . -name *.orig -print0 | xargs -r0 rm -v
 
 %build

++ iproute2-correct-error-code.patch ++
Index: iproute2-2.6.29-1/ip/ip.c
===
--- iproute2-2.6.29-1.orig/ip/ip.c
+++ iproute2-2.6.29-1/ip/ip.c
@@ -141,6 +141,7 @@ static int batch(const char *name)
 int main(int argc, char **argv)
 {
char *basename;
+   int ret = 0;
 
basename = strrchr(argv[0], '/');
if (basename == NULL)
@@ -224,17 +225,29 @@ int main(int argc, char **argv)
 
_SL_ = oneline ? \\ : \n ;
 
-   if (batch_file)
-   return batch(batch_file);
+   if (batch_file) {
+   ret = batch(batch_file);
+   if(ret  0)
+   ret = -ret;
+   exit(ret);
+   }
 
if (rtnl_open(rth, 0)  0)
exit(1);
 
-   if (strlen(basename)  2)
-   return do_cmd(basename+2, argc, argv);
+   if (strlen(basename)  2) {
+   ret = do_cmd(basename+2, argc, argv);
+   if(ret  0)
+   ret = -ret;
+   exit(ret);
+   }
 
-   if (argc  1)
-   return do_cmd(argv[1], argc-1, argv+1);
+   if (argc  1) {
+   ret = do_cmd(argv[1], argc-1, argv+1);
+   if(ret  0)
+   ret = -ret;
+   exit(ret);
+   }
 
rtnl_close(rth);
usage();





Remember to have fun...

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



commit xfce4-session for openSUSE:Factory

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory
checked in at Tue Jul 26 17:03:41 CEST 2011.




--- xfce4-session/xfce4-session.changes 2011-05-17 11:04:40.0 +0200
+++ /mounts/work_src_done/STABLE/xfce4-session/xfce4-session.changes
2011-07-26 09:42:34.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 26 07:19:25 UTC 2011 - g...@opensuse.org
+
+- added xfce4-session-4.8.1-disable-hostname-check.patch so
+  hostname checks are only performed when TCP connections are
+  enabled
+
+---

calling whatdependson for head-i586


New:

  xfce4-session-4.8.1-disable-hostname-check.patch



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.Wb3exC/_old  2011-07-26 17:03:23.0 +0200
+++ /var/tmp/diff_new_pack.Wb3exC/_new  2011-07-26 17:03:23.0 +0200
@@ -19,16 +19,18 @@
 
 Name:   xfce4-session
 Version:4.8.1
-Release:11
+Release:13
 License:GPLv2+
 Summary:Xfce Session manager
 Url:http://www.xfce.org/projects/xfce4-session/
 Group:  System/GUI/XFCE
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE xfce4-session-simple-splash-remove-shadows.patch 
g...@opensuse.org -- Improves readability of the simple splash engine text by 
removing the text shadows
-Patch1: xfce4-session-simple-splash-remove-shadows.patch
+Patch0: xfce4-session-simple-splash-remove-shadows.patch
 # PATCH-FIX-UPSTREAM xfce4-session-4.8.1-fix-gdm_lang-usage.patch bnc#694203 
bxo#7400 g...@opensuse.org -- Fixes GDM_LANG usage to be compatible with GDM3 
(backported from upstream git)
-Patch2: xfce4-session-4.8.1-fix-gdm_lang-usage.patch
+Patch1: xfce4-session-4.8.1-fix-gdm_lang-usage.patch
+# PATCH-FIX-UPSTREAM xfce4-session-4.8.1-disable-hostname-check.patch 
g...@opensuse.org -- Only perform hostname checks when TCP connections are 
enabled (backported from upstream git)
+Patch2: xfce4-session-4.8.1-disable-hostname-check.patch
 BuildRequires:  intltool
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -88,6 +90,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 

++ xfce4-session-4.8.1-disable-hostname-check.patch ++
commit ba231e2eee82c321f473687e425d455fb36205d9
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Tue Jul 26 08:19:09 2011 +0200

Only perform hostname checks when TCP connections are enabled.

Based on a patch from Guido Berhoerster g...@opensuse.org.

 xfce4-session/main.c |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce4-session/main.c b/xfce4-session/main.c
index 0466f48..8f7c003 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -247,9 +247,12 @@ main (int argc, char **argv)
   dpy = gdk_display_get_default ();
   init_display (manager, dpy, channel, opt_disable_tcp);

-  /* verify that the DNS settings are ok */
-  xfsm_splash_screen_next (splash_screen, _(Verifying DNS settings));
-  xfsm_dns_check ();
+  if (!opt_disable_tcp  xfconf_channel_get_bool (channel, 
/security/EnableTcp, FALSE))
+{
+  /* verify that the DNS settings are ok */
+  xfsm_splash_screen_next (splash_screen, _(Verifying DNS settings));
+  xfsm_dns_check ();
+}

   xfsm_splash_screen_next (splash_screen, _(Loading session data));






Remember to have fun...

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



commit vm-install for openSUSE:11.3

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package vm-install for openSUSE:11.3
checked in at Tue Jul 26 17:04:05 CEST 2011.




--- old-versions/11.3/UPDATES/all/vm-install/vm-install.changes 2011-04-29 
23:20:14.0 +0200
+++ 11.3/vm-install/vm-install.changes  2011-07-25 18:56:48.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 06:47:41 MDT 2011 - carn...@novell.com
+
+- bnc#692625 - virt-manager has problems to install guest from
+  multiple CD
+
+---

calling whatdependson for 11.3-i586


Old:

  vm-install-0.4.30.tar.bz2

New:

  vm-install-0.4.31.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.IPlCj8/_old  2011-07-26 17:03:42.0 +0200
+++ /var/tmp/diff_new_pack.IPlCj8/_new  2011-07-26 17:03:42.0 +0200
@@ -26,10 +26,10 @@
 License:GPLv2+
 Group:  System/Emulators/PC
 AutoReqProv:yes
-Version:0.4.30
+Version:0.4.31
 Release:0.RELEASE2
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
-Source0:%{name}-0.4.30.tar.bz2
+Source0:%{name}-0.4.31.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 Requires:   libvirt python-urlgrabber libxml2-python libvirt-python 
virt-utils udhcp tftp

++ vm-install-0.4.30.tar.bz2 - vm-install-0.4.31.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/Makefile 
new/vm-install-0.4.31/Makefile
--- old/vm-install-0.4.30/Makefile  2011-04-25 17:49:24.0 +0200
+++ new/vm-install-0.4.31/Makefile  2011-05-10 14:50:28.0 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.4.30
+VER = 0.4.31
 
 default:
@echo Run 'make install DESTDIR=$destdir' to install.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/setup.py 
new/vm-install-0.4.31/setup.py
--- old/vm-install-0.4.30/setup.py  2011-04-25 17:49:17.0 +0200
+++ new/vm-install-0.4.31/setup.py  2011-05-10 14:50:15.0 +0200
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='vminstall',
-  version='0.4.30',
+  version='0.4.31',
   description='Define a virtual machine and install its operating system',
   author='Charles Coffing',
   author_email='ccoff...@novell.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/src/vmdisks/disks.py 
new/vm-install-0.4.31/src/vmdisks/disks.py
--- old/vm-install-0.4.30/src/vmdisks/disks.py  2011-03-04 16:40:42.0 
+0100
+++ new/vm-install-0.4.31/src/vmdisks/disks.py  2011-05-10 14:56:11.0 
+0200
@@ -1025,16 +1025,13 @@
 else:
 if self._vdevType == self.DEVICE_CDROM and 
self.vdev.startswith('vd'):
 target_dev = None
-# Default to hdc for the first cdrom
-if available_cdroms['hdc'] == 0:
-target_dev = hdc
-available_cdroms['hdc'] = 1
-else:
-for cd in available_cdroms:
-if available_cdroms[cd] == 0:
-target_dev = cd 
-available_cdroms[cd] = 1
-break
+# Grab the lowest available cdrom
+for cd in available_cdroms:
+key = cd.keys()[0]
+if cd[key] == 0:
+target_dev = key 
+cd[key] = 1
+break
 if not target_dev:
 target_string = target dev='hd + 
self.vdev[len(self.vdev)-1] + '/
 else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/src/vminstall/kvm_guest.py 
new/vm-install-0.4.31/src/vminstall/kvm_guest.py
--- old/vm-install-0.4.30/src/vminstall/kvm_guest.py2011-03-04 
16:39:15.0 +0100
+++ new/vm-install-0.4.31/src/vminstall/kvm_guest.py2011-05-10 
14:53:34.0 +0200
@@ -76,7 +76,7 @@
 
 def _get_disk_xml(self):
 Get the disk config in the libvirt XML format
-available_cdroms = { 'hda': 0, 'hdb':0, 'hdc':0, 'hdd':0 }
+available_cdroms = [{'hda': 0}, {'hdb': 0}, {'hdc': 0}, {'hdd': 0}]
 ret = []
 for disk in self.options.disks + self.tmpdisks:
 use_virtio = self.options.virtio and disk.virtio






Remember to have fun...

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



commit lxde-common for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:11.4
checked in at Tue Jul 26 17:11:15 CEST 2011.




--- old-versions/11.4/all/lxde-common/lxde-common.changes   2011-02-02 
13:34:49.0 +0100
+++ 11.4/lxde-common/lxde-common.changes2011-07-21 16:54:22.0 
+0200
@@ -1,0 +2,22 @@
+Thu Jul 21 14:54:19 UTC 2011 - and...@opensuse.org
+
+- fixed branding package dependency 
+
+---
+Sun Jul 10 18:05:03 UTC 2011 - and...@opensuse.org
+
+- removed useless pkgconfig and gtk2-devel buildrequires 
+- added URL tag
+- fixed license tag
+
+---
+Wed Mar 23 16:11:41 UTC 2011 - and...@opensuse.org
+
+- added gtk2-engines on suse 11.4 to fix ugly appereance 
+
+---
+Mon Mar 14 17:38:01 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/lxde-common
Destination is old-versions/11.4/UPDATES/all/lxde-common
calling whatdependson for 11.4-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.DIgcS8/_old  2011-07-26 17:10:47.0 +0200
+++ /var/tmp/diff_new_pack.DIgcS8/_new  2011-07-26 17:10:47.0 +0200
@@ -20,8 +20,9 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:14
-License:GPL
+Release:19.RELEASE20
+License:GPLv2
+Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
 Source2:lxde-lock-screen.desktop
@@ -29,7 +30,7 @@
 Patch1: %name-0.5.0-pcmanfm2.patch
 Patch2: %name-0.5.0-lxde.desktop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake gtk2-devel intltool pkg-config 
update-desktop-files
+BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
 Group:  System/GUI/LXDE
 Summary:This package provides a set of default configuration for LXDE
@@ -37,13 +38,16 @@
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
 Requires:   lxde-common-branding
+%if 0%{?suse_version} = 1140
+Recommends: gtk2-engines
+%endif
 
 %description
 Lxde-common package provides a set of default configuration for LXDE.
 It's an LXDE core package, since without it LXDE cannot run
 
 %package   branding-upstream
-License:GPL
+License:GPLv2
 Group:  System/GUI/LXDE
 Summary:Upstream branding
 Supplements:packageand(lxde-common:branding-upstream)
@@ -72,7 +76,6 @@
 mkdir -p %buildroot/usr/share/applications
 install -c -m 644 lxde-logout.desktop 
%buildroot/%_datadir/applications/lxde-logout.desktop
 install -c -m 644 %SOURCE2 %buildroot/%_datadir/applications/
-#%__cp %SOURCE1 %buildroot/%_datadir/lxde/images/
 %suse_update_desktop_file %buildroot/%_datadir/applications/lxde-logout.desktop
 %suse_update_desktop_file 
%buildroot/%_datadir/applications/lxde-lock-screen.desktop
 %suse_update_desktop_file %buildroot/%_datadir/xsessions/lxde.desktop
@@ -85,6 +88,15 @@
 %clean
 rm -rf %buildroot
 
+%if 0%{?suse_version} = 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files 
 %defattr(-,root,root)
 %_bindir/openbox-lxde






Remember to have fun...

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



commit lxde-common-branding-openSUSE for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:11.4
checked in at Tue Jul 26 17:11:21 CEST 2011.




--- 
old-versions/11.4/all/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
   2010-11-21 10:06:52.0 +0100
+++ 11.4/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
2011-07-10 20:13:58.0 +0200
@@ -1,0 +2,16 @@
+Sun Jul 10 18:05:03 UTC 2011 - and...@opensuse.org
+
+- removed useless pkgconfig and gtk2-devel buildrequires 
+- fixed license tag
+
+---
+Wed Mar 23 16:20:08 UTC 2011 - and...@opensuse.org
+
+- fixed log-out image, 11.4 branding is complete 
+
+---
+Mon Mar 21 10:33:25 UTC 2011 - and...@opensuse.org
+
+- fixed firefox link on default panel .desktop file
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/lxde-common-branding-openSUSE
Destination is old-versions/11.4/UPDATES/all/lxde-common-branding-openSUSE
calling whatdependson for 11.4-i586




Other differences:
--
++ lxde-common-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.1uRhjm/_old  2011-07-26 17:10:38.0 +0200
+++ /var/tmp/diff_new_pack.1uRhjm/_new  2011-07-26 17:10:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxde-common-branding-openSUSE (Version 11.3)
+# spec file for package lxde-common-branding-openSUSE
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,9 +19,9 @@
 
 
 Name:   lxde-common-branding-openSUSE
-Version:11.3
-Release:13
-License:GPL
+Version:11.4
+Release:16.RELEASE2
+License:GPLv2
 Source0:lxde-common-0.5.0.tar.bz2
 Source1:suse.png
 Source2:suse-logout.png
@@ -33,9 +33,10 @@
 Patch5: lxde-common-openbox-shortcut.patch
 Patch6: lxde-common-0.5.0-pcmanfm-default.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake gtk2-devel intltool pkg-config 
update-desktop-files
+BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
 Group:  System/GUI/LXDE
+Url:http://www.opensuse.org
 Summary:OpenSUSE branding
 BuildArch:  noarch
 Provides:   lxde-common-branding = %{version}

++ lxde-common-lxpanel.diff ++
--- /var/tmp/diff_new_pack.1uRhjm/_old  2011-07-26 17:10:38.0 +0200
+++ /var/tmp/diff_new_pack.1uRhjm/_new  2011-07-26 17:10:38.0 +0200
@@ -19,15 +19,6 @@
  system {
  }
  separator {
-@@ -53,7 +53,7 @@
- id=pcmanfm.desktop
- }
- Button {
--id=firefox.desktop
-+id=MozillaFirefox.desktop
- }
- }
- }
 @@ -114,10 +114,6 @@
  }
  

++ suse-logout.png ++
Files /var/tmp/diff_new_pack.1uRhjm/_old and /var/tmp/diff_new_pack.1uRhjm/_new 
differ







Remember to have fun...

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



commit iproute2 for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package iproute2 for openSUSE:11.4
checked in at Tue Jul 26 17:11:49 CEST 2011.




--- old-versions/11.4/all/iproute2/iproute2.changes 2011-01-12 
17:03:48.0 +0100
+++ 11.4/iproute2/iproute2.changes  2011-07-25 09:08:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 07:09:15 UTC 2011 - b...@suse.com
+
+- Add iproute2-correct-error-code.patch to fix return error code
+  (bnc#681952, swampid#41543).
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/iproute2
Destination is old-versions/11.4/UPDATES/all/iproute2
calling whatdependson for 11.4-i586


New:

  iproute2-correct-error-code.patch



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.y0X791/_old  2011-07-26 17:11:25.0 +0200
+++ /var/tmp/diff_new_pack.y0X791/_new  2011-07-26 17:11:25.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package iproute2 (Version 2.6.37)
+# spec file for package iproute2
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Routing
 Provides:   iproute
 Version:2.6.37
-Release:1
+Release:4.RELEASE5
 %define rversion2.6.37
 Summary:Advanced Routing
 Url:http://developer.osdl.org/dev/iproute2/
@@ -40,6 +40,7 @@
 Patch10:%name-2.6.29-1-ss-pclose.diff
 Patch13:%name-2.6.29-1-memleak.diff
 Patch14:%name-2.6.37-rtt-metrics-units.diff
+Patch15:%name-correct-error-code.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -86,6 +87,7 @@
 %patch10
 %patch13
 %patch14 -p1
+%patch15 -p1
 find . -name *.orig -print0 | xargs -r0 rm -v
 
 %build

++ iproute2-correct-error-code.patch ++
Index: iproute2-2.6.37/ip/ip.c
===
--- iproute2-2.6.37.orig/ip/ip.c
+++ iproute2-2.6.37/ip/ip.c
@@ -143,6 +143,7 @@ static int batch(const char *name)
 int main(int argc, char **argv)
 {
char *basename;
+   int ret = 0;
 
basename = strrchr(argv[0], '/');
if (basename == NULL)
@@ -245,17 +246,29 @@ int main(int argc, char **argv)
 
_SL_ = oneline ? \\ : \n ;
 
-   if (batch_file)
-   return batch(batch_file);
+   if (batch_file) {
+   ret = batch(batch_file);
+   if(ret  0)
+   ret = -ret;
+   exit(ret);
+   }
 
if (rtnl_open(rth, 0)  0)
exit(1);
 
-   if (strlen(basename)  2)
-   return do_cmd(basename+2, argc, argv);
+   if (strlen(basename)  2) {
+   ret = do_cmd(basename+2, argc, argv);
+   if(ret  0)
+   ret = -ret;
+   exit(ret);
+   }
 
-   if (argc  1)
-   return do_cmd(argv[1], argc-1, argv+1);
+   if (argc  1) {
+   ret = do_cmd(argv[1], argc-1, argv+1);
+   if(ret  0)
+   ret = -ret;
+   exit(ret);
+   }
 
rtnl_close(rth);
usage();





Remember to have fun...

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



commit vm-install for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package vm-install for openSUSE:11.4
checked in at Tue Jul 26 17:13:23 CEST 2011.




--- old-versions/11.4/UPDATES/all/vm-install/vm-install.changes 2011-04-29 
22:59:09.0 +0200
+++ 11.4/vm-install/vm-install.changes  2011-07-25 18:57:02.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 06:47:41 MDT 2011 - carn...@novell.com
+
+- bnc#692625 - virt-manager has problems to install guest from
+  multiple CD
+
+---

calling whatdependson for 11.4-i586


Old:

  vm-install-0.4.30.tar.bz2

New:

  vm-install-0.4.31.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.akVFK4/_old  2011-07-26 17:13:05.0 +0200
+++ /var/tmp/diff_new_pack.akVFK4/_new  2011-07-26 17:13:05.0 +0200
@@ -26,10 +26,10 @@
 License:GPLv2+
 Group:  System/Emulators/PC
 AutoReqProv:yes
-Version:0.4.30
+Version:0.4.31
 Release:0.RELEASE2
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
-Source0:%{name}-0.4.30.tar.bz2
+Source0:%{name}-0.4.31.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 Requires:   libvirt python-urlgrabber libxml2-python libvirt-python 
virt-utils udhcp tftp

++ vm-install-0.4.30.tar.bz2 - vm-install-0.4.31.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/Makefile 
new/vm-install-0.4.31/Makefile
--- old/vm-install-0.4.30/Makefile  2011-04-25 17:52:32.0 +0200
+++ new/vm-install-0.4.31/Makefile  2011-05-10 15:10:15.0 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.4.30
+VER = 0.4.31
 
 default:
@echo Run 'make install DESTDIR=$destdir' to install.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/setup.py 
new/vm-install-0.4.31/setup.py
--- old/vm-install-0.4.30/setup.py  2011-04-25 17:52:25.0 +0200
+++ new/vm-install-0.4.31/setup.py  2011-05-10 15:10:05.0 +0200
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='vminstall',
-  version='0.4.30',
+  version='0.4.31',
   description='Define a virtual machine and install its operating system',
   author='Charles Coffing',
   author_email='ccoff...@novell.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/src/vmdisks/disks.py 
new/vm-install-0.4.31/src/vmdisks/disks.py
--- old/vm-install-0.4.30/src/vmdisks/disks.py  2011-03-04 16:45:19.0 
+0100
+++ new/vm-install-0.4.31/src/vmdisks/disks.py  2011-05-10 15:11:48.0 
+0200
@@ -1033,16 +1033,13 @@
 else:
 if self._vdevType == self.DEVICE_CDROM and 
self.vdev.startswith('vd'):
 target_dev = None
-# Default to hdc for the first cdrom
-if available_cdroms['hdc'] == 0:
-target_dev = hdc
-available_cdroms['hdc'] = 1
-else:
-for cd in available_cdroms:
-if available_cdroms[cd] == 0:
-target_dev = cd 
-available_cdroms[cd] = 1
-break
+# Grab the lowest available cdrom
+for cd in available_cdroms:
+key = cd.keys()[0]
+if cd[key] == 0:
+target_dev = key 
+cd[key] = 1
+break
 if not target_dev:
 target_string = target dev='hd + 
self.vdev[len(self.vdev)-1] + '/
 else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.30/src/vminstall/kvm_guest.py 
new/vm-install-0.4.31/src/vminstall/kvm_guest.py
--- old/vm-install-0.4.30/src/vminstall/kvm_guest.py2011-02-10 
00:13:28.0 +0100
+++ new/vm-install-0.4.31/src/vminstall/kvm_guest.py2011-05-10 
15:02:15.0 +0200
@@ -76,7 +76,7 @@
 
 def _get_disk_xml(self):
 Get the disk config in the libvirt XML format
-available_cdroms = { 'hda': 0, 'hdb':0, 'hdc':0, 'hdd':0 }
+available_cdroms = [{'hda': 0}, {'hdb': 0}, {'hdc': 0}, {'hdd': 0}]
 ret = []
 for disk in self.options.disks + self.tmpdisks:
 use_virtio = self.options.virtio and disk.virtio






Remember to have fun...

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



commit apache2 for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package apache2 for openSUSE:11.4
checked in at Tue Jul 26 17:22:12 CEST 2011.




--- old-versions/11.4/all/apache2/apache2.changes   2010-10-21 
16:13:51.0 +0200
+++ 11.4/apache2/apache2.changes2011-07-26 15:43:36.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 26 15:42:26 CEST 2011 - dr...@suse.de
+
+- httpd-2.2.x-bnc690734.patch: take LimitRequestFieldsize config
+  option into account when parsing headers from backend. bnc#690734
+- recommend the default MPM (prefork) via Recommends: in .spec
+  [bnc#670027]
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/apache2
Destination is old-versions/11.4/UPDATES/all/apache2
calling whatdependson for 11.4-i586


New:

  httpd-2.2.x-bnc690734.patch



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.MZdysq/_old  2011-07-26 17:21:49.0 +0200
+++ /var/tmp/diff_new_pack.MZdysq/_new  2011-07-26 17:21:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package apache2 (Version 2.2.17)
+# spec file for package apache2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -69,7 +69,7 @@
 Group:  Productivity/Networking/Web/Servers
 %define realver 2.2.17
 Version:2.2.17
-Release:1
+Release:4.RELEASE5
 #Source0:  http://www.apache.org/dist/httpd-%{version}.tar.bz2
 Source0:http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
 # Add file to take mtime from it in prep section
@@ -124,6 +124,7 @@
 Patch66:httpd-2.0.54-envvars.dif
 Patch67:httpd-2.2.0-apxs-a2enmod.dif
 Patch68:httpd-2.x.x-logresolve.patch
+Patch69:httpd-2.2.x-bnc690734.patch
 Patch100:   apache2.2-mpm-itk-20090414-00.patch
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
@@ -148,6 +149,9 @@
 Obsoletes:  mod_ssl  2.8.16
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1110
+Recommends: apache2-%default_mpm
+%endif
 
 %description
 Apache 2, the successor to Apache 1.
@@ -346,6 +350,7 @@
 %patch66 -p1
 %patch67 -p1
 %patch68 -p1
+%patch69 -p0
 %patch100 -p1
 #
 cat $RPM_SOURCE_DIR/SUSE-NOTICE  NOTICE



++ httpd-2.2.x-bnc690734.patch ++
diff -ruN ../httpd-2.2.17-o/server/util_script.c ./server/util_script.c
--- ../httpd-2.2.17-o/server/util_script.c  2009-01-12 14:59:56.0 
+0100
+++ ./server/util_script.c  2011-07-26 15:39:50.0 +0200
@@ -406,6 +406,7 @@
 {
 char x[MAX_STRING_LEN];
 char *w, *l;
+int wlen;
 int p;
 int cgi_status = HTTP_UNSET;
 apr_table_t *merge;
@@ -414,7 +415,14 @@
 if (buffer) {
 *buffer = '\0';
 }
-w = buffer ? buffer : x;
+
+if (r-server-limit_req_fieldsize + 2  MAX_STRING_LEN) {
+w = apr_palloc(r-pool, r-server-limit_req_fieldsize + 2);
+wlen = r-server-limit_req_fieldsize + 2;
+} else {
+w = buffer ? buffer : x;
+wlen = MAX_STRING_LEN;
+}
 
 /* temporary place to hold headers to merge in later */
 merge = apr_table_make(r-pool, 10);
@@ -430,7 +438,7 @@
 
 while (1) {
 
-int rv = (*getsfunc) (w, MAX_STRING_LEN - 1, getsfunc_data);
+int rv = (*getsfunc) (w, wlen - 1, getsfunc_data);
 if (rv == 0) {
 ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r,
   Premature end of script headers: %s,
@@ -537,9 +545,12 @@
 
 if (!buffer) {
 /* Soak up all the script output - may save an outright kill */
-while ((*getsfunc) (w, MAX_STRING_LEN - 1, getsfunc_data)) {
+while ((*getsfunc) (w, wlen - 1, getsfunc_data)) {
 continue;
 }
+   } else if (w != buffer) {
+   strncpy(buffer, w, MAX_STRING_LEN - 1);
+   buffer[MAX_STRING_LEN - 1] = 0;
 }
 
 ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_TOCLIENT, 0, r,






Remember to have fun...

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



commit libapr1 for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package libapr1 for openSUSE:11.4
checked in at Tue Jul 26 17:23:16 CEST 2011.




--- old-versions/11.4/all/libapr1/libapr1.changes   2010-09-06 
23:40:40.0 +0200
+++ 11.4/libapr1/libapr1.changes2011-07-26 15:47:31.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 26 15:32:48 CEST 2011 - dr...@suse.de
+
+- libapr1-apr_fnmatch_c-CVE-2011-0419.patch and
+  libapr1-apr_fnmatch_c-CVE-2011-1928.patch fix CVE-2011-0419 and
+  CVE-2011-1928: fnmatch() mem and CPU exhaustion DoS. bnc#693778
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/libapr1
Destination is old-versions/11.4/UPDATES/all/libapr1
calling whatdependson for 11.4-i586


New:

  libapr1-apr_fnmatch_c-CVE-2011-0419.patch
  libapr1-apr_fnmatch_c-CVE-2011-1928.patch



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.k2TLxg/_old  2011-07-26 17:22:53.0 +0200
+++ /var/tmp/diff_new_pack.k2TLxg/_new  2011-07-26 17:22:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libapr1 (Version 1.4.2)
+# spec file for package libapr1
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,12 +37,14 @@
 %endif
 #
 Version:1.4.2
-Release:2
+Release:4.RELEASE5
 Summary:Apache Portable Runtime (APR) Library
 Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: string-compare.diff
 Patch3: apr-1.3.0-testshm-apr_shm_remove.patch
+Patch4: libapr1-apr_fnmatch_c-CVE-2011-0419.patch
+Patch5: libapr1-apr_fnmatch_c-CVE-2011-1928.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define aprver 1
 %define installbuilddir %{_libdir}/apr-%{aprver}/build
@@ -93,6 +95,8 @@
 %setup -n apr-%{version}
 %patch1
 %patch3 -p1
+%patch4 -p0
+%patch5 -p0
 #
 # workaround for ugly bug 400488
 # Xen kernel on sles9 x86_64 is set up to behave different than all other 
kernels

++ libapr1-apr_fnmatch_c-CVE-2011-0419.patch ++
 628 lines (skipped)

++ libapr1-apr_fnmatch_c-CVE-2011-1928.patch ++
diff -ruN ../apr-1.3.3.orig/strings/apr_fnmatch.c ./strings/apr_fnmatch.c
--- ../apr-1.3.3.orig/strings/apr_fnmatch.c 2011-06-24 14:52:09.0 
+0200
+++ ./strings/apr_fnmatch.c 2011-06-24 14:53:14.0 +0200
@@ -195,7 +195,10 @@
 const char *mismatch = NULL;
 int matchlen = 0;
 
-while (*pattern)
+if (*pattern == '*')
+goto firstsegment;
+
+while (*pattern  *string)
 {
 /* Match balanced slashes, starting a new segment pattern
  */
@@ -206,6 +209,7 @@
 ++string;
 }
 
+firstsegment:
 /* At the beginning of each segment, validate leading period behavior.
  */
 if ((flags  APR_FNM_PERIOD)  (*string == '.'))
@@ -360,9 +364,9 @@
 return APR_FNM_NOMATCH;
 }
 
-/* pattern is at EOS; if string is also, declare success
+/* Where both pattern and string are at EOS, declare success
  */
-if (!*string)
+if (!*string  !*pattern)
 return 0;
 
 /* pattern didn't match to the end of string */





Remember to have fun...

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



commit gimp for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package gimp for openSUSE:11.4
checked in at Tue Jul 26 17:23:51 CEST 2011.




--- old-versions/11.4/UPDATES/all/gimp/gimp.changes 2011-05-27 
23:16:24.0 +0200
+++ 11.4/gimp/gimp.changes  2011-07-13 00:36:50.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 12 22:35:35 UTC 2011 - fi...@opensuse.org
+
+- Add gimp-pyslice-cellspacing-fix.patch to fix cellspacing in
+  pyslice plugin. Fix bnc#698769.
+
+---

calling whatdependson for 11.4-i586


New:

  gimp-pyslice-cellspacing-fix.patch



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.60mBHu/_old  2011-07-26 17:23:27.0 +0200
+++ /var/tmp/diff_new_pack.60mBHu/_new  2011-07-26 17:23:27.0 +0200
@@ -49,7 +49,7 @@
 BuildRequires:  xorg-x11-libXfixes-devel
 Url:http://www.gimp.org/
 Version:2.6.11
-Release:13.RELEASE14
+Release:13.RELEASE16
 License:GPLv2+
 Group:  Productivity/Graphics/Bitmap Editors
 Suggests:   AdobeICCProfiles
@@ -67,6 +67,8 @@
 Patch0: gimp-CVE-2010-4540-and-more.patch
 # PATCH-FIX-UPSTREAM gimp-CVE-2010-4543.patch CVE-2010-4543 bgo#639203 
bnc#662043 vu...@opensuse.org -- Fix a buffer overflow when reading a psp file
 Patch1: gimp-CVE-2010-4543.patch
+# PATCH-FIX-UPSTREAM gimp-pyslice-cellspacing-fix.patch bgo#641259 bnc#698769 
fi...@opensuse.org -- py-slice cellspacing fix
+Patch2: gimp-pyslice-cellspacing-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = 2.4
 Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin 
%{name}-help-browser
@@ -244,6 +246,7 @@
 translation-update-upstream po-tips gimp20-tips
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 # Safety check for ABI version change.
 vabi=`printf %d $(sed -n '/#define GIMP_MODULE_ABI_VERSION/{s/.* //;p}' 
libgimpmodule/gimpmodule.h)`
 if test x${vabi} != x%{abiver}; then

++ gimp-pyslice-cellspacing-fix.patch ++
diff --git a/plug-ins/pygimp/plug-ins/py-slice.py 
b/plug-ins/pygimp/plug-ins/py-slice.py
index f5b80bd..13ae267 100755
--- a/plug-ins/pygimp/plug-ins/py-slice.py
+++ b/plug-ins/pygimp/plug-ins/py-slice.py
@@ -35,6 +35,9 @@ gettext.install(gimp20-python, gimp.locale_directory, 
unicode=True)
 def pyslice(image, drawable, save_path, html_filename,
 image_basename, image_extension, separate,
 image_path, cellspacing, animate, skip_caps):
+
+cellspacing = int (cellspacing)
+
 if animate:
 count = 0
 drw = []





Remember to have fun...

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



commit minicom for openSUSE:11.3

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package minicom for openSUSE:11.3
checked in at Tue Jul 26 18:06:18 CEST 2011.




--- old-versions/11.3/all/minicom/minicom.changes   2010-04-28 
16:53:36.0 +0200
+++ 11.3/minicom/minicom.changes2011-07-26 15:04:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 26 09:24:27 UTC 2011 - vci...@novell.com
+
+- increased size of parameter buffers (bnc#707860) 
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/minicom
Destination is old-versions/11.3/UPDATES/all/minicom
calling whatdependson for 11.3-i586


New:

  minicom-2.3-increase-parameter-buffers.patch



Other differences:
--
++ minicom.spec ++
--- /var/tmp/diff_new_pack.nIUK1e/_old  2011-07-26 18:05:55.0 +0200
+++ /var/tmp/diff_new_pack.nIUK1e/_new  2011-07-26 18:05:55.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package minicom (Version 2.3)
+# spec file for package minicom
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -26,7 +26,7 @@
 Group:  Hardware/Modem
 Requires:   rzsz
 Version:2.3
-Release:35
+Release:38.RELEASE2
 Summary:A Terminal Program
 Source: %{name}-%{version}.tar.bz2
 Patch0: minicom-2.2-defaults.diff
@@ -38,6 +38,7 @@
 Patch6: 03norzsz.diff
 Patch7: bug204522.diff
 Patch8: minicom-2.3-lockdev.diff
+Patch9: minicom-2.3-increase-parameter-buffers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,6 +67,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 autoreconf --force --install

++ minicom-2.3-increase-parameter-buffers.patch ++
Index: minicom-2.5/src/configsym.h
===
--- minicom-2.5.orig/src/configsym.h
+++ minicom-2.5/src/configsym.h
@@ -35,7 +35,7 @@
  * jl  10.02.2000 parameter P_STOPB
  */
 
-#define PARS_VAL_LEN 64
+#define PARS_VAL_LEN 256
 
 struct pars {
   /* value is first, so that (char *)mpars[0] == mpars[0].value */





Remember to have fun...

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



commit minicom for openSUSE:11.4

2011-07-26 Thread h_root

Hello community,

here is the log from the commit of package minicom for openSUSE:11.4
checked in at Tue Jul 26 18:08:16 CEST 2011.




--- old-versions/11.4/all/minicom/minicom.changes   2011-01-31 
12:55:51.0 +0100
+++ 11.4/minicom/minicom.changes2011-07-26 11:27:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 26 09:24:27 UTC 2011 - vci...@novell.com
+
+- increased size of parameter buffers (bnc#707860) 
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/minicom
Destination is old-versions/11.4/UPDATES/all/minicom
calling whatdependson for 11.4-i586


New:

  minicom-2.5-increase-parameter-buffers.patch



Other differences:
--
++ minicom.spec ++
--- /var/tmp/diff_new_pack.2f28CW/_old  2011-07-26 18:06:26.0 +0200
+++ /var/tmp/diff_new_pack.2f28CW/_new  2011-07-26 18:06:26.0 +0200
@@ -26,7 +26,7 @@
 Group:  Hardware/Modem
 Requires:   rzsz
 Version:2.5
-Release:1
+Release:5.RELEASE6
 Summary:A Terminal Program
 Source: %{name}-%{version}.tar.bz2
 Patch0: minicom-2.2-defaults.diff
@@ -35,6 +35,7 @@
 Patch3: minicom-2.4-lockdev.diff
 Patch4: minicom-2.3-no-build-date.patch
 Patch5: minicom-2.4-norootsetup.diff
+Patch6: minicom-2.5-increase-parameter-buffers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,6 +61,7 @@
 %patch3 -p1
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 autoreconf --force --install

++ minicom-2.5-increase-parameter-buffers.patch ++
Index: minicom-2.5/src/configsym.h
===
--- minicom-2.5.orig/src/configsym.h
+++ minicom-2.5/src/configsym.h
@@ -35,7 +35,7 @@
  * jl  10.02.2000 parameter P_STOPB
  */
 
-#define PARS_VAL_LEN 64
+#define PARS_VAL_LEN 256
 
 struct pars {
   /* value is first, so that (char *)mpars[0] == mpars[0].value */





Remember to have fun...

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