commit PackageKit for openSUSE:11.4

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package PackageKit for openSUSE:11.4
checked in at Wed May 4 21:47:52 CEST 2011.




--- old-versions/11.4/all/PackageKit/PackageKit.changes 2011-02-26 
11:58:01.0 +0100
+++ 11.4/PackageKit/PackageKit.changes  2011-04-29 13:16:57.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 13:05:48 UTC 2011 - dmacvi...@suse.de
+
+- Report the download speed (bnc#663069)
+
+---
+Wed Apr 27 10:14:01 UTC 2011 - dmacvi...@suse.de
+
+- Fix for crash on get-updates (bnc#685831)
+
+---

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


New:

  0001-Report-download-speed-bnc-663069.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.5uCips/_old  2011-05-04 21:45:10.0 +0200
+++ /var/tmp/diff_new_pack.5uCips/_new  2011-05-04 21:45:10.0 +0200
@@ -35,7 +35,7 @@
 
 Name:   PackageKit
 Version:0.6.12
-Release:1.
+Release:1.
 License:GPLv2+
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
@@ -69,6 +69,7 @@
 Patch1: PackageKit-use-system-solve.patch
 # PATCH-FIX-UPSTREAM PackageKit-fix-endless-recursion.patch co...@opensuse.org 
-- use correct variable to avoid endless recusion
 Patch2: PackageKit-fix-endless-recursion.patch
+Patch3: 0001-Report-download-speed-bnc-663069.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
@@ -245,6 +246,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure \

++ 0001-Report-download-speed-bnc-663069.patch ++
>From 57bedddc2d0eec1c6efd7ff6305431b5b9000e6b Mon Sep 17 00:00:00 2001
From: Duncan Mac-Vicar P 
Date: Wed, 27 Apr 2011 15:03:39 +0200
Subject: [PATCH] Report download speed (bnc#663069)

---
 backends/zypp/zypp-events.h |   12 ++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/backends/zypp/zypp-events.h b/backends/zypp/zypp-events.h
index cd8f4f3..5877f8d 100644
--- a/backends/zypp/zypp-events.h
+++ b/backends/zypp/zypp-events.h
@@ -30,7 +30,7 @@
 #include 
 #include 
 #include 
-#include  
+#include 
 
 #include "zypp-utils.h"
 
@@ -163,6 +163,12 @@ struct ZyppBackendReceiver
pk_backend_set_sub_percentage (_backend, _sub_percentage);
}
 
+   inline void
+   update_speed (guint speed)
+   {
+   pk_backend_set_speed (_backend, speed);
+   }
+
void
reset_sub_percentage ()
{
@@ -310,8 +316,10 @@ struct DownloadProgressReportReceiver : public 
zypp::callback::ReceiveReport 
DownloadProgressReportReceiver::progress(), %s:%d\n\n", _package_id == NULL ? 
"unknown" : _package_id, value);
-   if (_package_id != NULL)
+   if (_package_id != NULL) {
update_sub_percentage (value);
+   update_speed (static_cast(dbps_current));
+   }
return true;
}
 
-- 
1.7.3.4

++ PackageKit-use-system-solve.patch ++
--- /var/tmp/diff_new_pack.5uCips/_old  2011-05-04 21:45:10.0 +0200
+++ /var/tmp/diff_new_pack.5uCips/_new  2011-05-04 21:45:10.0 +0200
@@ -1,7 +1,6 @@
-diff --git a/backends/zypp/zypp-utils.cpp b/backends/zypp/zypp-utils.cpp
-index b7574ad..f7e03e2 100644
 a/backends/zypp/zypp-utils.cpp
-+++ b/backends/zypp/zypp-utils.cpp
+diff -u -r PackageKit-0.6.12.orig/backends/zypp/zypp-utils.cpp 
PackageKit-0.6.12/backends/zypp/zypp-utils.cpp
+--- PackageKit-0.6.12.orig/backends/zypp/zypp-utils.cpp2011-04-27 
10:33:54.0 +0200
 PackageKit-0.6.12/backends/zypp/zypp-utils.cpp 2011-04-27 
10:36:49.0 +0200
 @@ -43,12 +43,15 @@
  #include 
  #include 
@@ -30,13 +29,13 @@
 -{
 -  public:
 -  zypp::PoolItem best;
- 
+-
 -  bool operator() (zypp::PoolItem provider)
 -  {
 -  if (!provider.status ().isLocked () && (!best || best->edition 
().compare (provider->edition ()) < 0)) {
 -  best = provider;
 -  }
--
+ 
 -  return true;
 -  }
 -};
@@ -45,7 +44,7 @@
  
  /**
   * Initialize Zypp (Factory method)
-@@ -161,22 +149,22 @@ zypp_is_development_repo (PkBackend *backend, 
zypp::RepoInfo repo)
+@@ -161,22 +149,22 @@
std::string repo_debug("-debug");
std::string repo_development("-development");
std::string repo_source ("-source");
@@ -73,7 +72,7 @@
   repo_name.compare(repo_name.length() - repo_source.length(), 
repo_source.length(), repo_source) == 0)
return TRUE;
  
-@@

commit perl-GDGraph for openSUSE:11.4

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package perl-GDGraph for openSUSE:11.4
checked in at Wed May 4 21:44:24 CEST 2011.




--- old-versions/11.4/all/perl-GDGraph/perl-GDGraph.changes 2010-12-01 
07:56:45.0 +0100
+++ 11.4/perl-GDGraph/perl-GDGraph.changes  2011-04-28 16:42:52.0 
+0200
@@ -1,0 +2,7 @@
+Thu Apr 28 14:22:54 UTC 2011 - vci...@novell.com
+
+- license correction (same as Perl)
+- added new dependencies (bnc#676080)
+- spec renewal
+
+---

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




Other differences:
--
++ perl-GDGraph.spec ++
--- /var/tmp/diff_new_pack.zBNgaQ/_old  2011-05-04 21:34:39.0 +0200
+++ /var/tmp/diff_new_pack.zBNgaQ/_new  2011-05-04 21:34:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-GDGraph (Version 1.44)
+# spec file for package perl-GDGraph
 #
-# 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,18 +19,25 @@
 
 
 Name:   perl-GDGraph
-BuildRequires:  ImageMagick libtiff-devel perl-GD perl-GDTextUtil 
xorg-x11-devel
+%define cpan_name GDGraph
+BuildRequires:  ImageMagick libtiff-devel xorg-x11-devel
+BuildRequires:  perl(GD) >= 1.18
+BuildRequires:  perl(GD::Text) >= 0.80
+BuildRequires:  perl
 BuildRequires:  perl-macros
+Requires:   perl(GD) >= 1.18
+Requires:   perl(GD::Text) >= 0.80
 Version:1.44
-Release:183
+Release:186.
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic
+License:GPL+ or Artistic
 Url:http://cpan.org/modules/by-module/GD/
-Summary:package to generate charts, using Lincoln Stein's GD.pm
-Source: GDGraph-%{version}.tar.bz2
-Patch:  GDGraph-trim_miter.diff
+Summary:Package to generate charts, using Lincoln Stein's GD.pm
+Source: %{cpan_name}-%{version}.tar.bz2
+Patch:  %{cpan_name}-trim_miter.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -39,33 +46,28 @@
 
 
 
-Authors:
-
-Martien Verbruggen 
-
 %prep
-%setup -n GDGraph-%{version}
+%setup -n %{cpan_name}-%{version}
 %patch -p1
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-make %{?_smp_mflags}
-make test
-make samples
+%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+%{__make} samples
+
+%check
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.files
 %defattr(-, root, root)
 %doc README*
-%doc %{_mandir}/man?/*
-%{perl_vendorarch}/auto/GD/Graph
-%{perl_vendorlib}/GD
 
 %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 celestia for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package celestia for openSUSE:Factory
checked in at Wed May 4 15:52:05 CEST 2011.




--- KDE/celestia/celestia.changes   2010-11-15 10:50:48.0 +0100
+++ /mounts/work_src_done/STABLE/celestia/celestia.changes  2011-05-03 
09:38:26.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 07:26:45 UTC 2011 - idoen...@novell.com
+
+- Add celestia-1.6.0-gcc46.patch: don't take address of temporary,
+  add missing cstddef include to fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


New:

  celestia-1.6.0-gcc46.patch



Other differences:
--
++ celestia.spec ++
--- /var/tmp/diff_new_pack.Y8zHL8/_old  2011-05-04 15:51:01.0 +0200
+++ /var/tmp/diff_new_pack.Y8zHL8/_new  2011-05-04 15:51:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package celestia (Version 1.6.0)
+# spec file for package celestia
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   celestia
 Summary:OpenGL Space Simulator
 Version:1.6.0
-Release:9
+Release:14
 License:GPLv2+
 Group:  Productivity/Scientific/Astronomy
 Url:http://celestia.sourceforge.net
@@ -39,6 +39,8 @@
 Patch2: celestia-1.6.0-config.patch
 Patch3: celestia-1.6.0-gcc44.patch
 Patch4: celestia-1.6.0-gcc45.patch
+# PATCH-FIX-UPSTREAM celestia-1.6.0-gcc46.patch idoen...@suse.de -- Don't take 
address of temporary, fixes gcc 4.6 compilation
+Patch5: celestia-1.6.0-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define kdedir /opt/kde3
 
@@ -69,6 +71,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ celestia-1.6.0-gcc46.patch ++
Upstream commit r4753


--- src/celengine/vecgl.h   2009/07/07 04:53:09 4753
+++ src/celengine/vecgl.h   2011/01/24 19:05:54 5127
@@ -89,17 +89,20 @@
 
 inline void glLightDirection(GLenum light, const Vec3f& dir)
 {
-glLightfv(light, GL_POSITION, &(Vec4f(dir.x, dir.y, dir.z, 0.0f).x));
+   Vec4f dir4 = Vec4f(dir.x, dir.y, dir.z, 0.0f);
+glLightfv(light, GL_POSITION, &(dir4.x));
 }
 
 inline void glLightPosition(GLenum light, const Point3f& pos)
 {
-glLightfv(light, GL_POSITION, &(Vec4f(pos.x, pos.y, pos.z, 1.0f).x));
+   Vec4f pos4 = Vec4f(pos.x, pos.y, pos.z, 1.0f);
+glLightfv(light, GL_POSITION, &(pos4.x));
 }
 
 inline void glLightColor(GLenum light, GLenum which, const Vec3f& color)
 {
-glLightfv(light, which, &(Vec4f(color.x, color.y, color.z, 1.0f).x));
+   Vec4f color4 = Vec4f(color.x, color.y, color.z, 1.0f);
+glLightfv(light, which, &(color4.x));
 }
 
 inline void glLightColor(GLenum light, GLenum which, const Vec4f& color)
@@ -109,15 +112,14 @@
 
 inline void glLightColor(GLenum light, GLenum which, const Color& color)
 {
-glLightfv(light, which,
-  &(Vec4f(color.red(), color.green(), color.blue(), 
color.alpha()).x));
+   Vec4f color4 = Vec4f(color.red(), color.green(), color.blue(), 
color.alpha());
+glLightfv(light, which, &(color4.x));
 }
 
 inline void glAmbientLightColor(const Color& color)
 {
-glLightModelfv(GL_LIGHT_MODEL_AMBIENT,
-   &(Vec4f(color.red(), color.green(), color.blue(),
-   color.alpha()).x));
+   Vec4f color4 = Vec4f(color.red(), color.green(), color.blue(), 
color.alpha());
+glLightModelfv(GL_LIGHT_MODEL_AMBIENT, &(color4.x));
 }
 
 #endif // _VECGL_H_
--- src/celengine/frametree.h   2009-06-22 17:44:08.0 +0200
+++ src/celengine/frametree.h   2011-05-03 09:32:26.307938481 +0200
@@ -13,6 +13,7 @@
 #ifndef _CELENGINE_FRAMETREE_H_
 #define _CELENGINE_FRAMETREE_H_
 
+#include 
 #include 
 
 class Star;





Remember to have fun...

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



commit libwpd for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory
checked in at Wed May 4 15:50:52 CEST 2011.




--- libwpd/libwpd.changes   2011-03-16 12:12:24.0 +0100
+++ /mounts/work_src_done/STABLE/libwpd/libwpd.changes  2011-05-04 
11:31:05.0 +0200
@@ -1,0 +2,17 @@
+Wed May  4 11:26:00 CEST 2011 - fst...@novell.com
+
+- upgrade to version 0.9.2:
+- Fix build with gcc 4.6.x (Caolan McNamara)
+- Handle graciously corrupted WP6 prefix data (Fridrich)
+- Initial conversion of Mac double byte script characters (Fridrich)
+- Internally use UCS4 instead of UCS2 (Fridrich)
+- Add Arabic character conversion for WP5 parser (Fridrich)
+- Allow conversion of one WP character to a sequence of unicode
+  characters (Fridrich)
+- Miscellaneous conversion fixes (Edward Mendelson, Fridrich)
+- Parse correctly WP 2 for Mac documents without resource fork (Fridrich)
+- Improvements in parsing of pictures in WP1 parser (Fridrich)
+- Fix wrong sizes of some functions in WP1 and WP42 parsers (Fridrich)
+- Fix handling of character attributes (Fridrich)
+
+---

calling whatdependson for head-i586


Old:

  gcc46.patch
  libwpd-0.9.0.tar.bz2

New:

  libwpd-0.9.2.tar.bz2



Other differences:
--
++ libwpd.spec ++
--- /var/tmp/diff_new_pack.3pcMVQ/_old  2011-05-04 15:50:31.0 +0200
+++ /var/tmp/diff_new_pack.3pcMVQ/_new  2011-05-04 15:50:31.0 +0200
@@ -24,12 +24,10 @@
 License:LGPLv2.1+
 Group:  System/Libraries
 AutoReqProv:on
-Version:0.9.0
-Release:6
+Version:0.9.2
+Release:1
 Summary:Library for Importing WordPerfect (tm) Documents
 Source: libwpd-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE gcc46.patch -- Add missing includes to fix compilation 
with gcc 4.6
-Patch:  gcc46.patch
 Url:http://libwpd.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libwpd-0_9-9 = %{version}-%{release}
@@ -128,7 +126,6 @@
 
 %prep
 %setup -q
-%patch
 
 %build
 %configure --disable-static --docdir=%_docdir/%name

++ libwpd-0.9.0.tar.bz2 -> libwpd-0.9.2.tar.bz2 ++
 9764 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 binutils for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package binutils for openSUSE:Factory
checked in at Wed May 4 15:50:08 CEST 2011.




--- binutils/binutils.changes   2011-04-19 15:16:33.0 +0200
+++ /mounts/work_src_done/STABLE/binutils/binutils.changes  2011-05-04 
10:47:51.0 +0200
@@ -1,0 +2,5 @@
+Wed May  4 08:47:15 UTC 2011 - rguent...@novell.com
+
+- Update to binutils-2_21-branch head.  [bnc#691290]
+
+---
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sh4-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ binutils.spec ++
--- /var/tmp/diff_new_pack.uXGE4q/_old  2011-05-04 15:48:44.0 +0200
+++ /var/tmp/diff_new_pack.uXGE4q/_new  2011-05-04 15:48:44.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  zlib-devel
 %endif
 Version:2.21.0
-Release:1
+Release:3
 #
 # RUN_TESTS
 %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)

++ cross-alpha-binutils.spec ++
--- /var/tmp/diff_new_pack.uXGE4q/_old  2011-05-04 15:48:44.0 +0200
+++ /var/tmp/diff_new_pack.uXGE4q/_new  2011-05-04 15:48:44.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  zlib-devel
 %endif
 Version:2.21.0
-Release:1
+Release:2
 #
 # RUN_TESTS
 %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)

cross-arm-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sh4-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++ binutils-2.21.0.tar.bz2 ++
binutils/binutils-2.21.0.tar.bz2 
/mounts/work_src_done/STABLE/binutils/binutils-2.21.0.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



drop libgtksourceviewmm from openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

FYI: Package libgtksourceviewmm was dropped from openSUSE:Factory at Wed May  4 
15:46:51 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=libgtksourceviewmm

Remember to have fun...

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



commit gtkmm3 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory
checked in at Wed May 4 15:45:52 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gtkmm3/gtkmm3.changes  2011-04-21 
10:48:58.0 +0200
@@ -0,0 +1,186 @@
+---
+Wed Apr  6 11:38:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Gtk:
+- Change all operator void* to operator const void*, with a
+  BoolExpr typedef and extra documentation. This avoids an
+  unintentional implicit cast to int, and is generally
+  considered good practice in C++. The new C++ standard allows
+  the use of the explicit keyword here instead, but that is not
+  yet widespread.
+- NumerableIcon: Really add get_background_gicon() const.
+- StateFlags: Added missing STATE_FLAG_NORMAL enum value.
+
+---
+Mon Mar 28 12:33:19 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.99.8:
+  + Avoid a tarball dependency on mm-common.
+- Changes from version 2.99.7:
+  + Gtk:
+- Removed Application until later because the API was not
+  finished in time.
+- Changes from version 2.99.6:
+  + Gtk:
+- CssProvider: load_from_data(): Remove the size parameter.
+- Main: Added a constructor with no argc and argv.
+- TreeView::add_column_editable(): Make this work for
+  TreeModelFilter models. bgo#582981
+- Window: Added unset_application.
+
+---
+Wed Feb 23 12:39:51 UTC 2011 - a...@mizerski.pl
+
+- Update to version 2.99.5:
+  + Gtk:
+- ButtonBox, Separator, Scale, Scrollbar: Add public
+  constructors.
+- CellArea, CellRenderer: Added get_request_mode(),
+  get_preferred_[width|height_for_width|height|width_for_height]
+  vfuncs (bgo#639073).
+- CellView: Derive from Orientable and add
+  set/get_draw_sensitive(), set/get_fit_model() and the new
+  properties.
+- EntryCompletion: Derive from Buildable and add the cell-area
+  property.
+- IconView: Added the cell_area property.
+- Image: Added the set_fallback property.
+- Paned: Constructor: Add an optional orientation parameter.
+- Widget: Added should_draw_window() and
+  transform_cairo_context_to_window().
+- Changes from version 2.99.4:
+  + Gtk:
+- Added AppChooser, AppChooserButton, AppChooserDialog and
+  AppChooserWidget.
+- Button: Restore the clicked() method.
+- CellArea: Added constructor that takes a CellArea.
+- Entry: Added unset_icon() (bgo#621742).
+  + Documentation:
+- ComboBoxText: Add warning about not confusing these
+  (bgo#619656).
+- Changes from version 2.99.3:
+  + Gdk:
+- Display:
+  . selection_send_notify(): This now takes a
+Gdk::Window instead of a (now removed) GdkNativeWindow.
+  . Removed get_protocol() and add_client_message_filter().
+- Screen: Removed send_client_message().
+- Use std::vector in several methods instead of the
+  intermediate *Handle types, to make the API clearer.
+  + Gtk:
+- Application: Try to make this a replacement for Gtk::Main,
+  though this work is not finished yet.
+- Button: Restore the clicked() method.
+- CellArea: Remove set_style_detail() and get_style_detail().
+- CellRenderer: Added get_state().
+- ComboBoxText: Remove the constructor that takes a model.
+- CssProvider:
+  . Add a create() method.
+  . get_default() and get_named(): fixed the reference
+counting.
+- IconSet: Use this via a RefPtr.
+- LisViewText: Rename append_text(), insert_text(), and
+  prepend_text() to append(), insert() and prepend() because
+  that is what ComboBoxText now uses (because it has other
+  append overloads).
+- Added NumerableIcon.
+- Range: Added get/set_round_digits() and property.
+- TextView: Added get_cursor_locations().
+- Widget:
+  . Removed client_event signal.
+  . Added set_state_flags(), get_state_flags(),
+reset_state_flags(), set_device_enable(),
+get_device_enabled(), and reset_style().
+  . Added get_request_mode_vfunc(),
+get_preferred_[width|height_for_width|height|width_for_height]_vfunc().
+(bgo#639073).
+  . Wrap the style-updated signal.
+  . set_window(), set_has_window(), and get_requisition() are
+now protected.
+  . set_window(): Increase the ref count of the Gdk::Window
+because GTK+ does not, and will not, though we think we may
+need to do more work to fix this properly (bgo#606903).
+- Changes from version 2.99.1:
+  + Gdk:
+- Cursor: Add create() methods, making the constructors protected,
+  because this should now be used via RefPtr.
+- Device:
+  . Added get_history().
+  . A

commit libgnome-media-profiles for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libgnome-media-profiles for 
openSUSE:Factory
checked in at Wed May 4 15:22:13 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/libgnome-media-profiles/libgnome-media-profiles.changes
2011-04-05 11:04:46.0 +0200
@@ -0,0 +1,23 @@
+---
+Tue Apr  5 08:49:31 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Install UI files correctly
+  + Fix warning when running against newer GTK+ 3.x
+  + Set dialogue parent when first created
+  + Updated translations.
+- Add both translations sets to lang subpackage.
+
+---
+Thu Mar  3 17:01:09 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory.
+- Create a tools subpackage instead of putting
+  gnome-audio-profiles-properties in the main package, and do not
+  create the main package.
+
+---
+Tue Feb 15 10:04:26 UTC 2011 - fcro...@novell.com
+
+- Initial package (version 2.91.2), based on Fedora one.
+

calling whatdependson for head-i586


New:

  libgnome-media-profiles-3.0.0.tar.bz2
  libgnome-media-profiles.changes
  libgnome-media-profiles.spec



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

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



Name:   libgnome-media-profiles
Version:3.0.0
Release:1
License:LGPLv2+
Summary:GNOME Media Profiles Library
Url:http://git.gnome.org/browse/libgnome-media-profiles
Group:  System/Libraries
Source0:
http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
BuildRequires:  intltool
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:  pkgconfig(gtk+-3.0)
%gconf_schemas_prereq

%description
The GNOME Media Profiles library provides prebuilt GStreamer pipelines
for applications aiming to support different sound formats.

%package -n libgnome-media-profiles-3_0-0
Summary:GNOME Media Profiles Library
License:LGPLv2+
Group:  System/Libraries
Recommends: %{name}-lang
# To make lang package installable
Provides:   %{name} = %{version}

%description -n libgnome-media-profiles-3_0-0
The GNOME Media Profiles library provides prebuilt GStreamer pipelines
for applications aiming to support different sound formats.

%package tools
Summary:GNOME Media Profiles Library -- Tools
License:LGPLv2+
Group:  System/GUI/GNOME

%description tools
The GNOME Media Profiles library provides prebuilt GStreamer pipelines
for applications aiming to support different sound formats.

This package contains tools to interact with the profiles.

%packagedevel
Summary:GNOME Media Profiles Library -- Development Files
License:LGPLv2+
Group:  Development/Libraries/GNOME
Requires:   libgnome-media-profiles-3_0-0 = %{version}

%descriptiondevel
The GNOME Media Profiles library provides prebuilt GStreamer pipelines
for applications aiming to support different sound formats.

%lang_package
%prep
%setup -q

%build
%configure --disable-static\
   --disable-schemas-install\
   --disable-scrollkeeper
make %{?jobs:-j%jobs}

%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang gnome-audio-profiles %{?no_lang_C}
%find_lang %{name} %{?no_lang_C}
%find_gconf_schemas

%pre -n libgnome-media-profiles-3_0-0 -f %{name}.schemas_pre

%posttrans -n libgnome-media-profiles-3_0-0 -f %{name}.schemas_posttrans

%preun -n libgnome-media-profiles-3_0-0 -f %{name}.schemas_preun

%post -n libgnome-media-profiles-3_0-0 -p /sbin/ldconfig

%postun -n libgnome-media-profiles-3_0-0 -p/sbin/ldconfig

%files -n libgnome-media-profiles-3_0-0 -f %{name}.schemas_list
%defattr(-,root,root,-)
%doc COPYING NEWS README
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/gnome-audio-profiles/
%

commit libpeas for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory
checked in at Wed May 4 15:18:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libpeas/libpeas.changes2011-04-05 
14:24:36.0 +0200
@@ -0,0 +1,159 @@
+---
+Tue Apr  5 12:24:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.0.0:
+  + Seed plugin loader fixes
+  + Fix segfault when pygobject cannot be initialized
+  + Fix tooltip display in the plugin manager
+  + DOAP file update
+  + Updated translations.
+
+---
+Mon Mar 28 13:16:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.9.0:
+  + Support VOID introspection type
+  + Don't use properties to store the extension instance
+  + Various bug fixes
+  + Fix getting and setting Seed properties
+  + Privatize PeasExtensionBase, PeasExtensionClass
+  + Drop IAge support for now.
+  + Updated translations
+- Changes from version 0.7.4:
+  + Fix crash when searching a plugin in the manager.
+  + Various bug fixes in tests.
+  + Fix memleaks
+  + Increase pygobject dependency to 2.28.0
+
+---
+Thu Feb 24 12:12:10 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.3:
+  + Fix bug when lazy loading fails
+  + Fix C plugins that do not inherit from PeasExtensionBase
+  + Fix PeasExtensionSet example in the docs
+  + Don't GC plugin loaders that fail
+  + Only emit notify::plugin-list when it has changed
+  + Don't try to open a directory as a .plugin
+  + Unref the window in the second time plugin
+  + Don't add extra ref on python instance
+  + Show dialog when disabling a plugin which is depended on
+  + Drop PeasPluginInfo:file as it is unused
+  + Add PeasPluginInfo:Hidden
+  + Correctly Fix C plugins that do not inherit from
+PeasExtensionBase
+  + Updated translations.
+  + python: Rework refcounting to explicit extension ownership
+- Changes from version 0.7.2:
+  + Check that the plugin is loaded before creating an extension
+  + Make PeasEngine a proper singleton
+  + Move the module support check to constructor
+  + Fix PeasEngine to be capable of being created multiple times
+  + Fix PeasEngine:loaded-plugins to return a proper array of
+strings
+  + Make peas_engine_shutdown() semi-private
+  + Added the view property to PeasPluginManager
+  + Add Glade catalog for libpeas-gtk
+  + Show a tooltip for unavailable plugins
+  + Replace plugin loader disabling with enabling
+  + Add (array zero-terminated=1) annotation to API
+  + Added optional engine parameter back to libpeas-gtk API
+  + Allow the engine to be NULL in PeasExtensionSet
+  + Allow multiple instances of PeasEngine
+  + Check that the manager's view has the same engine
+  + Lazy load the plugin loaders
+  + Drop peas_plugin_info_get_keys()
+  + Do not marshall out arguments in extension subclasses
+  + Make the interface age 0.
+  + Updated translations
+- Changes from version 0.7.1:
+  + Fix handling of g_callable_info_get_n_args()
+  + Fix loading plugins with an invalid dependency
+  + Fix emitting PeasExtensionSet::extension-removed
+  + Fix remaining s/libpeasui/libpeas-gtk/ issues
+  + Unload plugins in dispose to prevent segv
+  + Don't show a plugin's description if it is NULL
+  + Make the PeasEngine search-path docs make sense
+  + Fix seed extensions
+  + Override properties in PeasExtension subclasses
+  + Allow the Icon in *.plugin to be located in the data dir
+  + PeasPluginManager and View cleanup and style fixes
+  + Fix implementing an interface without a VFunc invoker
+  + Annotation and documentation fixes
+  + Test peas_extension_call() before calling interface vfunc
+  + Fix implementing interface vfuncs on 64bit
+  + Emit notify::show-builtin when show-builtin is set
+  + Added --pkg-export option for g-ir-scanner.
+  + Plug some memory leaks
+  + Updated translations
+- Change pkgconfig(seed) BuildRequires to libseed-gtk3-devel as
+  both gtk2 and gtk3 version share the same pkgconfig filename.
+
+---
+Sun Feb 13 16:50:17 CET 2011 - vu...@opensuse.org
+
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+- Change Requires of lang subpackage to Recommends, since the
+  english documentation is not there anymore.
+
+---
+Wed Dec 15 08:21:07 UTC 2010 - dims...@opensuse.org
+
+- Fix -devel dependencies (lib*-1_0-0 instead of lib*-1.0-0).
+
+---
+Tue Oct  5 10:28:28 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.7.0:
+  + Add way to get a PeasExtension from a PeasExtensionSet.
+  + Move the 

commit perl-Class-Factory-Util for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Factory-Util for 
openSUSE:Factory
checked in at Wed May 4 15:01:20 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-Factory-Util/perl-Class-Factory-Util.changes
2010-11-30 20:24:15.0 +0100
@@ -0,0 +1,30 @@
+---
+Tue Nov 30 19:19:55 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:29:28 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Mon Nov 29 13:38:24 UTC 2010 - co...@novell.com
+
+- recreated by cpanspec 1.78.02
+
+---
+Sun Nov 28 11:37:43 UTC 2010 - co...@novell.com
+
+- remove .packlist file
+
+---
+Tue Oct 19 08:38:23 UTC 2010 - co...@novell.com
+
+- add perl as explicit buildrequire
+
+---
+Mon Aug 11 18:53:27 CEST 2008 - lr...@suse.de
+
+- initial version 1.7
+

calling whatdependson for head-i586


New:

  Class-Factory-Util-1.7.tar.bz2
  perl-Class-Factory-Util.changes
  perl-Class-Factory-Util.spec



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

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

# norootforbuild


Name:   perl-Class-Factory-Util
%define cpan_name Class-Factory-Util
Summary:Provide utility methods for factory classes
Version:1.7
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Class-Factory-Util/
#Source: 
http://www.cpan.org/modules/by-module/Class/Class-Factory-Util-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros

%description
This module exports a method that is useful for factory classes.

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit q4wine for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory
checked in at Wed May 4 14:55:02 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/q4wine/q4wine.changes  2011-04-05 
20:13:25.0 +0200
@@ -0,0 +1,81 @@
+---
+Tue Apr  5 18:02:32 UTC 2011 - lazy.k...@opensuse.org
+
+- requires libqt4-sql-sqlite
+- added LICENSE and TODO to docs
+
+---
+Tue Dec 28 11:28:08 UTC 2010 - lazy.k...@opensuse.org
+
+- update to 0.120+r1
+
+---
+Fri Oct  1 19:38:55 UTC 2010 - lazy.kent.s...@gmail.com
+
+- added rpm build opt flags
+
+---
+Fri Oct  1 16:25:43 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.120
+- absolutely requires icoutils
+
+---
+Sun Aug 22 10:15:28 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.119+r1
+
+---
+Tue Aug 10 14:17:02 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.119
+
+---
+Thu Apr 15 10:54:22 UTC 2010 - lazy.kent.s...@gmail.com
+
+- update to 0.118
+- added fuseiso to BuildRequires
+
+---
+Mon Nov 16 15:04:20 UTC 2009 - lazy.kent.s...@gmail.com
+
+- update to 0.114r1
+
+---
+Sun Nov 15 11:05:29 UTC 2009 - lazy.kent.s...@gmail.com
+
+- update to 0.114
+
+---
+Thu Oct 15 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- corrected description
+
+---
+Mon Oct  5 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- update to 0.113
+- added choice to build with/without icoutils support
+- added fuseiso to Requires
+- removed INSTALL from docs
+- corrected Summary
+---
+Sat Jun 20 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- change compiling outside of the source tree
+
+---
+Sun May 17 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- compilied with winetricks support
+
+---
+Fri May 15 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- desktop file updated
+
+---
+Wed May  6 00:00:00 MSD 2009 - lazy.kent.s...@gmail.com
+
+- updated to v0.112r1
+

calling whatdependson for head-i586


New:

  q4wine-0.120+r1.tar.bz2
  q4wine.changes
  q4wine.spec



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

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



Name:   q4wine
Version:0.120+r1
Release:1
License:GPLv3
Summary:Qt4 GUI for WINE
Url:http://q4wine.brezblock.org.ua/
Group:  System/Emulators/PC
Source0:%{name}-%{version}.tar.bz2
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  fuseiso
BuildRequires:  icoutils
BuildRequires:  libqt4-devel
BuildRequires:  update-desktop-files
Requires:   fuseiso
Requires:   icoutils
Requires:   libqt4-sql-sqlite
Requires:   sqlite3
Requires:   sudo
Requires:   wine
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Q4Wine is an Qt4-based GUI for WINE. It will help you to manage wine
prefixes and installed applications.

General features:
- Can export Qt color theme into wine colors settings.
- Can easy work with different wine versions at the same time.
- Easy creating, deleting and managing prefixes (WINEPREFIX).
- Easy controlling for wine process.
- Autostart icons support.
- Easy cd-image use.
- You can extract icons from PE files (.exe .dll).
- Easy backup and restore for managed prefixes.
- Wine AppDB browser.
- Logging

commit cpufrequtils for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package cpufrequtils for openSUSE:Factory
checked in at Wed May 4 14:50:25 CEST 2011.




--- cpufrequtils/cpufrequtils.changes   2011-01-10 15:58:28.0 +0100
+++ /mounts/work_src_done/STABLE/cpufrequtils/cpufrequtils.changes  
2011-05-03 21:47:19.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 00:28:48 UTC 2011 - p...@scribus.info
+
+- Create a devel package as it's required for building additional
+  applications 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cpufrequtils.spec ++
--- /var/tmp/diff_new_pack.qdTlez/_old  2011-05-04 14:47:16.0 +0200
+++ /var/tmp/diff_new_pack.qdTlez/_new  2011-05-04 14:47:16.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  doxygen lynx
 Url:
http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
 Version:008
-Release:3
+Release:8
 Summary:Tools to Determine and Set CPUfreq Settings
 License:GPLv2+
 Group:  System/Base
@@ -64,6 +64,15 @@
 
 Christian Kornacker 
 
+%package devel
+License:GPLv2+
+Summary:Development files for cpufrequtils
+Group:  Development/Libraries/C and C++
+Requires:   %{name} >= %{version}
+
+%description devel
+Files required for cpufreq userspace tools development
+
 %prep
 %setup -q -a 3
 
@@ -87,10 +96,6 @@
 mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples
 mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/cpufreq-bench_script.sh 
$RPM_BUILD_ROOT/%{_docdir}/%{name}/examples
 %find_lang %{name}
-# Nobody uses these, remove them. If somebody needs them, we could
-# create a devel subpackage
-rm $RPM_BUILD_ROOT/usr/include/cpufreq.h
-rm $RPM_BUILD_ROOT/%{_libdir}/libcpufreq.so
 
 mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
@@ -106,7 +111,7 @@
 
 %files -f %{name}.lang
 %defattr (-,root,root)
-%{_libdir}/libcpufreq.*
+%{_libdir}/libcpufreq.*.0
 %{_mandir}/man1/cpufreq*
 %{_mandir}/man8/turbostat*
 %{_sbindir}/turbostat
@@ -119,11 +124,16 @@
 %config /etc/cpufreq-bench.conf
 /usr/sbin/cpufreq-bench
 /usr/bin/cpufreq-bench_plot.sh
-# Can't use %doc because I want to avoid cpufrequtils-bench doc dir
+# Can't use %%doc because I want to avoid cpufrequtils-bench doc dir
 # and use the cpufrequtils doc dir instead
 %dir %{_docdir}/%{name}
 %dir %{_docdir}/%{name}/examples
 %{_docdir}/%{name}/examples/cpufreq-bench_script.sh
 %{_docdir}/%{name}/README-BENCH
 
+%files devel
+%defattr (-,root,root)
+/usr/include/cpufreq.h
+%{_libdir}/libcpufreq.so
+
 %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 rednotebook for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package rednotebook for openSUSE:Factory
checked in at Wed May 4 14:47:03 CEST 2011.




--- rednotebook/rednotebook.changes 2011-04-04 20:35:56.0 +0200
+++ /mounts/work_src_done/STABLE/rednotebook/rednotebook.changes
2011-05-04 09:26:16.0 +0200
@@ -1,0 +2,10 @@
+Wed May  4 09:17:53 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.1.5:
+  + Remove "RedNotebook" title in exports
+  + Make templates translatable
+  + Fix: Inserted dates always shows the time 00:00h (lp#744624)
+  + Mention "--record installed-files" setup.py's option for
+remembering installed files in README.
+
+---

calling whatdependson for head-i586


Old:

  rednotebook-1.1.4.tar.bz2

New:

  rednotebook-1.1.5.tar.bz2



Other differences:
--
++ rednotebook.spec ++
--- /var/tmp/diff_new_pack.biO52s/_old  2011-05-04 14:46:28.0 +0200
+++ /var/tmp/diff_new_pack.biO52s/_new  2011-05-04 14:46:28.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   rednotebook
-Version:1.1.4
+Version:1.1.5
 Release:1
 # Note: there's no lang package as of 1.1.4 because the translations are not 
installed in the usual place. See lp#687349.
 License:GPLv2+

++ rednotebook-1.1.4.tar.bz2 -> rednotebook-1.1.5.tar.bz2 ++
 42537 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 sssd for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package sssd for openSUSE:Factory
checked in at Wed May 4 14:46:16 CEST 2011.




--- sssd/sssd.changes   2011-04-14 13:36:26.0 +0200
+++ /mounts/work_src_done/STABLE/sssd/sssd.changes  2011-05-04 
11:23:29.0 +0200
@@ -1,0 +2,19 @@
+Wed May  4 09:22:20 UTC 2011 - rha...@suse.de
+
+- Update to 1.5.7
+  * A flaw was found in the handling of cached passwords when
+kerberos renewal tickets is enabled.  Due to a bug, the cached
+password was overwritten with a (moderately) predictable
+filename, which could allow a user to authenticate as someone
+else if they knew the name of the cache file (bnc#691135,
+CVE-2011-1758)
+- Changes in 1.5.6:
+  * Fixed a serious memory leak in the memberOf plugin
+  * Fixed a regression with the negative cache that caused it to be
+essentially nonfunctional
+  * Fixed an issue where the user's full name would sometimes be
+removed from the cache
+  * Fixed an issue with password changes in the kerberos provider
+not working with kpasswd
+
+---

calling whatdependson for head-i586


Old:

  sssd-1.5.5.tar.bz2

New:

  sssd-1.5.7.tar.bz2



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.QtaHON/_old  2011-05-04 14:45:45.0 +0200
+++ /var/tmp/diff_new_pack.QtaHON/_new  2011-05-04 14:45:45.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   sssd
-Version:1.5.5
+Version:1.5.7
 Release:1
 Group:  System/Daemons
 Summary:System Security Services Daemon

++ sssd-1.5.5.tar.bz2 -> sssd-1.5.7.tar.bz2 ++
 10420 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-05-04 Thread h_root

Hello community,

here is the log from the commit of package telepathy-gabble for openSUSE:Factory
checked in at Wed May 4 14:45:31 CEST 2011.




--- GNOME/telepathy-gabble/telepathy-gabble.changes 2011-04-20 
14:00:36.0 +0200
+++ /mounts/work_src_done/STABLE/telepathy-gabble/telepathy-gabble.changes  
2011-05-03 00:44:12.0 +0200
@@ -1,0 +2,15 @@
+Tue May  3 00:38:12 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.12.0:
+  + Enhancements:
+- Plugins can now implement channel managers.
+  + Fixes:
+- No longer crashes when joining MUCs fails, or when kicked
+  from a MUC. (fdo#35120)
+- Handles MUC nickname conflicts more accurately, resolving an
+  issue triggered by a Google Talk server bug. (fdo#35619)
+- No longer gets contacts' client types confused (fdo#32139)
+- Exposes the status message length limit imposed by Google
+  Talk, and truncates status messages if necessary. (fdo#33054)
+
+---

calling whatdependson for head-i586


Old:

  telepathy-gabble-0.11.10.tar.bz2

New:

  telepathy-gabble-0.12.0.tar.bz2



Other differences:
--
++ telepathy-gabble.spec ++
--- /var/tmp/diff_new_pack.IHqfDX/_old  2011-05-04 14:45:01.0 +0200
+++ /var/tmp/diff_new_pack.IHqfDX/_new  2011-05-04 14:45:01.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   telepathy-gabble
-Version:0.11.10
+Version:0.12.0
 Release:1
 License:LGPLv2.1+
 Summary:XMPP connection manager for Telepathy

++ telepathy-gabble-0.11.10.tar.bz2 -> telepathy-gabble-0.12.0.tar.bz2 
++
 74531 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 x11-tools for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package x11-tools for openSUSE:Factory
checked in at Wed May 4 14:44:50 CEST 2011.




--- x11-tools/x11-tools.changes 2010-07-29 22:11:06.0 +0200
+++ /mounts/work_src_done/STABLE/x11-tools/x11-tools.changes2011-05-04 
08:57:06.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 18:35:08 CEST 2011 - ti...@suse.de
+
+- Add ibus and scim-bridge to sysconfig/language:$INPUT_METHOD
+  list
+
+---

calling whatdependson for head-i586




Other differences:
--
++ x11-tools.spec ++
--- /var/tmp/diff_new_pack.h6Vcm3/_old  2011-05-04 14:43:34.0 +0200
+++ /var/tmp/diff_new_pack.h6Vcm3/_new  2011-05-04 14:43:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package x11-tools (Version 0.1)
+# spec file for package x11-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Obsoletes:  xf86tools 3ddiag
 AutoReqProv:on
 Version:0.1
-Release:179
+Release:183
 Summary:Tools for the X Window System
 Source2:xf86debug
 Source3:switch2nv

++ sysconfig.language-x11-tools ++
--- /var/tmp/diff_new_pack.h6Vcm3/_old  2011-05-04 14:43:34.0 +0200
+++ /var/tmp/diff_new_pack.h6Vcm3/_new  2011-05-04 14:43:34.0 +0200
@@ -1,6 +1,6 @@
 
 ## Path:System/Environment/Language
-## Type:
string(scim,uim,kinput2,kinput2-canna,kinput2-wnn,nabi,wnn,atokx,xcin,none)
+## Type:
string(ibus,scim,scim-bridge,uim,kinput2,kinput2-canna,kinput2-wnn,nabi,wnn,atokx,xcin,none)
 ## Default: ""
 #
 # A default input method to be used in X11 can be selected here.






Remember to have fun...

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



commit amarok for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Wed May 4 14:43:25 CEST 2011.




--- KDE/amarok/amarok.changes   2011-05-02 19:24:11.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-04-27 
22:37:42.0 +0200
@@ -1,0 +2,20 @@
+Wed Apr 27 20:36:54 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Cleanup in Buildrequires: entries.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Removed amarok-devel subpackage since the package doesn't actually provides
+any shared libraries. Also removed some *.so libraries to fix rpmlint
+warning "devel-file-in-non-devel-package".
+  * Added "Audio" to the Categories entry of amarok.desktop file.
+  * Moved english help files in the main package.
+  * Updates in %files section.
+  * Minor other updates.
+- Removed amarok-rpmlintrc (not needed).
+- Removed amarokNoAudio.desktop from initial-preference.diff patch (since it
+  was not used).
+- Removed errmsg-mysql-embedded.diff patch (not needed for openSUSE > 11.0).
+- Removed no_buildtime.patch and added a fix inside the spec file.
+
+---

calling whatdependson for head-i586


Old:

  amarok-rpmlintrc
  errmsg-mysql-embedded.diff
  no_buildtime.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.pktfYC/_old  2011-05-04 14:41:58.0 +0200
+++ /var/tmp/diff_new_pack.pktfYC/_new  2011-05-04 14:41:58.0 +0200
@@ -19,174 +19,187 @@
 
 
 Name:   amarok
-BuildRequires:  cups-devel libkcddb4-devel mysql ruby-devel sqlite-devel 
taglib-devel
-BuildRequires:  kdebase4-workspace-devel libkcompactdisc4-devel tse3-devel 
update-desktop-files
-BuildRequires:  gstreamer010-devel libmtp-devel libvisual-devel xine-devel
-BuildRequires:  flac-devel gtk2-devel libQtWebKit-devel libdvdread-devel 
libkde4-devel
-BuildRequires:  dbus-1-glib-devel libogg-devel libsamplerate-devel 
libsndfile-devel
-BuildRequires:  libcurl-devel libsoprano-devel loudmouth-devel
-BuildRequires:  libmysqlclient-devel libqca2-devel
-BuildRequires:  qt4-qtscript taglib-extras-devel tcpd-devel
+Version:2.4.0.90
+Release:1
+Summary:Media Player for KDE
+
+License:GPLv2+
+Url:http://amarok.kde.org/
+Group:  Productivity/Multimedia/Sound/Players
+Source0:
http://download.kde.org/download.php?url=unstable/amarok/2.4.0.90/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
+Patch0: errmsg-mysql51-embedded.diff
+# PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
+Patch1: ksuseinstall.diff
+# PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
+Patch2: initial-preference.diff
+# PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
+Patch3: flac_mimetype_bnc671581.diff
+# PATCH-FIX-UPSTREAM 37eda947-fix-plugin-loading-version-bump.diff 
wstephen...@novell.com -- Fix plugin loading version bump (fixed upstream)
+Patch4: 37eda947-fix-plugin-loading-version-bump.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+# Required for the fdupes macro
+BuildRequires:  fdupes
+%if 0%{?suse_version} == 1130
+BuildRequires:  gtk2-devel
+%else
+BuildRequires:  gdk-pixbuf-devel
+%endif
+BuildRequires:  glib2-devel
+BuildRequires:  libcurl-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel >= 0.7.0
-%if %suse_version > 1120 || !0%{?kde_updatedapps}
-BuildRequires:  liblastfm-devel
+BuildRequires:  libkde4-devel
+%if 0%{?suse_version} > 1120 || !0%{?kde_updatedapps}
 BuildRequires:  libksuseinstall-devel
+BuildRequires:  liblastfm-devel
 %endif
-%if %suse_version > 1110
+BuildRequires:  libmtp-devel
+# Available only in KDE:Unstable:Playground
+#BuildRequires:  libmygpo-qt-devel
+BuildRequires:  libmysqlclient-devel
+%if 0%{?suse_version} > 1110
 BuildRequires:  libmysqld-devel
 %endif
-# Required for the fdupes macro
-BuildRequires:  fdupes
-Url:http://amarok.kde.org
-License:GPLv2+
-Group:  Productivity/Multimedia/Sound/Players
-Summary:Media Player for KDE
-Version:2.4.0.90
-Release:10
-Source0:%{name}-%{version}.tar.bz2
-Source100:  %{name}-rpmlintrc
-Patch3: errmsg-mysql-embedded.diff
-Patch4: errmsg-mysql51-embedded.diff
-# PATCH-FIX-OPENSUSE no_buildtime.patch cmorv...@yahoo.es -- Remove build time 
from code so build-compare can make its work

commit cherrytree for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package cherrytree for openSUSE:Factory
checked in at Wed May 4 14:41:41 CEST 2011.




--- GNOME/cherrytree/cherrytree.changes 2011-03-01 06:28:52.0 +0100
+++ /mounts/work_src_done/STABLE/cherrytree/cherrytree.changes  2011-05-04 
10:41:01.0 +0200
@@ -1,0 +2,46 @@
+Tue May  3 07:54:36 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.21.3:
+  + Fixed bug involving the formatting property 'small'
+  + Fixed shortcut for node deletion not working
+  + Updated translations.
+
+---
+Fri Apr 29 23:45:37 UTC 2011 - dims...@opensuse.org
+
+- Update to 0.21.2:
+  + fixed minor bugs.
+
+---
+Fri Apr 29 10:12:30 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.21.1:
+  + create config directory on startup
+- Convert to source service: download_url, recompress and
+  set_version.
+
+---
+Tue Apr 26 18:42:00 UTC 2011 - badshah...@gmail.com
+
+- Update to version 0.21
+  + fixed bugs
+  + added links to folders
+  + added custom action for clicked link to files and folders
+  + added some customizable properties to the codeboxes
+  + added fullscreen mode
+  + implemented the cut/copy/paste of a table row
+  + tables: keyboard navigation across cells, rows, etc. 
+  + now multiple instances are allowed and handled
+  + added the opportunity to sort the whole tree
+  + improvements to the find utility while searching patterns in a
+table/codebox 
+
+---
+Tue Mar 15 10:48:10 CET 2011 - badshah...@gmail.com
+
+- Update to version 0.20.1:
+  + Critical bug fixes
+  + Support keyboard based moving of selected item among all the
+tree nodes
+
+---

calling whatdependson for head-i586


Old:

  cherrytree-0.20.tar.bz2

New:

  _service
  _service:recompress:download_url:cherrytree-0.21.3.tar.bz2
  _service:set_version:cherrytree.spec



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

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



Name:   cherrytree
Version: 0.21.3
Release: 0
License:GPLv2+
Summary:A hierarchical note taking application
Url:http://www.giuspen.com/cherrytree/
Group:  Productivity/Office/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires:  desktop-file-utils
BuildRequires:  python-gtk
BuildRequires:  python-gtksourceview
BuildRequires:  update-desktop-files
Requires:   python-gtk
Requires:   python-gtksourceview
Recommends: %{name}-lang
# For password-protected format
Recommends: p7zip
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1120
BuildArch:  noarch
%endif
%py_requires
%if %suse_version <= 1110
%define python_sitelib %{py_sitedir}
%endif

%if 0%{?suse_version} <= 1120
%define python_version %{py_ver}
%endif

%description
A hierarchical note taking application, featuring rich text and syntax
highlighting, storing all the data (including images) in a single xml
file with extension ".ctd".

%lang_package
%prep
%setup -q

%build

%install
%{__python} setup.py install --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} 
--root=%{buildroot}
# Remove old mime registration files
rm %{buildroot}%{_datadir}/application-registry/cherrytree.*
rm %{buildroot}%{_datadir}/mime-info/cherrytree.*
# Remove unnecessary source files
rm %{buildroot}%{_datadir}/cherrytree/glade/cherrytree.glade.h
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file -G "Hierarchical Notes Utility" cherrytree TextEditor

%clean
rm -rf %{buildroot}

%post
%if 0%{?suse_version} > 1130
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
update-mime-database %{_datadir}/mime || true
%endif

%postun
%if 0%{?suse_version} > 1130
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
up

commit chmsee for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory
checked in at Wed May 4 14:38:08 CEST 2011.




--- chmsee/chmsee.changes   2011-02-12 20:23:41.0 +0100
+++ /mounts/work_src_done/STABLE/chmsee/chmsee.changes  2011-05-04 
10:00:22.0 +0200
@@ -1,0 +2,9 @@
+Wed May  4 09:50:29 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.1.1:
+  + Fix a bug cause of opening an unextracted chm with subpage
+failure
+  + Change Gecko version to support xulrunner 2.0.1
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  chmsee-1.3.0.tar.bz2

New:

  chmsee-1.3.1.1.tar.bz2



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.gO4vmY/_old  2011-05-04 14:37:37.0 +0200
+++ /var/tmp/diff_new_pack.gO4vmY/_new  2011-05-04 14:37:37.0 +0200
@@ -37,8 +37,8 @@
 %endif
 %endif
 Summary:A Gtk+2 CHM document viewer
-Version:1.3.0
-Release:2
+Version:1.3.1.1
+Release:1
 License:GPLv2+
 Group:  Productivity/Graphics/Viewers
 Url:http://code.google.com/p/chmsee/

++ chmsee-1.3.0.tar.bz2 -> chmsee-1.3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/CMakeLists.txt 
new/chmsee-1.3.1.1/CMakeLists.txt
--- old/chmsee-1.3.0/CMakeLists.txt 2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/CMakeLists.txt   2011-05-03 12:27:45.0 +0200
@@ -1,7 +1,7 @@
 project(chmsee)
 cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR)
 
-set(PACKAGE_VERSION "1.3.0" )
+set(PACKAGE_VERSION "1.3.1.1" )
 
 set(CMAKE_BUILD_TYPE Release)
 
@@ -51,7 +51,7 @@
 add_subdirectory(po)
 #add_subdirectory(gtkmoz)
 
-SET(CPACK_SOURCE_PACKAGE_FILE_NAME "chmsee-1.3.0")
+SET(CPACK_SOURCE_PACKAGE_FILE_NAME "chmsee-1.3.1.1")
 SET(CPACK_SOURCE_GENERATOR "TGZ")
 SET(CPACK_SOURCE_IGNORE_FILES ".*~;/.git/;.gitignore;ID;TAGS;/gtkmoz/")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/NEWS new/chmsee-1.3.1.1/NEWS
--- old/chmsee-1.3.0/NEWS   2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/NEWS 2011-05-03 12:27:45.0 +0200
@@ -1,3 +1,9 @@
+ChmSee 1.3.1 2011-05-03
+---
+* Update Vietnamese po
+* Fix a bug cause of opening an unextracted chm with subpage failure
+* Change Gecko version to support xulrunner 2.0.1
+
 ChmSee 1.3.0 2011-01-16
 ---
 * Use XDG Base Directory Specification for config and bookshelf cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/README new/chmsee-1.3.1.1/README
--- old/chmsee-1.3.0/README 2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/README   2011-05-03 12:27:45.0 +0200
@@ -20,6 +20,7 @@
  * chmlib >= 0.39
  * libxml2
  * libgcrypt
+ * intltool
 
 Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/po/vi.po new/chmsee-1.3.1.1/po/vi.po
--- old/chmsee-1.3.0/po/vi.po   2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/po/vi.po 2011-05-03 12:27:45.0 +0200
@@ -7,26 +7,30 @@
 msgstr ""
 "Project-Id-Version: chmsee\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 21:47+0800\n"
-"PO-Revision-Date: 2009-06-08 13:36+\n"
-"Last-Translator: huanctv \n"
-"Language-Team: Vietnamese \n"
+"POT-Creation-Date: 2011-01-23 23:01+0800\n"
+"PO-Revision-Date: 2010-12-07 22:43+0700\n"
+"Last-Translator: Duy Hung Tran \n"
+"Language-Team: debian-user-vietnamese \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2009-07-04 04:44+\n"
 "X-Generator: Launchpad (build Unknown)\n"
+"X-Poedit-Language: Vietnamese\n"
+"X-Poedit-Country: VIET NAM\n"
 
 #: ../data/about-dialog.ui.h:1
 msgid "http://code.google.com/p/chmsee";
-msgstr "Copy text   \t http://code.google.com/p/chmsee";
+msgstr "http://code.google.com/p/chmsee";
 
 #. TRANSLATORS: Replace this string with your names, one name per line.
 #: ../data/about-dialog.ui.h:3
 msgid "translator-credits"
 msgstr ""
-"Launchpad Contributions:\n"
-"  huanctv https://launchpad.net/~huanctv";
+"Dịch thuật:\n"
+"huanctv - https://launchpad.net/~huanctv \n"
+"Duy Hung Tran - nguyentieu...@gmail.com"
 
 #: ../data/chmsee.desktop.in.h:1
 msgid "ChmSee"
@@ -34,29 +38,27 @@
 
 #: ../data/chmsee.desktop.in.h:2
 msgid "HTML Help(CHM) viewer"
-msgstr "Trình duyệt HTML Help(CHM)"
+msgstr "Ứng dụng xem HTML Help(CHM)"
 
 #: ../data/openfile-dialog.ui.h:1
 msgid "Open File"
-msgstr "Mở File"
+msgstr "Mở tập tin"
 
 #: ../data/setup-window.ui.h:1
 msgid "Cache"
-msgstr "Cache"
+msgst

commit oprofile for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package oprofile for openSUSE:Factory
checked in at Wed May 4 14:37:22 CEST 2011.




--- oprofile/oprofile.changes   2010-06-29 17:10:30.0 +0200
+++ /mounts/work_src_done/STABLE/oprofile/oprofile.changes  2011-05-03 
05:08:13.0 +0200
@@ -1,0 +2,16 @@
+Tue May  3 03:02:55 UTC 2011 - idoen...@novell.com
+
+- Add oprofile-0.9.6-gcc46.patch to fix compilation with gcc 4.6
+
+---
+Thu Apr 28 18:33:19 UTC 2011 - to...@novell.com
+
+- Add support for building using qt4 (no bnc)
+
+---
+Thu Apr 28 18:14:54 UTC 2011 - to...@novell.com
+
+- Add README-BEFORE-ADDING-PATCHES local file documenting required patch 
+  header
+
+---

calling whatdependson for head-i586


New:

  README-BEFORE-ADDING-PATCHES
  oprofile-0.9.6-gcc46.patch
  oprofile-qt4.diff



Other differences:
--
++ oprofile.spec ++
--- /var/tmp/diff_new_pack.6FAYMN/_old  2011-05-04 14:31:18.0 +0200
+++ /var/tmp/diff_new_pack.6FAYMN/_new  2011-05-04 14:31:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package oprofile (Version 0.9.6)
+# spec file for package oprofile
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 
 Name:   oprofile
-BuildRequires:  binutils-devel fdupes java2-devel-packages libxslt popt-devel 
qt3-devel update-desktop-files
+BuildRequires:  binutils-devel fdupes java2-devel-packages libxslt popt-devel 
qt-devel update-desktop-files
 Url:http://oprofile.sourceforge.net/
 License:GPLv2+ ; LGPLv2.1+
 Group:  Development/Tools/Other
 AutoReqProv:on
 PreReq: /usr/sbin/groupadd /usr/sbin/useradd
 Version:0.9.6
-Release:3
+Release:11
 Summary:System-Wide Profiler for Linux Systems
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %{name}-%{version}.tar.bz2
@@ -33,8 +33,11 @@
 Source2:%{name}.rpmlintrc
 Source3:baselibs.conf
 Source4:jvmpi.h
+Source5:README-BEFORE-ADDING-PATCHES
 Patch1: oprofile-0.9.5-buildfixes.diff
 Patch2: oprofile-0.9.4-fixes.diff
+Patch3: oprofile-qt4.diff
+Patch4: oprofile-0.9.6-gcc46.patch
 
 %description
 OProfile is a system-wide profiler for Linux systems, capable of
@@ -90,6 +93,8 @@
 %setup -q
 %patch1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 mkdir -p java/include
 # copy files necessary to build Java agent libraries
 # libjvmpi_oprofile.so and libjvmti_oprofile.so
@@ -102,7 +107,7 @@
 ./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
   --prefix=/usr --mandir=%{_mandir} --libdir=%{_libdir} \
   --with-kernel-support --with-java=$PWD/java \
-  --with-qt-libraries=%_libdir/qt3/%_lib
+  --enable-gui=qt4 
 make %{?jobs:-j%jobs}
 
 %install

++ README-BEFORE-ADDING-PATCHES ++
All patches need to have a patch description header similar to what is used in 
SuSE kernel git tree. Patches added without this will be reverted.  Thanks.

From: Name 
Subject: Summary of fix
Date: date
References: bnc#xx (bugzilla reference if applicable)
Upstream: yes (provide repo/commit-id in description) or no (provide reason)
Signed-Off-by: Name  (same as From: if committer is patch author)

Short paragraph describing problem/fix.

References to upstream repo-path/commit-id if applicable.
++ oprofile-0.9.6-gcc46.patch ++
From: Ismail Doenmez 
Subject: Fix compilation with gcc 4.6
Date: 09.03.2011
References: N/A
Upstream: yes
Signed-Off-by: William Cohen 
 
Do not use mutable for reference variable.
Upstream commit id: b18f60db60487ada38d5f04f52981628b28c6835

diff -up oprofile-0.9.6/libpp/format_output.h.mutable 
oprofile-0.9.6/libpp/format_output.h
--- oprofile-0.9.6/libpp/format_output.h.mutable2011-02-09 
10:20:29.598713997 -0500
+++ oprofile-0.9.6/libpp/format_output.h2011-02-09 11:39:48.504714000 
-0500
@@ -91,7 +91,7 @@ protected:
symbol_entry const & symbol;
sample_entry const & sample;
size_t pclass;
-   mutable counts_t & counts;
+   counts_t & counts;
extra_images const & extra;
double diff;
};
++ oprofile-qt4.diff ++
From: maynardj 
Date: Fri Feb 25 11:50:18 2011 -0600
Subject: Use qt3Support to allow building with either qt3 or qt4
Git-Repo: git://oprofile.git.sourceforge.net/gitroot/oprofile/oprofile
Git-Commit: 7e4a107edca55f01dc62d2351c85264a3bc97fd3
R

commit simple-scan for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package simple-scan for openSUSE:Factory
checked in at Wed May 4 14:31:03 CEST 2011.




--- simple-scan/simple-scan.changes 2011-02-12 20:27:19.0 +0100
+++ /mounts/work_src_done/STABLE/simple-scan/simple-scan.changes
2011-05-04 10:10:52.0 +0200
@@ -1,0 +2,8 @@
+Wed May  4 09:51:28 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.32.0.2:
+  + Add binary comment as recommended in PDF spec
+  + Add comments about other PDF/A features
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  simple-scan-2.32.0.1.tar.bz2

New:

  simple-scan-2.32.0.2.tar.bz2



Other differences:
--
++ simple-scan.spec ++
--- /var/tmp/diff_new_pack.EJg1eo/_old  2011-05-04 14:30:39.0 +0200
+++ /var/tmp/diff_new_pack.EJg1eo/_new  2011-05-04 14:30:39.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   simple-scan
-Version:2.32.0.1
-Release:3
+Version:2.32.0.2
+Release:1
 License:GPLv3+
 Summary:Simple Scanning Utility
 Url:https://launchpad.net/simple-scan

++ simple-scan-2.32.0.1.tar.bz2 -> simple-scan-2.32.0.2.tar.bz2 ++
 8856 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 libgme for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libgme for openSUSE:Factory
checked in at Wed May 4 14:30:14 CEST 2011.




--- libgme/libgme.changes   2010-12-14 09:00:35.0 +0100
+++ /mounts/work_src_done/STABLE/libgme/libgme.changes  2011-05-03 
22:24:43.0 +0200
@@ -1,0 +2,12 @@
+Tue May  3 20:22:22 UTC 2011 - reddw...@opensuse.org
+
+- Update libgme-0.5.5-symbol_visibility.patch to not install
+  headers for functions that are not exported.
+
+---
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+- Escaped macros in comments (fix for RPMLINT warning)
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ _service:set_version:libgme.spec ++
--- /var/tmp/diff_new_pack.uzUEJo/_old  2011-05-04 14:25:11.0 +0200
+++ /var/tmp/diff_new_pack.uzUEJo/_new  2011-05-04 14:25:11.0 +0200
@@ -20,17 +20,17 @@
 
 Name:   libgme
 Version:0.5.5
-Release:1
+Release: 0
 License:LGPLv2.1+
 Summary:Collection of video game music file emulators
 Url:http://code.google.com/p/game-music-emu/
 Group:  System/Libraries
 Source0:game-music-emu-%{version}.tbz2
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
 Patch0: %{name}-0.5.5-LIB_SUFFIX.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
 Patch1: %{name}-0.5.5-pkg_config.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
 Patch2: %{name}-0.5.5-symbol_visibility.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -50,8 +50,6 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package -n %{name}%{soname}
-
-
 Summary:Collection of video game music file emulators
 Group:  System/Libraries
 
@@ -69,7 +67,6 @@
 - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
 
 %package devel
-License:LGPLv2.1+
 Summary:Development libraries and headers for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}

++ libgme.spec ++
--- /var/tmp/diff_new_pack.uzUEJo/_old  2011-05-04 14:25:11.0 +0200
+++ /var/tmp/diff_new_pack.uzUEJo/_new  2011-05-04 14:25:11.0 +0200
@@ -20,17 +20,17 @@
 
 Name:   libgme
 Version:to_be_filled_by_service
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Collection of video game music file emulators
 Url:http://code.google.com/p/game-music-emu/
 Group:  System/Libraries
 Source0:game-music-emu-%{version}.tbz2
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-LIB_SUFFIX.patch 
http://code.google.com/p/game-music-emu/issues/detail?id=8 
reddw...@opensuse.org -- Add LIB_SUFFIX support
 Patch0: %{name}-0.5.5-LIB_SUFFIX.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-pkg_config.patch reddw...@opensuse.org -- 
Add pkg-config file. From upstream SVN.
 Patch1: %{name}-0.5.5-pkg_config.patch
-# PATCH-FIX-UPSTREAM %{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
+# PATCH-FIX-UPSTREAM %%{name}-0.5.5-symbol_visibility.patch 
reddw...@opensuse.org -- Don't export internal symbols. From upstream SVN.
 Patch2: %{name}-0.5.5-symbol_visibility.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -51,7 +51,6 @@
 
 %package -n %{name}%{soname}
 
-
 Summary:Collection of video game music file emulators
 Group:  System/Libraries
 



++ baselibs.conf ++
libgme0
++ libgme-0.5.5-symbol_visibility.patch ++
--- /var/tmp/diff_new_pack.uzUEJo/_old  2011-05-04 14:25:11.0 +0200
+++ /var/tmp/diff_new_pack.uzUEJo/_new  2011-05-04 14:25:

commit libtimidity for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libtimidity for openSUSE:Factory
checked in at Wed May 4 14:24:49 CEST 2011.




--- libtimidity/libtimidity.changes 2010-09-06 22:29:08.0 +0200
+++ /mounts/work_src_done/STABLE/libtimidity/libtimidity.changes
2011-05-02 00:50:46.0 +0200
@@ -1,0 +2,5 @@
+Sun May  1 17:35:27 UTC 2011 - toddrme2...@gmail.com
+ 
+- Added 32bit compatibility libraries
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libtimidity.spec ++
--- /var/tmp/diff_new_pack.bfy5tO/_old  2011-05-04 14:24:27.0 +0200
+++ /var/tmp/diff_new_pack.bfy5tO/_new  2011-05-04 14:24:27.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libtimidity (Version 0.1.0)
+# spec file for package libtimidity
 #
-# 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,7 +19,7 @@
 
 Name:   libtimidity
 Version:0.1.0
-Release:1
+Release:2
 License:LGPLv2+
 Summary:MIDI to WAVE converter library
 Url:http://libtimidity.sourceforge.net/

++ baselibs.conf ++
libtimidity-0_1-0





Remember to have fun...

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



commit python-qt4 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory
checked in at Wed May 4 14:06:23 CEST 2011.




--- python-qt4/python-qt4.changes   2011-02-11 11:46:23.0 +0100
+++ /mounts/work_src_done/STABLE/python-qt4/python-qt4.changes  2011-05-03 
21:22:29.0 +0200
@@ -1,0 +2,14 @@
+Tue May  3 19:21:44 UTC 2011 - gre...@suse.de
+
+- fix for x86-64 issue to enable the package to properly build.
+
+---
+Mon May  2 18:56:41 CEST 2011 - dmuel...@suse.de
+
+- update to 4.8.4:
+ * Added support for Qt v4.7.2.
+ * Added limited support for setEventFilter() and filterEvent() to 
QAbstractEventDispatcher.
+ * pyrcc4 will now compress by default to match the behaviour of rcc.
+ * Removed QTouchEventSequence as its C++ API makes it impossible to be used 
from Python.
+
+---

calling whatdependson for head-i586


Old:

  PyQt-x11-gpl-4.8.3.tar.bz2

New:

  PyQt-x11-gpl-4.8.4.tar.bz2



Other differences:
--
++ python-qt4.spec ++
--- /var/tmp/diff_new_pack.BLTjNe/_old  2011-05-04 14:05:36.0 +0200
+++ /var/tmp/diff_new_pack.BLTjNe/_new  2011-05-04 14:05:36.0 +0200
@@ -33,7 +33,7 @@
 License:GPLv2
 Group:  Development/Libraries/Python
 Summary:PyQt - python bindings for Qt 4
-Version:4.8.3
+Version:4.8.4
 Release:1
 %define rversion %version
 Url:http://www.riverbankcomputing.com/software/pyqt/intro
@@ -141,9 +141,6 @@
 %dir /usr/share/qt4/qsci/api
 %dir /usr/share/qt4/qsci/api/python
 /usr/share/qt4/qsci/api/python/PyQt4.api
-# does not build on 64 bit systems
-%if %{_lib} == lib
-/usr/lib/qt4/plugins/designer/libpythonplugin.so
-%endif
+/usr/%{_lib}/qt4/plugins/designer/libpythonplugin.so
 
 %changelog

++ PyQt-x11-gpl-4.8.3.tar.bz2 -> PyQt-x11-gpl-4.8.4.tar.bz2 ++
python-qt4/PyQt-x11-gpl-4.8.3.tar.bz2 
/mounts/work_src_done/STABLE/python-qt4/PyQt-x11-gpl-4.8.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 gtksourceview for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory
checked in at Wed May 4 14:05:20 CEST 2011.




--- GNOME/gtksourceview/gtksourceview.changes   2010-10-05 23:29:53.0 
+0200
+++ /mounts/work_src_done/STABLE/gtksourceview/gtksourceview.changes
2011-04-27 13:27:09.0 +0200
@@ -1,0 +2,61 @@
+Wed Apr 27 11:25:15 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Improvements to some of the lang files.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Wed Apr  6 16:13:20 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+- Changes from version 2.91.9:
+  + Use the GTK_SOURCE_ prefix also for all the macros
+- Changes from version 2.91.8:
+  + Misc bugfixes
+- Changes from versions 2.91.7 / 2.91.6:
+  + Misc bugfixes
+- Changes from version 2.91.5:
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.91.4:
+  + Highlight C standard streams and signals
+  + GtkSourceView is not a factory of categories now
+  + Fix style problems
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.91.3:
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.91.2:
+  + Improved Gutter support
+  + New languages: Cobol, GO, Scilab
+  + Misc bugfixes
+- Changes from version 2.91.1:
+  + Removed SourceIter, caseless search is now in gtk
+  + Adapt to latest gtk changes
+  + Misc bugfixes
+- Changes from version 2.91.0:
+  + Added SystemVerilog language
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.90.4:
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.90.3:
+  + Bump version to 2.90: we are now targeting gtk3.
+This release is parallel installable with GtkSourveView 2
+  + Misc bugfixes
+- Disable glade3 catalog support with the enable_glade_catalog
+  macro, as we don't have the gtk3 version of glade yet.
+- Change gtk2-devel BuildRequires to pkgconfig(gtk+-3.0).
+- Add gobject-introspection-devel BuildRequires to enable
+  introspection support.
+- Rename libgtksourceview-2_0-0 to libgtksourceview-3_0-0 following
+  soname change.
+- Remove explicit Requires for gtk2-devel and libxml2-devel in
+  devel package: they will automatically be added the pkgconfig()
+  way.
+
+---

calling whatdependson for head-i586


Old:

  gtksourceview-2.10.5.tar.bz2

New:

  gtksourceview-3.0.1.tar.bz2



Other differences:
--
++ gtksourceview.spec ++
--- /var/tmp/diff_new_pack.a27HiT/_old  2011-05-04 14:03:19.0 +0200
+++ /var/tmp/diff_new_pack.a27HiT/_new  2011-05-04 14:03:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtksourceview (Version 2.10.5)
+# spec file for package gtksourceview
 #
-# 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
@@ -16,9 +16,10 @@
 #
 
 
+%define enable_glade_catalog 0
 
 Name:   gtksourceview
-Version:2.10.5
+Version:3.0.1
 Release:1
 License:GPLv2+
 Summary:GTK+ Source Editing Widget
@@ -26,11 +27,14 @@
 Group:  System/GUI/GNOME
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.8/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gtk2-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+%if %{enable_glade_catalog}
 BuildRequires:  libgladeui-1_0-devel
+%endif
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,7 +44,7 @@
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source editor.
 
-%package -n libgtksourceview-2_0-0
+%package -n libgtksourceview-3_0-0
 License:GPLv2+
 Summary:GTK+ Source Editing Widget
 Group:  System/GUI/GNOME
@@ -48,18 +52,20 @@
 Provides:   gtksourceview = %{version}
 Obsoletes:  gtksourceview < %{version}
 
-%description -n libgtksourceview-2_0-0
+%description -n libgtksourceview-3_0-0
 GtkSourceView is a text widget that extends GtkTextView, the standard
 GTK+ text widget.
 
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source editor.
 
+%if %{enable_glade_catalog}
+
 %package -n glade3-catalog-gtksourceview
 License:GPLv2+
 Summary:GTK+ Source Editing Widget -- Catalog for Glade
 Group:  D

commit pcsc-lite for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory
checked in at Wed May 4 14:03:08 CEST 2011.




--- pcsc-lite/pcsc-lite.changes 2011-04-05 11:49:47.0 +0200
+++ /mounts/work_src_done/STABLE/pcsc-lite/pcsc-lite.changes2011-05-03 
22:17:00.0 +0200
@@ -1,0 +2,10 @@
+Tue May  3 20:15:49 UTC 2011 - w...@rosenauer.org
+
+- make startup more robust by checking status files (bnc#686674)
+
+---
+Mon May  2 22:26:56 UTC 2011 - w...@rosenauer.org
+
+- disable auto power off/on feature
+
+---

calling whatdependson for head-i586


New:

  disable-power-off.diff



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.XqcRc1/_old  2011-05-04 13:59:33.0 +0200
+++ /var/tmp/diff_new_pack.XqcRc1/_new  2011-05-04 13:59:33.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  hal-devel
 %endif
 Version:1.7.2
-Release:1
+Release:2
 PreReq: %{insserv_prereq} %{fillup_prereq}
 Group:  Productivity/Security
 License:BSD3c(or similar)
@@ -45,6 +45,7 @@
 Source4:baselibs.conf
 Source5:pcsc-lite-init
 Source6:pcsc-lite-reader-conf
+Patch0: disable-power-off.diff
 Requires:   libpcsclite1 >= %{version}
 %if %suse_version > 1130
 PreReq: sysvinit(syslog)
@@ -107,6 +108,7 @@
 
 %prep
 %setup -q
+%patch0
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
 
 %build

++ disable-power-off.diff ++
Index: src/pcscd.h
===
--- src/pcscd.h.orig
+++ src/pcscd.h
@@ -63,7 +63,7 @@ enum
 #define PCSCLITE_STATUS_EVENT_TIMEOUT 10*60*1000 /* 10 minutes */
 
 /* Uncomment the next line if you do NOT want to use auto power off */
-/* #define DISABLE_ON_DEMAND_POWER_ON */
+#define DISABLE_ON_DEMAND_POWER_ON
 
 /* Uncomment the next line if you do not want the card to be powered on
  * when inserted */
Index: src/pcscd.h.in
===
--- src/pcscd.h.in.orig
+++ src/pcscd.h.in
@@ -63,7 +63,7 @@ enum
 #define PCSCLITE_STATUS_EVENT_TIMEOUT 10*60*1000 /* 10 minutes */
 
 /* Uncomment the next line if you do NOT want to use auto power off */
-/* #define DISABLE_ON_DEMAND_POWER_ON */
+#define DISABLE_ON_DEMAND_POWER_ON
 
 /* Uncomment the next line if you do not want the card to be powered on
  * when inserted */
++ pcsc-lite-init ++
--- /var/tmp/diff_new_pack.XqcRc1/_old  2011-05-04 13:59:33.0 +0200
+++ /var/tmp/diff_new_pack.XqcRc1/_new  2011-05-04 13:59:33.0 +0200
@@ -45,8 +45,18 @@
 . /etc/sysconfig/pcscd
 fi
 
+cleanup() {
+# if comm socket exists but pid file is absent pcscd fails to start
+# bnc#686674
+if [ -S /var/run/pcscd/pcscd.comm -a ! -e /var/run/pcscd/pcscd.pid ]; then
+  # check if a pcscd instance is running and remove the socket in case 
it's not
+  checkproc $exec || rm /var/run/pcscd/pcscd.comm
+fi
+}
+
 start() {
 echo -n "Starting PC/SC smart card daemon ($prog): "
+cleanup
 startproc $exec $PCSCD_OPTIONS
 retval=$?
 rc_status
@@ -58,7 +68,7 @@
 killproc $exec
 retval=$?
 rc_status
-[ $retval -eq 0 ] && rm -f $lockfile && rm -f /var/run/pcscd/*
+[ $retval -eq 0 ] && rm -f $lockfile
 rc_status -v
 }
 restart() {






Remember to have fun...

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



commit gtkmm2 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gtkmm2 for openSUSE:Factory
checked in at Wed May 4 13:59:16 CEST 2011.




--- GNOME/gtkmm2/gtkmm2.changes 2010-10-11 21:53:04.0 +0200
+++ /mounts/work_src_done/STABLE/gtkmm2/gtkmm2.changes  2011-04-28 
11:36:42.0 +0200
@@ -1,0 +2,85 @@
+Thu Apr 28 11:30:31 CEST 2011 - vu...@opensuse.org
+
+- Pass --disable-static to configure.
+- Pass --disable-documentation to configure: this tarball was
+  generated with an old documentation setup that won't build
+  nowadays.
+- Drop doc subpackage (as we don't build the doc right now), and
+  add Provides/Obsoletes for it to the devel subpackage: this will
+  ensure the old doc package doesn't stay around while it
+  shouldn't, and since we'll move the doc there when it builds
+  again, this makes sense.
+- Change gtkmm2 Obsoletes from <= to < now that we have a new
+  upstream version.
+
+---
+Wed Apr 27 00:37:26 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.24.0:
+  + Gtk:
+- ComboBox and ComboBoxText now have a has-entry property, so
+  ComboBoxEntry and ComboBoxEntryText are deprecated.
+- Range: Added get/set_round_digits()
+  + Gdk:
+- DragContext: Added drag_begin().
+- Window: Added get_visual(), get_screen() and get_display().
+- Changes from version 2.23.91:
+  + Gtk:
+- Button: undeprecated the clicked() method.
+- ComboBox: Deprecate clear_items() in favour of remove_all().
+- ComboEntryText: Add append(), prepend() and insert(),
+  deprecating append_text(), prepend_text() and insert_text().
+- Image:
+  . Added const-correct constructor and a const-correct
+set(IconSet, size) method, deprecating the existing ones.
+  . Added get_pixel(), deprecating get_mem().
+- Range: Added get/set_round_digits() and property.
+- Changes from version 2.23.90:
+  + Gdk:
+- Drawable: Deprecate get_visual(), get_screen() and
+  get_display().
+- Window: Added get_visual(), get_screen() and get_display().
+- Display: Deprecate set_pointer_hooks() and
+  unset_pointer_hooks().
+- DragContext: Deprecate create(), adding Window::drag_begin().
+- Drawable: Deprecate the draw_*() methods.
+- Screen: Fix a typo, so the monitors_changed() signal really
+  uses the C signal.
+  + Gtk:
+- AboutDialog: Deprecate set_email/url_hook(), adding
+  signal_activated().
+- ComboBox:
+  . Added constructors with a bool has_entry property, and add
+methods.
+  . Added get_has_entry(), set_entry_text_column() and
+get_entry_text_column().
+- ComobBoxText: Added append(), prepend() and insert(),
+  deprecating *_text().
+- ComboBoxEntryText: Deprecate in favour of ComboBoxText with
+  has_entry=true.
+- LinkButton: Deprecate set_uri_hook() and unset_uri_hook() in
+  favour of Button::signal_clicked().
+- ListViewText: Added append(), prepend() and insert(),
+  deprecating *_text().
+- Main: Deprecate signal_quit() and signal_run().
+- Widget: Deprecated hide_all().
+- Ruler, HRuler and VRuler: Deprecated
+- Notebook:
+  . Deprecated get/set_group(), adding get/set_group_name().
+  . Deprecated set_window_creation_hook().
+- PageSetupUnixDialog, Plug, PrintUnixDialog: Prevent us from
+  calling wrap_new() on these windows. (bgo#623137)
+- Style: Fix the virtual functions. (bgo#633975, bgo#633689)
+- Range: Deprecate get/set_update_policy().
+- TreeViewColumn: Added get_first_cell(), deprecated
+  get_first_cell_renderer().
+- Widget::set_window(): Increase the ref count of the
+  Gdk::Window. (This is not a complete fix yet. See bgo#606903)
+- Window: Deprecate get/set_has_frame() and
+  get/set_frame_dimensions().
+  + Build:
+- Depend on necessary versions of atkmm and pangomm instead of
+  repeating m4 files.
+- Windows installer fixes.
+
+---

calling whatdependson for head-i586


Old:

  gtkmm-2.22.0.tar.bz2

New:

  gtkmm-2.24.0.tar.bz2



Other differences:
--
++ gtkmm2.spec ++
--- /var/tmp/diff_new_pack.dwRcRZ/_old  2011-05-04 13:51:39.0 +0200
+++ /var/tmp/diff_new_pack.dwRcRZ/_new  2011-05-04 13:51:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtkmm2 (Version 2.22.0)
+# spec file for package gtkmm2
 #
-# 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,9 +22,9 @@
 %define _name gtkmm
 BuildRequires:  atkmm-devel cairomm-devel fdupes gcc-c++ glibmm2-devel 
libsigc+

commit gtkhtml2 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gtkhtml2 for openSUSE:Factory
checked in at Wed May 4 13:51:13 CEST 2011.




--- GNOME/gtkhtml2/gtkhtml2.changes 2010-11-29 11:21:20.0 +0100
+++ /mounts/work_src_done/STABLE/gtkhtml2/gtkhtml2.changes  2011-04-26 
17:06:40.0 +0200
@@ -1,0 +2,69 @@
+Tue Apr 26 15:03:57 UTC 2011 - fcro...@novell.com
+
+- Update to version 4.0.1:
+  + Updated translations.
+
+---
+Mon Apr  4 13:17:21 UTC 2011 - fcro...@novell.com
+
+- Update to version 4.0.0:
+  + Updated translations.
+
+---
+Tue Mar 29 12:18:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.91.92:
+  + bgo#644166: Add style class to primary toolbars
+  + Updated translations.
+- Changes from version 3.91.91:
+  + bgo#614480: Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly.
+- Changes from version 3.91.90:
+  + Miscellaneous Fixes:
+- Bump GTK+ requirement to 3.0.
+  + Bug Fixes:
+- bgo#641833: Cleanups and fixes for compiler warnings.
+- bgo#642656: Screen flickers black in body when replying
+  email.
+- bgo#641765: Fix warnings from GCC 4.6.
+- Changes from version 3.91.6:
+  + Miscellaneous Fixes:
+- Add preview in Insert Image dialog.
+- No GtkWidget::extension-events property in Gtk3.
+- Adapt to recent GTK+ changes.
+- Fix drawing with gtk3.
+- Adapt to new GtkScrollable interface.
+- Drop support for gtk+-2.0.
+  + Bug Fixes:
+- bgo#640533: Incorrect rendering with inner frames.
+- bgo#635571: Adapt size_request to gtk-3.0 change.
+- Changes from version 3.91.5:
+  + Other Changes:
+- Fix version mismatch in gtkhtml-editor.pc.in.
+- GtkhtmlComboBox: Fix runtime warnings with GTK3.
+  + bgo#402693: Sending centered or right-aligned text doubles the
+spacing.
+- Changes from version 3.91.4:
+  + Miscellaneous Fixes:
+- Replace erroneous gtkhtml version with editor API version.
+- Bump gtkhtml API version to accomodate api break.
+  + Bug Fixes: bgo#612344.
+- Changes from version 3.91.3:
+  + Bug Fixes:
+- bgo#635576: gtkhtml-editor-test link failure.
+- bgo#634578: Highlighting text in preview renders it
+  invisible.
+- Changes from version 3.91.2:
+  + Bug Fixes: bgo#632601, bgo#632596, bgo#640072.
+- Changes from version 3.91.1:
+  + Bug Fixes: bgo#631321.
+  + Disable deprecation warnings in DISTCHECK_CONFIGURE_FLAGS.
+- Changes from version 3.91.0:
+  + Update to work with latest GTK+.
+  + Bug Fixes:
+- bgo#630360: Crash when inserting html file in composer.
+- Add macros to handle more easily soname and version change
+  across specfile
+- Change BuildRequires from gtk2-devel to gtk3-devel
+- Create additional subpackage libgtkhtml-editor-4_0-0
+
+---

calling whatdependson for head-i586


Old:

  gtkhtml-3.32.1.tar.bz2

New:

  gtkhtml-4.0.1.tar.bz2



Other differences:
--
++ gtkhtml2.spec ++
--- /var/tmp/diff_new_pack.TQDCJW/_old  2011-05-04 13:44:23.0 +0200
+++ /var/tmp/diff_new_pack.TQDCJW/_new  2011-05-04 13:44:23.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtkhtml2 (Version 3.32.1)
+# spec file for package gtkhtml2
 #
-# 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,10 +17,16 @@
 
 
 %define _name   gtkhtml
+%define _gtkhtml_version 4.0
+%define _gtkhtml_editor_version 4.0
+%define _gtkhtml_api 4_0
+%define _gtkhtml_editor_api 4_0
+%define _gtkhtml_major 0
+%define _gtkhtml_editor_major 0
 
 Name:   gtkhtml2
-Version:3.32.1
-Release:2
+Version:4.0.1
+Release:1
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to 
< (here and in baselibs.conf)
 License:GPLv2+ ; LGPLv2.1+
 Summary:Lightweight HTML rendering/printing/editing engine
@@ -32,7 +38,7 @@
 BuildRequires:  gconf2-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gnome-icon-theme
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 BuildRequires:  libsoup-devel
@@ -44,27 +50,41 @@
 was originally based on KHTMLW, part of the KDE project, but is now
 being developed independently.
 
-%package -n libgtkhtml-3_14-19
+%package -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major}
+
 License:GPLv2+ ; LGPLv2.1+
 Summary:Lightweight HTML rendering/printing/editing engine
 Group:  System/Libraries
-Recommends: gtkhtml-3_14-lang
+Recommends: gtkhtml-%{_gtkhtml_api}-lang
 # Fo

commit gstreamer-0_10 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Wed May 4 13:44:13 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-01-25 18:18:35.0 
+0100
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-05-03 15:55:55.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 13:53:23 UTC 2011 - dims...@opensuse.org
+
+- Extend gstreamer-0_10-rpm-prov.patch: Also provide elements.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.0 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.0 +0200
@@ -22,7 +22,7 @@
 %define build_doc 1
 %define _name gstreamer
 Version:0.10.32
-Release:1
+Release:2
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.0 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.0 +0200
@@ -22,7 +22,7 @@
 %define build_doc 0
 %define _name gstreamer
 Version:0.10.32
-Release:1
+Release:7
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++ gstreamer-0_10-rpm-prov.patch ++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.0 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.0 +0200
@@ -2,7 +2,11 @@
 ===
 --- gstreamer-0.10.30.orig/tools/gst-inspect.c
 +++ gstreamer-0.10.30/tools/gst-inspect.c
-@@ -1320,9 +1320,225 @@ print_element_info (GstElementFactory *
+diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
+index c86285e..80b2456 100644
+--- a/tools/gst-inspect.c
 b/tools/gst-inspect.c
+@@ -1408,9 +1408,225 @@ print_element_info (GstElementFactory * factory, 
gboolean print_names)
return 0;
  }
  
@@ -17,9 +21,8 @@
 +g_string_append (s->data, field);
 +  }
 +}
- 
- static void
--print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
++
++static void
 +print_gst_structure_append_field_index (GList * strings, const char *field,
 +guint num_items, guint offset)
 +{
@@ -97,8 +100,9 @@
 +return 1;
 +  return 0;
 +}
-+
-+static void
+ 
+ static void
+-print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
 +print_gst_structure_for_rpm (const char *type_name, GstStructure * s)
 +{
 +  guint i, num_fields;
@@ -229,7 +233,7 @@
  {
GstPadDirection direction;
const gchar *type_name;
-@@ -1347,6 +1563,12 @@ print_plugin_automatic_install_info_code
+@@ -1435,6 +1651,12 @@ print_plugin_automatic_install_info_codecs 
(GstElementFactory * factory)
  return;
}
  
@@ -242,7 +246,7 @@
/* decoder/demuxer sink pads should always be static and there should only
 * be one, the same applies to encoders/muxers and source pads */
static_templates = gst_element_factory_get_static_pad_templates (factory);
-@@ -1383,15 +1605,20 @@ print_plugin_automatic_install_info_code
+@@ -1471,15 +1693,20 @@ print_plugin_automatic_install_info_codecs 
(GstElementFactory * factory)
  gst_structure_remove_field (s, "rate");
  gst_structure_remove_field (s, "depth");
  gst_structure_remove_field (s, "clock-rate");
@@ -267,7 +271,7 @@
  {
gchar **protocols, **p;
  
-@@ -1400,11 +1627,17 @@ print_plugin_automatic_install_info_prot
+@@ -1488,11 +1715,17 @@ print_plugin_automatic_install_info_protocols 
(GstElementFactory * factory)
  switch (gst_element_factory_get_uri_type (factory)) {
case GST_URI_SINK:
  for (p = protocols; *p != NULL; ++p)
@@ -287,7 +291,7 @@
  break;
default:
  break;
-@@ -1414,7 +1647,7 @@ print_plugin_automatic_install_info_prot
+@@ -1502,7 +1735,7 @@ print_plugin_automatic_install_info_protocols 
(GstElementFactory * factory)
  }
  
  static void
@@ -296,13 +300,16 @@
  {
const gchar *plugin_name;
GList *features, *l;
-@@ -1434,11 +1667,12 @@ print_plugin_automatic_install_info (Gst
+@@ -1522,11 +1755,15 @@ print_plugin_automatic_install_info (GstPlugin * 
plugin)
  if (g_str_equal (plugin_name, feature->plugin_name)) {
GstElementFactory *factory;
  
 -  g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
 +  if (!rpm_format)
 +g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
++  else
++g_print ("gstreamer0.10(element-%s)\n",
++gst_plugin_feature_get_name (feature));
  
factory = GST_ELEMENT

commit tcl for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package tcl for openSUSE:Factory
checked in at Wed May 4 13:42:57 CEST 2011.




--- tcl/tcl.changes 2010-09-03 16:45:03.0 +0200
+++ /mounts/work_src_done/STABLE/tcl/tcl.changes2011-04-27 
11:19:13.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 27 09:15:05 UTC 2011 - idoen...@novell.com
+
+- Add stack-3.1 test to known failures, according to 
+  http://www.linuxfoundation.org/en/TestPilot32-U0710#Tcl_Tests___v_8.5a4-1_.3D
+  it fails elsewhere too. 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ tcl.spec ++
--- /var/tmp/diff_new_pack.9n98PN/_old  2011-05-04 13:42:10.0 +0200
+++ /var/tmp/diff_new_pack.9n98PN/_new  2011-05-04 13:42:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tcl (Version 8.5.9)
+# spec file for package tcl
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   tcl
 Url:http://www.tcl.tk
 Version:8.5.9
-Release:1
+Release:5
 %define TCL_MINOR %(echo %version | cut -c1-3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:The Tcl Programming Language
@@ -118,6 +118,7 @@
 cat > known-failures <&1 | tee testresults






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-DBM-Deep for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory
checked in at Wed May 4 13:12:52 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-DBM-Deep/perl-DBM-Deep.changes
2010-12-01 14:43:23.0 +0100
@@ -0,0 +1,66 @@
+---
+Wed Dec  1 13:31:57 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Jul 12 12:50:14 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+- fixed deps
+- added Build_n_Test patch
+  o otherwise Test::More 0.88 would be needed
+
+---
+Mon Jun  7 08:36:13 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.0025:
+  + Fixed t/39_singletons.t to work on Windows
+  + Stale references (objects blessed into DBM::Deep::Null), which
+have always supposed to act like undef, now compare equal to
+undef, "" and 0. $stale_ref eq "" used to return false, even
+though "$stale_ref" was the empty string.
+  + If you assign a stale reference to a database location,
+DBM::Deep now warns and assigns undef, instead of dying with
+obscure error messages
+  + Using a stale reference as a hash or array ref now causes an
+error with a more helpful message
+
+---
+Mon May 10 11:43:50 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.0023:
+  + The DBI back end no longer dies with ‘Use of uninitialized value
+$_ in lc’ in perl 5.12.0.
+  + Singleton support has been re-enabled in the File back end
+  + Correct spelling mistakes in the documentation
+  + MANIFEST now lists the test libs so they get included in the
+distribution
+
+---
+Mon Apr 12 08:48:05 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.0020:
+  + Improved code coverage
+  + Fixed speed regression with keys in the File backend
+  + Had to turn off singleton support in the File backend because 
+the caching was causing havoc with transactions. Turning on fatal 
+warnings does give apparently important information.
+  + Added support for DBD::SQLite
+  ++ Build.PL has been extended to support sqlite vs. mysql
+  ++ Storage::DBI now detects between the two DBDs
+  + DBM::Deep has been refactored to allow for multiple engines. 
+There are two engines built so far:
+  ++ File (the original engine)
+  ++ DBI (an engine based on DBI)
+  + documentation updates/fixes
+  + Fix deep recursion errors (RT#53575)
+  + Avoid leaving temp files lying around (RT#32462)
+  + Fixed bug with localized $ (RT #48031)
+
+---
+Sat Dec 26 22:10:27 UTC 2009 - l...@linux-schulserver.de
+
+- initial version 1.0014 
+

calling whatdependson for head-i586


New:

  DBM-Deep-1.0025.tar.bz2
  perl-DBM-Deep.changes
  perl-DBM-Deep.spec
  perl-DBM-Deep_Build_n_Test.patch



Other differences:
--
++ perl-DBM-Deep.spec ++
#
# spec file for package perl-DBM-Deep
#
# 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

%bcond_with test

Name:   perl-DBM-Deep
%define cpan_name DBM-Deep
Summary:Pure perl multi-level hash/array DBM that supports transactions
Version:1.0025
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/DBM-Deep/
#Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
# would require Test::More >= 0.88 (done_testing)
%if 0%{?suse_version} < 1120
Patch0: %{name}_Build_n_Test.patch
%endif
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
BuildRequires:  perl(Digest::MD5) >= 1.00
BuildRequires:  perl(Fcntl) >= 0.01
BuildRequires:  perl(File::Path) >= 0.01
BuildRequires:  perl(File::Temp) >= 0.01

commit at-spi2-core for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory
checked in at Wed May 4 13:06:55 CEST 2011.




--- GNOME/at-spi2-core/at-spi2-core.changes 2010-11-18 10:21:45.0 
+0100
+++ /mounts/work_src_done/STABLE/at-spi2-core/at-spi2-core.changes  
2011-04-26 17:56:44.0 +0200
@@ -1,0 +2,139 @@
+Tue Apr 26 15:49:28 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.0.1:
+  + Fix a memory leak when sending events.
+  + bgo#648059: get_application should return something
+w/ROLE_APPLICATION.
+  + bgo#648130: event host_application should return NULL for the
+desktop.
+  + Added atspi_accessible_get_id to retrieve the id of an
+application.
+  + Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
+  + Build fixes (bgo#648013, bgo#648014).
+
+---
+Tue Apr  5 16:35:56 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.0.0:
+  + bgo#646403: Use correct signature in at-spi2-registryd for
+EndSessionResponse.
+  + Remove a Makefile reference to dbus-glib.
+- Remove BuildRequires on pkgconfig(dbus-glib-1).
+
+---
+Mon Mar 28 14:52:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.91.93:
+  + clear AT_SPI_BUS property on launcher exit, so that early login
+processes from a new session don't pick up the stale address.
+  + remove dbus-glib includes as they are no longer needed.
+- Drop patch clear-x-property.patch: fixed upstream
+
+---
+Thu Mar 24 17:41:23 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.91.92:
+  + Fixed atspi_table_get_column_header and
+atspi_value_set_current_value.
+  + Removed dbus-glib dependency; libatspi now includes a copy of
+dbus-gmain.c modified to fix a crash (fdo#35115).  Session
+management code has been ported to gdbus.
+  + Fixed a crash when deregistering a keystroke listener.
+  + Reworked accessibility bus management (bgo#644851).
+  + Fixed a possible sign issue with state sets.
+- Changes from version 1.91.91:
+  + Changed device event IPC to use uint32 for hw_code and
+modifiers, to be more consistent with the rest of the API.
+  + GetNSelections has an out parameter, not an in.
+  + bgo#643384: atspi_register_keystroke_listener() should take a
+bitmask, not AtspiKeyListenerSyncType.
+  + Avoid setting enum values to 0x8000, to prevent a pygi
+exception.
+  + bgo#643454: Kill the accessibility bus daemon with the GNOME
+session
+  + bgo#643110: Do not allow all users to connect to the
+accessibility bus.
+- Replace devel build requires with their pkgconfig() counterparts:
+  dbus-1-glib-devel => dbus-1 and dbus-glib-1.
+- Add clear-x-property.patch: clear X property for accessibility
+  bus, ensuring gdm bus doesn't leak to user session.
+
+---
+Tue Feb 22 15:11:00 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.91.90:
+  + bgo#641164: Fixed several build errors.
+  + Fixed some memory leaks and possible crashes.
+  + Fixed atspi_selection_get_selected_child and
+atspi_selection_get_n_selected_children.
+  + Fixed wrong introspection information in some places.
+  + bgo#641869: Removed the --enable-relocate option.
+  + Avoid returning uninitialized data on error for some methods.
+  + Use the GSettings rather than GConf key to test that
+accessibility is enabled.
+  + Change some enums from 16-bit to 32-bit to match spec.
+- Changes from version 1.91.6:
+  + Build fixes
+  + Added a method to check whether an object implements the
+Hyperlink interface.
+  + Fixed a crash in atspi_image_get_image_description.
+  + Fixed atspi_editable_text_set_text_contents.
+  + More error-handling fixes.
+  + Fixed a crash in atspi_event_listener_register_from-callback.
+  + Method calls now time out after 1 second.
+  + Added setters for component extents/size/position.
+  + Added atspi-accessible_set_cache_mask.
+  + Updated translations.
+- Changes from version 1.91.5:
+  + Fixed several memory leaks.
+  + Fixed some text methods, methods that return points or
+rectangles, image locale and description,
+atspi-accessible_get_description, and some table methods.
+  + Added a trailing colon for focus events.
+  + Set the error parameter for dbus errors rather than
+displaying a warning.
+  + Fixed the keystroke listener deregister method.
+  + The cache is now updated before raising an event, not after,
+so that event handlers that query for cached values will see
+the updated data.
+  + The registry daemon now returns an error when a caller
+requests a property that the desktop does not support.
+  + Added disposal of objects, and fixed several associated bugs.
+  + Added i18n.
+  + Fixed mouse events.
+  + Libatspi's documentation is now compiled with

commit gtk2-metatheme-nimbus for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gtk2-metatheme-nimbus for 
openSUSE:Factory
checked in at Wed May 4 13:03:30 CEST 2011.




--- GNOME/gtk2-metatheme-nimbus/gtk2-metatheme-nimbus.changes   2010-10-11 
18:08:39.0 +0200
+++ 
/mounts/work_src_done/STABLE/gtk2-metatheme-nimbus/gtk2-metatheme-nimbus.changes
2011-05-03 09:55:35.0 +0200
@@ -1,0 +2,9 @@
+Tue May  3 09:51:06 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.1.7:
+  + Rename administration-network-configuration to
+preferences-system-network
+  + Add system-software-install.png
+  + Various bug fixes
+
+---

calling whatdependson for head-i586


Old:

  nimbus-0.1.4.tar.bz2

New:

  nimbus-0.1.7.tar.bz2



Other differences:
--
++ gtk2-metatheme-nimbus.spec ++
--- /var/tmp/diff_new_pack.6iQWGh/_old  2011-05-04 13:03:11.0 +0200
+++ /var/tmp/diff_new_pack.6iQWGh/_new  2011-05-04 13:03:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-metatheme-nimbus (Version 0.1.4)
+# spec file for package gtk2-metatheme-nimbus
 #
-# 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,8 +19,8 @@
 
 Name:   gtk2-metatheme-nimbus
 %define _name   nimbus
-Version:0.1.4
-Release:5
+Version:0.1.7
+Release:1
 Summary:Nimbus Metatheme for GNOME
 License:LGPL v2 or later
 Url:https://nimbus.dev.java.net/

++ nimbus-0.1.4.tar.bz2 -> nimbus-0.1.7.tar.bz2 ++
GNOME/gtk2-metatheme-nimbus/nimbus-0.1.4.tar.bz2 
/mounts/work_src_done/STABLE/gtk2-metatheme-nimbus/nimbus-0.1.7.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 mhtml-firefox for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package mhtml-firefox for openSUSE:Factory
checked in at Wed May 4 13:02:45 CEST 2011.




--- mhtml-firefox/mhtml-firefox.changes 2010-02-18 10:13:03.0 +0100
+++ /mounts/work_src_done/STABLE/mhtml-firefox/mhtml-firefox.changes
2011-05-03 12:20:01.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 12:19:45 CEST 2011 - r...@suse.de
+
+- update description 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mhtml-firefox.spec ++
--- /var/tmp/diff_new_pack.7GA5UP/_old  2011-05-04 12:57:37.0 +0200
+++ /var/tmp/diff_new_pack.7GA5UP/_new  2011-05-04 12:57:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mhtml-firefox (Version 0.5)
+# spec file for package mhtml-firefox
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   mhtml-firefox
 BuildRequires:  MozillaFirefox
 Version:0.5
-Release:2
+Release:12
 Source0:mhtml-%{version}.tar.gz
 Group:  Productivity/Networking/Web/Browsers
 Summary:Provides Firefox with MHTML web archive compatibility
@@ -33,11 +33,7 @@
 %description
 This package installs a system-wide Firefox extension which allows it
 to read MHTML web archives, such as those created by Microsoft Internet
-Explorer.
-
-Authors:
-
-Nicholas Matsakis
+Explorer®.
 
 %prep
 %setup -q -n mh...@novell.com






Remember to have fun...

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



commit python-atspi for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory
checked in at Wed May 4 12:57:28 CEST 2011.




--- python-atspi/python-atspi.changes   2010-11-18 10:23:25.0 +0100
+++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes  
2011-04-27 15:47:27.0 +0200
@@ -1,0 +2,76 @@
+Tue Apr 26 16:13:51 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.0.1:
+  + bgo#645644: Throw LookupError rather than RuntimeError.
+  + Add id property.
+  + Add a work-around for getStates failing on 64-bit systems with
+pygobject 2.28.3 and earlier.
+
+---
+Thu Apr 21 17:21:50 CEST 2011 - vu...@opensuse.org
+
+- Add gconf2 Recommends as gconftool-2 is used when the module is
+  loaded to know if the corba-based stack should be preferred
+  instead.
+
+---
+Tue Apr  5 16:42:56 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.0.0:
+  + Removed some unused files.
+- Changes from version 1.91.92:
+  + Added some missing __str__ functions for events and accessibles
+- Changes from version 1.91.91:
+  + bgo#643384: registerKeystrokeListener should pass a bit mask,
+not an enum.
+- Changes from version 1.91.90:
+  + Refactor EditableText so that text methods can be called from
+it.
+  + Make state accessible through pyatspi.constants.
+  + Fix selection interface.
+  + bgo#641869: Remove --enable-relocate option.
+- Changes from version 1.91.6:
+  + Added source_name and source_role to events.
+  + Call gconftool-2 to check the value of
+/desktop/gnome/interface/at-spi-corba rather than importing
+gconf, since the latter can cause problems if new and old
+versions of the Python bindings are mixed.
+  + Added setExtents, setSize, and setPosition for components.
+  + Added setCacheMask.
+- Changes from version 1.91.5:
+  + Fixed generateKeyboardEvent, description, and allModifiers.
+  + Added a dummy stateset.unref function for backwards
+compatibility.
+  + Added a pumpQueuedEvents stub.
+  + Added RELATION_EMBEDDED_BY.
+  + Hide children attribute since it is currently broken and caused
+a crash with Accerciser..
+  + Wrap event type so that sub-fields can be accessed.
+- Changes from version 1.91.4:
+  + Added a dummy freeMatchRule function.
+  + Attribute fixes.
+  + __getitem__ now supports negative indices.
+  + Fixed some properties, relationToString, listInterfaces,
+various text methods.
+  + Raise notImplementedError when querying unimplemented
+interfaces.
+- Changes from version 1.91.3:
+  + This is a major refactor using the C-based libatspi as a core.
+This should significantly improve performance.  However, this
+release is very buggy and is more of a development snapshot
+than a usable release.
+- Changes from version 1.91.1:
+  + Add configure check for python-xlib
+  + Have calls on the async bus time out after 2 seconds
+  + Added a LRU cache for objects that use the soft cache
+- Changes from version 1.91.0:
+  + --disable-relocate is the default again.
+  + Added a "soft cache" to try to avoid repeatedly querying for
+information in cases where we never received an
+AccessibleAdded signal for an object.
+- Requires libatspi0, needed for introspection to work correctly.
+- Remove the IS_DEFAULT_SPI_STACK handling, this is the default
+  stack and it is no longer configurable.
+- Replace BuildRequires on python with pkgconfig(pygobject-2.0).
+
+---

calling whatdependson for head-i586


Old:

  pyatspi-0.4.1.tar.bz2

New:

  pyatspi-2.0.1.tar.bz2



Other differences:
--
++ python-atspi.spec ++
--- /var/tmp/diff_new_pack.MdOSnt/_old  2011-05-04 11:47:45.0 +0200
+++ /var/tmp/diff_new_pack.MdOSnt/_new  2011-05-04 11:47:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-atspi (Version 0.4.1)
+# spec file for package python-atspi
 #
-# 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
@@ -16,11 +16,10 @@
 #
 
 
-%define IS_DEFAULT_ATSPI_STACK 0
 
 Name:   python-atspi
 %define _name   pyatspi
-Version:0.4.1
+Version:2.0.1
 Release:1
 Summary:Assistive Technology Service Provider Interface - Python 
bindings
 License:LGPLv2.0
@@ -28,21 +27,24 @@
 Url:http://www.gnome.org/
 Source0:%{_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  python
+BuildRequires:  pkgconfig(pygobject-2.0)
 Requires:   dbus-1-python
+# This is needed to have working i

commit squid3 for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package squid3 for openSUSE:Factory
checked in at Wed May 4 11:47:32 CEST 2011.




--- squid3/squid3.changes   2011-04-21 18:08:47.0 +0200
+++ /mounts/work_src_done/STABLE/squid3/squid3.changes  2011-05-03 
19:58:47.0 +0200
@@ -1,0 +2,19 @@
+Tue May  3 17:57:56 UTC 2011 - ch...@computersalat.de
+
+- rework initscript
+  o rename source to squid.init
+  o ShouldStart winbind
+  o setup cache_dir only if defined in squid.conf
+otherwise squid won't start, cause cache_dir is not set by default
+  o new vars to squid.sysconfig
+default_opts '-sYD' -> '-sY' (-D obsolete)
+- remove author from spec
+- updated unused patch (idoen...@novell.com)
+
+---
+Fri Apr 29 11:10:06 UTC 2011 - idoen...@novell.com
+
+- Add squid-3.1.11-unused.patch: remove write only variables to 
+  fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


Old:

  rc.squid

New:

  squid-3.1.11-unused.patch
  squid.init



Other differences:
--
++ squid3.spec ++
--- /var/tmp/diff_new_pack.5JV8or/_old  2011-05-04 11:43:31.0 +0200
+++ /var/tmp/diff_new_pack.5JV8or/_new  2011-05-04 11:43:31.0 +0200
@@ -22,7 +22,7 @@
 Name:   squid3
 Summary:Squid Version 3 WWW Proxy Server
 Version:3.1.12
-Release:5
+Release:7
 License:GPLv2+
 Group:  Productivity/Networking/Web/Proxy
 AutoReqProv:on
@@ -30,14 +30,14 @@
 Source0:
http://www.squid-cache.org/Versions/v3/3.0/squid-%{version}.tar.bz2
 #%define   squid_ldapauth_version 1.3
 #Source1:  squid_ldapauth-%{squid_ldapauth_version}.tar.bz2
-Source2:rc.squid
-Source3:RELEASENOTES.html
+Source2:RELEASENOTES.html
+Source3:squid.init
+Source4:squid.sysconfig
 Source5:pam.squid
 Source6:unsquid.pl
 Source7:squid.logrotate
 Source9:squid.permissions
-Source10:   squid.sysconfig
-Source11:   README.kerberos
+Source10:   README.kerberos
 #
 # the following patches are downloaded directly from the webserver
 # don't change the names for easier identification
@@ -55,6 +55,9 @@
 Patch102:   squid-3.1.12-no-sslv2.patch
 # make build compare happy - remove build dates
 Patch103:   squid-3.1.12-nobuilddates.patch
+# PATCH-FIX-UPSTREAM squid-3.1.11-unused.patch idoen...@suse.de -- Remove 
write-only variables to fix gcc 4.6 compilation
+Patch104:   squid-3.1.11-unused.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 PreReq: permissions
@@ -95,16 +98,9 @@
 
 Most user-facing changes are reflected in squid.conf.
 
-
-
-Authors:
-
-Duane Wessels 
-Henrik Nordstrom 
-
 %prep
 %setup -q -n squid-%{version}
-%{__cp} %{S:11} .
+%{__cp} %{S:10} .
 # upstream patches after RELEASE
 #%patch0 -p0
 # other patches
@@ -116,6 +112,7 @@
 chmod a-x CREDITS
 %patch102
 %patch103
+%patch104 -p1
 
 %build
 %if 0%{suse_version} > 1010
@@ -198,8 +195,8 @@
 %install
 /usr/sbin/useradd -r -o -g nogroup -u 31 -s /bin/false -c "WWW-proxy squid" \
-d /var/cache/squid squid 2> /dev/null || :
-mkdir -p %{buildroot}/var/{cache,log}/squid
-mkdir -p %{buildroot}/usr/sbin
+install -d %{buildroot}/var/{cache,log}/squid
+install -d %{buildroot}/usr/sbin
 make install DESTDIR=%{buildroot} SAMBAPREFIX=/usr
 mv %{buildroot}{/etc/squid/,/usr/share/squid/}mime.conf.default
 ln -s /etc/squid/mime.conf %{buildroot}/usr/share/squid # backward compatible
@@ -210,10 +207,10 @@
 install -d %{buildroot}%{_mandir}/man8/
 #chown squid:root -R %{buildroot}/var/{cache,log}/squid
 chmod 750 %{buildroot}/var/{cache,log}/squid
-install -D %{S:2} %{buildroot}/etc/init.d/squid
+install -D %{S:3} %{buildroot}/etc/init.d/squid
 ln -sf /etc/init.d/squid %{buildroot}/usr/sbin/rcsquid
-mkdir -p %{buildroot}/%{_mandir}/man8/
-install -m 644 doc/squid.8 %{buildroot}/%{_mandir}/man8/
+install -D -m644 %{S:4} %{buildroot}/var/adm/fillup-templates/sysconfig.squid
+install -D -m 644 doc/squid.8 %{buildroot}/%{_mandir}/man8/
 install -m 644 helpers/basic_auth/LDAP/squid_ldap_auth.8 
%{buildroot}/%{_mandir}/man8/
 install -m 644 helpers/basic_auth/LDAP/squid_ldap_auth.8 
%{buildroot}/%{_mandir}/man8/
 install -m 644 helpers/basic_auth/PAM/pam_auth.8 %{buildroot}/%{_mandir}/man8/
@@ -240,8 +237,7 @@
   fi
 done
 ln -sf /usr/share/squid/errors/de %{buildroot}%{squidconfdir}/errors
-install -d -m 755 %{buildroot}/var/adm/fillup-templates
-install -m 644 %{S:10} %{buildroot}/var/adm/fillup-templates/sysconfig.squid
+
 # remove unpackaged files
 rm -f %{buildroot}/usr/man/man8/*.8
 

++ squid-3.1.11-unused.patch ++
diff -ur squid-3.1.12/helpers/external_acl/ldap_group/

commit timezone for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package timezone for openSUSE:Factory
checked in at Wed May 4 11:43:22 CEST 2011.




--- timezone/timezone-java.changes  2011-04-01 20:40:16.0 +0200
+++ /mounts/work_src_done/STABLE/timezone/timezone-java.changes 2011-05-03 
14:14:19.0 +0200
@@ -1,0 +2,7 @@
+Tue May  3 13:38:42 CEST 2011 - dmuel...@suse.de
+
+- update to 2011g (bnc#691414):
+  * Egypt on longer has daylight saving time
+  * Falkland islands on a trial basis do not observe DST anymore
+
+---
timezone.changes: same change

calling whatdependson for head-i586


Old:

  tzcode2011e.tar.gz
  tzdata2011e.tar.gz

New:

  tzcode2011g.tar.gz
  tzdata2011g.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.VJj1TV/_old  2011-05-04 11:43:03.0 +0200
+++ /var/tmp/diff_new_pack.VJj1TV/_new  2011-05-04 11:43:03.0 +0200
@@ -25,7 +25,7 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2011e
+Version:2011g
 Release:1
 Source: tzdata%{version}.tar.gz
 Source1:tzcode%version.tar.gz

++ timezone.spec ++
--- /var/tmp/diff_new_pack.VJj1TV/_old  2011-05-04 11:43:03.0 +0200
+++ /var/tmp/diff_new_pack.VJj1TV/_new  2011-05-04 11:43:03.0 +0200
@@ -25,7 +25,7 @@
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2011e
+Version:2011g
 Release:1
 Source: tzdata%{version}.tar.gz
 Source1:tzcode%version.tar.gz






Remember to have fun...

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



commit vala-unstable for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package vala-unstable for openSUSE:Factory
checked in at Wed May 4 11:42:53 CEST 2011.




--- GNOME/vala-unstable/vala-unstable.changes   2011-01-31 18:02:11.0 
+0100
+++ /mounts/work_src_done/STABLE/vala-unstable/vala-unstable.changes
2011-02-25 18:43:00.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 25 17:42:09 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.11.6:
+  + Add parse and try_parse methods to boolean and numeric types.
+  + Add clutter-gtk-1.0 bindings.
+  + Add pixmap-1 bindings.
+  + Many bug fixes and binding updates.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.11.5.tar.bz2

New:

  vala-0.11.6.tar.bz2



Other differences:
--
++ vala-unstable.spec ++
--- /var/tmp/diff_new_pack.EjpFGn/_old  2011-05-04 11:42:20.0 +0200
+++ /var/tmp/diff_new_pack.EjpFGn/_new  2011-05-04 11:42:20.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   vala-unstable
 %define _name   vala
-Version:0.11.5
+Version:0.11.6
 Release:1
 %define vala_version 0.12
 %define vala_libversion 0_12
@@ -81,7 +81,7 @@
 
 %build
 %configure --with-pic --enable-vapigen
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall

++ vala-0.11.5.tar.bz2 -> vala-0.11.6.tar.bz2 ++
 17864 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 webyast-activedirectory-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-activedirectory-ws for 
openSUSE:Factory
checked in at Wed May 4 11:41:48 CEST 2011.




--- webyast-activedirectory-ws/webyast-activedirectory-ws.changes   
2011-02-09 09:32:20.0 +0100
+++ 
/mounts/work_src_done/STABLE/webyast-activedirectory-ws/webyast-activedirectory-ws.changes
  2011-05-02 14:17:04.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:16:25 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.9 
+
+---
+Tue Apr 12 10:19:03 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.8 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-activedirectory-ws.spec ++
--- /var/tmp/diff_new_pack.vLHPN5/_old  2011-05-04 11:39:53.0 +0200
+++ /var/tmp/diff_new_pack.vLHPN5/_new  2011-05-04 11:39:53.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.7
+Version:0.2.9
 Release:1
 Summary:WebYaST - service for configuration of Active Directory client
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/activedirectory.rb 
new/www/app/models/activedirectory.rb
--- old/www/app/models/activedirectory.rb   2011-02-01 10:49:11.0 
+0100
+++ new/www/app/models/activedirectory.rb   2011-04-29 18:23:25.0 
+0200
@@ -39,16 +39,18 @@
 
 public
   def self.find
-ret = YastService.Call("YaPI::ActiveDirectory::Read", {})
-Rails.logger.info "Read Samba config: #{ret.inspect}"
-ad = Activedirectory.new({
+YastCache.fetch(self) {
+  ret = YastService.Call("YaPI::ActiveDirectory::Read", {})
+  Rails.logger.info "Read Samba config: #{ret.inspect}"
+  ad = Activedirectory.new({
:domain => ret["domain"],
:create_dirs=> ret["mkhomedir"] == "1",
:enabled=> ret["winbind"] == "1"
-})
-leave  = false
-ad = {} if ad.nil?
-return ad
+  })
+  leave = false
+  ad = {} if ad.nil?
+  ad
+}
   end
 
   def check_membership(check_domain)
@@ -59,7 +61,6 @@
   end
 
   def save
-
 params = {
"domain"=> [ "s", @domain ],
"winbind"   => [ "b", @enabled ],
@@ -111,6 +112,7 @@
 Rails.cache.write('activedirectory:realm', "")
 Rails.cache.write('activedirectory:workgroup', "")
 
+YastCache.reset(self)
 return true
   end
 






Remember to have fun...

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



commit webyast-firewall-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-firewall-ui for 
openSUSE:Factory
checked in at Wed May 4 11:39:45 CEST 2011.




--- webyast-firewall-ui/webyast-firewall-ui.changes 2010-09-06 
14:10:37.0 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-firewall-ui/webyast-firewall-ui.changes
2011-04-12 16:19:37.0 +0200
@@ -1,0 +2,22 @@
+Tue Apr 12 14:18:27 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.9 
+
+---
+Fri Apr  8 08:05:28 UTC 2011 - vle...@novell.com
+
+- fixed failed functional test in webyast-firewal-ui 
+- 0.2.8
+
+---
+Mon Dec 13 10:45:50 UTC 2010 - vgorob...@novell.com
+
+- New Firewall design
+- added short description for firewall services
+- sorted services list
+- vertical aligment of services containers
+- new ON/OFF switcher with visual indicator
+- 0.2.7 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-firewall-ui.spec ++
--- /var/tmp/diff_new_pack.nFNb12/_old  2011-05-04 11:39:29.0 +0200
+++ /var/tmp/diff_new_pack.nFNb12/_new  2011-05-04 11:39:29.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.6
+Version:0.2.9
 Release:1
 Summary:WebYaST - Firewall settings UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/firewall/index.rhtml 
new/www/app/views/firewall/index.rhtml
--- old/www/app/views/firewall/index.rhtml  2010-09-06 13:59:42.0 
+0200
+++ new/www/app/views/firewall/index.rhtml  2011-04-12 11:29:23.0 
+0200
@@ -19,31 +19,117 @@
 # you may find current contact information at www.novell.com
 -->
 
+<% content_for :head do %>
+  <% unless JSMIN == true %>  
+<%= javascript_include_tag "webyast-firewall" %>
+<%= stylesheet_link_tag "webyast-firewall" %>
+  <% end %>
+<% end %>
+
 <% disabled = !@permissions[:write] %>
 
-<% content_for :head do %>
-
-  <% javascript_tag do -%>
-  $(document).ready(function(){
+
 
-$("#blocked_services div").click( function(){
-$(this).hide();
-$("#fw_services_values input."+$(this).attr("value")).attr("value", 
"true");
-$("#allowed_services div[value='"+$(this).attr("value")+"']").show();
-});
-
-$("#allowed_services div").click( function(){
-$(this).hide();
-$("#fw_services_values input."+$(this).attr("value")).attr("value", 
"false");
-$("#blocked_services div[value='"+$(this).attr("value")+"']").show();
-});
+
+  <%= render :partial => 'shared/missing_write_permissions' if disabled %>
+  <% form_tag '/firewall/update', {:id=>'firewallForm', :class => 'container', 
:onsubmit => "return validateNeededServices()" } do %>
+
+  
+
+  
+  Firewall?
+
+
+
+  
+   <% if @firewall.use_firewall %>
+ <%=_("Enabled")%>
+ <%=_("Disabled")%>
+   <% else %>
+ <%=_("Enabled")%>
+ <%=_("Disabled")%>
+   <% end %>
+ 
+
+
+  
+  
+  
+<% @firewall.fw_services.each do |service| %>
+  
+<% end %>
+  
+
+   <%=  
"disabled=\"disabled\"" if disabled %> /> 
 
-$("#blocked_services div").filter( function(index) {
-return $("#fw_services_values 
input."+$(this).attr("value")).attr("value") == "true";
+
+
+  
+
+  
+
+  <%= _("Allowed services") %>
+  <% if @firewall.use_firewall %>
+ jQuery(function($){ 
enableFirewallForm() })
+ 
+  <% else %>
+   
+  <% end %>
+   
+   <% @firewall.fw_services.each do |service| %>
+ <%= service.name %>
+   <% end %>
+  
+ 
+
+
+  <%= _("Blocked services") %>
+  <% if @firewall.use_firewall %>
+   
+  <% else %>
+   
+  <% end %>
+   <% @firewall.fw_services.each do |service| %>
+ <%= service.name %>
+   <% end %>
+  
+
+
+
+
+
+  <%= form_send_buttons :disabled => disabled, :class => "button", 
:id=>"firewallSubmitButton" %>
+
+<% end %>
+  
+
+
+
+  $(document).ready(function(){
+$("#blocked_services span").filter( function(index) {
+  return $("#fw_services_values 
input."+$(this).attr("value")).attr("value") == "true";
 }).hide();
 
-$("#allowed_services div").filter( function(index) {
-return $("#fw_services_values 
input."+$(this).attr("value")).attr("value") == "false";
+$("#allowed_services span").filter( function(index) {
+  return $("#fw_services_values 
input."+$(this).attr("value")).attr("val

commit webyast-firewall-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-firewall-ws for 
openSUSE:Factory
checked in at Wed May 4 11:39:22 CEST 2011.




--- webyast-firewall-ws/webyast-firewall-ws.changes 2011-02-08 
17:42:55.0 +0100
+++ 
/mounts/work_src_done/STABLE/webyast-firewall-ws/webyast-firewall-ws.changes
2011-05-02 14:21:51.0 +0200
@@ -1,0 +2,18 @@
+Mon May  2 12:21:31 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling 
+- 0.2.13
+
+---
+Tue Apr 12 13:11:51 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.12 
+
+---
+Fri Feb 25 10:27:38 UTC 2011 - vgorob...@novell.com
+
+- Fixed bug: WebYaST firewall module crashes if firewall service description 
is missing 
+- 0.2.11
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-firewall-ws.spec ++
--- /var/tmp/diff_new_pack.ZF056L/_old  2011-05-04 11:39:08.0 +0200
+++ /var/tmp/diff_new_pack.ZF056L/_new  2011-05-04 11:39:08.0 +0200
@@ -23,7 +23,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.10
+Version:0.2.13
 Release:1
 Summary:WebYaST - Firewall management service
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/firewall.rb 
new/www/app/models/firewall.rb
--- old/www/app/models/firewall.rb  2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/firewall.rb  2011-04-29 18:23:25.0 +0200
@@ -24,7 +24,9 @@
   attr_accessor :use_firewall, :fw_services
 
   def self.find
-Firewall.new YastService.Call("YaPI::FIREWALL::Read")
+YastCache.fetch(self) {
+  Firewall.new YastService.Call("YaPI::FIREWALL::Read")
+}
   end
 
   def save
@@ -36,6 +38,7 @@
 #  Rails.logger.info "firewall configuration saving error: #{e.inspect}"
 #  
 #end
+YastCache.reset(self)
 raise FirewallException.new(result["error"]) unless result["saved_ok"]
   end
 
@@ -54,8 +57,10 @@
   ["a{sv}", value.to_a.collect {|kv| [ (kv[0].to_s), toVariant(kv[1])] } ]
 elsif value.is_a? Array
   ["av", value.collect {|v| toVariant v}]
+elsif value.nil?
+  Rails.logger.error "WARNING: Firewall service description is missing"
 else
-  raise "Unknown variant type!"
+  raise "Unknown variant type! #{value}"
 end
   end
 






Remember to have fun...

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



commit webyast-firstboot-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-firstboot-ws for 
openSUSE:Factory
checked in at Wed May 4 11:38:58 CEST 2011.




--- webyast-firstboot-ws/webyast-firstboot-ws.changes   2010-08-23 
14:51:28.0 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-firstboot-ws/webyast-firstboot-ws.changes  
2011-05-02 14:03:58.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 11:58:37 UTC 2011 - vle...@novell.com
+
+- added software updates to basesystem setup
+- 0.2.3
+
+---
+Tue Apr 12 13:04:05 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.2 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-firstboot-ws.spec ++
--- /var/tmp/diff_new_pack.BGnkcu/_old  2011-05-04 11:38:04.0 +0200
+++ /var/tmp/diff_new_pack.BGnkcu/_new  2011-05-04 11:38:04.0 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.1
+Version:0.2.3
 Release:1
 Summary:WebYaST - initial settings service
 Source: www.tar.bz2

++ basesystem.yml ++
--- /var/tmp/diff_new_pack.BGnkcu/_old  2011-05-04 11:38:04.0 +0200
+++ /var/tmp/diff_new_pack.BGnkcu/_new  2011-05-04 11:38:04.0 +0200
@@ -2,9 +2,11 @@
 # (the 'vendor' directory has higher priority).
 steps:
 # example values, value is controller in webclient
-#  - controller: eulas
-#  - controller: administrator
-#  - controller: network
-#  - controller: time
-#  - controller: mail
-#  - controller: registration
+# - controller: eulas
+# - controller: administrator
+# - controller: network
+# - controller: time
+# - controller: mail
+# - controller: registration
+# - controller: patch_updates
+

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/basesystem.rb 
new/www/app/models/basesystem.rb
--- old/www/app/models/basesystem.rb2010-08-18 09:32:32.0 +0200
+++ new/www/app/models/basesystem.rb2011-05-02 13:39:50.0 +0200
@@ -46,38 +46,41 @@
 
   #Gets instance of Basesystem with initialized steps queue and if basic 
settings is done
   def Basesystem.find
-base = Basesystem.new
-basesystem_conf= BASESYSTEM_CONF
-basesystem_conf= BASESYSTEM_CONF_VENDOR if File.exists? 
BASESYSTEM_CONF_VENDOR
-config = YaST::ConfigFile.new(basesystem_conf)
-if File.exist?(config.path)
-  begin
-   base.steps = config["steps"] || []
-  rescue Exception => e
-   raise CorruptedFileException.new(config.path)
-  end
-  if File.exist?(FINISH_FILE)
-   begin
- base.done = IO.read(FINISH_FILE)
-   rescue Exception => e
- raise CorruptedFileException.new(FINISH_FILE)
-   end
-   base.done = FINISH_STR if base.done.blank? #backward compatibility, 
when touch indicate finished bs
-   if base.done == FINISH_STR
- base.finish = true
-   end
-  else
-if base.steps.empty? #empty step definition
-  base.finish = true
+YastCache.fetch(self) {
+  base = Basesystem.new
+  basesystem_conf  = BASESYSTEM_CONF
+  basesystem_conf  = BASESYSTEM_CONF_VENDOR if File.exists? 
BASESYSTEM_CONF_VENDOR
+  Rails.logger.info "Reading config file: #{basesystem_conf}"
+  config = YaST::ConfigFile.new(basesystem_conf)
+  if File.exist?(config.path)
+begin
+ base.steps = config["steps"] || []
+rescue Exception => e
+  raise CorruptedFileException.new(config.path)
+end
+if File.exist?(FINISH_FILE)
+  begin
+base.done = IO.read(FINISH_FILE)
+  rescue Exception => e
+raise CorruptedFileException.new(FINISH_FILE)
+  end
+  base.done = FINISH_STR if base.done.blank? #backward compatibility, 
when touch indicate finished bs
+  if base.done == FINISH_STR
+base.finish = true
+  end
 else
-   base.done = base.steps.first["controller"]
+  if base.steps.empty? #empty step definition
+base.finish = true
+  else
+base.done = base.steps.first["controller"]
+  end
 end
+  else
+base.steps = []
+base.finish = true
   end
-else
-  base.steps = []
-  base.finish = true
-end
-return base
+  base
+}
   end
 
   #stores to system Basesystem settings
@@ -86,6 +89,7 @@
 File.open(FINISH_FILE,"w") do |io|
   io.write str
 end
+YastCache.reset(self)
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/init.rb new/www/

commit webyast-kerberos-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-kerberos-ws for 
openSUSE:Factory
checked in at Wed May 4 11:35:13 CEST 2011.




--- webyast-kerberos-ws/webyast-kerberos-ws.changes 2011-02-09 
10:33:30.0 +0100
+++ 
/mounts/work_src_done/STABLE/webyast-kerberos-ws/webyast-kerberos-ws.changes
2011-05-02 14:24:00.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:23:41 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.7 
+
+---
+Tue Apr 12 13:13:34 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-kerberos-ws.spec ++
--- /var/tmp/diff_new_pack.hhhbcT/_old  2011-05-04 11:35:01.0 +0200
+++ /var/tmp/diff_new_pack.hhhbcT/_new  2011-05-04 11:35:01.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.5
+Version:0.2.7
 Release:1
 Summary:WebYaST - service for configuration of Kerberos client
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/kerberos.rb 
new/www/app/models/kerberos.rb
--- old/www/app/models/kerberos.rb  2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/kerberos.rb  2011-04-29 18:23:25.0 +0200
@@ -32,16 +32,18 @@
 
 public
   def self.find
-ret = YastService.Call("YaPI::KERBEROS::Read", {})
-Rails.logger.info "Read KERBEROS config: #{ret.inspect}"
-kerberos   = Kerberos.new({
+YastCache.fetch(self) {
+  ret = YastService.Call("YaPI::KERBEROS::Read", {})
+  Rails.logger.info "Read KERBEROS config: #{ret.inspect}"
+  kerberos = Kerberos.new({
:kdc=> ret["kdc"],
:default_realm  => ret["default_realm"],
:default_domain => ret["default_domain"],
:enabled=> ret["use_kerberos"] == "1"
-})
-kerberos   = {} if kerberos.nil?
-return kerberos
+  })
+  kerberos = {} if kerberos.nil?
+  kerberos
+}
   end
 
   def save
@@ -53,6 +55,7 @@
 
 yapi_ret = YastService.Call("YaPI::KERBEROS::Write", params)
 Rails.logger.debug "YaPI returns: '#{yapi_ret}'"
+YastCache.reset(self)
 return true
   end
 






Remember to have fun...

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



commit webyast-ldap-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-ldap-ws for openSUSE:Factory
checked in at Wed May 4 11:14:09 CEST 2011.




--- webyast-ldap-ws/webyast-ldap-ws.changes 2011-02-09 10:51:15.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-ldap-ws/webyast-ldap-ws.changes
2011-05-02 14:26:34.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:25:37 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.7 
+
+---
+Tue Apr 12 13:14:55 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-ldap-ws.spec ++
--- /var/tmp/diff_new_pack.z13mzS/_old  2011-05-04 11:13:34.0 +0200
+++ /var/tmp/diff_new_pack.z13mzS/_new  2011-05-04 11:13:34.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.5
+Version:0.2.7
 Release:1
 Summary:WebYaST - service for configuration of LDAP client
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/ldap.rb new/www/app/models/ldap.rb
--- old/www/app/models/ldap.rb  2011-02-01 10:49:25.0 +0100
+++ new/www/app/models/ldap.rb  2011-04-29 18:23:25.0 +0200
@@ -32,16 +32,18 @@
 
 public
   def self.find
-ret = YastService.Call("YaPI::LDAP::Read")
-Rails.logger.info "Read LDAP config: #{ret.inspect}"
-ldap   = Ldap.new({
+YastCache.fetch(self) {
+  ret = YastService.Call("YaPI::LDAP::Read")
+  Rails.logger.info "Read LDAP config: #{ret.inspect}"
+  ldap = Ldap.new({
:server => ret["ldap_server"],
:base_dn=> ret["ldap_domain"],
:tls=> ret["ldap_tls"] == "1",
:enabled=> ret["start_ldap"] == "1"
-})
-ldap   = {} if ldap.nil?
-return ldap
+  })
+  ldap = {} if ldap.nil?
+  ldap
+}
   end
 
   def save
@@ -53,6 +55,7 @@
 }
 yapi_ret = YastService.Call("YaPI::LDAP::Write", params)
 Rails.logger.debug "YaPI returns: '#{yapi_ret}'"
+YastCache.reset(self)
 return true
   end
 






Remember to have fun...

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



commit webyast-licenses-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-licenses-ui for 
openSUSE:Factory
checked in at Wed May 4 11:13:26 CEST 2011.




--- webyast-licenses-ui/webyast-licenses-ui.changes 2010-08-30 
11:41:53.0 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-licenses-ui/webyast-licenses-ui.changes
2011-05-02 16:38:34.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 14:35:55 UTC 2011 - vle...@novell.com
+
+- uniform appearance for all modules in basesystem setup workflow
+- 0.2.4 
+
+---
+Tue Apr 12 14:15:04 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.3 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-licenses-ui.spec ++
--- /var/tmp/diff_new_pack.Mm4L6N/_old  2011-05-04 11:11:09.0 +0200
+++ /var/tmp/diff_new_pack.Mm4L6N/_new  2011-05-04 11:11:09.0 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.2
+Version:0.2.4
 Release:1
 Summary:WebYaST - license management UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/eulas_controller.rb 
new/www/app/controllers/eulas_controller.rb
--- old/www/app/controllers/eulas_controller.rb 2010-05-28 09:52:16.0 
+0200
+++ new/www/app/controllers/eulas_controller.rb 2011-04-11 16:48:55.0 
+0200
@@ -42,7 +42,7 @@
   end
 
   def ensure_id
-redirect_to :action => :show, :id => 1 and return if params[:id].nil?
+redirect_to :action => :show, :id => 1 and return if params[:id].nil? # 
RORSCAN_ITL
 @eula_id   = [1,params[:id].to_i].max
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/eulas/show.html.erb 
new/www/app/views/eulas/show.html.erb
--- old/www/app/views/eulas/show.html.erb   2010-08-17 13:53:02.0 
+0200
+++ new/www/app/views/eulas/show.html.erb   2011-04-28 14:21:06.0 
+0200
@@ -1,61 +1,82 @@
 
 <% disabled = ! @permissions[:accept] %>
 
-
+
+
+
+
+<% form_for(:eula, :url => { :action => :update, :id => @eula_id }, :html=> { 
:method => :put, :class=>"webyast_form"}) do |f|  -%>
+
+  
+
+  
+  <%=_("Licence Agreement")-%> - <%= @eula.name 
-%>
+   
 
-
-<% form_for(:eula, 
-:url => { :action => :update, :id => @eula_id }, 
-:html=> { :method => :put} 
-   ) do |f|  -%>
-
-  
-<%= @eula.text.gsub(%r{^[\n\n$]}, '').gsub(%r{[\n]}, ' ')%>
+   
+  
+
+   
+
+  
+
+  <%= @eula.text.gsub(%r{^[\n\n$]}, '').gsub(%r{[\n]}, ' ')%>
+
+
+ 
+
+<% if @eula.only_show %>
+  <%=  hidden_field_tag :accepted, "true" %>
+<% else %>
+   
+ 
+  <%=  f.radio_button :accepted, :true, :checked => @eula.accepted, 
:readonly => disabled, :disabled => disabled %>
+  <%=  _("Yes, I agree to the license agreement.") %>
+
+
+  <%=  f.radio_button :accepted, :false, :checked => (! 
@eula.accepted), :readonly => disabled, :disabled => disabled %>
+  <%=  _("No, I do not agree.") %>
+
+  <% end -%>
+  <% unless @eula.text_lang == 'en' then %>
+  <%= f.hidden_field :text_lang %>
+<% end %>
+  
+
+  
+
+  
+  
+ 
+ <%= form_next_button :disabled => disabled %>
+ <%= if @first_eula
+   @first_basesystem_step ? "" : (form_str_spacer + form_back_button )
+ else
+  form_str_spacer + (link_to _("Back"), :action => :show, :id => 
@prev_id)
+ end %>
+
   
-  
-  <% if @eula.only_show %>
-  <%=  hidden_field_tag :accepted, "true" %>
-  <% else %>
-  
-  <%=  f.radio_button :accepted, :true, :checked => @eula.accepted, :readonly 
=> disabled, :disabled => disabled %>
-  <%=  _("Yes, I agree to the license agreement.") %>
-  
-  <%=  f.radio_button :accepted, :false, :checked => (! @eula.accepted), 
:readonly => disabled, :disabled => disabled %>
-  <%=  _("No, I do not agree.") %>
-  
-  <% end -%>
-  <% unless @eula.text_lang == 'en' then %>
-  <%= f.hidden_field :text_lang %>
-  <% end %>
-
-
-  <%= form_next_button :disabled => disabled %>
-  <%= if @first_eula
-@first_basesystem_step ? "" : (form_str_spacer + form_back_button )
-  else
-form_str_spacer + (link_to _("Back"), :action => :show, :id => 
@prev_id)
-  end %>
-
 <% end -%>
 
+






Remember to have fun...

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

commit webyast-licenses-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-licenses-ws for 
openSUSE:Factory
checked in at Wed May 4 11:11:00 CEST 2011.




--- webyast-licenses-ws/webyast-licenses-ws.changes 2011-02-09 
10:47:43.0 +0100
+++ 
/mounts/work_src_done/STABLE/webyast-licenses-ws/webyast-licenses-ws.changes
2011-04-12 15:10:25.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 13:09:29 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.3 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-licenses-ws.spec ++
--- /var/tmp/diff_new_pack.3K9J3v/_old  2011-05-04 11:10:00.0 +0200
+++ /var/tmp/diff_new_pack.3K9J3v/_new  2011-05-04 11:10:00.0 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.2
+Version:0.2.3
 Release:1
 Summary:WebYaST - license management service
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/resources/eulas.yml 
new/www/config/resources/eulas.yml
--- old/www/config/resources/eulas.yml  2010-08-27 14:58:55.0 +0200
+++ new/www/config/resources/eulas.yml  2011-04-11 12:49:05.0 +0200
@@ -2,4 +2,9 @@
 interface: org.opensuse.yast.modules.eulas
 controller: eulas
 singular: false
-
+#cache:
+#  enabled: true/false
+#  priority: -100..100
+#  reload_after: seconds (0 == do not reload)
+cache:
+  enabled: false






Remember to have fun...

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



commit webyast-mail-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-mail-ws for openSUSE:Factory
checked in at Wed May 4 11:06:53 CEST 2011.




--- webyast-mail-ws/webyast-mail-ws.changes 2011-03-09 13:11:58.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-mail-ws/webyast-mail-ws.changes
2011-05-03 11:00:05.0 +0200
@@ -1,0 +2,18 @@
+Tue May  3 08:59:17 UTC 2011 - sch...@novell.com
+
+- adapted deleting cache key
+- 0.2.6 
+
+---
+Mon May  2 12:31:05 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.5 
+
+---
+Tue Apr 12 13:16:29 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.4
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-mail-ws.spec ++
--- /var/tmp/diff_new_pack.z9gW5v/_old  2011-05-04 11:06:38.0 +0200
+++ /var/tmp/diff_new_pack.z9gW5v/_new  2011-05-04 11:06:38.0 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.3
+Version:0.2.6
 Release:1
 Summary:WebYaST - system mail settings service
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/mail/state_controller.rb 
new/www/app/controllers/mail/state_controller.rb
--- old/www/app/controllers/mail/state_controller.rb2011-03-08 
11:47:08.0 +0100
+++ new/www/app/controllers/mail/state_controller.rb2011-05-02 
16:35:51.0 +0200
@@ -33,7 +33,7 @@
 
 logger.warn "Confirmation of testmail"
 File.delete Mail::TEST_MAIL_FILE if File.exist? Mail::TEST_MAIL_FILE
-
+YastCache.delete(Plugin.new(),"mail")
 mail = Mail.find
 respond_to do |format|
   format.xml  { render :xml => mail.to_xml(:root => "mail", :dasherize => 
false, :indent=>2), :location => "none" }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/mail.rb new/www/app/models/mail.rb
--- old/www/app/models/mail.rb  2011-03-09 12:50:15.0 +0100
+++ new/www/app/models/mail.rb  2011-04-29 18:23:25.0 +0200
@@ -37,10 +37,12 @@
 
   # read the settings from system
   def self.find
-yapi_ret = YastService.Call("YaPI::MailSettings::Read")
-raise MailError.new("Cannot read from YaPI backend") if yapi_ret.nil?
-yapi_ret["transport_layer_security"] = yapi_ret.delete("TLS") || "no"
-Mail.new yapi_ret
+YastCache.fetch(self) {
+  yapi_ret = YastService.Call("YaPI::MailSettings::Read")
+  raise MailError.new("Cannot read from YaPI backend") if yapi_ret.nil?
+  yapi_ret["transport_layer_security"] = yapi_ret.delete("TLS") || "no"
+  Mail.new yapi_ret
+}
   end
 
 
@@ -56,6 +58,7 @@
 
 yapi_ret = YastService.Call("YaPI::MailSettings::Write", parameters)
 Rails.logger.debug "YaPI returns: '#{yapi_ret}'"
+YastCache.reset(self)
 raise MailError.new(yapi_ret) unless yapi_ret.empty?
 true
   end
@@ -69,7 +72,6 @@
 
 # remove potential problematic characters from email address
 to.tr!("~'\"<>","")
-
 `/bin/echo "#{message}" | /bin/mail -s "WebYaST Test Mail" '#{to}' -r root`
 
 unless File.directory? File.join(Paths::VAR,"mail")






Remember to have fun...

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



commit webyast-network-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-network-ws for 
openSUSE:Factory
checked in at Wed May 4 11:01:55 CEST 2011.




--- webyast-network-ws/webyast-network-ws.changes   2011-02-09 
09:18:49.0 +0100
+++ /mounts/work_src_done/STABLE/webyast-network-ws/webyast-network-ws.changes  
2011-05-02 14:36:15.0 +0200
@@ -1,0 +2,19 @@
+Mon May  2 12:34:35 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.4
+
+---
+Tue Apr 12 13:18:01 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.3 
+
+---
+Mon Mar 28 13:49:35 UTC 2011 - vle...@novell.com
+
+- undefined method `bootproto' for # (bnc#645231) 
+- setting DHCP mode doesn't work for interface eth1
+- 0.2.2
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-network-ws.spec ++
--- /var/tmp/diff_new_pack.ulFCMD/_old  2011-05-04 11:01:31.0 +0200
+++ /var/tmp/diff_new_pack.ulFCMD/_new  2011-05-04 11:01:31.0 +0200
@@ -28,7 +28,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.1
+Version:0.2.4
 Release:1
 Summary:WebYaST - Network service
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/network/dns_controller.rb 
new/www/app/controllers/network/dns_controller.rb
--- old/www/app/controllers/network/dns_controller.rb   2010-08-27 
14:58:55.0 +0200
+++ new/www/app/controllers/network/dns_controller.rb   2011-04-11 
12:49:05.0 +0200
@@ -37,7 +37,7 @@
 root["searches"] = (root["searches"] || "").split
 root["nameservers"] = (root["nameservers"] || "").split
 
-@dns = DNS.new(root)
+@dns = Dns.new(root)
 @dns.save!
 show
   end
@@ -49,7 +49,7 @@
 
   # Shows hostname settings. Requires read permission for network YaPI.
   def show
-@dns = DNS.find
+@dns = Dns.find
 
 respond_to do |format|
   format.xml { render :xml => @dns.to_xml( :root => "dns", :dasherize => 
false ) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/dns.rb new/www/app/models/dns.rb
--- old/www/app/models/dns.rb   2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/dns.rb   2011-04-29 18:23:25.0 +0200
@@ -18,11 +18,12 @@
 # To contact Novell about this file by physical or electronic mail,
 # you may find current contact information at www.novell.com
 #++
-# = DNS model
+# = Dns model
 # Provides set and gets resources from YaPI network module.
 # Main goal is handle YaPI specific calls and data formats. Provides cleaned
 # and well defined data.
-class DNS < BaseModel::Base
+
+class Dns < BaseModel::Base
 
   # the short hostname
   attr_accessor :searches
@@ -54,9 +55,11 @@
   # fills time instance with data from YaPI.
   #
   # +warn+: Doesn't take any parameters.
-  def DNS.find
-response = YastService.Call("YaPI::NETWORK::Read") # hostname: true
-ret = DNS.new response["dns"]
+  def Dns.find
+YastCache.fetch(self) {
+  response = YastService.Call("YaPI::NETWORK::Read") # hostname: true
+  ret = Dns.new response["dns"]
+}
   end
 
   # Saves data from model to system via YaPI. Saves only setted data,
@@ -69,6 +72,7 @@
 vsettings = [ "a{sas}", settings ] # bnc#538050
 YastService.Call("YaPI::NETWORK::Write",{"dns" => vsettings})
 # TODO success or not?
+YastCache.reset(self)
   end
 
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/hostname.rb 
new/www/app/models/hostname.rb
--- old/www/app/models/hostname.rb  2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/hostname.rb  2011-04-29 18:23:25.0 +0200
@@ -22,6 +22,7 @@
 # Provides set and gets resources from YaPI network module.
 # Main goal is handle YaPI specific calls and data formats. Provides cleaned
 # and well defined data.
+
 class Hostname < BaseModel::Base
 
   # the short hostname
@@ -36,8 +37,10 @@
   #
   # +warn+: Doesn't take any parameters.
   def self.find
-response = YastService.Call("YaPI::NETWORK::Read") # hostname: true
-Hostname.new response["hostname"]
+YastCache.fetch(self) {  
+  response = YastService.Call("YaPI::NETWORK::Read") # hostname: true
+  Hostname.new response["hostname"]
+}
   end
 
   # Saves data from model to system via YaPI. Saves only setted data,
@@ -52,6 +55,7 @@
 vsettings = [ "a{ss}", settings ] # bnc#538050
 YastService.Call("YaPI::NETWORK::Write",{"host

commit webyast-ntp-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-ntp-ws for openSUSE:Factory
checked in at Wed May 4 11:01:23 CEST 2011.




--- webyast-ntp-ws/webyast-ntp-ws.changes   2011-02-09 10:36:45.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-ntp-ws/webyast-ntp-ws.changes  
2011-05-02 14:38:24.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:38:17 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.3 
+
+---
+Tue Apr 12 13:19:36 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.2 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-ntp-ws.spec ++
--- /var/tmp/diff_new_pack.J7E2RE/_old  2011-05-04 11:00:54.0 +0200
+++ /var/tmp/diff_new_pack.J7E2RE/_new  2011-05-04 11:00:54.0 +0200
@@ -31,7 +31,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.1
+Version:0.2.3
 Release:1
 Summary:WebYaST - NTP service
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/ntp.rb new/www/app/models/ntp.rb
--- old/www/app/models/ntp.rb   2011-02-01 10:49:25.0 +0100
+++ new/www/app/models/ntp.rb   2011-04-29 18:23:25.0 +0200
@@ -26,12 +26,14 @@
   public
 
 def self.find
-  ret = Ntp.new
-  ret.actions ||= {}
-  ret.actions[:synchronize] = false
-  ret.actions[:synchronize_utc] = true
-  ret.actions[:ntp_server] = get_servers_string
-  return ret
+  YastCache.fetch(self) {
+ret = Ntp.new
+ret.actions ||= {}
+ret.actions[:synchronize] = false
+ret.actions[:synchronize_utc] = true
+ret.actions[:ntp_server] = get_servers_string
+ret
+  }
 end
 
 def update
@@ -39,7 +41,7 @@
 end
 
 def self.get_servers
-  get_servers_string
+  Ntp.find.actions[:ntp_server]
 end
 
   private






Remember to have fun...

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



commit webyast-permissions-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-permissions-ui for 
openSUSE:Factory
checked in at Wed May 4 11:00:43 CEST 2011.





calling whatdependson for head-i586




Other differences:
--
++ webyast-permissions-ui.spec ++
--- /var/tmp/diff_new_pack.KWk3bt/_old  2011-05-04 10:56:26.0 +0200
+++ /var/tmp/diff_new_pack.KWk3bt/_new  2011-05-04 10:56:26.0 +0200
@@ -28,7 +28,7 @@
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
 Version:0.1.8
-Release:1
+Release:6
 Summary:WebYaST - Permissions UI
 Source: www.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit webyast-reboot-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-reboot-ui for 
openSUSE:Factory
checked in at Wed May 4 10:56:18 CEST 2011.




--- webyast-reboot-ui/webyast-reboot-ui.changes 2010-08-30 12:34:29.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-reboot-ui/webyast-reboot-ui.changes
2011-04-12 16:40:12.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 14:39:51 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.2 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-reboot-ui.spec ++
--- /var/tmp/diff_new_pack.cVjrtP/_old  2011-05-04 10:56:01.0 +0200
+++ /var/tmp/diff_new_pack.cVjrtP/_new  2011-05-04 10:56:01.0 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.1
+Version:0.2.2
 Release:1
 Summary:WebYaST - reboot/shutdown UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/system_controller.rb 
new/www/app/controllers/system_controller.rb
--- old/www/app/controllers/system_controller.rb2010-05-28 
09:52:16.0 +0200
+++ new/www/app/controllers/system_controller.rb2011-02-07 
12:45:40.0 +0100
@@ -39,7 +39,7 @@
else
flash[:error] = _("Cannot reboot the machine!")
end
-   rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml
+   rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml RORSCAN_ITL
 logger.warn "Cannot reboot: #{e.inspect}"
flash[:error] = _("Cannot reboot the machine!")
end
@@ -60,7 +60,7 @@
else
flash[:error] = _("Cannot shutdown the machine!")
end
-   rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml
+   rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml RORSCAN_ITL
 logger.warn "Cannot shutdown: #{e.inspect}"
flash[:error] = _("Cannot shutdown the machine!")
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/system.rb new/www/app/models/system.rb
--- old/www/app/models/system.rb2010-05-28 09:52:16.0 +0200
+++ new/www/app/models/system.rb2011-02-07 12:45:40.0 +0100
@@ -22,7 +22,7 @@
 class System
 
 def initialize
-   @client = 
YaST::ServiceResource.proxy_for('org.opensuse.yast.system.system')
+   @client = 
YaST::ServiceResource.proxy_for('org.opensuse.yast.system.system') # RORSCAN_ITL
@sys = @client.find
 end
 






Remember to have fun...

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



commit webyast-reboot-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-reboot-ws for 
openSUSE:Factory
checked in at Wed May 4 10:55:53 CEST 2011.




--- webyast-reboot-ws/webyast-reboot-ws.changes 2010-08-23 16:38:48.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-reboot-ws/webyast-reboot-ws.changes
2011-04-19 14:33:51.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 12 13:33:13 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.2
+
+---
+Thu Nov 25 14:14:10 UTC 2010 - lsle...@suse.cz
+
+- fixed loosing permissions after upgrade from WebYaST-1.0
+  (bnc#645310)
+- 0.2.1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-reboot-ws.spec ++
--- /var/tmp/diff_new_pack.nk6TMH/_old  2011-05-04 10:53:54.0 +0200
+++ /var/tmp/diff_new_pack.nk6TMH/_new  2011-05-04 10:53:54.0 +0200
@@ -28,7 +28,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.0
+Version:0.2.2
 Release:1
 Summary:WebYaST - reboot/shutdown service
 Source: www.tar.bz2
@@ -89,7 +89,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
+# %posttrans is used instead of %post so it ensures the rights are
+# granted even after upgrading from old package (before renaming) (bnc#645310)
+# (see https://fedoraproject.org/wiki/Packaging/ScriptletSnippets#Syntax )
+
+%posttrans
 # granting all permissions for the web user
 #FIXME don't silently fail
 polkit-auth --user %{webyast_ws_user} --grant 
org.freedesktop.hal.power-management.shutdown >& /dev/null || true

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/system.rb new/www/app/models/system.rb
--- old/www/app/models/system.rb2010-07-15 10:31:45.0 +0200
+++ new/www/app/models/system.rb2011-02-01 10:49:25.0 +0100
@@ -57,14 +57,14 @@
# connect to the system bus
 # Make a fresh connection, to be able to reboot
 # after DBus is restarted, bnc#582759
-   system_bus = DBus::SystemBus.send :new
+   system_bus = DBus::SystemBus.send :new # RORSCAN_ITL
 
# get the HAL service
-   hal_service = system_bus.service('org.freedesktop.Hal')
+   hal_service = system_bus.service('org.freedesktop.Hal') # 
RORSCAN_ITL
 
computer = 
hal_service.object('/org/freedesktop/Hal/devices/computer')
computer.introspect
-   computer.default_iface = 
'org.freedesktop.Hal.Device.SystemPowerManagement'
+   computer.default_iface = 
'org.freedesktop.Hal.Device.SystemPowerManagement' # RORSCAN_ITL
 
case action
 






Remember to have fun...

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



commit webyast-roles-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-roles-ui for openSUSE:Factory
checked in at Wed May 4 10:53:46 CEST 2011.




--- webyast-roles-ui/webyast-roles-ui.changes   2010-09-28 12:44:19.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-roles-ui/webyast-roles-ui.changes  
2011-04-12 16:32:24.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 12 14:31:26 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.9 
+
+---
+Fri Jan 14 10:02:58 UTC 2011 - vgorob...@novell.com
+
+- New UI design
+- cleaned up javascripts and stylesheets
+- partially moved inline javascript in separate file
+- compleately moved inline css to new_input.css
+- 0.2.8
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-roles-ui.spec ++
--- /var/tmp/diff_new_pack.rkIUxg/_old  2011-05-04 10:50:15.0 +0200
+++ /var/tmp/diff_new_pack.rkIUxg/_new  2011-05-04 10:50:15.0 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.7
+Version:0.2.9
 Release:1
 Summary:WebYaST - Roles management UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/roles_controller.rb 
new/www/app/controllers/roles_controller.rb
--- old/www/app/controllers/roles_controller.rb 2010-09-15 13:17:51.0 
+0200
+++ new/www/app/controllers/roles_controller.rb 2011-01-19 10:41:48.0 
+0100
@@ -37,7 +37,7 @@
   end
 
   def self.users_role_id (role_id)
- "users_of_" + role_id.gsub(/ /,".") #replace space which cannot be in id 
- http://www.w3.org/TR/html4/types.html#type-name
+"users_of_" + role_id.gsub(/ /,"_") #replace space which cannot be in id - 
http://www.w3.org/TR/html4/types.html#type-name
   end
 
   def self.permission_role_id (permission_id, role_id)
@@ -52,8 +52,7 @@
 all_permissions = all_permissions.collect {|p| 
PrefixedPermission.new(p.id, p.description)}
 # create an [[key,value]] array of prefixed permissions, where key is the 
prefix
 @prefixed_permissions = PrefixedPermissions.new(all_permissions).sort
-@all_users_string = (User.find(:all,:params => {:getent => "1"}).collect 
{|user| user.login}).sort.join(",")
-Rails.logger.info @all_users_string
+@all_users_string = (User.find(:all,:params => {:getent => "1"}).collect 
{|user| user.login}).sort
   end
 
   # Update time handler. Sets to backend new timezone and time.
@@ -65,6 +64,7 @@
 YastModel::Permission.password = YaST::ServiceResource::Session.auth_token
 all_permissions = YastModel::Permission.find(:all).collect {|p| p.id }
 changed_roles = []
+
 @roles.each do |role|
   new_permissions = all_permissions.find_all do |perm|
 params[RolesController.permission_role_id perm, role.name]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/roles/index.rhtml 
new/www/app/views/roles/index.rhtml
--- old/www/app/views/roles/index.rhtml 2010-09-16 09:46:59.0 +0200
+++ new/www/app/views/roles/index.rhtml 2011-04-12 13:05:56.0 +0200
@@ -20,230 +20,73 @@
 # you may find current contact information at www.novell.com
 #++
 %>
-<% content_for :head do %>
-<% if JSMIN == true %>  
-<%= javascript_include_tag "users-min.js"-%>
-  <% else %>
-<%= javascript_include_tag "select_dialog.js" %>
-  <% end %>
-<% end%>
-
-
-  label.error {
-display:block;
-font-size:11px;
-font-weight:bold;
-color:#99;
-vertical-align:middle;
-padding:0px;
-margin:0px;
-  }
-  input.error { float: none;}
-  
-  /*Patch to support height: 'auto'*/
-  .ui-dialog-content {
-  overflow-y: auto;
-  }  
-
-
-<% content_for :before_script do %>
-  <% javascript_tag do %>
-function groupedFields(group_role_id) {
-  var header_check = $(".permissions-group-header 
.permission-field[group-role-id='"+group_role_id+"'] input")[0];
-  var field_checks = $(".permissions-group-content 
.permission-field[group-role-id='"+group_role_id+"'] input").get();
-  return { header : header_check, fields : field_checks };
-};
-function all(items, cond) {
-  items_length = items.length;
-  for (var i=0;i,
-selected_title : <%= jss _('Selected Users') %>,
-unselected_title : <%= jss _('Available Users') %>,
-tooltip : <%= jss _('Click user names to assign/remove users') %>,
-loadItems : function (dialogId) {
-  return $('#users_of_'+dialogId.replace(/ 
/g,"\\."))[0].value.split(",")
-},
-storeItems : function (dialogId, items) {
-  

commit webyast-software-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-software-ws for 
openSUSE:Factory
checked in at Wed May 4 10:49:27 CEST 2011.




--- webyast-software-ws/webyast-software-ws.changes 2011-02-09 
10:19:23.0 +0100
+++ 
/mounts/work_src_done/STABLE/webyast-software-ws/webyast-software-ws.changes
2011-05-03 11:01:41.0 +0200
@@ -1,0 +2,24 @@
+Tue May  3 09:01:34 UTC 2011 - sch...@novell.com
+
+- adapted deleting cache key
+- 0.3.5 
+
+---
+Mon May  2 12:43:38 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.3.4 
+
+---
+Tue Apr 12 13:29:12 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.3.3 
+
+---
+Fri Feb 11 09:42:29 UTC 2011 - jreidin...@novell.com
+
+- fix installing patches which require EULA confirmation
+  (bnc#669470)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-software-ws.spec ++
--- /var/tmp/diff_new_pack.1Mx9xm/_old  2011-05-04 10:46:53.0 +0200
+++ /var/tmp/diff_new_pack.1Mx9xm/_new  2011-05-04 10:46:53.0 +0200
@@ -48,7 +48,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.3.2
+Version:0.3.5
 Release:1
 Summary:WebYaST - software management service
 Source: www.tar.bz2
@@ -128,7 +128,7 @@
 %endif
 %endif
 
-mkdir -p $RPM_BUILD_ROOT/var/lib/yastws/software
+mkdir -p $RPM_BUILD_ROOT/var/lib/yastws/software/licenses/accepted
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -143,6 +143,7 @@
 # grant the permission for the webservice user
 polkit-auth --user %{webyast_ws_user} --grant 
org.freedesktop.packagekit.system-sources-configure >& /dev/null || true
 polkit-auth --user %{webyast_ws_user} --grant 
org.freedesktop.packagekit.system-update >& /dev/null || true
+polkit-auth --user %{webyast_ws_user} --grant 
org.freedesktop.packagekit.package-eula-accept >& /dev/null || true
 
 %files
 %defattr(-,root,root)
@@ -159,7 +160,6 @@
 %{plugin_dir}/uninstall.rb
 %{plugin_dir}/app
 %{plugin_dir}/lib
-%{plugin_dir}/scripts
 %{plugin_dir}/config
 %attr(644,root,root) %config 
/usr/share/PolicyKit/policy/org.opensuse.yast.system.patches.policy
 %attr(644,root,root) %config 
/usr/share/PolicyKit/policy/org.opensuse.yast.system.packages.policy




++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/packages_controller.rb 
new/www/app/controllers/packages_controller.rb
--- old/www/app/controllers/packages_controller.rb  2010-08-27 
14:58:55.0 +0200
+++ new/www/app/controllers/packages_controller.rb  2011-04-11 
12:49:05.0 +0200
@@ -25,13 +25,8 @@
 
before_filter :login_required
 
-   # always check permissions and cache expiration
-   # even if the result is already created and cached
+   # always check permissions
before_filter :check_read_permissions, :only => {:index, :show}
-   before_filter :check_cache_status, :only => :index
-
-   # cache 'index' method result
-   caches_action :index
 
   private
 
@@ -39,24 +34,6 @@
 permission_check "org.opensuse.yast.system.patches.read"
   end
 
-  # check whether the cached result is still valid
-  def check_cache_status
-cache_timestamp = Rails.cache.read('patches:timestamp')
-
-if cache_timestamp.nil?
-   # this is the first run, the cache is not initialized yet, just return
-   Rails.cache.write('patches:timestamp', Time.now)
-   return
-# the cache expires after 5 minutes, repository metadata
-# or RPM database update invalidates the cache immeditely
-# (new patches might be applicable)
-elsif cache_timestamp < 5.minutes.ago || cache_timestamp < Patch.mtime
-   logger.debug " Patch cache expired"
-   expire_action :action => :index, :format => params["format"]
-   Rails.cache.write('patches:timestamp', Time.now)
-end
-  end
-
   def compare_lists(packages)
 vendor_packages = Array.new
 #TODO: replace by real yml file
@@ -73,8 +50,8 @@
 
   public
 
-  # GET /patch_updates
-  # GET /patch_updates.xml
+  # GET /packages
+  # GET /packages.xml
   def index
 # note: permission check was performed in :before_filter
 @packages = Package.find(:installed)
@@ -87,13 +64,13 @@
 end
   end
 
-  # GET /patch_updates/1
-  # GET /patch_updates/1.xml
+  # GET /packages/1
+  # GET /packages/1.xml
   def show
   end
 
-  # PUT /patch_updates/1
-  # PUT /patch_updates/1.xml
+  # PUT /packages/1
+  # PUT /packages/1.xml
   def update
   end
 
diff -urN '--exclude=CVS' '--exclude=.cv

commit webyast-status-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-status-ui for 
openSUSE:Factory
checked in at Wed May 4 10:46:42 CEST 2011.




--- webyast-status-ui/webyast-status-ui.changes 2010-08-30 12:31:57.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-status-ui/webyast-status-ui.changes
2011-05-03 11:56:27.0 +0200
@@ -1,0 +2,19 @@
+Tue May  3 09:52:01 UTC 2011 - vle...@novell.com
+
+- splitted status string into rows
+- fixed failed test cases
+- 0.2.9 
+
+---
+Thu Apr 14 14:08:48 UTC 2011 - vle...@novell.com
+
+- fixed failed functional test cases
+- 0.2.8 
+
+---
+Tue Apr 12 14:37:31 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.7
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-status-ui.spec ++
--- /var/tmp/diff_new_pack.kYN3dz/_old  2011-05-04 10:42:54.0 +0200
+++ /var/tmp/diff_new_pack.kYN3dz/_new  2011-05-04 10:42:54.0 +0200
@@ -29,7 +29,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.6
+Version:0.2.9
 Release:1
 Summary:WebYaST - system status UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/status_controller.rb 
new/www/app/controllers/status_controller.rb
--- old/www/app/controllers/status_controller.rb2010-06-02 
14:28:13.0 +0200
+++ new/www/app/controllers/status_controller.rb2011-04-29 
13:40:08.0 +0200
@@ -1,30 +1,30 @@
 #--
 # Copyright (c) 2009-2010 Novell, Inc.
-# 
+#
 # All Rights Reserved.
-# 
+#
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License
 # as published by the Free Software Foundation.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, contact Novell, Inc.
-# 
+#
 # To contact Novell about this file by physical or electronic mail,
 # you may find current contact information at www.novell.com
 #++
 
 require 'yast/service_resource'
 require 'client_exception'
-require 'open-uri'
+require 'open-uri' # RORSCAN_ITL
 
 class StatusController < ApplicationController
-  
+
   before_filter :login_required
   layout "main"
 
@@ -45,7 +45,7 @@
 group.single_graphs.each do |single_graph|
   single_graph.lines.each do |line|
 if line.limits.reached == "true"
-  label = group.id 
+  label = group.id
   label += "/" + single_graph.headline if group.single_graphs.size > 1
   label += "/" + line.label unless line.label.blank?
   if status.empty?
@@ -53,8 +53,8 @@
   else
 status += "; " + label
   end
-end 
-  end
+end
+  end
 end
 return status
   end
@@ -75,13 +75,13 @@
   status.attributes["value"].each{ |value|
 if value.column == column_id
   value.value.collect!{|x| x.tr('\"','')} #removing \"
-  value.value.size.times{|t| ret << [(value.start.to_i + 
t*value.interval.to_i)*1000, value.value[t].to_f/scale]} # *1000 --> jlpot 
evalutas MSec for date format
+  value.value.size.times{|t| ret << [(value.start.to_i + 
t*value.interval.to_i)*1000, value.value[t].to_f/scale]} # *1000 --> jlpot 
evalutas MSec for date format  # RORSCAN_ITL
   break
 end
   }
 else #only one value
   status.value.value.collect!{|x| x.tr('\"','')} #removing \"
-  status.value.value.size.times{|t| ret << [(status.value.start.to_i + 
t*status.value.interval.to_i)*1000, status.value.value[t].to_f/scale]} # *1000 
--> jlpot evalutas MSec for date format
+  status.value.value.size.times{|t| ret << [(status.value.start.to_i + 
t*status.value.interval.to_i)*1000, status.value.value[t].to_f/scale]} # *1000 
--> jlpot evalutas MSec for date format # RORSCAN_ITL
 end
 
 #strip zero values at the end of the array
@@ -121,11 +121,11 @@
 end
 lines = params[:lines].to_i || DEFAULT_LINES
 pos_begin = params[:pos_begin].to_i || 0
-begin 
+begin
   log = Logs.find(params[:id], :params => { :pos_begin => pos_begin, 
:lines => lines })
   content = log.content.value if log
   position = log.content.position.to_i if log
-  render(:partial => 's

commit webyast-status-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-status-ws for 
openSUSE:Factory
checked in at Wed May 4 10:42:46 CEST 2011.




--- webyast-status-ws/webyast-status-ws.changes 2011-02-09 09:28:27.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-status-ws/webyast-status-ws.changes
2011-05-02 14:45:24.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:45:10 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.7 
+
+---
+Tue Apr 12 13:30:44 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-status-ws.spec ++
--- /var/tmp/diff_new_pack.Ra6I1b/_old  2011-05-04 10:39:21.0 +0200
+++ /var/tmp/diff_new_pack.Ra6I1b/_new  2011-05-04 10:39:21.0 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.5
+Version:0.2.7
 Release:1
 Summary:WebYaST - system status service
 Source: www.tar.bz2



++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/graphs_controller.rb 
new/www/app/controllers/graphs_controller.rb
--- old/www/app/controllers/graphs_controller.rb2011-02-01 
10:49:25.0 +0100
+++ new/www/app/controllers/graphs_controller.rb2011-04-11 
12:49:05.0 +0200
@@ -62,11 +62,7 @@
   def index
 permission_check("org.opensuse.yast.system.status.read") # RORSCAN_ITL
 init_translation
-
-bgr = params['background'] == 'true'
-Rails.logger.info "Reading status in background" if bgr
-
-@graph = Graph.find(:all, params[:checklimits] || false, {:background => 
bgr})
+@graph = Graph.find(:all, params[:checklimits] || true)
 render :show
   end
 
@@ -76,6 +72,6 @@
   def show
 permission_check("org.opensuse.yast.system.status.read") # RORSCAN_ITL
 init_translation
-@graph = Graph.find(params[:id], params[:checklimits] || false)
+@graph = Graph.find(params[:id], params[:checklimits] || true)
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/plugins_controller.rb 
new/www/app/controllers/plugins_controller.rb
--- old/www/app/controllers/plugins_controller.rb   2011-02-01 
10:49:25.0 +0100
+++ new/www/app/controllers/plugins_controller.rb   2011-04-11 
12:49:05.0 +0200
@@ -63,8 +63,9 @@
   #
   def index
 permission_check("org.opensuse.yast.system.status.read") # RORSCAN_ITL
-load_translations
-@plugins = Plugin.find(:all)
+what = :all
+load_translations unless Rails.cache.exist?("plugin:find:#{what.inspect}")
+@plugins = Plugin.find(what)
 render :show
   end
   
@@ -73,7 +74,7 @@
   #
   def show
 permission_check("org.opensuse.yast.system.status.read") # RORSCAN_ITL
-load_translations
+load_translations unless Rails.cache.exist?("plugin:find:#{params[:id]}")
 @plugins = Plugin.find(params[:id])
 render :show
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/graph.rb new/www/app/models/graph.rb
--- old/www/app/models/graph.rb 2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/graph.rb 2011-04-29 18:23:25.0 +0200
@@ -38,10 +38,6 @@
   attr_reader :y_decimal_places
   attr_reader :single_graphs
 
-  CONFIGURATION_FILE = "status_configuration.yaml"
-  TRANSLATE = true
-
-
   private
 
   # avoid race conditions when creating the config file
@@ -49,10 +45,14 @@
   #
   @@mutex = Mutex.new
 
+  #global variables
+  @@configuration_file = "status_configuration.yaml" 
+  @@translate = true
+
   # 
   # reading data from Metric
   #
-  def read_data(id)
+  def self.read_data(id)
 data = {}
 metric = Metric.find(id)
 data = metric.data() if metric
@@ -66,7 +66,7 @@
   def check_limits(metric_id, metric_column, limits)
 id = Metric.default_host + "+" + metric_id
 metric_column ||= "value"
-data = read_data(id)
+data = Graph.read_data(id)
 limit_reached = false
 data.each do |key, values|
   if key == metric_column
@@ -84,7 +84,7 @@
   end
   break if limit_reached
 end
-return limit_reached
+limit_reached
   end
 
   #
@@ -244,7 +244,7 @@
   # reading configuration file
   #
   def self.parse_config(translate = false, path = nil)
-path = File.join(Graph.plugin_config_dir(), CONFIGURATION_FILE ) if path 
== nil
+path = File.join(Graph.plugin_config_dir(), @@configuration_file ) if path 
== nil
 #create default configuration file
 Graph.cr

commit webyast-time-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-time-ui for openSUSE:Factory
checked in at Wed May 4 10:39:13 CEST 2011.




--- webyast-time-ui/webyast-time-ui.changes 2010-08-30 12:37:50.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-time-ui/webyast-time-ui.changes
2011-05-02 16:35:14.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 14:31:49 UTC 2011 - vle...@novell.com
+
+- uniform appearance for all modules in basesystem setup workflow
+- 0.2.5
+
+---
+Tue Apr 12 14:41:34 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.4 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-time-ui.spec ++
--- /var/tmp/diff_new_pack.5zVDFF/_old  2011-05-04 10:38:27.0 +0200
+++ /var/tmp/diff_new_pack.5zVDFF/_new  2011-05-04 10:38:27.0 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.3
+Version:0.2.5
 Release:1
 Summary:WebYaST - time management UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/time_controller.rb 
new/www/app/controllers/time_controller.rb
--- old/www/app/controllers/time_controller.rb  2010-07-19 13:29:26.0 
+0200
+++ new/www/app/controllers/time_controller.rb  2011-04-11 16:48:55.0 
+0200
@@ -114,9 +114,9 @@
 # since while calling this function there is different instance of the 
class
 # than when calling index, @@timezones were empty; reinitialize them
 # possible FIXME: how does it increase the amount of data transferred?
-systemtime = Systemtime.find :one
+systemtime = Systemtime.find :one  # RORSCAN_ITL
 
-timezones = systemtime.timezones
+timezones = systemtime.timezones # RORSCAN_ITL
 
 region = timezones.find { |r| r.name == params[:value] } #possible FIXME 
later it gets class, not a string
 return false unless region #possible FIXME: is returnign false for AJAX 
correct?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/time/_timezones.rhtml 
new/www/app/views/time/_timezones.rhtml
--- old/www/app/views/time/_timezones.rhtml 2010-05-28 09:52:16.0 
+0200
+++ new/www/app/views/time/_timezones.rhtml 2011-04-26 17:31:09.0 
+0200
@@ -1,21 +1,21 @@
 <%#
 #--
 # Copyright (c) 2009-2010 Novell, Inc.
-# 
+#
 # All Rights Reserved.
-# 
+#
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License
 # as published by the Free Software Foundation.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, contact Novell, Inc.
-# 
+#
 # To contact Novell about this file by physical or electronic mail,
 # you may find current contact information at www.novell.com
 #++
@@ -31,4 +31,5 @@
 list.sort!
 %>
 <%= select_tag "timezone",
-  options_for_select(list, central), :disabled=> disabled, :style => "width: 
300px;" %>
+  options_for_select(list, central), :disabled=> disabled %>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/time/index.rhtml 
new/www/app/views/time/index.rhtml
--- old/www/app/views/time/index.rhtml  2010-08-27 14:11:07.0 +0200
+++ new/www/app/views/time/index.rhtml  2011-04-28 14:32:19.0 +0200
@@ -1,20 +1,20 @@
 
@@ -33,10 +33,10 @@
padding-left:.5em;
vertical-align:middle;
 }
-label.valid { 
+label.valid {
background: url('../images/checked.gif') no-repeat;
padding:0px 0px 0px 18px;
-   vertical-align:middle; 
+   vertical-align:middle;
margin-left:5px;
 }
   
@@ -46,19 +46,19 @@
   $("#date_date").datepicker( { dateFormat: 'dd/mm/yy'} );
 });
   <% end -%>
-  
+
   <% if JSMIN == false %>
 <%= javascript_include_tag "validation.js" %>
-
+
   <% end %>
-  
+
   

commit webyast-time-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-time-ws for openSUSE:Factory
checked in at Wed May 4 10:38:13 CEST 2011.




--- webyast-time-ws/webyast-time-ws.changes 2010-08-23 16:42:57.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-time-ws/webyast-time-ws.changes
2011-04-12 15:35:40.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 13:35:10 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.1 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-time-ws.spec ++
--- /var/tmp/diff_new_pack.LWvtMY/_old  2011-05-04 10:37:57.0 +0200
+++ /var/tmp/diff_new_pack.LWvtMY/_new  2011-05-04 10:37:57.0 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.0
+Version:0.2.1
 Release:1
 Summary:WebYaST - time management
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/systemtime_controller.rb 
new/www/app/controllers/systemtime_controller.rb
--- old/www/app/controllers/systemtime_controller.rb2010-07-15 
10:31:45.0 +0200
+++ new/www/app/controllers/systemtime_controller.rb2011-02-01 
10:49:25.0 +0100
@@ -19,7 +19,7 @@
 # you may find current contact information at www.novell.com
 #++
 
-require 'systemtime'
+require 'systemtime' # RORSCAN_ITL
 
 # = Systemtime controller
 # Provides access to time settings for authentificated users.
@@ -39,12 +39,12 @@
 yapi_perm_check "time.write"
 root = params[:systemtime]
 if root == nil
-  logger.error "Response doesn't contain systemtime key"
+  logger.error "Response doesn't contain systemtime key" # RORSCAN_ITL
   raise InvalidParameters.new :timezone => "Missing"
 end
 
-systemtime = Systemtime.new(root)
-systemtime.save
+systemtime = Systemtime.new(root) # RORSCAN_ITL
+systemtime.save # RORSCAN_ITL
 show
   end
 
@@ -56,11 +56,11 @@
   # Shows time settings. Requires read permission for time YaPI.
   def show
 yapi_perm_check "time.read"
-systemtime = Systemtime.find
+systemtime = Systemtime.find # RORSCAN_ITL
 
 respond_to do |format|
-  format.xml { render  :xml => systemtime.to_xml( :dasherize => false ) }
-  format.json { render :json => systemtime.to_json( :dasherize => false ) }
+  format.xml { render  :xml => systemtime.to_xml( :dasherize => false ) } 
# RORSCAN_ITL
+  format.json { render :json => systemtime.to_json( :dasherize => false ) 
} # RORSCAN_ITL
 end
 
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/systemtime.rb 
new/www/app/models/systemtime.rb
--- old/www/app/models/systemtime.rb2010-07-15 10:31:45.0 +0200
+++ new/www/app/models/systemtime.rb2011-04-11 12:49:05.0 +0200
@@ -23,6 +23,11 @@
 # Provides set and gets resources from YaPI time module.
 # Main goal is handle YaPI specific calls and data formats. Provides cleaned
 # and well defined data.
+
+# CACHING makes currently no sense cause the current time has to be 
+# evaluate everytime which will be also made by YaST:YAPI 
+# (It is not so easy as it sounds :-))
+
 class Systemtime < BaseModel::Base
 
   # Date settings format is dd/mm/






Remember to have fun...

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



commit webyast-users-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-users-ws for openSUSE:Factory
checked in at Wed May 4 10:37:49 CEST 2011.




--- webyast-users-ws/webyast-users-ws.changes   2011-02-09 10:07:55.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-users-ws/webyast-users-ws.changes  
2011-05-02 14:47:41.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:47:34 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.4 
+
+---
+Tue Apr 12 13:36:33 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.3 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-users-ws.spec ++
--- /var/tmp/diff_new_pack.T25SEi/_old  2011-05-04 10:36:47.0 +0200
+++ /var/tmp/diff_new_pack.T25SEi/_new  2011-05-04 10:36:47.0 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.2
+Version:0.2.4
 Release:1
 Summary:WebYaST - users management
 Source: www.tar.bz2


++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/groups_controller.rb 
new/www/app/controllers/groups_controller.rb
--- old/www/app/controllers/groups_controller.rb2011-02-01 
10:49:11.0 +0100
+++ new/www/app/controllers/groups_controller.rb2011-04-11 
12:49:05.0 +0200
@@ -71,7 +71,6 @@
   Rails.logger.error "No groups found."
   render ErrorResult.error(404, 2, "No groups found") and return
 end
-@groups.sort! {|x,y| x.cn <=> y.cn}
 
 respond_to do |format|
   format.xml { render  :xml => @groups.to_xml(:root => "groups", 
:dasherize => false ) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/getent_passwd.rb 
new/www/app/models/getent_passwd.rb
--- old/www/app/models/getent_passwd.rb 2011-02-01 10:49:25.0 +0100
+++ new/www/app/models/getent_passwd.rb 2011-04-29 18:23:25.0 +0200
@@ -25,28 +25,30 @@
   attr_reader :full_name
 
   def self.find
-result = []
-res = pure_getent
-raise "cannot obtain passwd" unless res
-minimum = system_minimum # RORSCAN_ITL
-minimum = 1000 if minimum == 0 #fallback
-lines = res.split "\n"
-lines.each do |l|
-  elements = l.split ":"
-  if elements[2].to_i >= minimum &&
-elements[0] != "nobody" #bnc#632326
-result << GetentPasswd.new(:login => elements[0], :full_name => 
elements[4])
-  end
-end
-active_directory_users = pure_wbinfo
-if $?
-  lines = active_directory_users.split "\n"
+YastCache.fetch(self) {
+  result = []
+  res = pure_getent
+  raise "cannot obtain passwd" unless res
+  minimum = system_minimum # RORSCAN_ITL
+  minimum = 1000 if minimum == 0 #fallback
+  lines = res.split "\n"
   lines.each do |l|
-l.chomp!
-result << GetentPasswd.new(:login => l, :full_name => l)
+elements = l.split ":"
+if elements[2].to_i >= minimum &&
+  elements[0] != "nobody" #bnc#632326
+  result << GetentPasswd.new(:login => elements[0], :full_name => 
elements[4])
+end
+  end
+  active_directory_users = pure_wbinfo
+  if $?
+lines = active_directory_users.split "\n"
+lines.each do |l|
+  l.chomp!
+  result << GetentPasswd.new(:login => l, :full_name => l)
+end
   end
-end
-result
+  result
+}
   end
 
 private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/group.rb new/www/app/models/group.rb
--- old/www/app/models/group.rb 2011-02-01 10:49:25.0 +0100
+++ new/www/app/models/group.rb 2011-04-29 18:23:25.0 +0200
@@ -62,16 +62,23 @@
 public
 
   def self.find (cn)
-result = group_get( "system", cn )
-result = group_get( "local", cn )  if result.empty?
-return nil if result.empty?
-make_group result
+return find_all if cn == :all
+YastCache.fetch(self, cn) {
+  result = group_get( "system", cn )
+  result = group_get( "local", cn )  if result.empty?
+  return nil if result.empty?
+  make_group result
+}
   end
 
   def self.find_all
-result = groups_get "local"
-result.update( groups_get "system")
-result.collect { |k,v| make_group v }
+YastCache.fetch(self, :all) {
+  result = groups_get "local"
+  result.update( groups_get "system")
+  result_array = []
+  result.each { |k,v| result_array << make_group(v) }
+  result_array.sort! {|x,y| x.cn <=> y.cn}
+}
   end
 
   def save
@@ -8

commit gnome-shell for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory
checked in at Wed May 4 10:32:58 CEST 2011.




--- GNOME/gnome-shell/gnome-shell.changes   2011-02-18 02:51:45.0 
+0100
+++ /mounts/work_src_done/STABLE/gnome-shell/gnome-shell.changes
2011-04-28 15:39:24.0 +0200
@@ -1,0 +2,343 @@
+Thu Apr 28 13:38:59 UTC 2011 - malcolmle...@opensuse.org
+
+- Manually create %{_datadir}/gnome-shell/extensions and own it:
+  we don't want every extension to have to own it. 
+
+---
+Wed Apr 27 15:02:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Network menu:
+- bgo#646395: fix problems updating the menu for mobile
+  broadband devices.
+- bgo#646074: fix missing device descriptions with multiple
+  devices of the same type.
+- bgo#646141: label ad-hoc neworks with an appropriate icon.
+- bgo#646946: fix displaying some devices states as "invalid".
+- bgo#647040: fix problems with access points that don't report
+  a SSID.
+- Miscellaneous minor bug fixes: bgo#645981, bgo#646558,
+  bgo#646443, bgo#646708, bgo#646968.
+  + Application menu and icon:
+- bgo#644122: fix bug where application menu icon was missing
+  at GNOME Shell startup.
+- bgo#647082: fix missing application menu for dialog windows.
+- bgo#646689: when launching an application through an
+  alternate launcher (like for a System Settings pane),
+  association the windows with the application, not the
+  launcher.
+  + Activities overview:
+- bgo#647778: load the applications view incrementally to avoid
+  potentially freezing for multiple seconds.
+- bgo#645801: fix bug where package installation while the
+  overview was up could result in a corrupted application
+  display.
+- bgo#645990: fix dragging from the search results to launch
+  apps and docs.
+- bgo#646019: fix flickering of selection when searching in the
+  overview.
+- bgo#636341: fix bug when typing into the search box when text
+  was already selected.
+  + bgo#646921: fix layout of notifications for right-to-left
+languages.
+  + bgo#648132: remove a confusing special case where Alt-Tab
+sometimes switched to a different window of the same
+application rather than to a different application.
+  + bgo#648132: fix a crash that could happen when a window was
+opened on a workspace that was immediately removed.
+  + bgo#646740: fix keyboard navigation in logout/reboot dialogs.
+  + Fix missing inspector icon in Looking Glass console.
+  + Miscellaneous minor bug fixes: bgo#645648, bgo#646205,
+bgo#646257, bgo#646855, bgo#647098, bgo#646730.
+- Update default-applications.patch to use correct .desktop
+  filename for libreoffice.
+- Drop gnome-shell-fix-gnome-bluetooth.patch: fixed upstream.
+
+---
+Thu Apr  7 08:43:28 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0.2:
+  + bgo#646333: fix missing import that was preventing extensions
+from loading.
+  + Updated translations.
+
+---
+Wed Apr  6 08:59:23 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0.1:
+  + bgo#646825: fix problem with stuck event handling if network
+menu pops down while user is using the scrollbar.
+
+---
+Tue Apr  5 16:19:09 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Add shell_get_file_contents_utf8_sync(), use it instead of gio
+temporarily.
+  + gnome-shell.css: fix multiple calendar layout issues
+  + network:
+- fix alignment of secure vs insecure wireless icons
+- fix parameters to _findConnection
+- fix VPN connection state
+- ignore invalid and unsupported connection types
+- fix logic bug in checking whether to activate or deactive.
+  + end-session-dialog: Show default icon if user icon is unset
+  + use scrollbar in sub-menu if needed
+  + notificationDaemon: only ignore 'chat' and 'presence'
+notifications from Empathy (bgo#645932)
+  + Updated translations.
+- Drop 0001-src-add-more-stuff-to-gnome_shell_real_LDADD.patch: no
+  longer needed.
+
+---
+Tue Mar 29 08:39:21 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Move GSettings schemas under /org/gnome
+  + Telepathy chat in message tray:
+- Add proper timestamps between old messages and log messages,
+  gray out log messages.
+- Fix duplicate messages
+  + Network indicator:
+- Show "firmware missing" when firmware is not available
+- Mark WEP/WPA wireless networks with a security icon
+- Misc bug fixes
+  + If present, put the IBus status tray icon in the system status
+area.
+  + Look for 

commit webyast-users-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-users-ui for openSUSE:Factory
checked in at Wed May 4 10:27:30 CEST 2011.




--- webyast-users-ui/webyast-users-ui.changes   2010-08-30 12:43:11.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-users-ui/webyast-users-ui.changes  
2011-04-14 09:18:45.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 12 14:43:13 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.11 
+
+---
+Thu Mar 24 11:33:13 UTC 2011 - vle...@novell.com
+
+- wrong dependencies in webyast-user-ui, users module should pre require 
webyast-base-ui >= 0.2.0 ([yast-internal] Fwd: [studio-feedback] [Feedback] Bug 
on  my appliance: SLES 11 sp1 JeOS-fsDeployed...) 
+- 0.2.10
+---
+Fri Nov 26 10:17:07 CET 2010 - mzu...@suse.cz
+
+- accept system users (bnc#638476)
+- 0.2.9 
+
+---
+Fri Nov 26 09:57:37 CET 2010 - mzu...@suse.cz
+
+- untranslated text (bnc#603782)
+- 0.2.8 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-users-ui.spec ++
--- /var/tmp/diff_new_pack.sPxvIV/_old  2011-05-04 10:23:15.0 +0200
+++ /var/tmp/diff_new_pack.sPxvIV/_new  2011-05-04 10:23:15.0 +0200
@@ -23,19 +23,19 @@
 Provides:   yast2-webclient-users = %{version}
 Obsoletes:  yast2-webclient-users < %{version}
 # updated jQuery quicksearch plugin
-PreReq: yast2-webclient >= 0.1.17
+PreReq: webyast-base-ui >= 0.2.0
 PreReq: webyast-users-ws >= 0.1.6
 License:GPLv2
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.7
+Version:0.2.11
 Release:1
 Summary:WebYaST - users management UI
 Source: www.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  rubygem-mocha rubygem-test-unit rubygem-webyast-rake-tasks 
webyast-base-ui-testsuite
+BuildRequires:  rubygem-mocha rubygem-test-unit rubygem-webyast-rake-tasks 
webyast-base-ui webyast-base-ui-testsuite
 BuildRequires:  tidy
 
 #

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/groups_controller.rb 
new/www/app/controllers/groups_controller.rb
--- old/www/app/controllers/groups_controller.rb2010-05-28 
09:52:16.0 +0200
+++ new/www/app/controllers/groups_controller.rb2011-01-19 
10:39:15.0 +0100
@@ -139,9 +139,12 @@
group.members_string = group.members.join(",")
   end
 @all_users_string = ""
+@all_sys_users_string = ""
 @users = []
+@sys_users = []
 if @permissions[:usersget] == true
   @users = User.find(:all, :params => { :attributes => "uid"})
+  @sys_users = User.find( :all, :params=> { 
"attributes"=>"cn,uidNumber,uid", "type"=>"system", "index"=>["s", "uid"]} )
 end
 @users.each do |user|
if @all_users_string.blank?
@@ -151,6 +154,14 @@
end
 end
 
+@sys_users.each do |user|
+   if @all_sys_users_string.blank?
+  @all_sys_users_string = user.uid
+   else
+  @all_sys_users_string += ",#{user.uid}"
+   end
+end
+
 rescue ActiveResource::ResourceNotFound => e
   flash[:error] = _("Cannot read groups list.")
   return
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/users_controller.rb 
new/www/app/controllers/users_controller.rb
--- old/www/app/controllers/users_controller.rb 2010-08-04 16:42:28.0 
+0200
+++ new/www/app/controllers/users_controller.rb 2011-04-12 11:29:23.0 
+0200
@@ -66,7 +66,14 @@
 return roles
   end
 
-
+def all_users
+all_users_list = []
+all_users = User.find :all
+all_users.each do |user|
+  all_users_list.push(user.uid)
+end
+all_users_list.join(",")
+end
   public
   def initialize
   end
@@ -166,6 +173,9 @@
   all_roles.push(role.name)
  end
 @all_roles_string = all_roles.join(",")
+
+@all_users_string = all_users
+
 @groups = []
 if @permissions[:groupsget] == true
   @groups = Group.find :all
@@ -251,6 +261,7 @@
 :type  => "local"
 )
 @user.grp_string   = dummy.grp_string
+@all_users_string = all_users
 
 response = true
 begin
@@ -298,18 +309,14 @@
  save_roles(@user.id,params["user"]["roles_string"])
 end
 
-response = true
 begin
-  response = @user.save
-  rescue ActiveResource::ClientError => e
-flash[:error] = YaST::ServiceResource.error(e)
-

commit gdl for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gdl for openSUSE:Factory
checked in at Wed May 4 10:22:52 CEST 2011.




--- GNOME/gdl/gdl.changes   2011-03-21 17:58:05.0 +0100
+++ /mounts/work_src_done/STABLE/gdl/gdl.changes2011-04-27 
15:18:32.0 +0200
@@ -1,0 +2,50 @@
+Wed Apr 27 13:16:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Set GtkJunctionSides for GdlSwitcher toggle buttons.
+  + Updated translations.
+
+---
+Tue Apr  5 17:34:44 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Fix missing return values
+  + Updated translations.
+- Changes from version 2.91.92:
+  + Build fixes
+  + Translation updates
+- Changes from version 2.91.90:
+  + Translation updates
+- Changes from version 2.91.4:
+  + Fixed for latest gtk+
+- Changes from version 2.91.3:
+  + GIR build fixed for vala
+  + Use gtk_paned_new instead() of gtk_[h,v]paned_new()
+- Changes from version 2.91.2:
+  + bgo#633499: prepare for the demise of size_request
+  + Some smaller fixes for leftovers of the gtk+-3.0 transition
+- Changes from version 2.91.1:
+  + Ported to lastest gtk+ master:
+   - bgo#633049: Stop using GtkObject
+   - bgo#630841: Don't use deprecated GDK drawing APIs
+   - bgo#631070: Use upstream gettext instead the Glib one
+   - bgo#624636: Update to new GtkNotebook switch-page signal
+ signature.
+  + Due to new drawing API we have much nicer preview windows now.
+- Changes from version 2.90.0:
+  + Depends on gtk+-3.0 now:
+- new library name libgdl3
+- new pkg-config name gdl-3.0
+- Drop gdl-build-fix.patch: fixed upstream.
+- Update library package name to follow library soname change.
+- Change gtk2-devel BuildRequires to gtk3-devel.
+- Add gobject-introspection-devel BuildRequires to build
+  introspection support.
+- Remove explicit Requires of gtk2-devel and libxml2-devel in devel
+  subpackage: they will automatically be added the pkgconfig() way.
+- Remove Obsoletes for libgdl-1-0 as this is not needed anymore
+  with the soname change.
+- Remove Provides/Obsoletes for gdl-doc as this was long enough
+  ago.
+
+---

calling whatdependson for head-i586


Old:

  gdl-2.30.1.tar.bz2
  gdl-build-fix.patch

New:

  gdl-3.0.1.tar.bz2



Other differences:
--
++ gdl.spec ++
--- /var/tmp/diff_new_pack.Fy27Vu/_old  2011-05-04 10:16:34.0 +0200
+++ /var/tmp/diff_new_pack.Fy27Vu/_new  2011-05-04 10:16:34.0 +0200
@@ -20,19 +20,18 @@
 
 Name:   gdl
 BuildRequires:  fdupes
-BuildRequires:  gtk2-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 License:LGPLv2.1+
 Group:  System/Libraries
-Version:2.30.1
-Release:5
+Version:3.0.1
+Release:1
 Summary:Gnome Devtool Libraries contains components and libraries
 Source: 
http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
 Source1:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM gdl-build-fix.patch bgo603600 vu...@opensuse.org -- 
Missing return values
-Patch0: gdl-build-fix.patch
 Url:http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,16 +40,15 @@
 intended to be shared between GNOME development tools, including
 gnome-debug, gnome-build, and anjuta2.
 
-%package -n libgdl-1-3
+%package -n libgdl-3-1
 License:LGPLv2.1+
 Summary:Gnome Devtool Libraries contains components and libraries
 Group:  System/Libraries
 Requires:   %{name}-lang = %{version}
 Obsoletes:  gdl < %{version}
 Provides:   gdl = %{version}
-Obsoletes:  libgdl-1-0 < 2.27.2
 
-%description -n libgdl-1-3
+%description -n libgdl-3-1
 Gnome Devtool Libraries contains components and libraries that are
 intended to be shared between GNOME development tools, including
 gnome-debug, gnome-build, and anjuta2.
@@ -59,10 +57,7 @@
 License:LGPLv2.1+
 Summary:Gnome Devtool Libraries contains components and libraries
 Group:  System/Libraries
-Requires:   libgdl-1-3 = %{version}
-Requires:   gtk2-devel libxml2-devel
-Obsoletes:  gdl-doc < 2.24.0
-Provides:   gdl-doc = 2.24.0
+Requires:   libgdl-3-1 = %{version}
 
 %description devel
 Gnome Devtool Libraries contains components and libraries that are
@@ -73,44 +68,42 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1
 
 %install 
 %makeinstall
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 rm $RPM_BUILD_ROOT/%{_libdir}/

commit dhcp for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory
checked in at Wed May 4 10:16:24 CEST 2011.




--- dhcp/dhcp.changes   2011-04-29 15:49:29.0 +0200
+++ /mounts/work_src_done/STABLE/dhcp/dhcp.changes  2011-05-03 
14:28:14.0 +0200
@@ -1,0 +2,7 @@
+Tue May  3 12:27:08 UTC 2011 - m...@suse.de
+
+- Fixed dhclient-script typo causing ISC DHCPv6 client to execute
+  ifup pre-down scripts also while renew, when the ipv6 address
+  did not changed (bnc#690859).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.DiZIGW/_old  2011-05-04 10:15:28.0 +0200
+++ /var/tmp/diff_new_pack.DiZIGW/_new  2011-05-04 10:15:28.0 +0200
@@ -36,7 +36,7 @@
 Group:  Productivity/Networking/Boot/Servers
 AutoReqProv:on
 Version:4.2.1.P1
-Release:1
+Release:3
 Summary:Common Files Used by ISC DHCP Software
 Url:http://www.isc.org/software/dhcp
 Source0:dhcp-%{isc_version}.tar.bz2

++ dhclient-script ++
--- /var/tmp/diff_new_pack.DiZIGW/_old  2011-05-04 10:15:29.0 +0200
+++ /var/tmp/diff_new_pack.DiZIGW/_new  2011-05-04 10:15:29.0 +0200
@@ -580,7 +580,7 @@
   fi
 
   netconfig_modify
-  if [ x$old_ip6_address != x -a x$old_ip6_address != x$new_ip_address ];
+  if [ x$old_ip6_address != x -a x$old_ip6_address != x$new_ip6_address ];
   then
 if is_ifup_controlled ; then
   /sbin/ifdown $interface -o dhcp








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

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory
checked in at Wed May 4 10:14:06 CEST 2011.




--- GNOME/gnome-session/gnome-session.changes   2011-02-21 18:13:37.0 
+0100
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes
2011-04-27 14:48:11.0 +0200
@@ -1,0 +2,119 @@
+Wed Apr 27 12:43:38 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Updated translations.
+
+---
+Tue Apr  5 15:56:28 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Session Manager:
+- Change path of GSettings schema
+  + Updated translations.
+
+---
+Tue Mar 29 09:01:59 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.94:
+  + Session Manager: Bump the phase timeout to 30 seconds
+  + Updated translations.
+- Changes from version 2.91.93:
+  + Session Manager:
+- Make work with latest version of the shell.
+- Changes from version 2.91.92:
+  + Session Manager:
+- Better fatal error handling in general, including specific
+  handling when required components fail.
+- Improve wording of fallback dialog.
+- Avoid double-checking between gdm and gnome-session in
+  gnome-session-check-accelerated-helper.
+- Switch to using seconds for idle time.
+- Honor disable-log-out and disable-user-switching lockdown
+  settings.
+- Change format of .session files in a incompatible way; this
+  is now documented in the gnome-session man page.
+- Update gnome-session-quit man page
+- Enforce the use of required components in the session.
+- Deal with conflicts between Provides in different
+  applications by only having one provider running; this was
+  only working well for Provides defined in the session
+  definition.
+- Use app-id when saving session instead of startup-id for
+  .desktop.
+- Explicitly require gnome-shell/gnome-panel in .session files,
+  instead of using providers.
+- Clean up saved session on logout if session is not getting
+  saved.
+- Use "computer-fail" icon from theme instead of our own
+  sad-computer.
+- Fix some gnome-shell/gnome-session interaction issue on
+  logout, when a third application cancels logout.
+- Code cleanups
+- Changes from version 2.91.91.3:
+  + Session Manager:
+- Better error message on not-found session.
+- Rename gnome-session-save to gnome-session-quit.
+- Fix cancel button in logout dialog.
+- Increase is-accelerated runnable helper timeout.
+- Fix crash when if-session autostart condition is used.
+- Add gnome-session-check-accelerated to set a X property about
+  acceleration
+- Rename gnome-session-is-accelerated to
+  gnome-session-check-accelerated-helper.
+- Drop gnome-session-fix-autostart.patch: fixed upstream.
+- Disable gnome-session-bgo507101-tile-ui.patch for now: it needs
+  to be rebased.
+
+---
+Tue Mar  1 08:18:52 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90.1:
+  + Session Manager:
+- Fix a crash happening in gdm
+  + Updated translations.
+- Changes from version 2.91.90:
+  + Session Manager:
+- Update for GSettings schemas changes
+- Read default session from GSettings
+- Make the current session name available via dbus
+- Support autostart conditions that depend on the current
+  session
+- Make notification-daemon a required part of the fallback
+  session
+- Show a dialog after login the first time we fall back to
+  gnome-fallback
+- Various fixes to shell logout/shutdown dialog
+- Code cleanups
+  + Misc:
+- gsettings-desktop-schemas 0.1.7 is required
+  + Updated translations.
+- Changes from version 2.91.6:
+  + Session Manager:
+- Fix build with latest GTK+ 3
+- Migrate to GSettings
+- Add support for shell logout/shutdown dialog
+- Use fallback session if required components are missing
+  + Defined Sessions:
+- Do not consider Gallium's softpipe and llvmpipe as
+  accelerated
+- Do not run nautilus by default
+  + Capplet:
+- Migrate to GSettings
+  + Misc:
+- Change GETTEXT_PACKAGE to gnome-session-3.0
+- Drop gnome-wm script
+- Add a runtime dependency on gsettings-desktop-schemas
+  + Updated sranslations.
+- Add pkgconfig(librsvg-2.0) BuildRequires.
+- Add notification-daemon Requires to main package as it's now
+  required by the fallback session.
+- Add gnome-session-fix-autostart.patch: fix crash in autostart
+  code, taken from git.
+- Add gsettings-desktop-schemas Requires to gnome-session-core.
+- Remove --with-default-wm=gnome-wm and --enable-splash configure
+  options: they're now gone.
+- Drop gnome-session-enable-disable-compiz.patch: this should now
+  be done another way,

commit libgnomekbd for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libgnomekbd for openSUSE:Factory
checked in at Wed May 4 09:28:00 CEST 2011.




--- GNOME/libgnomekbd/libgnomekbd.changes   2011-02-13 17:23:49.0 
+0100
+++ /mounts/work_src_done/STABLE/libgnomekbd/libgnomekbd.changes
2011-04-06 11:14:51.0 +0200
@@ -1,0 +2,47 @@
+Wed Apr  6 09:08:55 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0.1:
+  + Fix color of status indicator in fallback mode.
+  + Fix initial size of status indicator.
+
+---
+Tue Apr  5 17:26:19 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations
+- Changes from version 2.91.92:
+  + Minor fixes
+
+---
+Tue Mar  8 12:54:43 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.91:
+  + More improvements in the drawing widget.
+  + Small build/runtime fixes
+  + Updated translations.
+
+---
+Wed Feb 23 15:30:15 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90:
+  + A lot of improvements in the drawing widget.
+  + Updated for new libxklavier 5.1.
+  + Separate gkbd-keyboard-display app.
+  + Updated translations
+- Changes from version 2.91.5:
+  + Big refactoring: common code from both indicators is separated
+into GkbdConfiguration.
+  + Introspection added, for embedding into JS-driven gnome-shell.
+  + A number of bugs and build issues fixed.
+  + Still trying to catch fast changing gtk APIs.
+- Changes from version 2.91.4:
+  + Fix build with latest GTK3
+  + Updated translations
+- enable introspection support
+- Drop libgnomekbd-fix-gtk3.patch: fixed upstream.
+- Change gtk2-devel Requires to gtk3-devel in devel subpackage.
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common BuildRequires.
+  + Add call to ./autogen.sh.
+
+---
@@ -10,0 +58,30 @@
+
+---
+Fri Dec 17 10:46:39 CET 2010 - vu...@opensuse.org
+
+- Update to version 2.91.3.1:
+  + Fix build with GTK3.
+- Changes from version 2.91.3:
+  + More changes related to GTK3.
+  + Eliminated one crasher
+  + Updated translations.
+- Changes from version 2.91.2:
+  + Further changes related to GTK3.
+  + Simple xmodmap support introduced (moved from
+gnome-settings-daemon).
+  + I18N fixed.
+  + Updated translations.
+- Changes from version 2.91.1:
+  + Changed API - from gconf to gsettings.
+  + Ported to GTK3
+- Remove gconf2-devel, gtk2-devel BuildRequires.
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: libxklavier-devel
+  + New ones: glib-2.0, libxklavier.
+- Add pkgconfig(gtk+-3.0) BuildRequires.
+- Rebase libgnomekbd-default-group-switch.patch.
+- Add libgnomekbd-fix-gtk3.patch to fix build with GTK+ 2.91.6.
+- Remove all the gconf schema handling (%gconf_schemas_prereq,
+  %find_gconf_schemas and scriptlets).
+- Handle gsettings schemas: add %glib2_gsettings_schema_requires
+  and %glib2_gsettings_schema_post(un) in the scriptlets.

calling whatdependson for head-i586


Old:

  libgnomekbd-2.32.0.tar.bz2

New:

  libgnomekbd-3.0.0.1.tar.bz2



Other differences:
--
++ libgnomekbd.spec ++
--- /var/tmp/diff_new_pack.de26DB/_old  2011-05-04 09:26:13.0 +0200
+++ /var/tmp/diff_new_pack.de26DB/_new  2011-05-04 09:26:13.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   libgnomekbd
-Version:2.32.0
-Release:2
+Version:3.0.0.1
+Release:1
 License:LGPLv2.1+
 Summary:GNOME Keyboard Library
 Url:http://www.gnome.org/
@@ -28,15 +28,19 @@
 # PATCH-FEATURE-OPENSUSE libgnomekbd-default-group-switch.patch 
vu...@opensuse.org -- We use shifts_toggle to switch between groups in openSUSE
 Patch0: libgnomekbd-default-group-switch.patch
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
-BuildRequires:  libxklavier-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+%if 0%{?BUILD_FROM_VCS}
+BuildRequires:  gnome-common
+%endif
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libxklavier)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 GNOME keyboard library, utility and applet.
@@ -48,7 +52,7 @@
 Requires:   %{name} = %{version}
 Requires:   dbus-1-glib-devel
 Requires:   gconf2-devel
-Requires:   gtk2-devel
+Requires:   gtk3-devel
 Requires:   libxklavier-devel
 
 %descri

commit webyast-base-ui for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-base-ui for openSUSE:Factory
checked in at Wed May 4 09:26:04 CEST 2011.




--- webyast-base-ui/webyast-base-ui.changes 2011-02-10 10:58:13.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-base-ui/webyast-base-ui.changes
2011-05-02 16:09:50.0 +0200
@@ -1,0 +2,30 @@
+Mon May  2 13:48:00 UTC 2011 - vle...@novell.com
+
+- uniform appearance for all modules in basesystem setup workflow
+- 0.2.28
+
+---
+Wed Apr 27 14:30:24 UTC 2011 - lsle...@suse.cz
+
+- fixed displaying details in flash error messages
+
+---
+Tue Apr 19 15:24:50 UTC 2011 - sch...@novell.com
+
+- fix installing patches which require EULA accept (bnc#669470)
+- 0.2.27 
+
+---
+Thu Apr 14 14:34:18 UTC 2011 - vle...@novell.com
+
+- new control panel layout
+- 0.2.26 
+
+---
+Tue Apr 12 13:44:04 UTC 2011 - sch...@novell.com
+
+- new caching
+- adapt new nginx dep
+- 0.2.25 
+
+---
@@ -31,0 +62,10 @@
+
+---
+Thu Nov 25 15:14:13 CET 2010 - mvid...@suse.cz
+
+- Obsolete webyast-language-ui (bnc#643811#c11)
+
+---
+Mon Nov 22 14:59:29 CET 2010 - mvid...@suse.cz
+   
+- Fixed the RPM requirements: Rails 2.3.8 is required (bnc#643811)

calling whatdependson for head-i586




Other differences:
--
++ webyast-base-ui.spec ++
--- /var/tmp/diff_new_pack.VyRz0s/_old  2011-05-04 09:22:25.0 +0200
+++ /var/tmp/diff_new_pack.VyRz0s/_new  2011-05-04 09:22:25.0 +0200
@@ -26,9 +26,11 @@
 Requires:   ruby-fcgi, sqlite, syslog-ng, check-create-certificate
 Requires:   webyast-branding
 PreReq: rubygem-rake, rubygem-sqlite3
-PreReq: rubygem-rails-2_3 >= 2.3.4
+PreReq: rubygem-rails-2_3 >= 2.3.8
 PreReq: rubygem-gettext_rails
 PreReq: yast2-runlevel
+Provides:   webyast-language-ui = 0.1.2
+Obsoletes:  webyast-language-ui <= 0.1.2
 
 %if 0%{?suse_version} == 0 || %suse_version > 1110
 # 11.2 or newer
@@ -44,13 +46,13 @@
 # 11.1 or SLES11
 Requires:   sysvinit > 2.86-195.3.1
 %endif
-Requires:   nginx-passenger
+Requires:   nginx, rubygem-passenger-nginx, rubygem-nokogiri
 
 License:LGPLv2.1 ; ASLv2.0
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.24
+Version:0.2.28
 Release:1
 Summary:WebYaST - base UI for system management
 Source: www.tar.bz2
@@ -62,12 +64,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby
 BuildRequires:  rubygem-sqlite3 sqlite
-BuildRequires:  rubygem-rails-2_3 >= 2.3.4
+BuildRequires:  rubygem-rails-2_3 >= 2.3.8
 BuildRequires:  rubygem-gettext_rails rubygem-selenium-client 
rubygem-yast2-webservice-tasks
-BuildRequires:  rubygem-haml tidy
+BuildRequires:  rubygem-haml rubygem-nokogiri tidy
 BuildArch:  noarch
 BuildRequires:  rubygem-mocha rubygem-test-unit
-BuildRequires:  nginx-passenger
+BuildRequires:  nginx rubygem-passenger-nginx
 #
 
 %description

++ www.tar.bz2 ++
 6001 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 webyast-base-ws for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package webyast-base-ws for openSUSE:Factory
checked in at Wed May 4 09:24:31 CEST 2011.




--- webyast-base-ws/webyast-base-ws.changes 2011-02-08 16:44:07.0 
+0100
+++ /mounts/work_src_done/STABLE/webyast-base-ws/webyast-base-ws.changes
2011-05-03 10:57:10.0 +0200
@@ -1,0 +2,34 @@
+Tue May  3 08:52:52 UTC 2011 - sch...@novell.com
+
+- fixes in generating job and cache IDs
+- 0.2.16 
+
+---
+Mon May  2 12:00:46 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new running job mechanism
+- 0.2.15
+
+---
+Thu Apr 28 12:00:57 UTC 2011 - jreidin...@novell.com
+
+- change implementation of plugin job to reuse existing
+  serialization and allow easy ask for running job
+- 0.2.14
+
+---
+Tue Apr 26 09:13:05 UTC 2011 - sch...@novell.com
+
+- moved tmp path from /var/lib/nginx/ to /srv/www/yastws/tmp
+  (bnc #689061)
+- 0.2.13
+
+---
+Tue Apr 12 07:18:47 UTC 2011 - sch...@novell.com
+
+- new cache machanism
+- changed nginx dependencies
+- cleanup logging of nginx
+- 0.2.12 
+
+---
@@ -40,0 +75,9 @@
+
+---
+Thu Nov 25 15:26:05 CET 2010 - mvid...@suse.cz
+- Obsolete webyast-language-ws (bnc#643811#c11) 
+
+---
+Mon Nov 22 15:09:21 CET 2010 - mvid...@suse.cz
+
+- Fixed the RPM requirements: Rails 2.3.8 is required (bnc#643811)

calling whatdependson for head-i586




Other differences:
--
++ webyast-base-ws.spec ++
--- /var/tmp/diff_new_pack.0R8PzQ/_old  2011-05-04 09:24:06.0 +0200
+++ /var/tmp/diff_new_pack.0R8PzQ/_new  2011-05-04 09:24:06.0 +0200
@@ -20,6 +20,8 @@
 Name:   webyast-base-ws
 Provides:   yast2-webservice = %{version}
 Obsoletes:  yast2-webservice < %{version}
+Provides:   webyast-language-ws = 0.1.0
+Obsoletes:  webyast-language-ws <= 0.1.0
 
 %if 0%{?suse_version} == 0 || %suse_version > 1110
 # 11.2 or newer
@@ -37,7 +39,7 @@
 Requires:   yast2-core >= 2.17.30.1
 Requires:   sysvinit > 2.86-195.3.1
 %endif
-Requires:   nginx-passenger
+Requires:   nginx, rubygem-passenger-nginx
 Requires:   ruby-fcgi, sqlite, syslog-ng
 %if 0%{?suse_version} == 0 || %suse_version <= 1130
 Requires:   ruby-dbus
@@ -45,18 +47,19 @@
 Requires:   rubygem-ruby-dbus
 %endif
 Requires:   rubygem-webyast-rake-tasks, rubygem-http_accept_language
+Requires:   rubygem-static_record_cache
 Requires:   yast2-dbus-server
 # 634404
 Recommends: logrotate
 PreReq: PolicyKit, PackageKit, rubygem-rake, rubygem-sqlite3
-PreReq: rubygem-rails-2_3 >= 2.3.4
+PreReq: rubygem-rails-2_3 >= 2.3.8
 PreReq: rubygem-rpam, rubygem-polkit, rubygem-gettext_rails
 PreReq: yast2-runlevel
 License:LGPLv2.1
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.11
+Version:0.2.16
 Release:1
 Summary:WebYaST - base components for rest service
 Source: www.tar.bz2
@@ -72,7 +75,7 @@
 Source12:   nginx.conf
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config ruby rubygem-mocha
+BuildRequires:  pkg-config ruby rubygem-mocha rubygem-static_record_cache
 # if we run the tests during build, we need most of Requires here too,
 # except for deployment specific stuff
 BuildRequires:  rubygem-restility rubygem-webyast-rake-tasks
@@ -83,11 +86,11 @@
 BuildRequires:  rubygem-ruby-dbus
 %endif
 BuildRequires:  PackageKit PolicyKit rubygem-sqlite3
-BuildRequires:  rubygem-rails-2_3 >= 2.3.4
+BuildRequires:  rubygem-rails-2_3 >= 2.3.8
 BuildRequires:  rubygem-polkit rubygem-rpam
 # the testsuite is run during build
 BuildRequires:  rubygem-mocha rubygem-test-unit
-BuildRequires:  nginx-passenger
+BuildRequires:  nginx rubygem-passenger-nginx
 
 # This is for Hudson (build service) to setup the build env correctly
 %if 0
@@ -347,6 +350,7 @@
 %{webyast_ws_dir}/public
 %{webyast_ws_dir}/Rakefile
 %{webyast_ws_dir}/script
+%{webyast_ws_dir}/vendor
 %dir %{webyast_ws_dir}/config
 %{webyast_ws_dir}/config/boot.rb
 %{webyast_ws_dir}/config/database.yml

++ nginx.conf ++
--- /var/tmp/diff_new_pack.0R8PzQ/_old  2011-05-04 09:24:06.0 +0200
+++ /var/tmp/diff_new_pack.0R8PzQ/_new  2011-05-04 09:24:06.0 +0200
@@ -5,6 +5,7 @@
 #error_log  logs/error.log;
 #error_log  logs/error.log  notice;
 #error_log  logs/error.log  info;
+error_log  /s

commit libunique for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libunique for openSUSE:Factory
checked in at Wed May 4 09:18:52 CEST 2011.




--- GNOME/libunique/libunique.changes   2011-01-14 10:24:40.0 +0100
+++ /mounts/work_src_done/STABLE/libunique/libunique.changes2011-04-22 
11:25:24.0 +0200
@@ -1,0 +2,34 @@
+Tue Apr  5 12:01:00 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Set default DBus timeout to 3 seconds
+  + Fix introspection annotations
+  + Use GTK_CHECK_BACKEND to enable X11-specific API usage
+  + Fix signedness of the lenght parameter of
+UniqueMessageData.set().
+  + Bail out of UniqueMessageData.get_text_plain() if the message
+is empty.
+  + Fix the help string of the --enable-maintainer-flags configure
+switch.
+  + Update the documentation
+  + Use the gobject-introspection Makefile template to generate
+introspection files
+  + Correctly version the API reference, to avoid collisions with
+the gtk2.x series.
+- Update path for html documentation.
+
+---
+Tue Feb 15 17:36:37 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.4:
+  + Build introspection against GTK+ 3.0
+- Changes from version 2.90.1:
+  + Link against GTK+ 3.0
+  + Use GDBus by default
+- Replace gtk2-devel BuildRequires with gtk3-devel.
+- Remove explicit Requires of gtk2-devel in devel subpackage: the
+  right one will automatically be added the pkgconfig() way.
+- Rename library subpackages from *-1_0-0 to *-3_0-0, following
+  the library name changes.
+
+---

calling whatdependson for head-i586


Old:

  libunique-1.1.6.tar.bz2

New:

  libunique-3.0.0.tar.bz2



Other differences:
--
++ libunique.spec ++
--- /var/tmp/diff_new_pack.v4XLxP/_old  2011-05-04 09:18:14.0 +0200
+++ /var/tmp/diff_new_pack.v4XLxP/_new  2011-05-04 09:18:14.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   libunique
-Version:1.1.6
-Release:8
+Version:3.0.0
+Release:1
 License:LGPLv2.1+
 Summary:A library for writing single instance application
 Url:http://live.gnome.org/LibUnique
@@ -28,7 +28,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libunique-1_0-0 = %{version}
@@ -38,12 +38,12 @@
 launch a single instance application twice, the second instance will
 either just quit or will send a message to the running instance.
 
-%package -n libunique-1_0-0
+%package -n libunique-3_0-0
 License:LGPLv2.1+
 Summary:A library for writing single instance application
 Group:  System/Libraries
 
-%description -n libunique-1_0-0
+%description -n libunique-3_0-0
 Unique is a library for writing single instance application. If you
 launch a single instance application twice, the second instance will
 either just quit or will send a message to the running instance.
@@ -52,8 +52,7 @@
 License:LGPLv2.1+
 Summary:A library for writing single instance application - 
development files
 Group:  Development/Libraries/GNOME
-Requires:   gtk2-devel
-Requires:   libunique-1_0-0 = %{version}
+Requires:   libunique-3_0-0 = %{version}
 Provides:   unique-doc = %{version}
 Obsoletes:  unique-doc < %{version}
 Provides:   unique-devel = %{version}
@@ -75,25 +74,25 @@
 %makeinstall
 rm %{buildroot}%{_libdir}/*.la
 
-%post -n libunique-1_0-0 -p /sbin/ldconfig
+%post -n libunique-3_0-0 -p /sbin/ldconfig
 
-%postun -n libunique-1_0-0 -p /sbin/ldconfig
+%postun -n libunique-3_0-0 -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files -n libunique-1_0-0
+%files -n libunique-3_0-0
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/*.so.0*
-%{_libdir}/girepository-1.0/Unique-1.0.typelib
+%{_libdir}/girepository-1.0/Unique-3.0.typelib
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/unique-1.0/
+%{_includedir}/unique-3.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gir-1.0/*.gir
-%doc %{_datadir}/gtk-doc/html/unique
+%doc %{_datadir}/gtk-doc/html/unique-3.0
 
 %changelog

++ libunique-1.1.6.tar.bz2 -> libunique-3.0.0.tar.bz2 ++
 44413 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 coreutils for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory
checked in at Wed May 4 09:18:04 CEST 2011.




--- coreutils/coreutils.changes 2011-04-28 18:07:08.0 +0200
+++ /mounts/work_src_done/STABLE/coreutils/coreutils.changes2011-05-03 
14:28:18.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 14:28:01 CEST 2011 - r...@suse.de
+
+- delete coreutils-testsuite.spec 
+
+---

calling whatdependson for head-i586


Old:

  _service:set_version:coreutils-testsuite.spec
  coreutils-testsuite.spec



Other differences:
--
++ _service:set_version:coreutils.spec ++
--- /var/tmp/diff_new_pack.mzKUaA/_old  2011-05-04 09:17:26.0 +0200
+++ /var/tmp/diff_new_pack.mzKUaA/_new  2011-05-04 09:17:26.0 +0200
@@ -24,7 +24,7 @@
 License:GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:  System/Base
 Version:8.12
-Release:1
+Release: 0
 Provides:   fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:  fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
 Obsoletes:  libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 9

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.mzKUaA/_old  2011-05-04 09:17:26.0 +0200
+++ /var/tmp/diff_new_pack.mzKUaA/_new  2011-05-04 09:17:26.0 +0200
@@ -24,7 +24,7 @@
 License:GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:  System/Base
 Version:8.12
-Release:1
+Release:3
 Provides:   fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:  fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
 Obsoletes:  libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 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 gnome-menus for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory
checked in at Wed May 4 09:17:18 CEST 2011.




--- GNOME/gnome-menus/gnome-menus.changes   2011-02-13 17:24:59.0 
+0100
+++ /mounts/work_src_done/STABLE/gnome-menus/gnome-menus.changes
2011-04-27 14:11:49.0 +0200
@@ -1,0 +2,49 @@
+Wed Apr 27 12:10:32 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Updated translations.
+
+---
+Tue Apr  5 13:21:31 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Layout:
+- Show administration tools and old capplets in Other
+  + Updated translations.
+
+---
+Mon Mar  7 11:29:20 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.91:
+  + Menu Editor:
+- Fix to work with latest pygi.
+  + Misc:
+- Build fix.
+  + Updated translations.
+
+---
+Tue Mar  1 13:47:54 CET 2011 - vu...@opensuse.org
+
+- Drop python-gtk Requires in python-gnome-menus: this is actually
+  not true since this is a pure python binding.
+- Change python-gnome-menus Requires in gnome-menus-editor to
+  libgnome-menu2 and python-gobject Requires, as the editor got
+  ported to pygobject-based introspection bindings.
+
+---
+Mon Feb 14 14:10:24 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.6:
+  + libmenu:
+- Do not send multiple notifications for one file change
+  + Menu Editor:
+- Port to pygobject-based introspection bindings
+- Make editor GTK+ 3 ready
+  + Improve introspection build
+  + Drop settings.menu
+  + Translations updates.
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common BuildRequires.
+  + Add call to ./autogen.sh.
+
+---

calling whatdependson for head-i586


Old:

  gnome-menus-2.30.5.tar.bz2

New:

  gnome-menus-3.0.1.tar.bz2



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.OpxAAA/_old  2011-05-04 09:16:40.0 +0200
+++ /var/tmp/diff_new_pack.OpxAAA/_new  2011-05-04 09:16:40.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   gnome-menus
-Version:2.30.5
-Release:4
+Version:3.0.1
+Release:1
 License:GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
 Summary:The GNOME Desktop Menu
 Url:http://www.gnome.org
@@ -36,6 +36,9 @@
 BuildRequires:  python-gtk
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+%if 0%{?BUILD_FROM_VCS}
+BuildRequires:  gnome-common
+%endif
 Requires:   %{name}-branding
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -102,7 +105,6 @@
 Summary:Python Bindings for the GNOME Desktop Menu
 Group:  System/GUI/GNOME
 Requires:   libgnome-menu2
-Requires:   python-gtk
 Enhances:   %{name}
 %py_requires
 
@@ -121,7 +123,8 @@
 License:GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
 Summary:Editor for the GNOME Desktop Menu
 Group:  System/GUI/GNOME
-Requires:   python-gnome-menus
+Requires:   libgnome-menu2
+Requires:   python-gobject
 Enhances:   %{name}
 %py_requires
 
@@ -160,8 +163,11 @@
 translation-update-upstream
 %patch3
 
+%if 0%{?BUILD_FROM_VCS}
+[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
+%endif
+
 %build
-#autoreconf -f -i
 %configure\
--disable-static
 make %{?jobs:-j%jobs}

++ gnome-menus-2.30.5.tar.bz2 -> gnome-menus-3.0.1.tar.bz2 ++
 7116 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 libgweather for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory
checked in at Wed May 4 09:16:28 CEST 2011.




--- GNOME/libgweather/libgweather.changes   2011-02-13 17:23:51.0 
+0100
+++ /mounts/work_src_done/STABLE/libgweather/libgweather.changes
2011-04-05 18:16:02.0 +0200
@@ -1,0 +2,30 @@
+Tue Apr  5 16:01:29 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Build fixes
+  + Updated translations.
+
+---
+Mon Feb 14 14:25:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.6:
+  - Fix linking with gcc-4.5
+  - Updated translations.
+- Changes from version 2.91.0:
+  - Port to GTK+ 3
+  - Add introspection support
+  - Remove python bindings
+  - Update for tzdata 2010k
+- Change gtk2-devel BuildRequires to gtk3-devel.
+- Add gobject-introspection-devel BuildRequires.
+- Remove python-devel, python-gobject2-devel, python-gtk-devel
+  BuildRequires that were only needed for python bindings.
+- Rename libgweather1 to libgweather-3-0.
+- Remove explicit Requires of dbus-1-glib-devel, gconf2-devel,
+  glib2-devel, gtk2-devel, libsoup-devel in devel package: they
+  will automatically be added the pkgconfig() way.
+- Drop python-gweather subpackage.
+- Change --enable-python to --enable-introspection in configure
+  call.
+
+---

calling whatdependson for head-i586


Old:

  libgweather-2.30.3.tar.bz2

New:

  libgweather-3.0.0.tar.bz2



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.x1UtqQ/_old  2011-05-04 09:14:55.0 +0200
+++ /var/tmp/diff_new_pack.x1UtqQ/_new  2011-05-04 09:14:55.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   libgweather
-Version:2.30.3
-Release:2
+Version:3.0.0
+Release:1
 License:GPLv2+
 Summary:Library to get online weather information
 Group:  Development/Libraries/GNOME
@@ -30,22 +30,18 @@
 BuildRequires:  gconf2-devel
 # For directory ownership
 BuildRequires:  gnome-icon-theme
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libsoup-devel
-BuildRequires:  python-devel
-BuildRequires:  python-gobject2-devel
-BuildRequires:  python-gtk-devel
-BuildRequires:  libxslt translation-update-upstream
+BuildRequires:  libxslt
+BuildRequires:  translation-update-upstream
 # For directory ownership
 Requires:   gnome-icon-theme
-Requires:   libgweather1 = %{version}
+Requires:   libgweather-3-0 = %{version}
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
-%if %suse_version <= 1110
-%define python_sitearch %{py_sitedir}
-%endif
 
 %description
 This is a library to download weather information from online sources.
@@ -54,12 +50,7 @@
 License:GPLv2+
 Summary:Library to get online weather information
 Group:  Development/Libraries/GNOME
-Requires:   dbus-1-glib-devel
-Requires:   gconf2-devel
-Requires:   glib2-devel
-Requires:   gtk2-devel
-Requires:   libgweather1 = %{version}
-Requires:   libsoup-devel
+Requires:   libgweather-3-0 = %{version}
 # prior to version 2.21.x, gnome-applets-devel only included files
 # now included in libgweather-devel, so we provide/obsolete
 # gnome-applets-devel here.
@@ -73,22 +64,13 @@
 %description devel
 This is a library to download weather information from online sources.
 
-%package -n libgweather1
+%package -n libgweather-3-0
 License:GPLv2+
 Summary:Library to get online weather information
 Group:  Development/Libraries/GNOME
 Requires:   %{name} >= %{version}
 
-%description -n libgweather1
-This is a library to download weather information from online sources.
-
-%package -n python-gweather
-License:GPLv2+
-Summary:Library to get online weather information - Python bindings
-Group:  Development/Libraries/GNOME
-%py_requires
-
-%description -n python-gweather
+%description -n libgweather-3-0
 This is a library to download weather information from online sources.
 
 %lang_package
@@ -108,7 +90,7 @@
--enable-locations-compression \
--disable-schemas-install \
--disable-static \
---enable-python
+--enable-introspection
 %{__make} %{?jobs:-j%jobs}
 
 %install
@@ -116,7 +98,7 @@
 %if 0%{?suse_version} <= 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
-%find_lang libgweather %{?no_lang_C}
+%find_lang libgweather-3.0 %{?no_lang_C}
 # Move localized Locations.xml files to the -lang package
 for locationsxml in %{buildroot}%{_datadir}/libgweather/Locations.*.xml*; do
lang=`echo $locationsxml | %{__sed} 
"s/.*

commit libwnck for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libwnck for openSUSE:Factory
checked in at Wed May 4 09:14:47 CEST 2011.




--- GNOME/libwnck/libwnck.changes   2011-03-21 17:56:01.0 +0100
+++ /mounts/work_src_done/STABLE/libwnck/libwnck.changes2011-04-21 
11:13:14.0 +0200
@@ -1,0 +2,58 @@
+Thu Apr 21 11:04:32 CEST 2011 - vu...@opensuse.org
+
+- Add missing pkgconfig(libstartup-notification-1.0) BuildRequires.
+- Move the small utilities to a tools subpackage, and remove the
+  libwnck binary package.
+- Add libwnck Provides/Obsoletes to libwnck-3-0; this will also
+  help make the lang package installable.
+- Change the libwnck Requires in devel package to libwnck-3-0.
+
+---
+Wed Apr  6 11:04:04 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+- Changes from version 2.91.92:
+  + Require GTK+ 3.0
+- Changes from version 2.91.90:
+  + Fixes:
+- Port widgets to GtkStyleContext
+- Improve geometry management of WnckPager
+- Add switching workspace on scroll events to WnckPager
+- Fix crash when fetching some icons
+- Make most of the code not assume the display is the
+  default one
+- Code cleanups
+  + Misc:
+- Add high-level documentation, with hints and examples
+- Build fixes
+- Changes from version 2.91.6:
+  + Major changes:
+- Port to GTK+ 3
+- Enforce single include for libwnck
+  + API Changes:
+- Drop previously deprecated API:
+  wnck_screen_get_workspace_index,
+  wnck_screen_get_workspace_neighbor, wnck_pager_set_screen,
+  wnck_tasklist_set_minimum_width,
+  wnck_tasklist_get_minimum_width,
+  wnck_tasklist_set_minimum_height,
+  wnck_tasklist_get_minimum_height,
+  wnck_tasklist_set_screen, wnck_gtk_window_set_dock_type,
+  wnck_create_window_action_menu
+- Remove screen argument from
+  wnck_pager_new and wnck_tasklist_new
+  + Fixes:
+- Fix link errors for wnckprop
+- Start removing assumptions where default display was used
+- Add missing introspection annotation
+- Plug memory leak
+  + Updated translations.
+- Rename libwnck-1-22 to libwnck-3-0 after library name change.
+- Change gtk2-devel BuildRequires to gtk3-devel.
+- Remove explicit glib2-devel and gtk2-devel Requires in devel
+  package: the right ones will be added the pkgconfig() way.
+- Do not add -fno-strict-aliasing to CFLAGS anymore, it's not
+  needed.
+
+---

calling whatdependson for head-i586


Old:

  libwnck-2.30.6.tar.bz2

New:

  libwnck-3.0.0.tar.bz2



Other differences:
--
++ libwnck.spec ++
--- /var/tmp/diff_new_pack.tk8ZEp/_old  2011-05-04 09:12:21.0 +0200
+++ /var/tmp/diff_new_pack.tk8ZEp/_new  2011-05-04 09:12:21.0 +0200
@@ -18,12 +18,12 @@
 
 
 Name:   libwnck
-Version:2.30.6
-Release:6
+Version:3.0.0
+Release:1
 License:LGPLv2.1+
 # WARNING: After changing versions please call Re or rpmbuild to auto-update 
spec file:
 #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
-%define libwnck-1_name 22
+%define libwnck-3_name 0
 Summary:Window Navigator Construction Kit (Library Package)
 Group:  Development/Libraries/GNOME
 Source: %{name}-%{version}.tar.bz2
@@ -31,26 +31,22 @@
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
-Recommends: %{name}-lang
-Requires:   libwnck-1-22 = %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  libwnck-64bit
-%endif
-#
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Window Navigator Construction Kit is a library that can be used to
 write task lists, pagers, and similar GNOME programs.
 
-%package -n libwnck-1-22
+%package -n libwnck-3-0
 License:LGPLv2.1+
 Summary:Window Navigator Construction Kit (Library Package)
 Group:  Development/Libraries/GNOME
+Provides:   %{name} = %{version}
+Obsoletes:  %{name} < %{version}
 Recommends: %{name}-lang
 # bug437293
 %ifarch ppc64
@@ -58,17 +54,26 @@
 %endif
 #
 
-%description -n libwnck-1-22
+%description -n libwnck-3-0
 The Window Navigator Construction Kit is a library that can be used to
 write task lists, pagers, and similar GNOME programs.
 
+%package tools
+License:LGPLv2.1+
+Summary:Window Navigator Construction Kit -- Tools
+Group:  Development/Libraries/GNOME
+
+%description tools
+The Window Navigator Construction Kit is a library that can be used to
+write task 

commit libgnome-keyring for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package libgnome-keyring for openSUSE:Factory
checked in at Wed May 4 09:07:22 CEST 2011.




--- GNOME/libgnome-keyring/libgnome-keyring.changes 2011-02-14 
19:59:30.0 +0100
+++ /mounts/work_src_done/STABLE/libgnome-keyring/libgnome-keyring.changes  
2011-04-26 18:00:52.0 +0200
@@ -1,0 +2,38 @@
+Tue Apr 26 15:59:02 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Better testing configure options: --enable-tests=yes/no/full.
+  + Cleanup documentation warnings.
+  + Better fix for dbus threading race condition.
+  + Add some code to debug to syslog in emergency situations.
+  + Add debugging instrumentation to operations.
+
+---
+Mon Apr  4 13:21:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+---
+Mon Mar 21 18:02:33 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Use full interface.Property form for CreateCollection and
+CreateItem in the DBus API.
+  + Fix crash in certain dbus corner cases.
+
+---
+Thu Mar 10 17:25:40 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.92:
+  + Use HKDF for hashing of key used to transport secrets.
+  + Fix race condition when multiple applications try to create the
+default keyring at once.
+  + Use a longer DBus timeout when tests are enabled.
+  + Send content-type along with each secret. This is currently
+stubbed out and not exposed in the API.
+  + Refactor tests.
+  + Don't run tests if testing in gnome-keyring-daemon is not
+enabled.
+
+---

calling whatdependson for head-i586


Old:

  libgnome-keyring-2.32.0.tar.bz2

New:

  libgnome-keyring-3.0.1.tar.bz2



Other differences:
--
++ libgnome-keyring.spec ++
--- /var/tmp/diff_new_pack.Ssz3CP/_old  2011-05-04 09:06:44.0 +0200
+++ /var/tmp/diff_new_pack.Ssz3CP/_new  2011-05-04 09:06:44.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   libgnome-keyring
-Version:2.32.0
-Release:7
+Version:3.0.1
+Release:1
 Url:http://www.gnome.org/
 Group:  Development/Libraries/GNOME
 License:GPLv2+ ; LGPLv2.1+
@@ -77,7 +77,7 @@
 %build
 %configure \
 --disable-static
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall

++ libgnome-keyring-2.32.0.tar.bz2 -> libgnome-keyring-3.0.1.tar.bz2 ++
 15742 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 atk for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package atk for openSUSE:Factory
checked in at Wed May 4 09:06:36 CEST 2011.




--- GNOME/atk/atk.changes   2010-12-14 20:37:26.0 +0100
+++ /mounts/work_src_done/STABLE/atk/atk.changes2011-04-05 
14:34:28.0 +0200
@@ -1,0 +2,34 @@
+Tue Apr  5 12:26:54 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.0.0:
+  + Updated translations.
+
+---
+Wed Mar 23 10:14:34 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.91.92:
+  + bgo#638377: Add text_insert, text_remove, and text_update
+signals
+  + Fix introspection for atk_text_get_bounded_ranges
+  + Updated translations.
+
+---
+Tue Feb  1 14:12:00 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.33.6:
+  + Returns FALSE on atk_object_add_relationship if it is already
+included
+  + bgo#640574: gobject-introspection annotation and documentation
+fixes
+  + bgo#637663: Added atk_streamable_content_get_uri to
+atk/atk.symbols
+  + Documentation fixes
+  + Build fixes
+  + Translation updates
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common and gtk-doc BuildRequires.
+  + Add call to ./autogen.sh.
+  + Enforce gtk-doc html generation by passing --enable-gtk-doc to
+configure.
+
+---

calling whatdependson for head-i586


Old:

  atk-1.32.0.tar.bz2

New:

  atk-2.0.0.tar.bz2



Other differences:
--
++ atk.spec ++
--- /var/tmp/diff_new_pack.33rQZh/_old  2011-05-04 09:05:15.0 +0200
+++ /var/tmp/diff_new_pack.33rQZh/_new  2011-05-04 09:05:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package atk (Version 1.32.0)
+# spec file for package atk
 #
-# 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
@@ -20,8 +20,8 @@
 
 Name:   atk
 Summary:An Accessibility ToolKit
-Version:1.32.0
-Release:3
+Version:2.0.0
+Release:1
 Url:http://www.gtk.org/
 License:LGPLv2.1+
 Group:  System/Libraries
@@ -32,6 +32,10 @@
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  translation-update-upstream
+%if 0%{?BUILD_FROM_VCS}
+BuildRequires:  gnome-common
+BuildRequires:  gtk-doc
+%endif
 Requires:   %{name}-lang = %{version}
 Requires:   libatk-1_0-0
 # bug437293
@@ -91,8 +95,16 @@
 %setup -q
 translation-update-upstream
 
+%if 0%{?BUILD_FROM_VCS}
+[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
+%endif
+
 %build
-%configure --disable-static
+%configure \
+%if 0%{?BUILD_FROM_VCS}
+  --enable-gtk-doc \
+%endif
+  --disable-static
 make %{?jobs:-j%jobs}
 
 %install

++ atk-1.32.0.tar.bz2 -> atk-2.0.0.tar.bz2 ++
 31837 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 util-linux for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory
checked in at Wed May 4 09:05:05 CEST 2011.




--- util-linux/util-linux.changes   2011-02-22 10:01:22.0 +0100
+++ /mounts/work_src_done/STABLE/util-linux/util-linux.changes  2011-05-03 
14:17:05.0 +0200
@@ -1,0 +2,15 @@
+Tue May  3 09:39:37 UTC 2011 - pu...@novell.com
+
+- update to util-linux-2.19.1
+  - numerous bugfixes, including (bnc#690486 and bnc#690488)
+- drop umount-by-imgname.patch (merged upstream)
+- cleanup: do not register ipc.info.gz (not provided by 
+  this package)
+
+---
+Thu Apr 14 16:27:27 UTC 2011 - pu...@novell.com
+
+- merge util-linux-2.17.1-losetup-honor-documented-c-option and
+  util-linux-2.17.1-mount_losetup_crypto.patch)
+
+---

calling whatdependson for head-i586


Old:

  umount-by-imgname.patch
  util-linux-2.17.1-losetup-honor-documented-c-option
  util-linux-2.19.tar.bz2

New:

  util-linux-2.19.1.tar.bz2



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.x4YeSL/_old  2011-05-04 09:03:20.0 +0200
+++ /var/tmp/diff_new_pack.x4YeSL/_new  2011-05-04 09:03:20.0 +0200
@@ -30,8 +30,8 @@
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
-Version:2.19
-Release:5
+Version:2.19.1
+Release:1
 Url:http://kernel.org/~kzak/util-linux/
 Supplements:filesystem(minix)
 Provides:   fsck-with-dev-lock = %{version}
@@ -80,8 +80,6 @@
 Patch1: util-linux-2.12r-fdisk_remove_bogus_warnings.patch
 # crypto patch
 Patch3: util-linux-2.17.1-mount_losetup_crypto.patch
-Patch4: util-linux-2.17.1-losetup-honor-documented-c-option
-Patch5: umount-by-imgname.patch
 ##
 ## adjtimex
 ##
@@ -182,8 +180,6 @@
 %setup -q -a 9 -b 11 -b 12 -b 13 -n %{name}-%{version}
 %patch1 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 #
 cd adjtimex-*
@@ -194,7 +190,6 @@
 # nologin
 cp %{S:2} %{S:3} %{S:26} %{S:30} .
 cd ../klogconsole
-#%#patch55 -p1 -b .quiet
 %patch55 -p1
 %patch56 -p1
 cd ../time-*
@@ -378,7 +373,6 @@
 
 %post
 %{fillup_and_insserv raw}
-%install_info --info-dir=%{_infodir} %{_infodir}/ipc.info.gz
 %install_info --entry="* time: (time). summarizing used system resources" 
--info-dir=%{_infodir} %{_infodir}/time.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/which.info.gz
 %if 0%{?suse_version} <= 1130

++ util-linux-2.17.1-mount_losetup_crypto.patch ++
--- /var/tmp/diff_new_pack.x4YeSL/_old  2011-05-04 09:03:21.0 +0200
+++ /var/tmp/diff_new_pack.x4YeSL/_new  2011-05-04 09:03:21.0 +0200
@@ -313,7 +313,7 @@
progname = p+1;
  
 -  while ((c = getopt_long(argc, argv, "acde:E:fhj:o:p:rsv",
-+  while ((c = getopt_long(argc, argv, "ade:E:fhj:k:o:p:rsvH:",
++  while ((c = getopt_long(argc, argv, "acde:E:fhj:k:o:p:rsvH:",
longopts, NULL)) != -1) {
switch (c) {
case 'a':

++ util-linux-2.19.tar.bz2 -> util-linux-2.19.1.tar.bz2 ++
 68934 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