commit kdewebdev3 for openSUSE:Factory

2013-02-18 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory 
checked in at 2013-02-18 13:46:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev3/kdewebdev3.changes2012-05-22 
08:16:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebdev3.new/kdewebdev3.changes   
2013-02-18 13:46:58.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 18 04:42:39 UTC 2013 - an...@opensuse.org
+
+- disable kxsldbg component because it requires obsolete docbook extension of 
libxml2
+- add two parser patches from NetBSD 
+  (quanta_parsers_tag-netbsd.patch, 
quanta_parts_kafka_kafkacommon-netbsd.patch)
+
+---

New:

  quanta_parsers_tag-netbsd.patch
  quanta_parts_kafka_kafkacommon-netbsd.patch



Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.OKABK4/_old  2013-02-18 13:46:59.0 +0100
+++ /var/tmp/diff_new_pack.OKABK4/_new  2013-02-18 13:46:59.0 +0100
@@ -26,7 +26,7 @@
 Group:  Productivity/Publishing/HTML/Tools
 Version:3.5.10
 Release:0
-Requires:   kdelibs3 = %( echo `rpm -q --queryformat '%{VERSION}' 
kdelibs3`)
+Requires:   kdelibs3
 Url:http://kdewebdev.org
 Source0:kdewebdev-%{version}.tar.bz2
 Source1:css.tar.bz2
@@ -38,6 +38,9 @@
 Patch2: javascript.patch
 #Patch3: only-quanta.diff
 Patch4: no-applnk.diff
+Patch5: quanta_parsers_tag-netbsd.patch
+Patch6: quanta_parts_kafka_kafkacommon-netbsd.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -93,6 +96,12 @@
 %patch2 -p1
 popd
 %patch4
+%patch5
+%patch6
+%if %suse_version = 1230
+rm -rf kxsldbg
+%endif
+
 . /etc/opt/kde3/common_options
 update_admin
 
@@ -114,7 +123,9 @@
   php/php.docrc \
   $RPM_BUILD_ROOT/opt/kde3/share/apps/quanta/doc/ 
 %suse_update_desktop_file -r klinkstatus Office WebDevelopment
+%if %suse_version  1230
 %suse_update_desktop_file -r kxsldbg Office WebDevelopment
+%endif
 %suse_update_desktop_file -r kimagemapeditor Office WebDevelopment
 %suse_update_desktop_file -r kfilereplace System  FileManager
 %suse_update_desktop_file kmdr-editor Development GUIDesigner
@@ -142,8 +153,10 @@
 /opt/kde3/bin/kfilereplace
 /opt/kde3/bin/kimagemapeditor
 /opt/kde3/bin/klinkstatus
+%if %suse_version  1230
 /opt/kde3/bin/kxsldbg
 /opt/kde3/bin/xsldbg
+%endif
 %exclude /opt/kde3/%_lib/kde3/quanta*
 #/opt/kde3/%_lib/kde3/*
 /opt/kde3/%_lib/kde3/libkfilereplacepart.la
@@ -152,19 +165,25 @@
 /opt/kde3/%_lib/kde3/libkimagemapeditor.so
 /opt/kde3/%_lib/kde3/libklinkstatuspart.la
 /opt/kde3/%_lib/kde3/libklinkstatuspart.so
+%if %suse_version  1230
 /opt/kde3/%_lib/kde3/libkxsldbgpart.la
 /opt/kde3/%_lib/kde3/libkxsldbgpart.so
+%endif
 /opt/kde3/share/applications/kde/kfilereplace.desktop
 /opt/kde3/share/applications/kde/kimagemapeditor.desktop
 /opt/kde3/share/applications/kde/klinkstatus.desktop
+%if %suse_version  1230
 /opt/kde3/share/applications/kde/kxsldbg.desktop
+%endif
 /opt/kde3/share/apps/kfilereplace
 /opt/kde3/share/apps/kfilereplacepart
 /opt/kde3/share/apps/kimagemapeditor
 /opt/kde3/share/apps/klinkstatus
 /opt/kde3/share/apps/klinkstatuspart
+%if %suse_version  1230
 /opt/kde3/share/apps/kxsldbgpart
 /opt/kde3/share/apps/kxsldbg
+%endif
 /opt/kde3/share/config.kcfg/klinkstatus.kcfg
 %exclude /opt/kde3/share/services/quanta*.desktop
 %exclude /opt/kde3/share/services/kommander*.desktop

++ quanta_parsers_tag-netbsd.patch ++
$NetBSD: patch-quanta_parsers_tag.h,v 1.1 2013/01/17 16:04:49 joerg Exp $

--- quanta/parsers/tag.h.orig   2005-09-10 08:22:52.0 +
+++ quanta/parsers/tag.h
@@ -88,6 +88,8 @@ public:
   void addAttribute(TagAttr attr) {attrs.append(attr);}
   /** Get the attribute number index */
   TagAttr getAttribute(uint index) const {return attrs[index];}
+  /** Get the attribute number index */
+  TagAttr getAttributeWriteable(uint index) {return attrs[index];}
   /** Remove the attribute number index */
   void deleteAttribute(uint index) {attrs.remove(attrs.at(index));}
   /** Insert a new Attribute, even if it already exists. Prefer using 
editAttribute.
++ quanta_parts_kafka_kafkacommon-netbsd.patch ++
$NetBSD: patch-quanta_parts_kafka_kafkacommon.cpp,v 1.1 2013/01/17 16:04:49 
joerg Exp $

--- quanta/parts/kafka/kafkacommon.cpp.orig 2013-01-17 13:00:59.0 
+
+++ quanta/parts/kafka/kafkacommon.cpp
@@ -742,15 +742,15 @@ void kafkaCommon::fitsNodesPosition(Node
 {
 

commit kdewebdev3 for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory 
checked in at 2012-05-22 08:16:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev3/kdewebdev3.changes2012-02-21 
12:20:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdewebdev3.new/kdewebdev3.changes   
2012-05-22 08:16:04.0 +0200
@@ -1,0 +2,5 @@
+Mon May 21 04:45:58 UTC 2012 - an...@opensuse.org
+
+- better dependency
+
+---



Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.3G3Jiw/_old  2012-05-22 08:16:07.0 +0200
+++ /var/tmp/diff_new_pack.3G3Jiw/_new  2012-05-22 08:16:07.0 +0200
@@ -19,9 +19,6 @@
 Name:   kdewebdev3
 BuildRequires:  kdebase3-devel
 BuildRequires:  kdesdk3-devel
-%if %suse_version  1210
-BuildRequires:  unsermake
-%endif
 BuildRequires:  fdupes
 BuildRequires:  libgcrypt-devel
 Summary:KDE Web Development Suite
@@ -61,7 +58,7 @@
 # should not be a hard require
 Requires:   tidy
 Requires:   kde3-kommander-runtime
-Recommends: libklinkstatuspart.so
+Recommends: kdewebdev3
 
 %description -n kde3-quanta
 The package contains Quanta, an html editor (native source and WYSIWIG), 
@@ -185,9 +182,6 @@
 
 %files -n kde3-quanta
 %defattr(-,root,root)
-%if %suse_version  1210
-%_mandir/man1/quanta.*
-%endif
 /opt/kde3/bin/quanta
 /opt/kde3/%_lib/kde3/quanta*
 /opt/kde3/share/applications/kde/quanta.desktop

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



commit kdewebdev3 for openSUSE:Factory

2012-02-21 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory 
checked in at 2012-02-21 12:20:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev3/kdewebdev3.changes2012-01-26 
14:05:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdewebdev3.new/kdewebdev3.changes   
2012-02-21 12:20:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:48:09 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.o8YJDl/_old  2012-02-21 12:20:15.0 +0100
+++ /var/tmp/diff_new_pack.o8YJDl/_new  2012-02-21 12:20:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdewebdev3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,19 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   kdewebdev3
-BuildRequires:  kdesdk3-devel
 BuildRequires:  kdebase3-devel
+BuildRequires:  kdesdk3-devel
 %if %suse_version  1210
 BuildRequires:  unsermake
 %endif
-BuildRequires:  fdupes libgcrypt-devel
+BuildRequires:  fdupes
+BuildRequires:  libgcrypt-devel
+Summary:KDE Web Development Suite
 License:GPL-2.0+ 
 Group:  Productivity/Publishing/HTML/Tools
-Summary:KDE Web Development Suite
 Version:3.5.10
-Release:31
+Release:0
 Requires:   kdelibs3 = %( echo `rpm -q --queryformat '%{VERSION}' 
kdelibs3`)
 Url:http://kdewebdev.org
 Source0:kdewebdev-%{version}.tar.bz2
@@ -50,7 +53,6 @@
 * KFileReplace--batch search and replace tool
 
 %package -n kde3-quanta
-License:GPL-2.0+
 Summary:KDE Web Development Suite
 Group:  Productivity/Publishing/HTML/Editors
 Provides:   kdewebdev3:/opt/kde3/bin/quanta
@@ -66,7 +68,6 @@
 with lots of features like an php debugger.
 
 %package -n kde3-kommander
-License:GPL-2.0+
 Summary:Editor to build dialogs and application
 Group:  System/GUI/KDE
 Requires:   kde3-kommander-runtime
@@ -79,7 +80,6 @@
 need to use any programming language.
 
 %package -n kde3-kommander-runtime
-License:GPL-2.0+
 Summary:Runtime to execute Kommander based applications
 Group:  System/GUI/KDE
 Provides:   kommander-runtime = 3.5.10

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



commit kdewebdev3 for openSUSE:Factory

2012-01-26 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory 
checked in at 2012-01-26 14:05:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev3/kdewebdev3.changes2011-09-23 
02:06:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebdev3.new/kdewebdev3.changes   
2012-01-26 14:05:39.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 05:37:52 UTC 2012 - an...@opensuse.org
+
+- resolve file conflicts
+
+---

Old:

  only-quanta.diff



Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.EIUBB5/_old  2012-01-26 14:05:40.0 +0100
+++ /var/tmp/diff_new_pack.EIUBB5/_new  2012-01-26 14:05:40.0 +0100
@@ -13,9 +13,6 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-# norootforbuild
 
 Name:   kdewebdev3
 BuildRequires:  kdesdk3-devel
@@ -24,7 +21,7 @@
 BuildRequires:  unsermake
 %endif
 BuildRequires:  fdupes libgcrypt-devel
-License:GPL v2 or later
+License:GPL-2.0+ 
 Group:  Productivity/Publishing/HTML/Tools
 Summary:KDE Web Development Suite
 Version:3.5.10
@@ -51,16 +48,9 @@
 * KImageMapEditor--an HTML image map editor
 * KXsldbg--XSLT debugger
 * KFileReplace--batch search and replace tool
-Authors:
-
-Yacovlev Alexander kor...@mail.univ.kiev.ua
-Dmitry Poplavsky pd...@mail.univ.kiev.ua
-Eric Laffoon sequi...@easystreet.com
-Andras Mantia aman...@freemail.hu
-
 
 %package -n kde3-quanta
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:KDE Web Development Suite
 Group:  Productivity/Publishing/HTML/Editors
 Provides:   kdewebdev3:/opt/kde3/bin/quanta
@@ -75,17 +65,8 @@
 The package contains Quanta, an html editor (native source and WYSIWIG), 
 with lots of features like an php debugger.
 
-
-
-Authors:
-
-Yacovlev Alexander kor...@mail.univ.kiev.ua
-Dmitry Poplavsky pd...@mail.univ.kiev.ua
-Eric Laffoon sequi...@easystreet.com
-Andras Mantia aman...@freemail.hu
-
 %package -n kde3-kommander
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:Editor to build dialogs and application
 Group:  System/GUI/KDE
 Requires:   kde3-kommander-runtime
@@ -97,17 +78,8 @@
 Kommander is a creator of full main window applications without the
 need to use any programming language.
 
-
-
-Authors:
-
-Marc Britton  cons...@optusnet.com.au
-Eric Laffoon  sequi...@kde.org
-Michal Rudolf mrud...@kdewebdev.org
-Andras Mantia aman...@kde.org
-
 %package -n kde3-kommander-runtime
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:Runtime to execute Kommander based applications
 Group:  System/GUI/KDE
 Provides:   kommander-runtime = 3.5.10
@@ -116,15 +88,6 @@
 %description -n kde3-kommander-runtime
 Runtime parts to execute Kommander based applications and dialogs.
 
-
-
-Authors:
-
-Marc Britton  cons...@optusnet.com.au
-Eric Laffoon  sequi...@kde.org
-Michal Rudolf mrud...@kdewebdev.org
-Andras Mantia aman...@kde.org
-
 %prep
 %setup -q -n kdewebdev-%version -b 1 -b 2 -b 3 -b 4
 %patch0
@@ -185,7 +148,15 @@
 /opt/kde3/bin/kxsldbg
 /opt/kde3/bin/xsldbg
 %exclude /opt/kde3/%_lib/kde3/quanta*
-/opt/kde3/%_lib/kde3/*
+#/opt/kde3/%_lib/kde3/*
+/opt/kde3/%_lib/kde3/libkfilereplacepart.la
+/opt/kde3/%_lib/kde3/libkfilereplacepart.so
+/opt/kde3/%_lib/kde3/libkimagemapeditor.la
+/opt/kde3/%_lib/kde3/libkimagemapeditor.so
+/opt/kde3/%_lib/kde3/libklinkstatuspart.la
+/opt/kde3/%_lib/kde3/libklinkstatuspart.so
+/opt/kde3/%_lib/kde3/libkxsldbgpart.la
+/opt/kde3/%_lib/kde3/libkxsldbgpart.so
 /opt/kde3/share/applications/kde/kfilereplace.desktop
 /opt/kde3/share/applications/kde/kimagemapeditor.desktop
 /opt/kde3/share/applications/kde/klinkstatus.desktop
@@ -199,6 +170,7 @@
 /opt/kde3/share/apps/kxsldbg
 /opt/kde3/share/config.kcfg/klinkstatus.kcfg
 %exclude /opt/kde3/share/services/quanta*.desktop
+%exclude /opt/kde3/share/services/kommander*.desktop
 /opt/kde3/share/services/*.desktop
 /opt/kde3/share/icons/hicolor/*/apps/kfilereplace.*
 /opt/kde3/share/icons/hicolor/*/apps/kimagemapeditor.*

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



commit kdewebdev3 for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory
checked in at Tue Sep 20 09:33:11 CEST 2011.





calling whatdependson for head-i586




Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.DCSE5q/_old  2011-09-20 09:33:07.0 +0200
+++ /var/tmp/diff_new_pack.DCSE5q/_new  2011-09-20 09:33:07.0 +0200
@@ -59,17 +59,19 @@
 Andras Mantia aman...@freemail.hu
 
 
-%package -n quanta
+%package -n kde3-quanta
 License:GPL v2 or later
 Summary:KDE Web Development Suite
 Group:  Productivity/Publishing/HTML/Editors
 Provides:   kdewebdev3:/opt/kde3/bin/quanta
+Provides:   quanta = %{version}
+Obsoletes:  quanta = %{version}
 # should not be a hard require
 Requires:   tidy
 Requires:   kde3-kommander-runtime
 Recommends: libklinkstatuspart.so
 
-%description -n quanta
+%description -n kde3-quanta
 The package contains Quanta, an html editor (native source and WYSIWIG), 
 with lots of features like an php debugger.
 
@@ -209,7 +211,7 @@
 /opt/kde3/share/apps/kafkapart
 /opt/kde3/share/mimelnk/application/x-webprj.desktop
 
-%files -n quanta
+%files -n kde3-quanta
 %defattr(-,root,root)
 %if %suse_version  1210
 %_mandir/man1/quanta.*






Remember to have fun...

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



commit kdewebdev3 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory
checked in at Mon Sep 19 17:32:08 CEST 2011.




--- KDE/kdewebdev3/kdewebdev3.changes   2011-08-03 11:29:34.0 +0200
+++ kdewebdev3/kdewebdev3.changes   2011-09-12 13:49:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 12 11:48:13 UTC 2011 - an...@opensuse.org
+
+- enable all components for openSUSE repo since kdesdk3 has been included in 
Factory
+- add missing libraries to linker command line
+
+---

Package does not exist at destination yet. Using Fallback KDE/kdewebdev3
Destination is kdewebdev3
calling whatdependson for head-i586




Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.JaNJCW/_old  2011-09-19 17:32:02.0 +0200
+++ /var/tmp/diff_new_pack.JaNJCW/_new  2011-09-19 17:32:02.0 +0200
@@ -17,11 +17,8 @@
 
 # norootforbuild
 
-
 Name:   kdewebdev3
-%if 0%{?is_kde_kde3}
 BuildRequires:  kdesdk3-devel
-%endif
 BuildRequires:  kdebase3-devel
 %if %suse_version  1210
 BuildRequires:  unsermake
@@ -42,13 +39,12 @@
 Patch0: 3_5_BRANCH.diff
 Patch1: disable-icon.diff
 Patch2: javascript.patch
-Patch3: only-quanta.diff
+#Patch3: only-quanta.diff
 Patch4: no-applnk.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 
-%if 0%{?is_kde_kde3}
 The package contains various tools for the daily work of a Web
 administrator:
 * KLinkStatus--validator for links on HTML pages
@@ -61,9 +57,7 @@
 Dmitry Poplavsky pd...@mail.univ.kiev.ua
 Eric Laffoon sequi...@easystreet.com
 Andras Mantia aman...@freemail.hu
-%else
-This is the package from which Quanta is built.
-%endif
+
 
 %package -n quanta
 License:GPL v2 or later
@@ -73,6 +67,7 @@
 # should not be a hard require
 Requires:   tidy
 Requires:   kde3-kommander-runtime
+Recommends: libklinkstatuspart.so
 
 %description -n quanta
 The package contains Quanta, an html editor (native source and WYSIWIG), 
@@ -135,11 +130,6 @@
 pushd ../javascript
 %patch2 -p1
 popd
-%if 0%{?is_kde_kde3}
-%else
-%patch3
-rm -rf kfilereplace kimagemapeditor klinkstatus kxsldbg
-%endif
 %patch4
 . /etc/opt/kde3/common_options
 update_admin
@@ -148,6 +138,8 @@
 . /etc/opt/kde3/common_options
 export CXXFLAGS=$RPM_OPT_FLAGS -fpermissive
 export CFLAGS=$RPM_OPT_FLAGS -fpermissive
+export LIBS=$LIBS -lxml2
+export LDFLAGS=$LDFLAGS -lxml2
 ./configure $configkde
 make %{?jobs:-j%jobs}
 
@@ -159,12 +151,10 @@
   javascript/javascript javascript/javascript.docrc php/php \
   php/php.docrc \
   $RPM_BUILD_ROOT/opt/kde3/share/apps/quanta/doc/ 
-%if 0%{?is_kde_kde3}
 %suse_update_desktop_file -r klinkstatus Office WebDevelopment
 %suse_update_desktop_file -r kxsldbg Office WebDevelopment
 %suse_update_desktop_file -r kimagemapeditor Office WebDevelopment
 %suse_update_desktop_file -r kfilereplace System  FileManager
-%endif
 %suse_update_desktop_file kmdr-editor Development GUIDesigner
 %suse_update_desktop_file kmdr-executor   Development GUIDesigner
 %suse_update_desktop_file -r quanta  Office WebDevelopment
@@ -186,7 +176,6 @@
 
 %files
 %defattr(-,root,root)
-%if 0%{?is_kde_kde3}
 %doc NEWS README VERSION AUTHORS ChangeLog COPYING
 /opt/kde3/bin/kfilereplace
 /opt/kde3/bin/kimagemapeditor
@@ -217,7 +206,6 @@
 %lang(en) %doc /opt/kde3/share/doc/HTML/en/klinkstatus
 %lang(en) %doc /opt/kde3/share/doc/HTML/en/kxsldbg
 %lang(en) %doc /opt/kde3/share/doc/HTML/en/xsldbg
-%endif
 /opt/kde3/share/apps/kafkapart
 /opt/kde3/share/mimelnk/application/x-webprj.desktop
 






Remember to have fun...

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



commit kdewebdev3 for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package kdewebdev3 for openSUSE:Factory
checked in at Wed Aug 3 19:29:04 CEST 2011.




--- KDE/kdewebdev3/kdewebdev3.changes   2011-06-02 16:07:07.0 +0200
+++ /mounts/work_src_done/STABLE/kdewebdev3/kdewebdev3.changes  2011-08-03 
11:29:34.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  3 09:28:59 UTC 2011 - an...@opensuse.org
+
+- require unsermake
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdewebdev3.spec ++
--- /var/tmp/diff_new_pack.QC7KKu/_old  2011-08-03 19:28:25.0 +0200
+++ /var/tmp/diff_new_pack.QC7KKu/_new  2011-08-03 19:28:25.0 +0200
@@ -21,15 +21,17 @@
 Name:   kdewebdev3
 %if 0%{?is_kde_kde3}
 BuildRequires:  kdesdk3-devel
-%else
+%endif
 BuildRequires:  kdebase3-devel
+%if %suse_version  1210
+BuildRequires:  unsermake
 %endif
 BuildRequires:  fdupes libgcrypt-devel
 License:GPL v2 or later
 Group:  Productivity/Publishing/HTML/Tools
 Summary:KDE Web Development Suite
 Version:3.5.10
-Release:29
+Release:31
 Requires:   kdelibs3 = %( echo `rpm -q --queryformat '%{VERSION}' 
kdelibs3`)
 Url:http://kdewebdev.org
 Source0:kdewebdev-%{version}.tar.bz2
@@ -221,7 +223,9 @@
 
 %files -n quanta
 %defattr(-,root,root)
+%if %suse_version  1210
 %_mandir/man1/quanta.*
+%endif
 /opt/kde3/bin/quanta
 /opt/kde3/%_lib/kde3/quanta*
 /opt/kde3/share/applications/kde/quanta.desktop






Remember to have fun...

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