commit rpm for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package rpm for openSUSE:Factory
checked in at Thu Jun 9 08:55:19 CEST 2011.




rpm.changes: same change

calling whatdependson for head-i586


New:

  mimetype.diff



Other differences:
--
++ rpm-python.spec ++
--- /var/tmp/diff_new_pack.jur6Wq/_old  2011-06-09 08:54:51.0 +0200
+++ /var/tmp/diff_new_pack.jur6Wq/_new  2011-06-09 08:54:51.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Packages
 Summary:Python Bindings for Manipulating RPM Packages
 Version:4.9.0
-Release:7
+Release:8
 Requires:   rpm = %{version}
 %py_requires
 Source99:   rpm.spec

++ rpm.spec ++
--- /var/tmp/diff_new_pack.jur6Wq/_old  2011-06-09 08:54:51.0 +0200
+++ /var/tmp/diff_new_pack.jur6Wq/_new  2011-06-09 08:54:51.0 +0200
@@ -29,7 +29,7 @@
 AutoReqProv:on
 Summary:The RPM Package Manager
 Version:4.9.0
-Release:13
+Release:15
 Source: rpm-%{version}.tar.bz2
 Source1:RPM-HOWTO.tar.bz2
 Source2:RPM-Tips.html.tar.bz2
@@ -83,6 +83,7 @@
 Patch46:whatrequires-doc.diff
 Patch47:remove-brp-strips.diff
 Patch48:requires-ge-macro.diff
+Patch49:mimetype.diff
 Patch50:debugedit-canon-fix.diff
 Patch51:finddebuginfo-absolute-links.diff
 Patch52:firmware.diff
@@ -177,7 +178,7 @@
 %patch -P 10 -P 11 -P 12 -P 13 -P 14 -P 15 -P 16 -P 17 -P 18 -P 19
 %patch -P 20 -P 21 -P 22 -P 23 -P 24 -P 25 -P 26 -P 27 -P 28 -P 29
 %patch -P 30 -P 31 -P 32 -P 33 -P 34 -P 35 -P 36 -P 37 -P 38 -P 39
-%patch -P 40 -P 41 -P 42 -P 43 -P 44 -P 45 -P 46 -P 47 -P 48 
+%patch -P 40 -P 41 -P 42 -P 43 -P 44 -P 45 -P 46 -P 47 -P 48 -P 49
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79

++ buildpipe.diff ++
--- /var/tmp/diff_new_pack.jur6Wq/_old  2011-06-09 08:54:52.0 +0200
+++ /var/tmp/diff_new_pack.jur6Wq/_new  2011-06-09 08:54:52.0 +0200
@@ -1,5 +1,5 @@
 --- build/rpmfc.c.orig 2011-06-06 11:27:32.0 +
-+++ build/rpmfc.c  2011-06-08 10:00:38.0 +
 build/rpmfc.c  2011-06-06 11:28:47.0 +
 @@ -165,12 +165,14 @@ static int sigpipe_init(void)
  fcntl(_sigpipe[1], F_SETFD, (fcntl(_sigpipe[1], F_GETFD)|FD_CLOEXEC));
  /* XXX SIGPIPE too, but NSPR disables it already, dont mess with it */
@@ -15,15 +15,3 @@
  close(_sigpipe[0]);
  close(_sigpipe[1]);
  _sigpipe[0] = -1;
-@@ -298,10 +300,9 @@ static StringBuf getOutputFrom(ARGV_t ar
-   appendStringBuf(readBuff, buf);
-   }
- 
--  /* Child exited, we're done */
-+  /* Child exited, we're maybe done */
-   if (FD_ISSET(sigpipe, &ibits)) {
-   while (read(sigpipe, buf, sizeof(buf)) > 0) {};
--  break;
-   }
- }
- 

++ fileattrs.diff ++
--- /var/tmp/diff_new_pack.jur6Wq/_old  2011-06-09 08:54:52.0 +0200
+++ /var/tmp/diff_new_pack.jur6Wq/_new  2011-06-09 08:54:52.0 +0200
@@ -1,14 +1,28 @@
-Index: fileattrs/debuginfo.attr
-===
 /dev/null  1970-01-01 00:00:00.0 +
-+++ fileattrs/debuginfo.attr   2011-06-06 16:16:00.853820498 +0200
+--- ./fileattrs/Makefile.am.orig   2011-05-18 09:27:44.0 +
 ./fileattrs/Makefile.am2011-05-19 12:50:54.0 +
+@@ -6,6 +6,7 @@ fattrsdir = $(rpmconfigdir)/fileattrs
+ 
+ fattrs_DATA = \
+   desktop.attr elf.attr font.attr libtool.attr perl.attr perllib.attr \
+-  pkgconfig.attr python.attr ocaml.attr script.attr mono.attr
++  pkgconfig.attr python.attr ocaml.attr script.attr mono.attr \
++  debuginfo.attr elflib.attr firmware.attr ksyms.attr sysvinit.attr
+ 
+ EXTRA_DIST = $(fattrs_DATA)
+--- ./fileattrs/debuginfo.attr.orig2011-05-18 09:27:44.0 +
 ./fileattrs/debuginfo.attr 2011-05-18 09:27:58.0 +
 @@ -0,0 +1,2 @@
 +%__debuginfo_provides %{_rpmconfigdir}/debuginfo.prov
 +%__debuginfo_path ^/usr/lib/debug/
-Index: fileattrs/elf.attr
-===
 fileattrs/elf.attr.orig2011-06-06 16:15:01.591403879 +0200
-+++ fileattrs/elf.attr 2011-06-06 16:16:00.853820498 +0200
+--- ./fileattrs/desktop.attr.orig  2011-05-18 09:27:44.0 +
 ./fileattrs/desktop.attr   2011-05-18 09:27:58.0 +
+@@ -1,2 +1,2 @@
+-%__desktop_provides   %{_rpmconfigdir}/desktop-file.prov
+-%__desktop_path   ^%{_datadir}/applications/.*\\.desktop$
++%__desktop_provides   %{_rpmconfigdir}/mimetypes.prov
++%__desktop_path   .*\\.desktop$
+--- ./fileattrs/elf.attr.orig  2011-05-18 09:28:33.0 +
 ./fileattrs/elf.

drop netcat from openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

FYI: Package netcat was dropped from openSUSE:Factory at Thu Jun  9 08:52:24 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=netcat

Remember to have fun...

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



commit oxygen-icon-theme for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory
checked in at Wed Jun 8 17:38:14 CEST 2011.




--- KDE/oxygen-icon-theme/oxygen-icon-theme.changes 2011-04-28 
17:55:36.0 +0200
+++ /mounts/work_src_done/STABLE/oxygen-icon-theme/oxygen-icon-theme.changes
2011-06-03 15:39:31.0 +0200
@@ -1,0 +2,13 @@
+Fri Jun  3 15:39:28 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
+Wed May 18 19:15:43 UTC 2011 - ctri...@opensuse.org
+
+- install the document and folder_html icon also with 256px (bnc#692450)
+
+---

calling whatdependson for head-i586


Old:

  oxygen-icons-4.6.3.tar.bz2

New:

  256x256-document.png
  oxygen-icons-4.6.4.tar.bz2



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.gCN8QJ/_old  2011-06-08 17:37:39.0 +0200
+++ /var/tmp/diff_new_pack.gCN8QJ/_new  2011-06-08 17:37:39.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/GUI/KDE
 Summary:Oxygen Icon Theme
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Requires:   hicolor-icon-theme
 Recommends: oxygen-icon-theme-scalable
@@ -40,6 +40,7 @@
 Source7:64x64-document.png
 Source8:128x128-document.png
 Source9:document.svgz
+Source10:   256x256-document.png
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Provides:   kdelibs4-icons = 3.92.0
@@ -76,11 +77,13 @@
   install -D -m 0644 %SOURCE7 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/64x64/apps/document.png
   install -D -m 0644 %SOURCE8 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/128x128/apps/document.png
   install -D -m 0644 %SOURCE9 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/scalable/apps/document.svgz
+  install -D -m 0644 %SOURCE10 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/256x256/apps/document.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/22x22/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/22x22/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/32x32/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/32x32/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/48x48/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/48x48/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/64x64/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/64x64/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/128x128/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/128x128/places/folder_html.png
+  install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/256x256/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/256x256/places/folder_html.png
   #install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/scalable/places/folder-html.svgz 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/scalable/places/folder_html.svgz
 %if %suse_version > 1020
   %fdupes $RPM_BUILD_ROOT










++ oxygen-icons-4.6.3.tar.bz2 -> oxygen-icons-4.6.4.tar.bz2 ++
KDE/oxygen-icon-theme/oxygen-icons-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/oxygen-icon-theme/oxygen-icons-4.6.4.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit quvi for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package quvi for openSUSE:Factory
checked in at Wed Jun 8 17:37:27 CEST 2011.




--- quvi/quvi.changes   2011-04-12 00:44:07.0 +0200
+++ /mounts/work_src_done/STABLE/quvi/quvi.changes  2011-05-31 
10:43:00.0 +0200
@@ -1,0 +2,39 @@
+Tue May 31 08:37:45 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 0.2.16:
+  + Converted spec to use pkgconfig() calls;
+  + Rename '-s,--no-shortened' -> '-r,--no-resolve';
+  + Add support for reading input from files;
+  + Add "Network interface" (quvi_net_*, QUVI_NET_*, quvi/net.h);
+  + Add examples/callback_libsoup.c;
+  + Make LUA errors more informative (e.g. fname, func, etc.);
+  + Add "Linked list interface" (quvi_llst_*, quvi/llst.h);
+  + Add quvi_supported_ident (#44);
+  + Add quvi_supported_ident_close;
+  + Add quvi_ident_getprop;
+  + Deprecate remaining symbols that use 'video' and 'link' in
+names;
+  + Rename (&depr.) QUVISTATUS_SHORTENED -> QUVISTATUS_RESOLVE;
+  + Rename (&depr.) QUVIOPT_NOSHORTENED -> QUVIOPT_NORESOLVE;
+  + Deprecate QUVIINFO_HTTPCODE, QUVIPROP_HTTPCODE;
+  + Changes: Webscripts
+- Pass _quvi_media_t to quvi object functions in LUA reg.
+  index;
+- collegehumor.lua: Add 'best' ('hq') format;
+- LUA: Add resolve function to quvi object;
+- Add bikeradar.lua (#50);
+- Add guardian.lua (#51);
+- Add more NSFW scripts;
+- Add blip.lua (#39);
+  + Changes: Build system:
+- Add --with-soup (see INSTALL);
+  + Changes: Documentation:
+- INSTALL: Remove list of (obsolete) env. variables;
+- Add doc/WebsiteScriptGuideLines;
+- API: Reorganize "Modules";
+  + Bugfixes: Webscripts:
+- collegehumor.lua:51: server response code 404 (#35);
+- vimeo.lua:62: no match: hd button (#48);
+- liveleak.lua:48: no match: config (#47);
+
+---

calling whatdependson for head-i586


Old:

  quvi-0.2.14.tar.bz2

New:

  quvi-0.2.16.tar.bz2



Other differences:
--
++ quvi.spec ++
--- /var/tmp/diff_new_pack.5e9wBL/_old  2011-06-08 17:36:57.0 +0200
+++ /var/tmp/diff_new_pack.5e9wBL/_new  2011-06-08 17:36:57.0 +0200
@@ -20,7 +20,7 @@
 %define soname 0
 
 Name:   quvi
-Version:0.2.14
+Version:0.2.16
 Release:1
 Summary:Parsing video downloads links for Youtube and others
 Group:  Productivity/Multimedia/Other
@@ -28,10 +28,10 @@
 Url:http://sourceforge.net/projects/quvi/files/0.2/
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libcurl-devel >= 7.18.0
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libcurl) >= 7.18.0
+BuildRequires:  pkgconfig(libpcre) >= 7.8
 BuildRequires:  pkgconfig(lua) >= 5.1
-BuildRequires:  pcre-devel >= 7.8
 
 %description
 quvi is a commandline tool for parsing video download links. It supports
@@ -82,7 +82,7 @@
 
 %files
 %defattr(-,root,root,0755)
-%doc ChangeLog COPYING README
+%doc COPYING README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_mandir}/man1/%{name}*
@@ -94,6 +94,7 @@
 
 %files -n libquvi-devel
 %defattr(-,root,root,0755)
+%doc ChangeLog
 %{_includedir}/%{name}/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc

++ quvi-0.2.14.tar.bz2 -> quvi-0.2.16.tar.bz2 ++
 22911 lines of diff (skipped)






Remember to have fun...

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



commit rpm for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package rpm for openSUSE:Factory
checked in at Wed Jun 8 17:36:40 CEST 2011.




--- rpm/rpm.changes 2011-06-06 13:32:31.0 +0200
+++ /mounts/work_src_done/STABLE/rpm/rpm.changes2011-06-08 
12:04:06.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun  8 12:02:51 CEST 2011 - m...@suse.de
+
+- change sigpipe fix so that the code really reads everything
+  from the pipe
+
+---
+Mon Jun  6 14:16:49 UTC 2011 - co...@novell.com
+
+- move desktop.attr to update-desktop-files
+
+---

calling whatdependson for head-i586


Old:

  mimetype.diff



Other differences:
--
++ rpm-python.spec ++
--- /var/tmp/diff_new_pack.TcA7EU/_old  2011-06-08 17:35:53.0 +0200
+++ /var/tmp/diff_new_pack.TcA7EU/_new  2011-06-08 17:35:53.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Packages
 Summary:Python Bindings for Manipulating RPM Packages
 Version:4.9.0
-Release:6
+Release:7
 Requires:   rpm = %{version}
 %py_requires
 Source99:   rpm.spec

++ rpm.spec ++
--- /var/tmp/diff_new_pack.TcA7EU/_old  2011-06-08 17:35:53.0 +0200
+++ /var/tmp/diff_new_pack.TcA7EU/_new  2011-06-08 17:35:53.0 +0200
@@ -29,7 +29,7 @@
 AutoReqProv:on
 Summary:The RPM Package Manager
 Version:4.9.0
-Release:11
+Release:13
 Source: rpm-%{version}.tar.bz2
 Source1:RPM-HOWTO.tar.bz2
 Source2:RPM-Tips.html.tar.bz2
@@ -83,7 +83,6 @@
 Patch46:whatrequires-doc.diff
 Patch47:remove-brp-strips.diff
 Patch48:requires-ge-macro.diff
-Patch49:mimetype.diff
 Patch50:debugedit-canon-fix.diff
 Patch51:finddebuginfo-absolute-links.diff
 Patch52:firmware.diff
@@ -178,7 +177,7 @@
 %patch -P 10 -P 11 -P 12 -P 13 -P 14 -P 15 -P 16 -P 17 -P 18 -P 19
 %patch -P 20 -P 21 -P 22 -P 23 -P 24 -P 25 -P 26 -P 27 -P 28 -P 29
 %patch -P 30 -P 31 -P 32 -P 33 -P 34 -P 35 -P 36 -P 37 -P 38 -P 39
-%patch -P 40 -P 41 -P 42 -P 43 -P 44 -P 45 -P 46 -P 47 -P 48 -P 49
+%patch -P 40 -P 41 -P 42 -P 43 -P 44 -P 45 -P 46 -P 47 -P 48 
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79

++ buildpipe.diff ++
--- /var/tmp/diff_new_pack.TcA7EU/_old  2011-06-08 17:35:53.0 +0200
+++ /var/tmp/diff_new_pack.TcA7EU/_new  2011-06-08 17:35:53.0 +0200
@@ -1,5 +1,5 @@
 --- build/rpmfc.c.orig 2011-06-06 11:27:32.0 +
-+++ build/rpmfc.c  2011-06-06 11:28:47.0 +
 build/rpmfc.c  2011-06-08 10:00:38.0 +
 @@ -165,12 +165,14 @@ static int sigpipe_init(void)
  fcntl(_sigpipe[1], F_SETFD, (fcntl(_sigpipe[1], F_GETFD)|FD_CLOEXEC));
  /* XXX SIGPIPE too, but NSPR disables it already, dont mess with it */
@@ -15,3 +15,15 @@
  close(_sigpipe[0]);
  close(_sigpipe[1]);
  _sigpipe[0] = -1;
+@@ -298,10 +300,9 @@ static StringBuf getOutputFrom(ARGV_t ar
+   appendStringBuf(readBuff, buf);
+   }
+ 
+-  /* Child exited, we're done */
++  /* Child exited, we're maybe done */
+   if (FD_ISSET(sigpipe, &ibits)) {
+   while (read(sigpipe, buf, sizeof(buf)) > 0) {};
+-  break;
+   }
+ }
+ 

++ fileattrs.diff ++
--- /var/tmp/diff_new_pack.TcA7EU/_old  2011-06-08 17:35:53.0 +0200
+++ /var/tmp/diff_new_pack.TcA7EU/_new  2011-06-08 17:35:53.0 +0200
@@ -1,28 +1,14 @@
 ./fileattrs/Makefile.am.orig   2011-05-18 09:27:44.0 +
-+++ ./fileattrs/Makefile.am2011-05-19 12:50:54.0 +
-@@ -6,6 +6,7 @@ fattrsdir = $(rpmconfigdir)/fileattrs
- 
- fattrs_DATA = \
-   desktop.attr elf.attr font.attr libtool.attr perl.attr perllib.attr \
--  pkgconfig.attr python.attr ocaml.attr script.attr mono.attr
-+  pkgconfig.attr python.attr ocaml.attr script.attr mono.attr \
-+  debuginfo.attr elflib.attr firmware.attr ksyms.attr sysvinit.attr
- 
- EXTRA_DIST = $(fattrs_DATA)
 ./fileattrs/debuginfo.attr.orig2011-05-18 09:27:44.0 +
-+++ ./fileattrs/debuginfo.attr 2011-05-18 09:27:58.0 +
+Index: fileattrs/debuginfo.attr
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 fileattrs/debuginfo.attr   2011-06-06 16:16:00.853820498 +0200
 @@ -0,0 +1,2 @@
 +%__debuginfo_provides %{_rpmconfigdir}/debuginfo.prov
 +%__debuginfo_path ^/usr/lib/debug/
 ./fileattrs/desktop.attr.orig  2011-05-18 09:27:44.0 +
-+++ ./fileattrs/desktop.attr   2011-05-18 09:27:58.0 +
-@@ -1,2 +1,2 @@
--%__desktop_provid

commit plasmoid-cwp for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory
checked in at Wed Jun 8 17:35:43 CEST 2011.




--- KDE/plasmoid-cwp/plasmoid-cwp.changes   2011-04-12 21:06:49.0 
+0200
+++ /mounts/work_src_done/STABLE/plasmoid-cwp/plasmoid-cwp.changes  
2011-06-03 20:27:04.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun  3 18:09:15 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.5.3:
+  * xml: accuweather.com (US): links and location fixes
+- Spec file updates:
+  * Removed Provides/Obsoletes entries for plasmoid-customizable-weather.
+Package name change was done at 2009-03-03.
+
+---

calling whatdependson for head-i586


Old:

  98925-cwp-1.5.2.tar.bz2

New:

  98925-cwp-1.5.3.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.x290ry/_old  2011-06-08 17:35:10.0 +0200
+++ /var/tmp/diff_new_pack.x290ry/_new  2011-06-08 17:35:10.0 +0200
@@ -20,7 +20,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.5.2
+Version:1.5.3
 Release:1
 Summary:Customizable Weather Plasmoid
 
@@ -39,9 +39,6 @@
 Requires:   kdebase4-workspace
 %kde4_runtime_requires
 Recommends: %{name}-lang = %{version}
-# renamed when plasmoid was renamed with version 0.9.3
-Provides:   plasmoid-customizable-weather = %{version}
-Obsoletes:  plasmoid-customizable-weather < %{version}
 
 %description
 This is another weather plasmoid. It aims to be highly customizable, but a

++ 98925-cwp-1.5.2.tar.bz2 -> 98925-cwp-1.5.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/ChangeLog new/cwp-1.5.3/ChangeLog
--- old/cwp-1.5.2/ChangeLog 2011-04-10 12:51:41.0 +0200
+++ new/cwp-1.5.3/ChangeLog 2011-06-01 22:04:21.0 +0200
@@ -1,3 +1,7 @@
+1.5.3
+=
+- xml: accuweather.com (US): links and location fixes
+
 1.5.2
 =
 - xml: espanol.weather.com: date name fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/README new/cwp-1.5.3/README
--- old/cwp-1.5.2/README2011-04-10 12:51:41.0 +0200
+++ new/cwp-1.5.3/README2011-06-01 22:04:21.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.5.2
+Customizable Weather Plasmoid (CWP) 1.5.3
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/data/br_weather_com.xml 
new/cwp-1.5.3/data/br_weather_com.xml
--- old/cwp-1.5.2/data/br_weather_com.xml   2011-04-10 12:51:41.0 
+0200
+++ new/cwp-1.5.3/data/br_weather_com.xml   2011-06-01 22:04:21.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://br.weather.com"; example_zip="BRXX0043" unit="C" />
+   http://br.weather.com"; example_zip="BRXX0043" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/data/de_weather_com.xml 
new/cwp-1.5.3/data/de_weather_com.xml
--- old/cwp-1.5.2/data/de_weather_com.xml   2011-04-10 12:51:41.0 
+0200
+++ new/cwp-1.5.3/data/de_weather_com.xml   2011-06-01 22:04:21.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://de.weather.com"; example_zip="80331" unit="C" />
+   http://de.weather.com"; example_zip="80331" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/data/espanol_weather_com.xml 
new/cwp-1.5.3/data/espanol_weather_com.xml
--- old/cwp-1.5.2/data/espanol_weather_com.xml  2011-04-10 12:51:41.0 
+0200
+++ new/cwp-1.5.3/data/espanol_weather_com.xml  2011-06-01 22:04:21.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
+   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/data/fr_weather_com.xml 
new/cwp-1.5.3/data/fr_weather_com.xml
--- old/cwp-1.5.2/data/fr_weather_com.xml   2011-04-10 12:51:41.0 
+0200
+++ new/cwp-1.5.3/data/fr_weather_com.xml   2011-06-01 22:04:21.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://fr.weather.com"; example_zip="Paris-FRXX0076" unit="C" />
+   http://fr.weather.com"; example_zip="Paris-FRXX0076" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.2/data/freemeteo_com_celsius.xml 
new/cwp-1.5.3/data/freemeteo_com_celsius.xml
--- old/cwp-1.5.2/data/freemeteo_com_celsius.xml2011-04-1

commit plasma-addons for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory
checked in at Wed Jun 8 17:35:03 CEST 2011.




--- plasma-addons/plasma-addons.changes 2011-05-06 10:15:24.0 +0200
+++ /mounts/work_src_done/STABLE/plasma-addons/plasma-addons.changes
2011-06-03 20:01:38.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 20:01:35 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdeplasma-addons-4.6.3.tar.bz2

New:

  kdeplasma-addons-4.6.4.tar.bz2



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.eGyYaM/_old  2011-06-08 17:34:42.0 +0200
+++ /var/tmp/diff_new_pack.eGyYaM/_new  2011-06-08 17:34:42.0 +0200
@@ -38,7 +38,7 @@
 Group:  System/GUI/KDE
 Summary:Additional Plasma Widgets
 Url:http://www.kde.org/
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdeplasma-addons-%{version}.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdeplasma-addons-4.6.3.tar.bz2 -> kdeplasma-addons-4.6.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.6.3/applets/bookmarks/plasma-applet-bookmarks.desktop 
new/kdeplasma-addons-4.6.4/applets/bookmarks/plasma-applet-bookmarks.desktop
--- 
old/kdeplasma-addons-4.6.3/applets/bookmarks/plasma-applet-bookmarks.desktop
2011-05-06 10:14:05.0 +0200
+++ 
new/kdeplasma-addons-4.6.4/applets/bookmarks/plasma-applet-bookmarks.desktop
2011-06-03 20:00:49.0 +0200
@@ -13,7 +13,7 @@
 Name[et]=Järjehoidjad
 Name[eu]=Liburu markak
 Name[fi]=Kirjanmerkit
-Name[fr]=Favoris
+Name[fr]=Signets
 Name[ga]=Leabharmharcanna
 Name[hr]=Oznake
 Name[hu]=Könyvjelzők
@@ -59,7 +59,7 @@
 Comment[et]=Kiire ligipääs järjehoidjatele
 Comment[eu]=Liburu marketara sarbide azkarra
 Comment[fi]=Nopea pääsy kirjanmerkkeihin
-Comment[fr]=Accès rapide aux favoris
+Comment[fr]=Accès rapide aux signets
 Comment[hr]=Brzi pristup oznakama
 Comment[hu]=Gyors hozzáférés a könyvjelzőkhöz
 Comment[it]=Accesso rapido ai segnalibri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.6.3/applets/rememberthemilk/taskmodel.cpp 
new/kdeplasma-addons-4.6.4/applets/rememberthemilk/taskmodel.cpp
--- old/kdeplasma-addons-4.6.3/applets/rememberthemilk/taskmodel.cpp
2011-05-06 10:14:05.0 +0200
+++ new/kdeplasma-addons-4.6.4/applets/rememberthemilk/taskmodel.cpp
2011-06-03 20:00:49.0 +0200
@@ -238,12 +238,13 @@
 
 void TaskModel::listUpdate(qulonglong listId)
 {
-  if (m_listItems.contains(listId)) {
-foreach(const qulonglong &taskid, m_listItems.value(listId)->tasks) {
-engine->connectSource("Task:" + QString::number(taskid), this);
-}
+  if (!m_listItems.contains(listId)) {
+engine->connectSource("List:" + QString::number(listId), this);
+  }
+
+  foreach(const qulonglong &taskid, m_listItems.value(listId)->tasks) {
+engine->connectSource("Task:" + QString::number(taskid), this);
   }
-  else engine->connectSource("List:" + QString::number(listId), this);
 }
 
 void TaskModel::switchToList(qulonglong listId) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.6.3/dataengines/rememberthemilk/rtmengine.cpp 
new/kdeplasma-addons-4.6.4/dataengines/rememberthemilk/rtmengine.cpp
--- old/kdeplasma-addons-4.6.3/dataengines/rememberthemilk/rtmengine.cpp
2011-05-06 10:14:05.0 +0200
+++ new/kdeplasma-addons-4.6.4/dataengines/rememberthemilk/rtmengine.cpp
2011-06-03 20:00:49.0 +0200
@@ -117,8 +117,8 @@
 return true;
   }
   else if (source.startsWith("Lists")) {
-ListsSource *listssoruce = 
static_cast(containerForSource(source)); 
-listssoruce->refresh();
+ListsSource *listssource = 
static_cast(containerForSource(source));
+listssource->refresh();
 return true;
   }
   else if (source.startsWith("Tasks")) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-4.6.3/libs/rtm/request.cpp 
new/kdeplasma-addons-4.6.4/libs/rtm/request.cpp
--- old/kdeplasma-addons-4.6.3/libs/rtm/request.cpp 2011-05-06 
10:14:05.0 +0200
+++ new/kdeplasma-addons-4.6.4/libs/rtm/request.cpp 2011-06-03 
20:00:49.0 +0200
@@ -33,7 +33,8 @@
 const int RTM::Request::MAX_RETRIES = 10;
 
 RTM::Request::Request(const QString &method, const QString &apiKey, const 
QString &sharedSecret)
-  : currentJob(0)
+  : m_readOnly(true),
+currentJob(0)
 {
   arguments.insert("method", method);

commit osc for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Wed Jun 8 17:33:32 CEST 2011.




--- osc/osc.changes 2011-06-07 16:45:33.0 +0200
+++ /mounts/work_src_done/STABLE/osc/osc.changes2011-06-08 
13:36:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun  8 11:35:25 UTC 2011 - adr...@suse.de
+
+- update to 0.132.1
+  - fix backward compatibility with OBS 2.1 and before
+  - meta files and content can be listed now
+
+---

calling whatdependson for head-i586


Old:

  osc-0.132.0.tar.gz

New:

  osc-0.132.1.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.za7QDH/_old  2011-06-08 17:33:17.0 +0200
+++ /var/tmp/diff_new_pack.za7QDH/_new  2011-06-08 17:33:17.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   osc
-Version:0.132.0
+Version:0.132.1
 Release:1
 Group:  Development/Tools/Other
 License:GPLv2+

++ osc-0.132.0.tar.gz -> osc-0.132.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.132.0/NEWS new/osc-0.132.1/NEWS
--- old/osc-0.132.0/NEWS2011-06-07 16:42:28.0 +0200
+++ new/osc-0.132.1/NEWS2011-06-08 13:33:23.0 +0200
@@ -1,3 +1,8 @@
+
+0.132.1
+  - backward compatibility fix for OBS 2.1 and before
+  - add --meta option also to "list", "cat" and "less" commands
+
 0.132
   - rdelete and undelete command requesting now a comment
   - add 'requestbugownership' command for setting the bugowner via request
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.132.0/osc/commandline.py 
new/osc-0.132.1/osc/commandline.py
--- old/osc-0.132.0/osc/commandline.py  2011-06-07 16:42:28.0 +0200
+++ new/osc-0.132.1/osc/commandline.py  2011-06-08 13:33:20.0 +0200
@@ -218,8 +218,6 @@
 help='specify repository (only for binaries)')
 @cmdln.option('-b', '--binaries', action='store_true',
 help='list built binaries instead of sources')
-@cmdln.option('-R', '--revision', metavar='REVISION',
-help='specify revision (only for sources)')
 @cmdln.option('-e', '--expand', action='store_true',
 help='expand linked package (only for sources)')
 @cmdln.option('-u', '--unexpand', action='store_true',
@@ -230,6 +228,10 @@
 help='print extra information')
 @cmdln.option('-D', '--deleted', action='store_true',
 help='show only the former deleted projects or 
packages')
+@cmdln.option('-M', '--meta', action='store_true',
+help='list meta data files')
+@cmdln.option('-R', '--revision', metavar='REVISION',
+help='specify revision (only for sources)')
 def do_list(self, subcmd, opts, *args):
 """${cmd_name}: List sources or binaries on the server
 
@@ -389,6 +391,7 @@
   package,
   verbose=opts.verbose,
   expand=opts.expand,
+  meta=opts.meta,
   revision=rev)
 link_seen = '_link' in l
 if opts.verbose:
@@ -2508,7 +2511,7 @@
 This command is asking to open an empty maintence incident. This can 
usually only be done by a responsible
 maintenance team.
 Please see the "mbranch" command on how to full such a project content 
and
-the "patchinfo" command how add the required maintenance update 
informations.
+the "patchinfo" command how add the required maintenance update 
information.
 
 usage:
 osc createincident [ MAINTENANCEPROJECT ]
@@ -6280,6 +6283,8 @@
   help='force expansion of linked packages.')
 @cmdln.option('-u', '--unexpand', action='store_true',
   help='always work with unexpanded packages.')
+@cmdln.option('-M', '--meta', action='store_true',
+help='list meta data files')
 @cmdln.alias('less')
 def do_cat(self, subcmd, opts, *args):
 """${cmd_name}: Output the content of a file to standard output
@@ -6311,10 +6316,12 @@
 apiurl = self.get_api_url()
 
 query = { }
+if opts.meta:
+query['meta'] = 1
 if opts.revision:
 query['rev'] = opts.revision
 if opts.expand:
-query['rev'] = show_upstream_srcmd5(apiurl, args[0], args[1], 
expand=True, revision=opts.revision)
+query['rev'] = show_upstream_srcmd5(apiurl, args[0], args[1], 
expand=True, revision=opts.revision, meta=opts.meta)
 u = makeur

commit pitivi for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory
checked in at Wed Jun 8 17:33:04 CEST 2011.




--- GNOME/pitivi/pitivi.changes 2011-05-27 17:58:09.0 +0200
+++ /mounts/work_src_done/STABLE/pitivi/pitivi.changes  2011-06-03 
14:04:18.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 11:06:41 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.14.0:
+  + Remove hal dependency
+  + Several bug fixes.
+- Add python-xdg Requires.
+
+---

calling whatdependson for head-i586


Old:

  pitivi-0.13.9.90.tar.bz2

New:

  pitivi-0.14.0.tar.bz2



Other differences:
--
++ pitivi.spec ++
--- /var/tmp/diff_new_pack.04vQZP/_old  2011-06-08 17:32:44.0 +0200
+++ /var/tmp/diff_new_pack.04vQZP/_new  2011-06-08 17:32:44.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   pitivi
-Version:0.13.9.90
+Version:0.14.0
 Release:1
 License:LGPLv2.1+
 Summary:Intuitive and featureful movie editor
@@ -41,6 +41,7 @@
 Requires:   python-gstreamer-0_10
 Requires:   python-gtk
 Requires:   python-setuptools
+Requires:   python-xdg
 Requires:   python-zopeinterface
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires

++ pitivi-0.13.9.90.tar.bz2 -> pitivi-0.14.0.tar.bz2 ++
 16572 lines of diff (skipped)






Remember to have fun...

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



commit telepathy-gabble for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package telepathy-gabble for openSUSE:Factory
checked in at Wed Jun 8 17:32:37 CEST 2011.




--- GNOME/telepathy-gabble/telepathy-gabble.changes 2011-05-03 
00:44:12.0 +0200
+++ /mounts/work_src_done/STABLE/telepathy-gabble/telepathy-gabble.changes  
2011-06-03 10:50:31.0 +0200
@@ -1,0 +2,23 @@
+Fri Jun  3 10:42:33 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.13.0:
+  + Enhancements:
+- The draft Channel.Interface.Room is implemented.
+- IM and MUC channels now signal failure to send messages in
+  some situations. (fdo#33460)
+- Changes from version 0.12.1:
+  + Enhancements:
+- Spurious server-generated messages sent by the Google Mail
+  client's “reply to email over chat” feature are now filtered
+  out. (fdo#36647)
+  + Fixes:
+- No longer crashes if Disconnect() is called just before a
+  connection declares itself Connected. (fdo#37078)
+- No longer assumes Google's Queue extension is supported if
+  Google's Roster extension is supported. (fdo#36260)
+- Many corner cases of the transitions to and from Away and
+  Invisible when using Google's Shared Status extension have
+  been fixed. (fdo#37069, fdo#36058, fdo#37283)
+- You can now see your own avatar in MUCs. (fdo#32017)
+
+---

calling whatdependson for head-i586


Old:

  telepathy-gabble-0.12.0.tar.bz2

New:

  telepathy-gabble-0.13.0.tar.bz2



Other differences:
--
++ telepathy-gabble.spec ++
--- /var/tmp/diff_new_pack.gCec1j/_old  2011-06-08 17:32:18.0 +0200
+++ /var/tmp/diff_new_pack.gCec1j/_new  2011-06-08 17:32:18.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   telepathy-gabble
-Version:0.12.0
+Version:0.13.0
 Release:1
 License:LGPLv2.1+
 Summary:XMPP connection manager for Telepathy

++ telepathy-gabble-0.12.0.tar.bz2 -> telepathy-gabble-0.13.0.tar.bz2 ++
 91834 lines of diff (skipped)






Remember to have fun...

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



commit gnome-packagekit for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-packagekit for openSUSE:Factory
checked in at Wed Jun 8 17:32:11 CEST 2011.




--- GNOME/gnome-packagekit/gnome-packagekit.changes 2011-05-30 
18:58:51.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-packagekit/gnome-packagekit.changes  
2011-06-03 12:45:46.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun  3 11:54:13 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.0.3:
+  + Pack the tarball with a non-broken version of libtool this time
+  + Add the gpk-dbus-service.desktop.in file to POTFILES.in as it
+was missing
+  + Never auto-close the update-viewer if there are restarts to
+agree to.
+- Remove call to autoreconf and gtk-doc BuildRequires. A working
+  libtool is in the tarball again.
+
+---

calling whatdependson for head-i586


Old:

  gnome-packagekit-3.0.2.tar.bz2

New:

  gnome-packagekit-3.0.3.tar.bz2



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.2ICNaY/_old  2011-06-08 17:15:01.0 +0200
+++ /var/tmp/diff_new_pack.2ICNaY/_new  2011-06-08 17:15:01.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-packagekit
-Version:3.0.2
+Version:3.0.3
 Release:1
 License:GPLv2+
 Summary:Applications for the PackageKit API
@@ -36,8 +36,6 @@
 BuildRequires:  gettext-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-menus-devel
-#needed by autoreconf call
-BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libcanberra-devel
 BuildRequires:  libgudev-1_0-devel
@@ -85,8 +83,6 @@
 %patch9 -p1
 
 %build
-#needed because libtool in tarball is not the same as the one in openSUSE
-autoreconf -f -i
 %configure \
 --disable-scrollkeeper
 %__make %{?jobs:-j%jobs} V=1

++ gnome-packagekit-3.0.2.tar.bz2 -> gnome-packagekit-3.0.3.tar.bz2 ++
 12901 lines of diff (skipped)






Remember to have fun...

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



commit kdewebdev4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory
checked in at Wed Jun 8 17:31:32 CEST 2011.




--- KDE/kdewebdev4/kdewebdev4.changes   2011-04-28 16:17:11.0 +0200
+++ /mounts/work_src_done/STABLE/kdewebdev4/kdewebdev4.changes  2011-06-03 
15:39:07.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:39:05 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdewebdev-4.6.3.tar.bz2

New:

  kdewebdev-4.6.4.tar.bz2



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.pXVPyp/_old  2011-06-08 17:31:15.0 +0200
+++ /var/tmp/diff_new_pack.pXVPyp/_new  2011-06-08 17:31:15.0 +0200
@@ -24,7 +24,7 @@
 Group:  System/GUI/KDE
 Summary:kdewebdev base package
 Url:http://quanta.sf.net
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdewebdev-%version.tar.bz2
 Patch0: 4_5_BRANCH.diff

++ kdewebdev-4.6.3.tar.bz2 -> kdewebdev-4.6.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebdev-4.6.3/doc/CMakeLists.txt 
new/kdewebdev-4.6.4/doc/CMakeLists.txt
--- old/kdewebdev-4.6.3/doc/CMakeLists.txt  2011-01-19 23:05:50.0 
+0100
+++ new/kdewebdev-4.6.4/doc/CMakeLists.txt  2011-06-02 12:03:32.0 
+0200
@@ -1,5 +1,6 @@
-macro_optional_add_subdirectory(kfilereplace)
-
+if(BUILD_kfilereplace)
+  macro_optional_add_subdirectory(kfilereplace)
+endif()
 # quanta and kxsldbg have moved to trunk/extragear/sdk
 #if(KDevPlatform_FOUND)
 #  macro_optional_add_subdirectory(quanta)
@@ -7,7 +8,11 @@
 #macro_optional_add_subdirectory(kxsldbg)
 #macro_optional_add_subdirectory(xsldbg)
 
-macro_optional_add_subdirectory(klinkstatus)
+if(BUILD_klinkstatus)
+  macro_optional_add_subdirectory(klinkstatus)
+endif()
 #macro_optional_add_subdirectory(kommander)
-macro_optional_add_subdirectory(kimagemapeditor)
+if(BUILD_kimagemapeditor)
+  macro_optional_add_subdirectory(kimagemapeditor)
+endif()
 
Files old/kdewebdev-4.6.3/doc/kfilereplace/index.cache.bz2 and 
new/kdewebdev-4.6.4/doc/kfilereplace/index.cache.bz2 differ
Files old/kdewebdev-4.6.3/doc/kimagemapeditor/index.cache.bz2 and 
new/kdewebdev-4.6.4/doc/kimagemapeditor/index.cache.bz2 differ
Files old/kdewebdev-4.6.3/doc/klinkstatus/index.cache.bz2 and 
new/kdewebdev-4.6.4/doc/klinkstatus/index.cache.bz2 differ
Files old/kdewebdev-4.6.3/doc/kommander/index.cache.bz2 and 
new/kdewebdev-4.6.4/doc/kommander/index.cache.bz2 differ






Remember to have fun...

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



commit kdeutils4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdeutils4 for openSUSE:Factory
checked in at Wed Jun 8 17:31:05 CEST 2011.




--- KDE/kdeutils4/kdeutils4.changes 2011-05-10 13:03:47.0 +0200
+++ /mounts/work_src_done/STABLE/kdeutils4/kdeutils4.changes2011-06-03 
15:38:54.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:38:53 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  4_5_BRANCH.diff
  ark-use-libarchive-r1230916.diff
  kdeutils-4.6.3.tar.bz2

New:

  4_6_BRANCH.diff
  kdeutils-4.6.4.tar.bz2



Other differences:
--
++ kdeutils4.spec ++
--- /var/tmp/diff_new_pack.dpgr26/_old  2011-06-08 17:30:45.0 +0200
+++ /var/tmp/diff_new_pack.dpgr26/_new  2011-06-08 17:30:45.0 +0200
@@ -30,16 +30,15 @@
 Group:  Productivity/Other
 Summary:Base Package of KDE Utility Programs
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 BuildRequires:  gmp-devel kdebase4-workspace-devel >= %version 
libqimageblitz-devel net-snmp-devel pcsc-lite python-devel
 BuildRequires:  libkdepimlibs4-devel libkonq-devel libqca2-devel libzip-devel 
oxygen-icon-theme-large
 BuildRequires:  libarchive-devel libknotificationitem-devel libqjson-devel 
xz-devel
 Source0:kdeutils-%version.tar.bz2
-Patch:  4_5_BRANCH.diff
+Patch:  4_6_BRANCH.diff
 Patch1: desktop-files.diff
 Patch2: kgpg-autostart.diff
-Patch3: ark-use-libarchive-r1230916.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Suggests:   ark
@@ -74,7 +73,6 @@
 %patch
 %patch1
 %patch2
-%patch3
 
 %build
   %cmake_kde4 -d build

++ 4_5_BRANCH.diff -> 4_6_BRANCH.diff ++

++ kdeutils-4.6.3.tar.bz2 -> kdeutils-4.6.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeutils-4.6.3/ark/CMakeLists.txt 
new/kdeutils-4.6.4/ark/CMakeLists.txt
--- old/kdeutils-4.6.3/ark/CMakeLists.txt   2011-01-18 22:25:04.0 
+0100
+++ new/kdeutils-4.6.4/ark/CMakeLists.txt   2011-06-02 12:04:31.0 
+0200
@@ -1,5 +1,8 @@
 project(ark)
 
+macro_optional_find_package(LibArchive)
+macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a 
wide variety of archive file formats" "http://code.google.com/p/libarchive/"; 
FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
+
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
 add_subdirectory(part)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeutils-4.6.3/ark/app/batchextract.cpp 
new/kdeutils-4.6.4/ark/app/batchextract.cpp
--- old/kdeutils-4.6.3/ark/app/batchextract.cpp 2011-01-18 22:25:03.0 
+0100
+++ new/kdeutils-4.6.4/ark/app/batchextract.cpp 2011-06-02 12:04:29.0 
+0200
@@ -47,9 +47,10 @@
 #include 
 
 BatchExtract::BatchExtract()
-: m_autoSubfolder(false),
-m_preservePaths(true),
-m_openDestinationAfterExtraction(false)
+: KCompositeJob(0),
+  m_autoSubfolder(false),
+  m_preservePaths(true),
+  m_openDestinationAfterExtraction(false)
 {
 setCapabilities(KJob::Killable);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeutils-4.6.3/ark/kerfuffle/CMakeLists.txt 
new/kdeutils-4.6.4/ark/kerfuffle/CMakeLists.txt
--- old/kdeutils-4.6.3/ark/kerfuffle/CMakeLists.txt 2011-01-18 
22:25:04.0 +0100
+++ new/kdeutils-4.6.4/ark/kerfuffle/CMakeLists.txt 2011-06-02 
12:04:31.0 +0200
@@ -27,6 +27,9 @@
 kde4_add_library(kerfuffle SHARED ${kerfuffle_SRCS})
 
 target_link_libraries(kerfuffle ${KDE4_KFILE_LIBS} ${KDE4_KPARTS_LIBS})
+if (NOT WIN32)
+  target_link_libraries(kerfuffle ${KDE4_KPTY_LIBS})
+endif (NOT WIN32)
 
 set_target_properties(kerfuffle PROPERTIES VERSION ${GENERIC_LIB_VERSION} 
SOVERSION ${GENERIC_LIB_SOVERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeutils-4.6.3/ark/kerfuffle/adddialog.cpp 
new/kdeutils-4.6.4/ark/kerfuffle/adddialog.cpp
--- old/kdeutils-4.6.3/ark/kerfuffle/adddialog.cpp  2011-01-18 
22:25:04.0 +0100
+++ new/kdeutils-4.6.4/ark/kerfuffle/adddialog.cpp  2011-06-02 
12:04:31.0 +0200
@@ -2,7 +2,7 @@
  * ark -- archiver for the KDE project
  *
  * Copyright (C) 2008 Harald Hvaal 
- * Copyright (C) 2009 Raphael Kubo da Costa 
+ * Copyright (C) 2009,2011 Raphael Kubo da Costa 
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the fo

commit kdetoys4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdetoys4 for openSUSE:Factory
checked in at Wed Jun 8 17:30:31 CEST 2011.




--- KDE/kdetoys4/kdetoys4.changes   2011-05-18 15:36:40.0 +0200
+++ /mounts/work_src_done/STABLE/kdetoys4/kdetoys4.changes  2011-06-03 
15:38:40.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:38:39 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdetoys-4.6.3.tar.bz2

New:

  kdetoys-4.6.4.tar.bz2



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.8oqfjt/_old  2011-06-08 17:29:46.0 +0200
+++ /var/tmp/diff_new_pack.8oqfjt/_new  2011-06-08 17:29:46.0 +0200
@@ -23,7 +23,7 @@
 Group:  System/GUI/KDE
 Summary:Kdetoys Base Package
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdetoys-%version.tar.bz2
 Patch:  4_5_BRANCH.diff
@@ -69,6 +69,7 @@
   rm -rf filelists
 
 %package -n amor
+License:GPLv2+
 
 Group:  Amusements/Toys/Other
 Summary:On-Screen Creature
@@ -88,6 +89,7 @@
 %doc COPYING COPYING.DOC README
 
 %package -n kteatime
+License:GPLv2+
 
 Group:  Amusements/Toys/Other
 Summary:Tea Cooker
@@ -107,6 +109,7 @@
 %doc COPYING COPYING.DOC README
 
 %package -n ktux
+License:GPLv2+
 
 Group:  Amusements/Toys/Screensavers
 Summary:Tux Screen Saver

++ kdetoys-4.6.3.tar.bz2 -> kdetoys-4.6.4.tar.bz2 ++
Files old/kdetoys-4.6.3/doc/amor/index.cache.bz2 and 
new/kdetoys-4.6.4/doc/amor/index.cache.bz2 differ
Files old/kdetoys-4.6.3/doc/kteatime/index.cache.bz2 and 
new/kdetoys-4.6.4/doc/kteatime/index.cache.bz2 differ






Remember to have fun...

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



commit kdesdk4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdesdk4 for openSUSE:Factory
checked in at Wed Jun 8 17:29:37 CEST 2011.




--- KDE/kdesdk4/kdesdk4.changes 2011-04-28 16:16:12.0 +0200
+++ /mounts/work_src_done/STABLE/kdesdk4/kdesdk4.changes2011-06-03 
15:38:27.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:38:26 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdesdk-4.6.3.tar.bz2

New:

  kdesdk-4.6.4.tar.bz2



Other differences:
--
++ kdesdk4.spec ++
--- /var/tmp/diff_new_pack.cvyTf7/_old  2011-06-08 17:27:37.0 +0200
+++ /var/tmp/diff_new_pack.cvyTf7/_new  2011-06-08 17:27:37.0 +0200
@@ -27,7 +27,7 @@
 Group:  System/GUI/KDE
 Summary:KDE SDK Package
 Url:http://www.kde.org/
-Version:4.6.3
+Version:4.6.4
 Release:1
 BuildRequires:  db-devel flex kdebase4-workspace-devel >= %version 
libkonq-devel strigi
 BuildRequires:  hunspell-devel libkdepimlibs4-devel libqca2-devel 
oxygen-icon-theme subversion-devel

++ kdesdk-4.6.3.tar.bz2 -> kdesdk-4.6.4.tar.bz2 ++
Files old/kdesdk-4.6.3/doc/cervisia/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/cervisia/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/kapptemplate/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/kapptemplate/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/kate/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/kate/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/kcachegrind/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/kcachegrind/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/kompare/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/kompare/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/lokalize/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/lokalize/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/okteta/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/okteta/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/scripts/kdesrc-build/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/scripts/kdesrc-build/index.cache.bz2 differ
Files old/kdesdk-4.6.3/doc/umbrello/index.cache.bz2 and 
new/kdesdk-4.6.4/doc/umbrello/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-4.6.3/okteta/program/about.cpp 
new/kdesdk-4.6.4/okteta/program/about.cpp
--- old/kdesdk-4.6.3/okteta/program/about.cpp   2011-04-01 12:59:58.0 
+0200
+++ new/kdesdk-4.6.4/okteta/program/about.cpp   2011-06-02 12:04:31.0 
+0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  "okteta";
-static const char ProgramVersion[] = "0.6.2";
+static const char ProgramVersion[] = "0.6.4";
 static const char ProgramHomepage[] =
"http://utils.kde.org/projects/okteta";;
 // Author
 static const char FWHKEmailAddress[] =   "kosse...@kde.org";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-4.6.3/scripts/extractrc 
new/kdesdk-4.6.4/scripts/extractrc
--- old/kdesdk-4.6.3/scripts/extractrc  2011-02-25 22:47:43.0 +0100
+++ new/kdesdk-4.6.4/scripts/extractrc  2011-06-02 19:35:24.0 +0200
@@ -132,8 +132,9 @@
 my $ectx_known_exts = join "|", keys %{&ECTX_SPEC};
 
 
###
-#  Escape characters in string exactly like uic does.
-sub escape_like_uic ($) {
+
+# Unescape basic XML entities.
+sub unescape_xml ($) {
 my $text = shift;
 
 $text =~ s/

commit kdepimlibs4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory
checked in at Wed Jun 8 17:27:19 CEST 2011.




--- KDE/kdepimlibs4/kdepimlibs4.changes 2011-04-28 18:14:11.0 +0200
+++ /mounts/work_src_done/STABLE/kdepimlibs4/kdepimlibs4.changes
2011-06-02 19:47:52.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun  2 19:47:43 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdepimlibs-4.6.3.tar.bz2

New:

  kdepimlibs-4.6.4.tar.bz2



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.6eCtcB/_old  2011-06-08 17:26:57.0 +0200
+++ /var/tmp/diff_new_pack.6eCtcB/_new  2011-06-08 17:26:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.6.3
+Version:4.6.4
 Release:1
 License:LGPLv2.1+
 Summary:KDE PIM Libraries

++ kdepimlibs-4.6.3.tar.bz2 -> kdepimlibs-4.6.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.6.3/CMakeLists.txt 
new/kdepimlibs-4.6.4/CMakeLists.txt
--- old/kdepimlibs-4.6.3/CMakeLists.txt 2011-04-28 15:18:42.0 +0200
+++ new/kdepimlibs-4.6.4/CMakeLists.txt 2011-06-02 19:24:10.0 +0200
@@ -7,7 +7,7 @@
 ### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) 
###
 set(KDEPIMLIBS_VERSION_MAJOR 4)
 set(KDEPIMLIBS_VERSION_MINOR 6)
-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.6.3/akonadi/collectionstatisticsdelegate.cpp 
new/kdepimlibs-4.6.4/akonadi/collectionstatisticsdelegate.cpp
--- old/kdepimlibs-4.6.3/akonadi/collectionstatisticsdelegate.cpp   
2011-02-25 18:45:07.0 +0100
+++ new/kdepimlibs-4.6.4/akonadi/collectionstatisticsdelegate.cpp   
2011-06-02 19:23:57.0 +0200
@@ -65,13 +65,13 @@
.foreground( KColorScheme::LinkText 
).color();
 }
 
-template
-qint64 getCountRecursive( const QModelIndex &index ) const
+void getCountRecursive( const QModelIndex &index, qint64 &totalCount, 
qint64 &unreadCount ) const
 {
   Collection collection = qvariant_cast( index.data( 
EntityTreeModel::CollectionRole ) );
   Q_ASSERT( collection.isValid() );
   CollectionStatistics statistics = collection.statistics();
-  qint64 count = qMax( 0LL, countType == UnreadCount ? 
statistics.unreadCount() : statistics.count() );
+  totalCount += qMax( 0LL, statistics.count() );
+  unreadCount += qMax( 0LL, statistics.unreadCount() );
 
   if ( index.model()->hasChildren( index ) )
   {
@@ -79,10 +79,9 @@
 for ( int row = 0; row < rowCount; row++ )
 {
   static const int column = 0;
-  count += getCountRecursive( index.model()->index( row, 
column, index ) );
+  getCountRecursive( index.model()->index( row, column, index ), 
totalCount, unreadCount );
 }
   }
-  return count;
 }
 };
 
@@ -234,7 +233,9 @@
   CollectionStatistics statistics = collection.statistics();
 
   qint64 unreadCount = qMax( 0LL, statistics.unreadCount() );
-  qint64 unreadRecursiveCount = d->getCountRecursive( 
index.sibling( index.row(), 0 ) );
+  qint64 totalRecursiveCount = 0;
+  qint64 unreadRecursiveCount = 0;
+  d->getCountRecursive( index.sibling( index.row(), 0 ), totalRecursiveCount, 
unreadRecursiveCount );
 
   // Draw the unread count after the folder name (in parenthesis)
   if ( d->drawUnreadAfterFolder && index.column() == 0 ) {
@@ -279,9 +280,9 @@
   unreadRect.setLeft( folderRect.right() );
 
   // Draw folder name and unread count
-  painter->drawText( folderRect, Qt::AlignLeft, folderName );
+  painter->drawText( folderRect, Qt::AlignLeft | Qt::AlignVCenter, 
folderName );
   painter->setPen( unreadColor );
-  painter->drawText( unreadRect, Qt::AlignLeft, unread );
+  painter->drawText( unreadRect, Qt::AlignLeft | Qt::AlignVCenter, unread 
);
 } else if ( option.decorationPosition == QStyleOptionViewItem::Top ) {
   // draw over the icon
   painter->setPen( unreadColor );
@@ -307,13 +308,12 @@
 } else {
 
   qint64 totalCount = statistics.count();
-  qint64 totalRecursiveCount = d->getCountRecursive( 
index.sibling( index.row(), 0 ) );
   if (index.column() == 2 && ( ( !expanded && totalRecursiveCount > 0 ) || 
( expanded && totalCount > 0 ) ) ) {
 sumText = QS

commit kdenetwork4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory
checked in at Wed Jun 8 17:26:48 CEST 2011.




--- KDE/kdenetwork4/kdenetwork4.changes 2011-04-28 16:15:51.0 +0200
+++ /mounts/work_src_done/STABLE/kdenetwork4/kdenetwork4.changes
2011-06-03 15:38:14.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:38:07 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdenetwork-4.6.3.tar.bz2

New:

  kdenetwork-4.6.4.tar.bz2



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.R8TphK/_old  2011-06-08 17:26:31.0 +0200
+++ /var/tmp/diff_new_pack.R8TphK/_new  2011-06-08 17:26:31.0 +0200
@@ -45,7 +45,7 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-Version:4.6.3
+Version:4.6.4
 Release:1
 License:GPLv2+
 Summary:KDE Network Base Package

++ kdenetwork-4.6.3.tar.bz2 -> kdenetwork-4.6.4.tar.bz2 ++
KDE/kdenetwork4/kdenetwork-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/kdenetwork4/kdenetwork-4.6.4.tar.bz2 differ: char 
11, line 1






Remember to have fun...

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



commit kdemultimedia4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory
checked in at Wed Jun 8 17:26:20 CEST 2011.




--- KDE/kdemultimedia4/kdemultimedia4.changes   2011-04-28 16:15:27.0 
+0200
+++ /mounts/work_src_done/STABLE/kdemultimedia4/kdemultimedia4.changes  
2011-06-03 15:37:52.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:37:49 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdemultimedia-4.6.3.tar.bz2

New:

  kdemultimedia-4.6.4.tar.bz2



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.f53fUR/_old  2011-06-08 17:25:59.0 +0200
+++ /var/tmp/diff_new_pack.f53fUR/_new  2011-06-08 17:25:59.0 +0200
@@ -34,7 +34,7 @@
 Group:  System/GUI/KDE
 Summary:kdemultimedia base package
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdemultimedia-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdemultimedia-4.6.3.tar.bz2 -> kdemultimedia-4.6.4.tar.bz2 ++
Files old/kdemultimedia-4.6.3/doc/dragonplayer/index.cache.bz2 and 
new/kdemultimedia-4.6.4/doc/dragonplayer/index.cache.bz2 differ
Files old/kdemultimedia-4.6.3/doc/juk/index.cache.bz2 and 
new/kdemultimedia-4.6.4/doc/juk/index.cache.bz2 differ
Files old/kdemultimedia-4.6.3/doc/kcontrol/cddbretrieval/index.cache.bz2 and 
new/kdemultimedia-4.6.4/doc/kcontrol/cddbretrieval/index.cache.bz2 differ
Files old/kdemultimedia-4.6.3/doc/kioslave/audiocd/index.cache.bz2 and 
new/kdemultimedia-4.6.4/doc/kioslave/audiocd/index.cache.bz2 differ
Files old/kdemultimedia-4.6.3/doc/kmix/index.cache.bz2 and 
new/kdemultimedia-4.6.4/doc/kmix/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.6.3/juk/collectionlist.cpp 
new/kdemultimedia-4.6.4/juk/collectionlist.cpp
--- old/kdemultimedia-4.6.3/juk/collectionlist.cpp  2011-01-19 
23:23:21.0 +0100
+++ new/kdemultimedia-4.6.4/juk/collectionlist.cpp  2011-06-02 
12:04:33.0 +0200
@@ -403,10 +403,10 @@
 }
 
 int newWidth = width(listView()->fontMetrics(), listView(), i);
-data()->cachedWidths[i] = newWidth;
-
 if(newWidth != data()->cachedWidths[i])
 playlist()->slotWeightDirty(i);
+
+data()->cachedWidths[i] = newWidth;
 }
 
 if(listView()->isVisible())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.6.3/juk/main.cpp 
new/kdemultimedia-4.6.4/juk/main.cpp
--- old/kdemultimedia-4.6.3/juk/main.cpp2011-04-28 15:30:54.0 
+0200
+++ new/kdemultimedia-4.6.4/juk/main.cpp2011-06-02 12:04:33.0 
+0200
@@ -46,7 +46,7 @@
 int main(int argc, char *argv[])
 {
 KAboutData aboutData("juk", 0, ki18n("JuK"),
- "3.6.1", ki18n(description), KAboutData::License_GPL,
+ "3.6.2", ki18n(description), KAboutData::License_GPL,
  ki18n("© 2002 - 2010, Scott Wheeler"), 
KLocalizedString(),
  "http://developer.kde.org/~wheeler/juk.html";);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.6.3/juk/playlist.cpp 
new/kdemultimedia-4.6.4/juk/playlist.cpp
--- old/kdemultimedia-4.6.3/juk/playlist.cpp2011-01-19 23:23:21.0 
+0100
+++ new/kdemultimedia-4.6.4/juk/playlist.cpp2011-06-02 12:04:33.0 
+0200
@@ -1325,8 +1325,9 @@
 
 int Playlist::addColumn(const QString &label, int)
 {
-slotWeightDirty(columns());
-return K3ListView::addColumn(label, 30);
+int newIndex = K3ListView::addColumn(label, 30);
+slotWeightDirty(newIndex);
+return newIndex;
 }
 
 PlaylistItem *Playlist::createItem(const FileHandle &file,
@@ -1550,7 +1551,7 @@
 QAction *showAction;
 
 for(int i = 0; i < header()->count(); ++i) {
-if(i == PlaylistItem::FileNameColumn)
+if(i - columnOffset() == PlaylistItem::FileNameColumn)
 m_headerMenu->addSeparator();
 
 showAction = new QAction(header()->label(i), m_headerMenu);
@@ -1827,11 +1828,22 @@
 
 foreach(PlaylistItem *item, l) {
 cachedWidth = item->cachedWidths();
-foreach(int column, m_weightDirty)
-averageWidth[column] += std::pow(double(cachedWidth[column]), 2.0) 
/ itemCount;
+
+// Extra columns start at 0, but those weights aren't shared with all
+// items.
+for(int i = 0; i < columnOffset(); ++i) {
+averageWidth[i] +=
+std::pow(double(item->width(fon

commit kdelibs4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Wed Jun 8 17:25:42 CEST 2011.




--- KDE/kdelibs4/kdelibs4-apidocs.changes   2011-05-18 22:12:55.0 
+0200
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4-apidocs.changes  
2011-06-02 19:47:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun  2 19:47:21 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
kdelibs4.changes: same change

calling whatdependson for head-i586


Old:

  bugzilla-mid-air-collission-bko272466.diff
  kdelibs-4.6.3.tar.bz2

New:

  kdelibs-4.6.4.tar.bz2



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.7Gukz8/_old  2011-06-08 17:25:11.0 +0200
+++ /var/tmp/diff_new_pack.7Gukz8/_new  2011-06-08 17:25:11.0 +0200
@@ -25,8 +25,8 @@
 Group:  System/GUI/KDE
 Summary:KDE 4 API documentation
 Url:http://www.kde.org
-Version:4.6.3
-Release:2
+Version:4.6.4
+Release:1
 Requires:   kde4-filesystem
 Source0:kdelibs-%version.tar.bz2
 Source1:baselibs.conf

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.7Gukz8/_old  2011-06-08 17:25:11.0 +0200
+++ /var/tmp/diff_new_pack.7Gukz8/_new  2011-06-08 17:25:11.0 +0200
@@ -43,8 +43,8 @@
 Group:  System/GUI/KDE
 Summary:KDE Base Libraries
 Url:http://www.kde.org
-Version:4.6.3
-Release:3
+Version:4.6.4
+Release:1
 Requires:   soprano >= %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi >= %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
 Requires:   kdelibs4-core = %version
@@ -74,7 +74,6 @@
 Patch24:ksuseinstall.diff
 Patch25:ksuseinstall_11.2.diff
 Patch28:no_kbookmark_write_error.diff
-Patch29:bugzilla-mid-air-collission-bko272466.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %requires_gelibqt4-x11
 %if 0%{?opensuse_bs}
@@ -162,8 +161,6 @@
 %patch25
 %endif
 %patch28 -p1
-#Can be removed with KDE 4.6.4
-%patch29
 #
 # define KDE version exactly
 #

++ kdelibs-4.6.3.tar.bz2 -> kdelibs-4.6.4.tar.bz2 ++
KDE/kdelibs4/kdelibs-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/kdelibs4/kdelibs-4.6.4.tar.bz2 differ: char 11, 
line 1







Remember to have fun...

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



commit kdegraphics4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdegraphics4 for openSUSE:Factory
checked in at Wed Jun 8 17:24:58 CEST 2011.




--- KDE/kdegraphics4/kdegraphics4.changes   2011-04-28 23:56:41.0 
+0200
+++ /mounts/work_src_done/STABLE/kdegraphics4/kdegraphics4.changes  
2011-06-03 19:32:04.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 19:32:01 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdegraphics-4.6.3.tar.bz2

New:

  kdegraphics-4.6.4.tar.bz2



Other differences:
--
++ kdegraphics4.spec ++
--- /var/tmp/diff_new_pack.8y46lR/_old  2011-06-08 17:24:25.0 +0200
+++ /var/tmp/diff_new_pack.8y46lR/_new  2011-06-08 17:24:25.0 +0200
@@ -38,7 +38,7 @@
 Group:  Productivity/Graphics/Other
 Summary:Base package for kdegraphics apps
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdegraphics-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
@@ -406,6 +406,7 @@
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
 %dir /usr/include/libksane
+%_kde4_appsdir/cmake/modules/FindKSane.cmake
 
 %package -n okular
 License:GPLv2+

++ kdegraphics-4.6.3.tar.bz2 -> kdegraphics-4.6.4.tar.bz2 ++
 3037 lines of diff (skipped)






Remember to have fun...

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



commit kdegames4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory
checked in at Wed Jun 8 17:24:09 CEST 2011.




--- KDE/kdegames4/kdegames4-carddecks.changes   2011-04-28 16:14:56.0 
+0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4-carddecks.changes  
2011-06-03 15:37:36.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:37:25 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
kdegames4.changes: same change

calling whatdependson for head-i586


Old:

  kdegames-4.6.3.tar.bz2

New:

  kdegames-4.6.4.tar.bz2



Other differences:
--
++ kdegames4-carddecks.spec ++
--- /var/tmp/diff_new_pack.D3vvZD/_old  2011-06-08 17:23:48.0 +0200
+++ /var/tmp/diff_new_pack.D3vvZD/_new  2011-06-08 17:23:48.0 +0200
@@ -23,7 +23,7 @@
 Group:  System/GUI/KDE
 Summary:Default Card Decks for KDE Games
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdegames-%version.tar.bz2
 Patch0: 4_5_BRANCH.diff

++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.D3vvZD/_old  2011-06-08 17:23:48.0 +0200
+++ /var/tmp/diff_new_pack.D3vvZD/_new  2011-06-08 17:23:48.0 +0200
@@ -28,7 +28,7 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Games
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdegames-%version.tar.bz2
 Patch:  4_5_BRANCH.diff

++ kdegames-4.6.3.tar.bz2 -> kdegames-4.6.4.tar.bz2 ++
KDE/kdegames4/kdegames-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/kdegames4/kdegames-4.6.4.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit kdebindings4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdebindings4 for openSUSE:Factory
checked in at Wed Jun 8 17:23:15 CEST 2011.




--- KDE/kdebindings4/kdebindings4.changes   2011-04-28 16:12:55.0 
+0200
+++ /mounts/work_src_done/STABLE/kdebindings4/kdebindings4.changes  
2011-06-03 15:36:54.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:36:37 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
mono-kde4.changes: same change
perl-kde4.changes: same change
python-kde4.changes: same change
ruby-kde4.changes: same change

calling whatdependson for head-i586


Old:

  kdebindings-4.6.3.tar.bz2

New:

  kdebindings-4.6.4.tar.bz2



Other differences:
--
++ kdebindings4.spec ++
--- /var/tmp/diff_new_pack.QeTent/_old  2011-06-08 17:23:01.0 +0200
+++ /var/tmp/diff_new_pack.QeTent/_new  2011-06-08 17:23:01.0 +0200
@@ -31,7 +31,7 @@
 %else
 Summary:Smoke stand-alone generator for bindings for KDE 4.x libraries
 %endif
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdebindings-%{version}.tar.bz2
 BuildRequires:  bash okular-devel python

mono-kde4.spec: same change
perl-kde4.spec: same change
python-kde4.spec: same change
ruby-kde4.spec: same change
++ kdebindings-4.6.3.tar.bz2 -> kdebindings-4.6.4.tar.bz2 ++
KDE/kdebindings4/kdebindings-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/kdebindings4/kdebindings-4.6.4.tar.bz2 differ: 
char 11, line 1

++ kdebindings4.spec.in ++
--- /var/tmp/diff_new_pack.QeTent/_old  2011-06-08 17:23:01.0 +0200
+++ /var/tmp/diff_new_pack.QeTent/_new  2011-06-08 17:23:01.0 +0200
@@ -31,7 +31,7 @@
 %else
 Summary:Smoke stand-alone generator for bindings for KDE 4.x libraries
 %endif
-Version: 4.6.3
+Version: 4.6.4
 Release:1
 Source0:kdebindings-%{version}.tar.bz2
 BuildRequires:  @BUILDREQUIRES@






Remember to have fun...

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



commit kdebase4-session for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-session for openSUSE:Factory
checked in at Wed Jun 8 17:22:46 CEST 2011.




--- KDE/kdebase4-session/kdebase4-session.changes   2011-03-13 
10:59:00.0 +0100
+++ /mounts/work_src_done/STABLE/kdebase4-session/kdebase4-session.changes  
2011-06-08 15:43:10.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  8 13:37:01 UTC 2011 - idon...@novell.com
+
+- Add back kde4.desktop to unbreak compatibility with openSUSE 11.4
+  and lower, bnc#687781 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdebase4-session.spec ++
--- /var/tmp/diff_new_pack.W3spg4/_old  2011-06-08 17:22:20.0 +0200
+++ /var/tmp/diff_new_pack.W3spg4/_new  2011-06-08 17:22:20.0 +0200
@@ -23,7 +23,7 @@
 Summary:The KDE Session
 Url:http://www.kde.org/
 Version:%_kde_platform_version
-Release:8
+Release:9
 Source1:kde-plasma.desktop
 Source2:COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,6 +50,10 @@
 %install
 install -m 0755 -d $RPM_BUILD_ROOT/usr/share/xsessions/
 cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/xsessions/kde-plasma.desktop
+
+# For compatibility with 11.4 and older
+ln -s /usr/share/xsessions/kde-plasma.desktop 
$RPM_BUILD_ROOT/usr/share/xsessions/kde4.desktop
+
 install -D -m644 %{SOURCE2} 
$RPM_BUILD_ROOT/usr/share/doc/packages/kdebase4-session/COPYING
 
 %clean
@@ -58,6 +62,7 @@
 %files
 %defattr(-,root,root)
 /usr/share/xsessions/kde-plasma.desktop
+/usr/share/xsessions/kde4.desktop
 %dir /usr/share/doc/packages/kdebase4-session
 /usr/share/doc/packages/kdebase4-session/COPYING
 






Remember to have fun...

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



commit kdeadmin4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdeadmin4 for openSUSE:Factory
checked in at Wed Jun 8 17:22:02 CEST 2011.




--- KDE/kdeadmin4/kdeadmin4.changes 2011-04-28 16:11:39.0 +0200
+++ /mounts/work_src_done/STABLE/kdeadmin4/kdeadmin4.changes2011-06-03 
15:35:03.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:34:57 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdeadmin-4.6.3.tar.bz2

New:

  kdeadmin-4.6.4.tar.bz2



Other differences:
--
++ kdeadmin4.spec ++
--- /var/tmp/diff_new_pack.XrJeug/_old  2011-06-08 17:21:52.0 +0200
+++ /var/tmp/diff_new_pack.XrJeug/_new  2011-06-08 17:21:52.0 +0200
@@ -24,7 +24,7 @@
 Summary:kdeadmin base package
 %define with_kpackage 0
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdeadmin-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdeadmin-4.6.3.tar.bz2 -> kdeadmin-4.6.4.tar.bz2 ++
Files old/kdeadmin-4.6.3/doc/kcron/index.cache.bz2 and 
new/kdeadmin-4.6.4/doc/kcron/index.cache.bz2 differ
Files old/kdeadmin-4.6.3/doc/ksystemlog/index.cache.bz2 and 
new/kdeadmin-4.6.4/doc/ksystemlog/index.cache.bz2 differ
Files old/kdeadmin-4.6.3/doc/kuser/index.cache.bz2 and 
new/kdeadmin-4.6.4/doc/kuser/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeadmin-4.6.3/ksystemlog/src/ksystemlog.desktop 
new/kdeadmin-4.6.4/ksystemlog/src/ksystemlog.desktop
--- old/kdeadmin-4.6.3/ksystemlog/src/ksystemlog.desktop2011-02-25 
22:46:02.0 +0100
+++ new/kdeadmin-4.6.4/ksystemlog/src/ksystemlog.desktop2011-06-02 
12:04:31.0 +0200
@@ -122,6 +122,7 @@
 GenericName[es]=Visor de registros del sistema
 GenericName[et]=Süsteemi logide jälgija
 GenericName[eu]=Sistema egunkarien erakuslea
+GenericName[fi]=Järjestelmän lokitiedostojen katselin
 GenericName[fr]=Consultation des journaux du système
 GenericName[ga]=Amharcán ar Logchomhaid an Chórais
 GenericName[hr]=Preglednik sistemskih zapisa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeadmin-4.6.3/system-config-printer-kde/system-config-printer-kde.desktop 
new/kdeadmin-4.6.4/system-config-printer-kde/system-config-printer-kde.desktop
--- 
old/kdeadmin-4.6.3/system-config-printer-kde/system-config-printer-kde.desktop  
2011-02-25 22:46:02.0 +0100
+++ 
new/kdeadmin-4.6.4/system-config-printer-kde/system-config-printer-kde.desktop  
2011-06-02 12:04:31.0 +0200
@@ -24,6 +24,7 @@
 Name[es]=Configuración de la impresora
 Name[et]=Printeri seadistamine
 Name[eu]=Inprimagailu konfiguraketa
+Name[fi]=Tulostinasetukset
 Name[fr]=Configuration de l'imprimante
 Name[ga]=Cumraíocht Printéara
 Name[gl]=Configuración da impresora
@@ -73,6 +74,7 @@
 Comment[es]=Configurar impresoras locales y remotas
 Comment[et]=Kohalike ja võrguprinterite seadistamine
 Comment[eu]=Konfiguratu bertako eta urruneko inprimagailuak
+Comment[fi]=Aseta paikalliset ja etätulostimet
 Comment[fr]=Configurer les imprimantes locales et distantes
 Comment[ga]=Cumraigh printéirí logánta agus cianda
 Comment[gl]=Configuración as impresoras locais e remotas
@@ -103,7 +105,7 @@
 Comment[sr@latin]=Podešavanje lokalnih i udaljenih štampača
 Comment[sv]=Anpassa lokala skrivare och fjärrskrivare
 Comment[th]=ปรับแต่งเครื่องพิมพ์ภายในระบบและเครื่องพิมพ์บนเครือข่าย
-Comment[tr]=Yerel ve uzak Yazıcıları yapılandır
+Comment[tr]=Yerel ve uzak yazıcıları yapılandırın
 Comment[uk]=Налаштувати локальні і віддалені принтери
 Comment[x-test]=xxConfigure local and remote Printersxx
 Comment[zh_CN]=配置本地和远程的打印机
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeadmin-4.6.3/system-config-printer-kde/system-config-printer-kde.py 
new/kdeadmin-4.6.4/system-config-printer-kde/system-config-printer-kde.py
--- old/kdeadmin-4.6.3/system-config-printer-kde/system-config-printer-kde.py   
2011-02-25 22:46:02.0 +0100
+++ new/kdeadmin-4.6.4/system-config-printer-kde/system-config-printer-kde.py   
2011-06-02 12:04:31.0 +0200
@@ -462,7 +462,7 @@
 def on_tvMainList_changed(self, new, old):
 """about to change, offer to save"""
 if self.changed:
-answer = KMessageBox.questionYesNo(self, "Do you want to save 
changes?", "Save Changes", KStandardGuiItem.save(), KStandardGuiItem.discard() )
+answer = KMessageBox.questionYesNo(self, i18n("Do you want to save 
changes?"), i18n("Save Changes"), KStandardGuiItem.save(), 
KStandardGuiItem.discard() )
 
 

commit kdeaccessibility4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdeaccessibility4 for 
openSUSE:Factory
checked in at Wed Jun 8 17:20:46 CEST 2011.




--- KDE/kdeaccessibility4/kdeaccessibility4-icons.changes   2011-04-28 
16:11:23.0 +0200
+++ 
/mounts/work_src_done/STABLE/kdeaccessibility4/kdeaccessibility4-icons.changes  
2011-06-03 15:34:45.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 15:34:41 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
kdeaccessibility4.changes: same change

calling whatdependson for head-i586


Old:

  kdeaccessibility-4.6.3.tar.bz2

New:

  kdeaccessibility-4.6.4.tar.bz2



Other differences:
--
++ kdeaccessibility4-icons.spec ++
--- /var/tmp/diff_new_pack.4MSBcO/_old  2011-06-08 17:20:15.0 +0200
+++ /var/tmp/diff_new_pack.4MSBcO/_new  2011-06-08 17:20:15.0 +0200
@@ -31,7 +31,7 @@
 Group:  System/GUI/KDE
 Summary:Monochrome Icon Set for KDE
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdeaccessibility-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdeaccessibility4.spec ++
--- /var/tmp/diff_new_pack.4MSBcO/_old  2011-06-08 17:20:15.0 +0200
+++ /var/tmp/diff_new_pack.4MSBcO/_new  2011-06-08 17:20:15.0 +0200
@@ -28,7 +28,7 @@
 Group:  System/GUI/KDE
 Summary:Base Package for kdeaccessibility apps
 Url:http://www.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdeaccessibility-%version.tar.bz2
 Patch:  4_5_BRANCH.diff

++ kdeaccessibility-4.6.3.tar.bz2 -> kdeaccessibility-4.6.4.tar.bz2 ++
Files old/kdeaccessibility-4.6.3/doc/jovie/index.cache.bz2 and 
new/kdeaccessibility-4.6.4/doc/jovie/index.cache.bz2 differ
Files old/kdeaccessibility-4.6.3/doc/kmag/index.cache.bz2 and 
new/kdeaccessibility-4.6.4/doc/kmag/index.cache.bz2 differ
Files old/kdeaccessibility-4.6.3/doc/kmousetool/index.cache.bz2 and 
new/kdeaccessibility-4.6.4/doc/kmousetool/index.cache.bz2 differ
Files old/kdeaccessibility-4.6.3/doc/kmouth/index.cache.bz2 and 
new/kdeaccessibility-4.6.4/doc/kmouth/index.cache.bz2 differ






Remember to have fun...

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



commit kde4-l10n for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory
checked in at Wed Jun 8 17:19:51 CEST 2011.




--- KDE/kde4-l10n/kde4-l10n.changes 2011-05-03 03:03:59.0 +0200
+++ /mounts/work_src_done/STABLE/kde4-l10n/kde4-l10n.changes2011-06-03 
17:22:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  2 19:47:21 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+
+---

calling whatdependson for head-i586


Old:

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

New:

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



Other differences:
--
++ kde4-l10n.spec ++
--- /var/tmp/diff_new_pack.4A2I1O/_old  2011-06-08 17:18:33.0 +0200
+++ /var/tmp/diff_new_pack.4A2I1O/_new  2011-06-08 17:18:33.0 +0200
@@ -28,7 +28,7 @@
 License:GPL v2 or later
 Group:  System/Localization
 Summary:English translations for KDE
-Version:4.6.3
+Version:4.6.4
 Release:1
 %define kdepim_version %version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-l10n-ar-4.6.3.tar.bz2 -> kde-l10n-ar-4.6.4.tar.bz2 ++
 56210 lines of diff (skipped)

++ kde-l10n-bg-4.6.3.tar.bz2 -> kde-l10n-bg-4.6.4.tar.bz2 ++
 54744 lines of diff (skipped)

++ kde-l10n-ca-4.6.3.tar.bz2 -> kde-l10n-ca-4.6.4.tar.bz2 ++
 68051 lines of diff (skipped)

++ kde-l10n...@valencia-4.6.3.tar.bz2 -> kde-l10n...@valencia-4.6.4.tar.bz2 
++
 57782 lines of diff (skipped)

++ kde-l10n-cs-4.6.3.tar.bz2 -> kde-l10n-cs-4.6.4.tar.bz2 ++
 59558 lines of diff (skipped)

++ kde-l10n-da-4.6.3.tar.bz2 -> kde-l10n-da-4.6.4.tar.bz2 ++
KDE/kde4-l10n/kde-l10n-da-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/kde4-l10n/kde-l10n-da-4.6.4.tar.bz2 differ: char 
11, line 

commit goobox for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package goobox for openSUSE:Factory
checked in at Wed Jun 8 17:14:54 CEST 2011.




--- GNOME/goobox/goobox.changes 2011-02-12 20:25:33.0 +0100
+++ /mounts/work_src_done/STABLE/goobox/goobox.changes  2011-06-07 
11:17:30.0 +0200
@@ -1,0 +2,35 @@
+Tue Jun  7 11:00:38 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.90.1:
+  + New features and user visible changes:
+- Ported to GTK+ 3.0, GSettings, GDBus, GtkApplication
+- Ported to libmusicbrainz 3
+- Added support for libnotify 0.7
+- Use symbolic icons
+- Preferer the dark theme
+- Added a high definition icon
+- Don't use the status icon with GNOME Shell
+  + Bugs fixed:
+- Fixed CD cover search
+  + Updated translations.
+- Update pkgconfig() BuildRequires for this port to GNOME 3:
+  + Drop dbus-glib-1, gconf-2.0, unique-1.0.
+  + Change gtk+-2.0, libbrasero-media to gtk+-3.0,
+libbrasero-media3.
+- Change libmusicbrainz-devel BuildRequires to
+  pkgconfig(libmusibrainz3), and add pkgconfig(libdiscid)
+  BuildRequires, for libmusicbrainz3 port.
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros, and remove gconf-specific
+  --disable-schemas-install configure flag.
+
+---
+Thu Apr 28 12:45:34 CEST 2011 - vu...@opensuse.org
+
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: brasero-devel, dbus-1-glib-devel, gconf2-devel,
+gstreamer010-devel, libnotify-devel, libunique-devel.
+  + New ones: dbus-glib-1, gconf-2.0, glib-2.0, gstreamer-0.10,
+gtk+-2.0, libbrasero-media, libnotify, unique-1.0.
+
+---

calling whatdependson for head-i586


Old:

  goobox-2.2.0.tar.bz2

New:

  goobox-2.90.1.tar.bz2



Other differences:
--
++ goobox.spec ++
--- /var/tmp/diff_new_pack.fGlTqQ/_old  2011-06-08 17:01:22.0 +0200
+++ /var/tmp/diff_new_pack.fGlTqQ/_new  2011-06-08 17:01:22.0 +0200
@@ -18,29 +18,29 @@
 
 
 Name:   goobox
-Version:2.2.0
-Release:3
+Version:2.90.1
+Release:1
 License:GPLv2+
 Summary:CD Player and Ripper for GNOME
 Url:http://www.gnome.org
 Group:  Productivity/Multimedia/CD/Grabbers
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
-BuildRequires:  brasero-devel
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gstreamer010-devel
 BuildRequires:  intltool
-BuildRequires:  libmusicbrainz-devel
-BuildRequires:  libnotify-devel
-BuildRequires:  libunique-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libbrasero-media3)
+BuildRequires:  pkgconfig(libdiscid)
+BuildRequires:  pkgconfig(libmusicbrainz3)
+BuildRequires:  pkgconfig(libnotify)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 Goobox is a CD player and ripper that always knows just what to do.
@@ -51,8 +51,7 @@
 translation-update-upstream
 
 %build
-%configure\
-   --disable-schemas-install \
+%configure \
 --disable-scrollkeeper
 make %{?jobs:-j%jobs}
 
@@ -60,21 +59,15 @@
 %makeinstall
 %suse_update_desktop_file goobox AudioVideo Player CD
 %find_lang %{name} %{?no_lang_C}
-%find_gconf_schemas
 %fdupes %{buildroot}
 
 %clean
 rm -rf %{buildroot}
 
-%pre -f %{name}.schemas_pre
-
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
-
 %if 0%{?suse_version} > 1130
 
 %post
+%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 %endif
@@ -82,11 +75,12 @@
 %if 0%{?suse_version} > 1130
 
 %postun
+%glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 %endif
 
-%files -f %{name}.schemas_list
+%files
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %dir %{_datadir}/gnome/
@@ -98,8 +92,10 @@
 %doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/goobox
 %{_datadir}/applications/goobox.desktop
-%{_datadir}/goobox
-%{_datadir}/icons/hicolor/48x48/apps/goobox.png
+%{_datadir}/GConf/gsettings/goobox.convert
+%{_datadir}/glib-2.0/schemas/org.gnome.Goobox.gschema.xml
+%{_datadir}/goobox/
+%{_datadir}/icons/hicolor/*/apps/goobox.png
 
 %files lang -f %{name}.lang
 

++ goobox-2.2.0.tar.bz2 -> goobox-2.90.1.tar.bz2 ++
 68920 lines of diff (skipped)






R

commit goocanvas for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package goocanvas for openSUSE:Factory
checked in at Wed Jun 8 17:01:14 CEST 2011.




--- GNOME/goocanvas/goocanvas.changes   2011-06-01 18:05:40.0 +0200
+++ /mounts/work_src_done/STABLE/goocanvas/goocanvas.changes2011-06-08 
10:48:49.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  8 10:48:28 CEST 2011 - vu...@opensuse.org
+
+- Add a goocanvas Provides to libgoocanvas-2_0-9 so that the lang
+  package is installable.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ goocanvas.spec ++
--- /var/tmp/diff_new_pack.K6XCCi/_old  2011-06-08 16:41:25.0 +0200
+++ /var/tmp/diff_new_pack.K6XCCi/_new  2011-06-08 16:41:25.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   goocanvas
 Version:2.0.0
-Release:1
+Release:3
 License:LGPLv2.0
 Summary:A cairo-based canvas widget for GTK+
 Url:http://sourceforge.net/projects/goocanvas
@@ -52,6 +52,8 @@
 License:LGPLv2.0
 Summary:A cairo-based canvas widget for GTK+
 Group:  Development/Libraries/GNOME
+# Needed to make lang package installable
+Provides:   %{name} = %{version}
 Recommends: %{name}-lang
 
 %description -n libgoocanvas-2_0-9






Remember to have fun...

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



commit gthumb for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory
checked in at Wed Jun 8 16:41:17 CEST 2011.




--- GNOME/gthumb/gthumb.changes 2011-06-01 15:41:18.0 +0200
+++ /mounts/work_src_done/STABLE/gthumb/gthumb.changes  2011-06-07 
11:14:03.0 +0200
@@ -1,0 +2,38 @@
+Tue Jun  7 10:41:25 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.13.2:
+  + New features and user visible changes:
+- Added a sharpen tool.
+- Added a tool to rotate images of any degree.
+- Added "copy image to clipboard" and "paste image from
+  clipboard".
+- Added a map view to view the geographical position where the
+  picture was taken.
+- Added tool to delete files metadata.
+- Disable the screensaver when playing videos or slideshows.
+- Crop: added ability to maximize and center the selection.
+- Rename series: added a dialog to edit the filename template.
+- Resize images: added ability to select the file format.
+- Slideshow: make the animations smoother.
+- Moved the extensions activation in the preferences dialog.
+- Pressing the delete key in a catalog removes the file from
+  the catalog instead of deleting the file from disk
+- Image selector: show the active resize grip.
+- Red eye removal: exit from the tool only when the ok button
+  is clicked.
+- Added VIDEO and DESKTOP directories to the entry point list.
+- Added the entry points to the bookmark menu as well.
+  + Bugs fixed:
+- Fixed crash when closing a window while the video viewer is
+  active.
+- Webalbums: fixed progress dialog not showing again after the
+  first exporting.
+- Find duplicates: do not allow to select more than a file.
+- Fixed error when enabling/disabling thumbnails very fast.
+- Fixed renaming of files when the new name is entered quickly.
+- Correctly display images with wrong extension name.
+- Fixed the desktop background setting with GNOME 3.0 or higher
+- bgo#645515, bgo#644346, bgo#644344, bgo#651297
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gthumb-2.13.1.git20110516.tar.bz2

New:

  gthumb-2.13.2.tar.bz2



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.xQLsEk/_old  2011-06-08 16:37:40.0 +0200
+++ /var/tmp/diff_new_pack.xQLsEk/_new  2011-06-08 16:37:40.0 +0200
@@ -19,8 +19,9 @@
 
 
 Name:   gthumb
-Version:2.13.1.git20110516
+Version:2.13.2
 Release:1
+# FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 License:GPLv2+
 Summary:An Image Viewer and Browser for GNOME
 Url:http://live.gnome.org/gthumb

++ gthumb-2.13.1.git20110516.tar.bz2 -> gthumb-2.13.2.tar.bz2 ++
 38692 lines of diff (skipped)






Remember to have fun...

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



commit kdeedu4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdeedu4 for openSUSE:Factory
checked in at Wed Jun 8 16:37:28 CEST 2011.




--- KDE/kdeedu4/kdeedu4-noarch.changes  2011-04-28 23:56:27.0 +0200
+++ /mounts/work_src_done/STABLE/kdeedu4/kdeedu4-noarch.changes 2011-06-03 
23:53:30.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun  3 23:53:17 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
kdeedu4.changes: same change

calling whatdependson for head-i586


Old:

  kdeedu-4.6.3.tar.bz2

New:

  kdeedu-4.6.4.tar.bz2



Other differences:
--
++ kdeedu4-noarch.spec ++
--- /var/tmp/diff_new_pack.caK83J/_old  2011-06-08 16:36:01.0 +0200
+++ /var/tmp/diff_new_pack.caK83J/_new  2011-06-08 16:36:01.0 +0200
@@ -27,7 +27,7 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Education Applications
 Url:http://edu.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 Source0:kdeedu-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdeedu4.spec ++
--- /var/tmp/diff_new_pack.caK83J/_old  2011-06-08 16:36:01.0 +0200
+++ /var/tmp/diff_new_pack.caK83J/_new  2011-06-08 16:36:01.0 +0200
@@ -31,7 +31,7 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Education Applications
 Url:http://edu.kde.org
-Version:4.6.3
+Version:4.6.4
 Release:1
 BuildRequires:  boost-devel freeglut-devel kdebase4-workspace-devel >= %version
 BuildRequires:  gsl-devel libeigen2-devel libspectre-devel python-qt4-devel
@@ -244,7 +244,7 @@
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
 %dir /usr/include/libkdeedu
-%_kde4_appsdir/cmake/modules/FindKDEEdu.cmake
+#%_kde4_appsdir/cmake/modules/FindKDEEdu.cmake
 
 %package -n blinken
 License:GPLv2+
@@ -324,7 +324,7 @@
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
 %dir /usr/include/marble
-%_kde4_appsdir/cmake/modules/FindMarbleWidget.cmake
+#%_kde4_appsdir/cmake/modules/FindMarbleWidget.cmake
 
 %package -n kalzium
 License:GPLv2+

++ kdeedu-4.6.3.tar.bz2 -> kdeedu-4.6.4.tar.bz2 ++
KDE/kdeedu4/kdeedu-4.6.3.tar.bz2 
/mounts/work_src_done/STABLE/kdeedu4/kdeedu-4.6.4.tar.bz2 differ: char 11, line 
1






Remember to have fun...

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



commit libccrtp for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package libccrtp for openSUSE:Factory
checked in at Wed Jun 8 16:35:25 CEST 2011.




--- libccrtp/libccrtp.changes   2011-03-24 15:14:37.0 +0100
+++ /mounts/work_src_done/STABLE/libccrtp/libccrtp.changes  2011-04-23 
11:20:33.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 23 11:20:20 CEST 2011 - dmuel...@suse.de
+
+- fix shlib packaging
+
+---

calling whatdependson for head-i586


Old:

  rpmlintrc



Other differences:
--
++ libccrtp.spec ++
--- /var/tmp/diff_new_pack.g0glQ3/_old  2011-06-08 16:34:50.0 +0200
+++ /var/tmp/diff_new_pack.g0glQ3/_new  2011-06-08 16:34:50.0 +0200
@@ -27,9 +27,8 @@
 AutoReqProv:on
 Summary:A Common C++ Class Framework for RTP Packets
 Version:1.8.0
-Release:7
+Release:9
 Source0:ccrtp-%{version}.tar.bz2
-Source1:rpmlintrc
 # PATCH-FIX-UPSTREAM co...@suse.de, fix compilation with gcc46
 Patch0: ccrtp-1.8.0-gcc46.diff
 
@@ -38,16 +37,18 @@
 real-time streaming data over UDP packets using sending and receiving
 packet queues.
 
-%package -n libccrtp1
+%package -n libccrtp1-1_8
 License:GPLv3+
 Group:  System/Libraries
 Summary:A Common C++ Class Framework for RTP Packets
 Provides:   ccrtp = %{version}
 Provides:   %{name} = %{version}
+Provides:   libccrtp1 = %{version}
 Obsoletes:  ccrtp < %{version}
 Obsoletes:  %{name} < %{version}
+Obsoletes:  libccrtp1 <= %{version}
 
-%description -n libccrtp1
+%description -n libccrtp1-1_8
 The ccrtp package offers a generic framework for sending and receiving
 real-time streaming data over UDP packets using sending and receiving
 packet queues.
@@ -88,11 +89,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT;
 
-%post -n libccrtp1 -p /sbin/ldconfig
+%post -n libccrtp1-1_8 -p /sbin/ldconfig
 
-%postun -n libccrtp1 -p /sbin/ldconfig
+%postun -n libccrtp1-1_8 -p /sbin/ldconfig
 
-%files -n libccrtp1
+%files -n libccrtp1-1_8
 %defattr(-,root,root,0755)
 %_libdir/libccrtp*.so.*
 






Remember to have fun...

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



commit yast2-theme for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory
checked in at Wed Jun 8 16:34:39 CEST 2011.




--- yast2-theme/yast2-theme.changes 2011-05-17 15:17:02.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-theme/yast2-theme.changes
2011-06-07 21:57:34.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  7 19:26:01 UTC 2011 - badshah...@gmail.com
+
+- Include high resolution png images (256x256) and scalable svg
+  images to make icons look better in gnome-shell
+- 2.21.4
+
+---

calling whatdependson for head-i586


Old:

  yast2-theme-2.21.3.tar.bz2

New:

  yast2-theme-2.21.4.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.UVniPk/_old  2011-06-08 16:33:24.0 +0200
+++ /var/tmp/diff_new_pack.UVniPk/_new  2011-06-08 16:33:24.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-theme
-Version:2.21.3
+Version:2.21.4
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-theme-2.21.3.tar.bz2
+Source0:yast2-theme-2.21.4.tar.bz2
 
 Prefix: /usr
 
@@ -39,7 +39,7 @@
 %package openSUSE
 
 Summary:YaST2 - Theme (openSUSE)
-Version:2.21.3
+Version:2.21.4
 Release:1
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
@@ -55,7 +55,7 @@
 %package openSUSE-Crystal
 
 Summary:YaST2 - Theme (openSUSE)
-Version:2.21.3
+Version:2.21.4
 Release:1
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
@@ -65,7 +65,7 @@
 %package openSUSE-Oxygen
 
 Summary:YaST2 - Theme (openSUSE)
-Version:2.21.3
+Version:2.21.4
 Release:1
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
@@ -76,7 +76,7 @@
 %package SLE
 
 Summary:YaST2 - SLE Theme
-Version:2.21.3
+Version:2.21.4
 Release:1
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
@@ -98,7 +98,7 @@
 Family.
 
 %prep
-%setup -n yast2-theme-2.21.3
+%setup -n yast2-theme-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-theme-2.21.3.tar.bz2 -> yast2-theme-2.21.4.tar.bz2 ++
yast2-theme/yast2-theme-2.21.3.tar.bz2 
/mounts/work_src_done/STABLE/yast2-theme/yast2-theme-2.21.4.tar.bz2 differ: 
char 11, line 1






Remember to have fun...

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



commit perl-File-Remove for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Remove for openSUSE:Factory
checked in at Wed Jun 8 16:33:14 CEST 2011.




--- perl-File-Remove/perl-File-Remove.changes   2011-03-24 20:31:57.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-Remove/perl-File-Remove.changes  
2011-06-05 05:31:08.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  5 03:29:10 UTC 2011 - l...@linux-schulserver.de
+
+- fix build for SLE 11 by patching the lib and test files
+  ( perl-File-Remove-old_File-Spec.patch ) and requiring 
+  perl-PathTools
+
+---

calling whatdependson for head-i586


New:

  perl-File-Remove-old_File-Spec.patch



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.MR5bP2/_old  2011-06-08 16:31:53.0 +0200
+++ /var/tmp/diff_new_pack.MR5bP2/_new  2011-06-08 16:31:53.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-File-Remove
 Version:1.49
-Release:3
+Release:5
 License:GPL+ or Artistic
 %define cpan_name File-Remove
 Summary:Remove files and directories
@@ -27,8 +27,13 @@
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
+Patch1: perl-File-Remove-old_File-Spec.patch
 BuildRequires:  perl(Cwd) >= 3.27.01
 BuildRequires:  perl(File::Spec) >= 3.27.01
+%if 0%{?suse_version} <= 1110
+BuildRequires:  perl-PathTools
+Requires:   perl-PathTools
+%endif
 BuildRequires:  perl
 BuildRequires:  perl-macros
 Requires:   perl(Cwd) >= 3.27.01
@@ -48,6 +53,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} <= 1110
+%patch1 -p1
+sed -i "s|__vendorperl__|%{perl_vendorlib}|g" lib/File/Remove.pm t/*.t
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ perl-File-Remove-old_File-Spec.patch ++
Index: File-Remove-1.49/lib/File/Remove.pm
===
--- File-Remove-1.49.orig/lib/File/Remove.pm
+++ File-Remove-1.49/lib/File/Remove.pm
@@ -14,7 +14,7 @@ BEGIN {
 
 # If we ever need a Mac::Glue object we will want to cache it.
 my $glue;
-
+use lib '__vendorperl__';
 use File::Path ();
 use File::Glob ();
 use File::Spec 3.2701 ();
Index: File-Remove-1.49/t/03_deep_readonly.t
===
--- File-Remove-1.49.orig/t/03_deep_readonly.t
+++ File-Remove-1.49/t/03_deep_readonly.t
@@ -8,6 +8,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 12;
 use File::Spec::Functions ':ALL';
 use File::Copy   ();
Index: File-Remove-1.49/t/04_can_delete.t
===
--- File-Remove-1.49.orig/t/04_can_delete.t
+++ File-Remove-1.49/t/04_can_delete.t
@@ -8,6 +8,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 12;
 use File::Spec::Functions ':ALL';
 use File::Copy   ();
Index: File-Remove-1.49/t/05_links.t
===
--- File-Remove-1.49.orig/t/05_links.t
+++ File-Remove-1.49/t/05_links.t
@@ -6,6 +6,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More;
 use File::Spec::Functions ':ALL';
 use File::Remove ();
Index: File-Remove-1.49/t/06_curly.t
===
--- File-Remove-1.49.orig/t/06_curly.t
+++ File-Remove-1.49/t/06_curly.t
@@ -10,6 +10,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 6;
 use File::Spec::Functions ':ALL';
 use File::Remove ();
Index: File-Remove-1.49/t/07_cwd.t
===
--- File-Remove-1.49.orig/t/07_cwd.t
+++ File-Remove-1.49/t/07_cwd.t
@@ -6,6 +6,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 13;
 use File::Spec::Functions ':ALL';
 use File::Remove ();
Index: File-Remove-1.49/t/08_spaces.t
===
--- File-Remove-1.49.orig/t/08_spaces.t
+++ File-Remove-1.49/t/08_spaces.t
@@ -9,6 +9,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More qw(no_plan);
 use File::Spec::Functions ':ALL';
 use File::Copy   ();





Remember to have fun...

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



commit kdebase4 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory
checked in at Wed Jun 8 16:31:40 CEST 2011.




--- KDE/kdebase4/kdebase4.changes   2011-04-28 16:12:34.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4/kdebase4.changes  2011-06-02 
19:53:17.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun  2 19:53:14 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdebase-4.6.3.tar.bz2

New:

  kdebase-4.6.4.tar.bz2



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.nSuaLy/_old  2011-06-08 16:28:52.0 +0200
+++ /var/tmp/diff_new_pack.nSuaLy/_new  2011-06-08 16:28:52.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdebase4
-Version:4.6.3
+Version:4.6.4
 Release:1
 License:GPLv2+
 Summary:The Base KDE Apps

++ kdebase-4.6.3.tar.bz2 -> kdebase-4.6.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebase-4.6.3/CMakeLists.txt 
new/kdebase-4.6.4/CMakeLists.txt
--- old/kdebase-4.6.3/CMakeLists.txt2011-04-28 15:24:54.0 +0200
+++ new/kdebase-4.6.4/CMakeLists.txt2011-06-02 19:26:20.0 +0200
@@ -4,9 +4,9 @@
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
 
 #search packages used by KDE
-set(KDE_MIN_VERSION "4.6.3")
+set(KDE_MIN_VERSION "4.6.4")
 set(SOPRANO_MIN_VERSION "2.5.63")
-find_package(KDE4 4.6.3 REQUIRED)
+find_package(KDE4 4.6.4 REQUIRED)
 find_package(Strigi REQUIRED)
 find_package(ZLIB REQUIRED)
 include (KDE4Defaults)
Files old/kdebase-4.6.3/doc/dolphin/index.cache.bz2 and 
new/kdebase-4.6.4/doc/dolphin/index.cache.bz2 differ
Files old/kdebase-4.6.3/doc/kdepasswd/index.cache.bz2 and 
new/kdebase-4.6.4/doc/kdepasswd/index.cache.bz2 differ
Files old/kdebase-4.6.3/doc/kfind/index.cache.bz2 and 
new/kdebase-4.6.4/doc/kfind/index.cache.bz2 differ
Files old/kdebase-4.6.3/doc/konqueror/index.cache.bz2 and 
new/kdebase-4.6.4/doc/konqueror/index.cache.bz2 differ
Files old/kdebase-4.6.3/doc/kwrite/index.cache.bz2 and 
new/kdebase-4.6.4/doc/kwrite/index.cache.bz2 differ
Files old/kdebase-4.6.3/konsole/doc/manual/index.cache.bz2 and 
new/kdebase-4.6.4/konsole/doc/manual/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebase-4.6.3/konsole/src/main.cpp 
new/kdebase-4.6.4/konsole/src/main.cpp
--- old/kdebase-4.6.3/konsole/src/main.cpp  2011-04-28 15:25:41.0 
+0200
+++ new/kdebase-4.6.4/konsole/src/main.cpp  2011-06-02 19:26:52.0 
+0200
@@ -30,7 +30,7 @@
 #include 
 #include 
 
-#define KONSOLE_VERSION "2.6.3"
+#define KONSOLE_VERSION "2.6.4"
 
 using namespace Konsole;
 












Remember to have fun...

-- 
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-06-08 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory
checked in at Wed Jun 8 16:28:27 CEST 2011.




--- KDE/kdebase4-workspace/kdebase4-wallpapers.changes  2011-04-28 
18:13:56.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-wallpapers.changes 
2011-06-02 19:46:40.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun  2 19:45:55 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
+Wed May  4 09:29:55 UTC 2011 - tittiatc...@gmail.com
+
+- Added Patch for NM 0.9 compatibility (only for Factory)
+
+---
--- KDE/kdebase4-workspace/kdebase4-workspace.changes   2011-05-04 
11:30:45.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-workspace.changes  
2011-06-04 12:59:04.0 +0200
@@ -1,0 +2,20 @@
+Sat Jun  4 10:28:09 UTC 2011 - e...@suse.de
+
+- Add upstream patch:
+  Enable_direct_rendering_for_all_Mesa_drivers.diff
+  * This enables direct rendering for all Mesa drivers requiring
+at least Mesa 7.10.
+This allows to remove a revert patch to Mesa. This patch allows us
+to remove a patch to Mesa which restores an older version of the 
+renderer string.
+It will become obsolete once a new version of kwin is checked in.
+
+---
+Thu Jun  2 19:45:55 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
--- KDE/kdebase4-workspace/python-kdebase4.changes  2011-04-28 
18:13:57.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/python-kdebase4.changes 
2011-06-02 19:46:46.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun  2 19:45:55 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
+Wed May  4 09:29:55 UTC 2011 - tittiatc...@gmail.com
+
+- Added Patch for NM 0.9 compatibility (only for Factory)
+
+---

calling whatdependson for head-i586


Old:

  kdebase-workspace-4.6.3.tar.bz2

New:

  Enable_direct_rendering_for_all_Mesa_drivers.diff
  kdebase-workspace-4.6.4.tar.bz2



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.lPvAzh/_old  2011-06-08 16:27:56.0 +0200
+++ /var/tmp/diff_new_pack.lPvAzh/_new  2011-06-08 16:27:56.0 +0200
@@ -22,7 +22,7 @@
 Group:  System/GUI/KDE
 Summary:KDE 4 Wallpapers
 Url:http://www.kde.org/
-Version:4.6.3
+Version:4.6.4
 Release:1
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkdepimlibs4-devel >= %version

++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.lPvAzh/_old  2011-06-08 16:27:56.0 +0200
+++ /var/tmp/diff_new_pack.lPvAzh/_new  2011-06-08 16:27:56.0 +0200
@@ -22,7 +22,7 @@
 Group:  System/GUI/KDE
 Summary:The KDE Workspace Components
 Url:http://www.kde.org/
-Version:4.6.3
+Version:4.6.4
 Release:1
 BuildRequires:  audit-devel
 BuildRequires:  bluez-devel
@@ -116,6 +116,9 @@
 %if %suse_version > 1140
 Patch215:   kdebase-workspace-4.6.1-nm-09-compat.patch
 %endif
+%if %suse_version >= 1140
+Patch216:   Enable_direct_rendering_for_all_Mesa_drivers.diff
+%endif
 Requires:   kde4-kgreeter-plugins = %version
 Requires:   kdebase4-workspace-liboxygenstyle = %version
 %kde4_runtime_requires
@@ -211,6 +214,9 @@
 %if %suse_version > 1140
 %patch215 -p1
 %endif
+%if %suse_version >= 1140
+%patch216 -p1
+%endif
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build

++ python-kdebase4.spec ++
--- /var/tmp/diff_new_pack.lPvAzh/_old  2011-06-08 16:27:57.0 +0200
+++ /var/tmp/diff_new_pack.lPvAzh/_new  2011-06-08 16:27:57.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/GUI/KDE
 Summary:Python bindings for KDE 4 desktop shell
 Url:http://www.kde.org/
-Version:4.6.3
+Version:4.6.4
 Release:1
 BuildRequires:  NetworkManager-devel bluez-devel libQtWebKit-devel 
libdbusmenu-qt-devel libkdepimlibs4-devel >= %version libqimageblitz-devel
 BuildRequires:  libknotificationitem-devel libsmbclient-devel 
libxklavier-devel python-kde4-devel >= %version

++ Enable_direct_rendering_for_all_Mesa_drivers.diff ++
commit afe966579d56f

commit yast2-installation for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory
checked in at Wed Jun 8 16:26:51 CEST 2011.




--- yast2-installation/yast2-installation.changes   2011-05-19 
14:24:10.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes  
2011-06-07 09:50:10.0 +0200
@@ -1,0 +2,16 @@
+Wed Jun  1 17:24:25 CEST 2011 - loci...@suse.cz
+
+- always loading 'pciehp' kernel module on Dell hardware
+  (FATE #311991)
+- fixed control file validation
+- stricter btrfs_increase_percentage definition in all control
+  files (only 'integer' is allowed)
+
+---
+Wed Jun  1 11:56:08 CEST 2011 - f...@suse.de
+
+- add btrfs_increase_percentage to to category "partitioning" in
+  config.xml files
+- 2.21.5 
+
+---

calling whatdependson for head-i586


Old:

  yast2-installation-2.21.4.tar.bz2

New:

  yast2-installation-2.21.5.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.0q21tS/_old  2011-06-08 16:26:21.0 +0200
+++ /var/tmp/diff_new_pack.0q21tS/_new  2011-06-08 16:26:21.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-installation
-Version:2.21.4
+Version:2.21.5
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-installation-2.21.4.tar.bz2
+Source0:yast2-installation-2.21.5.tar.bz2
 
 Prefix: /usr
 
@@ -136,7 +136,7 @@
 System installation code as present on installation media.
 
 %prep
-%setup -n yast2-installation-2.21.4
+%setup -n yast2-installation-2.21.5
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-installation-2.21.4.tar.bz2 -> yast2-installation-2.21.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.21.4/VERSION 
new/yast2-installation-2.21.5/VERSION
--- old/yast2-installation-2.21.4/VERSION   2011-05-19 14:22:24.0 
+0200
+++ new/yast2-installation-2.21.5/VERSION   2011-06-01 15:15:56.0 
+0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.21.4/configure 
new/yast2-installation-2.21.5/configure
--- old/yast2-installation-2.21.4/configure 2011-03-24 16:14:42.0 
+0100
+++ new/yast2-installation-2.21.5/configure 2011-06-07 09:43:09.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-installation 2.21.0.
+# Generated by GNU Autoconf 2.68 for yast2-installation 2.21.5.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-installation 2.21.0'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2-installation 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1240,7 +1240,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-installation 2.21.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 2.21.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1312,7 +1312,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-installation 2.21.0:";;
+ short | recursive ) echo "Configuration of yast2-installation 2.21.5:";;
esac
   cat <<\_ACEOF
 
@@ -1392,7 +1392,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-installation configure 2.21.0
+yast2-installation configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1409,7 +1409,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-installation $as_me 2.21.0, which was
+It was created by yast2-installation $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2339,7 +2339,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-installation'
- VERSION='2.21.0'
+ VERSION='2.21.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2461,7 +2461,7 @@
 
 
 
-VERSION="2.21.0"
+VERSION="2.21.5"
 RPMNAME="yast2-installation"
 MAINTAINER="Jiří Suchomel "
 
@@ -3624,7 +3624,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This

commit xmlto for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package xmlto for openSUSE:Factory
checked in at Wed Jun 8 16:25:41 CEST 2011.




--- xmlto/xmlto.changes 2009-12-19 18:20:18.0 +0100
+++ /mounts/work_src_done/STABLE/xmlto/xmlto.changes2011-06-08 
09:45:49.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  8 09:42:34 CEST 2011 - k...@suse.de
+
+- Install missing %doc files such as COPYING; bnc#695072.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xmlto.spec ++
--- /var/tmp/diff_new_pack.eEBYeo/_old  2011-06-08 16:24:42.0 +0200
+++ /var/tmp/diff_new_pack.eEBYeo/_new  2011-06-08 16:24:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xmlto (Version 0.0.23)
+# spec file for package xmlto
 #
-# 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 @@
 BuildRequires:  docbook-xsl-stylesheets flex libxslt sgml-skel
 Summary:Tool for Converting XML Files to Various Formats
 Version:0.0.23
-Release:2
+Release:10
 License:GPLv2+
 Group:  Productivity/Publishing/XML
 Url:http://cyberelk.net/tim/xmlto/
@@ -30,8 +30,6 @@
 Source10:   %{name}-README.SuSE
 Patch:  xmlto-nonvoid.patch
 Patch1: xmlto-0.0.18-overflow.patch
-# is in
-# Patch2: xmlto-find-cmd.diff
 Patch3: xmlto-0.0.23-xsltopts.diff
 Patch4: xmlto-codecleanup.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -79,6 +77,8 @@
 %files
 %defattr(-,root,root)
 %doc README.SuSE
+%doc COPYING
+%doc AUTHORS README ChangeLog FAQ THANKS NEWS
 %{_bindir}/*
 %{_mandir}/*/*
 %{_datadir}/xmlto






Remember to have fun...

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



commit libproxy for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory
checked in at Wed Jun 8 16:22:53 CEST 2011.




--- GNOME/libproxy/libproxy-plugins.changes 2011-02-15 20:17:20.0 
+0100
+++ /mounts/work_src_done/STABLE/libproxy/libproxy-plugins.changes  
2011-06-07 12:48:24.0 +0200
@@ -1,0 +2,36 @@
+Mon Jun  6 21:51:45 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.4.7:
+  + Support/require xulrunner 2.0+
+  + Support linking againgst libwebkit-gtk3 (-DWITH_WEBKIT3=ON)
+  + Port to gsettings for gnome3. (-DWITH_GNOME3=ON[default])
+  + Issues closed:
+- #149: always test for the right python noarch module path
+- #155: Cannot compile with Firefox 4
+- #156: libproxy should build against webkitgtk-3.0
+- #158: Won't compile w/ xulrunner 2.0 final
+- #159: libproxy fails with autoconfiguration
+  "http://proxy.domain.com";
+- #131: GSettings-based GNOME plugin
+- #150: SUSE sysconfig/proxy config support
+- Drop patches included upstream:
+  + libproxy-sysconfig-support.patch
+  + libproxy-xul2.patch
+  + libproxy-backports.patch
+- Package gnome3 module instead of gnome module, if favor_gtk2 is
+  not set (in the project metadata).
+- Add gnome3 module to baselibs.conf and fixup the various
+  Supplements in baselibs.conf (pointed to the pre -config names).
+- When building for gnome3 (favor_gtk2 = 0), add BuildRequires:
+  pkgconfig(gio-2.0) >= 2.26, pkgconfig(gobject-2.0) and
+  pkgconfig(webkitgtk-3.0)
+- When building for gnome2, add BuildRequires:
+  pkgconfig(gconf-2.0), pkgconfig(gobject-2.0) and replace
+  libwebkit-devel with pkgconfig(webkit-1.0).
+
+---
+Tue Apr 19 00:10:03 CEST 2011 - r...@suse.de
+
+- Update baselibs.conf.
+
+---
--- GNOME/libproxy/libproxy.changes 2011-04-19 00:10:18.0 +0200
+++ /mounts/work_src_done/STABLE/libproxy/libproxy.changes  2011-06-07 
12:48:24.0 +0200
@@ -1,0 +2,31 @@
+Mon Jun  6 21:51:45 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.4.7:
+  + Support/require xulrunner 2.0+
+  + Support linking againgst libwebkit-gtk3 (-DWITH_WEBKIT3=ON)
+  + Port to gsettings for gnome3. (-DWITH_GNOME3=ON[default])
+  + Issues closed:
+- #149: always test for the right python noarch module path
+- #155: Cannot compile with Firefox 4
+- #156: libproxy should build against webkitgtk-3.0
+- #158: Won't compile w/ xulrunner 2.0 final
+- #159: libproxy fails with autoconfiguration
+  "http://proxy.domain.com";
+- #131: GSettings-based GNOME plugin
+- #150: SUSE sysconfig/proxy config support
+- Drop patches included upstream:
+  + libproxy-sysconfig-support.patch
+  + libproxy-xul2.patch
+  + libproxy-backports.patch
+- Package gnome3 module instead of gnome module, if favor_gtk2 is
+  not set (in the project metadata).
+- Add gnome3 module to baselibs.conf and fixup the various
+  Supplements in baselibs.conf (pointed to the pre -config names).
+- When building for gnome3 (favor_gtk2 = 0), add BuildRequires:
+  pkgconfig(gio-2.0) >= 2.26, pkgconfig(gobject-2.0) and
+  pkgconfig(webkitgtk-3.0)
+- When building for gnome2, add BuildRequires:
+  pkgconfig(gconf-2.0), pkgconfig(gobject-2.0) and replace
+  libwebkit-devel with pkgconfig(webkit-1.0).
+
+---
@@ -4 +35 @@
-- update baselibs.conf 
+- Update baselibs.conf.

calling whatdependson for head-i586


Old:

  libproxy-0.4.6.tar.bz2
  libproxy-backports.patch
  libproxy-sysconfig-support.patch
  libproxy-xul2.patch

New:

  libproxy-0.4.7.tar.bz2



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.v0U9nw/_old  2011-06-08 16:19:18.0 +0200
+++ /var/tmp/diff_new_pack.v0U9nw/_new  2011-06-08 16:19:18.0 +0200
@@ -42,8 +42,8 @@
 Name:   libproxy-plugins
 Group:  System/Libraries
 Summary:Libproxy provides consistent proxy configuration to 
applications
-Version:0.4.6
-Release:4
+Version:0.4.7
+Release:1
 %if 0%{?build_snapshot}
 %define _sourcename %{_name}
 %else
@@ -53,12 +53,6 @@
 # Script used for automatic snapshot updates
 Source98:   update-from-svn.sh
 Source99:   baselibs.conf
-# PATCH-FEATURE-UPSTREAM libproxy-sysconfig-support.patch bnc#655483 
dmacvi...@novell.com  -- Add /etc/sysconfig support. Also tracked at 
http://code.google.com/p/libproxy/issues/detail?id=150
-Patch0: libproxy-sysconfig-support.patch
-# PATCH-FEATURE-UPSTREAM libproxy-xul2.patch dims...@opensuse.org -- Add 
compatibility to build against xulrunner 2.0
-Patch1: libproxy-xul2.patch
-# PATCH-FIX-UPSTREAM libproxy-backports.patch dims...@opensuse.org -- Backport 
from upstream source:

commit glib2 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory
checked in at Wed Jun 8 16:17:12 CEST 2011.




--- GNOME/glib2/glib2.changes   2011-05-31 16:19:35.0 +0200
+++ /mounts/work_src_done/STABLE/glib2/glib2.changes2011-06-07 
15:10:26.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun  7 13:03:52 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.28.8:
+  + Bugs fixed: bgo#502560, bgo#612729, bgo#619418, bgo#619435,
+bgo#631231, bgo#638449, bgo#640518, bgo#642026, bgo#644905,
+bgo#646635, bgo#650882, bgo#651009, bgo#651034, bgo#651219,
+bgo#651327.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  glib-2.28.7.tar.bz2

New:

  glib-2.28.8.tar.bz2



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.zeHqXc/_old  2011-06-08 16:16:17.0 +0200
+++ /var/tmp/diff_new_pack.zeHqXc/_new  2011-06-08 16:16:17.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.28.7
+Version:2.28.8
 Release:1
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.28.7.tar.bz2 -> glib-2.28.8.tar.bz2 ++
GNOME/glib2/glib-2.28.7.tar.bz2 
/mounts/work_src_done/STABLE/glib2/glib-2.28.8.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit help2man for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package help2man for openSUSE:Factory
checked in at Wed Jun 8 16:16:01 CEST 2011.




--- help2man/help2man.changes   2010-11-08 14:04:11.0 +0100
+++ /mounts/work_src_done/STABLE/help2man/help2man.changes  2011-06-04 
20:34:06.0 +0200
@@ -1,0 +2,24 @@
+Sat Jun  4 18:32:27 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.40.1:
+  * Update texinfo docs.
+  * Document --libtool option.
+  * Allow date format to be localised.
+  * Add Japanese translation.
+  * Update Italian translation.
+
+---
+Tue May  3 18:55:02 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.39.3:
+  * Add --libtool option to remove `lt-' prefix for libtool programs.
+  * Add Italian, Greek, Ukranian, Esperanto translations.
+  * Update French, German, Russian, Polish, Finnish translations.
+  * Fix Brazilian, Russian and Italian translations.
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Changed License: to GPLv3+.
+  * bindtextdomain.so is now installed correctly.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  help2man-1.38.2.tar.bz2

New:

  help2man-1.40.1.tar.bz2



Other differences:
--
++ help2man.spec ++
--- /var/tmp/diff_new_pack.3ekyre/_old  2011-06-08 16:14:56.0 +0200
+++ /var/tmp/diff_new_pack.3ekyre/_new  2011-06-08 16:14:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package help2man (Version 1.38.2)
+# spec file for package help2man
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,22 @@
 
 
 Name:   help2man
-BuildRequires:  perl-gettext
-Requires:   perl-gettext
-Url:http://www.gnu.org/software/help2man/
-Summary:Create Simple Man Pages from --help Output
-Version:1.38.2
+Version:1.40.1
 Release:1
+Summary:Create Simple Man Pages from --help Output
+
+License:GPLv3+
+Url:http://www.gnu.org/software/help2man/
 Group:  Development/Tools/Doc Generators
-License:GPLv2+
-PreReq: %{install_info_prereq}
-Source: help2man-%{version}.tar.bz2
-#Patch:help2man-%%{version}.diff
+# http://ftp.gnu.org/gnu/help2man/help2man-1.40.1.tar.gz
+Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  perl-gettext
+Requires:   perl-gettext
+Requires(post): info
+Requires(preun): info
+
 %description
 help2man is a script to create simple man pages from the --help and
 --version output of programs.
@@ -40,47 +43,36 @@
 to generate a placeholder man page pointing to that resource while
 still providing some useful information.
 
-
-
-Authors:
-
-Brendan O'Dea 
-
 %prep
 %setup -q
-#%%patch
 
 %build
-
-# Removed %%configure because I had to specify --libdir=%%{_libdir}/%%{name} 
to accomodate the shared lib bindtextdomain.so
 export CFLAGS="%{optflags} -ggdb"
 export CXXFLAGS="%{optflags} -ggdb"
-./configure --prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} 
--sysconfdir=%{_sysconfdir} --datadir=%{_datadir} \
-   --includedir=%{_includedir} --libdir=%{_libdir}/%{name} 
--mandir=%{_mandir} --infodir=%{_infodir}
-
+%configure
 %{__make} %{?_smp_mflags}
 
 %install
-%makeinstall
-%find_lang %name --with-man
+%make_install
+
+%find_lang %{name} --with-man
 
 %clean
-rm -fr $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/help2man.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/help2man.info%{ext_info}
 
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/help2man.info.gz
+%preun
+%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/help2man.info%{ext_info}
 
-%files -f %name.lang
-%defattr(-, root, root)
-%doc README NEWS THANKS
-%{_bindir}/%{name}
-%{_libdir}/%{name}/bindtextdomain.so
-%dir %{_libdir}/%{name}
-%{_infodir}/*.gz
-%{_mandir}/man1/*.gz
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc COPYING NEWS README THANKS
+%{_bindir}/help2man
+%{_libdir}/help2man/
+%doc %{_infodir}/help2man.info%{ext_info}
+%doc %{_mandir}/man1/help2man.1%{ext_man}
 %dir %{_mandir}/??
 %dir %{_mandir}/??/man1
 

++ help2man-1.38.2.tar.bz2 -> help2man-1.40.1.tar.bz2 ++
 9051 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For addition

commit php5-pear-Horde_Controller for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Controller for 
openSUSE:Factory
checked in at Wed Jun 8 14:43:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Controller/php5-pear-Horde_Controller.changes
  2011-05-22 17:37:44.0 +0200
@@ -0,0 +1,15 @@
+---
+Sun May 22 15:38:05 UTC 2011 - l...@b1-systems.de
+
+- Using php-macros
+
+---
+Wed Apr  6 11:58:18 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 21:25:25 UTC 2011 - l...@b1-systems.de
+
+- Initial Version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Controller-1.0.0.tgz
  php5-pear-Horde_Controller.changes
  php5-pear-Horde_Controller.spec



Other differences:
--
++ php5-pear-Horde_Controller.spec ++
#
# spec file for package php5-pear-Horde_Controller
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Ralf Lang.
#
# 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/
#


Summary:PEAR: Horde Controller libraries

Name:   php5-pear-Horde_Controller
%define pear_name  Horde_Controller
%define pear_sname horde_controller
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Controller-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Controller
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Injector < 
2.0.0, php5-pear-Horde_Log < 2.0.0, php5-pear-Horde_Support < 2.0.0, 
php5-pear-Horde_Util < 2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Injector = 
2.0.0, php5-pear-Horde_Log = 2.0.0, php5-pear-Horde_Support = 2.0.0, 
php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides the controller part of an MVC system for Horde.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R "%{buildroot}" package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
if [ "$1" = "1" ]; then
  %{__pear} install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
fi
if [ "$1" = "2" ]; then
  %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml
fi

%postun
if [ "$1" = "0" ]; then
  %{__pear} uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/%{pear_name}
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog





Remember to have fun...

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



commit php5-pear-Horde_Constraint for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Constraint for 
openSUSE:Factory
checked in at Wed Jun 8 14:41:06 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Constraint/php5-pear-Horde_Constraint.changes
  2011-05-22 17:33:26.0 +0200
@@ -0,0 +1,15 @@
+---
+Sun May 22 15:33:35 UTC 2011 - l...@b1-systems.de
+
+- Using php-macros
+
+---
+Wed Apr  6 11:57:43 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 21:21:20 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Constraint-1.0.0.tgz
  php5-pear-Horde_Constraint.changes
  php5-pear-Horde_Constraint.spec



Other differences:
--
++ php5-pear-Horde_Constraint.spec ++
#
# spec file for package php5-pear-Horde_Constraint
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Ralf Lang.
#
# 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/
#


Summary:PEAR: Horde Constraint library

Name:   php5-pear-Horde_Constraint
%define pear_name  Horde_Constraint
%define pear_sname horde_constraint
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Constraint-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Constraint
BuildRequires:  php5-pear >= 1.4.7
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides a programmatic way of building constraints that
evaluate to true or false.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R "%{buildroot}" package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
if [ "$1" = "1" ]; then
  %{__pear} install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
fi
if [ "$1" = "2" ]; then
  %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml
fi

%postun
if [ "$1" = "0" ]; then
  %{__pear} uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/%{pear_name}
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog





Remember to have fun...

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



commit php5-pear-Horde_Cache for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Cache for 
openSUSE:Factory
checked in at Wed Jun 8 13:58:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Cache/php5-pear-Horde_Cache.changes
2011-05-22 17:15:35.0 +0200
@@ -0,0 +1,26 @@
+---
+Sun May 22 15:15:23 UTC 2011 - l...@b1-systems.de
+
+- using php-macros
+
+---
+Wed May 18 14:41:23 UTC 2011 - l...@b1-systems.de
+
+- updated to version 1.03
+- changed dependencies
+
+---
+Wed Apr 20 20:50:44 UTC 2011 - l...@b1-systems.de
+
+- up to version 1.0.1
+
+---
+Wed Apr  6 11:55:46 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 20:55:30 UTC 2011 - l...@b1-systems.de
+
+- Initial version 1.0.0beta1 
+

calling whatdependson for head-i586


New:

  Horde_Cache-1.0.3.tgz
  php5-pear-Horde_Cache.changes
  php5-pear-Horde_Cache.spec



Other differences:
--
++ php5-pear-Horde_Cache.spec ++
#
# spec file for package php5-pear-Horde_Cache
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Ralf Lang.
#
# 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/
#


Summary:PEAR: Horde Caching API

Name:   php5-pear-Horde_Cache
%define pear_name  Horde_Cache
%define pear_sname horde_cache
Version:1.0.3
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Cache-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Cache
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Db
Requires:   php5-pear-Horde_Log
Suggests:   php5-pear-Horde_Memcache
Requires:   php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Util < 
2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides a simple, functional caching API, with the option to
store the cached data on the filesystem, in one of the PHP opcode cache
systems (APC, eAcclerator, XCache, or Zend Performance Suite's content
cache), memcached, or an SQL table.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R "%{buildroot}" package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
if [ "$1" = "1" ]; then
  %{__pear} install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
fi
if [ "$1" = "2" ]; then
  %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml
fi

%postun
if [ "$1" = "0" ]; then
  %{__pear} uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/%{pear_name}
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog

+

commit php5-pear-Horde_Autoloader for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Autoloader for 
openSUSE:Factory
checked in at Wed Jun 8 13:42:20 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Autoloader/php5-pear-Horde_Autoloader.changes
  2011-05-22 10:12:07.0 +0200
@@ -0,0 +1,15 @@
+---
+Sun May 22 08:12:15 UTC 2011 - l...@b1-systems.de
+
+- converted to php-macros 
+
+---
+Wed Apr  6 11:54:24 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 19:28:08 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of Horde_Autoloader 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Autoloader-1.0.0.tgz
  php5-pear-Horde_Autoloader.changes
  php5-pear-Horde_Autoloader.spec



Other differences:
--
++ php5-pear-Horde_Autoloader.spec ++
#
# spec file for package php5-pear-Horde_Autoloader
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Ralf Lang.
#
# 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/
#


Summary:PEAR: Horde Autoloader

Name:   php5-pear-Horde_Autoloader
%define pear_name  Horde_Autoloader
%define pear_sname horde_autoloader
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Autoloader-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Autoloader
BuildRequires:  php5-pear >= 1.4.7
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
Autoload implementation and class loading manager for Horde.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R "%{buildroot}" package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{php_pearxmldir}/Horde_Autoloader.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Autoloader
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog





Remember to have fun...

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



commit php5-pear-Horde_Auth for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Auth for 
openSUSE:Factory
checked in at Wed Jun 8 13:40:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Auth/php5-pear-Horde_Auth.changes  
2011-05-21 08:48:21.0 +0200
@@ -0,0 +1,31 @@
+---
+Sat May 21 06:48:17 UTC 2011 - l...@b1-systems.de
+
+- removed obsolete definitions
+
+---
+Sat May 21 06:35:20 UTC 2011 - l...@b1-systems.de
+
+- changed to %php_pear_gen_filelist macro
+
+---
+Wed May 18 14:38:31 UTC 2011 - l...@b1-systems.de
+
+- bugs #9963, #10060 
+- update to 1.0.3
+
+---
+Wed Apr 20 20:49:24 UTC 2011 - l...@b1-systems.de
+
+- update to 1.0.1
+
+---
+Wed Apr  6 11:53:32 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 20:42:17 UTC 2011 - l...@b1-systems.de
+
+- Initial version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Auth-1.0.3.tgz
  php5-pear-Horde_Auth.changes
  php5-pear-Horde_Auth.spec



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

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

# norootforbuild


Name:   php5-pear-Horde_Auth
%define pear_name  Horde_Auth
%define pear_sname horde_auth
Summary:PEAR: Horde Authentication API
Version:1.0.3
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Auth-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Auth
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Exception < 2.0.0, php5-pear-Horde_Util < 
2.0.0, php5-pear >= 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros

# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
The Horde_Auth package provides a common interface into the various
backends for the Horde authentication system.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R "%{buildroot}" package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
if [ "$1" = "1" ]; then
  %{__pear} install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
fi
if [ "$1" = "2" ]; then
  %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml
fi

%postun
if [ "$1" = "0" ]; then
  %{__pear} uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/%{pear_name}
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-comm

commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory
checked in at Wed Jun 8 12:28:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
  2011-05-22 15:55:19.0 +0200
@@ -0,0 +1,15 @@
+---
+Sun May 22 13:52:29 UTC 2011 - l...@b1-systems.de
+
+- using php-macros
+
+---
+Wed Apr  6 11:42:34 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 20:36:12 UTC 2011 - l...@b1-systems.de
+
+- initial try v 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_ActiveSync-1.0.0.tgz
  php5-pear-Horde_ActiveSync.changes
  php5-pear-Horde_ActiveSync.spec



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

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

# norootforbuild

Summary:PEAR: Horde ActiveSync Server Library

Name:   php5-pear-Horde_ActiveSync
%define pear_name  Horde_ActiveSync
%define pear_sname horde_activesync
Version:1.0.0
Release:1
License:GPLv2
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_ActiveSync
BuildRequires:  php5-pear >= 1.4.7
Requires:   php5-pear-Horde_Date < 2.0.0, php5-pear-Horde_Exception < 
2.0.0, php5-pear-Horde_Support < 2.0.0, php5-pear-Horde_Util < 2.0.0, php5-pear 
>= 1.7.0
Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Exception = 
2.0.0, php5-pear-Horde_Support = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
BuildRequires:  php-macros

# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname} < %{version}
Obsoletes:  php-pear-%{pear_sname} < %{version}
Obsoletes:  pear-%{pear_sname} < %{version}

%description
This package provides libraries for implementing an ActiveSync server.

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__mkdir_p} %{buildroot}%{php_peardir}/.channels/
%{__cp} %{php_peardir}/.channels/pear.horde.org.reg 
%{buildroot}%{php_peardir}/.channels/

%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
-d test_dir=%{php_peardir}/tests \
install --offline --nodeps -R "%{buildroot}" package.xml

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

cd ..

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{php_pearxmldir}/Horde_ActiveSync.xml

%postun
if [ "$1" -eq "0" ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_ActiveSync
fi

%files -f %{name}.files
%defattr(-,root,root)
%changelog





Remember to have fun...

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



commit kadu for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kadu for openSUSE:Factory
checked in at Wed Jun 8 10:27:05 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kadu/kadu.changes  2011-05-20 
16:38:16.0 +0200
@@ -0,0 +1,147 @@
+---
+Fri May 20 14:36:25 UTC 2011 - fi...@opensuse.org
+
+- spec cleanup, remove %{release} from Requires
+
+---
+Thu May 19 16:51:52 UTC 2011 - fi...@opensuse.org
+
+- kadu-0.9.2-remove-Gaia-and-Pushpin-theme.diff: bnc#694859
+
+---
+Wed May 11 22:33:24 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 0.9.2, bugfix only.
+- Removed internal module: server_monitor
+
+---
+Mon Apr 11 17:58:14 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 0.9.1, bugfix only.
+- External modules update:
+  * globalhotkeys to 0.9.0-23
+  * lednotify to 0.9.0-28
+  * nextinfo to 0.9.0-5
+  * panelkadu to 0.9.0-7
+  * senthistory to 0.9.0-7
+
+---
+Wed Mar 30 00:03:40 UTC 2011 - fi...@opensuse.org
+
+- update to final 0.9.0 (it's like 0.6.6 but due to huge changelog,
+  developers released it as 0.9.0 :))
+
+---
+Sun Mar  6 19:14:34 UTC 2011 - fi...@opensuse.org
+
+- update to 0.6.6-rc2:
+  * this version supports XMPP protocol
+  * support for Facebook chat
+  * many other fixes and features, please look into ChangeLog file
+- some external modules were moved to core or they are unsupported:
+  * kadu-mx610_notify-0.4.1.tar.bz2: removed
+  * kadu-pajacyk-0.2.1.tar.bz2: removed
+  * kadu-tabs-1.2.7.tar.bz2: moved to core
+  * kadu-water_notify-0.2.1.tar.bz2: removed
+  * kde_notify-0.3.4.tar.gz: moved to core
+  * mail-0.3.6.tar.bz2 and mail_fix.patch: removed
+  * plus_pl_sms-plus_pl_sms-0.6.5.4-1.tar.bz2: removed
+- we don't need patches for dropped internal modules:
+  * drop kadu-0.6.5-voice-external-libgsm.patch: removed
+- some external modules were updated:
+  * anonymous_check to 0.6.6.1
+  * globalhotkeys to 0.6.6-22
+  * lednotify to 0.6.6-26
+  * senthistory to 0.6.6-6
+  * mime_tex to 0.6.6.6
+  * nextinfo to 0.6.6-4
+  * panelkadu to 0.6.6-6
+  * drop mime_tex-fix_lib_path.patch: fixed upstream
+- dropped extra icon themes and tango emoticons
+
+---
+Thu Jul  8 17:50:34 UTC 2010 - fi...@opensuse.org
+
+- changed .desktop file entries with sed instead
+  %suse_update_desktop_file macro due to removing
+  existing translations
+
+---
+Wed Jun 30 14:30:57 UTC 2010 - fi...@opensuse.org
+
+- drop external .desktop file, using shipped one now
+
+---
+Thu May 20 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- bumped BuildRequires libgadu to >= 1.9.0
+
+---
+Mon Feb  8 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- added 'libgadu >= 1.8.92' as required package
+
+---
+Thu Feb  4 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- upstream update to 0.6.5.4
+  * needs libgadu >= 1.9.0rc2 to support gadu-gadu >= 8
+  * new modules: single_window, mpris_mediaplayer
+  * new option --safe-mode to start kadu without any modules
+  * many more features, all list in ChangeLog file
+
+---
+Wed Dec  9 00:00:00 UTC 2009 - fi...@opensuse.org
+
+- version 0.6.5.3
+  * fixed xss linking in idle module (in openSUSE 11.2 package)
+  * rebuild package for all rel/arch with stock libqt4
+
+---
+Thu Nov  5 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- version 0.6.5.3
+  * updated kde_notify to 0.3.3
+  * dbus issue in mediaplayer module fixed
+  * xss issue in idle module fixed
+
+---
+Wed Oct 21 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.6.5.3
+
+---
+Wed Apr 15 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.6.5.2
+
+---
+Sun Jan 25 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.6.5.1
+  * all internal modules are in kadu rpm
+  * all external are in separate rpms
+
+---
+Sun Dec 14 00:00:00 UTC 2008 - fisi...@gmail.com>
+
+- version 0.6.5
+  * added Sound Themes
+
+--

commit squirrelmail-beta for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package squirrelmail-beta for 
openSUSE:Factory
checked in at Wed Jun 8 10:15:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/squirrelmail-beta/squirrelmail-beta.changes
2011-04-19 14:32:21.0 +0200
@@ -0,0 +1,9 @@
+---
+Thu Apr 14 14:52:38 UTC 2011 - jeng...@medozas.de
+
+- Add Requires: for modules that Squirrelmail preferably should
+  have for improved speed
+- Remove dos2unix dependency
+- Remove unneeded %clean section
+- Remove strange %pre commands (removing files manually from /srv)
+- Add translation files

calling whatdependson for head-i586


New:

  README.SUSE
  config.php
  squirrelmail-20110414_0200-SVN.devel.tar.xz
  squirrelmail-20110414_0200-SVN.locales.tar.xz
  squirrelmail-beta.changes
  squirrelmail-beta.spec
  squirrelmail.conf



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

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

# norootforbuild


Name:   squirrelmail-beta
Version:1.5.2
Release:1
Requires:   mod_php_any
Requires:   php-ctype
Requires:   php-gettext
Requires:   php-iconv
Requires:   php-mbstring
Requires:   php-mcrypt
Requires:   php-mhash
Requires:   php-openssl
Requires:   php-posix
Requires:   php-session
Requires:   php-sockets
Group:  Productivity/Networking/Email/Clients
License:GPL v2 or later
Url:http://www.squirrelmail.org
Summary:A web-mailer written in php
%define sqm_path/srv/www/htdocs/squirrelmail
%define b_sqm_path  %buildroot%sqm_path
%define sqm_doc %_defaultdocdir/squirrelmail
%define b_sqm_doc   %buidroot%sqm_doc
Source: squirrelmail-20110414_0200-SVN.devel.tar.xz
Source2:squirrelmail-20110414_0200-SVN.locales.tar.xz
Source3:config.php
Source4:README.SUSE
Source5:squirrelmail.conf
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
BuildRequires:  xz

%description
Squirrelmail is a web-mail reader and writer written in php4. It
supports adressbook, ldap searches and many other plugins.


Authors:

Luke Ehresman
Nathan Ehresman
Gustav Foseid
Pål Løberg
Shane Wilson
Steve Gare
Gerrit Padgham
Matt Phillips
Lewis Bergman
Bryan Stalcup
Tyler Akins

%package lang


Group:  Productivity/Networking/Email/Clients
Summary:The Translations for squirrelmail

%description lang
Squirrelmail is a web-mail reader and writer written in PHP. It
supports adressbook, ldap searches and many other plugins.

This package contains the internationalization files for this tool.

%prep
%setup -qn squirrelmail.devel -a2

%build
rm -f functions/mime.php.orig
cp %{S:3} config/
cp %{S:4} .
find . -type f -iname "*.php" -print0 | \
xargs -0 grep -Zl '#!/usr/bin/php\b' | \
xargs -0 perl -i -pe 's{#!/usr/bin/php\b}{#!/usr/bin/php5}g';

%install
install -d -m 0755 %b_sqm_path
cp -a * %b_sqm_path/
rm -rf %b_sqm_path/plugins/calendar
# demo is disabled
rm -rf %b_sqm_path/plugins/demo
# bulkquery is disabled too
rm -rf %b_sqm_path/plugins/filters/bulkquery
# deletes all .htaccess (they are included in squirrelmail.conf)
rm %b_sqm_path/*/.htaccess
install -d -m 0770 %buildroot/var/lib/squirrelmail/attach
install -d -m 0770 %buildroot/var/lib/squirrelmail/data
mkdir -p %buildroot%_sysconfdir/apache2/conf.d
cp %{S:5} %buildroot%_sysconfdir/apache2/conf.d
# cleanup
rm -rf %buildroot%sqm_path/contrib

# language packs
pushd squirrelmail.locales/
cp -a locale help images %b_sqm_path/
popd

%files
%defattr(-,root,root)
%doc %attr(-,root,root) doc README README.SUSE
%dir %_sysconfdir/apache2
%dir %_sysconfdir/apache2/conf.d
%config %_sysconfdir/apache2/conf.d/*.conf
%dir %sqm_path
%dir %sqm_path/config
%config %sqm_path/config/default_pref
%config %sqm_path/config/config.php
%config %sqm_path/config/config_local.example.php
%sqm_path/config/conf.pl
%sqm_path/config/config_default.php
%sqm_path/config/index.php
%sqm_path/css
%sqm_path/class
%s

commit clutter-gst for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory
checked in at Wed Jun 8 09:50:43 CEST 2011.




--- GNOME/clutter-gst/clutter-gst.changes   2011-05-16 22:25:52.0 
+0200
+++ /mounts/work_src_done/STABLE/clutter-gst/clutter-gst.changes
2011-06-07 11:41:15.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  7 11:39:11 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.12:
+  + Fix the GstNavigation interface of the sink
+  + Some warning fixes with newer versions of Clutter.
+
+---

calling whatdependson for head-i586


Old:

  clutter-gst-1.3.10.tar.bz2

New:

  clutter-gst-1.3.12.tar.bz2



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.u1q6ON/_old  2011-06-08 09:39:32.0 +0200
+++ /var/tmp/diff_new_pack.u1q6ON/_new  2011-06-08 09:39:32.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 License:LGPLv2.1+
 Group:  System/Libraries
-Version:1.3.10
+Version:1.3.12
 Release:1
 Source: 
http://www.clutter-project.org/sources/clutter-gst/0.10/%{name}-%{version}.tar.bz2
 Url:http://clutter-project.org/

++ clutter-gst-1.3.10.tar.bz2 -> clutter-gst-1.3.12.tar.bz2 ++
 7988 lines of diff (skipped)






Remember to have fun...

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



commit kiwi for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Wed Jun 8 09:38:36 CEST 2011.




--- kiwi/kiwi.changes   2011-06-06 14:58:06.0 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes  2011-06-07 
10:55:33.0 +0200
@@ -2 +2,30 @@
-Mon Jun  6 12:57:30 UTC 2011 - adr...@suse.de
+Tue Jun  7 10:44:17 CEST 2011 - m...@suse.de
+  
+- don't package empty file euca-setup
+- update license GPLv2, rpmlint complained about outdated address
+  
+---
+Tue Jun  7 09:59:58 CEST 2011 - adr...@suse.de
+  
+- new perl complains about implicit parentheses
+  
+---
+Mon Jun  6 16:41:30 CEST 2011 - m...@suse.de
+  
+- added appliances that are not referenced in docbook and are
+  intended to demonstrate image building and appliances in a
+  broader view into the doc/examples/extras directory
+  
+---
+Mon Jun  6 16:16:45 CEST 2011 - m...@suse.de
+  
+- don't use a fixed value for the size of the boot partition. The
+  size among others depends on how many kernels were installed. Thus
+  a fixed value is always wrong. The new function __getBootSize()
+  is used to check the actual size of the boot/* area and this value
+  is used to create the boot partition if required. In case of an
+  oem image the re-creation of the boot partition happens based on
+  the original boot partition size (bnc #698233)
+  
+---
+Mon Jun  6 14:40:35 CEST 2011 - m...@suse.de
@@ -6,0 +36,38 @@
+---
+Mon Jun  6 14:24:54 CEST 2011 - m...@suse.de
+  
+- DB: update documentation
+  
+---
+Mon Jun  6 11:05:09 CEST 2011 - m...@suse.de
+  
+- added openSUSE 12.1 template and boot image descriptions
+- removed openSUSE 11.1 and 11.2 docs plus template and boot
+  image descriptions
+  
+---
+Mon Jun  6 10:16:39 CEST 2011 - m...@suse.de
+  
+- fixed location of squashfs in drivers section for sle10
+  
+---
+Mon Jun  6 10:13:49 CEST 2011 - m...@suse.de
+  
+- fixed ELOG_* setup for ppc architecture. We use the hvc
+  console for ppc and tty for all others
+  
+---
+Sat Jun  4 21:48:46 CEST 2011 - m...@suse.de
+  
+- activate build of kiwi-desc-netboot for ppc in spec file
+  
+---
+Sat Jun  4 21:46:24 CEST 2011 - m...@suse.de
+  
+- added support for pxe images on ppc architecture
+  
+---
+Fri Jun  3 16:42:45 CEST 2011 - m...@suse.de
+  
+- added squashfs in drivers section of SLE10 boot image descriptions
+  

calling whatdependson for head-i586




Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.MQsTg7/_old  2011-06-08 09:35:29.0 +0200
+++ /var/tmp/diff_new_pack.MQsTg7/_new  2011-06-08 09:35:29.0 +0200
@@ -70,7 +70,7 @@
 %endif
 Summary:OpenSuSE - KIWI Image System
 Version:4.91
-Release:3
+Release:5
 Group:  System/Management
 License:GPLv2
 Source: %{name}.tar.bz2
@@ -219,7 +219,7 @@
 Marcus Schaefer 
 %endif
 
-%ifarch %ix86 x86_64
+%ifarch %ix86 x86_64 ppc ppc64
 
 %package -n kiwi-desc-netboot
 License:GPLv2+
@@ -316,9 +316,6 @@
 
 #install
 cd $RPM_BUILD_DIR/kiwi
-#mkdir -p $RPM_BUILD_ROOT/etc/permissions.d
-#echo "/srv/tftpboot/upload/ root:root 0755" \
-#  > $RPM_BUILD_ROOT/etc/permissions.d/kiwi
 make buildroot=$RPM_BUILD_ROOT \
  doc_prefix=$RPM_BUILD_ROOT/%{_defaultdocdir} \
  man_prefix=$RPM_BUILD_ROOT/%{_mandir} \
@@ -379,8 +376,7 @@
 %ifarch %ix86 x86_64
 %exclude %{_datadir}/kiwi/image/suse-11.4-JeOS
 %exclude %{_datadir}/kiwi/image/suse-11.3-JeOS
-%exclude %{_datadir}/kiwi/image/suse-11.2-JeOS
-%exclude %{_datadir}/kiwi/image/suse-11.1-JeOS
+%exclude %{_datadir}/kiwi/image/suse-12.1-JeOS
 %exclude %{_datadir}/kiwi/image/suse-SLE10-JeOS
 %exclude %{_datadir}/kiwi/image/suse-SLE11-JeOS
 %exclude %{_datadir}/kiwi/image/rhel-05.4-JeOS
@@ -474,7 +470,7 @@
 %{_datadir}/kiwi/image/vmxboot/suse*
 %endif
 
-%ifarch %ix86 x86_64
+%ifarch %ix86 x86_64 ppc ppc64
 
 %files -n kiwi-desc-netboot
 %defattr(-, root, root)
@@ -499,8 +495,7 @@
 %ifarch %ix86 x86_64
 %{_datadir}/kiwi/image/suse-11.4-JeOS
 %{_datadir}/kiwi/image/suse-11.3-JeOS
-%{_datadir}/kiwi/image/suse-11.2-JeOS
-%{_datadir}/kiwi/image/suse-11.1-JeOS
+%{_datadir}/kiwi/image/suse-12.1-JeOS
 %{_datadir}/kiwi/image/su

commit nautilus-search-tool for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package nautilus-search-tool for 
openSUSE:Factory
checked in at Wed Jun 8 09:25:30 CEST 2011.




--- GNOME/nautilus-search-tool/nautilus-search-tool.changes 2010-09-15 
17:43:13.0 +0200
+++ 
/mounts/work_src_done/STABLE/nautilus-search-tool/nautilus-search-tool.changes  
2011-06-07 13:16:40.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  7 12:25:42 CEST 2011 - vu...@opensuse.org
+
+- Fix build against GNOME 3, by packaging the file in the right
+  directory (which is versioned). We use pkg-config to find this
+  directory now, instead of manually defining it.
+- Also use gnome-search-tool Requires instead of gnome-utils for
+  11.4 and later, since gnome-search-tool got split.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ nautilus-search-tool.spec ++
--- /var/tmp/diff_new_pack.zNbqHQ/_old  2011-06-08 09:18:26.0 +0200
+++ /var/tmp/diff_new_pack.zNbqHQ/_new  2011-06-08 09:18:26.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nautilus-search-tool (Version 0.3.0)
+# spec file for package nautilus-search-tool
 #
-# 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
@@ -17,12 +17,7 @@
 
 # norootforbuild
 
-%if %suse_version < 1100
-%define nautilus_ext_version 1.0
-%else
-%define nautilus_ext_version 2.0
-%endif
-%define nautilusextdir 
%{_libdir}/nautilus/extensions-%{nautilus_ext_version}
+%define nautilusextdir %(pkg-config --variable=extensiondir 
libnautilus-extension)
 
 Name:   nautilus-search-tool
 # Looks for gnome-search-tool during configure
@@ -36,7 +31,7 @@
 License:GPLv2+
 Group:  Productivity/File utilities
 Version:0.3.0
-Release:8
+Release:12
 Summary:A Nautilus extension to put "Search for Files" on the context 
menu of folders
 Source0:
http://dl.sourceforge.net/nautsearchtool/%{name}-%{version}.tar.bz2
 Url:
http://saettaz.altervista.org/software/nautilus_search_tool.html
@@ -54,19 +49,17 @@
 # PATCH-FIX-UPSTREAM nautilus-search-tool-g_user_directory.patch 
vu...@novell.com -- Determine the desktop directory at runtime
 Patch7: nautilus-search-tool-g_user_directory.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1130
+Requires:   gnome-search-tool
+%else
 Requires:   gnome-utils
+%endif
 Requires:   %{name}-lang = %{version}
 
 %description
 This package adds an option to the context menu of folders in Nautilus
 to search for files.
 
-
-
-Authors:
-
-Andrea Zagli 
-
 %lang_package
 %prep
 %setup -q






Remember to have fun...

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



commit skelcd-control-openSUSE for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory
checked in at Wed Jun 8 09:18:15 CEST 2011.




--- skelcd-control-openSUSE/skelcd-control-openSUSE.changes 2011-05-30 
13:25:15.0 +0200
+++ 
/mounts/work_src_done/STABLE/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
2011-06-07 09:16:56.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  7 07:16:40 UTC 2011 - co...@novell.com
+
+- use 12.1 community repos url
+
+---

calling whatdependson for head-i586




Other differences:
--
++ skelcd-control-openSUSE.spec ++
--- /var/tmp/diff_new_pack.E6HXM6/_old  2011-06-08 09:11:38.0 +0200
+++ /var/tmp/diff_new_pack.E6HXM6/_new  2011-06-08 09:11:38.0 +0200
@@ -26,7 +26,7 @@
 License:YaST
 Group:  Metapackages
 AutoReqProv:off
-Version:2011.5.30
+Version:2011.6.7
 Release:1
 Summary:SuSE Linux Professional Control file
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ control.xml ++
--- /var/tmp/diff_new_pack.E6HXM6/_old  2011-06-08 09:11:38.0 +0200
+++ /var/tmp/diff_new_pack.E6HXM6/_new  2011-06-08 09:11:38.0 +0200
@@ -192,7 +192,7 @@
false
 

-   
http://download.opensuse.org/YaST/Repos/openSUSE_114_Servers.xml
+   
http://download.opensuse.org/YaST/Repos/openSUSE_121_Servers.xml
 


@@ -352,6 +352,7 @@
false
15GB
25GB
+   100
 
 
 






Remember to have fun...

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



commit rpmlint for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Wed Jun 8 09:11:30 CEST 2011.




--- rpmlint/rpmlint.changes 2011-05-31 13:31:04.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-06-07 
17:14:42.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun  7 15:14:20 UTC 2011 - lnus...@suse.de
+
+- add colord to dbus whitelist (bnc#698250)
+
+---
+Tue Jun  7 15:03:54 UTC 2011 - lnus...@suse.de
+
+- CheckPolkitPrivs.py: use different tag for non-fatal issues
+- CheckBuildDate.py: print either file-contains-current-date or
+  file-contains-current-date but not both
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.z0BpNY/_old  2011-06-08 09:09:00.0 +0200
+++ /var/tmp/diff_new_pack.z0BpNY/_new  2011-06-08 09:09:00.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python xz
 Summary:Rpm correctness checker
 Version:1.2
-Release:7
+Release:9
 Source0:http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:config
 Source1001: config.in

++ CheckBuildDate.py ++
--- /var/tmp/diff_new_pack.z0BpNY/_old  2011-06-08 09:09:00.0 +0200
+++ /var/tmp/diff_new_pack.z0BpNY/_new  2011-06-08 09:09:00.0 +0200
@@ -30,13 +30,13 @@
 
 grep_date = pkg.grep(self.istoday, filename)
 
-if len(grep_date):
-printWarning(pkg, "file-contains-current-date", filename)
-   
 grep_time = pkg.grep(self.looksliketime, filename)
 
-if len(grep_date) and len(grep_time):
-printError(pkg, "file-contains-date-and-time", filename)
+if len(grep_date):
+if len(grep_time):
+printError(pkg, "file-contains-date-and-time", filename)
+else:
+printWarning(pkg, "file-contains-current-date", filename)
 
 check=BuildDateCheck()
 

++ CheckPolkitPrivs.py ++
--- /var/tmp/diff_new_pack.z0BpNY/_old  2011-06-08 09:09:00.0 +0200
+++ /var/tmp/diff_new_pack.z0BpNY/_new  2011-06-08 09:09:00.0 +0200
@@ -77,37 +77,50 @@
 try:
 if f.startswith("/usr/share/PolicyKit/policy/")\
 or f.startswith("/usr/share/polkit-1/actions/"):
-f = pkg.dirName() + f
-xml = parse(f)
+xml = parse(pkg.dirName() + f)
 for a in xml.getElementsByTagName("action"):
 action = a.getAttribute('id')
 if not action in self.privs:
 iserr = 0
 foundno = 0
-anyseen = 0
+foundundef = 0
+settings = {}
 try:
 defaults = 
a.getElementsByTagName("defaults")[0]
 for i in defaults.childNodes:
 if not i.nodeType == i.ELEMENT_NODE:
 continue
-if i.nodeName == 'allow_any':
-anyseen = 1
-if i.firstChild.data.find("auth_admin") != 
0:
-if i.firstChild.data == 'no':
-foundno = 1
-else:
-iserr = 1
+
+if i.nodeName in ('allow_any', 
'allow_inactive', 'allow_active'):
+settings[i.nodeName] = 
i.firstChild.data
+
 except:
 iserr = 1
 
+for i in ('allow_any', 'allow_inactive', 
'allow_active'):
+if not i in settings:
+foundundef = 1
+settings[i] = '??'
+elif settings[i].find("auth_admin") != 0:
+if settings[i] == 'no':
+foundno = 1
+else:
+iserr = 1
+
 if iserr:
-printError(pkg, 
'polkit-unauthorized-privilege', action)
+printError(pkg, 
'polkit-unauthorized-privilege', '%s (%s:%s:%s)' % (action, \
+settings['allow_any'], 
settings['allow_inactive'], settings['allow_active']))

commit systemtap for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory
checked in at Wed Jun 8 09:08:48 CEST 2011.




--- systemtap/systemtap-docs.changes2011-05-17 11:29:41.0 +0200
+++ /mounts/work_src_done/STABLE/systemtap/systemtap-docs.changes   
2011-06-07 10:11:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  7 08:11:15 UTC 2011 - co...@novell.com
+
+- fix file dependencies of examples and testsuite
+
+---

calling whatdependson for head-i586




Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.olKfrX/_old  2011-06-08 09:08:00.0 +0200
+++ /var/tmp/diff_new_pack.olKfrX/_new  2011-06-08 09:08:00.0 +0200
@@ -27,7 +27,7 @@
 %define use_snapshot   0
 License:GPLv2+
 Version:1.4
-Release:4
+Release:5
 Summary:Documents and examples for systemtap
 Group:  Development/Tools/Debuggers
 Url:http://sourceware.org/systemtap/
@@ -69,6 +69,9 @@
 %patch3 -p1
 
 %build
+# fix interpreter
+find testsuite examples -name "*.stp" | xargs -n1 sed -i -e 's, /bin/env, 
/usr/bin/env,'
+find testsuite examples -type f | xargs chmod 644
 autoreconf -fi
 %configure
 make %{?jobs:-j %jobs}

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.olKfrX/_old  2011-06-08 09:08:00.0 +0200
+++ /var/tmp/diff_new_pack.olKfrX/_new  2011-06-08 09:08:00.0 +0200
@@ -24,7 +24,7 @@
 %define use_snapshot   0
 License:GPLv2+
 Version:1.4
-Release:6
+Release:8
 Summary:Instrumentation System
 Group:  Development/Tools/Debuggers
 Url:http://sourceware.org/systemtap/






Remember to have fun...

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



commit gtk3 for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory
checked in at Wed Jun 8 09:07:49 CEST 2011.




--- GNOME/gtk3/gtk3.changes 2011-05-31 16:32:36.0 +0200
+++ /mounts/work_src_done/STABLE/gtk3/gtk3.changes  2011-06-07 
16:08:21.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  7 14:01:21 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.11:
+  + Modernize custom paper size dialog look.
+  + Add an app chooser to the gtk-demo 'Pickers' example.
+  + Bugs fixed: bgo#642773, bgo#576492, bgo#642929.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gtk+-3.0.10.tar.bz2

New:

  gtk+-3.0.11.tar.bz2



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.XNrT8A/_old  2011-06-08 09:05:04.0 +0200
+++ /var/tmp/diff_new_pack.XNrT8A/_new  2011-06-08 09:05:04.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.0.10
+Version:3.0.11
 Release:1
 License:LGPLv2.1+
 Summary:The GTK+ toolkit library (version 3)

++ gtk+-3.0.10.tar.bz2 -> gtk+-3.0.11.tar.bz2 ++
GNOME/gtk3/gtk+-3.0.10.tar.bz2 
/mounts/work_src_done/STABLE/gtk3/gtk+-3.0.11.tar.bz2 differ: char 11, line 1






Remember to have fun...

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