commit rpm for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package rpm for openSUSE:Factory
checked in at Thu Aug 25 09:46:37 CEST 2011.




--- rpm/rpm.changes 2011-08-15 01:06:04.0 +0200
+++ /mounts/work_src_done/STABLE/rpm/rpm.changes2011-08-24 
14:40:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 24 12:40:05 UTC 2011 - meiss...@novell.com
+
+- restore old debugedit behaviour for stabs, otherwise
+  binaries with stabs in it will fail the build (e.g. vmlinux images
+  on Power)
+
+---

calling whatdependson for head-i586


New:

  debugedit-stabs-warning.diff



Other differences:
--
++ rpm-python.spec ++
--- /var/tmp/diff_new_pack.j8vl2b/_old  2011-08-25 09:36:59.0 +0200
+++ /var/tmp/diff_new_pack.j8vl2b/_new  2011-08-25 09:36:59.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Packages
 Summary:Python Bindings for Manipulating RPM Packages
 Version:4.9.1
-Release:4
+Release:5
 Requires:   rpm = %{version}
 %py_requires
 Source99:   rpm.spec

++ rpm.spec ++
--- /var/tmp/diff_new_pack.j8vl2b/_old  2011-08-25 09:36:59.0 +0200
+++ /var/tmp/diff_new_pack.j8vl2b/_new  2011-08-25 09:36:59.0 +0200
@@ -29,7 +29,7 @@
 AutoReqProv:on
 Summary:The RPM Package Manager
 Version:4.9.1
-Release:25
+Release:27
 Source: rpm-%{version}.tar.bz2
 Source1:RPM-HOWTO.tar.bz2
 Source2:RPM-Tips.html.tar.bz2
@@ -114,6 +114,7 @@
 Patch77:trailslash.diff
 Patch78:docdefattr.diff
 Patch79:mono-find-requires.diff
+Patch80:debugedit-stabs-warning.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -177,6 +178,7 @@
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
+%patch -P 80
 #chmod 755 scripts/find-supplements{,.ksyms}
 #chmod 755 scripts/find-provides.ksyms scripts/find-requires.ksyms
 #chmod 755 scripts/firmware.prov

++ debugedit-stabs-warning.diff ++
--- tools/debugedit.c.stabs 2011-07-29 14:32:45.0 +0200
+++ tools/debugedit.c   2011-07-29 14:32:50.0 +0200
@@ -1657,7 +1657,7 @@
  if (strcmp (name, ".stab") == 0)
{
  fprintf (stderr, "Stabs debuginfo not supported: %s\n", file);
- exit (1);
+ break;
}
  if (strcmp (name, ".debug_info") == 0)
edit_dwarf2 (dso);





Remember to have fun...

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



commit xorg-x11 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Thu Aug 25 10:03:48 CEST 2011.




--- xorg-x11/xorg-x11.changes   2011-08-08 14:49:22.0 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes  2011-08-24 
16:00:17.0 +0200
@@ -6,0 +7,9 @@
+Wed Jun  8 08:30:05 UTC 2011 - e...@suse.de
+
+- add u_luit-Set-up-terminal-before-fork.diff:
+  Set up terminal before fork. 
+  An older version of this patch was dropped as 
+  it didn't apply any more.
+  This patch is to be upstreamed.
+
+---

calling whatdependson for head-i586


New:

  u_luit-Set-up-terminal-before-fork.diff



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.tC1VUT/_old  2011-08-25 09:46:48.0 +0200
+++ /var/tmp/diff_new_pack.tC1VUT/_new  2011-08-25 09:46:48.0 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  bison
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:57
+Release:59
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Utilities
@@ -164,6 +164,7 @@
 Patch66:xinit-suse.diff
 Patch67:xinit-tolerant-hostname-changes.diff
 Patch69:xrdb-traditional-cpp.diff
+Patch70:u_luit-Set-up-terminal-before-fork.diff
 Patch674733:
xrdb-Create-shell-escape-safe-cpp-options-in-the-non-path-bnc674733.patch
 
 %description
@@ -299,6 +300,9 @@
 ln lisp/README .doc/xedit/lisp.README
 ln lisp/re/README  .doc/xedit/re.README
 popd
+pushd luit-*
+%patch70 -p1
+popd
 
 %build
 

++ u_luit-Set-up-terminal-before-fork.diff ++
>From 6b1da100f2984701f181f5d2635ffcff06db9be1 Mon Sep 17 00:00:00 2001
From: Mike Fabian 
Date: Tue, 7 Jun 2011 13:42:00 +0200
Subject: [PATCH] Set up terminal before fork.
Patch-mainline: To be submitted.

After the fork it is undefined wether parent or child runs
first. So there can be a race: if the child runs before the
terminal of the parent is set up correctly luit may hang.
This patch sets up the terminal before forking and undoes
the settings in the child.

Signed-off-by: Egbert Eich 
---
 luit.c |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/luit.c b/luit.c
index 6bd8775..c2a011c 100644
--- a/luit.c
+++ b/luit.c
@@ -577,6 +577,8 @@ condom(int argc, char **argv)
IGNORE_RC(pipe(c2p_waitpipe));
 }
 
+setup_io(pty);
+
 pid = fork();
 if (pid < 0) {
perror("Couldn't fork");
@@ -584,6 +586,10 @@ condom(int argc, char **argv)
 }
 
 if (pid == 0) {
+#ifdef SIGWINCH
+   installHandler(SIGWINCH, SIG_DFL);
+#endif
+   installHandler(SIGCHLD, SIG_DFL);
close(pty);
if (pipe_option) {
close_waitpipe(1);
@@ -661,7 +667,6 @@ parent(int pid GCC_UNUSED, int pty)
 if (verbose) {
reportIso2022(outputState);
 }
-setup_io(pty);
 
 if (pipe_option) {
write_waitpipe(p2c_waitpipe);
-- 
1.7.3.4






Remember to have fun...

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



commit systemd for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Thu Aug 25 10:07:32 CEST 2011.




--- systemd/systemd.changes 2011-08-19 10:39:33.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-08-24 
17:35:40.0 +0200
@@ -1,0 +2,22 @@
+Wed Aug 24 13:02:12 UTC 2011 - fcro...@novell.com
+
+- Add tty1.patch: ensure passphrase are handled before starting
+  gettty on tty1.
+- Add inittab generator, creating default.target at startup based
+  on /etc/inittab value.
+- No longer try to create /etc/systemd/system/default.target at
+  initial package install (bnc#707418)
+- Fix configuration path used for systemd user manager.
+- Ensure pam-config output is no display in install script.
+- Remove buildrequires on vala, no longer needed.
+
+---
+Fri Aug 19 15:29:49 UTC 2011 - fcro...@suse.com
+
+- Handle disable_capslock, compose table and kbd_rate
+- Add rpm macros.systemd file.
+- Do not disable klogd, it has its own service now.
+- Handle kexec correctly (bnc#671673).
+- Disable preload services, they are conflicting with systemd.
+
+---

calling whatdependson for head-i586


New:

  0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch
  0001-initctl-check-for-kexec_loaded-when-reboot-is-reques.patch
  0001-path-lookup-monitor-etc-systemd-user-for-user-manage.patch
  macros.systemd
  systemd-inittab
  systemd-sysv-convert
  tty1.patch



Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.XCctEa/_old  2011-08-25 10:04:04.0 +0200
+++ /var/tmp/diff_new_pack.XCctEa/_new  2011-08-25 10:04:04.0 +0200
@@ -22,7 +22,7 @@
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:33
-Release:13
+Release:15
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager
@@ -36,7 +36,7 @@
 BuildRequires:  pam-devel
 BuildRequires:  libcryptsetup-devel
 BuildRequires:  pkg-config
-BuildRequires:  gtk2-devel libnotify-devel libxslt-devel vala
+BuildRequires:  gtk2-devel libnotify-devel libxslt-devel
 BuildRequires:  libselinux-devel libsepol-devel
 BuildRequires:  intltool
 Requires:   udev >= 172
@@ -49,7 +49,14 @@
 Source0:
http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
 Source1:systemd-rpmlintrc
 Source2:localfs.service
+Source3:systemd-sysv-convert
+Source4:macros.systemd
+Source5:systemd-inittab
 Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch
+# handle SUSE specific kbd settings
+Patch6: 0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch
+# don't start getty on tty1 until all password request are done
+Patch8: tty1.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -63,6 +70,10 @@
 Patch4: systemd-cryptsetup-query.patch
 # PATCH-FIX-UPSTREAM a...@suse.com -- fix crash on systemctl enable
 Patch5: fix-crash.patch
+# PATCH-FIX-UPSTREAM fcro...@suse.com bnc671673 -- fix kexec support
+Patch7: 0001-initctl-check-for-kexec_loaded-when-reboot-is-reques.patch
+# PATCH-FIX-UPSTREAM fcro...@suse.com -- don't look for system manager 
configuration when running user manager
+Patch9: 0001-path-lookup-monitor-etc-systemd-user-for-user-manage.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -127,6 +138,10 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 autoreconf -fiv
@@ -139,14 +154,16 @@
   --docdir=%{_docdir}/systemd \
   --with-rootdir= \
   CFLAGS="%{optflags}"
-# rebuild due to libnotify 0.7 in factory
-touch *.vala */*.vala
 make %{?_smp_mflags}
 
 %install
 %makeinstall
+mkdir -p %{buildroot}%{_sysconfdir}/rpm
+install -m644 %{S:4} %{buildroot}%{_sysconfdir}/rpm
 find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
-mkdir -p %{buildroot}/sbin
+mkdir -p 
%{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated}
+install -m755 %{S:3} -D %{buildroot}%{_sbindir}/systemd-sysv-convert
+install -m755 %{S:5} %{buildroot}/lib/systemd/system-generators
 ln -s ../bin/systemd %{buildroot}/sbin/init
 ln -s ../bin/systemctl %{buildroot}/sbin/reboot
 ln -s ../bin/systemctl %{buildroot}/sbin/halt
@@ -156,6 +173,7 @@
 ln -s ../bin/systemctl %{buildroot}/sbin/runlevel
 rm -rf %{buildroot}/etc/systemd/system/*.target.wants
 rm -f %{buildroot}/etc/systemd/system/default.target
+rm -f %{buildroot}/lib/systemd/system/default.target
 %if !%{build_plymouth}
 rm -f %{buildroot}/lib/systemd/system/plymouth-*.service
 rm -f %{buildroot}/lib/systemd/sy

commit libsndfile for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package libsndfile for openSUSE:Factory
checked in at Thu Aug 25 10:11:36 CEST 2011.




--- libsndfile/libsndfile-progs.changes 2011-07-18 17:27:21.0 +0200
+++ /mounts/work_src_done/STABLE/libsndfile/libsndfile-progs.changes
2011-07-29 14:48:42.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 29 14:48:03 CEST 2011 - ti...@suse.de
+
+- Fix zero-division in PAF parser (bnc#708988)
+
+---
--- libsndfile/libsndfile.changes   2011-07-28 01:40:56.0 +0200
+++ /mounts/work_src_done/STABLE/libsndfile/libsndfile.changes  2011-08-24 
20:08:37.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 24 18:07:57 UTC 2011 - crrodrig...@opensuse.org
+
+- Enable speex support 
+- run make check
+
+---
+Fri Jul 29 14:48:03 CEST 2011 - ti...@suse.de
+
+- Fix zero-division in PAF parser (bnc#708988)
+
+---

calling whatdependson for head-i586


New:

  libsndfile-paf-zero-division-fix.diff



Other differences:
--
++ libsndfile-progs.spec ++
--- /var/tmp/diff_new_pack.W1ZVE4/_old  2011-08-25 10:07:48.0 +0200
+++ /var/tmp/diff_new_pack.W1ZVE4/_new  2011-08-25 10:07:48.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  alsa-devel flac-devel gcc-c++ libjack-devel libvorbis-devel 
pkgconfig sqlite-devel
 Summary:Example Programs for libsndfile
 Version:1.0.25
-Release:2
+Release:3
 License:LGPLv2.1+
 Group:  System/Libraries
 Source: libsndfile-%{version}.tar.gz

++ libsndfile.spec ++
--- /var/tmp/diff_new_pack.W1ZVE4/_old  2011-08-25 10:07:48.0 +0200
+++ /var/tmp/diff_new_pack.W1ZVE4/_new  2011-08-25 10:07:48.0 +0200
@@ -18,23 +18,32 @@
 
 
 Name:   libsndfile
-BuildRequires:  alsa-devel flac-devel gcc-c++ libvorbis-devel pkg-config 
sqlite-devel
-Summary:A Library to Handle Various Audio File Formats
 Version:1.0.25
-Release:2
+Release:4
 License:LGPLv2.1+
+Summary:A Library to Handle Various Audio File Formats
 Group:  System/Libraries
+BuildRequires:  alsa-devel
+BuildRequires:  flac-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libvorbis-devel
+BuildRequires:  pkg-config
+BuildRequires:  sqlite-devel
+BuildRequires:  speex-devel
 Obsoletes:  libsnd
 Provides:   libsnd
 # bug437293
 %ifarch ppc64
 Obsoletes:  libsndfile-64bit
 %endif
+Url:http://www.mega-nerd.com/libsndfile/
 #
 Source: libsndfile-%{version}.tar.gz
 Source2:baselibs.conf
-Patch:  libsndfile-example-fix.diff
-Url:http://www.mega-nerd.com/libsndfile/
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch0: libsndfile-example-fix.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch1: libsndfile-paf-zero-division-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,17 +52,13 @@
 currently read and write 8, 16, 24, and 32-bit PCM files as well as
 32-bit floating point WAV files and a number of compressed formats.
 
-
-
-Authors:
-
-Erik de Castro Lopo 
-
 %package devel
 License:LGPLv2.1+
 Summary:Development package for the libsndfile library
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version} glibc-devel libstdc++-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
+Requires:   libstdc++-devel
 Obsoletes:  libsndd
 Provides:   libsndd
 # bug437293
@@ -66,44 +71,45 @@
 This package contains the files needed to compile programs that use the
 libsndfile library.
 
-
-
-Authors:
-
-Erik de Castro Lopo 
-
 %prep
 %setup -q
-%patch
+%patch0
+%patch1 -p1
 
 %build
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wno-unused-parameter
 # autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS %{warn_flags}"
+CFLAGS="%{optflags} %{warn_flags}"
 export CFLAGS
 %configure --disable-silent-rules \
--disable-static \
 --enable-sqlite \
-   --with-pic
+   --with-pic \
+--enable-experimental
 make %{?_smp_mflags}
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
+%make_install
 # remove unnecessary files
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 # remove programs; built in another spec file
-rm -rf $RPM_BUILD_ROOT%{_bindir}
-rm -rf $RPM_BUILD_ROOT%{_mandir}/man1
+rm -rf %{buildroot}%{_bindir}
+rm -rf %{buildroot}%{_mandir}/man1
 # remove binaries from examples directory
 make -C examples distclean
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libsndfile1-dev
+rm -rf %{buildroot}%{_datadir}/doc/libsndfile1-dev

commit NetworkManager for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory
checked in at Thu Aug 25 10:20:59 CEST 2011.




--- NetworkManager/NetworkManager.changes   2011-06-09 16:35:23.0 
+0200
+++ /mounts/work_src_done/STABLE/NetworkManager/NetworkManager.changes  
2011-08-24 18:29:27.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 24 14:23:01 UTC 2011 - fcro...@suse.com
+
+- no longer package /var/run/NetworkManager, not used by NM
+  anymore. Package /var/lib/NetworkManager instead.
+- Add systemd-network-config.patch: follow network configuration to
+  not start NM under systemd if it is disabled system-wide.
+- enable systemd service for NetworkManager
+
+---

calling whatdependson for head-i586


New:

  systemd-network-config.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.lGzchL/_old  2011-08-25 10:11:47.0 +0200
+++ /var/tmp/diff_new_pack.lGzchL/_new  2011-08-25 10:11:47.0 +0200
@@ -20,7 +20,7 @@
 Name:   NetworkManager
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8.9997
-Release:1
+Release:2
 License:GPLv2+
 Group:  Productivity/Networking/System
 Summary:Network Link Manager and User Applications
@@ -30,6 +30,8 @@
 Source99:   NetworkManager-rpmlintrc
 # PATCH-FIX-UPSTREAM f15-branch.patch fcro...@novell.com -- all patches from 
f15 branch (mostly KDE compat) : git diff 0.9.0-rc3..f15  (latest f15 commit : 
de32d1b87174e33626cb30ac2567d4ae964879f4)
 Patch0: f15-branch.patch
+# PATCH-FEATURE-OPENSUSE systemd-network-config.patch -- don't try to start NM 
under systemd if it is disabled in system configuration
+Patch1: systemd-network-config.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -61,6 +63,7 @@
 Requires:   ppp
 Requires:   sysconfig >= 0.71.1
 Requires:   wpa_supplicant >= 0.6.4
+%{systemd_requires}
 Provides:   dhcdbd = 1.14
 Obsoletes:  dhcdbd < 1.14
 Recommends: dnsmasq
@@ -116,6 +119,7 @@
 %setup -n %{name}-%{version} -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 
 %build
 #needed by patch0
@@ -143,6 +147,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN
 mkdir -p $RPM_BUILD_ROOT/var/log/
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/NetworkManager
 touch $RPM_BUILD_ROOT/var/log/NetworkManager
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections
 install -m 0755 %{SOURCE1} 
$RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d/
@@ -151,6 +156,22 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
+%post
+if [ ! -e /var/lib/systemd/migrated/NetworkManager ]; then
+  /bin/systemctl enable NetworkManager.service > /dev/null 2>&1 || :
+  touch /var/lib/systemd/migrated/NetworkManager
+fi
+%service_add NetworkManager.service
+
+%preun
+if [ $1 -eq 0 ]; then
+  rm -f /var/lib/systemd/migrated/NetworkManager
+fi
+%service_del_preun NetworkManager.service
+
+%postun
+%service_del_postun NetworkManager.service
+
 %post glib -p /sbin/ldconfig
 
 %postun glib -p /sbin/ldconfig
@@ -166,7 +187,7 @@
 %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManager.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
 %{_datadir}/polkit-1/actions/org.freedesktop.NetworkManager.policy
-%attr(0700,root,root) %{_localstatedir}/run/NetworkManager
+%attr(0700,root,root) %{_localstatedir}/lib/NetworkManager
 %doc %{_mandir}/man1/nm-online.*
 %doc %{_mandir}/man1/nm-tool.*
 %doc %{_mandir}/man1/nmcli.*

++ systemd-network-config.patch ++
Index: NetworkManager-0.8.9997/data/NetworkManager.service.in
===
--- NetworkManager-0.8.9997.orig/data/NetworkManager.service.in
+++ NetworkManager-0.8.9997/data/NetworkManager.service.in
@@ -8,6 +8,8 @@ Before=network.target
 Type=dbus
 BusName=org.freedesktop.NetworkManager
 ExecStart=@sbindir@/NetworkManager --no-daemon
+EnvironmentFile=/etc/sysconfig/network/config
+ExecStartPre=/usr/bin/test "x${NETWORKMANAGER}" = xyes
 
 [Install]
 WantedBy=multi-user.target





Remember to have fun...

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



commit python-gobject for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory
checked in at Thu Aug 25 10:23:53 CEST 2011.




--- GNOME/python-gobject/python-gobject.changes 2011-08-22 14:47:08.0 
+0200
+++ /mounts/work_src_done/STABLE/python-gobject/python-gobject.changes  
2011-08-24 18:33:22.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 24 16:32:52 UTC 2011 - dims...@opensuse.org
+
+- Fix -devel package files section (pygobject doc is gone) 
+
+---
+Wed Aug 24 11:42:49 UTC 2011 - dims...@opensuse.org
+
+- Delete gtk-doc/html/pygobject: The documentation is not
+  reflecting the gi-bindings. but the old static ones.
+
+---
python3-gobject.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.kmid3x/_old  2011-08-25 10:21:14.0 +0200
+++ /var/tmp/diff_new_pack.kmid3x/_new  2011-08-25 10:21:14.0 +0200
@@ -31,7 +31,7 @@
 %define _name   pygobject
 Summary:Python bindings for GObject
 Version:2.90.2
-Release:3
+Release:5
 License:LGPLv2.1+
 Group:  Development/Libraries/Python
 Url:http://ftp.gnome.org/pub/GNOME/sources/pygobject/
@@ -112,7 +112,9 @@
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 rm examples/Makefile*
 # Remove gtk-2.0 folder. It is still shipped in python-gobject2, and 
pygobject3 relies on gtk3
-rm -rf %{buildroot}%{local_py_sitedir}/gtk-2.0
+rm -r %{buildroot}%{local_py_sitedir}/gtk-2.0
+# Remove the outdataed pygobject documentation. It does not apply to the 
gi-bindings.
+rm -r %{buildroot}%{_datadir}/gtk-doc/html/pygobject/
 %fdupes $RPM_BUILD_ROOT
 
 %clean
@@ -146,11 +148,5 @@
 # that should live in the main package
 %dir %{_datadir}/%{_name}
 %{_datadir}/%{_name}/xsl/
-## doc: we need the files there since building API docs for other python
-## bindings require some files from here
-# Own these repositories to not depend on gtk-doc while building:
-%dir %{_datadir}/gtk-doc
-%dir %{_datadir}/gtk-doc/html
-%doc %{_datadir}/gtk-doc/html/pygobject/
 
 %changelog

++ python3-gobject.spec ++
--- /var/tmp/diff_new_pack.kmid3x/_old  2011-08-25 10:21:14.0 +0200
+++ /var/tmp/diff_new_pack.kmid3x/_new  2011-08-25 10:21:14.0 +0200
@@ -31,7 +31,7 @@
 %define _name   pygobject
 Summary:Python bindings for GObject
 Version:2.90.2
-Release:2
+Release:3
 License:LGPLv2.1+
 Group:  Development/Libraries/Python
 Url:http://ftp.gnome.org/pub/GNOME/sources/pygobject/
@@ -112,7 +112,9 @@
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 rm examples/Makefile*
 # Remove gtk-2.0 folder. It is still shipped in python-gobject2, and 
pygobject3 relies on gtk3
-rm -rf %{buildroot}%{local_py_sitedir}/gtk-2.0
+rm -r %{buildroot}%{local_py_sitedir}/gtk-2.0
+# Remove the outdataed pygobject documentation. It does not apply to the 
gi-bindings.
+rm -r %{buildroot}%{_datadir}/gtk-doc/html/pygobject/
 %fdupes $RPM_BUILD_ROOT
 
 %clean
@@ -146,11 +148,5 @@
 # that should live in the main package
 %dir %{_datadir}/%{_name}
 %{_datadir}/%{_name}/xsl/
-## doc: we need the files there since building API docs for other python
-## bindings require some files from here
-# Own these repositories to not depend on gtk-doc while building:
-%dir %{_datadir}/gtk-doc
-%dir %{_datadir}/gtk-doc/html
-%doc %{_datadir}/gtk-doc/html/pygobject/
 
 %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 kdebase3 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory
checked in at Thu Aug 25 10:26:44 CEST 2011.




--- KDE/kdebase3/kdebase3.changes   2011-06-09 21:00:11.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase3/kdebase3.changes  2011-08-17 
04:42:11.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 17 02:38:36 UTC 2011 - an...@opensuse.org
+
+- reenable and repair MTAB watching in fstab plugin for media autodetection 
without HAL
+
+---
+Tue Jul 26 10:26:42 UTC 2011 - an...@opensuse.org
+
+- add dependency on libusb-compat-devel to restore Logitech mouse support
+- add a simlink to the screensavers directory to fix the issue of their sudden 
disappearance
+
+---

calling whatdependson for head-i586


New:

  devmon-automounter.sh
  mtab-reenable.patch



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.pGcKg0/_old  2011-08-25 10:24:21.0 +0200
+++ /var/tmp/diff_new_pack.pGcKg0/_new  2011-08-25 10:24:21.0 +0200
@@ -17,12 +17,20 @@
 
 # norootforbuild
 
+%if %suse_version < 1210 
+%define with_hal 1
+%else
+%define with_hal 0
+%endif
 
 Name:   kdebase3
 BuildRequires:  OpenEXR-devel cups-devel db-devel doxygen graphviz 
kdelibs3-devel krb5-devel libsmbclient-devel mDNSResponder-devel openldap2 
openldap2-devel openmotif openmotif-devel openslp-devel openssh pam-devel 
pcsc-lite-devel qt3-devel-doc samba-client utempter xorg-x11
 BuildRequires:  unsermake xorg-x11-libfontenc-devel
 BuildRequires:  liblazy-devel
-%if %suse_version < 1210 || 0%{?is_kde_kde3} > 0
+%if %suse_version >= 1130
+BuildRequires:  libusb-compat-devel
+%endif
+%if 0%{?with_hal} > 0
 BuildRequires:  hal-devel
 Provides:   kdebase3-with-hal-enabled
 %endif
@@ -60,7 +68,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.kde.org/
 Version:3.5.10.1
-Release:17
+Release:18
 %definekde_version 3.5.10
 Requires:   kdebase3-runtime == %{version}
 Source0:kdebase-%{kde_version}.tar.bz2
@@ -88,6 +96,7 @@
 Source9921: kcheckpass-pam-legacy
 Source22:   bnc.desktop
 Source23:   sourceforge.desktop
+Source24:   devmon-automounter.sh
 Patch0: 3_5_BRANCH.diff
 Patch3: startkde.diff
 Patch5: media-iPod.diff
@@ -226,6 +235,7 @@
 Patch241:   openssl1.patch
 Patch242:   nsplugin-init-gtk.diff
 Patch243:   taskbar.patch
+Patch244:   mtab-reenable.patch
 
 %description
 This package contains kdebase, one of the basic packages of the K
@@ -281,8 +291,8 @@
 Requires:   kdebase3 == %{version}
 Provides:   kdebase3:/opt/kde3/bin/kicker
 Recommends: kdebase3-ksysguardd == %{version}
-%if 0%{?is_kde_kde3} > 0
-Requires:   kdebase3-with-hal-enabled
+%if 0%{?with_hal} > 0
+Recommends: kdebase3-with-hal-enabled
 %endif
 
 %description workspace
@@ -474,7 +484,7 @@
 Summary:Set and list fileshares
 Group:  System/Management
 Version:2.0
-Release:578
+Release:579
 
 %description -n fileshareset
 This package contains the the fileshareset utility to allow users to
@@ -659,6 +669,8 @@
 %patch241 -p0
 %patch242 -p0
 %patch243
+%patch244 -p1
+
 rm -rf kappfinder
 rm pics/crystalsvg/cr??-*emacs.png
 cp %SOURCE17 l10n/tw/flag.png
@@ -865,6 +877,9 @@
   mv ${i}_ $i
   %suse_update_desktop_file "$i"
 done
+install -d $RPM_BUILD_ROOT/opt/kde3/share/applnk/apps
+ln -sf /opt/kde3/share/applnk/System/ScreenSavers 
$RPM_BUILD_ROOT/opt/kde3/share/applnk/apps/ScreenSavers
+
 for i in $RPM_BUILD_ROOT/opt/kde3/share/applications/kde/*.desktop \
 $RPM_BUILD_ROOT/opt/kde3/share/apps/konqueror/servicemenus/*.desktop \
 $RPM_BUILD_ROOT/opt/kde3/share/apps/kicker/*/*.desktop \
@@ -900,6 +915,12 @@
 # move konqueror.desktop back to old position (#281572)
 mv $RPM_BUILD_ROOT/opt/kde3/share/applications/kde/konqueror.desktop 
$RPM_BUILD_ROOT/opt/kde3/share/applnk/konqueror.desktop
 
+%if 0%{?with_hal} == 0
+cp -f %{SOURCE24} $RPM_BUILD_ROOT/opt/kde3/bin
+chmod +x $RPM_BUILD_ROOT/opt/kde3/bin/devmon-automounter.sh
+sed -i 5i\ '/opt/kde3/bin/devmon-automounter.sh &' 
$RPM_BUILD_ROOT/opt/kde3/bin/startkde
+%endif
+
 %pre
 # we have this as link
 if test -e opt/kde3/share/apps/ksplash/pics -a ! -L 
opt/kde3/share/apps/ksplash/pics ;
@@ -971,7 +992,7 @@
 %postun runtime -p /sbin/ldconfig
 
 %post workspace -p /sbin/ldconfig
-%if %suse_version < 1210 || 0%{?is_kde_kde3} > 0
+%if %suse_version > 1110 && 0%{?with_hal} > 0
 chkconfig haldaemon on
 %endif
 
@@ -1000,6 +1021,8 @@
 %dir /opt/kde3/share/applnk/Settings
 %dir /opt/kde3/share/applnk/Settings/WebBrowsing
 %dir /opt/kde3/share/applnk/System/ScreenSavers
+%dir /opt/kde3/share/applnk/apps
+/opt/kde3/share/applnk/

commit python-pybluez for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package python-pybluez for openSUSE:Factory
checked in at Thu Aug 25 10:27:29 CEST 2011.




--- python-pybluez/python-pybluez.changes   2010-04-20 14:44:27.0 
+0200
+++ /mounts/work_src_done/STABLE/python-pybluez/python-pybluez.changes  
2011-08-24 22:31:38.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 20:28:10 UTC 2011 - gan...@opensuse.org
+
+- fix detection on linux3
+
+---

calling whatdependson for head-i586


New:

  python-pybluez-linux3-fix.patch



Other differences:
--
++ python-pybluez.spec ++
--- /var/tmp/diff_new_pack.En43YQ/_old  2011-08-25 10:26:53.0 +0200
+++ /var/tmp/diff_new_pack.En43YQ/_new  2011-08-25 10:26:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pybluez (Version 0.18)
+# spec file for package python-pybluez
 #
-# 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
@@ -22,8 +22,9 @@
 BuildRequires:  bluez-devel python-devel
 Summary:A Python Bluetooth wrapper
 Version:0.18
-Release:1
+Release:7
 Source: PyBluez-%{version}.tar.gz
+Patch1: python-pybluez-linux3-fix.patch
 License:GPLv2+
 Group:  Development/Libraries/Python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +47,7 @@
 
 %prep
 %setup -n PyBluez-%{version} -q
+%patch1 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" python setup.py build

++ python-pybluez-linux3-fix.patch ++
diff -u -r PyBluez-0.18.orig/bluetooth/__init__.py 
PyBluez-0.18/bluetooth/__init__.py
--- PyBluez-0.18.orig/bluetooth/__init__.py 2009-11-24 11:39:49.0 
+0300
+++ PyBluez-0.18/bluetooth/__init__.py  2011-08-22 23:00:31.0 +0400
@@ -30,7 +30,7 @@
 _dbg("Widcomm not ready. falling back to MS stack")
 from msbt import *
 
-elif sys.platform == "linux2":
+elif sys.platform == "linux2" or sys.platform == "linux3":
 from bluez import *
 elif sys.platform == "darwin":
 from osx import *
Только в PyBluez-0.18/bluetooth: __init__.py~





Remember to have fun...

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



commit perl-qt4 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory
checked in at Thu Aug 25 10:32:20 CEST 2011.




--- perl-qt4/perl-qt4.changes   2011-07-22 20:30:23.0 +0200
+++ /mounts/work_src_done/STABLE/perl-qt4/perl-qt4.changes  2011-08-24 
13:22:56.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 24 11:21:31 UTC 2011 - idon...@novell.com
+
+- Set package license to GPLv2+ per discussion in bnc #713969 
+
+---
+Sun Aug 21 12:59:19 UTC 2011 - idon...@novell.com
+
+- Depend on libsmokegen-devel 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.AKAsZA/_old  2011-08-25 10:27:44.0 +0200
+++ /var/tmp/diff_new_pack.AKAsZA/_new  2011-08-25 10:27:44.0 +0200
@@ -15,35 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-qt4
-BuildRequires:  kde4-filesystem
+Version:4.7.0
+Release:3
+License:GPL-2.0+
+Summary:PerlQt kdebindings library
+Url:https://projects.kde.org/projects/kde/kdebindings/perl/perlqt
+Group:  Development/Languages/Perl
+Source0:perlqt-%{version}.tar.bz2
 BuildRequires:  cmake
-BuildRequires:  sqlite-devel
-BuildRequires:  libqimageblitz-devel
+BuildRequires:  kde4-filesystem
+BuildRequires:  kdebindings-smokegen
 BuildRequires:  libQtWebKit-devel
+BuildRequires:  libqimageblitz-devel
+BuildRequires:  libqscintilla-devel
+BuildRequires:  libsmokegen-devel
 BuildRequires:  libsmokeqt-devel
-BuildRequires:  phonon-devel
-BuildRequires:  kdebindings-smokegen
 BuildRequires:  perl
-BuildRequires:  libqscintilla-devel
+BuildRequires:  phonon-devel
+BuildRequires:  sqlite-devel
 Requires:   perl = %{perl_version}
-License:LGPL v2.1 or later
-Group:  Development/Languages/Perl
-Summary:PerlQt kdebindings library
-Url:https://projects.kde.org/projects/kde/kdebindings/perl/perlqt
-Version:4.7.0
-Release:1
-Source0:perlqt-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Perl bindings for the Qt4 libraries from the kdebindings project.
 
 %prep
-%setup -q -n perlqt-%version
+%setup -q -n perlqt-%{version}
 
 %build
   EXTRA_FLAGS="-DCUSTOM_PERL_SITE_ARCH_DIR=`perl -MConfig -e 'print 
$Config{vendorarch}'`"
@@ -52,23 +52,23 @@
 
 %install
   cd build
-  %makeinstall
+%make_install
 
 %files 
 %defattr(-,root,root)
-%dir %_datadir/perlqt
+%dir %{_datadir}/perlqt
 %_kde4_bindir/prcc4_bin
 %_kde4_bindir/puic4
 %_kde4_bindir/qdbusxml2perl
-%_datadir/perlqt/doxsubpp.pl
-%_prefix/lib/perl5/vendor_perl/*/*/*.pm
-%_prefix/lib/perl5/vendor_perl/*/*/auto/
-%_prefix/lib/perl5/vendor_perl/*/*/QtCore4/
+%{_datadir}/perlqt/doxsubpp.pl
+%{_prefix}/lib/perl5/vendor_perl/*/*/*.pm
+%{_prefix}/lib/perl5/vendor_perl/*/*/auto/
+%{_prefix}/lib/perl5/vendor_perl/*/*/QtCore4/
 
 %package devel
-License:LGPL v2.1 or later
-Group:  Development/Languages/Perl
+License:GPL-2.0+
 Summary:Development libraries for Perl-Qt4
+Group:  Development/Languages/Perl
 Requires:   %{name} = %{version}
 
 %description devel
@@ -76,7 +76,7 @@
  
 %files devel
 %defattr(-,root,root)
-/usr/include/perlqt/
-%_datadir/perlqt/cmake/
+%{_includedir}/perlqt/
+%{_datadir}/perlqt/cmake/
 
 %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 glib-networking for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package glib-networking for openSUSE:Factory
checked in at Thu Aug 25 10:39:37 CEST 2011.




--- GNOME/glib-networking/glib-networking.changes   2011-07-06 
23:15:56.0 +0200
+++ /mounts/work_src_done/STABLE/glib-networking/glib-networking.changes
2011-08-25 10:05:24.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 20:40:38 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build in Factory. 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ glib-networking.spec ++
--- /var/tmp/diff_new_pack.RzgRSr/_old  2011-08-25 10:39:27.0 +0200
+++ /var/tmp/diff_new_pack.RzgRSr/_new  2011-08-25 10:39:27.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   glib-networking
 Version:2.29.9
-Release:1
+Release:2
 License:LGPLv2+
 Summary:Network-related GIO modules for glib
 Group:  System/Libraries
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(libproxy-1.0)
+BuildRequires:  libgcrypt-devel
 # org.gnome.system.proxy schema is used
 Requires:   gsettings-desktop-schemas
 Recommends: %{name}-lang = %{version}






Remember to have fun...

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



commit NetworkManager-kde4 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-kde4 for 
openSUSE:Factory
checked in at Thu Aug 25 10:46:33 CEST 2011.




--- KDE/NetworkManager-kde4/NetworkManager-kde4.changes 2011-08-19 
15:28:57.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-kde4/NetworkManager-kde4.changes
2011-08-23 15:42:26.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 23 13:41:12 UTC 2011 - idon...@novell.com
+
+- Update to git snapshot 20110823
+  * Add an easier GUI for network sharing
+  * Don't try to load binary incompatible backends
+
+---

calling whatdependson for head-i586




Other differences:
--
++ NetworkManager-kde4.spec ++
--- /var/tmp/diff_new_pack.XNvhrg/_old  2011-08-25 10:46:18.0 +0200
+++ /var/tmp/diff_new_pack.XNvhrg/_new  2011-08-25 10:46:18.0 +0200
@@ -25,7 +25,7 @@
 %else
 BuildRequires:  NetworkManager-devel < 0.8.5
 %endif
-Version:0.9.1git20110812
+Version:0.9.1git20110822
 Release:1
 License:LGPL v2 or later
 Summary:NetworkManager client for KDE 4

++ networkmanagement.tar.bz2 ++
KDE/NetworkManager-kde4/networkmanagement.tar.bz2 
/mounts/work_src_done/STABLE/NetworkManager-kde4/networkmanagement.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit ypserv for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package ypserv for openSUSE:Factory
checked in at Thu Aug 25 10:47:44 CEST 2011.




--- ypserv/ypserv.changes   2010-09-24 12:39:25.0 +0200
+++ /mounts/work_src_done/STABLE/ypserv/ypserv.changes  2011-05-02 
17:33:41.0 +0200
@@ -1,0 +2,6 @@
+Mon May  2 17:32:57 CEST 2011 - ku...@suse.de
+
+- Update to version 2.25
+  - Fix small issues found by tool analysis
+
+---

calling whatdependson for head-i586


Old:

  ypserv-2.24.diff
  ypserv-2.24.tar.bz2

New:

  ypserv-2.25.diff
  ypserv-2.25.tar.bz2



Other differences:
--
++ ypserv.spec ++
--- /var/tmp/diff_new_pack.FkO8F1/_old  2011-08-25 10:46:41.0 +0200
+++ /var/tmp/diff_new_pack.FkO8F1/_new  2011-08-25 10:46:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ypserv (Version 2.24)
+# spec file for package ypserv
 #
-# 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 @@
 Requires:   make portmap gawk
 AutoReqProv:on
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.24
+Version:2.25
 Release:1
 Summary:YP - (NIS)-Server
 PreReq: %insserv_prereq %fillup_prereq

++ ypserv-2.24.diff -> ypserv-2.25.diff ++

++ ypserv-2.24.tar.bz2 -> ypserv-2.25.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypserv-2.24/ChangeLog new/ypserv-2.25/ChangeLog
--- old/ypserv-2.24/ChangeLog   2010-09-24 11:45:36.0 +0200
+++ new/ypserv-2.25/ChangeLog   2011-04-29 16:35:58.0 +0200
@@ -1,3 +1,22 @@
+2011-04-29  Thorsten Kukuk  
+
+   * yphelper/yphelper.c (is_master): Fix memory leak.
+   * rpc.yppasswdd/yppasswdd.c (main): Check if we could open
+   /dev/null.
+   * ypserv/ypserv.c (main): Likewise.
+   * rpc.yppasswdd/update.c (update_files): Close all files.
+   * revnetgroup/getnetgrent.c: Return if malloc fails.
+   * makedbm/makedbm.c (create_file): Close file if not stdin.
+   * lib/yp_db.c (_db_open): Document not implemented cache size.
+   * lib/pidfile.c (create_pidfile): Exit if we cannot create
+   pid file.
+   Based on patches from Honza Horak .
+
+2010-10-29  Thorsten Kukuk  
+
+   * rpc.yppasswdd/update.c (remove_password): Remove password
+   for logging.
+
 2010-09-24  Thorsten Kukuk  
 
* release version 2.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypserv-2.24/NEWS new/ypserv-2.25/NEWS
--- old/ypserv-2.24/NEWS2010-09-24 11:47:46.0 +0200
+++ new/ypserv-2.25/NEWS2011-04-29 15:51:40.0 +0200
@@ -5,6 +5,9 @@
 Please send bug reports, questions and suggestions to .
 
 
+Version 2.25
+* Lot of small bug fixes/improved error handling
+
 Version 2.24
 * rpc.yppasswdd: Fix -x option
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypserv-2.24/configure new/ypserv-2.25/configure
--- old/ypserv-2.24/configure   2010-09-24 11:58:44.0 +0200
+++ new/ypserv-2.25/configure   2011-04-29 16:36:22.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for ypserv 2.24.
+# Generated by GNU Autoconf 2.63 for ypserv 2.25.
 #
 # Report bugs to .
 #
@@ -596,8 +596,8 @@
 # Identity of this package.
 PACKAGE_NAME='ypserv'
 PACKAGE_TARNAME='ypserv'
-PACKAGE_VERSION='2.24'
-PACKAGE_STRING='ypserv 2.24'
+PACKAGE_VERSION='2.25'
+PACKAGE_STRING='ypserv 2.25'
 PACKAGE_BUGREPORT='ku...@linux-nis.org'
 
 ac_unique_file="ypserv/ypserv.c"
@@ -1315,7 +1315,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ypserv 2.24 to adapt to many kinds of systems.
+\`configure' configures ypserv 2.25 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1381,7 +1381,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ypserv 2.24:";;
+ short | recursive ) echo "Configuration of ypserv 2.25:";;
esac
   cat <<\_ACEOF
 
@@ -1481,7 +1481,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ypserv configure 2.24
+ypserv configure 2.25
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1495,7 +1495,7 @@
 This file contains any messages produced by c

commit ruby-kde4 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory
checked in at Thu Aug 25 10:58:07 CEST 2011.




--- ruby-kde4/ruby-kde4.changes 2011-07-22 20:25:46.0 +0200
+++ /mounts/work_src_done/STABLE/ruby-kde4/ruby-kde4.changes2011-08-23 
09:44:20.0 +0200
@@ -1,0 +2,19 @@
+Tue Aug 23 09:39:51 UTC 2011 - toddrme2...@gmail.com
+
+- Switched to ruby rpm macros
+- Changed description to upstream version (fix for RPMLINT warning)
+- Changed summary
+- Added Url tag (fix for RPMLINT warning)
+- Translated .desktop files (fix for RPMLINT warning)
+- Fixed some script permissions (fix for RPMLINT warning)
+- Added %kde4_runtime_requires (fix for RPMLINT warning)
+- Added %kde4_akonadi_requires (fix for RPMLINT warning)
+- Removed redundant buildrequires
+- Cleaned up spec file formatting
+
+---
+Sun Aug 21 13:05:46 UTC 2011 - idon...@novell.com
+
+- Depend on libsmokegen-devel 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.wUaOai/_old  2011-08-25 10:47:52.0 +0200
+++ /var/tmp/diff_new_pack.wUaOai/_new  2011-08-25 10:47:52.0 +0200
@@ -19,39 +19,35 @@
 
 
 Name:   ruby-kde4
-BuildRequires:  kde4-filesystem
-BuildRequires:  cmake
 BuildRequires:  sqlite-devel
 BuildRequires:  libqimageblitz-devel
-BuildRequires:  libQtWebKit-devel
-BuildRequires:  libsmokeqt-devel
 BuildRequires:  phonon-devel
-BuildRequires:  kdebindings-smokegen
+BuildRequires:  libsmokegen-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libsmokekde-devel
 BuildRequires:  ruby-devel
 BuildRequires:  ruby-qt4-devel
-BuildRequires:  shared-desktop-ontologies-devel
-BuildRequires:  libsoprano-devel soprano-backend-redland
-BuildRequires:  libattica-devel
-BuildRequires:  okular-devel
 BuildRequires:  libjasper-devel
+BuildRequires:  okular-devel
 BuildRequires:  kate-devel
 License:LGPLv2.1+
 Group:  Development/Libraries/KDE
-Summary:Kdebindings Ruby-KDE library
+Summary:Korundum Ruby-KDE library
 Version:4.7.0
-Release:1
+Release:3
 Source0:korundum-%version.tar.bz2
+Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum
 Patch0: no-examples.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   ruby-qt4 = %version
+%kde4_runtime_requires
+%kde4_akonadi_requires
 
 %description
-Ruby bindings for KDE
+Ruby bindings for libraries created by the KDE community.
 
 %prep
-%setup -q -n korundum-%version
+%setup -q -n korundum-%{version}
 %patch0 -p0
 
 %build
@@ -60,26 +56,29 @@
 
 %install
   cd build
-  %makeinstall
+  %make_install
+  chmod a+x %{buildroot}%{rb_sitelib}/kio/kio.rb
+  chmod a+x %{buildroot}%{rb_sitelib}/khtml/khtml.rb
+  %kde_post_install
 
 %files
 %defattr(-,root,root)
-%_kde4_libdir/ruby/site_ruby/*/*-linux/*.so
-%_kde4_libdir/ruby/site_ruby/*/KDE/
-%_kde4_libdir/ruby/site_ruby/*/soprano/
-%_kde4_libdir/ruby/site_ruby/*/akonadi/
-%_kde4_libdir/ruby/site_ruby/*/kio/
-%_kde4_libdir/ruby/site_ruby/*/khtml/
-%_kde4_libdir/ruby/site_ruby/*/ktexteditor/
-%_kde4_libdir/ruby/site_ruby/*/solid/
-%_kde4_libdir/ruby/site_ruby/*/nepomuk/
-%_kde4_libdir/ruby/site_ruby/*/okular/
-%_kde4_modulesdir/krubypluginfactory.so
-%_kde4_bindir/krubyapplication
-%_kde4_bindir/rbkconfig_compiler4
-%_kde4_servicesdir/plasma-applet-ruby-analogclock.desktop
-%_kde4_servicesdir/plasma-ruby-digital-clock-default.desktop
-%_kde4_appsdir/plasma_applet_ruby_clock/
-%_kde4_appsdir/plasma_ruby_digital_clock/
+%{rb_sitearch}/*.so
+%{rb_sitelib}/KDE/
+%{rb_sitelib}/soprano/
+%{rb_sitelib}/akonadi/
+%{rb_sitelib}/kio/
+%{rb_sitelib}/khtml/
+%{rb_sitelib}/ktexteditor/
+%{rb_sitelib}/solid/
+%{rb_sitelib}/nepomuk/
+%{rb_sitelib}/okular/
+%{_kde4_modulesdir}/krubypluginfactory.so
+%{_kde4_bindir}/krubyapplication
+%{_kde4_bindir}/rbkconfig_compiler4
+%{_kde4_servicesdir}/plasma-applet-ruby-analogclock.desktop
+%{_kde4_servicesdir}/plasma-ruby-digital-clock-default.desktop
+%{_kde4_appsdir}/plasma_applet_ruby_clock/
+%{_kde4_appsdir}/plasma_ruby_digital_clock/
 
 %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 perl-Business-ISBN for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Business-ISBN for 
openSUSE:Factory
checked in at Thu Aug 25 11:00:02 CEST 2011.




--- perl-Business-ISBN/perl-Business-ISBN.changes   2010-12-01 
14:38:25.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Business-ISBN/perl-Business-ISBN.changes  
2011-08-24 22:00:55.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 24 19:59:29 UTC 2011 - ch...@computersalat.de
+
+- fix build for CentOS
+  * Unknown tag: Recommends:
+- cleanup spec
+  * header
+  * remove Author from desc
+  * macros
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Business-ISBN.spec ++
--- /var/tmp/diff_new_pack.zrAQE8/_old  2011-08-25 10:58:18.0 +0200
+++ /var/tmp/diff_new_pack.zrAQE8/_new  2011-08-25 10:58:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Business-ISBN (Version 2.05)
+# spec file for package perl-Business-ISBN
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with pod
 %bcond_with opt
@@ -24,7 +23,7 @@
 %define cpan_name Business-ISBN
 Summary:Work with International Standard Book Numbers
 Version:2.05
-Release:10
+Release:15
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Business-ISBN/
@@ -48,17 +47,15 @@
 ## but not used
 #BuildRequires:  perl(URI)
 Requires:   perl(Business::ISBN::Data) >= 20081208
+%if 0%{?suse_version} > 1010
 Recommends: perl(GD::Barcode::EAN13)
 Recommends: perl(LWP::Simple)
+%endif
 
 %description
 This modules handles International Standard Book Numbers, including ISBN-10
 and ISBN-13.
 
-Authors:
-
-Brian d Foy 
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -71,11 +68,7 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
 %clean






Remember to have fun...

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



commit acpid for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package acpid for openSUSE:Factory
checked in at Thu Aug 25 11:01:42 CEST 2011.




--- acpid/acpid.changes 2011-08-23 14:08:12.0 +0200
+++ /mounts/work_src_done/STABLE/acpid/acpid.changes2011-08-24 
18:32:31.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 16:30:58 UTC 2011 - fcro...@suse.com
+
+- Use systemd macros to enable acpid service.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.sT7Vfy/_old  2011-08-25 11:00:46.0 +0200
+++ /var/tmp/diff_new_pack.sT7Vfy/_new  2011-08-25 11:00:46.0 +0200
@@ -21,7 +21,7 @@
 Name:   acpid
 Url:http://tedfelix.com/linux/acpid-netlink.html
 Version:2.0.10
-Release:3
+Release:5
 License:GPLv2+
 Group:  System/Daemons
 AutoReqProv:on
@@ -38,7 +38,9 @@
 Source8:acpid.service
 Patch1: acpid-makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  systemd
 ExclusiveArch:  %ix86 x86_64 ia64
+%systemd_requires
 
 %description
 ACPID is a completely flexible, totally extensible daemon for
@@ -76,8 +78,8 @@
 ln -sf ../../etc/init.d/acpid %{buildroot}/usr/sbin/rcacpid
 install -Dm 644 events.power_button %{buildroot}/etc/acpi/events/power_button
 install -Dm 644 events.thinkpad %{buildroot}/etc/acpi/events/thinkpad
-mkdir -p $RPM_BUILD_ROOT/lib/systemd/system
-install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/lib/systemd/system
+mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
+install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/%{_unitdir}
 
 # for the rpmlint fascists
 mv samples examples 
@@ -88,15 +90,23 @@
 %clean
 rm -rf %{buildroot}
 
+%pre
+%service_migrate_to_systemd_pre acpid
+
 %post
 %{fillup_and_insserv -y -f acpid}
+%service_migrate_to_systemd_post acpid
+%service_add acpid.service
 
 %postun
 %restart_on_update acpid
 %{insserv_cleanup}
+%service_migrate_to_systemd_postun acpid
+%service_del_postun acpid.service
 
 %preun 
 %stop_on_removal acpid
+%service_del_preun acpid.service
 
 %files
 %defattr(-,root,root)
@@ -108,7 +118,7 @@
 /usr/lib/acpid
 /etc/init.d/acpid
 /etc/modprobe.d/50-thinkpad_acpi.conf
-/lib/systemd/system/%{name}.service
+%_unitdir/%{name}.service
 /usr/sbin/rcacpid
 /sbin/acpid
 /usr/bin/acpi_listen






Remember to have fun...

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



commit shutter for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package shutter for openSUSE:Factory
checked in at Thu Aug 25 11:04:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/shutter/shutter.changes2011-08-24 
20:31:09.0 +0200
@@ -0,0 +1,75 @@
+---
+Wed Aug 24 18:22:56 UTC 2011 - sascha.ma...@open-slx.de
+
+- deleted useless lang-package
+- removed shutter-desktop.patch. Use suse macro instead 
+
+---
+Thu Mar 24 07:00:02 UTC 2011 - saigk...@opensuse.org
+
+- partly rewritten the spec. Now it installs all dirs under share into
+  %%{_datadir}/shutter. But the doc folder are excluded for using in
+  our %%{_docdir}
+- Fixed error by starting the program "sel_tooltip_window.svg" not
+  found 
+
+---
+Wed Mar 16 22:12:44 UTC 2011 - saigk...@opensuse.org
+
+- removed perl-Proc-ProcessTable after the Developer said that it isnt
+  needed anymore. 
+
+---
+Wed Mar 16 21:05:58 UTC 2011 - saigk...@opensuse.org
+
+- partly rewritten the spec for using %%{_docdir} and direct copy the
+  share folder into %%{_datadir} 
+
+---
+Wed Mar 16 08:39:22 UTC 2011 - saigk...@opensuse.org
+
+- fixed Bug bnc#680055 
+
+---
+Sat Mar 12 17:51:21 UTC 2011 - saigk...@opensuse.org
+
+- updated to version 0.87.1
+- This release does not add any new features but fixes some annoying
+  bugs. 
+
+---
+Thu Feb 10 08:19:37 UTC 2011 - saigk...@opensuse.org
+
+- updated to version 0.87 
+
+---
+Sun Dec 26 20:46:43 UTC 2010 - saigk...@opensuse.org
+
+- prettyfied spec file 
+
+---
+Mon Dec 20 00:56:00 UTC 2010 - p...@suse.de
+
+- Clean up the specfile
+- Handle documentation and message catalogs differently.
+- Fix typo in .changes.
+
+---
+Sun Dec 19 19:49:35 UTC 2010 - saigk...@opensuse.org
+
+- Added README.openSUSE with Instructions on how to integrate
+  shutter into KDE4.
+
+---
+Sun Dec 19 10:53:58 UTC 2010 - saigk...@opensuse.org
+
+- updated to 0.86.4
+- branched for contrib
+
+---
+Mon Jul 05 18:41:02 UTC 2010 - swyear@linux-fx2f
+
+- first build in OBS
+
+ 
+

calling whatdependson for head-i586


New:

  README.openSUSE
  shutter-0.87.1.tar.bz2
  shutter.changes
  shutter.spec



Other differences:
--
++ shutter.spec ++
#
# spec file for package shutter
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 8/2011 by open-slx GmbH 
# Copyright (c) 12/2010 - 7/2011 by Sascha Manns   
# Copyright (c) 7/2010 - 12/2010 by Ray Chen 
#
# 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:   shutter
Version:0.87.1
Release:1
License:GPL 3
Summary:Featureful screenshot tool
Url:http://shutter-project.org/
Group:  Productivity/Graphics/Other
Source0:%{name}-%{version}.tar.bz2
Source1:README.openSUSE
Requires:   ImageMagick
Requires:   gnome-web-photo
Requires:   perl-gettext
Requires:   perl-Glib
Requires:   perl-Gnome2
Requires:   perl-Gnome2-Canvas
Requires:   perl-Gnome2-GConf
Requires:   perl-Gnome2-VFS
Requires:   perl-Gnome2-Wnck
Requires:   perl-Goo-Canvas
Requires:   perl-Gtk2
Requires:   perl-Gtk2-ImageView
Requires:   perl-Gtk2-Unique
Requires:   perl-HTML-Form
Requires:   perl-HTML-FormHandler
Requires:   perl-Net-DBus
Requires:   perl-PerlMagick
Requires:   perl-WWW-Mechanize
Requires:   perl-X11-Protocol
Requires:   perl-XML-Simple
Requires:   perl-gettext
Requires:   perl-libwww-perl
Requires:   procps
Requires:   uniq

commit sax3 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory
checked in at Thu Aug 25 11:06:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/sax3/sax3.changes  2011-08-22 
20:14:39.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Aug 22 18:33:59 UTC 2011 - manugu...@gmail.com
+
+- SaX3 Beta started
+
+---
+Thu Jun 30 06:58:34 UTC 2011 - manugu...@gmail.com
+
+-Initial Build 
+

calling whatdependson for head-i586


New:

  sax3-0.1.tar.bz2
  sax3.changes
  sax3.spec



Other differences:
--
++ sax3.spec ++
#
# spec file for package sax3
#
# 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/
#

# norootforbuild


Name:   sax3
Version:0.1
Release:1
License:GPLv3
Summary:A Graphical Configuration Tool for X
Url:https://www.ohloh.net/p/sax3
Group:  System/X11/Utilities
Source: sax3-0.1.tar.bz2
BuildRequires:  augeas >= 0.7.4-3.1 augeas-devel >= 0.7.4-3.1 
augeas-lense-tests >= 0.7.4-3.1 augeas-lenses >= 0.7.4-3.1 cmake gcc-c++ 
libaugeas0 >= 0.7.4-3.1 yast2-libyui >= 2.20.2-3.1 yast2-libyui-devel >= 
2.20.2-3.1
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A graphical utility for configuring X server settings. It can run without X 
with a graphical interface.

Authors:
___
Manu Gupta
Michal Hrusecky

%prep
%setup -q

%build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true .
make

%install
%make_install
#rm -rf %{buildroot}/usr/share/sax3

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

%files
%defattr(-,root,root)
/usr/sbin/sax3*
%{_datadir}/sax3
%{_datadir}/libaugeas0
%{_libdir}/libsax3-yuif*
%_mandir/man1/*
%doc COPYING.GPL-3.0

%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 osc for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Thu Aug 25 12:18:29 CEST 2011.




--- osc/osc.changes 2011-08-16 15:09:59.0 +0200
+++ /mounts/work_src_done/STABLE/osc/osc.changes2011-08-25 
11:40:33.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 25 09:37:44 UTC 2011 - adr...@suse.de
+
+- update to 0.132.6
+   * fix crash on removal of local _service file
+   * handle both old OBS versions before 2.3
+   * fix pgp pubkey parsing
+   * show created incident project
+
+---

calling whatdependson for head-i586


Old:

  osc-0.132.5.tar.gz
  osc-pubkey-parsing.patch

New:

  osc-0.132.6.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.gc0rUp/_old  2011-08-25 12:18:00.0 +0200
+++ /var/tmp/diff_new_pack.gc0rUp/_new  2011-08-25 12:18:00.0 +0200
@@ -18,14 +18,13 @@
 
 
 Name:   osc
-Version:0.132.5
-Release:2
+Version:0.132.6
+Release:1
 License:GPLv2+
 Summary:openSUSE Build Service Commander
 Url:http://www.gitorious.org/opensuse/osc
 Group:  Development/Tools/Other
 Source: %{name}-%{version}.tar.gz
-Patch1: osc-pubkey-parsing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?mandriva_version} < 02010
 BuildRequires:  python-urlgrabber
@@ -89,7 +88,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 CFLAGS="%{optflags}" python setup.py build

++ debian.changelog ++
--- /var/tmp/diff_new_pack.gc0rUp/_old  2011-08-25 12:18:00.0 +0200
+++ /var/tmp/diff_new_pack.gc0rUp/_new  2011-08-25 12:18:00.0 +0200
@@ -1,3 +1,8 @@
+osc (0.132.6-1) unstable; urgency=low
+  - Update to 0.132.6
+
+ -- Adrian Schroeter   Wed, 24 Aug 2011 10:00:00 +0200
+
 osc (0.132.5-1) unstable; urgency=low
   - Update to 0.132.5
 

++ osc-0.132.5.tar.gz -> osc-0.132.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.132.5/osc/checker.py 
new/osc-0.132.6/osc/checker.py
--- old/osc-0.132.5/osc/checker.py  2011-06-15 14:19:07.0 +0200
+++ new/osc-0.132.6/osc/checker.py  2011-08-25 11:36:13.0 +0200
@@ -61,16 +61,24 @@
 
 key = ''
 line = fd.readline()
+crc = None
 while line:
 if line[0:12] == "-END PGP":
 break
 line = line.rstrip()
-key += line
-line = fd.readline()
+if (line[0] == '='):
+crc = line[1:]
+line = fd.readline()
+break
+else:
+key += line
+line = fd.readline()
 fd.close()
 if not line or line[0:12] != "-END PGP":
 raise KeyError(file, "not a pgp public key")
 
+# TODO: compute and compare CRC, see RFC 2440
+
 bkey = base64.b64decode(key)
 
 r = self.ts.pgpImportPubkey(bkey)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.132.5/osc/commandline.py 
new/osc-0.132.6/osc/commandline.py
--- old/osc-0.132.5/osc/commandline.py  2011-07-07 06:48:29.0 +0200
+++ new/osc-0.132.6/osc/commandline.py  2011-08-25 11:36:13.0 +0200
@@ -2546,7 +2546,15 @@
query["noaccess"] = 1
 url = makeurl(apiurl, ['source', target_project], query=query)
 r = http_POST(url, data=opts.message)
-print ET.parse(r).getroot().get('code')
+project = None
+for i in ET.fromstring(r.read()).findall('data'):
+if i.get('name') == 'targetproject':
+project = i.text.strip()
+if project:
+ print "Incident project created: ", project
+else:
+ print ET.parse(r).getroot().get('code')
+ print ET.parse(r).getroot().get('error')
 
 
 @cmdln.option('-a', '--attribute', metavar='ATTRIBUTE',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.132.5/osc/core.py new/osc-0.132.6/osc/core.py
--- old/osc-0.132.5/osc/core.py 2011-07-07 06:49:03.0 +0200
+++ new/osc-0.132.6/osc/core.py 2011-08-25 11:36:13.0 +0200
@@ -250,7 +250,7 @@
 root = ET.parse(f).getroot()
 self.read(root, True)
 except urllib2.HTTPError, e:
-if e.code != 400:
+if e.code != 403 and e.code != 400:
 raise e
 
 def addVerifyFile(self, serviceinfo_node, filename):
@@ -2063,9 +2063,10 @@
 curdir = os.getcwd()
 os.chdir(self.absdir) # e.g. /usr/lib/obs/service/verify_file fails if 
not inside the project dir.
 si = Serviceinfo()
-if self.filenamelist.count('_service') or 
self.filenamelist_unvers.count('_servi

commit gnome-menus for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory
checked in at Thu Aug 25 12:19:19 CEST 2011.




--- GNOME/gnome-menus/gnome-menus.changes   2011-07-22 13:23:10.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-menus/gnome-menus.changes
2011-08-17 22:43:38.0 +0200
@@ -1,0 +2,37 @@
+Fri Aug 12 14:38:59 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.5:
+  + libmenu:
+- Rebase internal representation of .desktop files on top of
+  GDesktopAppInfo
+- Make GMenuTree a GObject
+- Use GSlice for various data
+- Use thread-default main context for callbacks for future
+  flexibility for thread support
+- Many API changes, see new headers for changes. The most
+  visible one is that gmenu_tree_load_sync() should explicitly
+  be used to load the menu now.
+- Drop support for "KDE Desktop Entry" group
+- Return GIcon instead of char * for icon-related API
+- Various fixes and cleanups to merge Colin's branch
+- Add gmenu_tree_get_entry_by_id() API
+- Support XDG_CURRENT_DESKTOP
+  + Menu Editor:
+- Port to introspection-based bindings
+- Stop editing settings.menu
+  + Python:
+- Drop static python bindings; introspection-based ones should
+  be used now
+  + Misc:
+- Replace example of python code with javascript code
+- Change library name, header directory, pkg-config filename
+- Require glib 2.29.15 for new API
+  + Updated translations.
+- Add pkgconfig(gio-unix-2.0) BuildRequires.
+- Disable gnome-menus-x-suse-unimportant.patch: Needs rebase.
+- Drop python-gnome-menus subpackage, which were the no longer
+  supported static python bindings.
+- Rename libgnome-menu2 subpackage to libgnome-menu-3-0,
+  following the upstream library rename.
+
+---

calling whatdependson for head-i586


Old:

  gnome-menus-3.0.1.tar.bz2

New:

  gnome-menus-3.1.5.tar.bz2



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.pLxjSS/_old  2011-08-25 12:18:39.0 +0200
+++ /var/tmp/diff_new_pack.pLxjSS/_new  2011-08-25 12:18:39.0 +0200
@@ -18,15 +18,15 @@
 
 
 Name:   gnome-menus
-Version:3.0.1
-Release:4
+Version:3.1.5
+Release:1
 License:LGPLv2.1+
 Summary:The GNOME Desktop Menu
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-menus/3.1/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+# PATCH-NEEDS-REBASE
 Patch3: gnome-menus-x-suse-unimportant.patch
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
@@ -39,6 +39,7 @@
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 %endif
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.29.15
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +50,7 @@
 
 http://www.freedesktop.org/Standards/menu-spec
 
-%package -n libgnome-menu2
+%package -n libgnome-menu-3-0
 License:LGPLv2.1+
 Summary:The GNOME Desktop Menu
 Group:  System/GUI/GNOME
@@ -60,7 +61,7 @@
 %endif
 #
 
-%description -n libgnome-menu2
+%description -n libgnome-menu-3-0
 The package contains an implementation of the draft "Desktop Menu
 Specification" from freedesktop.org:
 
@@ -89,20 +90,6 @@
 
 This package provides the upstream definitions for menus.
 
-%package -n python-gnome-menus
-License:LGPLv2.1+
-Summary:Python Bindings for the GNOME Desktop Menu
-Group:  System/GUI/GNOME
-Requires:   libgnome-menu2
-Enhances:   %{name}
-%py_requires
-
-%description -n python-gnome-menus
-The package contains an implementation of the draft "Desktop Menu
-Specification" from freedesktop.org:
-
-http://www.freedesktop.org/Standards/menu-spec
-
 %package editor
 License:GPLv2+
 Summary:Editor for the GNOME Desktop Menu
@@ -123,7 +110,7 @@
 Summary:The GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   glib2-devel
-Requires:   libgnome-menu2 = %{version}
+Requires:   libgnome-menu-3-0 = %{version}
 
 %description devel
 The package contains an implementation of the draft "Desktop Menu
@@ -135,7 +122,8 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch3
+# NEEDS REBASE
+#patch3
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
@@ -159,7 +147,7 @@
 %{__rm} %{buildroot}%{_datadir}/locale/kg/LC_MESSAGES/*
 %endif
 find %{buildroot} -type f -name "*.la" -delete -print
-%find_lang %{name} %{?no_lang_C}
+%find_lang %{name}-3.0 %{?no_lang_C}
 # Rename applications.menu to not collide

commit system-config-printer for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory
checked in at Thu Aug 25 12:41:22 CEST 2011.




--- GNOME/system-config-printer/system-config-printer.changes   2011-07-30 
09:56:36.0 +0200
+++ 
/mounts/work_src_done/STABLE/system-config-printer/system-config-printer.changes
2011-08-25 11:24:47.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 22:28:25 UTC 2011 - badshah...@gmail.com
+
+- Also provide icon of size 256x256 (bnc#713902)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.obog91/_old  2011-08-25 12:40:24.0 +0200
+++ /var/tmp/diff_new_pack.obog91/_new  2011-08-25 12:40:24.0 +0200
@@ -22,7 +22,7 @@
 License:GPLv2+
 Group:  Hardware/Printing
 Version:1.3.5
-Release:1
+Release:2
 Summary:A printer administration tool
 Url:http://cyberelk.net/tim/software/system-config-printer/
 Source0:
http://cyberelk.net/tim/data/system-config-printer/1.3/%{name}-%{version}.tar.xz
@@ -112,7 +112,7 @@
 
 %install
 %makeinstall udevrulesdir=/lib/udev/rules.d udevhelperdir=/lib/udev
-for size in 8x8 16x16 22x22 24x24 32x32 48x48; do
+for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
if test -f %{_datadir}/icons/gnome/$size/devices/printer.png; then
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
cp -a %{_datadir}/icons/gnome/$size/devices/printer.png 
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps/%{name}.png







Remember to have fun...

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



commit aisleriot for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory
checked in at Thu Aug 25 13:14:18 CEST 2011.




--- aisleriot/aisleriot.changes 2011-07-01 12:49:51.0 +0200
+++ /mounts/work_src_done/STABLE/aisleriot/aisleriot.changes2011-08-24 
23:59:28.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 24 21:57:56 UTC 2011 - badshah...@gmail.com
+
+- Added icon of size 256x256 for freecell (bnc#713902)
+
+---
+Tue Aug 16 04:16:45 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + bgo#325039: Add Aunt Mary back
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  aisleriot-3.1.0.tar.bz2

New:

  aisleriot-3.1.1.tar.bz2
  gnome-freecell.png



Other differences:
--
++ aisleriot.spec ++
--- /var/tmp/diff_new_pack.zTDYLW/_old  2011-08-25 13:13:53.0 +0200
+++ /var/tmp/diff_new_pack.zTDYLW/_new  2011-08-25 13:13:53.0 +0200
@@ -18,13 +18,16 @@
 
 
 Name:   aisleriot
-Version:3.1.0
-Release:3
+Version:3.1.1
+Release:1
 License:GPLv3+
 Summary:Solitaire Card Games for GNOME
 Url:http://www.gnome.org
 Group:  Amusements/Games/Board/Card
-Source: %{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/aisleriot/3.1/%{name}-%{version}.tar.bz2
+# We add the 256x256 png icon for freecell from gnome-games version 2.91.3
+# tarball manually until upstream solves bgo#657280
+Source1:gnome-freecell.png
 # PATCH-FIX-UPSTREAM aisleriot-theme-install.patch bgo#648601 
vu...@opensuse.org -- Let aisleriot know that extra themes are in 
aisleriot-themes
 Patch0: aisleriot-theme-install.patch
 BuildRequires:  gnome-doc-utils-devel
@@ -79,6 +82,11 @@
 %make_install
 %suse_update_desktop_file -N "FreeCell" -G "Solitaire" freecell
 %suse_update_desktop_file -N "AisleRiot" -G "Solitaire" sol
+if [ -f %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/gnome-freecell.png 
];
+   then echo "Destination already exists. Perhaps fixed upstream? Please 
remove hack.";
+   /bin/false;
+fi
+cp %{S:1} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
 
@@ -103,7 +111,7 @@
 
 %files -f aisleriot.schemas_list
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING-DOCS COPYING.GPL3 NEWS
+%doc AUTHORS ChangeLog COPYING-DOCS COPYING.GPL3
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/aisleriot/

++ aisleriot-3.1.0.tar.bz2 -> aisleriot-3.1.1.tar.bz2 ++
 50176 lines of diff (skipped)






Remember to have fun...

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



commit libstorage for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory
checked in at Thu Aug 25 14:24:31 CEST 2011.




--- libstorage/libstorage.changes   2011-08-11 17:38:57.0 +0200
+++ /mounts/work_src_done/STABLE/libstorage/libstorage.changes  2011-08-25 
13:09:40.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 24 16:55:01 CEST 2011 - f...@suse.de
+
+- use new "gpt_sync_mbr" only on non-EFI systems, on EFI systems
+  plain "gpt" is used (bnc#710402)
+- version 2.21.5
+  
+---
+Tue Aug 23 12:13:48 CEST 2011 - f...@suse.de
+
+- add option "-P _part" to make dmraid decativate raid (bnc#712671)
+
+---

calling whatdependson for head-i586


Old:

  libstorage-2.21.4.tar.bz2

New:

  libstorage-2.21.5.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.ODwv6X/_old  2011-08-25 14:20:01.0 +0200
+++ /var/tmp/diff_new_pack.ODwv6X/_new  2011-08-25 14:20:01.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   libstorage
-Version:2.21.4
+Version:2.21.5
 Release:1
 License:GPL
 Group:  System/Libraries

++ libstorage-2.21.4.tar.bz2 -> libstorage-2.21.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.21.4/VERSION 
new/libstorage-2.21.5/VERSION
--- old/libstorage-2.21.4/VERSION   2011-08-11 11:31:23.0 +0200
+++ new/libstorage-2.21.5/VERSION   2011-08-25 13:03:00.0 +0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.21.4/storage/BtrfsCo.cc 
new/libstorage-2.21.5/storage/BtrfsCo.cc
--- old/libstorage-2.21.4/storage/BtrfsCo.cc2011-08-09 15:39:44.0 
+0200
+++ new/libstorage-2.21.5/storage/BtrfsCo.cc2011-08-15 17:00:30.0 
+0200
@@ -87,11 +87,20 @@
Volume const* cv = NULL;
unsigned long long sum_size = 0;
list an;
+   bool forbidden = false;
for( list::const_iterator d=e.devices.begin(); 
d!=e.devices.end(); ++d )
{
Volume const* v;
if( getStorage()->findVolume( *d, v ))
{
+   list ub = v->getUsedBy();
+   for( list::const_iterator i=ub.begin(); 
+i!=ub.end(); ++i )
+   {
+   forbidden = i->type()!=UB_BTRFS;
+   }
+   if( !ub.empty() )
+   y2mil( "used_by:" << ub );
if( cv==NULL || 
(cv->getMount().empty() && !v->getMount().empty()) ||
(!cv->getFormat() && v->getFormat() ))
@@ -104,15 +113,22 @@
y2war( "device " << *d << " not found" );
}
list devs;
-   for( list::const_iterator i=e.devices.begin(); 
i!=e.devices.end(); ++i )
+   if( forbidden )
+   cv = NULL;
+   else
{
-   const Device* v;
-   if( getStorage()->findDevice( *i, v ) )
-   devs.push_back( v->device() );
-   else
-   devs.push_back( *i );
+   for( list::const_iterator i=e.devices.begin(); 
+i!=e.devices.end(); ++i )
+   {
+   const Device* v;
+   if( getStorage()->findDevice( *i, v ) )
+   devs.push_back( v->device() );
+   else
+   devs.push_back( *i );
+   }
}
-   y2mil( "cv:" << cv << " sum:" << sum_size << " devs:" << devs );
+   y2mil( "forbidden:" << forbidden << " cv:" << cv << 
+  " sum:" << sum_size << " devs:" << devs );
if( cv!=NULL )
{
Btrfs* b = new Btrfs( *this, *cv, sum_size, devs );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.21.4/storage/Disk.cc 
new/libstorage-2.21.5/storage/Disk.cc
--- old/libstorage-2.21.4/storage/Disk.cc   2011-07-28 12:34:30.0 
+0200
+++ new/libstorage-2.21.5/storage/Disk.cc   2011-08-24 16:59:00.0 
+0200
@@ -1574,7 +1574,17 @@
 cmd_line << MDADMBIN " --zero-superblock --force " << quote(device());
 execCheckFailed( cmd_line.str() );
 cmd_line.str("");
-cmd_line << PARTEDCMD << quote(device()) << " mklabel " << label;
+string lab(label);
+if( lab=="gpt" )
+   {
+   const ArchInfo& ai = getStorage()->getArchInfo();
+   if( !ai.is_efiboot && (ai.arch=="i386" || ai.arch=="x86_64"))
+   {
+   y

commit kdebase4-openSUSE for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-openSUSE for 
openSUSE:Factory
checked in at Thu Aug 25 14:29:26 CEST 2011.




--- KDE/kdebase4-openSUSE/kdebase4-openSUSE.changes 2011-08-10 
23:32:10.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-openSUSE/kdebase4-openSUSE.changes
2011-08-25 10:17:30.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 25 08:16:32 UTC 2011 - idon...@novell.com
+
+- Add link-to-qtxml.patch: link to QtXml to fix build failure on
+  Factory
+
+---

calling whatdependson for head-i586


New:

  link-to-qtxml.patch



Other differences:
--
++ kdebase4-openSUSE.spec ++
--- /var/tmp/diff_new_pack.8BwgKB/_old  2011-08-25 14:28:07.0 +0200
+++ /var/tmp/diff_new_pack.8BwgKB/_new  2011-08-25 14:28:07.0 +0200
@@ -32,13 +32,14 @@
 
 Name:   kdebase4-openSUSE
 Version:%{_version}
-Release:14
+Release:15
 License:GPLv2+
 Summary:openSUSE KDE Extension
 Group:  System/GUI/KDE
 # git clone git://git.opensuse.org/projects/desktop/kdebase4-openSUSE.git
 Source0:kdebase4-openSUSE-%{_tarball_version}.tar.bz2
 Source2:devel-splash.tar.bz2
+Patch1: link-to-qtxml.patch
 BuildRequires:  hwinfo-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme
@@ -141,6 +142,7 @@
 %lang_package
 %prep
 %setup -q -n %{name}
+%patch1
 
 %build
   %cmake_kde4 -d build -- -DSYSINFO_DISTRO:STRING=SUSE

++ link-to-qtxml.patch ++
--- greeter/CMakeLists.txt  2011-08-10 23:26:49.0 +0200
+++ greeter/CMakeLists.txt  2011-08-25 10:09:46.790878008 +0200
@@ -5,7 +5,7 @@
 
 kde4_add_executable(SUSEgreeter ${greeter_SRCS})
 
-target_link_libraries(SUSEgreeter ${KDE4_KDEUI_LIBS})
+target_link_libraries(SUSEgreeter ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY})
 
 install(TARGETS SUSEgreeter DESTINATION ${BIN_INSTALL_DIR})
 





Remember to have fun...

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



commit kdelibs4 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Thu Aug 25 14:31:35 CEST 2011.




--- KDE/kdelibs4/kdelibs4-apidocs.changes   2011-07-29 11:49:55.0 
+0200
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4-apidocs.changes  
2011-08-24 10:34:28.0 +0200
@@ -1,0 +2,29 @@
+Wed Aug 24 08:32:59 UTC 2011 - idon...@novell.com
+
+ - Refresh kdelibs-4.7-branch.patch
+   * Fix regression in KLockFile
+
+---
+Sat Aug 13 23:43:19 UTC 2011 - toddrme2...@gmail.com
+
+ - Added herqq-devel buildrequires (adds UPnP support)
+ - Added kde4_runtime_requires macros (fix for RPMLINT warning)
+ - Made building position-independent (fix for RPMLINT warning)
+ - Added doc macros
+ - Removed redundant buildrequires and requires
+ - Cleaned up spec file formatting
+
+---
+Thu Aug 11 14:32:33 UTC 2011 - idon...@novell.com
+
+- Add kdelibs-4.7-branch.patch
+  * Fix fd leaks in KIO
+  * Fix potential crash in KIO
+  * Always use platform palette and fonts
+  * Fix crash in QThreadPrivate::finish due to terminate() without 
+wait().
+  * Properly handle empty HTTP auth challenges
+- Drop kdewidgets-in-designer.patch, already fixed in branch
+- Refreshed plasma-libs.diff
+
+---
--- KDE/kdelibs4/kdelibs4.changes   2011-08-13 23:46:16.0 +0200
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4.changes  2011-08-25 
12:20:57.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 25 09:31:47 UTC 2011 - co...@novell.com
+
+- herqq is unacceptable as LGPLv3 (for now), so leave it for 
+  people building themselves
+
+---
+Wed Aug 24 08:32:59 UTC 2011 - idon...@novell.com
+
+ - Refresh kdelibs-4.7-branch.patch
+   * Fix regression in KLockFile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.MDJnau/_old  2011-08-25 14:31:01.0 +0200
+++ /var/tmp/diff_new_pack.MDJnau/_new  2011-08-25 14:31:01.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   kdelibs4-apidocs
 Version:4.7.0
-Release:3
+Release:4
 License:LGPLv2.1+
 Summary:KDE 4 API documentation
 Url:http://www.kde.org

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.MDJnau/_old  2011-08-25 14:31:01.0 +0200
+++ /var/tmp/diff_new_pack.MDJnau/_new  2011-08-25 14:31:01.0 +0200
@@ -33,7 +33,9 @@
 BuildRequires:  flex
 BuildRequires:  giflib-devel
 BuildRequires:  grantlee-devel
+%if 0%{?kdelibs_is_fully_gplv3_compatible}
 BuildRequires:  herqq-devel
+%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -62,7 +64,7 @@
 %endif
 BuildRequires:  xz-devel
 Version:4.7.0
-Release:5
+Release:7
 License:LGPLv2.1+
 Summary:KDE Base Libraries
 Url:http://www.kde.org
@@ -410,7 +412,6 @@
 Requires:   enchant-devel
 Requires:   fam-devel
 Requires:   giflib-devel
-Requires:   herqq-devel
 Requires:   kdelibs4 = %{version}
 Requires:   kdelibs4-doc = %{version}
 Requires:   libQtWebKit-devel

++ kdelibs-4.7-branch.patch ++
 2662 lines (skipped)
 between KDE/kdelibs4/kdelibs-4.7-branch.patch
 and /mounts/work_src_done/STABLE/kdelibs4/kdelibs-4.7-branch.patch







Remember to have fun...

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



commit kepas for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package kepas for openSUSE:Factory
checked in at Thu Aug 25 14:34:46 CEST 2011.




--- KDE/kepas/kepas.changes 2010-12-14 15:56:23.0 +0100
+++ /mounts/work_src_done/STABLE/kepas/kepas.changes2011-08-25 
10:23:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 08:22:04 UTC 2011 - idon...@novell.com
+
+- Add kepas-link-qt3support.patch: link to Qt3Support explicitly 
+
+---

calling whatdependson for head-i586


New:

  kepas-link-qt3support.patch



Other differences:
--
++ kepas.spec ++
--- /var/tmp/diff_new_pack.j28q2Q/_old  2011-08-25 14:31:43.0 +0200
+++ /var/tmp/diff_new_pack.j28q2Q/_new  2011-08-25 14:31:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kepas (Version 0.9.3)
+# spec file for package kepas
 #
-# 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
@@ -18,15 +18,17 @@
 
 
 Name:   kepas
-BuildRequires:  kdebase4-workspace-devel libkde4-devel
+Version:0.9.3
+Release:14
 License:GPLv2+
-Group:  System/GUI/KDE
 Summary:Kepas - KDE Easy Publish and Share
 Url:
http://kde-apps.org/content/show.php/Kepas+-+KDE+Easy+Publish+and+Share?content=73968
-Version:0.9.3
-Release:9
+Group:  System/GUI/KDE
 %define rversion 4.0.0
 Source0:kepas-%{version}.tar.bz2
+Patch1: kepas-link-qt3support.patch
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libkde4-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -35,14 +37,9 @@
 buddies in your local LAN and lets you send files and klipper entries
 via plasmoid or trayicon.
 
-
-
-Authors:
-
-Tom Patzig 
-
 %prep
 %setup -q -n kepas-%{version}
+%patch1
 
 %build
   %cmake_kde4 -d build
@@ -50,7 +47,7 @@
 
 %install
   cd build
-  %makeinstall
+%make_install
   %kde_post_install
 
 %post -p /sbin/ldconfig  
@@ -58,21 +55,21 @@
 %postun -p /sbin/ldconfig 
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS
-/usr/bin/kepastray
-/usr/share/kde4/apps/kepas
-/usr/share/kde4/apps/kepas/kepas.notifyrc
-/usr/share/kde4/apps/plasma
-/usr/share/kde4/apps/plasma/plasma.notifyrc
-/usr/share/kde4/services/plasma-applet-kepas.desktop
-/usr/share/applications/kde4/kepas.desktop
-/usr/share/icons/hicolor/*/apps/kepas.*
-%_libdir/kde4/plasma_applet_kepas.so
-%_libdir/libkepas.so
-%_libdir/libkpf.so
+%{_bindir}/kepastray
+%{_datadir}/kde4/apps/kepas
+%{_datadir}/kde4/apps/kepas/kepas.notifyrc
+%{_datadir}/kde4/apps/plasma
+%{_datadir}/kde4/apps/plasma/plasma.notifyrc
+%{_datadir}/kde4/services/plasma-applet-kepas.desktop
+%{_datadir}/applications/kde4/kepas.desktop
+%{_datadir}/icons/hicolor/*/apps/kepas.*
+%{_libdir}/kde4/plasma_applet_kepas.so
+%{_libdir}/libkepas.so
+%{_libdir}/libkpf.so
 
 %changelog

++ kepas-link-qt3support.patch ++
--- src/CMakeLists.txt  2009-01-17 19:41:39.0 +0100
+++ src/CMakeLists.txt  2011-08-25 10:20:49.886760049 +0200
@@ -20,7 +20,7 @@
 kde4_add_executable(kepastray ${kifertray_SRCS})
 
 target_link_libraries(kepastray
-  ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} 
${KDE4_KDNSSD_LIBS} kepas kpf)
+  ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} 
${KDE4_KDNSSD_LIBS} ${QT_QT3SUPPORT_LIBRARY} kepas kpf)
  
 install(TARGETS kepastray
 DESTINATION ${KDE4_BIN_INSTALL_DIR})





Remember to have fun...

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



commit krusader for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package krusader for openSUSE:Factory
checked in at Thu Aug 25 14:35:31 CEST 2011.




--- KDE/krusader/krusader.changes   2011-06-15 14:04:42.0 +0200
+++ /mounts/work_src_done/STABLE/krusader/krusader.changes  2011-08-25 
10:32:52.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 08:29:34 UTC 2011 - idon...@novell.com
+
+ - Add krusader-link-solid.patch: explicitly link to solid libs
+
+---

calling whatdependson for head-i586


New:

  krusader-link-solid.patch



Other differences:
--
++ krusader.spec ++
--- /var/tmp/diff_new_pack.BdAdWN/_old  2011-08-25 14:34:55.0 +0200
+++ /var/tmp/diff_new_pack.BdAdWN/_new  2011-08-25 14:34:55.0 +0200
@@ -15,25 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
 
 Name:   krusader
 Version:2.0.0
-Release:15
+Release:20
 License:GPLv2+
-Group:  Productivity/File utilities
+Summary:A File Manager
 Url:http://krusader.sourceforge.net/
+Group:  Productivity/File utilities
 Source: %{name}-%{version}.tar.bz2
 Source1:krusader_browse_iso.desktop
-Patch:  FIXME.diff
+Patch0: FIXME.diff
 Patch1: krusader-gcc44.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  dos2unix fdupes libkde4-devel update-desktop-files
+Patch2: krusader-link-solid.patch
+BuildRequires:  dos2unix
+BuildRequires:  fdupes
+BuildRequires:  libkde4-devel
+BuildRequires:  update-desktop-files
 Requires:   kio_iso = %{version}
 Recommends: %{name}-doc
-Summary:A File Manager
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
@@ -41,8 +44,8 @@
 
 %package -n kio_iso
 License:GPLv2+
-Group:  System/GUI/KDE
 Summary:KIO slave to access ISO images
+Group:  System/GUI/KDE
 Provides:   kde4-kio_iso = 1.80.99
 Obsoletes:  kde4-kio_iso <= 1.80.99
 
@@ -52,16 +55,18 @@
 
 %package doc
 License:GPLv2+
-Group:  Productivity/File utilities
 Summary:A File Manager
+Group:  Productivity/File utilities
 
 %description doc
 An advanced twin panel (commander style) file manager for KDE.
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1
+%patch2
+
 mv po/sr\@Latn.po po/sr\@latin.po
 for file in doc/en/*.docbook;
 do
@@ -69,13 +74,13 @@
 done
 
 %build
-export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fpermissive"
+export RPM_OPT_FLAGS="%{optflags} -fpermissive"
 %cmake_kde4 -d build
 %make_jobs
 
 %install
 pushd build
-%makeinstall
+%make_install
 popd
 %suse_update_desktop_file krusader_root-mode FileManager Utility
 %kde_post_install

++ krusader-link-solid.patch ++
--- krusader/CMakeLists.txt 2011-08-25 10:28:55.518751729 +0200
+++ krusader/CMakeLists.txt 2011-08-25 10:29:01.490751626 +0200
@@ -44,7 +44,7 @@
 
 kde4_add_executable(krusader ${krusader_SRCS})
 
-target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator 
KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate 
UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} 
${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS}  
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} )
+target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator 
KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate 
UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} 
${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS}  
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} 
${KDE4_SOLID_LIBS} )
 
 install(TARGETS krusader DESTINATION ${BIN_INSTALL_DIR})
 





Remember to have fun...

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



commit kvkbd for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package kvkbd for openSUSE:Factory
checked in at Thu Aug 25 14:43:38 CEST 2011.




--- KDE/kvkbd/kvkbd.changes 2011-08-12 13:05:18.0 +0200
+++ /mounts/work_src_done/STABLE/kvkbd/kvkbd.changes2011-08-25 
10:37:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 08:34:50 UTC 2011 - idon...@novell.com
+
+- Add kvkbd-link-x11.patch: explicitly link to X11 library 
+
+---

calling whatdependson for head-i586


New:

  kvkbd-link-x11.patch



Other differences:
--
++ kvkbd.spec ++
--- /var/tmp/diff_new_pack.t1vhae/_old  2011-08-25 14:43:26.0 +0200
+++ /var/tmp/diff_new_pack.t1vhae/_new  2011-08-25 14:43:26.0 +0200
@@ -27,9 +27,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A virtual keyboard for KDE
 Version:0.6
-Release:12
+Release:14
 Source: 94374-kvkbd-0.6.tar.gz
 Patch1: fix-loginhelper.diff
+Patch2: kvkbd-link-x11.patch
 %kde4_runtime_requires
 
 %description
@@ -38,6 +39,7 @@
 %prep
 %setup -n %{name}-%{version} -q
 %patch1
+%patch2
 
 %build
   %cmake_kde4 -d build

++ kvkbd-link-x11.patch ++
--- src/CMakeLists.txt  2008-10-11 14:28:19.0 +0200
+++ src/CMakeLists.txt  2011-08-25 10:34:30.800708389 +0200
@@ -22,7 +22,7 @@
 
 kde4_add_executable(kvkbd ${kvkbd_SRCS})
 
-target_link_libraries(kvkbd ${KDE4_KDECORE_LIBS} Xtst ${KDE4_KDEUI_LIBS})
+target_link_libraries(kvkbd ${KDE4_KDECORE_LIBS} X11 Xtst ${KDE4_KDEUI_LIBS})
 
 install(TARGETS kvkbd ${INSTALL_TARGETS_DEFAULT_ARGS})
 





Remember to have fun...

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



commit glibc for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Thu Aug 25 14:49:30 CEST 2011.




--- glibc/glibc.changes 2011-08-19 15:59:46.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-08-25 
13:26:05.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 22 13:12:18 UTC 2011 - a...@suse.de
+
+- Update AppArmor profile of nscd [bnc#647718]
+
+---

calling whatdependson for head-i586


Old:

  minmem



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.IUfRKF/_old  2011-08-25 14:49:06.0 +0200
+++ /var/tmp/diff_new_pack.IUfRKF/_new  2011-08-25 14:49:06.0 +0200
@@ -79,7 +79,7 @@
 %endif
 AutoReqProv:on
 Version:2.14
-Release:3
+Release:5
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: glibc-%{version}-4eddf93f5cc2.tar.bz2


++ usr.sbin.nscd ++
--- /var/tmp/diff_new_pack.IUfRKF/_old  2011-08-25 14:49:07.0 +0200
+++ /var/tmp/diff_new_pack.IUfRKF/_new  2011-08-25 14:49:07.0 +0200
@@ -1,8 +1,7 @@
-# Last Modified: Wed Aug 15 10:55:46 2007
-# $Id: usr.sbin.nscd 1313 2008-11-05 12:03:29Z jrjohansen $
 # --
 #
 #Copyright (C) 2002-2005 Novell/SUSE
+#Copyright (C) 2009-2010 Canonical Ltd.
 #
 #This program is free software; you can redistribute it and/or
 #modify it under the terms of version 2 of the GNU General Public
@@ -27,17 +26,20 @@
   /tmp/.winbindd/pipe rw,
   /usr/sbin/nscd rmix,
   /var/lib/samba/winbindd_privileged/pipe rw,
-  /var/run/.nscd_socket wl,
-  /var/run/avahi-daemon/socket w,
-  /var/run/nscd/ r,
-  /var/run/nscd/db* wl,
-  /var/run/nscd/socket wl,
-  /var/run/nscd/{passwd,group,services,hosts} rw,
-  /var/run/{nscd/,}nscd.pid rwl,
+  /{,var/}run/.nscd_socket wl,
+  /{,var/}run/avahi-daemon/socket w,
+  /{,var/}run/nscd/ rw,
+  /{,var/}run/nscd/db* wl,
+  /{,var/}run/nscd/socket wl,
+  /var/{cache,run}/nscd/{passwd,group,services,hosts} rw,
+  /{,var/}run/{nscd/,}nscd.pid rwl,
   /var/log/nscd.log rw,
   @{PROC}/[0-9]*/fd/ r,
   @{PROC}/[0-9]*/fd/* r,
   @{PROC}/[0-9]*/maps r,
   @{PROC}/[0-9]*/mounts r,
   @{PROC}/filesystems r,
+
+  # Site-specific additions and overrides. See local/README for details.
+  #include 
 }






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-panel-plugin-mailwatch for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-mailwatch for 
openSUSE:Factory
checked in at Thu Aug 25 14:51:13 CEST 2011.




--- xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes   
2011-03-09 22:44:10.0 +0100
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes
  2011-08-25 00:54:03.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 22:53:42 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build in Factory 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xfce4-panel-plugin-mailwatch.spec ++
--- /var/tmp/diff_new_pack.byio9R/_old  2011-08-25 14:50:58.0 +0200
+++ /var/tmp/diff_new_pack.byio9R/_new  2011-08-25 14:50:58.0 +0200
@@ -22,7 +22,7 @@
 Name:   xfce4-panel-plugin-mailwatch
 License:GPLv2+
 Version:1.1.0
-Release:7
+Release:8
 Summary:Versatile mail checking plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
 Source0:xfce4-mailwatch-plugin-1.1.0.tar.bz2
@@ -36,6 +36,7 @@
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  xfce4-dev-tools
+BuildRequires:  libgcrypt-devel
 Requires:   xfce4-panel >= 4.8.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,7 +53,8 @@
 
 %build
 xdt-autogen
-%configure --disable-static
+export LIBS="-lgcrypt"
+%configure --with-pic --disable-static
 make %{_smp_mflags} V=1
 
 %install






Remember to have fun...

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



commit dasher for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package dasher for openSUSE:Factory
checked in at Thu Aug 25 14:52:03 CEST 2011.




--- GNOME/dasher/dasher.changes 2011-06-27 16:18:28.0 +0200
+++ /mounts/work_src_done/STABLE/dasher/dasher.changes  2011-08-25 
14:06:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 25 12:04:08 UTC 2011 - dims...@opensuse.org
+
+- Add dasher-linkX11.patch: Remove functions that would require us
+  to link against X11: those functions have not been called for a
+  long time. See bgo#657307.
+
+---

calling whatdependson for head-i586


New:

  dasher-linkX11.patch



Other differences:
--
++ dasher.spec ++
--- /var/tmp/diff_new_pack.jSYbqp/_old  2011-08-25 14:51:22.0 +0200
+++ /var/tmp/diff_new_pack.jSYbqp/_new  2011-08-25 14:51:22.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   dasher
 Version:4.11
-Release:11
+Release:13
 License:GPLv2+
 Summary:Zooming Predictive Text Entry System
 Url:http://www.inference.phy.cam.ac.uk/dasher/
@@ -27,6 +27,8 @@
 Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/4.5/%{name}-%{version}.tar.bz2
 Source1:dasher-data-lang.sh
 Source2:locale-map.txt
+# PATCH-FIX-UPSTREAM dasher-linkX11.patch bgo#657306 dims...@opensuse.org -- 
Remove unneded code requiring to link against libX11.
+Patch0: dasher-linkX11.patch
 BuildRequires:  at-spi-devel
 BuildRequires:  cairo-devel
 BuildRequires:  fdupes
@@ -84,6 +86,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 cp %{SOURCE2} .
 

++ dasher-linkX11.patch ++
>From ce487b694e4b019aa881b58281954bd1d49c5ed3 Mon Sep 17 00:00:00 2001
From: Patrick Welche 
Date: Wed, 14 Apr 2010 18:09:00 +
Subject: Comment out CKeyboardHelper::Grab as not used after

b4cbd3b5 "Fixing up keyboard stuff" "TODO: Sort these methods out"
yet it needs XGrab from libX11. (#615573)
---
 
diff --git a/Src/Gtk2/KeyboardHelper.cpp b/Src/Gtk2/KeyboardHelper.cpp
index 50bd18d..937db58 100644
--- a/Src/Gtk2/KeyboardHelper.cpp
+++ b/Src/Gtk2/KeyboardHelper.cpp
@@ -167,6 +167,7 @@ int CKeyboardHelper::ConvertKeycode(int iCode) {
 return -1;
 }
 
+/* Not called - commented out because of X11 lib dependence
 void CKeyboardHelper::Grab(bool bGrab) {
   for(std::map::iterator it(m_mTable.begin()); it != m_mTable.end(); 
++it) {
 GdkKeymapKey *pKeys;
@@ -183,3 +184,4 @@ void CKeyboardHelper::Grab(bool bGrab) {
 }
   }
 }
+*/
diff --git a/Src/Gtk2/KeyboardHelper.h b/Src/Gtk2/KeyboardHelper.h
index c49e498..849088a 100644
--- a/Src/Gtk2/KeyboardHelper.h
+++ b/Src/Gtk2/KeyboardHelper.h
@@ -14,7 +14,7 @@ class CKeyboardHelper {
   void UnsetKey(int iCode);
 
   int ConvertKeycode(int iCode);
-  void Grab(bool bGrab);
+  // unused: void Grab(bool bGrab);
 
  private:
   void SetupDefaults();
--
cgit v0.9.0.2






Remember to have fun...

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



commit xorg-x11 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Thu Aug 25 14:57:37 CEST 2011.




--- xorg-x11/xorg-x11.changes   2011-08-24 16:00:17.0 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes  2011-08-25 
14:13:03.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 25 09:54:36 UTC 2011 - sndir...@novell.com
+
+- update xbiff 1.0.3 to fix build again with current toolchain
+  * Xmu functions are called directly, so include it in
+PKG_CHECK_MODULES 
+- added some xdm git commits (adjusted to xdm 1.10.1) to fix build
+  again with current toolchain
+  * U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch
+  * U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch
+  * U_xdm_Fix-missing-linking-dependency-on-ldl.patch
+
+---

calling whatdependson for head-i586


Old:

  xbiff-1.0.2.tar.bz2

New:

  U_xdm_Fix-missing-linking-dependency-on-ldl.patch
  U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch
  U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch
  xbiff-1.0.3.tar.bz2



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.CZjh8y/_old  2011-08-25 14:54:25.0 +0200
+++ /var/tmp/diff_new_pack.CZjh8y/_new  2011-08-25 14:54:25.0 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  bison
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:59
+Release:61
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Utilities
@@ -72,7 +72,7 @@
 Source26:   viewres-1.0.3.tar.bz2
 Source27:   x11perf-1.5.2.tar.bz2
 Source28:   xauth-1.0.5.tar.bz2
-Source29:   xbiff-1.0.2.tar.bz2
+Source29:   xbiff-1.0.3.tar.bz2
 Source30:   xcalc-1.0.4.1.tar.bz2
 Source31:   xclipboard-1.1.1.tar.bz2
 Source32:   xclock-1.0.5.tar.bz2
@@ -165,6 +165,9 @@
 Patch67:xinit-tolerant-hostname-changes.diff
 Patch69:xrdb-traditional-cpp.diff
 Patch70:u_luit-Set-up-terminal-before-fork.diff
+Patch71:
U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch
+Patch72:
U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch
+Patch73:U_xdm_Fix-missing-linking-dependency-on-ldl.patch
 Patch674733:
xrdb-Create-shell-escape-safe-cpp-options-in-the-non-path-bnc674733.patch
 
 %description
@@ -284,6 +287,9 @@
 pushd xdm-*
 %patch56 -p1
 %patch65 -p1
+%patch71 -p1
+%patch72 -p1
+%patch73 -p1
 popd
 pushd twm-*
 %patch61 -p1

++ U_xdm_Fix-missing-linking-dependency-on-ldl.patch ++
>From c4031966dcbc47b2cc85b83ad78efcc64455cf72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fernando=20Tarl=C3=A1=20Cardoso=20Lemos?= 

Date: Sat, 19 Feb 2011 17:53:08 -0200
Subject: [PATCH] Fix missing linking dependency on -ldl.

Recent versions of GCC ship with a linker that doesn't add the deps
of the DSOs to the linking process. This behavior is also found in
GNU gold. This change fixes building with those linkers.

Some references:

http://wiki.debian.org/ToolChain/DSOLinking
https://fedoraproject.org/wiki/UnderstandingDSOLinkChange

Signed-off-by: Alan Coopersmith 
Reviewed-by: Gaetan Nadon 
---
 configure.ac |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

--- xdm-1.1.10/configure.ac.orig2011-08-25 13:56:01.551431000 +0200
+++ xdm-1.1.10/configure.ac 2011-08-25 13:57:09.137351000 +0200
@@ -462,6 +462,9 @@ AM_CONDITIONAL(HAS_XDM_AUTH, test x$xdma
 
 AC_SEARCH_LIBS(crypt, crypt)
 
+# Function dl() comes from the C library or -ldl
+AC_SEARCH_LIBS([dlopen], [dl])
+
 AC_SUBST(XDM_CFLAGS)
 AC_SUBST(XDM_LIBS)
 
++ U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch ++
>From 50c96170ad42321310c346cf412f9ae7e80ec2a7 Mon Sep 17 00:00:00 2001
From: Gaetan Nadon 
Date: Sun, 29 Aug 2010 19:56:59 -0400
Subject: [PATCH] config: AC_LIBTOOL_DLOPEN is required for dynamic linking

It adds the following tests in the configuration :
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no

This has not resulted in any compiler/linker flags change on
a GNU/Linux platform.

Signed-off-by: Gaetan Nadon 
---
 configure.ac |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

--- xdm-1.1.10/configure.ac.orig2011-08-25 12:46:19.795331000 +0200
+++ xdm-1.1.10/configure.ac 2011-08-25 12:46:52.562458000 +0200
@@ -40,7 +40,8 @@ AC_PROG_CC
 AM_PROG_CC_C_O
 AC_C_INLINE
 AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
+AC_LIBTOOL_DLOPEN
+AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 
 XORG_PROG_RAWCPP
++ U_xdm_config-use-libtool-export-dynamic-optio

commit libopenvas for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package libopenvas for openSUSE:Factory
checked in at Thu Aug 25 15:00:45 CEST 2011.




--- libopenvas/libopenvas.changes   2011-06-01 20:11:04.0 +0200
+++ /mounts/work_src_done/STABLE/libopenvas/libopenvas.changes  2011-08-24 
23:10:51.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 21:10:23 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build in Factory 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libopenvas.spec ++
--- /var/tmp/diff_new_pack.eN5anE/_old  2011-08-25 15:00:29.0 +0200
+++ /var/tmp/diff_new_pack.eN5anE/_new  2011-08-25 15:00:29.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   libopenvas
 Version:4.0.5
-Release:1
+Release:4
 License:GPLv2
 Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
@@ -29,7 +29,7 @@
 Patch0: openvas-libraries-4.0-rc4-no_Werror.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 BuildRequires:  gpgme-devel
 BuildRequires:  openldap-devel
 BuildRequires:  libuuid-devel
@@ -51,6 +51,7 @@
 BuildRequires:  libgpgme-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  openldap2-devel
+BuildRequires:  libgcrypt-devel
 %if 0%{?suse_version} > 1130
 BuildRequires:  libassuan-devel
 %endif
@@ -118,7 +119,7 @@
 License:GPLv2
 Group:  Development/Libraries/C and C++
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 Requires:   gpgme-devel
 Requires:   libuuid-devel
 %endif
@@ -155,6 +156,8 @@
 %patch0
 
 %build
+export CFLAGS="%optflags"
+export CXXFLAGS="%optflags"
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_VERBOSE_MAKEFILE=ON 
-DSYSCONFDIR=%{_sysconfdir} -DLOCALSTATEDIR=%{_localstatedir} 
-DLIBDIR=%{_libdir} -DBUILD_WITH_LDAP=ON -DCMAKE_BUILD_TYPE=release
 %__make %{?_smp_mflags} VERBOSE=1
 

++ openvas-libraries-4.0-rc4-no_Werror.patch ++
--- /var/tmp/diff_new_pack.eN5anE/_old  2011-08-25 15:00:29.0 +0200
+++ /var/tmp/diff_new_pack.eN5anE/_new  2011-08-25 15:00:29.0 +0200
@@ -1,8 +1,6 @@
-Index: CMakeLists.txt
-===
 CMakeLists.txt.orig2011-01-26 11:58:48.0 +0100
-+++ CMakeLists.txt 2011-01-26 17:25:55.601169807 +0100
-@@ -230,7 +230,7 @@ configure_file (tools/libopenvas-config.
+--- CMakeLists.txt.orig
 CMakeLists.txt
+@@ -240,7 +240,7 @@ configure_file (libopenvas.pc.in libopen
  set (HARDENING_FLAGS"-Wformat -Wformat-security -O2 
-D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now")
  
  set (CMAKE_C_FLAGS_DEBUG"${CMAKE_C_FLAGS_DEBUG}")
@@ -11,11 +9,9 @@
  
  add_subdirectory (base)
  add_subdirectory (misc)
-Index: nasl/CMakeLists.txt
-===
 nasl/CMakeLists.txt.orig   2011-01-26 11:58:48.0 +0100
-+++ nasl/CMakeLists.txt2011-01-26 17:26:20.524044898 +0100
-@@ -52,7 +52,7 @@ set (CMAKE_C_FLAGS_DEBUG"${CMAKE
+--- nasl/CMakeLists.txt.orig
 nasl/CMakeLists.txt
+@@ -39,7 +39,7 @@ set (CMAKE_C_FLAGS_DEBUG"${CMAKE
  # The "-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1" is necessary for GPGME!
  # The "-fno-strict-aliasing" silences warnings caused by macros defined in 
byteorder.h.
  # Once the warnings have been addressed this flag should be removed.
@@ -24,3 +20,25 @@
  
  # The "-Wno-error=unprototyped-calls" silences warnings produced by an
  # openSUSE-patched gcc caused by code in regex.c.
+--- hg/CMakeLists.txt.orig
 hg/CMakeLists.txt
+@@ -29,7 +29,7 @@ include_directories(../misc)
+ set (HARDENING_FLAGS"-Wformat -Wformat-security -O2 
-D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now")
+ 
+ set (CMAKE_C_FLAGS_DEBUG"${CMAKE_C_FLAGS_DEBUG}")
+-set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-Werror -fPIC")
++set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-fPIC")
+ 
+ set (FILES hg_add_hosts.c hg_debug.c hg_dns_axfr.c hg_filter.c hg_subnet.c 
+hg_utils.c hosts_gatherer.c)
+--- misc/CMakeLists.txt.orig
 misc/CMakeLists.txt
+@@ -70,7 +70,7 @@ endif (NOT BUILD_WITH_LDAP)
+ set (HARDENING_FLAGS"-Wformat -Wformat-security -O2 
-D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now")
+ 
+ set (CMAKE_C_FLAGS_DEBUG"${CMAKE_C_FLAGS_DEBUG}")
+-set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-Werror -fPIC")
++set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} 

commit gtk-vnc for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package gtk-vnc for openSUSE:Factory
checked in at Thu Aug 25 15:04:17 CEST 2011.




--- GNOME/gtk-vnc/gtk-vnc.changes   2011-04-27 11:42:10.0 +0200
+++ /mounts/work_src_done/STABLE/gtk-vnc/gtk-vnc.changes2011-08-25 
14:09:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 20:48:36 UTC 2011 - crrodrig...@opensuse.org
+
+- Add libgcrypt-devel BuildRequires. This used to be pulled in by
+  gnutls-devel, but this is no longer the case.
+
+---
gtk-vnc2.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ gtk-vnc.spec ++
--- /var/tmp/diff_new_pack.ntW05d/_old  2011-08-25 15:00:59.0 +0200
+++ /var/tmp/diff_new_pack.ntW05d/_new  2011-08-25 15:00:59.0 +0200
@@ -38,6 +38,7 @@
 BuildRequires:  gtk3-devel
 %endif
 BuildRequires:  intltool
+BuildRequires:  libgcrypt-devel
 %if %{build_for_gtk2}
 BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
@@ -45,7 +46,7 @@
 BuildRequires:  translation-update-upstream
 Summary:A GTK widget for VNC clients
 Version:0.4.3
-Release:1
+Release:3
 # FIXME: see if the browser plugin can be built (last try 0.4.2)
 License:LGPLv2.1 ; LGPLv2.1+
 Group:  Development/Libraries/X11
@@ -115,6 +116,7 @@
 %if %{build_for_gtk2}
 
 %package -n python-gtk-vnc
+
 License:LGPLv2.1+
 Summary:Python bindings for the gtk-vnc library
 Group:  Development/Libraries/X11

++ gtk-vnc2.spec ++
--- /var/tmp/diff_new_pack.ntW05d/_old  2011-08-25 15:00:59.0 +0200
+++ /var/tmp/diff_new_pack.ntW05d/_new  2011-08-25 15:00:59.0 +0200
@@ -38,6 +38,7 @@
 BuildRequires:  gtk3-devel
 %endif
 BuildRequires:  intltool
+BuildRequires:  libgcrypt-devel
 %if %{build_for_gtk2}
 BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
@@ -45,7 +46,7 @@
 BuildRequires:  translation-update-upstream
 Summary:A GTK widget for VNC clients
 Version:0.4.3
-Release:1
+Release:2
 # FIXME: see if the browser plugin can be built (last try 0.4.2)
 License:LGPLv2.1 ; LGPLv2.1+
 Group:  Development/Libraries/X11
@@ -73,6 +74,7 @@
 
 %package -n libgtk-vnc%{_sover}
 
+
 License:LGPLv2.1 ; LGPLv2.1+
 Summary:A GTK widget for VNC clients
 Group:  Development/Libraries/X11






Remember to have fun...

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



commit hdjmod for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package hdjmod for openSUSE:Factory
checked in at Thu Aug 25 15:05:29 CEST 2011.




--- hdjmod/hdjmod.changes   2011-05-30 22:07:10.0 +0200
+++ /mounts/work_src_done/STABLE/hdjmod/hdjmod.changes  2011-08-03 
11:01:06.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 09:01:04 UTC 2011 - cfarr...@novell.com
+
+- license update: GPL-2.0+
+  Specify the license more accurately using the appropriate syntax
+
+---

calling whatdependson for head-i586




Other differences:
--
++ hdjmod.spec ++
--- /var/tmp/diff_new_pack.hwu3l4/_old  2011-08-25 15:05:13.0 +0200
+++ /var/tmp/diff_new_pack.hwu3l4/_new  2011-08-25 15:05:13.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   hdjmod
 Version:1.28
-Release:1
-License:GPL
+Release:3
+License:GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} < 1120
 BuildRequires:  %kernel_module_package_buildreq
@@ -33,6 +33,7 @@
 Url:
http://ts.hercules.com/ger/index.php?pg=view_files&gid=17&fid=62&pid=177&cid=1
 Group:  System/Kernel
 Source0:hdjmod-%{version}.tar.bz2
+Source1:preamble
 # PATCH-FIX-UPSTREAM hdjmod_kernel_2.6.30.patch ma...@marix.org -- Fix build 
on kernel 2.6.30 and newer
 Patch0: hdjmod_kernel_2.6.30.patch
 # PATCH-FIX-UPSTREAM hdjmod_kernel_2.6.36.patch ma...@marix.org -- Fix 
includes for kfree






Remember to have fun...

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



commit NetworkManager-openvpn for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory
checked in at Thu Aug 25 15:11:03 CEST 2011.




--- NetworkManager-openvpn/NetworkManager-openvpn.changes   2011-07-08 
00:41:14.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-openvpn/NetworkManager-openvpn.changes
  2011-08-25 14:23:56.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 23 09:16:16 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.0:
+  + Use a simplified password request dialog.
+  + Simplify keyring access and don't save secrets.
+  + Preserve secret flags and consolidate secrets handling.
+
+---

calling whatdependson for head-i586


Old:

  NetworkManager-openvpn-0.8.9997.tar.bz2

New:

  NetworkManager-openvpn-0.9.0.tar.bz2



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.mgzKNK/_old  2011-08-25 15:10:46.0 +0200
+++ /var/tmp/diff_new_pack.mgzKNK/_new  2011-08-25 15:10:46.0 +0200
@@ -20,13 +20,13 @@
 
 Name:   NetworkManager-openvpn
 Summary:NetworkManager VPN support for OpenVPN
-Version:0.8.9997
+Version:0.9.0
 Release:1
 # FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 License:GPLv2+
 Group:  Productivity/Networking/System
 Url:http://www.gnome.org/projects/NetworkManager
-Source0:
http://download.gnome.org/sources/NetworkManager-openvpn/0.8/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/NetworkManager-openvpn/0.9/%{name}-%{version}.tar.bz2
 Source1:NetworkManager-openvpn-openvpn-settings.png
 Patch0: nm-openvpn-desktop.patch
 BuildRequires:  intltool

++ NetworkManager-openvpn-0.8.9997.tar.bz2 -> 
NetworkManager-openvpn-0.9.0.tar.bz2 ++
 10304 lines of diff (skipped)







Remember to have fun...

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



commit NetworkManager-vpnc for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-vpnc for 
openSUSE:Factory
checked in at Thu Aug 25 15:11:31 CEST 2011.




--- NetworkManager-vpnc/NetworkManager-vpnc.changes 2011-05-04 
17:34:50.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-vpnc/NetworkManager-vpnc.changes
2011-08-25 14:33:00.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug 23 09:16:35 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.0:
+  + Use right prefix for point-to-point tunnels.
+  + Look for NETMASKLEN before NETMASK for IPv4 prefix.
+  + Simplify password and flags handling.
+  + Add support for Hybrid authentication (bgo#495893)
+  + Look for old password names in the keyring too.
+  + Preserve secret flags.
+  + Use a simplified password request dialog.
+
+---

calling whatdependson for head-i586


Old:

  NetworkManager-vpnc-0.8.999.tar.bz2

New:

  NetworkManager-vpnc-0.9.0.tar.bz2



Other differences:
--
++ NetworkManager-vpnc.spec ++
--- /var/tmp/diff_new_pack.Lj0vUH/_old  2011-08-25 15:11:11.0 +0200
+++ /var/tmp/diff_new_pack.Lj0vUH/_new  2011-08-25 15:11:11.0 +0200
@@ -20,13 +20,13 @@
 
 Name:   NetworkManager-vpnc
 Summary:NetworkManager VPN Support for vpnc
-Version:0.8.999
+Version:0.9.0
 Release:1
 # FIXME .desktop icon is currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 License:GPLv2+
 Group:  Productivity/Networking/System
 Url:http://people.redhat.com/dcbw/NetworkManager/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/NetworkManager-vpnc/0.9/%{name}-%{version}.tar.bz2
 Source1:NetworkManager-vpnc-nm-vpnc.png
 Patch0: nm-vpnc-desktop.patch
 BuildRequires:  intltool

++ NetworkManager-vpnc-0.8.999.tar.bz2 -> NetworkManager-vpnc-0.9.0.tar.bz2 
++
 8836 lines of diff (skipped)







Remember to have fun...

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