commit system-config-printer for openSUSE:11.3

2011-12-08 Thread h_root

Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:11.3
checked in at Thu Dec 8 10:27:48 CET 2011.




--- old-versions/11.3/all/system-config-printer/system-config-printer.changes   
2010-03-18 10:20:54.0 +0100
+++ 11.3/system-config-printer/system-config-printer.changes2011-12-06 
17:43:46.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec  6 16:42:31 UTC 2011 - vu...@opensuse.org
+
+- Add system-config-printer-no-openprinting.patch: this disables
+  the feature where PPD drivers can be downloaded from
+  OpenPrinting.org. See discussion in bnc#733542. As a side-effect,
+  this fixes CVE-2011-4405.
+
+---

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


New:

  system-config-printer-no-openprinting.patch



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.OllkkT/_old  2011-12-08 10:25:13.0 +0100
+++ /var/tmp/diff_new_pack.OllkkT/_new  2011-12-08 10:25:13.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package system-config-printer (Version 1.2.0)
+# spec file for package system-config-printer
 #
-# 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,7 +22,7 @@
 License:GPLv2+
 Group:  Hardware/Printing
 Version:1.2.0
-Release:1
+Release:2.RELEASE2
 Summary:A printer administration tool
 Url:http://cyberelk.net/tim/software/system-config-printer/
 Source0:
http://cyberelk.net/tim/data/system-config-printer/1.0.x/system-config-printer-%{version}.tar.bz2
@@ -30,6 +30,8 @@
 Patch13:system-config-printer-icon-brp-friendly.patch
 # PATCH-FIX-OPENSUSE system-config-printer-firewall-menu.patch 
vu...@novell.com -- Fix string to mention correct path in menus to firewall tool
 Patch18:system-config-printer-firewall-menu.patch
+# PATCH-FIX-OPENSUSE system-config-printer-no-openprinting.patch bnc#733542 
vu...@opensuse.org -- Disable feature that downloads ppd from openprinting.org
+Patch19:system-config-printer-no-openprinting.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  gnome-cups-manager = 0.33
 BuildRequires:  cups-devel
@@ -103,6 +105,7 @@
 gnome-patch-translation-prepare
 %patch13 -p1
 %patch18 -p1
+%patch19 -p1
 gnome-patch-translation-update
 
 %build

++ system-config-printer-no-openprinting.patch ++
Index: system-config-printer-1.2.0/cupshelpers/openprinting.py
===
--- system-config-printer-1.2.0.orig/cupshelpers/openprinting.py
+++ system-config-printer-1.2.0/cupshelpers/openprinting.py
@@ -46,6 +46,11 @@ class _QueryThread (threading.Thread):
 self.setDaemon (True)
 
 def run (self):
+## Disabled on openSUSE, see discussion in 
https://bugzilla.novell.com/show_bug.cgi?id=733542
+if self.callback != None:
+self.callback (403, self.user_data, None)
+return
+
 # CGI script to be executed
 query_command = /query.cgi
 # Headers for the post request
Index: system-config-printer-1.2.0/system-config-printer.py
===
--- system-config-printer-1.2.0.orig/system-config-printer.py
+++ system-config-printer-1.2.0/system-config-printer.py
@@ -3884,6 +3884,8 @@ class NewPrinterGUI(GtkGUI):
 # Set up OpenPrinting widgets.
 self.openprinting = cupshelpers.openprinting.OpenPrinting ()
 self.openprinting_query_handle = None
+## Disabled on openSUSE, see discussion in 
https://bugzilla.novell.com/show_bug.cgi?id=733542
+self.rbtnNPDownloadableDriverSearch.hide()
 combobox = self.cmbNPDownloadableDriverFoundPrinters
 cell = gtk.CellRendererText()
 combobox.pack_start (cell, True)
@@ -4608,6 +4610,7 @@ class NewPrinterGUI(GtkGUI):
 self.btnNPBack.hide()
 self.btnNPForward.show()
 downloadable_selected = False
+## openSUSE: just a guard to know when the name of the widget 
to hide changes
 if self.rbtnNPDownloadableDriverSearch.get_active ():
 combobox = self.cmbNPDownloadableDriverFoundPrinters
 iter = combobox.get_active_iter ()
@@ -6369,6 +6372,8 @@ class NewPrinterGUI(GtkGUI):
 elif self.rbtnNPPPD.get_active():
 ppd = 

commit system-config-printer for openSUSE:11.4

2011-12-08 Thread h_root

Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:11.4
checked in at Thu Dec 8 10:28:13 CET 2011.




--- old-versions/11.4/all/system-config-printer/system-config-printer.changes   
2011-02-13 17:24:28.0 +0100
+++ 11.4/system-config-printer/system-config-printer.changes2011-12-06 
17:43:59.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec  6 16:42:31 UTC 2011 - vu...@opensuse.org
+
+- Add system-config-printer-no-openprinting.patch: this disables
+  the feature where PPD drivers can be downloaded from
+  OpenPrinting.org. See discussion in bnc#733542. As a side-effect,
+  this fixes CVE-2011-4405.
+
+---

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


New:

  system-config-printer-no-openprinting.patch



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.o99FfQ/_old  2011-12-08 10:27:55.0 +0100
+++ /var/tmp/diff_new_pack.o99FfQ/_new  2011-12-08 10:27:55.0 +0100
@@ -22,7 +22,7 @@
 License:GPLv2+
 Group:  Hardware/Printing
 Version:1.2.5
-Release:2
+Release:5.RELEASE6
 Summary:A printer administration tool
 Url:http://cyberelk.net/tim/software/system-config-printer/
 Source0:
http://cyberelk.net/tim/data/system-config-printer/1.0.x/system-config-printer-%{version}.tar.bz2
@@ -30,6 +30,8 @@
 Patch13:system-config-printer-icon-brp-friendly.patch
 # PATCH-FIX-OPENSUSE system-config-printer-firewall-menu.patch 
vu...@novell.com -- Fix string to mention correct path in menus to firewall tool
 Patch18:system-config-printer-firewall-menu.patch
+# PATCH-FIX-OPENSUSE system-config-printer-no-openprinting.patch bnc#733542 
vu...@opensuse.org -- Disable feature that downloads ppd from openprinting.org
+Patch19:system-config-printer-no-openprinting.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  gnome-cups-manager = 0.33
 BuildRequires:  cups-devel
@@ -104,6 +106,7 @@
 gnome-patch-translation-prepare
 %patch13 -p1
 %patch18 -p1
+%patch19 -p1
 gnome-patch-translation-update
 
 %build

++ system-config-printer-no-openprinting.patch ++
Index: system-config-printer-1.2.5/cupshelpers/openprinting.py
===
--- system-config-printer-1.2.5.orig/cupshelpers/openprinting.py
+++ system-config-printer-1.2.5/cupshelpers/openprinting.py
@@ -46,6 +46,11 @@ class _QueryThread (threading.Thread):
 self.setDaemon (True)
 
 def run (self):
+## Disabled on openSUSE, see discussion in 
https://bugzilla.novell.com/show_bug.cgi?id=733542
+if self.callback != None:
+self.callback (403, self.user_data, None)
+return
+
 # CGI script to be executed
 query_command = /query.cgi
 # Headers for the post request
Index: system-config-printer-1.2.5/system-config-printer.py
===
--- system-config-printer-1.2.5.orig/system-config-printer.py
+++ system-config-printer-1.2.5/system-config-printer.py
@@ -3974,6 +3974,8 @@ class NewPrinterGUI(GtkGUI):
 # Set up OpenPrinting widgets.
 self.openprinting = cupshelpers.openprinting.OpenPrinting ()
 self.openprinting_query_handle = None
+## Disabled on openSUSE, see discussion in 
https://bugzilla.novell.com/show_bug.cgi?id=733542
+self.rbtnNPDownloadableDriverSearch.hide()
 combobox = self.cmbNPDownloadableDriverFoundPrinters
 cell = gtk.CellRendererText()
 combobox.pack_start (cell, True)
@@ -4712,6 +4714,7 @@ class NewPrinterGUI(GtkGUI):
 self.btnNPBack.hide()
 self.btnNPForward.show()
 downloadable_selected = False
+## openSUSE: just a guard to know when the name of the widget 
to hide changes
 if self.rbtnNPDownloadableDriverSearch.get_active ():
 combobox = self.cmbNPDownloadableDriverFoundPrinters
 iter = combobox.get_active_iter ()
@@ -6677,6 +6680,8 @@ class NewPrinterGUI(GtkGUI):
 elif self.rbtnNPPPD.get_active():
 ppd = cups.PPD(self.filechooserPPD.get_filename())
 else:
+## Disabled on openSUSE, see discussion in 
https://bugzilla.novell.com/show_bug.cgi?id=733542
+return
 # PPD of the driver downloaded from OpenPrinting XXX
 treeview = self.tvNPDownloadableDrivers
 model, iter = treeview.get_selection ().get_selected ()
continue with q...



Remember to have 

commit akonadi-googledata for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package akonadi-googledata for 
openSUSE:Factory checked in at 2011-12-08 11:27:11

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


Package is akonadi-googledata, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-googledata/akonadi-googledata.changes
2011-09-23 01:51:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-googledata.new/akonadi-googledata.changes   
2011-12-08 11:27:16.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 11:04:14 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ akonadi-googledata.spec ++
--- /var/tmp/diff_new_pack.Zbpbvi/_old  2011-12-08 11:27:17.0 +0100
+++ /var/tmp/diff_new_pack.Zbpbvi/_new  2011-12-08 11:27:17.0 +0100
@@ -1,11 +1,23 @@
-# norootforbuild
+#
+# spec file for package akonadi-googledata
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 Name:   akonadi-googledata
 Version:1.2.0
-Release:1.0
-License:LGPL-2.1+
+Release:0
 Url:http://code.google.com/p/libgcal/
-Group:  System/GUI/KDE
 Source: 
http://libgcal.googlecode.com/files/akonadi-googledata-%{version}.tar.bz2
 Patch0: fix_events.diff
 BuildRequires:  boost-devel
@@ -17,6 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Summary:Google Contacts and Calendar Akonadi Resource
+License:LGPL-2.1+
+Group:  System/GUI/KDE
 %kde4_akonadi_requires
 %kde4_pimlibs_requires
 %kde4_runtime_requires
@@ -60,3 +74,5 @@
 %dir %{_datadir}/akonadi/agents
 %{_datadir}/akonadi/agents/gcalresource.desktop
 %{_datadir}/akonadi/agents/googledataresource.desktop
+
+%changelog

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



commit alsa-firmware for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2011-12-08 11:27:15

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


Package is alsa-firmware, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2011-09-23 01:51:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2011-12-08 11:27:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:22:19 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.YvgjA3/_old  2011-12-08 11:27:19.0 +0100
+++ /var/tmp/diff_new_pack.YvgjA3/_new  2011-12-08 11:27:19.0 +0100
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   alsa-firmware
 %define package_version1.0.24.1
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
+BuildRequires:  automake
 Version:1.0.24.1
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  Hardware/Other
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules

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



commit alsa-utils for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2011-12-08 11:27:20

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


Package is alsa-utils, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2011-11-07 
14:06:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2011-12-08 11:27:22.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:22:42 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.3pu7Lb/_old  2011-12-08 11:27:23.0 +0100
+++ /var/tmp/diff_new_pack.3pu7Lb/_new  2011-12-08 11:27:23.0 +0100
@@ -14,8 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
+#
 %if %suse_version  1130
 %define use_systemd1
 %define use_varlib 1
@@ -25,15 +24,19 @@
 %endif
 
 Name:   alsa-utils
-BuildRequires:  alsa-devel ncurses-devel pkgconfig xmlto
+BuildRequires:  alsa-devel
+BuildRequires:  automake
+BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
+BuildRequires:  xmlto
 %define package_version1.0.24.2
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Provides:   alsa-conf
 Requires:   dialog pciutils
 Summary:Advanced Linux Sound Architecture Utilities
 Version:1.0.24.2
-Release:8
+Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
 # Patch:  alsa-utils-git-fixes.diff
 Patch1: 0001-alsamixer-fix-display-of-active-inactive-controls.patch

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-08 11:27:24

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


Package is arpwatch-ethercodes, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-07 14:37:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-08 11:27:25.0 +0100
@@ -2 +2 @@
-Wed Dec  7 06:40:05 CET 2011 - autobu...@suse.de
+Thu Dec  8 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-07
+- automated update on 2011-12-08



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.qfnMqU/_old  2011-12-08 11:27:27.0 +0100
+++ /var/tmp/diff_new_pack.qfnMqU/_new  2011-12-08 11:27:27.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.7
+Version:2011.12.8
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.qfnMqU/_old  2011-12-08 11:27:27.0 +0100
+++ /var/tmp/diff_new_pack.qfnMqU/_new  2011-12-08 11:27:27.0 +0100
@@ -85118,6 +85118,12 @@
Jaragu� do Sul Santa Catarina 89256-900
BRAZIL
 
+38-3F-10   (hex)   DBL Technology Ltd.
+383F10 (base 16)   DBL Technology Ltd.
+   Unit 42, 18/F., Block D, Wah Lok Industrial 
Center
+   31 - 35 Shan Mei Street, Fotan, Shatin
+   HONG KONG
+
 38-46-08   (hex)   ZTE Corporation
 384608 (base 16)   ZTE Corporation
12/F,ZTE RD Buliding,Kejinan Road,
@@ -95129,6 +95135,12 @@
Shenzhen GuangDong  518057
CHINA
 
+BC-8B-55   (hex)   NPP ELIKS America Inc., DBA Tamp;M Atlantic
+BC8B55 (base 16)   NPP ELIKS America Inc., DBA Tamp;M Atlantic
+   175 SW 7th St Suite 1812
+   Miami FL 33130
+   UNITED STATES
+
 BC-99-BC   (hex)   FonSee Technology Inc.
 BC99BC (base 16)   FonSee Technology Inc.
14F-2, No.32, Gaotie 2nd Rd.,

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



commit bridge-utils for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory 
checked in at 2011-12-08 11:27:27

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


Package is bridge-utils, Maintainer is lidongy...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bridge-utils/bridge-utils.changes
2011-09-23 01:52:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.bridge-utils.new/bridge-utils.changes   
2011-12-08 11:27:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:30:35 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.J0hsm4/_old  2011-12-08 11:27:30.0 +0100
+++ /var/tmp/diff_new_pack.J0hsm4/_new  2011-12-08 11:27:30.0 +0100
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   bridge-utils
+BuildRequires:  automake
 BuildRequires:  libsysfs
 Version:1.5
-Release:3
+Release:0
 Group:  Productivity/Networking/Routing
-License:GPLv2+
+License:GPL-2.0+
 Url:http://www.linux-foundation.org/en/Net:Bridge
 Summary:Utilities for Configuring the Linux Ethernet Bridge
 Source: %{name}-%{version}.tar.gz

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



commit capisuite for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package capisuite for openSUSE:Factory 
checked in at 2011-12-08 11:27:32

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


Package is capisuite, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/capisuite/capisuite.changes  2011-09-23 
01:53:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.capisuite.new/capisuite.changes 2011-12-08 
11:27:33.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:31:36 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ capisuite.spec ++
--- /var/tmp/diff_new_pack.2VmjHk/_old  2011-12-08 11:27:34.0 +0100
+++ /var/tmp/diff_new_pack.2VmjHk/_new  2011-12-08 11:27:34.0 +0100
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   capisuite
 Version:0.4.5
-Release:252
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Summary:ISDN Telecommunication Suite Providing Fax and Voice Services
 Url:http://www.capisuite.de
 Group:  Hardware/ISDN
@@ -34,6 +32,7 @@
 Patch6: capisuite-%{version}-python-v2.6.diff
 # PATCH-FIX-UPSTREAM capisuite-0.4.5-linkorder.path idoen...@suse.de -- Fix 
library link order
 Patch7: capisuite-%{version}-linkorder.patch
+BuildRequires:  automake
 BuildRequires:  capi4linux
 BuildRequires:  capi4linux-devel
 BuildRequires:  gcc-c++

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



commit cvs for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package cvs for openSUSE:Factory checked in 
at 2011-12-08 11:27:40

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


Package is cvs, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cvs/cvs.changes  2011-09-23 01:54:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.cvs.new/cvs.changes 2011-12-08 
11:27:41.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:47:31 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ cvs.spec ++
--- /var/tmp/diff_new_pack.OZFAxf/_old  2011-12-08 11:27:42.0 +0100
+++ /var/tmp/diff_new_pack.OZFAxf/_new  2011-12-08 11:27:42.0 +0100
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   cvs
-BuildRequires:  gdbm-devel zlib-devel
-License:GPLv2+ ; LGPLv2.1+
+BuildRequires:  automake
+BuildRequires:  gdbm-devel
+BuildRequires:  zlib-devel
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Tools/Version Control
 Url:http://www.nongnu.org/cvs/
 Version:1.12.12
-Release:164
+Release:0
 Summary:Concurrent Versions System
 Requires:   /bin/mktemp, /usr/bin/csh
 Source: %name-%version.tar.bz2
@@ -65,9 +65,7 @@
 CVS, is also included.
 
 %package doc
-License:GPLv2+ ; LGPLv2.1+
 Summary:Info pages and Open Source Development with CVS, 2nd Edition 
Book
-Group:  Development/Tools/Version Control
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif

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



commit dosbox for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package dosbox for openSUSE:Factory checked 
in at 2011-12-08 11:27:49

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


Package is dosbox, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosbox/dosbox.changes2011-09-23 
01:55:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosbox.new/dosbox.changes   2011-12-08 
11:27:51.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:48:44 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ dosbox.spec ++
--- /var/tmp/diff_new_pack.MXTftj/_old  2011-12-08 11:27:54.0 +0100
+++ /var/tmp/diff_new_pack.MXTftj/_new  2011-12-08 11:27:54.0 +0100
@@ -15,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   dosbox
-BuildRequires:  Mesa-devel SDL-devel gcc-c++ libpng-devel update-desktop-files
+BuildRequires:  Mesa-devel
+BuildRequires:  SDL-devel
 BuildRequires:  SDL_sound-devel
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  update-desktop-files
 %if 0%suse_version  1020
 BuildRequires:  SDL_net-devel
 %else
 BuildRequires:  SDL_net
 %endif
 Url:http://dosbox.sourceforge.net/
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Emulators/PC
 Version:0.74
-Release:7
+Release:0
 Summary:DOS Emulator Well-Suited for Playing Games
 Source: 
http://switch.dl.sourceforge.net/sourceforge/dosbox/dosbox-%{version}.tar.gz
 Source1:dosbox.desktop


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



commit darts for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package darts for openSUSE:Factory checked 
in at 2011-12-08 11:27:44

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


Package is darts, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/darts/darts.changes  2011-09-23 
01:54:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.darts.new/darts.changes 2011-12-08 
11:27:49.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:04:33 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ darts.spec ++
--- /var/tmp/diff_new_pack.uvxCQd/_old  2011-12-08 11:27:51.0 +0100
+++ /var/tmp/diff_new_pack.uvxCQd/_new  2011-12-08 11:27:51.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package darts (Version 0.31)
+# spec file for package darts
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   darts
-BuildRequires:  gcc-c++ zlib-devel
-License:LGPL v2.1 or later
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  zlib-devel
+License:LGPL-2.1+
 Group:  System/Libraries
-AutoReqProv:on
 Version:0.31
-Release:54
+Release:0
 Url:http://cl.aist-nara.ac.jp/~taku-ku/software/darts/
 Source0:
http://chasen.org/~taku/software/darts/src/darts-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit ethtool for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2011-12-08 11:27:54

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


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2011-09-23 
01:56:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2011-12-08 
11:27:56.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 14:14:59 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  sfc.c and stmmac.c have GPL-2.0 licenses
+
+---
+Fri Dec  2 12:40:02 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.elRYsw/_old  2011-12-08 11:27:59.0 +0100
+++ /var/tmp/diff_new_pack.elRYsw/_new  2011-12-08 11:27:59.0 +0100
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ethtool
 Version:3.0
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
+BuildRequires:  automake
 # Tarballs: http://sourceforge.net/projects/gkernel/
 Url:http://git.kernel.org/?p=network/ethtool/ethtool.git
 Group:  Productivity/Networking/Diagnostic

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



commit getdata for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2011-12-08 11:27:59

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


Package is getdata, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/getdata/getdata.changes  2011-09-23 
01:59:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes 2011-12-08 
11:28:00.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 18:38:41 UTC 2011 - ctri...@opensuse.org
+
+- BuildRequire libtool
+- Correct the License to be LGPL-2.1+
+
+---



Other differences:
--
++ getdata.spec ++
--- /var/tmp/diff_new_pack.gCp4Jr/_old  2011-12-08 11:28:01.0 +0100
+++ /var/tmp/diff_new_pack.gCp4Jr/_new  2011-12-08 11:28:01.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package getdata
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Christian Trippe ctri...@gmx.net
+# Copyright (c) 2011 Christian Trippe ctri...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   getdata
 Version:0.7.3
 Release:2
-License:GPLv2+
+License:LGPL-2.1+
 Summary:Library for reading and writing dirfile data
 Url:http://getdata.sourceforge.net/
 Group:  Development/Libraries/C and C++
@@ -29,6 +29,7 @@
 BuildRequires:  bzip2
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
@@ -48,7 +49,7 @@
 reading data.
 
 %package devel
-License:GPLv2+
+License:LGPL-2.1+
 Summary:Headers required when building programs against GetData
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -62,7 +63,7 @@
 Includes C++ and FORTRAN (77  95) bindings.
 
 %package doc
-License:GPLv2+
+License:LGPL-2.1+
 Summary:Documentation for GetData
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -71,7 +72,7 @@
 Documentation and manuals for the GetData library.
 
 %package -n libgetdata4
-License:GPLv2+
+License:LGPL-2.1+
 Summary:Library for GetData
 Group:  Development/Libraries/Other
 
@@ -83,7 +84,7 @@
 %postun -n libgetdata4 -p /sbin/ldconfig
 
 %package -n libgetdata++2
-License:GPLv2+
+License:LGPL-2.1+
 Summary:Library for GetData
 Group:  Development/Libraries/Other
 
@@ -95,7 +96,7 @@
 %postun -n libgetdata++2 -p /sbin/ldconfig
 
 %package -n libf95getdata2
-License:GPLv2+
+License:LGPL-2.1+
 Summary:GetData bindings for fortran
 Group:  Development/Libraries/Other
 
@@ -107,7 +108,7 @@
 %postun -n libf95getdata2 -p /sbin/ldconfig
 
 %package -n libfgetdata2
-License:GPLv2+
+License:LGPL-2.1+
 Summary:GetData bindings for fortran
 Group:  Development/Libraries/Other
 
@@ -119,7 +120,7 @@
 %postun -n libfgetdata2 -p /sbin/ldconfig
 
 %package -n python-getdata
-License:GPLv2+
+License:LGPL-2.1+
 Summary:GetData bindings for the python language
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}

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



commit gtksourceview-sharp2 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview-sharp2 for 
openSUSE:Factory checked in at 2011-12-08 11:28:04

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


Package is gtksourceview-sharp2, Maintainer is mono-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gtksourceview-sharp2/gtksourceview-sharp2.changes
2011-09-23 02:02:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtksourceview-sharp2.new/gtksourceview-sharp2.changes
   2011-12-08 11:28:05.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:31:37 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ gtksourceview-sharp2.spec ++
--- /var/tmp/diff_new_pack.v3L98a/_old  2011-12-08 11:28:06.0 +0100
+++ /var/tmp/diff_new_pack.v3L98a/_new  2011-12-08 11:28:06.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtksourceview-sharp2 (Version 0.12)
+# spec file for package gtksourceview-sharp2
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gtksourceview-sharp2
-BuildRequires:  gnome-sharp2 gtk-sharp2-gapi gtksourceview-devel mono-devel 
monodoc-core
+BuildRequires:  automake
+BuildRequires:  gnome-sharp2
+BuildRequires:  gtk-sharp2-gapi
+BuildRequires:  gtksourceview-devel
+BuildRequires:  mono-devel
+BuildRequires:  monodoc-core
 Requires:   gnome-sharp2
 Version:0.12
-Release:97
-License:LGPL-2.1
+Release:0
 BuildArch:  noarch
 Url:http://www.go-mono.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: gtksourceview-sharp-2.0-%{version}.tar.bz2
 Patch0: %{name}-gnome-print.patch
 Summary:GtkSourceView bindings for Mono
+License:LGPL-2.1
 Group:  Development/Libraries/Other
 # Not needed with auto deps
 #Requires:   gtksourceview = 1.0 glib-sharp2 gnome-sharp2
 Provides:   gtksourceview-sharp-2_0
 Obsoletes:  gtksourceview-sharp-2_0
-AutoReqProv:on
 # suse's gnome went from /opt/gnome to /usr, act accordingly
 %define gtksourceview_prefix %(pkg-config --variable=prefix gtksourceview-1.0)
 %if 0%{?suse_version}
@@ -44,7 +46,8 @@
 Requires:   gnome-print-sharp
 %endif
 %if %suse_version = 1030
-BuildRequires:  -gtksourceview-devel gtksourceview18-devel
+BuildRequires:  -gtksourceview-devel
+BuildRequires:  gtksourceview18-devel
 %endif
 %endif
 # Fedora options (Bug in fedora images where 'abuild' user is the same id as 
'nobody')

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



commit haserl for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package haserl for openSUSE:Factory checked 
in at 2011-12-08 11:28:07

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


Package is haserl, Maintainer is garl...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/haserl/haserl.changes2011-09-23 
02:02:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.haserl.new/haserl.changes   2011-12-08 
11:28:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:34:08 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ haserl.spec ++
--- /var/tmp/diff_new_pack.Okmtf6/_old  2011-12-08 11:28:12.0 +0100
+++ /var/tmp/diff_new_pack.Okmtf6/_new  2011-12-08 11:28:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package haserl (Version 0.9.24)
+# spec file for package haserl
 #
-# 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,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   haserl
-BuildRequires:  lua-devel pkg-config
+BuildRequires:  automake
+BuildRequires:  lua-devel
+BuildRequires:  pkg-config
 #Version:0.8.0
 Version:0.9.24
-Release:10
+Release:0
 Url:http://haserl.sourceforge.net/
 Source: 
http://surfnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Source2:http://geology.cr.usgs.gov/energy/Logfilter0.4/minunit.h

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



commit haveged for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2011-12-08 11:28:11

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


Package is haveged, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2011-11-29 
12:52:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2011-12-08 
11:28:13.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:26:32 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
@@ -10,0 +16,5 @@
+
+---
+Tue Nov  1 17:46:35 CET 2011 - r...@suse.de
+
+- fix build on ia64, s390, s390x 

New:

  haveged-otherarch.patch



Other differences:
--
++ haveged.spec ++
--- /var/tmp/diff_new_pack.djX9Db/_old  2011-12-08 11:28:16.0 +0100
+++ /var/tmp/diff_new_pack.djX9Db/_new  2011-12-08 11:28:16.0 +0100
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   haveged
 Version:1.3
-Release:2
-License:GPLv3
+Release:0
+License:GPL-3.0
 Summary:Feed entropy into random pool
 Url:http://www.issihosts.com/haveged/
 Group:  System/Daemons
@@ -28,8 +26,10 @@
 Source1:%{name}.init
 Source2:%{name}.service
 Patch1: %{name}-ppc64.patch
+Patch2: %{name}-otherarch.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:%{arm}
+BuildRequires:  automake
 Requires(pre): %insserv_prereq 
 %if 0%{suse_version} = 1140
 Requires(pre):  sysvinit(syslog)
@@ -52,6 +52,7 @@
 %prep
 %setup -q
 %patch1
+%patch2
 
 %build
 autoreconf -fiv

++ haveged-otherarch.patch ++
--- configure.ac
+++ configure.ac
@@ -81,6 +81,14 @@
 HA_CPPFLAGS=-DHAVE_ISA_IA64
  ;;
 
+ s390-*)
+HA_CPPFLAGS=-DHAVE_ISA_S390
+ ;;
+
+ s390x-*)
+HA_CPPFLAGS=-DHAVE_ISA_S390X
+ ;;
+
  powerpc*|pcc-*|powerpc64|ppc64)
 HA_CPPFLAGS=-DHAVE_ISA_PPC
  ;;
--- src/havegecollect.h
+++ src/havegecollect.h
@@ -124,12 +124,25 @@
 
 #ifdef HAVE_ISA_IA64
 #define ARCH ia64
-#define CPUID(op,reg) ASM(mov %0=cpuid[%1]\
+/* commented out, does not compile, ro 2011-11-01
+hash define CPUID(op,reg) ASM(mov %0=cpuid[%1]\
: =r (value)\
: r (reg))
+hash define HASCPUID(x) x=1
+ */
 #define HARDCLOCK(x) ASM(mov %0=ar.itc : =r(x))
-#define HASCPUID(x) x=1
 #endif
+
+#ifdef HAVE_ISA_S390
+#define ARCH s390
+#define HARDCLOCK(x) { unsigned long long cycles ; __asm__(stck 0(%0) : : 
a ((cycles)) : memory, cc); x = cycles; }
+#endif
+
+#ifdef HAVE_ISA_S390X
+#define ARCH s390x
+#define HARDCLOCK(x) { unsigned long long cycles ; __asm__(stck 0(%0) : : 
a ((cycles)) : memory, cc); x = cycles; }
+#endif
+
 #endif
 /**
  *  Use the  extension to calculate the LOOP_PT
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hping for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package hping for openSUSE:Factory checked 
in at 2011-12-08 11:28:17

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


Package is hping, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/hping/hping.changes  2011-10-04 
18:11:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.hping.new/hping.changes 2011-12-08 
11:28:19.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 07:29:45 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ hping.spec ++
--- /var/tmp/diff_new_pack.zobUGm/_old  2011-12-08 11:28:21.0 +0100
+++ /var/tmp/diff_new_pack.zobUGm/_new  2011-12-08 11:28:21.0 +0100
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   hping
 #BuildRequires:
-License:GPLv2
+License:GPL-2.0
 Group:  Productivity/Networking/Diagnostic
-BuildRequires:  libpcap-devel tcl-devel
-AutoReqProv:on
+BuildRequires:  automake
+BuildRequires:  libpcap-devel
+BuildRequires:  tcl-devel
 Version:3
-Release:1
+Release:0
 Summary:Command-line oriented TCP/IP packet assembler/analyzer
 Url:http://www.hping.org/
 Source: %{name}%{version}-20051105.tar.bz2

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



commit ibus-hangul for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package ibus-hangul for openSUSE:Factory 
checked in at 2011-12-08 11:28:22

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


Package is ibus-hangul, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-hangul/ibus-hangul.changes  2011-10-13 
19:43:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-hangul.new/ibus-hangul.changes 
2011-12-08 11:28:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:51:01 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ ibus-hangul.spec ++
--- /var/tmp/diff_new_pack.6DBmij/_old  2011-12-08 11:28:25.0 +0100
+++ /var/tmp/diff_new_pack.6DBmij/_new  2011-12-08 11:28:25.0 +0100
@@ -15,15 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   ibus-hangul
-BuildRequires:  fdupes ibus-devel intltool libhangul-devel pkgconfig python
+BuildRequires:  automake
+BuildRequires:  fdupes
+BuildRequires:  ibus-devel
+BuildRequires:  intltool
+BuildRequires:  libhangul-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python
 Version:1.3.1
-Release:1
+Release:0
 Summary:The Hangul engine for IBus input platform
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/I18n/Korean
 Provides:   locale(ibus:ko)
 Url:http://code.google.com/p/ibus/

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



commit kcolorchooser for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2011-12-08 11:28:29

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


Package is kcolorchooser, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2011-11-14 14:02:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2011-12-08 11:28:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 01:57:13 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kcolorchooser-4.7.3.tar.bz2

New:

  kcolorchooser-4.7.4.tar.bz2



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.o51pYE/_old  2011-12-08 11:28:32.0 +0100
+++ /var/tmp/diff_new_pack.o51pYE/_new  2011-12-08 11:28:32.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   kcolorchooser
-Version:4.7.3
+Version:4.7.4
 Release:1
 License:MIT
 Summary:Color Chooser

++ kcolorchooser-4.7.3.tar.bz2 - kcolorchooser-4.7.4.tar.bz2 ++

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



commit kde3-i18n for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kde3-i18n for openSUSE:Factory 
checked in at 2011-12-08 11:28:36

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


Package is kde3-i18n, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde3-i18n/kde3-i18n.changes  2011-09-23 
02:05:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde3-i18n.new/kde3-i18n.changes 2011-12-08 
11:28:42.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 28 13:42:17 UTC 2011 - co...@suse.com
+
+- remove all stuff for generating spec file. This was only useful
+  as KDE released new versions - and that problem is solved for KDE3
+
+---
+Mon Nov 28 13:25:17 UTC 2011 - co...@suse.com
+
+- move man pages so they do not conflict with kde4-l10n
+
+---

Old:

  attributes
  kde3-i18n.spec.in
  pre_checkin.sh
  update-docs.sh
  update-translations.sh
  update_spec.pl



Other differences:
--
++ kde3-i18n.spec ++
 2419 lines (skipped)
 between /work/SRC/openSUSE:Factory/kde3-i18n/kde3-i18n.spec
 and /work/SRC/openSUSE:Factory/.kde3-i18n.new/kde3-i18n.spec

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



commit kdeartwork4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2011-12-08 11:28:42

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


Package is kdeartwork4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2011-11-14 
14:05:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2011-12-08 11:29:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 01:57:22 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdeartwork-4.7.3.tar.bz2

New:

  kdeartwork-4.7.4.tar.bz2



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.JHJDMA/_old  2011-12-08 11:29:19.0 +0100
+++ /var/tmp/diff_new_pack.JHJDMA/_new  2011-12-08 11:29:19.0 +0100
@@ -28,7 +28,7 @@
 Group:  System/GUI/KDE
 Summary:Base package for kdeartwork
 Url:http://www.kde.org
-Version:4.7.3
+Version:4.7.4
 Release:1
 Source0:kdeartwork-%version.tar.bz2
 Source1:baselibs.conf

++ kdeartwork-4.7.3.tar.bz2 - kdeartwork-4.7.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork-4.7.3.tar.bz2 
/work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork-4.7.4.tar.bz2 differ: 
char 11, line 1

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



commit kdebase4-wallpapers for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:Factory checked in at 2011-12-08 11:28:48

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


Package is kdebase4-wallpapers, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-wallpapers/kdebase4-wallpapers.changes  
2011-11-16 17:18:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kdebase4-wallpapers.changes 
2011-12-08 11:29:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 01:59:25 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kde-wallpapers-4.7.3.tar.bz2

New:

  kde-wallpapers-4.7.4.tar.bz2



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.c2E6OU/_old  2011-12-08 11:29:33.0 +0100
+++ /var/tmp/diff_new_pack.c2E6OU/_new  2011-12-08 11:29:33.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   kdebase4-wallpapers
-Version:4.7.3
+Version:4.7.4
 Release:1
 License:LGPL-3.0+
 Summary:KDE 4 Wallpapers

++ kde-wallpapers-4.7.3.tar.bz2 - kde-wallpapers-4.7.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdebase4-wallpapers/kde-wallpapers-4.7.3.tar.bz2 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kde-wallpapers-4.7.4.tar.bz2
 differ: char 11, line 1

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



commit kexec-tools for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2011-12-08 11:28:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2011-09-23 
02:06:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2011-12-08 11:29:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:42:47 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.lK93a0/_old  2011-12-08 11:29:35.0 +0100
+++ /var/tmp/diff_new_pack.lK93a0/_new  2011-12-08 11:29:35.0 +0100
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   kexec-tools
 %ifarch ppc
-BuildRequires:  gcc-64bit glibc-devel-64bit
+BuildRequires:  gcc-64bit
+BuildRequires:  glibc-devel-64bit
 %endif
 License:GPL-2.0+
 Group:  System/Kernel
 Requires:   perl-Bootloader
 PreReq: %insserv_prereq %fillup_prereq
-AutoReqProv:on
 Summary:Tools for fast kernel loading
 Version:2.0.2
-Release:7
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:kexec-bootloader
 Source2:kexec-bootloader.8.txt
@@ -42,9 +39,11 @@
 Url:
ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #!BuildIgnore:  fop
+BuildRequires:  automake
 BuildRequires:  zlib-devel
 %if 0%{?suse_version} = 1110
-BuildRequires:  asciidoc libxslt
+BuildRequires:  asciidoc
+BuildRequires:  libxslt
 %endif
 %ifarch %ix86 x86_64
 BuildRequires:  xen-devel

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



commit konsole for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2011-12-08 11:29:02

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


Package is konsole, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2011-11-14 
14:25:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2011-12-08 
11:29:35.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:35 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:00:33 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  konsole-4.7.3.tar.bz2

New:

  konsole-4.7.4.tar.bz2



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.LilZbm/_old  2011-12-08 11:29:37.0 +0100
+++ /var/tmp/diff_new_pack.LilZbm/_new  2011-12-08 11:29:37.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   konsole
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:KDE Terminal
-Url:http://www.kde.org/
+License:GPL-2.0+
 Group:  System/X11/Terminals
+Url:http://www.kde.org/
 Source0:konsole-%{version}.tar.bz2
 Source4:konsolesu.desktop
 Source21:   utilities-terminal-su-16.png

++ konsole-4.7.3.tar.bz2 - konsole-4.7.4.tar.bz2 ++
Files old/konsole-4.7.3/doc/manual/index.cache.bz2 and 
new/konsole-4.7.4/doc/manual/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.7.3/src/SessionController.cpp 
new/konsole-4.7.4/src/SessionController.cpp
--- old/konsole-4.7.3/src/SessionController.cpp 2011-10-02 14:49:41.0 
+0200
+++ new/konsole-4.7.4/src/SessionController.cpp 2011-12-02 00:26:05.0 
+0100
@@ -881,7 +881,7 @@
 Qt::CaseSensitivity caseHandling = 
options.at(IncrementalSearchBar::MatchCase) ? Qt::CaseSensitive : 
Qt::CaseInsensitive;
 QRegExp::PatternSyntax syntax = options.at(IncrementalSearchBar::RegExp) ? 
QRegExp::RegExp : QRegExp::FixedString;
 
-QRegExp regExp( text.trimmed() ,  caseHandling , syntax );
+QRegExp regExp( text ,  caseHandling , syntax );
 _searchFilter-setRegExp(regExp);
 
 if ( !regExp.isEmpty() )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.7.3/src/main.cpp 
new/konsole-4.7.4/src/main.cpp
--- old/konsole-4.7.3/src/main.cpp  2011-10-28 09:44:03.0 +0200
+++ new/konsole-4.7.4/src/main.cpp  2011-12-02 00:26:05.0 +0100
@@ -30,7 +30,7 @@
 #include KCmdLineArgs
 #include KLocale
 
-#define KONSOLE_VERSION 2.7.3
+#define KONSOLE_VERSION 2.7.4
 
 using namespace Konsole;
 







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



commit kturtle for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2011-12-08 11:29:11

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


Package is kturtle, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2011-11-14 
14:31:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2011-12-08 
11:29:37.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:56 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:01:06 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kturtle-4.7.3.tar.bz2

New:

  kturtle-4.7.4.tar.bz2



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.5y3B6k/_old  2011-12-08 11:29:38.0 +0100
+++ /var/tmp/diff_new_pack.5y3B6k/_new  2011-12-08 11:29:38.0 +0100
@@ -15,17 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kturtle
-BuildRequires:  boost-devel freeglut-devel kdebase4-workspace-devel
-BuildRequires:  gsl-devel libeigen2-devel libspectre-devel python-qt4-devel
-BuildRequires:  libgmm++-devel readline-devel
-BuildRequires:  libcfitsio-devel libindi-devel libqalculate-devel
-BuildRequires:  libopenbabel-devel
+BuildRequires:  boost-devel
+BuildRequires:  freeglut-devel
+BuildRequires:  gsl-devel
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libcfitsio-devel
+BuildRequires:  libeigen2-devel
+BuildRequires:  libgmm++-devel
+BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
+BuildRequires:  libopenbabel-devel
+BuildRequires:  libqalculate-devel
+BuildRequires:  libspectre-devel
+BuildRequires:  python-qt4-devel
+BuildRequires:  readline-devel
 %if 0%{?sles_version} == 0
-BuildRequires:  glew-devel python python-devel
+BuildRequires:  glew-devel
+BuildRequires:  python
+BuildRequires:  python-devel
 %if 0%{?suse_version}  1120
 BuildRequires:  avogadro-devel
 %endif
@@ -34,15 +42,16 @@
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml ocaml-facile
+BuildRequires:  ocaml
+BuildRequires:  ocaml-facile
 %endif
 BuildRequires:  fdupes
-License:GPLv2+
-Group:  Amusements/Teaching/Mathematics
 Summary:Logo Programming Environment
+License:GPL-2.0+
+Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.7.3
-Release:1
+Version:4.7.4
+Release:0
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kturtle-4.7.3.tar.bz2 - kturtle-4.7.4.tar.bz2 ++
Files old/kturtle-4.7.3/doc/index.cache.bz2 and 
new/kturtle-4.7.4/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.7.3/doc/programming-reference.docbook 
new/kturtle-4.7.4/doc/programming-reference.docbook
--- old/kturtle-4.7.3/doc/programming-reference.docbook 2011-10-02 
15:25:40.0 +0200
+++ new/kturtle-4.7.4/doc/programming-reference.docbook 2011-12-02 
00:26:02.0 +0100
@@ -292,7 +292,7 @@
 varlistentry 
   termgoyindextermprimarygoy/primary/indexterm/term
   listitemparascreengoy Y/screen
-  userinputgox/userinput using this command the turtle will move to Y 
glossterm linkend=pixelspixels/glossterm from the top of the canvas 
whilst staying at the same distance from the left border of the 
canvas./para/listitem
+  userinputgoy/userinput using this command the turtle will move to Y 
glossterm linkend=pixelspixels/glossterm from the top of the canvas 
whilst staying at the same distance from the left border of the 
canvas./para/listitem
 /varlistentry
   /variablelist
   noteparaUsing the commands userinputgo/userinput, 
userinputgox/userinput, userinputgoy/userinput and 
userinputcenter/userinput the turtle will not draw a line, no matter if the 
pen is up or down./para
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.7.3/doc/using-kturtle.docbook 
new/kturtle-4.7.4/doc/using-kturtle.docbook
--- old/kturtle-4.7.3/doc/using-kturtle.docbook 2011-10-02 15:25:40.0 
+0200
+++ new/kturtle-4.7.4/doc/using-kturtle.docbook 2011-12-02 00:26:02.0 
+0100
@@ -484,7 +484,7 @@
 shortcut
   keycombokeysymF11/keysym/keycombo
 

commit leechcraft for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2011-12-08 11:29:18

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


Package is leechcraft, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes2011-12-05 
12:44:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes   
2011-12-08 11:29:39.0 +0100
@@ -1 +1,9 @@
-Mon Dec 05 11:00:15 UTC 2011 - nlmin...@gmail.com
+Tue Dec 06 01:50:00 UTC 2011 - nekola...@yandex.ru
+
+- Enabled Plugins: Lackman, Gmail, Knowhow, Syncer
+- Added Renkoo AdiumStyle to azoth-adiumstyles
+- Set QAppStyle to Default from Plastique
+- Fix Aspell support
+- Fix AnHero plugin
+- Remove dbusmanager.patch, not needed
+
@@ -2,0 +11 @@
+Mon Dec 05 11:00:15 UTC 2011 - nlmin...@gmail.com

Old:

  dbusmanager.patch

New:

  defaultstyle.patch
  renkoo_adiumstyle.tar.xz



Other differences:
--
++ leechcraft.spec ++
--- /var/tmp/diff_new_pack.JgJYKa/_old  2011-12-08 11:29:40.0 +0100
+++ /var/tmp/diff_new_pack.JgJYKa/_new  2011-12-08 11:29:40.0 +0100
@@ -19,7 +19,6 @@
 %define translations_dir %{_datadir}/%{name}/translations
 %define settings_dir %{_datadir}/%{name}/settings
 %define azoth_dir %{_datadir}/%{name}/azoth
-
 Name:   leechcraft
 Version:0.4.95
 Release:1
@@ -29,38 +28,38 @@
 Group:  Productivity/Networking/Other
 Source0:
http://netcologne.dl.sourceforge.net/project/%{name}/LeechCraft/%{version}/%{name}-%{version}.tar.xz
 Source1:%{name}.desktop
-
-# PATCH-FIX-UPSTREAM eiskaltdcpp-fix-php5-issue.patch -- Fix install issue 
caused by installer can't resolve /usr/bin/php5 dependence
-Patch0:eiskaltdcpp-fix-php5-issue.patch
-# Fixing a bug with dbusmanager in SLED 11 SP1
-Patch1: dbusmanager.patch
+#another AdiumStyle for Azoth, modified for compatiblity with AzothAdium
+#http://www.adiumxtras.com/index.php?a=xtrasxtra_id=2160
+Source2:renkoo_adiumstyle.tar.xz
 # Fixing a bug with finding dynamic libqxmpp1 libs
-Patch2: find_qxmpp.patch
+Patch1: find_qxmpp.patch
+# Fixing path to php-cli
+Patch2: eiskaltdcpp-fix-php5-issue.patch
+# Set AppQStyle to default from plastique
+Patch3: defaultstyle.patch
 
-BuildRequires:  aspell-devel
-BuildRequires:  boost-devel
-BuildRequires:  cmake
 BuildRequires: xz
-BuildRequires:  fdupes
+BuildRequires:  aspell-devel aspell
+BuildRequires:  boost-devel
+BuildRequires:  cmake  2.8
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libGeoIP-devel
-BuildRequires:  libQtWebKit-devel
-BuildRequires:  libbz2-devel
 BuildRequires:  libcurl-devel
-BuildRequires:  libqjson-devel
-BuildRequires:  libqt4-devel
-BuildRequires:  libqt4-sql
+BuildRequires:  libqt4-devel = 4.6
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  phonon-devel
-%if ! 0%{?sles_version}
-BuildRequires:  libqscintilla-devel
-%endif
-BuildRequires:  libtorrent-rasterbar-devel = 0.15.6
 BuildRequires:  libqxmpp-devel = 0.3.45.1
-BuildRequires:  update-desktop-files
 BuildRequires:  speex-devel
+BuildRequires:  fdupes
+BuildRequires:  libGeoIP-devel
+BuildRequires:  libtorrent-rasterbar-devel = 0.15.6
+BuildRequires:  libqjson-devel
+BuildRequires:  libqt4-sql
+BuildRequires:  libqscintilla-devel
 BuildRequires:  libqca2-devel
-BuildRequires:  aspell-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libbz2-devel
+BuildRequires:  libQtWebKit-devel
 
 Requires:   %{name}-iconset
 
@@ -135,7 +134,6 @@
 It can make screenshots of LeechCraft and then either save them locally
 or upload them to an imagebin.
 
-%if ! 0%{?sles_version}
 
 %package popishu
 Summary:Leechcraft Popishu Module
@@ -144,7 +142,6 @@
 
 %description popishu
 Popishu is a text editor for Leechcraft.
-%endif
 
 %package cstp
 Summary:LeechCraft HTTP Module
@@ -648,7 +645,7 @@
 This package contains icons taken from the Oxygen project for LeechCraft.
 
 %package iconset-tango
-Summary:Leechcraft
+Summary:Leechcraft Tango Iconset
 Group:  Productivity/Networking/Other
 Requires:   %{name} = %{version}
 Requires:   tango-icon-theme
@@ -682,7 +679,7 @@
 LeechCraft.
 
 %package advancednotifications
-Summary:LeechCraft DC++ Module
+Summary:Notifications framework Module for LeechCraft
 Group:  Productivity/Networking/Other
 Requires:   %{name} = %{version}
 
@@ -706,16 +703,57 @@
 %description tabslist
 TabsList for showing the list of currently opened tabs and quickly selecting 
one of them.
 
+%package gmailnotifier

commit libHX for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package libHX for openSUSE:Factory checked 
in at 2011-12-08 11:29:23

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libHX/libHX.changes  2011-12-07 
14:37:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libHX.new/libHX.changes 2011-12-08 
11:29:41.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec  7 13:03:09 UTC 2011 - cfarr...@suse.com
+
+- license update: LGPL-2.1 or LGPL-3.0
+  libHX has a dual choice of LGPL-2.1 or LGPL-3.0. Use SPDX format
+
+---



Other differences:
--
++ libHX.spec ++
--- /var/tmp/diff_new_pack.vELYTh/_old  2011-12-08 11:29:42.0 +0100
+++ /var/tmp/diff_new_pack.vELYTh/_new  2011-12-08 11:29:42.0 +0100
@@ -22,7 +22,7 @@
 Summary:Useful collection of routines for C and C++ programming
 Version:3.12
 Release:0
-License:LGPL-2.0+
+License:LGPL-2.1 or LGPL-3.0
 Group:  Development/Libraries/C and C++
 Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
 Source3:http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc



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



commit libjackasyn for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package libjackasyn for openSUSE:Factory 
checked in at 2011-12-08 11:29:27

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libjackasyn/libjackasyn.changes  2011-09-23 
02:08:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjackasyn.new/libjackasyn.changes 
2011-12-08 11:29:42.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:59:21 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libjackasyn.spec ++
--- /var/tmp/diff_new_pack.avqJzG/_old  2011-12-08 11:29:43.0 +0100
+++ /var/tmp/diff_new_pack.avqJzG/_new  2011-12-08 11:29:43.0 +0100
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libjackasyn
-BuildRequires:  libjack-devel libsamplerate-devel
+BuildRequires:  automake
+BuildRequires:  libjack-devel
+BuildRequires:  libsamplerate-devel
 Summary:A Wrapper Library for JACK
 Version:0.12
-Release:182
-License:GPL v2 or later
+Release:0
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://gige.xdv.org/soft/libjackasyn
 Source: %{name}-%{version}.tar.bz2

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



commit linkloop for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package linkloop for openSUSE:Factory 
checked in at 2011-12-08 11:29:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/linkloop/linkloop.changes2011-09-23 
02:11:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.linkloop.new/linkloop.changes   2011-12-08 
11:29:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 13:19:06 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ linkloop.spec ++
--- /var/tmp/diff_new_pack.zSMoWz/_old  2011-12-08 11:29:45.0 +0100
+++ /var/tmp/diff_new_pack.zSMoWz/_new  2011-12-08 11:29:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package linkloop (Version 1.0.0)
+# spec file for package linkloop
 #
-# Copyright (c) 2008 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,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   linkloop
 Summary:Test network connectivity at link layer (layer-2)
 Version:1.0.0
-Release:2
-License:GPL v2 or later
+Release:0
+License:GPL-2.0+
+BuildRequires:  automake
 Group:  Productivity/Networking/Other
 Source: linkloop-%{version}-hp.tar.bz2
 Patch:  linkloop-clear-size-fix.diff

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



commit lv for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package lv for openSUSE:Factory checked in 
at 2011-12-08 11:29:42

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


Package is lv, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lv/lv.changes2011-11-23 19:36:43.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lv.new/lv.changes   2011-12-08 
11:29:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:51:25 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ lv.spec ++
--- /var/tmp/diff_new_pack.lLIAIy/_old  2011-12-08 11:29:48.0 +0100
+++ /var/tmp/diff_new_pack.lLIAIy/_new  2011-12-08 11:29:48.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   lv
+BuildRequires:  automake
 BuildRequires:  ncurses-devel
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-AutoReqProv:on
 Provides:   locale(ja;ko;zh)
 Version:4.51
-Release:125
+Release:0
 Url:http://www.ff.iij4u.or.jp/~nrt/lv/
 Source: lv451.tar.bz2
 Patch0: lv-add-lgrep-man-page.patch 

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



commit mono-qt4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory 
checked in at 2011-12-08 11:29:52

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


Package is mono-qt4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mono-qt4/mono-qt4.changes2011-11-16 
17:19:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-qt4.new/mono-qt4.changes   2011-12-08 
11:29:55.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec  2 13:07:54 UTC 2011 - idoen...@suse.de
+
+- Fix duplicate files between mono-qt4 and mono-qt4-devel 
+
+---
+Fri Dec  2 02:03:03 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  qyoto-4.7.3.tar.bz2

New:

  qyoto-4.7.4.tar.bz2



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.Yf7b00/_old  2011-12-08 11:29:57.0 +0100
+++ /var/tmp/diff_new_pack.Yf7b00/_new  2011-12-08 11:29:57.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   mono-qt4
-Version:4.7.3
+Version:4.7.4
 Release:1
 License:GPL-2.0+
 Summary:Mono Qt4 kdebindings library
@@ -96,6 +96,7 @@
 %{_prefix}/lib/mono/gac/phonon/
 %{_prefix}/lib/mono/gac/qscintilla/
 %{_datadir}/qyoto/
+%exclude %{_datadir}/qyoto/cmake
 
 %files devel
 %defattr(-,root,root)

++ qyoto-4.7.3.tar.bz2 - qyoto-4.7.4.tar.bz2 ++

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



commit moodbar for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package moodbar for openSUSE:Factory checked 
in at 2011-12-08 11:30:01

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


Package is moodbar, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/moodbar/moodbar.changes  2011-09-23 
02:13:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.moodbar.new/moodbar.changes 2011-12-08 
11:30:03.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 11:24:29 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ moodbar.spec ++
--- /var/tmp/diff_new_pack.uZr72L/_old  2011-12-08 11:30:05.0 +0100
+++ /var/tmp/diff_new_pack.uZr72L/_new  2011-12-08 11:30:05.0 +0100
@@ -16,27 +16,25 @@
 #
 
 
-
 Name:   moodbar
-Group:  System/Libraries
 Version:0.1.2
-Release:7
-License:GNU Public License
+Release:0
 Summary:Analysis program for creating a colorful visual representation 
of an audio file
+License:GPL-2.0+
+Group:  System/Libraries
 Url:http://amarok.kde.org/wiki/Moodbar
 Source: %{name}-%{version}.tar.gz
 Patch:  gthread_init.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   gstreamer010-plugins-good
-BuildRequires:  gstreamer010-devel
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fftw3-devel
+BuildRequires:  gstreamer010-devel
 
 %package devel
-License:GNU Public License
 Summary:Devel files for moodbar
-Requires:   %{name} = %{version}
 Group:  Development/Languages/C and C++
+Requires:   %{name} = %{version}
 
 %description
 The Moodbar is an algorithm for creating a colorful visual

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



commit opera for openSUSE:Factory:NonFree

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2011-12-08 11:30:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2011-10-21 
16:26:30.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2011-12-08 
11:30:16.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec  7 13:16:40 UTC 2011 - prus...@opensuse.org
+
+- updated to 11.60
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1160/
+
+---

Old:

  opera-11.52-1100.i386.linux.tar.bz2
  opera-11.52-1100.x86_64.linux.tar.bz2

New:

  opera-11.60-1185.i386.linux.tar.xz
  opera-11.60-1185.x86_64.linux.tar.xz



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.r2bbwF/_old  2011-12-08 11:30:19.0 +0100
+++ /var/tmp/diff_new_pack.r2bbwF/_new  2011-12-08 11:30:19.0 +0100
@@ -18,21 +18,22 @@
 
 %define tag32b   i386.linux
 %define tag64b   x86_64.linux
-%define buildnum 1100
+%define buildnum 1185
 
 Name:   opera
-Version:11.52
+Version:11.60
 Release:0
 License:NON-OSI-COMPLIANT(royalties)
 Summary:Opera Web Browser (%{version} build %{buildnum})
 Url:http://www.opera.com/
 Group:  Productivity/Networking/Web/Browsers
-Source0:%{name}-%{version}-%{buildnum}.%{tag32b}.tar.bz2
-Source1:%{name}-%{version}-%{buildnum}.%{tag64b}.tar.bz2
+Source0:%{name}-%{version}-%{buildnum}.%{tag32b}.tar.xz
+Source1:%{name}-%{version}-%{buildnum}.%{tag64b}.tar.xz
 NoSource:   0
 NoSource:   1
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
+BuildRequires:  xz
 Recommends: %{name}-gtk = %{version}
 Recommends: %{name}-kde4 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -144,12 +145,14 @@
 %{_datadir}/icons/hicolor/*/mimetypes/*.png
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
-%exclude %{_prefix}/lib/opera/liboperagtk.so
+%exclude %{_prefix}/lib/opera/liboperagtk2.so
+%exclude %{_prefix}/lib/opera/liboperagtk3.so
 %exclude %{_prefix}/lib/opera/liboperakde4.so
 
 %files gtk
 %defattr(-,root,root)
-%{_prefix}/lib/opera/liboperagtk.so
+%{_prefix}/lib/opera/liboperagtk2.so
+%{_prefix}/lib/opera/liboperagtk3.so
 
 %files kde4
 %defattr(-,root,root)

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



commit pam_fprint for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package pam_fprint for openSUSE:Factory 
checked in at 2011-12-08 11:30:17

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


Package is pam_fprint, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pam_fprint/pam_fprint.changes2011-09-23 
12:21:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam_fprint.new/pam_fprint.changes   
2011-12-08 11:30:19.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:24:16 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pam_fprint.spec ++
--- /var/tmp/diff_new_pack.I21UvC/_old  2011-12-08 11:30:21.0 +0100
+++ /var/tmp/diff_new_pack.I21UvC/_new  2011-12-08 11:30:21.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pam_fprint (Version 0.2)
+# spec file for package pam_fprint
 #
-# 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
@@ -14,13 +14,15 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Url:http://reactivated.net/fprint
 
 Name:   pam_fprint
 Summary:PAM module to be used with libfprint
-BuildRequires:  coreutils libfprint-devel pam-devel pkgconfig
+BuildRequires:  automake
+BuildRequires:  coreutils
+BuildRequires:  libfprint-devel
+BuildRequires:  pam-devel
+BuildRequires:  pkgconfig
 PreReq: coreutils pam pam-config
 # on biarch platforms we need to have it before the call of pam-config
 Recommends: yast2-fingerprint-reader
@@ -29,8 +31,8 @@
 Obsoletes:  pam_fp = 0.1
 Provides:   pam_fp = 0.1
 Version:0.2
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  Productivity/Security
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

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



commit pam-modules for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory 
checked in at 2011-12-08 11:30:24

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


Package is pam-modules, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pam-modules/pam-modules.changes  2011-09-23 
12:21:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-modules.new/pam-modules.changes 
2011-12-08 11:30:26.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec  7 13:37:37 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Fri Dec  2 16:26:03 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Wed Oct  5 14:34:27 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc, %configure macros
+
+---



Other differences:
--
++ pam-modules.spec ++
--- /var/tmp/diff_new_pack.kkBMPF/_old  2011-12-08 11:30:27.0 +0100
+++ /var/tmp/diff_new_pack.kkBMPF/_new  2011-12-08 11:30:27.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %if %{suse_version} = 1100
 %define enable_selinux 1
 %else
@@ -25,11 +23,10 @@
 
 Name:   pam-modules
 Summary:Additional PAM Modules
-Version:12.1
-Release:1
 License:BSD-3-Clause ; GPL-2.0+
 Group:  System/Libraries
-AutoReqProv:on
+Version:12.1
+Release:0
 #
 Source0:pam_unix2-2.9.0.tar.bz2
 Source1:pam_pwcheck-3.13.tar.bz2
@@ -46,8 +43,9 @@
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: permissions
-BuildRequires:  pam-devel
+BuildRequires:  automake
 BuildRequires:  cracklib-devel
+BuildRequires:  pam-devel
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
@@ -81,12 +79,12 @@
 %build
 for i in * ; do
   cd $i;
-  CFLAGS=$RPM_OPT_FLAGS ./configure --enable-selinux \
-   --libdir=/%{_lib} --mandir=%{_mandir}
+  %configure --enable-selinux \
+   --libdir=/%{_lib}
   make %{?_smp_mflags}
   cd ..
 done
-gcc -o $RPM_BUILD_DIR/unix2_chkpwd -fpie $RPM_OPT_FLAGS -pie %{SOURCE21} -lpam
+%__cc -o $RPM_BUILD_DIR/unix2_chkpwd -fpie $RPM_OPT_FLAGS -pie %{SOURCE21} 
-lpam
 
 %install
 mkdir -p $RPM_BUILD_ROOT/sbin
@@ -104,6 +102,7 @@
 rm -rf $RPM_BUILD_ROOT/%{_lib}/security/*.la
 # Check for module problems.  Specifically, check that every module we just
 # installed can actually be loaded by a minimal PAM-aware application.
+export CC=%__cc
 for module in $RPM_BUILD_ROOT/%{_lib}/security/pam*.so ; do
if ! sh $RPM_SOURCE_DIR/dlopen.sh -lpam -ldl ${module} ; then
   exit 1
@@ -127,9 +126,6 @@
 %post
 %set_permissions /sbin/unix2_chkpwd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %verifyscript
 %verify_permissions -e /sbin/unix2_chkpwd
 

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



commit pcsc-ccid for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2011-12-08 11:30:30

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


Package is pcsc-ccid, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2011-10-18 
14:34:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2011-12-08 
11:30:32.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:35:03 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.tbVbsJ/_old  2011-12-08 11:30:33.0 +0100
+++ /var/tmp/diff_new_pack.tbVbsJ/_new  2011-12-08 11:30:33.0 +0100
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   pcsc-ccid
 %define _name ccid
-BuildRequires:  libusb-1_0-devel pcsc-lite-devel pkg-config udev
+BuildRequires:  automake
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 Version:1.4.5
-Release:1
+Release:0
 Group:  Productivity/Security
-License:LGPLv2.1+
+License:LGPL-2.1+
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 Source: %{_name}-%{version}.tar.bz2

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



commit peksystray for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package peksystray for openSUSE:Factory 
checked in at 2011-12-08 11:30:38

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


Package is peksystray, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/peksystray/peksystray.changes2011-09-23 
12:21:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.peksystray.new/peksystray.changes   
2011-12-08 11:30:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:48:50 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ peksystray.spec ++
--- /var/tmp/diff_new_pack.fm8CO2/_old  2011-12-08 11:30:43.0 +0100
+++ /var/tmp/diff_new_pack.fm8CO2/_new  2011-12-08 11:30:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package peksystray (Version 0.4.0)
+# spec file for package peksystray
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,19 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
+BuildRequires:  automake
 BuildRequires:  xorg-x11-devel
 
 Name:   peksystray
 Url:http://peksystray.sourceforge.net/
 Summary:PekSysTray is a system tray notification area dockapp
-Version:0.4.0
-Release:1
 License:GPL-2.0
 Group:  System/GUI/Other
-Source: 
http://sourceforge.net/projects/peksystray/files/peksystray/peksystray-%version.tar.bz2
+Version:0.4.0
+Release:0
+Source: 
http://downloads.sourceforge.net/project/peksystray/peksystray/%{version}/peksystray-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: peksystray-0.4.0-xcheck.diff
 

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



commit perl-kde4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:Factory 
checked in at 2011-12-08 11:30:46

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


Package is perl-kde4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-kde4/perl-kde4.changes  2011-11-16 
17:21:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-kde4.new/perl-kde4.changes 2011-12-08 
11:30:47.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 02:02:45 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  perlkde-4.7.3.tar.bz2

New:

  perlkde-4.7.4.tar.bz2



Other differences:
--
++ perl-kde4.spec ++
--- /var/tmp/diff_new_pack.lrOV7V/_old  2011-12-08 11:30:51.0 +0100
+++ /var/tmp/diff_new_pack.lrOV7V/_new  2011-12-08 11:30:51.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package perl-kde4 (Version 4.7.3)
+# spec file for package perl-kde4 (Version 4.7.4)
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 
 
 Name:   perl-kde4
-Version:4.7.3
+Version:4.7.4
 Release:1
 License:LGPLv2.1+
 Summary:Kdebindings Perl-KDE library

++ perlkde-4.7.3.tar.bz2 - perlkde-4.7.4.tar.bz2 ++

-- 
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-12-08 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2011-12-08 11:30:50

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


Package is perl-qt4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes2011-11-16 
17:22:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2011-12-08 
11:30:51.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 02:02:50 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  perlqt-4.7.3.tar.bz2

New:

  perlqt-4.7.4.tar.bz2



Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.0CyFX5/_old  2011-12-08 11:30:54.0 +0100
+++ /var/tmp/diff_new_pack.0CyFX5/_new  2011-12-08 11:30:54.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-qt4
-Version:4.7.3
+Version:4.7.4
 Release:1
 License:GPL-2.0+
 Summary:PerlQt kdebindings library

++ perlqt-4.7.3.tar.bz2 - perlqt-4.7.4.tar.bz2 ++

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



commit python-veusz for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory 
checked in at 2011-12-08 11:31:07

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


Package is python-veusz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes
2011-09-23 12:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes   
2011-12-08 11:31:08.0 +0100
@@ -1,0 +2,51 @@
+Tue Nov 29 09:59:16 UTC 2011 - badshah...@gmail.com
+
+- Minor spec file changes:
+  + Use Name: python-veusz instead of Name: python-%{pyname}
+  + Modify License tag in accordance with spdx specifications 
+
+---
+Tue Nov 29 09:16:16 UTC 2011 - badshah...@gmail.com
+
+- Update to version 1.14
+  + Added interactive tutorial
+  + Points in graphs can be colored depending on another dataset
+and the scale shown in a colorbar widget
+  + Improved CSV import
+- better data type detection
+- locale-specific numeric and date formats
+- single/multiple/none header modes
+- option to skip lines at top of file
+- better handling of missing values
+  + Data can be imported from clipboard
+  + Substantially reduced size of output SVG files
+  + In standard data import, descriptor can be left blank to
+generate dataset names colX
+  + Axis plotting range can be interactively manipulated
+  + If axis is in date-time format, show and allow the min and
+max values to be in date-time format
+  + ImageFile widget can have image data embedded in document
+file
+  + Fit widget can update the fit parameters and fit quality to a
+label widget
+  + Allow editing of 2D datasets in data edit dialog
+  + Add copy and paste dataset command to dataset browser context
+menu
+  + Bug Fixes:
+- Fix initial extension in export dialog
+- Fix crash on hiding pages
+- Fixed validation for numeric values
+- Position of grid lines in perpendicular direction for non
+  default positions
+- Catch errors in example import plugin
+- Fix crash for non existent key symbols
+- Fix crash when mismatch of dataset sizes when combining 1D
+  datasets to make 2D dataset 
+  + Minor changes (see
+http://home.gna.org/veusz/releasenotes/1.14.txt for a full
+list).
+- Spec file changes:
+  + Use source provided tarballs (tar.gz) instead of
+recompressing
+
+---

Old:

  veusz-1.13.tar.bz2

New:

  veusz-1.14.tar.gz



Other differences:
--
++ python-veusz.spec ++
--- /var/tmp/diff_new_pack.iLEbaC/_old  2011-12-08 11:31:10.0 +0100
+++ /var/tmp/diff_new_pack.iLEbaC/_new  2011-12-08 11:31:10.0 +0100
@@ -18,15 +18,15 @@
 
 %define pyname veusz
 
-Name:   python-%{pyname}
-Version:1.13
+Name:   python-veusz
+Version:1.14
 Release:1
-# The entire source code is GPLv2+ except helpers/src/_nc_cntr.c which is 
Python
-License:GPLv2+ and Python
+# The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is 
Python-2.0
+License:GPL-2.0+ and Python-2.0
 Summary:GUI scientific plotting package
 Url:http://home.gna.org/veusz/
 Group:  Productivity/Scientific/Other
-Source0:veusz-%{version}.tar.bz2
+Source0:veusz-%{version}.tar.gz
 Source1:%{pyname}.desktop
 Source2:%{pyname}.xml
 BuildRequires:  desktop-file-utils

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



commit privoxy for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is privoxy, Maintainer is mse...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/privoxy/privoxy.changes  2011-12-05 
12:45:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.privoxy.new/privoxy.changes 2011-12-08 
11:31:05.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:32:09 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ privoxy.spec ++
--- /var/tmp/diff_new_pack.Mw56Ze/_old  2011-12-08 11:31:06.0 +0100
+++ /var/tmp/diff_new_pack.Mw56Ze/_new  2011-12-08 11:31:06.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package privoxy (Version 3.0.16)
+# spec file for package privoxy
 #
-# 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,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   privoxy
-BuildRequires:  pcre-devel w3m zlib-devel
+BuildRequires:  automake
+BuildRequires:  pcre-devel
+BuildRequires:  w3m
+BuildRequires:  zlib-devel
 Url:http://www.privoxy.org/
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Proxy
 Provides:   ijb junkbuster
 Obsoletes:  ijb junkbuster
-AutoReqProv:on
 PreReq: %fillup_prereq %insserv_prereq /usr/sbin/useradd 
/usr/sbin/groupadd
 Version:3.0.17
-Release:1
+Release:0
 Summary:The Internet Junkbuster - HTTP Proxy Server
+License:GPL-2.0+
+Group:  Productivity/Networking/Web/Proxy
 Source: privoxy-%{version}-stable-src.tar.bz2
 Source1:privoxy.logrotate
 Source2:%{name}-3.0.16-init.suse
@@ -52,8 +52,6 @@
 Privoxy Developers develop...@privoxy.org
 
 %package doc
-Group:  Productivity/Networking/Web/Proxy
-License:GPL-2.0+
 Summary:The documentation of Privoxy
 Requires:   %{name} = %{version}
 

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



commit qhull for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is qhull, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qhull/qhull.changes  2011-09-23 
12:43:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.qhull.new/qhull.changes 2011-12-08 
11:31:15.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 28 10:27:10 UTC 2011 - idoen...@suse.de
+
+- Fix duplicate files
+
+---



Other differences:
--
++ qhull.spec ++
--- /var/tmp/diff_new_pack.D7ODv9/_old  2011-12-08 11:31:18.0 +0100
+++ /var/tmp/diff_new_pack.D7ODv9/_new  2011-12-08 11:31:18.0 +0100
@@ -129,7 +129,6 @@
 
 %files devel
 %defattr(-,root,root)
-%{_datadir}/doc/packages/qhull
 %{_includedir}/*
 %{_libdir}/libqhull%{sonum}.so
 %{_mandir}/man1/*

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



commit socat for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is socat, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/socat/socat.changes  2011-09-23 
12:46:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.socat.new/socat.changes 2011-12-08 
11:31:20.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec  7 17:49:55 CET 2011 - meiss...@suse.de
+
+- updated to 1.7.2.0
+  This release allows tun/tap interfaces without IP addresses and
+  introduces the options openssl-compress and max-children. It fixes 18
+  bugs and has 11 changes for improved platform support, especially Mac
+  OS X Lion, DragonFly, and Android.
+- socat-unixsalen.patch now upstream.
+
+---

Old:

  socat-1.7.1.3.tar.bz2
  socat-unixsalen.patch

New:

  socat-1.7.2.0.tar.bz2



Other differences:
--
++ socat.spec ++
--- /var/tmp/diff_new_pack.aCU4bJ/_old  2011-12-08 11:31:25.0 +0100
+++ /var/tmp/diff_new_pack.aCU4bJ/_new  2011-12-08 11:31:25.0 +0100
@@ -21,14 +21,14 @@
 
 Name:   socat
 BuildRequires:  openssl-devel procps readline-devel tcpd-devel
-Version:1.7.1.3
+Version:1.7.2.0
 Release:6
 License:BSD-3-Clause ; GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.dest-unreach.org/socat/
 Summary:Multipurpose relay for bidirectional data transfer
+# 1.7.2.0: md5 eb563dd00b9d39a49fb62a677fc941fe
 Source: 
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
-Patch0: socat-unixsalen.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,15 +41,11 @@
 
 %prep
 %setup
-%patch0 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
-export CFLAGS=%{optflags} -fno-strict-aliasing
-./configure \
-   --prefix=%{_prefix} \
-   --mandir=%{_mandir} \
-   --sysconfdir=%{_sysconfdir}
+export RPM_OPT_FLAGS=%{optflags} -fno-strict-aliasing
+%configure
 %{__make} all
 mkdir examples
 mv daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples

++ socat-1.7.1.3.tar.bz2 - socat-1.7.2.0.tar.bz2 ++
 35127 lines of diff (skipped)

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



commit squid for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is squid, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2011-09-23 
12:46:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2011-12-08 
11:31:32.0 +0100
@@ -1,0 +2,14 @@
+Fri Dec  2 10:01:19 UTC 2011 - ch...@computersalat.de
+
+- fix ip_wccp.c
+  * update to current online version
+- add upstream patches
+  * 12711 - Correct parsing of large gopher indexes
+  * 12714 - Fix various harmless warnings detected by gcc 4.6
+
+---
+Thu Dec  1 17:00:11 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---

New:

  12711.patch
  12714.patch



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.Kh7FC8/_old  2011-12-08 11:31:40.0 +0100
+++ /var/tmp/diff_new_pack.Kh7FC8/_new  2011-12-08 11:31:40.0 +0100
@@ -23,11 +23,11 @@
 Name:   squid
 Summary:Squid WWW proxy server
 Version:2.7.STABLE9
-Release:2
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  Productivity/Networking/Web/Proxy
 Url:http://www.squid-cache.org
-Source: squid-%{version}.tar.bz2
+Source: 
http://www.squid-cache.org/Versions/v2/2.7/squid-%{version}.tar.bz2
 Source1:squid_ldapauth-%{squid_ldapauth_version}.tar.bz2
 Source2:rc.squid
 Source4:README.SuSE
@@ -43,9 +43,12 @@
 Source11:   squid_ie_blocker.txt
 Source12:   http://www.squid-cache.org/WCCP-support/Linux/ip_wccp.c
 Source13:   squid.sysconfig
+# PATCH-UPSTREAM - Bug #2973: memoryleak on maformed requests
 Patch0: 
http://www.squid-cache.org/Versions/v2/2.7/changesets/12697.patch
-#Patch1:http://www.squid-cache.org/Versions/v2/2.7/changesets/
-#Patch2:http://www.squid-cache.org/Versions/v2/2.7/changesets/
+# PATCH-UPSTREAM - Correct parsing of large gopher indexes
+Patch1: 
http://www.squid-cache.org/Versions/v2/2.7/changesets/12711.patch
+# PATCH-UPSTREAM - Fix various harmless warnings detected by gcc 4.6
+Patch2: 
http://www.squid-cache.org/Versions/v2/2.7/changesets/12714.patch
 #Patch3:http://www.squid-cache.org/Versions/v2/2.7/changesets/
 #Patch4:http://www.squid-cache.org/Versions/v2/2.7/changesets/
 #Patch5 http://www.squid-cache.org/Versions/v2/2.7/changesets/
@@ -69,12 +72,18 @@
 Patch102:   %{name}-2.6.STABLE19-64bit.patch
 Patch103:   %{name}-2.6.STABLE2-ldflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 PreReq: /usr/sbin/useradd, %insserv_prereq, %fillup_prereq
-BuildRequires:  db-devel openldap2-devel opensp-devel pam-devel samba
-BuildRequires:  sgmltool sharutils
+BuildRequires:  automake
+BuildRequires:  db-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  opensp-devel
+BuildRequires:  pam-devel
+BuildRequires:  samba
+BuildRequires:  sgmltool
+BuildRequires:  sharutils
 %ifarch %ix86 x86_64 ppc ppc64
-BuildRequires:  valgrind valgrind-devel
+BuildRequires:  valgrind
+BuildRequires:  valgrind-devel
 %endif
 Conflicts:  squid-beta squid2 squid23
 Requires:   logrotate, cron
@@ -85,12 +94,6 @@
 
 Home page: http://www.squid-cache.org
 
-
-
-Authors:
-
-Duane Wessels wess...@ircache.net
-
 %prep
 %setup -n squid-%{version} -a 1 -a 8
 #(cd auth_modules
@@ -99,8 +102,8 @@
 #mv msntauth-v2.0.3-squid.1 MSNT
 #)
 %patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
+%patch1 -p1
+%patch2 -p1
 #%patch3 -p1
 #%patch4 -p1
 #%patch5 -p1

++ 12711.patch ++
-
PatchSet 12711 
Date: 2011/08/26 21:51:44
Author: hno
Branch: SQUID_2_7
Tag: (none) 
Log:
Correct parsing of large gopher indexes

Members: 
src/gopher.c:1.181.2.1-1.181.2.2 

Index: squid/src/gopher.c
===
RCS file: /cvsroot/squid/squid/src/gopher.c,v
retrieving revision 1.181.2.1
retrieving revision 1.181.2.2
diff -u -r1.181.2.1 -r1.181.2.2
--- squid/src/gopher.c  4 May 2008 23:23:13 -   1.181.2.1
+++ squid/src/gopher.c  26 Aug 2011 21:51:44 -  1.181.2.2
@@ -1,6 +1,6 @@
 
 /*
- * $Id: gopher.c,v 1.181.2.1 2008/05/04 23:23:13 hno Exp $
+ * $Id: gopher.c,v 1.181.2.2 2011/08/26 21:51:44 hno Exp $
  *
  * DEBUG: section 10Gopher
  * AUTHOR: Harvest Derived
@@ -314,8 +314,6 @@

commit step for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is step, Maintainer is step

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2011-11-14 
14:43:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2011-12-08 
11:31:40.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 02:03:40 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  step-4.7.3.tar.bz2

New:

  step-4.7.4.tar.bz2



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.3lzvCA/_old  2011-12-08 11:31:44.0 +0100
+++ /var/tmp/diff_new_pack.3lzvCA/_new  2011-12-08 11:31:44.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   step
 BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
@@ -39,12 +37,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:An interactive physics simulator
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Productivity/Scientific/Physics
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 Requires:   libkeduvocdocument4
 Provides:   kde4-step = 4.3.0

++ step-4.7.3.tar.bz2 - step-4.7.4.tar.bz2 ++
Files old/step-4.7.3/doc/index.cache.bz2 and new/step-4.7.4/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.7.3/step/worldscene.cc 
new/step-4.7.4/step/worldscene.cc
--- old/step-4.7.3/step/worldscene.cc   2011-10-02 15:25:56.0 +0200
+++ new/step-4.7.4/step/worldscene.cc   2011-12-02 00:26:11.0 +0100
@@ -615,6 +615,8 @@
 void WorldGraphicsView::fitToPage()
 {
 QRectF br = static_castWorldScene*(scene())-calcItemsBoundingRect();
+if(br.isNull())
+return;
 //kDebug()  br (br | QRectF(0,0,0,0))  endl;
 QRect  ws = viewport()-rect();
 

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



commit amanda for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2011-12-08 11:48:04

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


Package is amanda, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/amanda/amanda.changes2011-09-23 
01:51:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes   2011-12-08 
11:48:05.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:23:18 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ amanda.spec ++
--- /var/tmp/diff_new_pack.Ji6WUW/_old  2011-12-08 11:48:14.0 +0100
+++ /var/tmp/diff_new_pack.Ji6WUW/_new  2011-12-08 11:48:14.0 +0100
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 %if 0%{?suse_version} = 1110
 %define amanda_group disk
 %else
@@ -24,18 +22,33 @@
 
 Name:   amanda
 Version:3.3.0
-Release:18
+Release:0
 
 PreReq: pwdutils permissions
 
-BuildRequires:  dump glib2-devel gnuplot krb5-devel perl-base popt-devel 
samba-client sendmail
-BuildRequires:  cups-client gawk libsmbclient libsmbclient-devel libxslt mailx 
mtx readline-devel
+BuildRequires:  automake
+BuildRequires:  cups-client
+BuildRequires:  dump
+BuildRequires:  gawk
+BuildRequires:  glib2-devel
+BuildRequires:  gnuplot
+BuildRequires:  krb5-devel
+BuildRequires:  libsmbclient
+BuildRequires:  libsmbclient-devel
+BuildRequires:  libxslt
+BuildRequires:  mailx
+BuildRequires:  mtx
+BuildRequires:  perl-base
+BuildRequires:  popt-devel
 BuildRequires:  procps
+BuildRequires:  readline-devel
+BuildRequires:  samba-client
+BuildRequires:  sendmail
 
 Requires:   dump /usr/bin/smbclient
 Requires:   perl = %{perl_version}
 Group:  Productivity/Archiving/Backup
-License:GPLv2+ ; MIT License (or similar)
+License:GPL-2.0+ ; MIT
 Url:http://www.amanda.org/
 Summary:Network Disk Archiver
 

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



commit docbook2x for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package docbook2x for openSUSE:Factory 
checked in at 2011-12-08 11:48:21

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


Package is docbook2x, Maintainer is k...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/docbook2x/docbook2x.changes  2011-09-23 
01:55:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook2x.new/docbook2x.changes 2011-12-08 
11:48:27.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:45:32 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ docbook2x.spec ++
--- /var/tmp/diff_new_pack.qcRA6q/_old  2011-12-08 11:48:29.0 +0100
+++ /var/tmp/diff_new_pack.qcRA6q/_new  2011-12-08 11:48:29.0 +0100
@@ -15,12 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   docbook2x
-BuildRequires:  docbook_4 libxslt-devel openjade perl-XML-DOM perl-XML-Parser 
perl-XML-SAX perl-libwww-perl sgml-skel tidy
+BuildRequires:  automake
+BuildRequires:  docbook_4
+BuildRequires:  libxslt-devel
+BuildRequires:  openjade
+BuildRequires:  perl-XML-DOM
+BuildRequires:  perl-XML-Parser
+BuildRequires:  perl-XML-SAX
+BuildRequires:  perl-libwww-perl
+BuildRequires:  sgml-skel
+BuildRequires:  tidy
 Url:http://docbook2x.sourceforge.net/
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Publishing/DocBook
 Provides:   docbook2X db2x
 Requires:   perl-XML-Parser perl-XML-DOM perl-XML-RegExp perl-URI
@@ -34,7 +41,7 @@
 Obsoletes:  db2x
 Summary:DocBook-to-Texinfo Converter
 Version:0.8.8
-Release:101
+Release:0
 Source: 
http://downloads.sourceforge.net/docbook2x/docbook2X-%{version}.tar.bz2
 #Source:   
http://ftp1.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz
 Source1:docbook2x-README.SuSE
@@ -45,9 +52,7 @@
 A new tool based on Perl modules.
 
 %package doc
-License:GPLv2+
 Summary:DocBook-to-Texinfo Converter
-Group:  Productivity/Publishing/DocBook
 PreReq: %install_info_prereq
 
 %description doc

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



commit clisp for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2011-12-08 11:48:14

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


Package is clisp, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/clisp/clisp.changes  2011-09-23 
01:53:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2011-12-08 
11:48:19.0 +0100
@@ -1,0 +2,22 @@
+Mon Dec  5 12:01:05 UTC 2011 - wer...@suse.de
+
+- Use _service to avoid silly osc checks 
+
+---
+Fri Dec  2 08:37:00 UTC 2011 - wer...@suse.de
+
+- Avoid download of ffcall-1.10+2.43 
+- Convert libsigsegv-2.6.tar from bz2 to gz as build system is not
+  smart enough to detect and change the compression format
+
+---
+Fri Dec  2 07:42:14 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Sat Sep 17 23:05:18 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

New:

  _service



Other differences:
--
++ clisp.spec ++
--- /var/tmp/diff_new_pack.pbuwHd/_old  2011-12-08 11:48:24.0 +0100
+++ /var/tmp/diff_new_pack.pbuwHd/_new  2011-12-08 11:48:24.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package clisp (Version 2.49)
+# spec file for package clisp
 #
-# 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,27 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   clisp
-BuildRequires:  db-devel dbus-1-devel fdupes gdbm-devel gtk2-devel 
libglade2-devel openssl-devel pcre-devel postgresql-devel readline-devel 
xorg-x11-devel
+BuildRequires:  automake
+BuildRequires:  db-devel
+BuildRequires:  dbus-1-devel
+BuildRequires:  fdupes
+BuildRequires:  gdbm-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pcre-devel
+BuildRequires:  postgresql-devel
+BuildRequires:  readline-devel
+BuildRequires:  xorg-x11-devel
 #
 # If set to yes do not forget to add
 #   gcc-c++
 # to BuildRequires
 #
 %define debug  no
-License:GPLv2+
+License:GPL-2.0+
 Group:  Development/Languages/Other
 PreReq: vim
-AutoReqProv:on
 Version:2.49
-Release:2
+Release:0
 Summary:A Common Lisp Interpreter
 Url:http://clisp.cons.org
 Source0:
http://switch.dl.sourceforge.net/sourceforge/clisp/clisp-2.49.tar.bz2
-Source1:http://www.haible.de/bruno/gnu/ffcall-1.10+2.43.tar.bz2
+# Original source at http://www.haible.de/bruno/gnu/ffcall-1.10.tar.gz
+# adopted to work with clisp-2.43 and higher
+Source1:ffcall-1.10+2.43.tar.bz2
 Source2:ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.bz2
 Source3:clisp-rpmlintrc
 Source4:README.SuSE

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



commit branding-basedonopensuse for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package branding-basedonopensuse for 
openSUSE:Factory checked in at 2011-12-08 11:48:09

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


Package is branding-basedonopensuse, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.changes
2011-11-29 17:15:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.changes
   2011-12-08 11:48:15.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 11:46:57 UTC 2011 - co...@suse.com
+
+- catch %ghost files
+
+---



Other differences:
--
++ branding-basedonopensuse.spec ++
--- /var/tmp/diff_new_pack.iPITuN/_old  2011-12-08 11:48:18.0 +0100
+++ /var/tmp/diff_new_pack.iPITuN/_new  2011-12-08 11:48:18.0 +0100
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   branding-basedonopensuse
-BuildRequires:  GraphicsMagick ImageMagick
-BuildRequires:  fribidi inkscape php5
+BuildRequires:  GraphicsMagick
+BuildRequires:  ImageMagick
+BuildRequires:  fribidi
+BuildRequires:  inkscape
+BuildRequires:  php5
 %ifarch x86_64 %ix86
 %define package_gfxboot 1
 BuildRequires:  gfxboot-devel
@@ -75,11 +76,11 @@
 BuildRequires:  yast2-qt-branding-openSUSE
 #BRQ-END
 
-License:MIT License (or similar)
-Group:  System/Fhs
 Version:12.2
-Release:1
+Release:0
 Summary:(De)branded openSUSE theme
+License:MIT
+Group:  System/Fhs
 Provides:   branding
 Conflicts:  otherproviders(branding)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -172,7 +173,7 @@
 
 for i in $packages; do
   echo %defattr(-,root,root)  files.$i
-  rpm -ql $i | while read file; do
+  rpm -q --qf '[F:%{FILEFLAGS:fflags} %{FILENAMES}\n]' $i | while read flags 
file; do
 case $file in
/usr/share/doc/packages*)
  nfile=${file/branding-openSUSE/%name}
@@ -187,7 +188,14 @@
 else
   mkdir -p $RPM_BUILD_ROOT/`dirname $file`
   cp -a $file $RPM_BUILD_ROOT/$nfile
+  case $flags in
+*g*)
+   echo %ghost $nfile  files.$i
+;;
+*)
   echo $nfile  files.$i
+   ;;
+  esac
 fi
   done
 done
@@ -250,7 +258,6 @@
 /etc/SuSE-brand
 
 # TIL HERE
-
 %package -n bootsplash-branding-basedonopensuse
 Summary:Provides bootsplash branding
 Provides:   bootsplash-branding
@@ -535,7 +542,6 @@
 Requires:   kdebase4-runtime
 Requires:   kdebase4-workspace
 Requires:   ksplashx-branding-basedonopensuse
-Requires:   plasma-theme-aya
 Requires:   susegreeter-branding-basedonopensuse
 Requires:   wallpaper-branding-basedonopensuse
 
@@ -798,6 +804,7 @@
 Conflicts:  otherproviders(xfce4-panel-branding)
 Supplements:packageand(xfce4-panel:branding-basedonopensuse)
 Requires:   exo
+Requires:   xfce4-panel-plugin-datetime
 
 %description -n xfce4-panel-branding-basedonopensuse
 Debranded copy of openSUSE branding for xfce4-panel

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



commit enscript for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package enscript for openSUSE:Factory 
checked in at 2011-12-08 11:48:27

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


Package is enscript, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enscript/enscript.changes2011-09-23 
01:56:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.enscript.new/enscript.changes   2011-12-08 
11:48:29.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:45:52 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ enscript.spec ++
--- /var/tmp/diff_new_pack.nkdvZP/_old  2011-12-08 11:48:34.0 +0100
+++ /var/tmp/diff_new_pack.nkdvZP/_new  2011-12-08 11:48:34.0 +0100
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   enscript
-License:GPLv2+
+License:GPL-2.0+
+BuildRequires:  automake
 Group:  Productivity/Publishing/PS
 Provides:   genscript nenscrip
 Requires:   /bin/sed /usr/bin/iconv /usr/bin/file ghostscript-fonts-std
 PreReq: %install_info_prereq
 Version:1.6.4
-Release:159
+Release:0
 Summary:An ASCII to PostScript(tm) Converter
 Source: enscript-%{version}.tar.bz2
 Source1:enscript-gs-font.map

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



commit ez-ipupdate for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package ez-ipupdate for openSUSE:Factory 
checked in at 2011-12-08 11:48:32

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


Package is ez-ipupdate, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ez-ipupdate/ez-ipupdate.changes  2011-09-23 
01:57:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ez-ipupdate.new/ez-ipupdate.changes 
2011-12-08 11:48:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 12:57:18 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ ez-ipupdate.spec ++
--- /var/tmp/diff_new_pack.8hxqAx/_old  2011-12-08 11:48:37.0 +0100
+++ /var/tmp/diff_new_pack.8hxqAx/_new  2011-12-08 11:48:37.0 +0100
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ez-ipupdate
 Summary:A Small Utility for Updating a Dynamic DNS Service
 Version:3.0.11b8
-Release:264
-License:GPL v2 or later
+Release:0
+License:GPL-2.0+
+BuildRequires:  automake
 Group:  Productivity/Networking/DNS/Utilities
 Source0:%{name}-%{version}.tar.bz2
 Source1:ez-ipupdate.init

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



commit frink for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package frink for openSUSE:Factory checked 
in at 2011-12-08 11:48:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/frink/frink.changes  2011-09-23 
01:58:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.frink.new/frink.changes 2011-12-08 
11:48:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:45:39 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ frink.spec ++
--- /var/tmp/diff_new_pack.4cCdqv/_old  2011-12-08 11:48:44.0 +0100
+++ /var/tmp/diff_new_pack.4cCdqv/_new  2011-12-08 11:48:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package frink (Version 2.2.2)
+# spec file for package frink
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   frink
 Url:http://catless.ncl.ac.uk/Programs/Frink
 Version:2.2.2
-Release:188
+Release:0
 Summary:Static Testing and Formatting for Tcl Programs
+BuildRequires:  automake
 Group:  Development/Languages/Tcl
-License:BSD 3-Clause
+License:BSD-3-Clause
 Source0:%name-%{version}p4.tar.bz2
 Patch0: %name.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit gnugk for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package gnugk for openSUSE:Factory checked 
in at 2011-12-08 11:48:43

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


Package is gnugk, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/gnugk/gnugk.changes  2011-09-23 
02:01:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnugk.new/gnugk.changes 2011-12-08 
11:48:45.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec  2 19:52:40 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---
+Fri Dec  2 16:25:23 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ gnugk.spec ++
--- /var/tmp/diff_new_pack.cXqcVK/_old  2011-12-08 11:48:50.0 +0100
+++ /var/tmp/diff_new_pack.cXqcVK/_new  2011-12-08 11:48:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gnugk (Version 2.2.6)
+# spec file for package gnugk
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   gnugk
-BuildRequires:  SDL-devel gcc-c++ krb5 libdv openh323-devel openldap2 
openldap2-devel pwlib-devel sgml-skel sgmltool speex-devel
-Url:http://www.gnugk.org
-License:GPL v2 or later
+BuildRequires:  SDL-devel
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  krb5
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2
+BuildRequires:  openldap2-devel
+BuildRequires:  pwlib-devel
+BuildRequires:  sgml-skel
+BuildRequires:  sgmltool
+BuildRequires:  speex-devel
+URL:http://www.gnugk.org
+License:GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 Group:  Productivity/Telephony/H323/Servers
 Requires:   pwlib openh323
 Provides:   openh323gk
@@ -31,7 +40,7 @@
 PreReq: %insserv_prereq %fillup_prereq grep diffutils
 Summary:OpenH323 Gatekeeper--The GNU Gatekeeper
 Version:2.2.6
-Release:116
+Release:0
 Source0:gnugk-%{version}.tar.bz2
 Source1:rc.gnugk
 
@@ -39,28 +48,20 @@
 The gatekeeper controls H.323 compatible clients (like ohphone) and can
 be used to set up a complete Internet telephony system.
 
-
-
-Authors:
-
-Jan Willamowius j...@willamowius.de
-
 %prep
-%setup -n gnugk-%{version}
+%setup -q
 
 %build
 autoconf --force
 aclocal
 %{?suse_update_config:%{suse_update_config -f}}
-OPENH323VERSIONFILE=/usr/include/openh323/openh323buildopts.h ./configure \
-   --prefix=/usr \
-   --libdir=%{_libdir} \
-   --mandir=%{_mandir} \
+export OPENH323VERSIONFILE=/usr/include/openh323/openh323buildopts.h
+%configure \
--disable-mysql \
--disable-pgsql
-make RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fexceptions 
OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt
-make RPM_OPT_FLAGS=$RPM_OPT_FLAGS OPENH323DIR=/usr/share/openh323 
PREFIX=/usr OH323_LIBDIR=%{_libdir} addpasswd
-make RPM_OPT_FLAGS=$RPM_OPT_FLAGS OPENH323DIR=/usr/share/openh323 
PREFIX=/usr OH323_LIBDIR=%{_libdir} doc
+make RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fexceptions 
OPENH323DIR=/usr/share/openh323 PREFIX=/usr OH323_LIBDIR=%{_libdir} opt 
%{?_smp_mflags}
+make RPM_OPT_FLAGS=$RPM_OPT_FLAGS OPENH323DIR=/usr/share/openh323 
PREFIX=/usr OH323_LIBDIR=%{_libdir} addpasswd %{?_smp_mflags}
+make RPM_OPT_FLAGS=$RPM_OPT_FLAGS OPENH323DIR=/usr/share/openh323 
PREFIX=/usr OH323_LIBDIR=%{_libdir} doc %{?_smp_mflags}
 
 %install
 export M=`uname -m`
@@ -100,10 +101,6 @@
 %{restart_on_update gnugk }
 %{insserv_cleanup}
 
-%clean
-# Clean up the mess
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc *.txt

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



commit gv for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package gv for openSUSE:Factory checked in 
at 2011-12-08 11:48:56

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


Package is gv, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gv/gv.changes2011-09-23 02:02:41.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gv.new/gv.changes   2011-12-08 
11:48:58.0 +0100
@@ -0,0 +1,5 @@
+---
+Thu Dec  1 16:46:28 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+



Other differences:
--
++ gv.spec ++
--- /var/tmp/diff_new_pack.vJ2lki/_old  2011-12-08 11:49:10.0 +0100
+++ /var/tmp/diff_new_pack.vJ2lki/_new  2011-12-08 11:49:10.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package gv (Version 3.7.0)
+# spec file for package gv
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gv
-BuildRequires:  help2man update-desktop-files xorg-x11 xorg-x11-devel
+BuildRequires:  automake
+BuildRequires:  help2man
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 %if %suse_version  1020
 BuildRequires:  xaw3d-devel
 %else
@@ -28,7 +29,7 @@
 %if %suse_version  1100
 BuildRequires:  desktop-data-SuSE
 %endif
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Publishing/PS
 PreReq: %install_info_prereq
 Requires:   ghostscript_x11
@@ -36,11 +37,10 @@
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
 #Requires:desktop-data-SuSE
-AutoReqProv:on
 Url:http://www.gnu.org/software/gv/
 Summary:A Program to View PostScript Files
 Version:3.7.0
-Release:1
+Release:0
 Source0:gv-3.7.0.tar.bz2
 Source1:gv.desktop
 Source2:gv.png


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



commit kamera for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2011-12-08 11:49:04

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


Package is kamera, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2011-11-14 
14:01:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2011-12-08 
11:49:10.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:29:27 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:56:24 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kamera-4.7.3.tar.bz2

New:

  kamera-4.7.4.tar.bz2



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.ure4Lr/_old  2011-12-08 11:49:30.0 +0100
+++ /var/tmp/diff_new_pack.ure4Lr/_new  2011-12-08 11:49:30.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kamera
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:Base package for kdegraphics apps
-Url:http://www.kde.org
+License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
+Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libkde4-devel
@@ -53,8 +51,8 @@
   rm -rf %{buildroot}
 
 %package -n kio_kamera
-License:GPLv2+
 Summary:KDE I/O-Slave for Cameras
+License:GPL-2.0+
 Group:  Hardware/Camera
 Provides:   
kdegraphics3-kamera:/opt/kde3/share/applications/kde/kamera.desktop
 Provides:   kde4-kio_kamera = 4.3.0

++ kamera-4.7.3.tar.bz2 - kamera-4.7.4.tar.bz2 ++
Files old/kamera-4.7.3/doc/index.cache.bz2 and 
new/kamera-4.7.4/doc/index.cache.bz2 differ

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



commit kbuild for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kbuild for openSUSE:Factory checked 
in at 2011-12-08 11:49:19

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


Package is kbuild, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kbuild/kbuild.changes2011-10-04 
18:12:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbuild.new/kbuild.changes   2011-12-08 
11:50:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:50:58 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ kbuild.spec ++
--- /var/tmp/diff_new_pack.PGRW5D/_old  2011-12-08 11:50:30.0 +0100
+++ /var/tmp/diff_new_pack.PGRW5D/_new  2011-12-08 11:50:30.0 +0100
@@ -14,18 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
 Url:http://svn.netlabs.org/kbuild
 
 Name:   kbuild
-BuildRequires:  bison flex libacl-devel
-License:GPL v2 or later
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libacl-devel
+License:GPL-2.0+
 Group:  Development/Tools/Building
 Summary:Framework for writing simple makefiles for complex tasks
 Version:0.1.9998svn2543
-Release:1
+Release:0
 %define _svnrev 2543
 Source0:%{name}-%{version}.tar.bz2
 Patch0: kbuild-man.diff

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



commit kdeaccessibility4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is kdeaccessibility4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeaccessibility4/kdeaccessibility4.changes  
2011-11-14 14:05:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeaccessibility4.new/kdeaccessibility4.changes 
2011-12-08 11:50:31.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:02:33 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Sat Dec  3 10:41:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdeaccessibility-4.7.3.tar.bz2

New:

  kdeaccessibility-4.7.4.tar.bz2



Other differences:
--
++ kdeaccessibility4.spec ++
--- /var/tmp/diff_new_pack.uDPCRP/_old  2011-12-08 11:50:39.0 +0100
+++ /var/tmp/diff_new_pack.uDPCRP/_new  2011-12-08 11:50:39.0 +0100
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdeaccessibility4
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Base Package for kdeaccessibility apps
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kdeaccessibility-%{version}.tar.bz2
 BuildRequires:  alsa-devel
+BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  libspeechd-devel
 BuildRequires:  oxygen-icon-theme-large
 BuildRequires:  sbl
-BuildRequires:  fdupes
 Suggests:   jovie
 Suggests:   kaccessible
 Suggests:   kdeaccessibility4-icons
@@ -81,9 +79,7 @@
   rm -rf filelists
 
 %package -n kmag
-License:GPLv2+
 Summary:Screen Magnifier
-Group:  System/GUI/KDE
 Provides:   kde4-kmag = 4.3.0
 Obsoletes:  kde4-kmag  4.3.0
 %kde4_runtime_requires
@@ -100,9 +96,7 @@
 %doc COPYING COPYING.DOC
 
 %package -n kmousetool
-License:GPLv2+
 Summary:Automatic Mouse Click
-Group:  System/GUI/KDE
 Provides:   kde4-kmousetool = 4.3.0
 Obsoletes:  kde4-kmousetool  4.3.0
 %kde4_runtime_requires
@@ -119,9 +113,7 @@
 %doc COPYING COPYING.DOC
 
 %package -n kmouth
-License:GPLv2+
 Summary:Speech Synthesizer Frontend
-Group:  System/GUI/KDE
 Provides:   kde4-kmouth = 4.3.0
 Obsoletes:  kde4-kmouth  4.3.0
 %kde4_runtime_requires
@@ -139,9 +131,7 @@
 %config %_kde_config_dir/kmouthrc
 
 %package -n jovie
-License:GPLv2+
 Summary:Text-to-Speech
-Group:  System/GUI/KDE
 Provides:   kde4-kttsd = 4.3.0
 Obsoletes:  kde4-kttsd  4.3.0
 Provides:   kttsd = 4.4.85
@@ -164,9 +154,7 @@
 %dir %_kde4_appsdir/kttsd/xslt
 
 %package -n kaccessible
-License:GPLv2+
 Summary:Accessibility Bridge
-Group:  System/GUI/KDE
 %kde4_runtime_requires
 
 %description -n kaccessible

++ kdeaccessibility-4.7.3.tar.bz2 - kdeaccessibility-4.7.4.tar.bz2 ++
Files old/kdeaccessibility-4.7.3/jovie/doc/index.cache.bz2 and 
new/kdeaccessibility-4.7.4/jovie/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeaccessibility-4.7.3/jovie/jovie/jovie.desktop 
new/kdeaccessibility-4.7.4/jovie/jovie/jovie.desktop
--- old/kdeaccessibility-4.7.3/jovie/jovie/jovie.desktop2011-10-28 
09:53:04.0 +0200
+++ new/kdeaccessibility-4.7.4/jovie/jovie/jovie.desktop2011-12-03 
10:38:33.0 +0100
@@ -11,6 +11,7 @@
 GenericName[da]=Tekst til tale-tjeneste
 GenericName[de]=Sprachausgabedienst
 GenericName[es]=Servicio de texto hablado
+GenericName[et]=Teksti ettelugemise teenus
 GenericName[eu]=Testutik hizketarako zerbitzua
 GenericName[fi]=Puhesyntetisaattoripalvelu
 GenericName[hu]=Szövegfelolvasó szolgáltatás
@@ -19,6 +20,7 @@
 GenericName[nb]=Tekst-til-tale-tjeneste
 GenericName[nds]=Vörlees-Deenst
 GenericName[nl]=Tekst-naar-spraak-service
+GenericName[pl]=Usługa tekstu-na-mowę
 GenericName[pt]=Serviço de Texto-para-Fala
 GenericName[pt_BR]=Serviço de sintetizador de voz
 GenericName[sr]=Сервис за текст‑у‑говор
@@ -26,9 +28,11 @@
 GenericName[sr@ijekavianlatin]=Servis za tekst‑u‑govor
 GenericName[sr@latin]=Servis za tekst‑u‑govor
 GenericName[sv]=Text-till-tal tjänst
+GenericName[tr]=Metin Okuma 

commit kdeadmin4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is kdeadmin4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeadmin4/kdeadmin4.changes  2011-11-14 
14:05:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeadmin4.new/kdeadmin4.changes 2011-12-08 
11:50:40.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:02 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:57:16 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdeadmin-4.7.3.tar.bz2

New:

  kdeadmin-4.7.4.tar.bz2



Other differences:
--
++ kdeadmin4.spec ++
--- /var/tmp/diff_new_pack.shzswc/_old  2011-12-08 11:50:53.0 +0100
+++ /var/tmp/diff_new_pack.shzswc/_new  2011-12-08 11:50:53.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdeadmin4
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:KDEadmin base package
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kdeadmin-%{version}.tar.bz2
 Patch1: ksystemlog_suse_log_locations.diff
 BuildRequires:  libkdepimlibs4-devel
@@ -74,7 +72,6 @@
   rm -rf filelists
 
 %package -n kcron
-License:GPLv2+
 Summary:Cron job configuration tool
 Group:  System/Management
 Provides:   kde4-kcron = 4.3.0
@@ -85,7 +82,6 @@
 KCron allows you to change your cron jobs setup.
 
 %package -n ksystemlog
-License:GPLv2+
 Summary:System Log Viewer Tool
 Group:  System/Monitoring
 %kde4_runtime_requires
@@ -97,7 +93,6 @@
 want to quickly see problems occurring on their server.
 
 %package -n kuser
-License:GPLv2+
 Summary:User Account Manager
 Group:  System/Management
 Provides:   kde4-kuser = 4.3.0

++ kdeadmin-4.7.3.tar.bz2 - kdeadmin-4.7.4.tar.bz2 ++
Files old/kdeadmin-4.7.3/doc/kcron/index.cache.bz2 and 
new/kdeadmin-4.7.4/doc/kcron/index.cache.bz2 differ
Files old/kdeadmin-4.7.3/doc/ksystemlog/index.cache.bz2 and 
new/kdeadmin-4.7.4/doc/ksystemlog/index.cache.bz2 differ
Files old/kdeadmin-4.7.3/doc/kuser/index.cache.bz2 and 
new/kdeadmin-4.7.4/doc/kuser/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeadmin-4.7.3/kuser/CMakeLists.txt 
new/kdeadmin-4.7.4/kuser/CMakeLists.txt
--- old/kdeadmin-4.7.3/kuser/CMakeLists.txt 2010-10-27 21:55:42.0 
+0200
+++ new/kdeadmin-4.7.4/kuser/CMakeLists.txt 2011-11-17 22:39:16.0 
+0100
@@ -3,6 +3,7 @@
 find_package(KdepimLibs REQUIRED)
 
 include(CheckFunctionExists)
+include(CheckLibraryExists)
 
 include(TestBigEndian)
 
@@ -26,6 +27,7 @@
 check_include_files(sys/stat.h HAVE_SYS_STAT_H)
 check_include_files(unistd.h HAVE_UNISTD_H)
 check_include_files(paths.h HAVE_PATHS_H)
+check_library_exists(crypt crypt  HAVE_CRYPT_LIBRARY)
 
 set(CMAKE_REQUIRED_INCLUDES pwd.h)
 check_function_exists(fgetpwent HAVE_FGETPWENT)
@@ -72,9 +74,9 @@
 kde4_add_executable(kuser ${kuser_SRCS})
 
 target_link_libraries(kuser ${KDE4_KIO_LIBS} ${KDE4_KLDAP_LIBS} kntlm)
-if(HAVE_CRYPT_H)
+if(HAVE_CRYPT_LIBRARY)
target_link_libraries(kuser crypt)
-endif(HAVE_CRYPT_H)
+endif(HAVE_CRYPT_LIBRARY)
 
 install(TARGETS kuser ${INSTALL_TARGETS_DEFAULT_ARGS})
 

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



commit kdebase4-workspace for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2011-12-08 11:49:50

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


Package is kdebase4-workspace, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2011-12-02 09:27:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2011-12-08 11:51:07.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 01:59:41 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---
python-kdebase4.changes: same change

Old:

  kde-workspace-4.7.3.tar.bz2
  plasma-crash-on-logout.diff
  plasma-detect-gpsd-correctly.diff

New:

  kde-workspace-4.7.4.tar.bz2



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.2XmxaB/_old  2011-12-08 11:51:20.0 +0100
+++ /var/tmp/diff_new_pack.2XmxaB/_new  2011-12-08 11:51:20.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdebase4-workspace
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:The KDE Workspace Components
-Url:http://www.kde.org/
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org/
 BuildRequires:  ConsoleKit-devel
 %if 0%{?suse_version}  1140
 BuildRequires:  NetworkManager-devel  0.8.997
@@ -91,14 +89,12 @@
 Patch106:   plasma-dashboard-leave.diff
 Patch107:   plasma-kickoff-newly-collapsing.diff
 Patch108:   plasma-panel-resize-hint.diff
-Patch109:   plasma-crash-on-logout.diff
 Patch123:   kdm-fix-generic-greeter.diff
 Patch124:   kdm-fix-labelcolors.diff
 Patch125:   pam-translate.diff
 Patch201:   plasma-notifications-kill-timer.diff
 Patch202:   plasma-disable-networkmanager.diff
 Patch211:   disable-python-support.diff
-Patch212:   plasma-detect-gpsd-correctly.diff
 Patch213:   changeset_r3b6514d12639be222e520e4ff9a776be1017c05b.diff
 Patch214:   changeset_r245a56e4ef07519282ef1176af59a4f1f1798ca4.diff
 
@@ -165,7 +161,6 @@
 workspace.
 
 %package -n kdm-branding-upstream
-License:GPLv2+
 Summary:KDE login and display manager - upstream branding
 Group:  System/GUI/KDE
 Provides:   kdm-branding = %{version}
@@ -180,7 +175,6 @@
 display manager
 
 %package ksysguardd
-License:GPLv2+
 Summary:KDE base package: ksysguard daemon
 Group:  System/GUI/KDE
 Requires(pre):  %insserv_prereq
@@ -195,7 +189,6 @@
 to guard the system from remote computers.
 
 %package google-gadgets
-License:GPLv2+
 Summary:Google Gadgets support for Plasma
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
@@ -206,7 +199,6 @@
 This package contains Google Gadgets support for the KDE workspace.
 
 %package -n kwin
-License:GPLv2+
 Summary:KDE Window Manager
 Group:  System/GUI/KDE
 Provides:   windowmanager
@@ -224,7 +216,6 @@
 KWin is the window manager of the K desktop environment.
 
 %package -n kde4-kgreeter-plugins
-License:GPLv2+
 Summary:The KDE Greeter Plugin Components
 Group:  System/GUI/KDE
 Provides:   windowmanager
@@ -235,7 +226,6 @@
 Screensaver unlocking
 
 %package devel
-License:GPLv2+
 Summary:The KDE Workspace Components
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
@@ -250,7 +240,6 @@
 workspace.
 
 %package -n kdm
-License:GPLv2+
 Summary:KDE login and display manager
 Group:  System/GUI/KDE
 %if %suse_version  1200
@@ -272,7 +261,6 @@
 This package contains kdm, the login and session manager for KDE.
 
 %package liboxygenstyle
-License:GPLv2+
 Summary:The Libraries of the oxygen-style
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
@@ -310,7 +298,6 @@
 %patch106
 %patch107 -p1
 %patch108
-%patch109 -p1
 %patch123 -p1
 %patch124 -p1
 ###KDE47: rediff
@@ -318,7 +305,6 @@
 %patch201 -p1
 %patch202 -p1
 %patch211
-%patch212 -p1
 %patch213 -p1
 %patch214 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png

++ python-kdebase4.spec ++
--- /var/tmp/diff_new_pack.2XmxaB/_old  2011-12-08 11:51:20.0 +0100
+++ /var/tmp/diff_new_pack.2XmxaB/_new  2011-12-08 11:51:20.0 +0100
@@ -15,29 +15,27 @@
 # Please 

commit kdebindings-smokegen for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2011-12-08 11:49:57

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


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2011-12-01 12:24:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2011-12-08 11:51:21.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:15 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:03:18 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  smokegen-4.7.3.tar.bz2

New:

  smokegen-4.7.4.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.SjWMMm/_old  2011-12-08 11:51:32.0 +0100
+++ /var/tmp/diff_new_pack.SjWMMm/_new  2011-12-08 11:51:32.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdebindings-smokegen
-Version:4.7.3
-Release:1
-License:GPL v2.0
+Version:4.7.4
+Release:0
 Summary:Smoke Generator for kdebindings
-Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
+License:GPL-2.0
 Group:  Development/Libraries/KDE
+Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:smokegen-%{version}.tar.bz2
 Patch0: correct_naming.patch
 Patch1: smokegen-segfault.patch
@@ -40,9 +38,7 @@
 It is currently used for generating the various KDE SMOKE libraries.
 
 %package  -n libsmokegen-devel
-License:GPL v2.0
 Summary:Development files for kdebindings-smokegen
-Group:  Development/Libraries/KDE
 Obsoletes:  libsmoke-devel  %{version}
 Provides:   libsmoke-devel = %{version}
 Requires:   %{name} = %{version}

++ smokegen-4.7.3.tar.bz2 - smokegen-4.7.4.tar.bz2 ++

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



commit kdebindings-smokeqt for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:Factory checked in at 2011-12-08 11:50:04

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


Package is kdebindings-smokeqt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kdebindings-smokeqt/kdebindings-smokeqt.changes  
2011-11-16 17:18:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2011-12-08 11:51:32.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:21 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:03:34 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  smokeqt-4.7.3.tar.bz2

New:

  smokeqt-4.7.4.tar.bz2



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.4rlpru/_old  2011-12-08 11:51:44.0 +0100
+++ /var/tmp/diff_new_pack.4rlpru/_new  2011-12-08 11:51:44.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdebindings-smokeqt
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:SMOKE-Qt library for kdebindings
-Url:https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt
+License:LGPL-2.1+
 Group:  Development/Libraries/KDE
+Url:https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt
 Source0:smokeqt-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
@@ -40,17 +38,13 @@
 SMOKE bindings for the Qt libraries. Used by language bindings.
 
 %package -n libsmokeqt
-License:LGPLv2.1+
 Summary:SMOKE-Qt library for kdebindings
-Group:  Development/Libraries/KDE
 
 %description -n libsmokeqt
 SMOKE bindings for the Qt libraries. Used by language bindings.
 
 %package -n libsmokeqt-devel
-License:LGPLv2.1+
 Summary:Development files for libsmokeqt
-Group:  Development/Libraries/KDE
 Requires:   libsmokeqt = %{version}
 
 %description -n libsmokeqt-devel

++ smokeqt-4.7.3.tar.bz2 - smokeqt-4.7.4.tar.bz2 ++

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2011-12-08 11:50:11

Comparing /work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer (Old)
 and  /work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new (New)


Package is kdegraphics-strigi-analyzer, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2011-11-14 14:06:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2011-12-08 11:51:47.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:25 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:07 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdegraphics-strigi-analyzer-4.7.3.tar.bz2

New:

  kdegraphics-strigi-analyzer-4.7.4.tar.bz2



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.FfLhJr/_old  2011-12-08 11:51:52.0 +0100
+++ /var/tmp/diff_new_pack.FfLhJr/_new  2011-12-08 11:51:52.0 +0100
@@ -15,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdegraphics-strigi-analyzer
 BuildRequires:  libkde4-devel
+BuildRequires:  libsoprano-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  libsoprano-devel soprano-backend-redland
+BuildRequires:  soprano-backend-redland
 BuildRequires:  strigi-devel
-License:LGPLv2.1+
-Group:  Productivity/Graphics/Other
 Summary:Base package for kdegraphics apps
+License:LGPL-2.1+
+Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.7.3
-Release:1
+Version:4.7.4
+Release:0
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdegraphics-strigi-analyzer-4.7.3.tar.bz2 - 
kdegraphics-strigi-analyzer-4.7.4.tar.bz2 ++

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2011-12-08 11:50:22

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


Package is kdegraphics-thumbnailers, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2011-11-14 14:09:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2011-12-08 11:51:52.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:28 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:11 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdegraphics-thumbnailers-4.7.3.tar.bz2

New:

  kdegraphics-thumbnailers-4.7.4.tar.bz2



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.Uwu9KN/_old  2011-12-08 11:52:00.0 +0100
+++ /var/tmp/diff_new_pack.Uwu9KN/_new  2011-12-08 11:52:00.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdegraphics-thumbnailers
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:Graphics file thumbnail generators
-Url:http://www.kde.org
+License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
+Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  libkdcraw-devel
 BuildRequires:  libkexiv2-devel

++ kdegraphics-thumbnailers-4.7.3.tar.bz2 - 
kdegraphics-thumbnailers-4.7.4.tar.bz2 ++

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



commit libcddb for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package libcddb for openSUSE:Factory checked 
in at 2011-12-08 11:50:39

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


Package is libcddb, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libcddb/libcddb-utils.changes2011-09-23 
02:07:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcddb.new/libcddb-utils.changes   
2011-12-08 11:52:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:59:06 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
--- /work/SRC/openSUSE:Factory/libcddb/libcddb.changes  2011-09-23 
02:07:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcddb.new/libcddb.changes 2011-12-08 
11:52:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:59:06 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libcddb-utils.spec ++
--- /var/tmp/diff_new_pack.bVQNKg/_old  2011-12-08 11:52:06.0 +0100
+++ /var/tmp/diff_new_pack.bVQNKg/_new  2011-12-08 11:52:06.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libcddb-utils (Version 1.3.2)
+# spec file for package libcddb-utils
 #
-# 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
 
 
 Name:   libcddb-utils
@@ -26,10 +25,10 @@
 %define BUILD_UTILS 1
 %define _name libcddb
 Version:1.3.2
-Release:2
+Release:0
 Url:http://libcddb.sourceforge.net/
 Group:  Productivity/Multimedia/Other
-License:LGPLv2.1+
+License:LGPL-2.1+
 %if %BUILD_CORE
 Summary:CDDB Access Library Utilities
 # bug437293
@@ -42,6 +41,7 @@
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{_name}_spec-prepare.sh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 BuildRequires:  pkg-config
 %if %BUILD_UTILS
 BuildRequires:  libcdio-devel
@@ -56,33 +56,30 @@
 HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
 tries to be as cross-platform as possible.
 
-Authors:
-
-Kris Verbeeck airbo...@advalvas.be
+Libcddb is a library that implements the different protocols (CDDBP,
+HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
+tries to be as cross-platform as possible.
 
 %if %BUILD_UTILS
 %if %BUILD_CORE
 
 %package -n libcddb-utils
-License:LGPLv2.1+
 Summary:CDDB Access Library Utilities
-Group:  Productivity/Multimedia/Other
 
 %description -n libcddb-utils
 Libcddb is a library that implements the different protocols (CDDBP,
 HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
 tries to be as cross-platform as possible.
 
-Authors:
-
-Kris Verbeeck airbo...@advalvas.be
+Libcddb is a library that implements the different protocols (CDDBP,
+HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
+tries to be as cross-platform as possible.
 
 %endif
 %endif
 %if %BUILD_CORE
 
 %package -n libcddb2
-License:LGPLv2.1+
 Summary:CDDB Access Library
 Group:  System/Libraries
 # bug437293
@@ -99,12 +96,7 @@
 HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
 tries to be as cross-platform as possible.
 
-Authors:
-
-Kris Verbeeck airbo...@advalvas.be
-
 %package devel
-License:LGPL v2.1 or later
 Group:  Development/Libraries/C and C++
 Summary:CDDB Access Library
 Requires:   libcddb2 = %{version} glibc-devel
@@ -118,10 +110,6 @@
 HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
 tries to be as cross-platform as possible.
 
-Authors:
-
-Kris Verbeeck airbo...@advalvas.be
-
 %endif
 
 %prep

++ libcddb.spec ++
--- /var/tmp/diff_new_pack.bVQNKg/_old  2011-12-08 11:52:06.0 +0100
+++ /var/tmp/diff_new_pack.bVQNKg/_new  2011-12-08 11:52:06.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libcddb (Version 1.3.2)
+# spec file for package libcddb
 #
-# 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 

commit libopenraw for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package libopenraw for openSUSE:Factory 
checked in at 2011-12-08 11:50:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes2011-11-16 
17:19:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libopenraw.new/libopenraw.changes   
2011-12-08 11:52:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:56:17 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopenraw.spec ++
--- /var/tmp/diff_new_pack.e3o0L1/_old  2011-12-08 11:52:32.0 +0100
+++ /var/tmp/diff_new_pack.e3o0L1/_new  2011-12-08 11:52:32.0 +0100
@@ -14,22 +14,21 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Url:http://libopenraw.freedesktop.org/
 Summary:A library to decode digital camera RAW files
 
 Name:   libopenraw
 Version:0.0.9
-Release:1
-License:LGPLv2.1+
+Release:0
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Source0:
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 g...@suse.com - 
Decompress otf files
 Patch2: libopenraw-orf-thumbnail.patch
-BuildRequires:  gcc-c++
+BuildRequires:  automake
 BuildRequires:  boost-devel = 1.33.1
+BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.21
 BuildRequires:  pkgconfig(glib-2.0)
@@ -40,17 +39,13 @@
 libopenraw is a library that aim at decoding digital camera RAW files.
 
 %package -n libopenraw1
-License:LGPLv2.1+
 Summary:A library to decode digital camera RAW files
-Group:  Development/Libraries/C and C++
 
 %description -n libopenraw1
 libopenraw is a library that aim at decoding digital camera RAW files.
 
 %package -n gdk-pixbuf-loader-libopenraw
-License:LGPLv2.1+
 Summary:A library to decode digital camera RAW files -- gdk-pixbuf 
loader
-Group:  Development/Libraries/C and C++
 Supplements:packageand(libopenraw1:gdk-pixbuf)
 %gdk_pixbuf_loader_requires
 
@@ -60,12 +55,10 @@
 This package provides a libopenraw-based gdk-pixbuf loader.
 
 %package -n libopenraw-devel
-License:LGPLv2.1+
 Summary:A library to decode digital camera RAW files
 Requires:   libopenraw1 = %{version}
 #include gdk-pixbuf/gdk-pixbuf.h
 Requires:   gdk-pixbuf-devel
-Group:  Development/Libraries/C and C++
 
 %description  -n libopenraw-devel
 libopenraw is a library that aim at decoding digital camera RAW files.

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



commit links for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package links for openSUSE:Factory checked 
in at 2011-12-08 11:50:51

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


Package is links, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/links/links.changes  2011-09-23 
02:11:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.links.new/links.changes 2011-12-08 
11:52:32.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:54:44 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ links.spec ++
--- /var/tmp/diff_new_pack.zrXwbE/_old  2011-12-08 11:52:55.0 +0100
+++ /var/tmp/diff_new_pack.zrXwbE/_new  2011-12-08 11:52:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package links (Version 2.2)
+# spec file for package links
 #
-# 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,17 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   links
-BuildRequires:  DirectFB-devel gpm-devel jpeg libjpeg-devel libpng-devel 
libtiff-devel openssl-devel pkgconfig xorg-x11-devel
+BuildRequires:  DirectFB-devel
+BuildRequires:  automake
+BuildRequires:  gpm-devel
+BuildRequires:  jpeg
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-devel
 Url:http://artax.karlin.mff.cuni.cz/~mikulas/links/
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Networking/Web/Browsers
 Provides:   web_browser
-AutoReqProv:on
 Version:2.2
-Release:8
+Release:0
 Summary:Text-Based WWW Browser
 Source: links-%{version}.tar.bz2
 Patch2: configure.diff

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



commit mgp for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package mgp for openSUSE:Factory checked in 
at 2011-12-08 11:51:09

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


Package is mgp, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mgp/mgp.changes  2011-09-23 02:13:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mgp.new/mgp.changes 2011-12-08 
11:53:10.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:47:08 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mgp.spec ++
--- /var/tmp/diff_new_pack.gwhkXO/_old  2011-12-08 11:53:13.0 +0100
+++ /var/tmp/diff_new_pack.gwhkXO/_new  2011-12-08 11:53:13.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mgp (Version 1.13a)
+# spec file for package mgp
 #
-# 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,18 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   mgp
-BuildRequires:  bison emacs-nox flex freetype freetype2-devel giflib-devel 
imlib2-devel libmng-devel libpng-devel pkgconfig sharutils xorg-x11-devel
-License:BSD3c
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  emacs-nox
+BuildRequires:  flex
+BuildRequires:  freetype
+BuildRequires:  freetype2-devel
+BuildRequires:  giflib-devel
+BuildRequires:  imlib2-devel
+BuildRequires:  libmng-devel
+BuildRequires:  libpng-devel
+BuildRequires:  pkgconfig
+BuildRequires:  sharutils
+BuildRequires:  xorg-x11-devel
+License:BSD-3-Clause
 Group:  Productivity/Publishing/Presentation
 Provides:   magicpoint 
 Requires:   perl freetype sharutils
-AutoReqProv:on
 Version:1.13a
-Release:97
+Release:0
 Summary:MagicPoint, an X Window System Presentation Tool
 Url:http://member.wide.ad.jp/wg/mgp/
 Source: magicpoint-%{version}.tar.bz2

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



commit mipv6d for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package mipv6d for openSUSE:Factory checked 
in at 2011-12-08 11:51:14

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


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

Changes:

--- /work/SRC/openSUSE:Factory/mipv6d/mipv6d.changes2011-11-07 
14:21:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.mipv6d.new/mipv6d.changes   2011-12-08 
11:53:13.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 12:58:22 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mipv6d.spec ++
--- /var/tmp/diff_new_pack.JdhClE/_old  2011-12-08 11:53:27.0 +0100
+++ /var/tmp/diff_new_pack.JdhClE/_new  2011-12-08 11:53:27.0 +0100
@@ -15,24 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   mipv6d
-BuildRequires:  bison flex indent openssl-devel
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  indent
+BuildRequires:  openssl-devel
 %if 0%{?suse_version}  1140
 BuildRequires:  libnl-1_1-devel
 %else
 BuildRequires:  libnl-devel
 %endif
 Url:http://umip.org/
-License:GPLv2 ; GPLv2+
+License:GPL-2.0 ; GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 Group:  Productivity/Networking/Other
 Summary:MIPL - Mobile IPv6 for Linux
 Version:2.0.2.umip.0.4
-Release:74528e1f.RELEASE0
+Release:0
 Source0:mipv6-2.0.2-umip-0.4.tar.bz2
 Source1:mipv6d.init
 

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



commit mjpegtools for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package mjpegtools for openSUSE:Factory 
checked in at 2011-12-08 11:51:22

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


Package is mjpegtools, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mjpegtools/mjpegtools.changes2011-11-18 
15:46:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.mjpegtools.new/mjpegtools.changes   
2011-12-08 11:53:27.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 12:57:55 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mjpegtools.spec ++
--- /var/tmp/diff_new_pack.okiZim/_old  2011-12-08 11:53:35.0 +0100
+++ /var/tmp/diff_new_pack.okiZim/_new  2011-12-08 11:53:35.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   mjpegtools
 Version:2.0.0
 Release:0
@@ -30,7 +28,7 @@
 #%(sh %{_sourcedir}/mjpegtools-codecpatch.sh %{_sourcedir} 
mjpegtools-%{version}.tar.gz mjpegtools-%{version}-patched.tar.gz )
 Source0:%{name}-%{version}-patched.tar.gz
 %endif
-License:BSD3c(or similar) ; GPLv2+
+License:BSD-3-Clause ; GPL-2.0+
 Source1:mjpegtools-codecpatch.sh
 Patch0: mjpegtools-cpuinfo.patch
 Patch1: mjpegtools-vector_alignment.patch
@@ -42,6 +40,7 @@
 Patch100:   mjpegtools-codecpatch.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gdk-x11-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)

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



commit mrtg for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package mrtg for openSUSE:Factory checked in 
at 2011-12-08 11:51:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/mrtg/mrtg.changes2011-09-23 
02:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mrtg.new/mrtg.changes   2011-12-08 
11:53:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:31:51 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mrtg.spec ++
--- /var/tmp/diff_new_pack.OmZe2C/_old  2011-12-08 11:53:48.0 +0100
+++ /var/tmp/diff_new_pack.OmZe2C/_new  2011-12-08 11:53:48.0 +0100
@@ -15,17 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   mrtg
-BuildRequires:  dos2unix gd-devel libjpeg-devel libpng-devel xorg-x11 
xorg-x11-devel
+BuildRequires:  automake
+BuildRequires:  dos2unix
+BuildRequires:  gd-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 Version:2.17.2
-Release:1
+Release:0
 Requires:   perl = %{perl_version}
-AutoReqProv:on
 Group:  Productivity/Networking/Diagnostic
-License:GPLv2+
+License:GPL-2.0+
 Url:http://www.mrtg.org
 Summary:The Multirouter Traffic Grapher
 Source: %{name}-%{version}.tar.bz2

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



commit mtx for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package mtx for openSUSE:Factory checked in 
at 2011-12-08 11:51:37

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


Package is mtx, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mtx/mtx.changes  2011-09-23 02:13:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mtx.new/mtx.changes 2011-12-08 
11:53:48.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:43:20 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mtx.spec ++
--- /var/tmp/diff_new_pack.oxdPHA/_old  2011-12-08 11:53:58.0 +0100
+++ /var/tmp/diff_new_pack.oxdPHA/_new  2011-12-08 11:53:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mtx (Version 1.3.12)
+# spec file for package mtx
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   mtx
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Hardware/Other
-AutoReqProv:on
+BuildRequires:  automake
 Summary:A Program for Controlling the Robotic Mechanism in DDS Auto 
Loaders
 Version:1.3.12
-Release:1
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}-%{version}-param_h.patch
 Patch2: %{name}-%{version}-autoconf.patch

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



commit novell-ifolder-client-plugins for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package novell-ifolder-client-plugins for 
openSUSE:Factory checked in at 2011-12-08 11:51:43

Comparing /work/SRC/openSUSE:Factory/novell-ifolder-client-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.novell-ifolder-client-plugins.new (New)


Package is novell-ifolder-client-plugins, Maintainer is srini...@novell.com

Changes:

--- 
/work/SRC/openSUSE:Factory/novell-ifolder-client-plugins/novell-ifolder-client-plugins.changes
  2011-10-18 14:33:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.novell-ifolder-client-plugins.new/novell-ifolder-client-plugins.changes
 2011-12-08 11:53:58.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:24:50 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ novell-ifolder-client-plugins.spec ++
--- /var/tmp/diff_new_pack.LQVf5K/_old  2011-12-08 11:54:03.0 +0100
+++ /var/tmp/diff_new_pack.LQVf5K/_new  2011-12-08 11:54:03.0 +0100
@@ -15,12 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   novell-ifolder-client-plugins
 
-BuildRequires:  aspell-en cairo cairo-devel e2fsprogs-devel gcc-c++ 
gnutls-devel gtk-sharp2 gtk-sharp2-complete gtk2 gtk2-devel ifolder3 libflaim 
libflaim-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel 
libpng-devel libwnck-devel log4net mDNSResponder mono-core mono-data mono-devel 
mono-web pango pango-devel simias xsp
+BuildRequires:  aspell-en
+BuildRequires:  automake
+BuildRequires:  cairo
+BuildRequires:  cairo-devel
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gnutls-devel
+BuildRequires:  gtk-sharp2
+BuildRequires:  gtk-sharp2-complete
+BuildRequires:  gtk2
+BuildRequires:  gtk2-devel
+BuildRequires:  ifolder3
+BuildRequires:  libflaim
+BuildRequires:  libflaim-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libgnomeprintui-devel
+BuildRequires:  libgnomeui-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libwnck-devel
+BuildRequires:  log4net
+BuildRequires:  mDNSResponder
+BuildRequires:  mono-core
+BuildRequires:  mono-data
+BuildRequires:  mono-devel
+BuildRequires:  mono-web
+BuildRequires:  pango
+BuildRequires:  pango-devel
+BuildRequires:  simias
+BuildRequires:  xsp
 %if 0%{suse_version}  1120
 BuildRequires:  ifolder3-devel
 %endif
@@ -30,9 +55,8 @@
 Url:http://www.ifolder.com
 %define prefix /usr
 %define sysconfdir /etc
-License:GPLv2
+License:GPL-2.0
 Group:  System/GUI/Other
-AutoReqProv:on
 Requires:   simias = 1.8.3
 Requires:   ifolder3 = 3.8.0
 Requires:   gconf-sharp2
@@ -41,7 +65,7 @@
 Requires:   xsp = 1.2.5
 #Obsoletes:  %{name}  %{version}
 Version:3.8.0.10264.3
-Release:1
+Release:0
 Summary:Plugins adding additional capability to iFolder 3 client
 Source: %{name}.tar.gz
 Patch:  novell-ifolder-client-plugins-lib64.patch

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



commit oidentd for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package oidentd for openSUSE:Factory checked 
in at 2011-12-08 11:51:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/oidentd/oidentd.changes  2011-09-23 
02:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.oidentd.new/oidentd.changes 2011-12-08 
11:54:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:24:38 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ oidentd.spec ++
--- /var/tmp/diff_new_pack.GjphHa/_old  2011-12-08 11:54:07.0 +0100
+++ /var/tmp/diff_new_pack.GjphHa/_new  2011-12-08 11:54:07.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package oidentd (Version 2.0.8)
+# spec file for package oidentd
 #
-# 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,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   oidentd
 Version:2.0.8
-Release:123
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  Productivity/Networking/System
 Url:http://dev.ojnk.net/
-AutoReqProv:on
 Summary:Configurable IDENT Server That Supports NAT/IP Masquerading
 Source: 
http://prdownloads.sourceforge.net/ojnk/oidentd-%{version}.tar.bz2
 Source1:sysconfig.oidentd
 Source2:rc.oidentd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 PreReq: %insserv_prereq %fillup_prereq
 
 %description
@@ -41,17 +38,6 @@
 ident responses.  Responses can be specified according to host and port
 pairs.
 
-
-
-Authors:
-
-Kamil Andrusz wizz at mniam dot net
-Daniel Brafford pod at charter dot net
-Bjarni R. Einarsson bre at mmedia dot is
-Slawomir Piotrowski slawek at telsatgp dot com dot pl
-Guus Sliepen sliepen at phys dot uu dot nl
-Ryan McCabe ryan at numb dot org
-
 %prep
 %setup
 

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



commit pam_ldap for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package pam_ldap for openSUSE:Factory 
checked in at 2011-12-08 11:52:01

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


Package is pam_ldap, Maintainer is rha...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pam_ldap/pam_ldap.changes2011-09-23 
12:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam_ldap.new/pam_ldap.changes   2011-12-08 
11:54:07.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:48:11 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pam_ldap.spec ++
--- /var/tmp/diff_new_pack.oYGrcK/_old  2011-12-08 11:54:10.0 +0100
+++ /var/tmp/diff_new_pack.oYGrcK/_new  2011-12-08 11:54:10.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pam_ldap (Version 185)
+# spec file for package pam_ldap
 #
-# 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,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   pam_ldap
-BuildRequires:  openldap2-devel pam-devel
-License:LGPLv2.1+
+BuildRequires:  automake
+BuildRequires:  openldap2-devel
+BuildRequires:  pam-devel
+License:LGPL-2.1+
 Group:  Productivity/Networking/LDAP/Clients
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  pam_ldap-64bit
 %endif
 #
 Version:185
-Release:2
+Release:0
 Summary:A PAM Module for LDAP Authentication
 Url:http://www.padl.com/OSS/pam_ldap.html
 Source: pam_ldap-%{version}.tar.bz2

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



commit posix_cc for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package posix_cc for openSUSE:Factory 
checked in at 2011-12-08 11:52:07

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


Package is posix_cc, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/posix_cc/posix_cc.changes2011-09-23 
12:41:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.posix_cc.new/posix_cc.changes   2011-12-08 
11:54:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:52:23 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ posix_cc.spec ++
--- /var/tmp/diff_new_pack.4wPxsw/_old  2011-12-08 11:54:12.0 +0100
+++ /var/tmp/diff_new_pack.4wPxsw/_new  2011-12-08 11:54:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package posix_cc (Version 1.4)
+# spec file for package posix_cc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   posix_cc
 Summary:POSIX 1003.2 and 1003.1 2001 C Language Compilers
 Version:1.4
-Release:491
-License:BSD 3-Clause
+Release:0
+BuildRequires:  automake
+License:BSD-3-Clause
 Group:  Development/Languages/C and C++
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,12 +35,6 @@
 Both will only accept those options mandated by the respective
 standards.
 
-
-
-Authors:
-
-Jens Schweikhardt
-
 %prep
 %setup
 %{?suse_update_config:%{suse_update_config -f}}

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



commit radvd for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package radvd for openSUSE:Factory checked 
in at 2011-12-08 11:52:18

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


Package is radvd, Maintainer is jbo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/radvd/radvd.changes  2011-11-22 
17:49:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2011-12-08 
11:54:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:43:39 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ radvd.spec ++
--- /var/tmp/diff_new_pack.Kze5O6/_old  2011-12-08 11:54:21.0 +0100
+++ /var/tmp/diff_new_pack.Kze5O6/_new  2011-12-08 11:54:21.0 +0100
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   radvd
 Version:1.8.3
-Release:1
-License:BSD 3-clause (or similar)
+Release:0
+License:BSD-3-Clause
 Summary:Router ADVertisement Daemon for IPv6
 Url:http://v6web.litech.org/radvd
 Group:  Productivity/Networking/Routing
@@ -28,6 +26,7 @@
 Source1:radvd.init
 Source2:sysconfig.radvd
 Patch1: 0001-run-as-user-radvd-by-default.diff
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 PreReq: %fillup_prereq

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



commit uisp for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/uisp/uisp.changes2011-09-26 
10:50:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes   2011-12-08 
11:54:22.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 13:20:02 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.j7jJfA/_old  2011-12-08 11:54:23.0 +0100
+++ /var/tmp/diff_new_pack.j7jJfA/_new  2011-12-08 11:54:23.0 +0100
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   uisp
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 %define use_fastpoll   1
 %define upstream_version   20050207
 Version:20050207suse
-Release:150
+Release:0
 Url:http://savannah.nongnu.org/projects/uisp
 Group:  Development/Tools/Other
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:An upload tool for AVR microcontrollers
 Source: 
http://savannah.nongnu.org/download/%{name}/%{name}-%{upstream_version}.tar.gz
 Source1:resmgr.uisp_parport.conf
 Source2:modprobe.uisp_parport
-AutoReqProv:on
 Provides:   avr-programmer
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/cat /sbin/modprobe

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



commit blinken for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2011-12-08 11:56:10

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


Package is blinken, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2011-11-14 
13:58:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2011-12-08 
11:56:12.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 10:56:29 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:52:15 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  blinken-4.7.3.tar.bz2

New:

  blinken-4.7.4.tar.bz2



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.KCzSOm/_old  2011-12-08 11:56:14.0 +0100
+++ /var/tmp/diff_new_pack.KCzSOm/_new  2011-12-08 11:56:14.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   blinken
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libkdeedu4-devel
@@ -27,12 +25,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Simon Says Game
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Games/Other
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4

++ blinken-4.7.3.tar.bz2 - blinken-4.7.4.tar.bz2 ++
Files old/blinken-4.7.3/doc/index.cache.bz2 and 
new/blinken-4.7.4/doc/index.cache.bz2 differ

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



commit cantor for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2011-12-08 11:56:16

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


Package is cantor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2011-11-14 
13:58:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2011-12-08 
11:56:17.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:28:38 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:53:08 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  cantor-4.7.3.tar.bz2

New:

  cantor-4.7.4.tar.bz2



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.awz62e/_old  2011-12-08 11:56:22.0 +0100
+++ /var/tmp/diff_new_pack.awz62e/_new  2011-12-08 11:56:22.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   cantor
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
@@ -32,12 +30,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Worksheet GUI for mathematical software
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 Requires:   libkeduvocdocument4
 Suggests:   libkeduvocdocument4
@@ -52,7 +50,6 @@
 those backends and is not targeted to kids but to scientists
 
 %package devel
-License:GPLv2+
 Summary:Worksheet GUI for mathematical software
 Group:  Development/Libraries/KDE
 Requires:   cantor = %{version}

++ cantor-4.7.3.tar.bz2 - cantor-4.7.4.tar.bz2 ++
Files old/cantor-4.7.3/doc/index.cache.bz2 and 
new/cantor-4.7.4/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-4.7.3/src/assistants/advancedplot/advancedplotassistant.desktop 
new/cantor-4.7.4/src/assistants/advancedplot/advancedplotassistant.desktop
--- old/cantor-4.7.3/src/assistants/advancedplot/advancedplotassistant.desktop  
2011-10-28 09:43:04.0 +0200
+++ new/cantor-4.7.4/src/assistants/advancedplot/advancedplotassistant.desktop  
2011-12-02 00:25:28.0 +0100
@@ -11,6 +11,7 @@
 Name[et]=Täiustatud joonis
 Name[fr]=Graphe avancé
 Name[gl]=AdvancedPlot
+Name[hu]=Speciális ábrázolás
 Name[it]=Grafico avanzato
 Name[km]=AdvancedPlot
 Name[lv]=Papildu grafiki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-4.7.3/src/assistants/differentiate/differentiateassistant.desktop 
new/cantor-4.7.4/src/assistants/differentiate/differentiateassistant.desktop
--- 
old/cantor-4.7.3/src/assistants/differentiate/differentiateassistant.desktop
2011-10-02 15:23:39.0 +0200
+++ 
new/cantor-4.7.4/src/assistants/differentiate/differentiateassistant.desktop
2011-12-02 00:25:28.0 +0100
@@ -16,6 +16,7 @@
 Name[fr]=Calcul de dérivées
 Name[gl]=Diferenciar
 Name[hr]=Deriviraj
+Name[hu]=Deriválás
 Name[it]=Funzione differenziabile
 Name[ja]=微分
 Name[km]=ឌីផេរ៉ង់សែល
@@ -54,6 +55,7 @@
 Comment[et]=Avaldiste tuletiste arvutamist lihtsustav abiline
 Comment[fr]=Une boîte de dialogue d'assistant simplifiant le calcul de 
dérivées d'expressions
 Comment[gl]=Un diálogo auxiliar para simplificar o cálculo das derivadas de 
expresións
+Comment[hu]=Segédablak kifejezések deriváltjának kiszámításának 
egyszerűsítésére
 Comment[it]=Un assistente per semplificare il calcolo di derivate di 
espressioni
 Comment[ja]=数式の微分計算を手助けするウィザード
 
Comment[km]=ប្រអប់​ជំនួយ​ដែល​ធ្វើ​ឲ្យ​ងាយ​ស្រួល​ក្នុង​ការ​គណ​នា​កន្សោម​សមីការ​ដេរីវេ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-4.7.3/src/assistants/integrate/integrateassistant.desktop 
new/cantor-4.7.4/src/assistants/integrate/integrateassistant.desktop
--- old/cantor-4.7.3/src/assistants/integrate/integrateassistant.desktop
2011-10-28 09:43:04.0 +0200
+++ new/cantor-4.7.4/src/assistants/integrate/integrateassistant.desktop
2011-12-02 00:25:28.0 +0100
@@ -16,6 +16,7 @@
 Name[fr]=Calcul d'intégrales
 Name[gl]=Integrar
 Name[hr]=Integriraj
+Name[hu]=Integrálás
 Name[it]=Integrazione
 

commit gwenview for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2011-12-08 11:56:23

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


Package is gwenview, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2011-11-14 
13:59:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2011-12-08 
11:56:25.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:29:16 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:54:06 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  gwenview-4.7.3.tar.bz2

New:

  gwenview-4.7.4.tar.bz2



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.9o1uMs/_old  2011-12-08 11:56:26.0 +0100
+++ /var/tmp/diff_new_pack.9o1uMs/_new  2011-12-08 11:56:26.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gwenview
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Simple Image Viewer for KDE
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
+Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkipi-devel

++ gwenview-4.7.3.tar.bz2 - gwenview-4.7.4.tar.bz2 ++
Files old/gwenview-4.7.3/doc/index.cache.bz2 and 
new/gwenview-4.7.4/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.7.3/importer/gwenview_importer.desktop 
new/gwenview-4.7.4/importer/gwenview_importer.desktop
--- old/gwenview-4.7.3/importer/gwenview_importer.desktop   2011-10-28 
09:44:49.0 +0200
+++ new/gwenview-4.7.4/importer/gwenview_importer.desktop   2011-12-02 
00:26:41.0 +0100
@@ -40,7 +40,7 @@
 Name[nl]=Foto's met Gwenview downloaden
 Name[nn]=Overfør bilete med Gwenview
 Name[pa]=ਜੀਵੀਨ-ਵਿਊ ਨਾਲ ਫੋਟੋ ਡਾਊਨਲੋਡ ਕਰੋ
-Name[pl]=Download Photos with Gwenview
+Name[pl]=Pobierz zdjęcia za pomocą Gwenview
 Name[pt]=Obter as Fotografias com o Gwenview
 Name[pt_BR]=Transferir as fotos com o Gwenview
 Name[ro]=Descarcă fotografii cu Gwenview
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gwenview-4.7.3/importer/gwenview_importer_camera.desktop 
new/gwenview-4.7.4/importer/gwenview_importer_camera.desktop
--- old/gwenview-4.7.3/importer/gwenview_importer_camera.desktop
2011-10-28 09:44:49.0 +0200
+++ new/gwenview-4.7.4/importer/gwenview_importer_camera.desktop
2011-12-02 00:26:41.0 +0100
@@ -39,7 +39,7 @@
 Name[nl]=Foto's met Gwenview downloaden
 Name[nn]=Overfør bilete med Gwenview
 Name[pa]=ਜੀਵੀਨ-ਵਿਊ ਨਾਲ ਫੋਟੋ ਡਾਊਨਲੋਡ ਕਰੋ
-Name[pl]=Download Photos with Gwenview
+Name[pl]=Pobierz zdjęcia za pomocą Gwenview
 Name[pt]=Obter as Fotografias com o Gwenview
 Name[pt_BR]=Transferir as fotos com o Gwenview
 Name[ro]=Descarcă fotografii cu Gwenview
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.7.3/lib/thumbnailloadjob.cpp 
new/gwenview-4.7.4/lib/thumbnailloadjob.cpp
--- old/gwenview-4.7.3/lib/thumbnailloadjob.cpp 2011-06-22 16:57:56.0 
+0200
+++ new/gwenview-4.7.4/lib/thumbnailloadjob.cpp 2011-12-02 00:26:41.0 
+0100
@@ -667,7 +667,10 @@
KFileItemList list;
list.append(mCurrentItem);
const int pixelSize = 
ThumbnailGroup::pixelSize(mThumbnailGroup);
-   KIO::Job* job = KIO::filePreview(list, QSize(pixelSize, 
pixelSize));
+   if (mPreviewPlugins.isEmpty()) {
+   mPreviewPlugins = KIO::PreviewJob::availablePlugins();
+   }
+   KIO::Job* job = KIO::filePreview(list, QSize(pixelSize, 
pixelSize), mPreviewPlugins);

//job-ui()-setWindow(KApplication::kApplication()-activeWindow());
connect(job, SIGNAL(gotPreview(const KFileItem, const 
QPixmap)),
this, SLOT(slotGotPreview(const KFileItem, const 
QPixmap)) );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.7.3/lib/thumbnailloadjob.h 
new/gwenview-4.7.4/lib/thumbnailloadjob.h
--- 

commit kalzium for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2011-12-08 11:56:36

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


Package is kalzium, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2011-11-14 
14:01:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2011-12-08 
11:56:37.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:29:23 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:56:12 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kalzium-4.7.3.tar.bz2

New:

  kalzium-4.7.4.tar.bz2



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.sNyE27/_old  2011-12-08 11:56:42.0 +0100
+++ /var/tmp/diff_new_pack.sNyE27/_new  2011-12-08 11:56:42.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kalzium
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -47,12 +45,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Periodic Table of Elements
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Productivity/Scientific/Chemistry
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4
@@ -88,7 +86,6 @@
   rm -rf %{buildroot}
 
 %package devel
-License:GPLv2+
 Summary:Periodic Table of Elements
 Group:  Development/Libraries/KDE
 Requires:   kalzium = %{version}

++ kalzium-4.7.3.tar.bz2 - kalzium-4.7.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalzium-4.7.3/compoundviewer/kalziumgl_part.desktop 
new/kalzium-4.7.4/compoundviewer/kalziumgl_part.desktop
--- old/kalzium-4.7.3/compoundviewer/kalziumgl_part.desktop 2011-10-28 
09:43:09.0 +0200
+++ new/kalzium-4.7.4/compoundviewer/kalziumgl_part.desktop 2011-12-02 
00:25:33.0 +0100
@@ -28,6 +28,7 @@
 Name[is]=KalziumGLPart
 Name[it]=KalziumGLPart
 Name[ja]=Kalzium GL コンポーネント
+Name[kk]=KalziumGLPart
 Name[km]=KalziumGLPart
 Name[ko]=KalziumGLPart
 Name[lt]=KalziumGLPart
@@ -80,6 +81,7 @@
 Comment[is]=Myndgerð 3D sameinda byggð á OpenGL
 Comment[it]=Visualizzatore 3D basato su OpenGL per molecole
 Comment[ja]=分子ビューアのための OpenGL ベースの 3D レンダラー
+Comment[kk]=OpenGL көмегімен молекулаларды 3D кескіндеу
 Comment[km]=កម្មវិធី​បង្ហាញ​ត្រី​មាត្រ​​ដែល​ផ្អែក​លើ​ OpenGL សម្រាប់​ម៉ូលេគុល​ 
 Comment[ko]=입자를 위한 OpenGL 기반 3D 렌더러
 Comment[lt]=Programa, vaizduojanti trimačių molekulių modelius (OpenGL 
pagrindu)
Files old/kalzium-4.7.3/doc/index.cache.bz2 and 
new/kalzium-4.7.4/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalzium-4.7.3/plasmoid/applet/bodr/plasma_kalzium.desktop 
new/kalzium-4.7.4/plasmoid/applet/bodr/plasma_kalzium.desktop
--- old/kalzium-4.7.3/plasmoid/applet/bodr/plasma_kalzium.desktop   
2011-10-28 09:43:09.0 +0200
+++ new/kalzium-4.7.4/plasmoid/applet/bodr/plasma_kalzium.desktop   
2011-12-02 00:25:33.0 +0100
@@ -22,6 +22,7 @@
 Name[is]=Efnafræðilegar upplýsingar
 Name[it]=Dati chimici
 Name[ja]=化学データ
+Name[kk]=Химиялық деректер
 Name[km]=ទិន្នន័យ​គីមី
 Name[ko]=화학 데이터
 Name[lt]=Cheminiai duomenys
@@ -68,6 +69,7 @@
 Comment[is]=Smáforrit fyrir efnafræðilegar upplýsingar
 Comment[it]=Applet di dati chimici
 Comment[ja]=化学データアプレット
+Comment[kk]=Химиялық деректер апплеті
 Comment[km]=អាប់ភ្លេត​ទិន្នន័យ​គីមី
 Comment[ko]=화학 데이터 애플릿
 Comment[lt]=Cheminių duomenų programėlė
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalzium-4.7.3/plasmoid/applet/concentrationPlasmoid/concentrationCalculator.desktop
 
new/kalzium-4.7.4/plasmoid/applet/concentrationPlasmoid/concentrationCalculator.desktop
--- 
old/kalzium-4.7.3/plasmoid/applet/concentrationPlasmoid/concentrationCalculator.desktop
 2011-10-28 09:43:09.0 +0200
+++ 
new/kalzium-4.7.4/plasmoid/applet/concentrationPlasmoid/concentrationCalculator.desktop
 2011-12-02 00:25:33.0 +0100
@@ -14,8 +14,10 @@
 Name[fi]=Kalziumin konsentraatiolaskin
 Name[fr]=Calculateur de 

commit kanagram for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2011-12-08 11:56:40

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


Package is kanagram, Maintainer is kanagram

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2011-11-14 
14:01:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2011-12-08 
11:56:43.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:29:31 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:56:35 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kanagram-4.7.3.tar.bz2

New:

  kanagram-4.7.4.tar.bz2



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.i0bjFU/_old  2011-12-08 11:56:44.0 +0100
+++ /var/tmp/diff_new_pack.i0bjFU/_new  2011-12-08 11:56:44.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kanagram
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -47,12 +45,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Anagram Game
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Teaching/Language
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkdeedu4

++ kanagram-4.7.3.tar.bz2 - kanagram-4.7.4.tar.bz2 ++
Files old/kanagram-4.7.3/doc/index.cache.bz2 and 
new/kanagram-4.7.4/doc/index.cache.bz2 differ

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



commit kbruch for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2011-12-08 11:56:50

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


Package is kbruch, Maintainer is kbruch

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2011-11-14 
14:02:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2011-12-08 
11:56:51.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:29:34 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:57:08 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kbruch-4.7.3.tar.bz2

New:

  kbruch-4.7.4.tar.bz2



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.iL0kkX/_old  2011-12-08 11:56:59.0 +0100
+++ /var/tmp/diff_new_pack.iL0kkX/_new  2011-12-08 11:56:59.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kbruch
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -47,12 +45,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Excercise Fractions
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4

++ kbruch-4.7.3.tar.bz2 - kbruch-4.7.4.tar.bz2 ++
Files old/kbruch-4.7.3/doc/index.cache.bz2 and 
new/kbruch-4.7.4/doc/index.cache.bz2 differ

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



commit kde4-l10n for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory 
checked in at 2011-12-08 11:57:02

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


Package is kde4-l10n, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde4-l10n/kde4-l10n.changes  2011-11-14 
14:03:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kde4-l10n.new/kde4-l10n.changes 2011-12-08 
11:57:28.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:29:43 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:27 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kde-l10n-ar-4.7.3.tar.bz2
  kde-l10n-bg-4.7.3.tar.bz2
  kde-l10n-bs-4.7.3.tar.bz2
  kde-l10n-ca-4.7.3.tar.bz2
  kde-l10n...@valencia-4.7.3.tar.bz2
  kde-l10n-cs-4.7.3.tar.bz2
  kde-l10n-da-4.7.3.tar.bz2
  kde-l10n-de-4.7.3.tar.bz2
  kde-l10n-el-4.7.3.tar.bz2
  kde-l10n-en_GB-4.7.3.tar.bz2
  kde-l10n-es-4.7.3.tar.bz2
  kde-l10n-et-4.7.3.tar.bz2
  kde-l10n-eu-4.7.3.tar.bz2
  kde-l10n-fi-4.7.3.tar.bz2
  kde-l10n-fr-4.7.3.tar.bz2
  kde-l10n-ga-4.7.3.tar.bz2
  kde-l10n-gl-4.7.3.tar.bz2
  kde-l10n-he-4.7.3.tar.bz2
  kde-l10n-hr-4.7.3.tar.bz2
  kde-l10n-hu-4.7.3.tar.bz2
  kde-l10n-ia-4.7.3.tar.bz2
  kde-l10n-id-4.7.3.tar.bz2
  kde-l10n-is-4.7.3.tar.bz2
  kde-l10n-it-4.7.3.tar.bz2
  kde-l10n-ja-4.7.3.tar.bz2
  kde-l10n-kk-4.7.3.tar.bz2
  kde-l10n-km-4.7.3.tar.bz2
  kde-l10n-kn-4.7.3.tar.bz2
  kde-l10n-ko-4.7.3.tar.bz2
  kde-l10n-lt-4.7.3.tar.bz2
  kde-l10n-lv-4.7.3.tar.bz2
  kde-l10n-nb-4.7.3.tar.bz2
  kde-l10n-nds-4.7.3.tar.bz2
  kde-l10n-nl-4.7.3.tar.bz2
  kde-l10n-nn-4.7.3.tar.bz2
  kde-l10n-pa-4.7.3.tar.bz2
  kde-l10n-pl-4.7.3.tar.bz2
  kde-l10n-pt-4.7.3.tar.bz2
  kde-l10n-pt_BR-4.7.3.tar.bz2
  kde-l10n-ro-4.7.3.tar.bz2
  kde-l10n-ru-4.7.3.tar.bz2
  kde-l10n-sk-4.7.3.tar.bz2
  kde-l10n-sl-4.7.3.tar.bz2
  kde-l10n-sr-4.7.3.tar.bz2
  kde-l10n-sv-4.7.3.tar.bz2
  kde-l10n-th-4.7.3.tar.bz2
  kde-l10n-tr-4.7.3.tar.bz2
  kde-l10n-ug-4.7.3.tar.bz2
  kde-l10n-uk-4.7.3.tar.bz2
  kde-l10n-wa-4.7.3.tar.bz2
  kde-l10n-zh_CN-4.7.3.tar.bz2
  kde-l10n-zh_TW-4.7.3.tar.bz2

New:

  kde-l10n-ar-4.7.4.tar.bz2
  kde-l10n-bg-4.7.4.tar.bz2
  kde-l10n-bs-4.7.4.tar.bz2
  kde-l10n-ca-4.7.4.tar.bz2
  kde-l10n...@valencia-4.7.4.tar.bz2
  kde-l10n-cs-4.7.4.tar.bz2
  kde-l10n-da-4.7.4.tar.bz2
  kde-l10n-de-4.7.4.tar.bz2
  kde-l10n-el-4.7.4.tar.bz2
  kde-l10n-en_GB-4.7.4.tar.bz2
  kde-l10n-es-4.7.4.tar.bz2
  kde-l10n-et-4.7.4.tar.bz2
  kde-l10n-eu-4.7.4.tar.bz2
  kde-l10n-fi-4.7.4.tar.bz2
  kde-l10n-fr-4.7.4.tar.bz2
  kde-l10n-ga-4.7.4.tar.bz2
  kde-l10n-gl-4.7.4.tar.bz2
  kde-l10n-he-4.7.4.tar.bz2
  kde-l10n-hr-4.7.4.tar.bz2
  kde-l10n-hu-4.7.4.tar.bz2
  kde-l10n-ia-4.7.4.tar.bz2
  kde-l10n-id-4.7.4.tar.bz2
  kde-l10n-is-4.7.4.tar.bz2
  kde-l10n-it-4.7.4.tar.bz2
  kde-l10n-ja-4.7.4.tar.bz2
  kde-l10n-kk-4.7.4.tar.bz2
  kde-l10n-km-4.7.4.tar.bz2
  kde-l10n-kn-4.7.4.tar.bz2
  kde-l10n-ko-4.7.4.tar.bz2
  kde-l10n-lt-4.7.4.tar.bz2
  kde-l10n-lv-4.7.4.tar.bz2
  kde-l10n-nb-4.7.4.tar.bz2
  kde-l10n-nds-4.7.4.tar.bz2
  kde-l10n-nl-4.7.4.tar.bz2
  kde-l10n-nn-4.7.4.tar.bz2
  kde-l10n-pa-4.7.4.tar.bz2
  kde-l10n-pl-4.7.4.tar.bz2
  kde-l10n-pt-4.7.4.tar.bz2
  kde-l10n-pt_BR-4.7.4.tar.bz2
  kde-l10n-ro-4.7.4.tar.bz2
  kde-l10n-ru-4.7.4.tar.bz2
  kde-l10n-si-4.7.4.tar.bz2
  kde-l10n-sk-4.7.4.tar.bz2
  kde-l10n-sl-4.7.4.tar.bz2
  kde-l10n-sr-4.7.4.tar.bz2
  kde-l10n-sv-4.7.4.tar.bz2
  kde-l10n-th-4.7.4.tar.bz2
  kde-l10n-tr-4.7.4.tar.bz2
  kde-l10n-ug-4.7.4.tar.bz2
  kde-l10n-uk-4.7.4.tar.bz2
  kde-l10n-wa-4.7.4.tar.bz2
  kde-l10n-zh_CN-4.7.4.tar.bz2
  kde-l10n-zh_TW-4.7.4.tar.bz2



Other differences:
--
++ kde4-l10n.spec ++
 833 lines (skipped)
 between /work/SRC/openSUSE:Factory/kde4-l10n/kde4-l10n.spec
 and /work/SRC/openSUSE:Factory/.kde4-l10n.new/kde4-l10n.spec

++ kde-l10n-ar-4.7.3.tar.bz2 - kde-l10n-ar-4.7.4.tar.bz2 ++
 14207 lines of diff (skipped)

++ kde-l10n-bg-4.7.3.tar.bz2 - kde-l10n-bg-4.7.4.tar.bz2 ++
 12794 lines of diff (skipped)

++ kde-l10n-bs-4.7.3.tar.bz2 - kde-l10n-bs-4.7.4.tar.bz2 ++
 20402 lines of diff (skipped)

++ kde-l10n-ca-4.7.3.tar.bz2 - kde-l10n-ca-4.7.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/kde4-l10n/kde-l10n-ca-4.7.3.tar.bz2 
/work/SRC/openSUSE:Factory/.kde4-l10n.new/kde-l10n-ca-4.7.4.tar.bz2 differ: 
char 11, line 1

++ kde-l10n...@valencia-4.7.3.tar.bz2 - kde-l10n...@valencia-4.7.4.tar.bz2 

commit kdebindings-smokekde for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:Factory checked in at 2011-12-08 11:57:21

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


Package is kdebindings-smokekde, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokekde/kdebindings-smokekde.changes
2011-11-16 17:18:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2011-12-08 11:58:42.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:18 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:03:30 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  smokekde-4.7.3.tar.bz2

New:

  smokekde-4.7.4.tar.bz2



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.9CHeG3/_old  2011-12-08 11:58:43.0 +0100
+++ /var/tmp/diff_new_pack.9CHeG3/_new  2011-12-08 11:58:43.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdebindings-smokekde
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:Kdebindings Smoke-kde library
+License:LGPL-2.1+
+Group:  Development/Libraries/KDE
 %define sonum   3
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde
-Group:  Development/Libraries/KDE
 Source0:smokekde-%{version}.tar.bz2
 BuildRequires:  kate-devel
 BuildRequires:  kdebase4-workspace-devel
@@ -41,9 +39,7 @@
 
 %package -n libsmokekde%{sonum}
 
-License:LGPLv2.1+
 Summary:Kdebindings Smoke-kde library
-Group:  Development/Libraries/KDE
 Obsoletes:  libsmoke2  %{version}
 Provides:   libsmoke2 = %{version}
 Obsoletes:  libsmokekde  %{version}
@@ -54,9 +50,7 @@
 Used by language bindings.
 
 %package -n libsmokekde-devel
-License:LGPLv2.1+
 Summary:Development files for libsmokekde
-Group:  Development/Libraries/KDE
 Requires:   libsmokekde%{sonum} = %{version}
 Requires:   libsmokeqt-devel
 Obsoletes:  libsmoke-devel  %{version}

++ smokekde-4.7.3.tar.bz2 - smokekde-4.7.4.tar.bz2 ++

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



commit kdemultimedia4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory 
checked in at 2011-12-08 12:01:34

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


Package is kdemultimedia4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia4/kdemultimedia4.changes
2011-11-14 14:09:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdemultimedia4.new/kdemultimedia4.changes   
2011-12-08 12:01:40.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:32 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:35 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdemultimedia-4.7.3.tar.bz2

New:

  kdemultimedia-4.7.4.tar.bz2



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.hXlHF2/_old  2011-12-08 12:01:41.0 +0100
+++ /var/tmp/diff_new_pack.hXlHF2/_new  2011-12-08 12:01:41.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %bcond_with ffmpeg
 
 Name:   kdemultimedia4
@@ -40,12 +39,12 @@
 BuildRequires:  taglib-devel
 BuildRequires:  xine-devel
 BuildRequires:  xine-lib
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Base package for KDE multimedia applications
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source: kdemultimedia-%{version}.tar.bz2
 Patch1: kmix-autostart.diff
 Suggests:   juk
@@ -101,10 +100,9 @@
   rm -rf filelists
 
 %package -n dragonplayer
-License:GPLv2+
 Summary:Multimedia Player
-Url:http://dragonplayer.org/
 Group:  Productivity/Multimedia/Video/Players
+Url:http://dragonplayer.org/
 %kde4_runtime_requires
 
 %description -n dragonplayer
@@ -121,7 +119,6 @@
 %dir %{_kde4_appsdir}/solid/actions
 
 %package -n juk
-License:GPLv2+
 Summary:Jukebox
 Group:  Productivity/Multimedia/Sound/Players
 Provides:   kde4-juk = 4.3.0
@@ -140,7 +137,6 @@
 %doc COPYING COPYING.DOC README
 
 %package -n kmix
-License:GPLv2+
 Summary:Sound Mixer
 Group:  Productivity/Multimedia/Sound/Mixers
 Provides:   kde4-kmix = 4.3.0
@@ -159,7 +155,6 @@
 %doc COPYING COPYING.DOC README
 
 %package -n kscd
-License:GPLv2+
 Summary:CD Player
 Group:  Productivity/Multimedia/CD/Players
 Requires:   libkcddb4 = %{version}
@@ -183,7 +178,6 @@
 %dir %{_kde4_appsdir}/solid/actions
 
 %package -n kio_audiocd
-License:GPLv2+
 Summary:KDE I/O Slave for Audio CDs
 Group:  System/GUI/KDE
 Requires:   libkcddb4 = %{version}
@@ -204,7 +198,6 @@
 %doc COPYING COPYING.DOC README
 
 %package -n kio_audiocd-devel
-License:GPLv2+
 Summary:KDE I/O Slave for Audio CDs: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   kio_audiocd = %{version}
@@ -218,7 +211,6 @@
 %doc COPYING COPYING.DOC README
 
 %package -n libkcddb4
-License:GPLv2+
 Summary:KDE CDDB Library
 Group:  System/GUI/KDE
 
@@ -235,7 +227,6 @@
 %doc %lang(en) %{_kde4_htmldir}/en/kcontrol/cddbretrieval
 
 %package -n libkcddb4-devel
-License:GPLv2+
 Summary:KDE CDDB Library: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   libkcddb4 = %{version}
@@ -250,7 +241,6 @@
 %dir %{_includedir}/libkcddb
 
 %package -n libkcompactdisc4
-License:GPLv2+
 Summary:KDE CD Library
 Group:  System/GUI/KDE
 %requires_gelibqt4-x11
@@ -268,7 +258,6 @@
 %doc COPYING COPYING.DOC README
 
 %package -n libkcompactdisc4-devel
-License:GPLv2+
 Summary:KDE CD Library: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   libkcompactdisc4 = %{version}
@@ -283,7 +272,6 @@
 %dir %{_includedir}/libkcompactdisc
 
 %package thumbnailers
-License:GPLv2+
 Summary:KDE thumbnails for multimedia files
 Group:  System/GUI/KDE
 Obsoletes:  kdemultimedia4  %{version}

++ kdemultimedia-4.7.3.tar.bz2 - kdemultimedia-4.7.4.tar.bz2 ++
Files old/kdemultimedia-4.7.3/doc/dragonplayer/index.cache.bz2 and 
new/kdemultimedia-4.7.4/doc/dragonplayer/index.cache.bz2 differ
Files old/kdemultimedia-4.7.3/doc/juk/index.cache.bz2 

commit kdenetwork4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory 
checked in at 2011-12-08 12:09:44

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


Package is kdenetwork4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork4.changes  2011-11-14 
14:10:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork4.changes 
2011-12-08 12:09:45.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:35 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:39 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdenetwork-4.7.3.tar.bz2

New:

  kdenetwork-4.7.4.tar.bz2



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.VF2zRe/_old  2011-12-08 12:09:53.0 +0100
+++ /var/tmp/diff_new_pack.VF2zRe/_new  2011-12-08 12:09:53.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdenetwork4
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:KDE Network Base Package
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Networking/Other
+Url:http://www.kde.org
 Source0:kdenetwork-%{version}.tar.bz2
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  fdupes
@@ -104,7 +102,6 @@
   rm -rf filelists
 
 %package filesharing
-License:GPLv2+
 Summary:Network file sharing support for KDE
 Group:  Productivity/Networking/System
 Obsoletes:  %{name}  %{version}
@@ -117,7 +114,6 @@
 to share files on the local network using samba.
 
 %package -n kdnssd
-License:GPLv2+
 Summary:Zeroconf Support for KDE
 Group:  Productivity/Networking/System
 Obsoletes:  kde4-kdnssd  4.3.0
@@ -128,7 +124,6 @@
 This package contains the Zeroconf support for KDE.
 
 %package -n kget
-License:GPLv2+
 Summary:Download Manager
 Group:  Productivity/Networking/Other
 Obsoletes:  kde4-kget  4.3.0
@@ -139,7 +134,6 @@
 An advanced download manager for KDE
 
 %package -n kget-devel
-License:GPLv2+
 Summary:Development files for kget
 Group:  Development/Libraries/KDE
 Requires:   kget = %{version}
@@ -149,7 +143,6 @@
 Development libraries and headers needed to build software using kget
 
 %package -n kopete
-License:GPLv2+
 Summary:Instant Messenger
 Group:  Productivity/Networking/Instant Messenger
 Requires:   kdepim4-runtime
@@ -165,7 +158,6 @@
 Kopete is the KDE instant messenger and supports multiple protocols.
 
 %package -n kopete-devel
-License:GPLv2+
 Summary:Development files for kopete
 Group:  Development/Libraries/KDE
 Requires:   kopete = %{version}
@@ -179,7 +171,6 @@
 software using kopete
 
 %package -n kppp
-License:GPLv2+
 Summary:Internet Dial-Up Tool
 Group:  Productivity/Networking/Other
 Obsoletes:  kde4-kppp  4.3.0
@@ -190,7 +181,6 @@
 A dialer and front-end to pppd
 
 %package -n krdc
-License:GPLv2+
 Summary:Remote Desktop Connection
 Group:  Productivity/Networking/Remote Desktop
 Recommends: rdesktop
@@ -202,7 +192,6 @@
 Krdc allows to connect to VNC and RDP compatible servers.
 
 %package -n krdc-devel
-License:GPLv2+
 Summary:Development files for krdc
 Group:  Development/Libraries/KDE
 Requires:   krdc = %{version}
@@ -212,7 +201,6 @@
 Development libraries and headers needed to build software using krdc
 
 %package -n krfb
-License:GPLv2+
 Summary:Desktop Sharing
 Group:  Productivity/Networking/Remote Desktop
 Obsoletes:  kde4-krfb  4.3.0

++ kdenetwork-4.7.3.tar.bz2 - kdenetwork-4.7.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork-4.7.3.tar.bz2 
/work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork-4.7.4.tar.bz2 differ: 
char 11, line 1

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



commit kdepim4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2011-12-08 12:09:49

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


Package is kdepim4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2011-11-14 
14:11:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2011-12-08 
12:09:54.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:41 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:46 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdepim-4.7.3.tar.bz2

New:

  kdepim-4.7.4.tar.bz2



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.H1sDaB/_old  2011-12-08 12:10:01.0 +0100
+++ /var/tmp/diff_new_pack.H1sDaB/_new  2011-12-08 12:10:01.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdepim4
-Version:4.7.3
-Release:1
-License:GPLv2+ ; LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:Base package of kdepim
-Url:http://www.kde.org
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kdepim-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 Patch1: akregator-useragent.diff
@@ -191,8 +189,8 @@
   rm -rf filelists
 
 %package -n akonadi
-License:GPLv2+ ; LGPLv2.1+
 Summary:KDE Resources for PIM Storage Service
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/GUI/KDE
 Requires:   kdepim4-runtime = %{version}
 Requires:   soprano
@@ -224,8 +222,8 @@
 %{_kde4_libdir}/akonadi/contact/editorpageplugins/cryptopageplugin.so
 
 %package -n akregator
-License:LGPLv2.1+
 Summary:RSS Feed Reader
+License:LGPL-2.1+
 Group:  Productivity/Networking/News/Utilities
 Requires:   libkdepim4 = %{version}
 Provides:   kde4-akregator = 4.3.0
@@ -245,8 +243,8 @@
 %doc COPYING COPYING.LIB COPYING.DOC README
 
 %package -n blogilo
-License:LGPLv2.1+
 Summary:KDE Blog Editor
+License:LGPL-2.1+
 Group:  Productivity/Editors/Other
 Requires:   libkdepim4 = %{version}
 Provides:   bilbo = 1.0
@@ -265,8 +263,8 @@
 %defattr(-,root,root)
 
 %package -n kaddressbook
-License:LGPLv2.1+
 Summary:Address Manager
+License:LGPL-2.1+
 Group:  Productivity/Networking/Email/Utilities
 Requires:   kdepim4-runtime = %{version}
 Requires:   libkdepim4 = %{version}
@@ -288,8 +286,8 @@
 %doc COPYING COPYING.LIB COPYING.DOC README
 
 %package -n kmail
-License:GPL v2.0
 Summary:Mail Client
+License:GPL-2.0
 Group:  Productivity/Networking/Email/Clients
 Requires:   akonadi-runtime
 Requires:   kdepim4-runtime = %{version}
@@ -314,8 +312,8 @@
 %{_kde4_appsdir}/kmail/pics/*
 
 %package -n knode
-License:LGPLv2.1+
 Summary:News Reader
+License:LGPL-2.1+
 Group:  Productivity/Networking/News/Clients
 Requires:   libkdepim4 = %{version}
 Provides:   kde4-knode = 4.3.0
@@ -336,8 +334,8 @@
 %{_kde4_appsdir}/knode/pics/*
 
 %package -n knotes
-License:LGPLv2.1+
 Summary:Popup Notes
+License:LGPL-2.1+
 Group:  Productivity/Other
 Requires:   libkdepim4 = %{version}
 Provides:   kde4-knotes = 4.3.0
@@ -358,8 +356,8 @@
 %exclude %{_kde4_appsdir}/knotes/knotes_part.rc
 
 %package -n kontact
-License:LGPLv2.1+
 Summary:Personal Information Manager
+License:LGPL-2.1+
 Group:  Productivity/Other
 Requires:   libkdepim4 = %{version}
 Recommends: kmail
@@ -388,8 +386,8 @@
 %doc COPYING COPYING.LIB COPYING.DOC README
 
 %package -n korganizer
-License:GPL v2.0
 Summary:Personal Organizer
+License:GPL-2.0
 Group:  Productivity/Office/Organizers
 Requires:   kdepim4-runtime = %{version}
 Requires:   libkdepim4 = %{version}
@@ -414,8 +412,8 @@
 %{_kde4_servicetypesdir}/calendarplugin.desktop
 
 %package -n ktimetracker
-License:LGPLv2.1+
 Summary:Personal Time Tracker
+License:LGPL-2.1+
 Group:  Productivity/Other
 Requires:   libkdepim4 = %{version}
 Provides:   kde4-ktimetracker = 4.3.0
@@ -435,8 +433,8 @@
 %doc COPYING 

commit kdepim4-runtime for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2011-12-08 12:09:56

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


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2011-11-14 14:18:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2011-12-08 12:10:01.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:46 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdepim-runtime-4.7.3.tar.bz2

New:

  kdepim-runtime-4.7.4.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.JphvNx/_old  2011-12-08 12:10:03.0 +0100
+++ /var/tmp/diff_new_pack.JphvNx/_new  2011-12-08 12:10:03.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdepim4-runtime
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:Base package of kdepim
-Url:http://www.kde.org
+License:LGPL-2.1+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
 Patch0: 4_7_BRANCH.diff


++ kdepim-runtime-4.7.3.tar.bz2 - kdepim-runtime-4.7.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.7.3/CMakeLists.txt 
new/kdepim-runtime-4.7.4/CMakeLists.txt
--- old/kdepim-runtime-4.7.3/CMakeLists.txt 2011-10-28 09:51:28.0 
+0200
+++ new/kdepim-runtime-4.7.4/CMakeLists.txt 2011-12-02 00:53:01.0 
+0100
@@ -38,7 +38,7 @@
 set( KDEPIM_RUNTIME_DEV_VERSION  )
 endif ()
 
-set( KDEPIM_RUNTIME_VERSION 4.7.3${KDEPIM_RUNTIME_DEV_VERSION} )
+set( KDEPIM_RUNTIME_VERSION 4.7.4${KDEPIM_RUNTIME_DEV_VERSION} )
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.7.3/accountwizard/accountwizard.desktop 
new/kdepim-runtime-4.7.4/accountwizard/accountwizard.desktop
--- old/kdepim-runtime-4.7.3/accountwizard/accountwizard.desktop
2011-10-02 15:24:50.0 +0200
+++ new/kdepim-runtime-4.7.4/accountwizard/accountwizard.desktop
2011-12-02 00:25:44.0 +0100
@@ -35,6 +35,7 @@
 Name[sr@ijekavianlatin]=Čarobnjak za naloge
 Name[sr@latin]=Čarobnjak za naloge
 Name[sv]=Kontoguide
+Name[tr]=Hesap Sihirbazı
 Name[ug]=زىيارەت يېتەكچىسى
 Name[uk]=Майстер облікових записів
 Name[x-test]=xxAccount Wizardxx
@@ -73,6 +74,7 @@
 Comment[sr@ijekavianlatin]=Pokrenite čarobnjak da podesite PIM naloge.
 Comment[sr@latin]=Pokrenite čarobnjak da podesite PIM naloge.
 Comment[sv]=Starta kontoguiden för att anpassa konton för personlig 
informationshantering.
+Comment[tr]=PIM hesaplarını düzenlemek için hesap sihirbazını başlat.
 Comment[uk]=Запустити майстер облікових записів для налаштування.
 Comment[x-test]=xxLaunch the account wizard to configure PIM accounts.xx
 Comment[zh_CN]=调用账户向导配置个人信息账户。
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.7.3/agents/calendarsearch/calendarsearchagent.desktop 
new/kdepim-runtime-4.7.4/agents/calendarsearch/calendarsearchagent.desktop
--- old/kdepim-runtime-4.7.3/agents/calendarsearch/calendarsearchagent.desktop  
2011-10-02 15:24:48.0 +0200
+++ new/kdepim-runtime-4.7.4/agents/calendarsearch/calendarsearchagent.desktop  
2011-12-02 00:25:44.0 +0100
@@ -31,6 +31,7 @@
 Name[sr@ijekavianlatin]=Agent pretrage kalendara
 Name[sr@latin]=Agent pretrage kalendara
 Name[sv]=Modul för kalendersökning
+Name[tr]=Takvim Arama Programı
 Name[uk]=Агент пошуку у календарі
 Name[x-test]=xxCalendar Search Agentxx
 Name[zh_CN]=日历搜索代理
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.7.3/agents/invitations/invitationsagent.desktop 
new/kdepim-runtime-4.7.4/agents/invitations/invitationsagent.desktop
--- old/kdepim-runtime-4.7.3/agents/invitations/invitationsagent.desktop

commit kdepimlibs4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2011-12-08 12:10:07

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


Package is kdepimlibs4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2011-11-14 
14:18:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2011-12-08 12:10:09.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:49 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:58:54 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdepimlibs-4.7.3.tar.bz2

New:

  kdepimlibs-4.7.4.tar.bz2



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.5aRNqM/_old  2011-12-08 12:10:14.0 +0100
+++ /var/tmp/diff_new_pack.5aRNqM/_new  2011-12-08 12:10:14.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdepimlibs4
-Version:4.7.3
-Release:1
-License:LGPLv2.1+
+Version:4.7.4
+Release:0
 Summary:KDE PIM Libraries
-Url:http://www.kde.org
+License:LGPL-2.1+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kdepimlibs-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 BuildRequires:  boost-devel
@@ -75,7 +73,6 @@
   rm -rf %{buildroot}
 
 %package -n libkdepimlibs4
-License:LGPLv2.1+
 Summary:KDE PIM Libraries
 Group:  System/GUI/KDE
 %requires_gelibical0
@@ -117,7 +114,6 @@
 %{_kde4_libdir}/libsyndication.so.*
 
 %package -n libakonadi4
-License:LGPLv2.1+
 Summary:PIM Storage Service Libraries
 Group:  System/GUI/KDE
 Requires:   libakonadiprotocolinternals1 = 1.6.0
@@ -143,7 +139,6 @@
 %{_kde4_libdir}/libakonadi-kmime.so.*
 
 %package -n libkdepimlibs4-devel
-License:LGPLv2.1+
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   boost-devel

++ kdepimlibs-4.7.3.tar.bz2 - kdepimlibs-4.7.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.7.3/CMakeLists.txt 
new/kdepimlibs-4.7.4/CMakeLists.txt
--- old/kdepimlibs-4.7.3/CMakeLists.txt 2011-10-28 09:48:14.0 +0200
+++ new/kdepimlibs-4.7.4/CMakeLists.txt 2011-12-02 00:47:15.0 +0100
@@ -7,7 +7,7 @@
 ### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) 
###
 set(KDEPIMLIBS_VERSION_MAJOR 4)
 set(KDEPIMLIBS_VERSION_MINOR 7)
-set(KDEPIMLIBS_VERSION_PATCH 3)
+set(KDEPIMLIBS_VERSION_PATCH 4)
 set(KDEPIMLIBS_VERSION 
${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.7.3/akonadi/actionstatemanager.cpp 
new/kdepimlibs-4.7.4/akonadi/actionstatemanager.cpp
--- old/kdepimlibs-4.7.3/akonadi/actionstatemanager.cpp 2011-05-20 
22:31:22.0 +0200
+++ new/kdepimlibs-4.7.4/akonadi/actionstatemanager.cpp 2011-12-02 
00:24:33.0 +0100
@@ -142,6 +142,14 @@
 }
   }
 
+  bool atLeastOneCollectionCanHaveItems = false;
+  foreach ( const Collection collection, collections ) {
+if ( collectionCanHaveItems( collection ) ) {
+  atLeastOneCollectionCanHaveItems = true;
+  break;
+}
+  }
+
   const Collection collection = (!collections.isEmpty() ? collections.first() 
: Collection());
 
   // collection specific actions
@@ -165,8 +173,7 @@
   enableAction( StandardActionManager::CollectionProperties, 
singleCollectionSelected  // we can only configure one collection at a time
  
!isRootCollection( collection ) ); // we can not configure the root collection
 
-  enableAction( StandardActionManager::SynchronizeCollections, 
atLeastOneCollectionSelected  
-   
collectionsAreFolders ); // it must be a valid folder collection
+  enableAction( StandardActionManager::SynchronizeCollections, 
atLeastOneCollectionCanHaveItems ); // it must be a valid folder collection
 
   enableAction( StandardActionManager::SynchronizeCollectionsRecursive, 
atLeastOneCollectionSelected 
 

commit kdesdk4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4 for openSUSE:Factory checked 
in at 2011-12-08 12:10:12

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


Package is kdesdk4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4/kdesdk4.changes  2011-12-01 
17:37:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdesdk4.new/kdesdk4.changes 2011-12-08 
12:10:22.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec  7 11:30:54 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Sat Dec  3 19:11:16 CET 2011 - rwooni...@opensuse.org
+
+- Add libtool as BuildRequires to build kstartperf
+
+---
+Fri Dec  2 01:59:16 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+---

Old:

  kdesdk-4.7.3.tar.bz2
  umbrella-virtual-qobject.patch

New:

  kdesdk-4.7.4.tar.bz2



Other differences:
--
++ kdesdk4.spec ++
--- /var/tmp/diff_new_pack.waPypF/_old  2011-12-08 12:10:24.0 +0100
+++ /var/tmp/diff_new_pack.waPypF/_new  2011-12-08 12:10:24.0 +0100
@@ -15,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdesdk4
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:KDE SDK Package
-Url:http://www.kde.org/
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org/
 Source0:kdesdk-%{version}.tar.bz2
 Source100:  kdesdk4-rpmlintrc
 Patch0: desktop-files.diff
-Patch1: umbrella-virtual-qobject.patch
 BuildRequires:  antlr
 BuildRequires:  antlr-devel
 # for libiberty (used by kmtrace for cp_demangle)
@@ -44,6 +41,7 @@
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  strigi
 BuildRequires:  subversion-devel
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Requires(post): shared-mime-info
@@ -55,7 +53,6 @@
 %prep
 %setup -q -n kdesdk-%{version}
 %patch0
-%patch1 -p1
 
 %build
 %ifarch ppc64
@@ -107,8 +104,8 @@
 %_kde4_bindir/update-mime-database %{_datadir}/mime  /dev/null || :
 
 %package scripts
-License:GPLv2+
 Summary:Scripts for KDE Development
+License:GPL-2.0+
 Group:  System/GUI/KDE
 %kde4_runtime_requires
 
@@ -121,8 +118,8 @@
 %doc COPYING COPYING.DOC README
 
 %package -n kde4-l10n-devel
-License:GPLv2+
 Summary:KDE SDK Package
+License:GPL-2.0+
 Group:  Development/Libraries/KDE
 %kde4_runtime_requires
 
@@ -134,8 +131,8 @@
 %doc COPYING COPYING.DOC README
 
 %package -n lokalize
-License:GPLv2+
 Summary:KDE Translation Editor
+License:GPL-2.0+
 Group:  System/GUI/KDE
 # Requires strigila_po.so (bnc#410716)
 Requires:   kdesdk4-strigi
@@ -153,8 +150,8 @@
 %doc COPYING COPYING.DOC README
 
 %package -n dolphin-plugins
-License:GPLv2+
 Summary:Version control plugins for dolphin
+License:GPL-2.0+
 Group:  System/GUI/KDE
 %kde4_runtime_requires
 
@@ -173,8 +170,8 @@
 %_kde4_modulesdir/fileviewsvnplugin.so
 
 %package -n okteta
-License:GPLv2+
 Summary:Hex Editor
+License:GPL-2.0+
 Group:  Development/Tools/Other
 Provides:   kde4-okteta = 4.0.81
 Obsoletes:  kde4-okteta  4.0.81
@@ -199,8 +196,8 @@
 %dir %_kde4_appsdir/oktetapart
 
 %package -n okteta-devel
-License:GPLv2+
 Summary:Hex Editor
+License:GPL-2.0+
 Group:  Development/Tools/Other
 Requires:   okteta
 
@@ -215,8 +212,8 @@
 %{_includedir}/okteta
 
 %package -n cervisia
-License:GPLv2+
 Summary:CVS Frontend
+License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Provides:   kde4-cervisia = 4.3.0
 Obsoletes:  kde4-cervisia  4.3.0
@@ -231,8 +228,8 @@
 %dir %_kde4_appsdir/cervisiapart
 
 %package -n kuiviewer
-License:GPLv2+
 Summary:UI Files Viewer
+License:GPL-2.0+
 Group:  Development/Tools/Other
 Provides:   kde4-kuiviewer = 4.3.0
 Obsoletes:  kde4-kuiviewer  4.3.0
@@ -247,8 +244,8 @@
 %dir %_kde4_appsdir/kuiviewerpart
 
 %package -n kcachegrind
-License:GPLv2+
 Summary:Frontend for Cachegrind
+License:GPL-2.0+
 Group:  Development/Tools/Other
 Provides:   kde4-kcachegrind = 4.3.0
 Obsoletes:  

commit kdetoys4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

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

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


Package is kdetoys4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdetoys4/kdetoys4.changes2011-11-14 
14:18:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdetoys4.new/kdetoys4.changes   2011-12-08 
12:10:27.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:57 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:59:21 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdetoys-4.7.3.tar.bz2

New:

  kdetoys-4.7.4.tar.bz2



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.W6J6r7/_old  2011-12-08 12:10:32.0 +0100
+++ /var/tmp/diff_new_pack.W6J6r7/_new  2011-12-08 12:10:32.0 +0100
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdetoys4
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libqimageblitz-devel
-License:GPLv2+
-Group:  System/GUI/KDE
 Summary:Base Package for kdetoys
+License:GPL-2.0+
+Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.7.3
-Release:1
+Version:4.7.4
+Release:0
 Source0:kdetoys-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -60,9 +58,8 @@
   rm -rf filelists
 
 %package -n amor
-License:GPLv2+
-Group:  Amusements/Toys/Other
 Summary:On-Screen Creature
+Group:  Amusements/Toys/Other
 %kde4_runtime_requires
 Provides:   kde4-amor = 4.3.0
 Obsoletes:  kde4-amor  4.3.0
@@ -73,9 +70,8 @@
 KDE creature for your desktop
 
 %package -n kteatime
-License:GPLv2+
-Group:  Amusements/Toys/Other
 Summary:Tea Cooker
+Group:  Amusements/Toys/Other
 Provides:   kde4-kteatime = 4.3.0
 Obsoletes:  kde4-kteatime  4.3.0
 %kde4_runtime_requires
@@ -84,9 +80,8 @@
 KDE time utility for making a fine cup of tea
 
 %package -n ktux
-License:GPLv2+
-Group:  Amusements/Toys/Screensavers
 Summary:Tux Screen Saver
+Group:  Amusements/Toys/Screensavers
 Provides:   kde4-ktux = 4.3.0
 Obsoletes:  kde4-ktux  4.3.0
 %kde4_runtime_requires

++ kdetoys-4.7.3.tar.bz2 - kdetoys-4.7.4.tar.bz2 ++
Files old/kdetoys-4.7.3/doc/amor/index.cache.bz2 and 
new/kdetoys-4.7.4/doc/amor/index.cache.bz2 differ
Files old/kdetoys-4.7.3/doc/kteatime/index.cache.bz2 and 
new/kdetoys-4.7.4/doc/kteatime/index.cache.bz2 differ

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



commit kdewebdev4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2011-12-08 12:10:32

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


Package is kdewebdev4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev4/kdewebdev4.changes2011-11-14 
14:19:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2011-12-08 12:10:36.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 10:59:32 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:59:36 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdewebdev-4.7.3.tar.bz2

New:

  kdewebdev-4.7.4.tar.bz2



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.cgOUT4/_old  2011-12-08 12:10:37.0 +0100
+++ /var/tmp/diff_new_pack.cgOUT4/_new  2011-12-08 12:10:37.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdewebdev4
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Base package for kdewebdev
-Url:http://quanta.sf.net
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://quanta.sf.net
 Source0:kdewebdev-%{version}.tar.bz2
 Patch1: executor.diff
 BuildRequires:  fdupes
@@ -69,7 +67,6 @@
 %postun -p /sbin/ldconfig
 
 %package -n kfilereplace
-License:GPLv2+
 Summary:Search  Replace Tool
 Group:  Productivity/Other
 Provides:   kde4-kfilereplace = 4.3.0
@@ -89,7 +86,6 @@
 %{_kde4_appsdir}/kfilereplacepart
 
 %package -n kimagemapeditor
-License:GPLv2+
 Summary:HTML Image Map Editor
 Group:  Productivity/Publishing/HTML/Editors
 Provides:   kde4-kimagemapeditor = 4.3.0
@@ -108,7 +104,6 @@
 %doc AUTHORS COPYING COPYING.DOC README
 
 %package -n klinkstatus
-License:GPLv2+
 Summary:Link Checker
 Group:  Productivity/Publishing/HTML/Tools
 Provides:   kde4-klinkstatus = 4.3.0
@@ -129,7 +124,6 @@
 %{_kde4_appsdir}/klinkstatuspart
 
 %package -n kommander-runtime
-License:GPLv2+
 Summary:Runtime for Kommander dialogs and application
 Group:  System/GUI/KDE
 Provides:   kde4-kommander = 4.3.0
@@ -157,7 +151,6 @@
 %exclude %{_kde4_libdir}/libkommander*.so
 
 %package -n kommander-runtime-devel
-License:GPLv2+
 Summary:Development files for kommander-runtime
 Group:  Development/Libraries/KDE
 Requires:   kommander-runtime = %{version}
@@ -176,7 +169,6 @@
 
 %package -n kxsldbg
 
-License:GPLv2+
 Summary:XSLT Debugger
 Group:  Productivity/Publishing/HTML/Tools
 Provides:   kde4-kxsldbg = 4.3.0

++ kdewebdev-4.7.3.tar.bz2 - kdewebdev-4.7.4.tar.bz2 ++
Files old/kdewebdev-4.7.3/doc/kfilereplace/index.cache.bz2 and 
new/kdewebdev-4.7.4/doc/kfilereplace/index.cache.bz2 differ
Files old/kdewebdev-4.7.3/doc/kimagemapeditor/index.cache.bz2 and 
new/kdewebdev-4.7.4/doc/kimagemapeditor/index.cache.bz2 differ
Files old/kdewebdev-4.7.3/doc/klinkstatus/index.cache.bz2 and 
new/kdewebdev-4.7.4/doc/klinkstatus/index.cache.bz2 differ
Files old/kdewebdev-4.7.3/doc/kommander/index.cache.bz2 and 
new/kdewebdev-4.7.4/doc/kommander/index.cache.bz2 differ

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



commit kdeutils4 for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdeutils4 for openSUSE:Factory 
checked in at 2011-12-08 12:10:23

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


Package is kdeutils4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeutils4/kdeutils4.changes  2011-11-28 
12:54:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeutils4.new/kdeutils4.changes 2011-12-08 
12:10:32.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 10:59:46 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Sat Dec  3 10:41:05 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kdeutils-4.7.3.tar.bz2

New:

  kdeutils-4.7.4.tar.bz2



Other differences:
--
++ kdeutils4.spec ++
--- /var/tmp/diff_new_pack.fL7Ujq/_old  2011-12-08 12:10:35.0 +0100
+++ /var/tmp/diff_new_pack.fL7Ujq/_new  2011-12-08 12:10:35.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdeutils4
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel
@@ -36,12 +34,12 @@
 BuildRequires:  python-cups
 BuildRequires:  python-kde4-devel
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Base Package of KDE Utility Programs
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Other
+Url:http://www.kde.org
 Source0:kdeutils-%{version}.tar.bz2
 Patch1: desktop-files.diff
 Patch2: kgpg-autostart.diff
@@ -100,7 +98,6 @@
   %kde_post_install
 
 %package -n ark
-License:GPLv2+
 Summary:KDE Archiver Tool
 Group:  Productivity/Archiving/Compression
 Provides:   kde4-ark = 4.3.0
@@ -115,7 +112,6 @@
 %postun -n ark -p /sbin/ldconfig
 
 %package -n filelight
-License:GPLv2+
 Summary:Graphical disk usage viewer
 Group:  System/GUI/KDE
 %kde4_runtime_requires
@@ -139,7 +135,6 @@
 %{_kde4_iconsdir}/hicolor/*/apps/utilities-file-archiver.*
 
 %package -n kcalc
-License:GPLv2+
 Summary:Scientific Calculator
 Group:  Productivity/Scientific/Math
 Provides:   kde4-kcalc = 4.3.0
@@ -159,7 +154,6 @@
 %doc AUTHORS COPYING COPYING.DOC README
 
 %package -n kcharselect
-License:GPLv2+
 Summary:KDE Character Selector
 Group:  Productivity/Other
 Provides:   kde4-kcharselect = 4.3.0
@@ -181,7 +175,6 @@
 %exclude %{_kde4_htmldir}/en/kcharselect/
 
 %package -n kcharselect-doc
-License:GPLv2+
 Summary:Documentation for kcharselect
 Group:  System/GUI/KDE
 Requires:   kcharselect = %{version}
@@ -196,7 +189,6 @@
 %doc %lang(en) %{_kde4_htmldir}/en/kcharselect/
 
 %package -n kde4-printer-applet
-License:GPLv2+
 Summary:System tray utility to show current print jobs
 Group:  Productivity/Other
 Requires:   python-cups
@@ -219,7 +211,6 @@
 %endif
 
 %package -n kdf
-License:GPLv2+
 Summary:Disk Usage Viewer
 Group:  System/Monitoring
 Provides:   kde4-kdf = 4.3.0
@@ -242,7 +233,6 @@
 %exclude %{_kde4_htmldir}/en/kcontrol/blockdevices
 
 %package -n kfloppy
-License:GPLv2+
 Summary:Floppy Formatter
 Group:  System/GUI/KDE
 Provides:   kde4-kfloppy = 4.3.0
@@ -261,7 +251,6 @@
 %doc AUTHORS COPYING COPYING.DOC README
 
 %package -n kgpg
-License:GPLv2+
 Summary:Encryption Tool
 Group:  Productivity/Security
 Requires:   kdepim4-runtime
@@ -282,7 +271,6 @@
 %doc AUTHORS COPYING COPYING.DOC README
 
 %package -n kremotecontrol
-License:GPLv2+
 Summary:KDE Frontend for LIRC
 Group:  Productivity/Other
 Obsoletes:  kdelirc  4.7.1
@@ -309,7 +297,6 @@
 %exclude %{_kde4_htmldir}/en/kcontrol/kremotecontrol/
 
 %package -n kremotecontrol-doc
-License:GPLv2+
 Summary:Documentation for kremotecontrol
 Group:  Productivity/Other
 Obsoletes:  kdelirc  4.7.1
@@ -324,7 +311,6 @@
 %doc %lang(en) %{_kde4_htmldir}/en/kcontrol/kremotecontrol
 
 %package -n ktimer
-License:GPLv2+
 Summary:Countdown Launcher
 Group:  Productivity/Other
 Provides:   kde4-ktimer = 4.3.0
@@ -345,7 +331,6 @@
 %exclude %{_kde4_htmldir}/en/ktimer/
 
 %package -n ktimer-doc
-License:GPLv2+
 Summary:Documentation for ktimer
 Group:  System/GUI/KDE
 

commit kgamma for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory checked 
in at 2011-12-08 12:10:44

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


Package is kgamma, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kgamma/kgamma.changes2011-11-14 
14:20:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgamma.new/kgamma.changes   2011-12-08 
12:10:46.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:00 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:59:50 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kgamma-4.7.3.tar.bz2

New:

  kgamma-4.7.4.tar.bz2



Other differences:
--
++ kgamma.spec ++
--- /var/tmp/diff_new_pack.k58LEp/_old  2011-12-08 12:10:48.0 +0100
+++ /var/tmp/diff_new_pack.k58LEp/_new  2011-12-08 12:10:48.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kgamma
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Display gamma configuration
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Graphics/Other
+Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  libkde4-devel
 BuildRequires:  libqt4-devel

++ kgamma-4.7.3.tar.bz2 - kgamma-4.7.4.tar.bz2 ++
Files old/kgamma-4.7.3/doc/index.cache.bz2 and 
new/kgamma-4.7.4/doc/index.cache.bz2 differ

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



commit kgeography for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2011-12-08 12:10:49

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


Package is kgeography, Maintainer is kgeography

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2011-11-14 
14:21:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2011-12-08 12:10:50.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:04 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 01:59:54 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kgeography-4.7.3.tar.bz2

New:

  kgeography-4.7.4.tar.bz2



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.AKEtgk/_old  2011-12-08 12:10:52.0 +0100
+++ /var/tmp/diff_new_pack.AKEtgk/_new  2011-12-08 12:10:52.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kgeography
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -47,12 +45,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Geography Trainer
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Teaching/Other
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4

++ kgeography-4.7.3.tar.bz2 - kgeography-4.7.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-4.7.3.tar.bz2 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-4.7.4.tar.bz2 differ: 
char 11, line 1

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



commit khangman for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2011-12-08 12:10:58

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


Package is khangman, Maintainer is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2011-11-14 
14:21:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2011-12-08 
12:11:00.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:07 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:00:00 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  khangman-4.7.3.tar.bz2

New:

  khangman-4.7.4.tar.bz2



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.EWAxkq/_old  2011-12-08 12:11:02.0 +0100
+++ /var/tmp/diff_new_pack.EWAxkq/_new  2011-12-08 12:11:02.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   khangman
 BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
@@ -39,12 +37,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Hangman Game
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Teaching/Language
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4

++ khangman-4.7.3.tar.bz2 - khangman-4.7.4.tar.bz2 ++
Files old/khangman-4.7.3/doc/index.cache.bz2 and 
new/khangman-4.7.4/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-4.7.3/src/Messages.sh 
new/khangman-4.7.4/src/Messages.sh
--- old/khangman-4.7.3/src/Messages.sh  2011-10-02 15:24:57.0 +0200
+++ new/khangman-4.7.4/src/Messages.sh  2011-12-02 00:25:53.0 +0100
@@ -1,4 +1,5 @@
 #! /bin/sh
+$EXTRACTATTR --attr=theme,uiname ../themes/standardthemes.xml  rc.cpp
 $EXTRACTRC *.rc *.ui *.kcfg  rc.cpp
 LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name 
\*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name 
\*.C`
 if test -n $LIST; then

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



commit kiten for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2011-12-08 12:11:09

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


Package is kiten, Maintainer is mfab...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2011-11-14 
14:22:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2011-12-08 
12:11:15.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:14 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:00:15 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kiten-4.7.3.tar.bz2

New:

  kiten-4.7.4.tar.bz2



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.TGzPhV/_old  2011-12-08 12:11:17.0 +0100
+++ /var/tmp/diff_new_pack.TGzPhV/_new  2011-12-08 12:11:17.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kiten
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -47,12 +45,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Japanese Reference/Study Tool
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Amusements/Teaching/Language
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4
@@ -66,7 +64,6 @@
 Kiten is a tool to learn Japanese.
 
 %package devel
-License:GPLv2+
 Summary:Development files for kiten
 Group:  Development/Libraries/KDE
 Requires:   kiten = %{version}

++ kiten-4.7.3.tar.bz2 - kiten-4.7.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiten-4.7.3/app/kiten.desktop 
new/kiten-4.7.4/app/kiten.desktop
--- old/kiten-4.7.3/app/kiten.desktop   2011-10-28 09:43:43.0 +0200
+++ new/kiten-4.7.4/app/kiten.desktop   2011-12-02 00:25:55.0 +0100
@@ -57,7 +57,7 @@
 GenericName[ta]= ஜப்பானிய மேற்கோள்/ கல்விக் கருவி
 GenericName[tg]=Асбоби Истидони/Омӯзиши Забони Японӣ
 GenericName[tr]=Japonca Başvuru ve Çalışma Aracı
-GenericName[ug]=ياپونچە پايدىلىنىش كىتاپلىرى/ئۆگىنىش قوراللىرى
+GenericName[ug]=ياپونچە پايدىلىنىش كىتابلىرى/ئۆگىنىش قوراللىرى
 GenericName[uk]=Програма для вивчення японської мови
 GenericName[vi]=Công cụ Tham khảo/Học Tiếng Nhật
 GenericName[xh]=Ubekiso Lwesijapani/Isixhobo Sokufunda
@@ -112,7 +112,7 @@
 Comment[sl]=Orodje za referenco/študij japonščine
 Comment[sv]=Japanskt referens- och studieverktyg
 Comment[tr]=Japonca Başvuru ve Çalışma Aracı
-Comment[ug]=ياپونچە پايدىلىنىش كىتاپلىرى ۋە ئۆگىنىش قوراللىرى
+Comment[ug]=ياپونچە پايدىلىنىش كىتابلىرى ۋە ئۆگىنىش قوراللىرى
 Comment[uk]=Програма вивчення японської мови
 Comment[x-test]=xxJapanese Reference and Study Toolxx
 Comment[zh_CN]=日语参考/学习工具
Files old/kiten-4.7.3/doc/index.cache.bz2 and 
new/kiten-4.7.4/doc/index.cache.bz2 differ

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



commit kmplot for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2011-12-08 12:11:23

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


Package is kmplot, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2011-11-14 
14:24:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2011-12-08 
12:11:28.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:31:21 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:00:25 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  kmplot-4.7.3.tar.bz2

New:

  kmplot-4.7.4.tar.bz2



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.Fi7mmw/_old  2011-12-08 12:11:29.0 +0100
+++ /var/tmp/diff_new_pack.Fi7mmw/_new  2011-12-08 12:11:29.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kmplot
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -47,12 +45,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.3
-Release:1
-License:GPLv2+
+Version:4.7.4
+Release:0
 Summary:Mathematical Function Plotter
-Url:http://edu.kde.org
+License:GPL-2.0+
 Group:  Productivity/Scientific/Math
+Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires:   libkeduvocdocument4

++ kmplot-4.7.3.tar.bz2 - kmplot-4.7.4.tar.bz2 ++
Files old/kmplot-4.7.3/doc/index.cache.bz2 and 
new/kmplot-4.7.4/doc/index.cache.bz2 differ

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



commit konversation for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2011-12-08 12:11:32

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


Package is konversation, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2011-09-23 02:07:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2011-12-08 12:11:36.0 +0100
@@ -1,0 +2,32 @@
+Wed Dec  7 11:31:40 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Sun Dec  4 17:07:02 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 1.4
+  * URL and email detection in text views has been rewritten from 
+scratch, greatly improving the handling of various types of 
+URLs and the contexts they might appear in.
+  * Extensive improvements to IRC formatting code handling, 
+including the return of background color support.
+  * Extensive, sometimes full rewrites of user interface elements 
+such as nearly all context menus, the URL Catcher and the 
+Warning Dialogs system for a long list of user interface 
+improvements and bug fixes.
+  * Improved SSL connection behavior.
+  * Translation support and various other improvements in several bundled 
scripts.
+  * Expanded Python scripting support via the introduction of an API support 
package.
+  * Support for more IRC numerics.
+  * Various bugfixes to input line command handling and connection behavior. 
+- Remove patch from the previous commit and removed patch to build
+  against KDE  4.3
+
+---
+Mon Nov 21 20:16:33 UTC 2011 - ctri...@opensuse.org
+
+- Workaround a bug in Qt which causes konversation to crash
+  (bnc#731397,kde#210106)
+
+---

Old:

  enable-kde41.diff
  konversation-1.3.1.tar.bz2

New:

  konversation-1.4.tar.xz



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.JqDKKj/_old  2011-12-08 12:11:37.0 +0100
+++ /var/tmp/diff_new_pack.JqDKKj/_new  2011-12-08 12:11:37.0 +0100
@@ -15,25 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   konversation
-Version:1.3.1
-Release:9
+Version:1.4
+Release:0
 Summary:A User-Friendly IRC Client for KDE
-
-License:GPLv2+
-Url:http://konversation.kde.org/
+License:GPL-2.0+
 Group:  Productivity/Networking/IRC
-Source0:
http://download.kde.org/download.php?url=stable/konversation/1.3.1/src/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE enable-kde41.diff dmuel...@suse.de -- Try building 
against KDE older than 4.3
-Patch0: enable-kde41.diff
+Url:http://konversation.kde.org/
+#Source0:
ftp://ftp.kde.org/pub/kdestable/konversation/%{version}/src/%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  libkde4-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libqca2-devel
+BuildRequires:  xz
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -66,27 +61,9 @@
  Theme support for nick icons
  Highly configurable
 
-
-
-Authors:
-
-Dario Abatianni eisfu...@tigress.com
-Matthias Gierlings gism...@users.sourceforge.net
-Alex Zepeda garba...@hooked.net
-Stanislav Karchebny ber...@users.sourceforge.net
-Mickael Marchand march...@kde.org
-Peter Simonsson p...@linux.se
-Christian Muehlhaeuser ch...@chris.de
-John Tapsell johnf...@gmail.com
-Shintaro Matsuoka s...@shoegazed.org
-İsmail Dönmez ism...@kde.org.tr
-Eike Hein s...@eikehein.com
-
-
 %lang_package
 %prep
 %setup -q
-%patch0
 
 %build
 %cmake_kde4 -d build
@@ -134,6 +111,7 @@
 %{_kde4_appsdir}/konversation/
 %{_kde4_servicesdir}/konvirc.protocol
 %{_kde4_servicesdir}/konvirc6.protocol
+%{_kde4_servicesdir}/konvircs.protocol
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

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



  1   2   >