commit wxWidgets for openSUSE:11.4

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package wxWidgets for openSUSE:11.4
checked in at Tue Aug 9 17:59:39 CEST 2011.




--- old-versions/11.4/UPDATES/all/wxWidgets/wxWidgets-ansi.changes  
2011-05-20 17:33:27.0 +0200
+++ 11.4/wxWidgets/wxWidgets-ansi.changes   2011-08-05 17:51:01.0 
+0200
@@ -1,0 +2,5 @@
+Fri Aug  5 17:32:50 CEST 2011 - sbra...@suse.cz
+
+- Fix filezilla crash (bnc#708402).
+
+---
wxWidgets-wxcontainer.changes: same change
wxWidgets.changes: same change

calling whatdependson for 11.4-i586


New:

  wxWidgets-bnc708402.patch



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.n36iPF/_old  2011-08-09 17:59:05.0 +0200
+++ /var/tmp/diff_new_pack.n36iPF/_new  2011-08-09 17:59:05.0 +0200
@@ -49,7 +49,7 @@
 License:GPLv2+
 Group:  System/Libraries
 Version:2.8.11
-Release:3.
+Release:3.
 %define  wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
 # libdir for installing of all the stuff
 %if %ENABLE_STL
@@ -87,6 +87,8 @@
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
 Patch2: wxWidgets-config-force-rpath.patch
 Patch3: wxGTK-datarootdir.patch
+# PATCH-FIX-UPSTREAM wxWidgets-bnc708402.patch bnc708402 wxWidgets12447 
changeset65480 sbra...@suse.cz -- Fix filezilla crash.
+Patch4: wxWidgets-bnc708402.patch
 # We cannot use standard Requires/Provides, as we can have several instances 
of the library with the same soname.
 %define _use_internal_dependency_generator 0
 
@@ -647,6 +649,7 @@
 %patch2
 %endif
 %patch3
+%patch4 -p4
 cp %{S:1} %{S:2} .
 cp %{S:3} find-wx-provides
 cp %{S:4} find-wx-requires

wxWidgets-wxcontainer.spec: same change
++ wxWidgets.spec ++
--- /var/tmp/diff_new_pack.n36iPF/_old  2011-08-09 17:59:05.0 +0200
+++ /var/tmp/diff_new_pack.n36iPF/_new  2011-08-09 17:59:05.0 +0200
@@ -49,7 +49,7 @@
 License:GPLv2+
 Group:  System/Libraries
 Version:2.8.11
-Release:4.
+Release:4.
 %define  wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
 # libdir for installing of all the stuff
 %if %ENABLE_STL
@@ -87,6 +87,8 @@
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
 Patch2: wxWidgets-config-force-rpath.patch
 Patch3: wxGTK-datarootdir.patch
+# PATCH-FIX-UPSTREAM wxWidgets-bnc708402.patch bnc708402 wxWidgets12447 
changeset65480 sbra...@suse.cz -- Fix filezilla crash.
+Patch4: wxWidgets-bnc708402.patch
 # We cannot use standard Requires/Provides, as we can have several instances 
of the library with the same soname.
 %define _use_internal_dependency_generator 0
 
@@ -647,6 +649,7 @@
 %patch2
 %endif
 %patch3
+%patch4 -p4
 cp %{S:1} %{S:2} .
 cp %{S:3} find-wx-provides
 cp %{S:4} find-wx-requires

++ wxWidgets-bnc708402.patch ++
Index: /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/dnd.cpp
===
--- /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/dnd.cpp (revision 49608)
+++ /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/dnd.cpp (revision 65480)
@@ -947,19 +947,25 @@
 void wxDropSource::UnregisterWindow()
 {
-if (!m_widget)
-return;
-
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_data_get,
-  this);
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_data_delete,
-  this);
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_begin,
-  this);
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_end,
-  this);
+if (m_widget)
+{
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) source_drag_data_get,
+  this);
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) 
source_drag_data_delete,
+  this);
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) source_drag_begin,
+  this);
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) source_drag_end,
+ 

commit wxGTK for openSUSE:11.3

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package wxGTK for openSUSE:11.3
checked in at Tue Aug 9 17:56:40 CEST 2011.




--- old-versions/11.3/all/wxGTK/wxGTK.changes   2010-06-15 16:17:26.0 
+0200
+++ 11.3/wxGTK/wxGTK.changes2011-08-05 18:46:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug  5 17:32:50 CEST 2011 - sbra...@suse.cz
+
+- Fix filezilla crash (bnc#708402).
+
+---

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


New:

  wxWidgets-bnc708402.patch



Other differences:
--
++ wxGTK.spec ++
--- /var/tmp/diff_new_pack.PdpC0R/_old  2011-08-09 17:55:21.0 +0200
+++ /var/tmp/diff_new_pack.PdpC0R/_new  2011-08-09 17:55:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wxGTK (Version 2.8.10.1)
+# spec file for package wxGTK
 #
-# 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
@@ -27,7 +27,7 @@
 Group:  System/Libraries
 AutoReqProv:on
 Version:2.8.10.1
-Release:7
+Release:12.
 %define  wx_version %(echo %{version} | sed 's/\.[0-9][0-9]*\.[0-9][0-9]*$//')
 Summary:C++ Framework for Cross-Platform Development
 %if 0
@@ -55,6 +55,8 @@
 Patch10:wxGTK-2.8.10.1-python-platlib.patch
 # PATCH-FIX-OPENSUSE wxGTK-editra-ebmlib.patch bnc580060 sbra...@suse.cz -- 
Fix missing ebmlib required by Editra. Downloaded from 
http://download.salixos.org/i486/13.0/source/l/wxPython/
 Patch11:wxGTK-editra-ebmlib.patch
+# PATCH-FIX-UPSTREAM wxWidgets-bnc708402.patch bnc708402 wxWidgets12447 
changeset65480 sbra...@suse.cz -- Fix filezilla crash.
+Patch12:wxWidgets-bnc708402.patch
 # compile with debug stuff (adds lots of asserts, which can help finding
 # problems in applications)
 %define usedebug0
@@ -168,6 +170,7 @@
 %patch9
 %patch10
 %patch11 -p1
+%patch12 -p4
 cp %{S:2} .
 mkdir wxWidgets-unicode
 mkdir wxWidgets-ansi

++ wxWidgets-bnc708402.patch ++
Index: /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/dnd.cpp
===
--- /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/dnd.cpp (revision 49608)
+++ /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/dnd.cpp (revision 65480)
@@ -947,19 +947,25 @@
 void wxDropSource::UnregisterWindow()
 {
-if (!m_widget)
-return;
-
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_data_get,
-  this);
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_data_delete,
-  this);
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_begin,
-  this);
-g_signal_handlers_disconnect_by_func (m_widget,
-  (gpointer) source_drag_end,
-  this);
+if (m_widget)
+{
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) source_drag_data_get,
+  this);
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) 
source_drag_data_delete,
+  this);
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) source_drag_begin,
+  this);
+g_signal_handlers_disconnect_by_func (m_widget,
+  (gpointer) source_drag_end,
+  this);
+}
+
+if (m_iconWindow)
+{
+g_signal_handlers_disconnect_by_func (m_iconWindow,
+  (gpointer) 
gtk_dnd_window_configure_callback, this);
+}
 }
 





Remember to have fun...

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



commit libtool for openSUSE:11.4

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package libtool for openSUSE:11.4
checked in at Tue Aug 9 17:24:22 CEST 2011.




--- old-versions/11.4/all/libtool/libtool-testsuite.changes 2010-11-02 
10:14:24.0 +0100
+++ 11.4/libtool/libtool-testsuite.changes  2011-08-09 16:53:17.0 
+0200
@@ -1,0 +2,6 @@
+Tue Aug  9 16:51:11 CEST 2011 - p...@suse.de
+
+- BuildRequire gcc-c++, gfortran and gcc-objc so that the system
+  supplied libtool supports these compilers (bnc#708935).
+
+---
libtool.changes: same change

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




Other differences:
--
++ libtool-testsuite.spec ++
--- /var/tmp/diff_new_pack.ngfVGK/_old  2011-08-09 17:19:31.0 +0200
+++ /var/tmp/diff_new_pack.ngfVGK/_new  2011-08-09 17:19:31.0 +0200
@@ -19,6 +19,7 @@
 
 Name:   libtool-testsuite
 BuildRequires:  lzma zlib-devel
+BuildRequires:  gcc-c++ gcc-fortran gcc-objc
 Requires:   tar
 License:GPLv2+
 Group:  Development/Tools/Building

++ libtool.spec ++
--- /var/tmp/diff_new_pack.ngfVGK/_old  2011-08-09 17:19:31.0 +0200
+++ /var/tmp/diff_new_pack.ngfVGK/_new  2011-08-09 17:19:31.0 +0200
@@ -19,12 +19,13 @@
 
 Name:   libtool
 BuildRequires:  lzma zlib-devel
+BuildRequires:  gcc-c++ gcc-fortran gcc-objc
 Requires:   tar
 License:GPLv2+
 Group:  Development/Tools/Building
 Summary:A Tool to Build Shared Libraries
 Version:2.2.6b
-Release:13.
+Release:13.
 AutoReqProv:on
 # bug437293
 %ifarch ppc64







Remember to have fun...

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



commit selinux-policy for openSUSE:11.4

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package selinux-policy for openSUSE:11.4
checked in at Tue Aug 9 17:18:55 CEST 2011.




--- old-versions/11.4/all/selinux-policy/selinux-policy.changes 2010-04-12 
08:32:25.0 +0200
+++ 11.4/selinux-policy/selinux-policy.changes  2011-08-02 16:53:41.0 
+0200
@@ -1,0 +2,5 @@
+Fri Mar 18 13:24:20 UTC 2011 - vci...@novell.com
+
+- /dev/* files don't have the right security context (bnc#635304)
+
+---

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


New:

  selinux-policy-devtmpfs.patch



Other differences:
--
++ selinux-policy.spec ++
--- /var/tmp/diff_new_pack.GRisZx/_old  2011-08-09 17:16:46.0 +0200
+++ /var/tmp/diff_new_pack.GRisZx/_new  2011-08-09 17:16:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package selinux-policy (Version 2.20081210)
+# spec file for package selinux-policy
 #
-# 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,7 +20,7 @@
 
 Name:   selinux-policy
 Version:2.20081210
-Release:4
+Release:12.
 Url:http://oss.tresys.com/projects/refpolicy/
 License:GPLv2
 Group:  System/Base
@@ -28,6 +28,8 @@
 Source: refpolicy-%{version}.tar.bz2
 Source1:config
 Patch0: %{name}-build_conf.patch
+# PATCH-FIX-UPSTREAM /dev/* files don't have right context (bnc#635304)
+Patch1: selinux-policy-devtmpfs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  checkpolicy libsepol-devel m4 policycoreutils python python-xml
 BuildArch:  noarch
@@ -70,6 +72,7 @@
 tar xfj %{SOURCE0} && mv refpolicy refpolicy-mcs
 tar xfj %{SOURCE0} && mv refpolicy refpolicy-mls
 %patch0
+%patch1
 
 %build
 for i in standard mcs mls; do

++ selinux-policy-devtmpfs.patch ++
--- refpolicy-standard.orig/policy/modules/kernel/devices.te
+++ refpolicy-standard/policy/modules/kernel/devices.te
@@ -19,6 +19,8 @@ fs_associate_tmpfs(device_t)
 files_type(device_t)
 files_mountpoint(device_t)
 files_associate_tmp(device_t)
+fs_type(device_t)
+fs_use_trans devtmpfs gen_context(system_u:object_r:device_t,s0);
 
 #
 # Type for /dev/agpgart





Remember to have fun...

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



commit selinux-policy for openSUSE:11.3

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package selinux-policy for openSUSE:11.3
checked in at Tue Aug 9 17:16:11 CEST 2011.




--- old-versions/11.3/all/selinux-policy/selinux-policy.changes 2010-04-12 
08:32:25.0 +0200
+++ 11.3/selinux-policy/selinux-policy.changes  2011-08-02 16:59:19.0 
+0200
@@ -1,0 +2,5 @@
+Tue Aug  2 14:50:30 UTC 2011 - vci...@novell.com
+
+- /dev/* files don't have the right security context (bnc#635304)
+
+---

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


New:

  selinux-policy-devtmpfs.patch



Other differences:
--
++ selinux-policy.spec ++
--- /var/tmp/diff_new_pack.o9jcyS/_old  2011-08-09 17:12:16.0 +0200
+++ /var/tmp/diff_new_pack.o9jcyS/_new  2011-08-09 17:12:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package selinux-policy (Version 2.20081210)
+# spec file for package selinux-policy
 #
-# 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,7 +20,7 @@
 
 Name:   selinux-policy
 Version:2.20081210
-Release:4
+Release:9.
 Url:http://oss.tresys.com/projects/refpolicy/
 License:GPLv2
 Group:  System/Base
@@ -28,6 +28,8 @@
 Source: refpolicy-%{version}.tar.bz2
 Source1:config
 Patch0: %{name}-build_conf.patch
+# PATCH-FIX-UPSTREAM /dev/* files don't have right context (bnc#635304)
+Patch1: selinux-policy-devtmpfs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  checkpolicy libsepol-devel m4 policycoreutils python python-xml
 BuildArch:  noarch
@@ -70,6 +72,7 @@
 tar xfj %{SOURCE0} && mv refpolicy refpolicy-mcs
 tar xfj %{SOURCE0} && mv refpolicy refpolicy-mls
 %patch0
+%patch1
 
 %build
 for i in standard mcs mls; do

++ selinux-policy-devtmpfs.patch ++
--- refpolicy-standard.orig/policy/modules/kernel/devices.te
+++ refpolicy-standard/policy/modules/kernel/devices.te
@@ -19,6 +19,8 @@ fs_associate_tmpfs(device_t)
 files_type(device_t)
 files_mountpoint(device_t)
 files_associate_tmp(device_t)
+fs_type(device_t)
+fs_use_trans devtmpfs gen_context(system_u:object_r:device_t,s0);
 
 #
 # Type for /dev/agpgart





Remember to have fun...

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



commit abook for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package abook for openSUSE:Factory
checked in at Tue Aug 9 16:39:41 CEST 2011.




--- abook/abook.changes 2009-12-22 23:05:32.0 +0100
+++ /mounts/work_src_done/STABLE/abook/abook.changes2011-08-09 
14:19:23.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 12:18:00 UTC 2011 - a...@cryptomilk.org
+
+- add support for vcards
+
+---

calling whatdependson for head-i586


Old:

  abook-0.6.0pre2.tar.gz

New:

  abook-0.6.0pre2.tar.bz2
  abook_vcard_import.patch



Other differences:
--
++ abook.spec ++
--- /var/tmp/diff_new_pack.NGADWi/_old  2011-08-09 16:39:25.0 +0200
+++ /var/tmp/diff_new_pack.NGADWi/_new  2011-08-09 16:39:25.0 +0200
@@ -21,10 +21,11 @@
 BuildRequires:  gettext ncurses-devel readline-devel
 Summary:Text-based addressbook program
 Version:0.6.0pre2
-Release:1
+Release:3
 License:GPL
 Group:  Productivity/Other
-Source: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz
+Source: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.bz2
+Patch0: abook_vcard_import.patch
 Url:http://abook.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 %configure

++ abook-0.6.0pre2.tar.gz -> abook-0.6.0pre2.tar.bz2 ++

++ abook_vcard_import.patch ++
diff -ru a/filter.c b/filter.c
--- a/filter.c  2006-09-06 07:26:10.0 +0200
+++ b/filter.c  2008-05-18 20:55:12.0 +0200
@@ -44,6 +44,7 @@
 static int csv_parse_file(FILE *in);
 static int allcsv_parse_file(FILE *in);
 static int palmcsv_parse_file(FILE *in);
+static int vcard_parse_file(FILE *in);
 
 /*
  * export filter prototypes
@@ -75,6 +76,7 @@
{ "csv", N_("comma separated values"), csv_parse_file },
{ "allcsv", N_("comma separated values (all fields)"), 
allcsv_parse_file },
{ "palmcsv", N_("Palm comma separated values"), palmcsv_parse_file },
+   { "vcard", N_("vCard file"), vcard_parse_file },
{ "\0", NULL, NULL }
 };
 
@@ -1331,6 +1333,262 @@
  */
 
 /*
+ * vCard import filter
+ */
+
+static char *vcard_fields[] = {
+   "FN",   /* NAME */
+   "EMAIL",/* EMAIL */
+   "ADR",  /* ADDRESS */
+   "ADR",  /* ADDRESS2 - not used */
+   "ADR",  /* CITY */
+   "ADR",  /* STATE */
+   "ADR",  /* ZIP */
+   "ADR",  /* COUNTRY */
+   "TEL",  /* PHONE */
+   "TEL",  /* WORKPHONE */
+   "TEL",  /* FAX */
+   "TEL",  /* MOBILEPHONE */
+   "NICKNAME", /* NICK */
+   "URL",  /* URL */
+   "NOTE", /* NOTES */
+   NULL/* not implemented: ANNIVERSARY, ITEM_FIELDS */
+};
+
+/*
+ * mappings between vCard ADR field and abook's ADDRESS
+ * see rfc2426 section 3.2.1
+ */
+static int vcard_address_fields[] = {
+   -1, /* vCard(post office box) - not used */
+   -1, /* vCard(the extended address) - not used */
+   2,  /* vCard(the street address) - ADDRESS */
+   4,  /* vCard(the locality) - CITY */
+   5,  /* vCard(the region) - STATE */
+   6,  /* vCard(the postal code) - ZIP */
+   7   /* vCard(the country name) - COUNTRY */
+};
+
+enum {
+   VCARD_KEY = 0,
+   VCARD_KEY_ATTRIBUTE,
+   VCARD_VALUE,
+};
+
+static char *
+vcard_get_line_element(char *line, int element)
+{
+   int i;
+   char *line_copy = 0;
+   char *result = 0;
+   char *key = 0;
+   char *key_attr = 0;
+   char *value = 0;
+
+   line_copy = xstrdup(line);
+
+   /* make newline characters if exist end of string */
+   for(i=0; line_copy[i]; i++) {
+   if(line_copy[i] == '\r' || line_copy[i] == '\n') {
+   line_copy[i] = '\0';
+   break;
+   }
+   }
+
+   /* separate key from value */
+   for(i=0; line_copy[i]; i++) {
+   if(line_copy[i] == ':') {
+   line_copy[i] = '\0';
+   key = line_copy;
+   value = &line_copy[i+1];
+   break;
+   }
+   }
+
+   /* separate key from key attributes */
+   if (key) {
+   for(i=0; key[i]; i++) {
+   if(key[i] == ';') {
+   key[i] = '\0';
+   key_att

commit build for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package build for openSUSE:Factory
checked in at Tue Aug 9 16:39:09 CEST 2011.




--- build/build.changes 2011-07-01 09:27:45.0 +0200
+++ /mounts/work_src_done/STABLE/build/build.changes2011-08-07 
22:05:03.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  7 19:58:28 UTC 2011 - opens...@cboltz.de
+
+- Requires:/Recommends: were part of the package description.
+  Moved them to the correct place.
+
+---

calling whatdependson for head-i586


New:

  debian.tar.gz



Other differences:
--
++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.LT3U3Y/_old  2011-08-09 16:37:54.0 +0200
+++ /var/tmp/diff_new_pack.LT3U3Y/_new  2011-08-09 16:37:54.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Summary:Tools to generate base lib packages
 Version:2011.07.01
-Release:1
+Release:2
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs
 Source: build-%{version}.tar.gz

++ build.spec ++
--- /var/tmp/diff_new_pack.LT3U3Y/_old  2011-08-09 16:37:54.0 +0200
+++ /var/tmp/diff_new_pack.LT3U3Y/_new  2011-08-09 16:37:54.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Summary:A Script to Build SUSE Linux RPMs
 Version:2011.07.01
-Release:1
+Release:3
 #!BuildIgnore:  build-mkbaselibs
 Source: build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,14 +50,20 @@
 Recommends: bsdtar
 %endif
 
+%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
+Requires:   build-mkbaselibs
+%endif
+
+%if 0%{?suse_version} > 1120 || 0%{?mdkversion}
+Recommends: build-mkdrpms
+%endif
+
 %description
 This package provides a script for building RPMs for SUSE Linux in a
 chroot environment.
 
 
 %if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
-Requires:   build-mkbaselibs
-Recommends: build-mkdrpms
 
 %package mkbaselibs
 License:GPLv2+






Remember to have fun...

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



commit cantor for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package cantor for openSUSE:Factory
checked in at Tue Aug 9 16:37:43 CEST 2011.




--- cantor/cantor.changes   2011-07-22 20:16:28.0 +0200
+++ /mounts/work_src_done/STABLE/cantor/cantor.changes  2011-08-08 
11:53:40.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  8 08:43:11 UTC 2011 - m...@suse.com
+
+- Fixed group for devel package (fix for RPMLINT warning)
+- Add version of the dependency requirement for devel package 
+  (fix for RPMLINT warning)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.jlblhG/_old  2011-08-09 16:37:24.0 +0200
+++ /var/tmp/diff_new_pack.jlblhG/_new  2011-08-09 16:37:24.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  ocaml-facile
 %endif
 Version:4.7.0
-Release:1
+Release:2
 License:GPLv2+
 Summary:Worksheet GUI for mathematical software
 Url:http://edu.kde.org
@@ -73,8 +73,8 @@
 %package devel
 License:GPLv2+
 Summary:Worksheet GUI for mathematical software
-Group:  Amusements/Teaching/Mathematics
-Requires:   cantor
+Group:  Development/Libraries/KDE
+Requires:   cantor = %{version}
 
 %description devel
 a frontend to several existing mathematical software such as R, Sage






Remember to have fun...

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



commit cpanspec for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package cpanspec for openSUSE:Factory
checked in at Tue Aug 9 16:37:14 CEST 2011.




--- cpanspec/cpanspec.changes   2011-05-31 12:49:45.0 +0200
+++ /mounts/work_src_done/STABLE/cpanspec/cpanspec.changes  2011-08-02 
10:32:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  2 08:31:21 UTC 2011 - co...@novell.com
+
+- Stephan Kulow (1):
+  one more way to parse the requires (may produce false positives)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cpanspec.spec ++
--- /var/tmp/diff_new_pack.tmcKXF/_old  2011-08-09 16:36:51.0 +0200
+++ /var/tmp/diff_new_pack.tmcKXF/_new  2011-08-09 16:36:51.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   cpanspec
 Version:1.78.05
-Release:1
+Release:31
 %define cpan_name cpanspec
 Summary:Generate a SUSE spec file for a CPAN module
 License:GPL+ or Artistic
@@ -39,6 +39,7 @@
 BuildRequires:  perl(Pod::Simple::TextContent)
 BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(YAML)
+BuildRequires:  perl(Perl::PrereqScanner)
 Requires:   perl(Archive::Tar)
 Requires:   perl(Archive::Zip)
 Recommends: perl(IO::Uncompress::Bunzip2)
@@ -47,6 +48,7 @@
 Requires:   perl(Pod::Simple::TextContent)
 Requires:   perl(Text::Autoformat)
 Requires:   perl(YAML)
+Requires:   perl(Perl::PrereqScanner)
 %{perl_requires}
 
 %description

++ cpanspec-1.78.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpanspec-1.78.05/cpanspec 
new/cpanspec-1.78.05/cpanspec
--- old/cpanspec-1.78.05/cpanspec   2011-05-31 13:01:02.0 +0200
+++ new/cpanspec-1.78.05/cpanspec   2011-08-02 10:31:20.0 +0200
@@ -217,6 +217,7 @@
 use File::Temp;
 use File::Path qw(rmtree);
 use Intrusive;
+use Perl::PrereqScanner;
 
 # Apparently gets pulled in by another module.
 #use Cwd;
@@ -1045,6 +1046,29 @@
$build_requires{$dep}=$lrequires{$dep};
 }
 
+my %packages = ();
+
+my $scanner = Perl::PrereqScanner->new;
+foreach my $test (grep /\.(pm|t|PL|pl)/, @files) {
+   my $doc = PPI::Document->new($basedir . $path . "/" . $test);
+
+   # Get the name of the main package
+   my $pkg = $doc->find_first('PPI::Statement::Package');
+   if ($pkg) {
+   $packages{$pkg->namespace} = 1;
+   }
+
+   my %scanneddeps = %{$scanner->scan_ppi_document($doc)->as_string_hash};
+   foreach my $dep (keys(%scanneddeps)) {
+   my $ndep = $scanneddeps{$dep};
+   unless ($build_requires{$dep} && $build_requires{$dep} > $ndep) {
+   $build_requires{$dep}=$scanneddeps{$dep};
+   }
+   }
+}
+
+foreach my $pkg (keys %packages) { delete $build_requires{$pkg} };
+
 my %hdoc = ();
 if (@doc) {
foreach my $d (@doc) { 

++ updaterpm.sh ++
--- /var/tmp/diff_new_pack.tmcKXF/_old  2011-08-09 16:36:51.0 +0200
+++ /var/tmp/diff_new_pack.tmcKXF/_new  2011-08-09 16:36:51.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-rev=d0eb41e203789118fa2bcc878d9da725813679e2
+rev=8ffa1e88a8b05c300274b844fde2700ca4768e14
 git clone --depth 0 http://git.gitorious.org/opensuse/cpanspec.git
 cd cpanspec
 nrev=`git show HEAD| grep commit | head -n 1 | cut '-d ' -f2`






Remember to have fun...

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



commit jetty5 for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package jetty5 for openSUSE:Factory
checked in at Tue Aug 9 16:36:35 CEST 2011.




--- jetty5/jetty5.changes   2009-11-06 13:54:56.0 +0100
+++ /mounts/work_src_done/STABLE/jetty5/jetty5.changes  2011-08-05 
13:24:43.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug  5 11:23:12 UTC 2011 - mvysko...@suse.cz
+
+- removed all files and the proprietary javax license from tarball
+  now builds from jetty-5.1.15-suse.tar.bz2
+
+---
+Fri Jun 17 07:45:34 UTC 2011 - kru...@zib.de
+
+- update to Jetty 5.1.15
+  from changelog:
+  * JETTY-418 synchronized load class
+  * JETTY-1004 CERT VU402580 Canonical path handling includes ? in
+path segment
+  * Fixes for CERT438616-CERT237888-CERT21284
+
+---

calling whatdependson for head-i586


Old:

  jetty-5.1.14.tar.bz2
  jetty-CERT438616-CERT237888-CERT21284.patch

New:

  jetty-5.1.15-suse.tar.bz2



Other differences:
--
++ jetty5.spec ++
--- /var/tmp/diff_new_pack.I8VKjY/_old  2011-08-09 16:35:57.0 +0200
+++ /var/tmp/diff_new_pack.I8VKjY/_new  2011-08-09 16:35:57.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jetty5 (Version 5.1.14)
+# spec file for package jetty5
 #
-# 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
@@ -38,13 +38,19 @@
 %define demodir %{_localstatedir}/lib/%{name}/demo
 
 Name:   jetty5
-Version:5.1.14
-Release:3
+Version:5.1.15
+Release:1
 Summary:Webserver and Servlet Container
 Group:  Networking/Daemons
 License:ASL 2.0
 Url:http://jetty.mortbay.org/jetty/
-Source0:http://ftp.mortbay.org/pub/jetty-5/jetty-5.1.14.tar.bz2
+#wgethttp://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.15.tgz
+#tar -xf jetty-5.1.15.tgz
+#find jetty-5.1.15/ -name '*?ar' -or -name '*.class' | grep -v 'examples.war' 
| xargs rm -f
+## remove proprietary license for javax77.jar removed before
+#rm -f jetty-5.1.15/etc/LICENSE.javax.xml.html
+#$ tar -xjf jetty-5.1.15-suse.tar.bz2 jetty-5.1.15/
+Source0:jetty-5.1.15-suse.tar.bz2
 Source1:jetty5.script
 Source2:jetty5.init
 Source3:jetty.logrotate
@@ -57,7 +63,6 @@
 Patch1: jetty-PostFileFilter.patch
 Patch2: jetty-libgcj-bad-serialization.patch
 Patch3: jetty-TestRFC2616-libgcj-bad-date-parser.patch
-Patch4: jetty-CERT438616-CERT237888-CERT21284.patch
 # PATCH-OPENSUSE: read jettyrc from /etc/jetty5, allow empty pid file, secure 
temp file creation
 Patch5: jetty5-jettysh.patch
 # PATCH-FIX-UPSTREAM bnc#551802, brc#499867
@@ -275,7 +280,6 @@
 %patch1 -b .sav
 %patch2 -b .sav
 %patch3 -b .sav
-%patch4
 %patch5 -p1 -b .jettyrc
 %patch6 -b .CVE-2009-1523
 # Delete this Sun specific file.

++ jetty-5.1.14-CVE-2009-1523.patch ++
--- /var/tmp/diff_new_pack.I8VKjY/_old  2011-08-09 16:35:58.0 +0200
+++ /var/tmp/diff_new_pack.I8VKjY/_new  2011-08-09 16:35:58.0 +0200
@@ -69,16 +69,3 @@
  }
  
  resetBuffer();
-diff -up ./src/org/mortbay/util/URI.java.fix ./src/org/mortbay/util/URI.java
 ./src/org/mortbay/util/URI.java.fix2009-05-13 16:47:53.0 
-0400
-+++ ./src/org/mortbay/util/URI.java2009-05-13 16:48:08.0 -0400
-@@ -830,8 +830,7 @@ public class URI
- return path;
- 
- int end=path.length();
--int queryIdx=path.indexOf('?');
--int start = path.lastIndexOf('/', (queryIdx > 0 ? queryIdx : end));
-+int start = path.lastIndexOf('/', end);
- 
- search:
- while (end>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 kalzium for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory
checked in at Tue Aug 9 16:35:42 CEST 2011.




--- kalzium/kalzium.changes 2011-07-22 20:17:08.0 +0200
+++ /mounts/work_src_done/STABLE/kalzium/kalzium.changes2011-08-08 
11:55:13.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug  8 08:46:40 UTC 2011 - m...@suse.com
+
+- Fixed group for devel package (fix for RPMLINT warning)
+- Use %{_includedir} macro instead of absolute path /usr/include
+- Add version of the dependency requirement for devel package 
+  (fix for RPMLINT warning)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.VJEYdn/_old  2011-08-09 16:35:20.0 +0200
+++ /var/tmp/diff_new_pack.VJEYdn/_new  2011-08-09 16:35:20.0 +0200
@@ -42,7 +42,7 @@
 Summary:Periodic Table of Elements
 Url:http://edu.kde.org
 Version:4.7.0
-Release:1
+Release:2
 Source0:%{name}-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -83,9 +83,9 @@
 
 %package devel
 License:GPL v2 or later
-Group:  Productivity/Scientific/Chemistry
+Group:  Development/Libraries/KDE
 Summary:Periodic Table of Elements
-Requires:   kalzium
+Requires:   kalzium = %{version}
 
 %description devel
 Kalzium shows a periodic table of the elements.
@@ -100,7 +100,7 @@
 %defattr(-,root,root)
 %_kde4_libdir/libcompoundviewer.so
 %_kde4_libdir/libscience.so
-/usr/include/libkdeedu/*
+%{_includedir}/libkdeedu/*
 
 %post -p /sbin/ldconfig
 






Remember to have fun...

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



commit obs-service-format_spec_file for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory
checked in at Tue Aug 9 16:35:11 CEST 2011.




--- obs-service-format_spec_file/obs-service-format_spec_file.changes   
2011-07-04 11:43:18.0 +0200
+++ 
/mounts/work_src_done/STABLE/obs-service-format_spec_file/obs-service-format_spec_file.changes
  2011-08-08 16:06:29.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug  8 14:05:45 UTC 2011 - r...@suse.com
+
+- more work on disabled subpackages, port from internal
+  prepare_spec
+
+---
+Mon Aug  1 17:29:28 CEST 2011 - r...@suse.de
+
+- try to keep summary and group for cases like openldap2
+  (bnc#624980) 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.lTYUXy/_old  2011-08-09 16:34:44.0 +0200
+++ /var/tmp/diff_new_pack.lTYUXy/_new  2011-08-09 16:34:44.0 +0200
@@ -22,7 +22,7 @@
 Group:  Development/Tools/Building
 Summary:An OBS source service: reformats a spec file to SUSE standard.
 Version:0.1
-Release:7
+Release:9
 Source: format_spec_file
 Source1:format_spec_file.service
 Source2:prepare_spec

++ prepare_spec ++
--- /var/tmp/diff_new_pack.lTYUXy/_old  2011-08-09 16:34:44.0 +0200
+++ /var/tmp/diff_new_pack.lTYUXy/_new  2011-08-09 16:34:44.0 +0200
@@ -345,8 +345,10 @@
warn "after: $_\n";
   }
   ($current_package, $current_lang) = set_current_pkg ( $_ );
-  $disabled_packs->{$current_package} = 1 if $ifhandler->{"disabled"};
-  warn "$current_package is disabled\n" if $ifhandler->{"disabled"} && 
$debug;
+  if ($ifhandler->{"disabled"}) {
+   $disabled_packs->{$current_package} = 1;
+   warn "$current_package is disabled\n" if $debug;
+  }
   next;
 }
 if ( /^%description\b/i ) {
@@ -391,14 +393,16 @@
   next;
 }
 if ($current_section eq "header") {
+  my $c_pack = $current_package;
+  $c_pack .= "_disabled" if $ifhandler->{"disabled"};
   if ( /^Summary\b\s*:\s*(.*)/i ) {
-$replace_hash{"XXXSUMMARY $current_package"} = 
sprintf("%-16s%s","Summary:", $1);
-push @oldspec, "XXXSUMMARY $current_package";
+$replace_hash{"XXXSUMMARY $c_pack"} = sprintf("%-16s%s","Summary:", 
$1);
+push @oldspec, "XXXSUMMARY $c_pack";
 next;
   }
   if ( /^Group\b\s*:\s*(.*)/i ) {
-$replace_hash{"XXXGROUP $current_package"} = sprintf("%-16s%s", 
"Group:", $1);
-push @oldspec, "XXXGROUP $current_package";
+$replace_hash{"XXXGROUP $c_pack"} = sprintf("%-16s%s", "Group:", $1);
+push @oldspec, "XXXGROUP $c_pack";
 next;
   }
   if ( /^Vendor:/ || /^Distribution:/ || /^Packager:/ ) {
@@ -422,8 +426,8 @@
 $_ =~ s/^[^:]+:/BuildArch:/;
   }
   if ( /^Release\s*:\s*(.*)/i ) {
-$pkg_release{$current_package} = $_;
-$replace_hash{"XXXRELEASE $current_package"} = 
sprintf("%-16s%s","Release:", $1);
+$pkg_release{$c_pack} = $_;
+$replace_hash{"XXXRELEASE $c_pack"} = sprintf("%-16s%s","Release:", 
$1);
 next;
   }
   if ( /^BuildRoot\s*:/i ) {
@@ -431,13 +435,13 @@
 next;
   }
   if ( /^Copyright\s*:\s*(.*)/i || /^License\s*:\s*(.*)/i ) {
-$replace_hash{"XXXLICENSE $current_package"} = 
sprintf("%-16s%s","License:", $1);
-push @oldspec, "XXXLICENSE $current_package";
+$replace_hash{"XXXLICENSE $c_pack"} = sprintf("%-16s%s","License:", 
$1);
+push @oldspec, "XXXLICENSE $c_pack";
 next;
   }
   if ( /^Url\s*:\s*(.*)/i ) {
-$replace_hash{"XXXURL $current_package"} = sprintf("%-16s%s","Url:", 
$1);
-push @oldspec, "XXXURL $current_package";
+$replace_hash{"XXXURL $c_pack"} = sprintf("%-16s%s","Url:", $1);
+push @oldspec, "XXXURL $c_pack";
 next;
   }
   if ( m/$global_tags_re\s*(.*)/oi ) {
@@ -448,11 +452,11 @@
   }
   if ( /^Version:/ ) {
warn "found Version, section = $current_section\n" if $debug;
-$version{$current_package} = $_;
-$version{$current_package} =~ s/^Version:\s*(.*)\s*/$1/;
-$replace_hash{"XXXVERSION $current_package"} = 
sprintf("%-16s%s","Version:",$version{$current_package});
-push @oldspec, $replace_hash{"XXXVERSION $current_package"};
-push @oldspec, "XXXRELEASE $current_package";
+$version{$c_pack} = $_;
+$version{$c_pack} =~ s/^Version:\s*(.*)\s*/$1/;
+$replace_hash{"XXXVERSION $c_pack"} = 
sprintf("%-16s%s","Version:",$version{$c_pack});
+push @oldspec, $replace_hash{"XXXVERSION $c_pack"};
+push @olds

commit oxygen-gtk for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package oxygen-gtk for openSUSE:Factory
checked in at Tue Aug 9 16:34:19 CEST 2011.




--- KDE/oxygen-gtk/oxygen-gtk.changes   2011-08-01 20:17:25.0 +0200
+++ /mounts/work_src_done/STABLE/oxygen-gtk/oxygen-gtk.changes  2011-08-08 
17:41:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 15:40:49 UTC 2011 - idon...@novell.com
+
+- Add firefox-menu-corruption.patch, fix menu corruption seen in
+  Firefox, bko #277613
+
+---

calling whatdependson for head-i586


New:

  firefox-menu-corruption.patch



Other differences:
--
++ oxygen-gtk.spec ++
--- /var/tmp/diff_new_pack.NZW3YB/_old  2011-08-09 16:34:03.0 +0200
+++ /var/tmp/diff_new_pack.NZW3YB/_new  2011-08-09 16:34:03.0 +0200
@@ -19,13 +19,14 @@
 
 Name:   oxygen-gtk
 Version:1.1.1
-Release:1
+Release:2
 License:GNU LGPL v2 or later
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK
 Url:https://projects.kde.org/projects/playground/artwork/oxygen-gtk
 Group:  System/GUI/KDE
 Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
+Patch1: firefox-menu-corruption.patch
 BuildRequires:  cairo-devel
 BuildRequires:  cmake
 BuildRequires:  dbus-1-glib-devel
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 

++ firefox-menu-corruption.patch ++
commit e9f836bf20edbf45926f13fa681400d56e4275d9
Author: Hugo Pereira Da Costa 
Date:   Mon Aug 8 15:38:16 2011 +0200

Added checks on Screen, Display, and Visual before allocating the pixmaps 
needed for
shadows.

CCBUG: 277613

diff --git a/src/oxygenshadowhelper.cpp b/src/oxygenshadowhelper.cpp
index f7027ca..d12099a 100644
--- a/src/oxygenshadowhelper.cpp
+++ b/src/oxygenshadowhelper.cpp
@@ -206,9 +206,32 @@ namespace Oxygen
 // create atom
 if( !_atom )
 {
+
+// get screen and check
 GdkScreen* screen = gdk_screen_get_default();
+if( !screen )
+{
+
+#if OXYGEN_DEBUG
+std::cerr << "ShadowHelper::createPixmapHandles - screen is 
NULL" << std::endl;
+#endif
+
+return;
+}
+
+// get display and check
 Display* display( GDK_DISPLAY_XDISPLAY( gdk_screen_get_display( 
screen ) ) );
-_atom = XInternAtom( display, "_KDE_NET_WM_SHADOW", False);
+if( !display )
+{
+
+#if OXYGEN_DEBUG
+std::cerr << "ShadowHelper::createPixmapHandles - display is 
NULL" << std::endl;
+#endif
+
+return;
+}
+
+   _atom = XInternAtom( display, "_KDE_NET_WM_SHADOW", False);
 }
 
 // make sure size is valid
@@ -217,11 +240,29 @@ namespace Oxygen
 // opacity
 const int shadowOpacity = 150;
 
+if( _roundPixmaps.empty() || _squarePixmaps.empty() )
+{
+// get screen, display, visual and check
+// no need to check screen and display, since was already done for 
ATOM
+GdkScreen* screen = gdk_screen_get_default();
+Display* display( GDK_DISPLAY_XDISPLAY( gdk_screen_get_display( 
screen ) ) );
+if( !gdk_screen_get_rgba_visual( screen ) )
+{
+
+#if OXYGEN_DEBUG
+std::cerr << "ShadowHelper::createPixmapHandles - no valid 
RGBA visual found." << std::endl;
+#endif
+
+return;
+
+}
+}
+
 // make sure pixmaps are not already initialized
 if( _roundPixmaps.empty() )
 {
 
-_roundPixmaps.push_back( createPixmap( _roundTiles.surface( 1 ), 
shadowOpacity ) );
+   _roundPixmaps.push_back( createPixmap( _roundTiles.surface( 1 ), 
shadowOpacity ) );
 _roundPixmaps.push_back( createPixmap( _roundTiles.surface( 2 ), 
shadowOpacity ) );
 _roundPixmaps.push_back( createPixmap( _roundTiles.surface( 5 ), 
shadowOpacity ) );
 _roundPixmaps.push_back( createPixmap( _roundTiles.surface( 8 ), 
shadowOpacity ) );





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

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package python-Shed_Skin for openSUSE:Factory
checked in at Tue Aug 9 16:33:56 CEST 2011.




--- python-Shed_Skin/python-Shed_Skin.changes   2011-07-01 11:27:36.0 
+0200
+++ /mounts/work_src_done/STABLE/python-Shed_Skin/python-Shed_Skin.changes  
2011-08-03 12:23:34.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 10:23:31 UTC 2011 - cfarr...@novell.com
+
+- license update: GPL-3.0+
+  has an or later clause
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-Shed_Skin.spec ++
--- /var/tmp/diff_new_pack.maMBZI/_old  2011-08-09 16:32:59.0 +0200
+++ /var/tmp/diff_new_pack.maMBZI/_new  2011-08-09 16:32:59.0 +0200
@@ -19,10 +19,10 @@
 
 Name:   python-Shed_Skin
 Version:0.8
-Release:1
+Release:3
 Url:http://shedskin.googlecode.com
 Summary:An Optimizing (restricted) Python-to-C++ Compiler
-License:GPL3
+License:GPL-3.0+
 Group:  Development/Languages/Python
 Source: http://shedskin.googlecode.com/files/shedskin-0.8.tgz
 Source99:   shedskin-rpmlintrc
@@ -49,6 +49,7 @@
 
 %package doc
 
+
 Summary:An Optimizing (restricted) Python-to-C++ Compiler - 
Documentation
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}






Remember to have fun...

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



commit vorbisgain for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory
checked in at Tue Aug 9 16:32:48 CEST 2011.




--- vorbisgain/vorbisgain.changes   2010-10-04 13:44:33.0 +0200
+++ /mounts/work_src_done/STABLE/vorbisgain/vorbisgain.changes  2011-08-09 
00:06:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 21:54:45 UTC 2011 - ma...@marix.org
+
+- Updated license information to fix bnc 709981
+
+---

calling whatdependson for head-i586




Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.f86DRP/_old  2011-08-09 16:29:29.0 +0200
+++ /var/tmp/diff_new_pack.f86DRP/_new  2011-08-09 16:29:29.0 +0200
@@ -19,8 +19,8 @@
 
 Name:   vorbisgain
 Version:0.34
-Release:1
-License:LGPL
+Release:10
+License:GPLv2
 Summary:Calculate the Replay Gain for Ogg Vorbis files
 Url:http://sjeng.org/vorbisgain.html
 Group:  Productivity/Multimedia/Sound/Utilities






Remember to have fun...

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



commit wordnet for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory
checked in at Tue Aug 9 16:28:51 CEST 2011.




--- wordnet/wordnet.changes 2011-07-29 01:01:12.0 +0200
+++ /mounts/work_src_done/STABLE/wordnet/wordnet.changes2011-08-03 
13:03:40.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 11:01:08 UTC 2011 - badshah...@gmail.com
+
+- Removed GPLv2 from License tag, license is only MIT based
+  (bnc#709988)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.zKl4zk/_old  2011-08-09 16:28:29.0 +0200
+++ /var/tmp/diff_new_pack.zKl4zk/_new  2011-08-09 16:28:29.0 +0200
@@ -19,8 +19,8 @@
 
 Name:   wordnet
 Version:3.0
-Release:1
-License:MIT and GPLv2
+Release:17
+License:MIT
 Summary:A lexical database for the English language
 Url:http://wordnet.princeton.edu
 Group:  Productivity/Office/Dictionary
@@ -58,6 +58,7 @@
 
 %package devel
 
+
 Summary:The development libraries and header files for WordNet
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}






Remember to have fun...

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



commit yast2-live-installer for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package yast2-live-installer for 
openSUSE:Factory
checked in at Tue Aug 9 16:28:10 CEST 2011.




--- yast2-live-installer/yast2-live-installer.changes   2010-10-12 
16:34:23.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-live-installer/yast2-live-installer.changes  
2011-08-08 13:14:04.0 +0200
@@ -1,0 +2,24 @@
+Mon Aug  8 10:58:52 CEST 2011 - jsr...@suse.cz
+
+- enhance error reporting when running out of disk space during
+  live installation (bnc#533601)
+- 2.21.0
+
+---
+Fri Aug  5 12:33:11 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---
+Tue Mar  8 13:42:24 CET 2011 - jsr...@suse.cz
+
+- don't eject the CD during reboot after live installation
+  (bnc#511210)
+
+---
+Thu Nov 18 13:12:37 UTC 2010 - jsr...@suse.cz
+
+- suppress memory warning if live installer is running directly
+  from boot scripts (bnc#547743)
+
+---

calling whatdependson for head-i586


Old:

  yast2-live-installer-2.20.0.tar.bz2

New:

  yast2-live-installer-2.21.0.tar.bz2



Other differences:
--
++ yast2-live-installer.spec ++
--- /var/tmp/diff_new_pack.AueFKj/_old  2011-08-09 16:27:50.0 +0200
+++ /var/tmp/diff_new_pack.AueFKj/_new  2011-08-09 16:27:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-live-installer (Version 2.20.0)
+# spec file for package yast2-live-installer
 #
-# 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,16 +19,16 @@
 
 
 Name:   yast2-live-installer
-Version:2.20.0
+Version:2.21.0
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-live-installer-2.20.0.tar.bz2
+Source0:yast2-live-installer-2.21.0.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 
 # Internet and InternetDevices
 Requires:   yast2 >= 2.16.6
@@ -49,7 +49,7 @@
 hard disk of the computer.
 
 %prep
-%setup -n yast2-live-installer-2.20.0
+%setup -n yast2-live-installer-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-live-installer-2.20.0.tar.bz2 -> 
yast2-live-installer-2.21.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-live-installer-2.20.0/VERSION 
new/yast2-live-installer-2.21.0/VERSION
--- old/yast2-live-installer-2.20.0/VERSION 2010-10-12 16:33:35.0 
+0200
+++ new/yast2-live-installer-2.21.0/VERSION 2011-08-08 10:59:27.0 
+0200
@@ -1 +1 @@
-2.20.0
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-live-installer-2.20.0/aclocal.m4 
new/yast2-live-installer-2.21.0/aclocal.m4
--- old/yast2-live-installer-2.20.0/aclocal.m4  2010-10-12 16:33:45.0 
+0200
+++ new/yast2-live-installer-2.21.0/aclocal.m4  2011-08-08 13:10:19.0 
+0200
@@ -13,8 +13,8 @@
 
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
-[m4_warning([this file was generated for autoconf 2.67.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
+[m4_warning([this file was generated for autoconf 2.65.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
`autoreconf'.])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-live-installer-2.20.0/configure 
new/yast2-live-installer-2.21.0/configure
--- old/yast2-live-installer-2.20.0/configure   2010-10-12 16:33:46.0 
+0200
+++ new/yast2-live-installer-2.21.0/configure   2011-08-08 13:10:20.0 
+0200
@@ -1,13 +1,13 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for yast2-live-installer 2.20.0.
+# Generated by GNU Autoconf 2.65 for yast2-live-installer 2.21.0.
 #
 # Report bugs to .
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
 #
 #
 # This configure script is

commit yast2-nis-server for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package yast2-nis-server for openSUSE:Factory
checked in at Tue Aug 9 16:27:37 CEST 2011.




--- yast2-nis-server/yast2-nis-server.changes   2009-06-17 16:15:54.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-nis-server/yast2-nis-server.changes  
2011-08-08 10:26:52.0 +0200
@@ -1,0 +2,18 @@
+Mon Aug  8 10:24:14 CEST 2011 - jsuch...@suse.cz
+
+- remember the settings after clicking Details (bnc#710882)
+- 2.21.0 
+
+---
+Fri Aug  5 12:34:22 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+--
+Wed Jan 13 18:56:03 CET 2010 - kmachalk...@suse.cz
+
+- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
+  where root privileges are needed, removed X-KDE-SubstituteUID key 
+  (bnc#540627)
+
+---

calling whatdependson for head-i586


Old:

  yast2-nis-server-2.18.0.tar.bz2

New:

  yast2-nis-server-2.21.0.tar.bz2



Other differences:
--
++ yast2-nis-server.spec ++
--- /var/tmp/diff_new_pack.fiJkuH/_old  2011-08-09 16:26:26.0 +0200
+++ /var/tmp/diff_new_pack.fiJkuH/_new  2011-08-09 16:26:26.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-nis-server (Version 2.18.0)
+# spec file for package yast2-nis-server
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,45 +19,55 @@
 
 
 Name:   yast2-nis-server
-Version:2.18.0
-Release:2
-License:GPL
-Group:  System/YaST
+Version:2.21.0
+Release:1
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-nis-server-2.18.0.tar.bz2
+Source0:yast2-nis-server-2.21.0.tar.bz2
+
 Prefix: /usr
+
+Group:  System/YaST
+License:GPL v2 or later
 BuildRequires:  doxygen perl-XML-Writer update-desktop-files yast2 
yast2-devtools yast2-network yast2-nis-client yast2-testsuite
 Requires:   yast2-network yast2-nis-client
+
 # NetworkInterfaces
 Requires:   yast2 >= 2.16.23
+
 Provides:   yast2-config-nis-server
 Obsoletes:  yast2-config-nis-server
 Provides:   yast2-trans-nis-server
 Obsoletes:  yast2-trans-nis-server
+
 BuildArch:  noarch
-Summary:Configuration of NIS server
+
+Summary:YaST2 - Network Information Services (NIS) Server Configuration
 
 %package devel-doc
-License:GPL
+
 Group:  System/YaST
 Requires:   yast2-nis-server >= 2.16.1
-Summary:Developer documentation for yast2-nis-server
+Summary:YaST2 - Developer documentation for yast2-nis-server
 
 %description 
-Configuration of NIS server
+The YaST2 component for NIS server configuration. NIS is a service
+similar to yellow pages.
 
 %description devel-doc
-Developer documentation for yast2-nis-server
+This package contains documentation for yast2-nis-server
 
 %prep
-%setup -n yast2-nis-server-2.18.0
+%setup -n yast2-nis-server-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
@@ -93,6 +103,7 @@
 /usr/share/YaST2/scrconf/var_yp_securenets.scr
 /usr/share/YaST2/scrconf/var_yp_ypservers.scr
 /usr/share/YaST2/schema/autoyast/rnc/nis_server.rnc
+
 %dir %{prefix}/share/doc/packages/yast2-nis-server
 %{prefix}/share/doc/packages/yast2-nis-server/COPYING
 %readme %{prefix}/share/doc/packages/yast2-nis-server/README

++ yast2-nis-server-2.18.0.tar.bz2 -> yast2-nis-server-2.21.0.tar.bz2 ++
 5294 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-nis-server-2.18.0/VERSION new/yast2-nis-server-2.21.0/VERSION
--- old/yast2-nis-server-2.18.0/VERSION 2009-06-16 14:27:43.0 +0200
+++ new/yast2-nis-server-2.21.0/VERSION 2011-08-08 10:25:18.0 +0200
@@ -1 +1 @@
-2.18.0
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --

commit yast2-tv for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package yast2-tv for openSUSE:Factory
checked in at Tue Aug 9 16:26:15 CEST 2011.




--- yast2-tv/yast2-tv.changes   2011-03-09 15:43:11.0 +0100
+++ /mounts/work_src_done/STABLE/yast2-tv/yast2-tv.changes  2011-08-08 
14:15:01.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  8 12:12:51 UTC 2011 - lsle...@suse.cz
+
+- use ButtonBox for push button widgets (bnc#701273)
+- 2.21.1
+
+---
+Fri Aug  5 12:35:41 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-tv-2.21.0.tar.bz2

New:

  yast2-tv-2.21.1.tar.bz2



Other differences:
--
++ yast2-tv.spec ++
--- /var/tmp/diff_new_pack.w7uwto/_old  2011-08-09 16:25:55.0 +0200
+++ /var/tmp/diff_new_pack.w7uwto/_new  2011-08-09 16:25:55.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-tv
-Version:2.21.0
+Version:2.21.1
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-tv-2.21.0.tar.bz2
+Source0:yast2-tv-2.21.1.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-sound yast2-testsuite
 
 # .modprobe_blacklist agent
@@ -51,7 +51,7 @@
 This package contains the YaST2 component for TV card configuration.
 
 %prep
-%setup -n yast2-tv-2.21.0
+%setup -n yast2-tv-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -94,5 +94,4 @@
 /usr/share/YaST2/scrconf/*.scr
 /usr/share/YaST2/data/*.ycp
 %doc %{prefix}/share/doc/packages/yast2-tv
-
 %changelog

++ yast2-tv-2.21.0.tar.bz2 -> yast2-tv-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.0/VERSION new/yast2-tv-2.21.1/VERSION
--- old/yast2-tv-2.21.0/VERSION 2011-03-09 15:36:28.0 +0100
+++ new/yast2-tv-2.21.1/VERSION 2011-08-08 14:12:48.0 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.0/configure 
new/yast2-tv-2.21.1/configure
--- old/yast2-tv-2.21.0/configure   2011-03-09 15:42:04.0 +0100
+++ new/yast2-tv-2.21.1/configure   2011-08-08 14:14:41.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-tv 2.21.0.
+# Generated by GNU Autoconf 2.68 for yast2-tv 2.21.1.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-tv'
 PACKAGE_TARNAME='yast2-tv'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-tv 2.21.0'
+PACKAGE_VERSION='2.21.1'
+PACKAGE_STRING='yast2-tv 2.21.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-tv 2.21.0 to adapt to many kinds of systems.
+\`configure' configures yast2-tv 2.21.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1300,7 +1300,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-tv 2.21.0:";;
+ short | recursive ) echo "Configuration of yast2-tv 2.21.1:";;
esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-tv configure 2.21.0
+yast2-tv configure 2.21.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-tv $as_me 2.21.0, which was
+It was created by yast2-tv $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2327,7 +2327,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-tv'
- VERSION='2.21.0'
+ VERSION='2.21.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2449,7 +2449,7 @@
 
 
 
-VERSION="2.21.0"
+VERSION="2.21.1"
 RPMNAME="yast2-tv"
 MAINTAINER="Ladislav Slezak "
 
@@ -3379,7 +3379,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-tv $as_me 2.21.0, which was
+This file was extended by yast2-tv $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3432,7 +3432,7 @@
 

commit linuxrc for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory
checked in at Tue Aug 9 16:25:48 CEST 2011.




--- linuxrc/linuxrc.changes 2011-02-24 11:20:49.0 +0100
+++ /mounts/work_src_done/STABLE/linuxrc/linuxrc.changes2011-08-09 
11:34:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 11:34:21 CEST 2011 - snw...@suse.de
+
+- print backtrace when we get a segfault
+
+---

calling whatdependson for head-i586


Old:

  linuxrc-3.5.10.tar.bz2

New:

  linuxrc-3.5.11.tar.bz2



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.FUTcm7/_old  2011-08-09 16:25:24.0 +0200
+++ /var/tmp/diff_new_pack.FUTcm7/_new  2011-08-09 16:25:24.0 +0200
@@ -24,9 +24,9 @@
 Group:  System/Boot
 AutoReqProv:on
 Summary:SUSE Installation Program
-Version:3.5.10
+Version:3.5.11
 Release:1
-Source: linuxrc-3.5.10.tar.bz2
+Source: linuxrc-3.5.11.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ linuxrc-3.5.10.tar.bz2 -> linuxrc-3.5.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-3.5.10/VERSION new/linuxrc-3.5.11/VERSION
--- old/linuxrc-3.5.10/VERSION  2011-02-24 11:20:34.0 +0100
+++ new/linuxrc-3.5.11/VERSION  2011-08-09 11:34:16.0 +0200
@@ -1 +1 @@
-3.5.10
+3.5.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-3.5.10/changelog new/linuxrc-3.5.11/changelog
--- old/linuxrc-3.5.10/changelog2011-02-24 11:20:35.0 +0100
+++ new/linuxrc-3.5.11/changelog2011-08-09 11:34:17.0 +0200
@@ -1,4 +1,7 @@
-2011-02-24:HEAD
+2011-08-09:HEAD
+   - print backtrace when we get a segfault
+
+2011-02-24:3.5.10
- fix media check to work with isohybrid images (bnc #674609)
 
 2011-02-17:3.5.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-3.5.10/linuxrc.c new/linuxrc-3.5.11/linuxrc.c
--- old/linuxrc-3.5.10/linuxrc.c2011-02-17 15:49:29.0 +0100
+++ new/linuxrc-3.5.11/linuxrc.c2011-08-09 11:33:41.0 +0200
@@ -162,6 +162,8 @@
 
   /* maybe we had a segfault recently... */
   if(argc == 4 && !strcmp(argv[1], "segv")) {
+unsigned state = argv[3][0] - '0';
+
 for(i = 0; i < 16 && argv[2][i]; i++) {
   config.segv_addr <<= 4;
   j = argv[2][i] - '0';
@@ -170,7 +172,9 @@
 }
 config.had_segv = 1;
 
-if(argv[3][0] == '0') {/* was not in window mode */
+config.linemode = (state >> 1) & 1;
+
+if((state & 1) == 0) { /* was not in window mode */
   fprintf(stderr, "\n\nLinuxrc crashed. :-((\nPress ENTER to continue.\n");
   printf("\n\nLinuxrc crashed. :-((\nPress ENTER to continue.\n");
   fflush(stdout);
@@ -642,6 +646,8 @@
   ip = scp.sc_fpc_eir;
 #endif
 
+  util_error_trace("***  signal 11 ***\n");
+
   fprintf(stderr, "Linuxrc segfault at 0x%08"PRIx64". :-((\n", ip);
   if(config.restart_on_segv) {
 config.restart_on_segv = 0;
@@ -651,7 +657,7 @@
   addr[i] = j + '0';
 }
 addr[16] = 0;
-state[0] = config.win ? '1' : '0';
+state[0] = (config.win + (config.linemode << 1)) + '0';
 state[1] = 0;
 kbd_end(1);/* restore terminal settings */
 execl(*config.argv, "init", "segv", addr, state, NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-3.5.10/util.c new/linuxrc-3.5.11/util.c
--- old/linuxrc-3.5.10/util.c   2011-02-17 15:49:29.0 +0100
+++ new/linuxrc-3.5.11/util.c   2011-08-09 11:33:41.0 +0200
@@ -4907,6 +4907,8 @@
 
 void util_error_trace(char *format, ...)
 {
+  void *buffer[64], **p;
+  int nptrs;
   va_list args;
 
   if(!config.error_trace) return;
@@ -4915,10 +4917,12 @@
   vfprintf(stderr, format, args);
   va_end(args);
   
-  void *buffer[100];
-  int nptrs;
   nptrs = backtrace(buffer, 100);
-  backtrace_symbols_fd(buffer, nptrs, STDERR_FILENO);
+  p = buffer;
+  if(nptrs > 1) nptrs--, p++;
+  backtrace_symbols_fd(p, nptrs, STDERR_FILENO);
+
+  fprintf(stderr, "\n");
 }
 
 






Remember to have fun...

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



commit fluidsynth for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package fluidsynth for openSUSE:Factory
checked in at Tue Aug 9 16:24:49 CEST 2011.




--- fluidsynth/fluidsynth.changes   2010-12-31 15:20:20.0 +0100
+++ /mounts/work_src_done/STABLE/fluidsynth/fluidsynth.changes  2011-08-09 
12:33:53.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  8 12:57:18 CEST 2011 - ti...@suse.de
+
+- Updated to version 1.1.4:
+  Improvements to the API for playing MIDI files, several bug fixes
+  in the engine itself; for details, see:
+http://sourceforge.net/apps/trac/fluidsynth/wiki/ChangeLog1_1_4
+- Use cmake for build
+- Re-add a symbol dropped from 1.1.3
+- Clean up spec file
+
+---

calling whatdependson for head-i586


Old:

  fluidsynth-1.1.3.tar.bz2

New:

  fluidsynth-1.1.4.tar.bz2
  fluidsynth-add-missing-export-for-1.1.4.diff
  fluidsynth-fix-build-lash.diff



Other differences:
--
++ fluidsynth.spec ++
--- /var/tmp/diff_new_pack.PczVfL/_old  2011-08-09 16:23:54.0 +0200
+++ /var/tmp/diff_new_pack.PczVfL/_new  2011-08-09 16:23:54.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package fluidsynth (Version 1.1.3)
+# spec file for package fluidsynth
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -20,9 +20,10 @@
 Name:   fluidsynth
 BuildRequires:  alsa-devel ladspa-devel libjack-devel readline-devel
 BuildRequires:  dbus-1-devel lash-devel libsndfile-devel pulseaudio-devel
+BuildRequires:  cmake
 Summary:A Real-Time Software Synthesizer That Uses Soundfont(tm)
-Version:1.1.3
-Release:2
+Version:1.1.4
+Release:1
 Group:  Productivity/Multimedia/Sound/Midi
 # Obsoletes:iiwusynth
 # Provides: iiwusynth
@@ -30,6 +31,8 @@
 License:LGPLv2.1+
 Url:http://www.fluidsynth.org/
 Source: %{name}-%{version}.tar.bz2
+Patch1: fluidsynth-fix-build-lash.diff
+Patch2: fluidsynth-add-missing-export-for-1.1.4.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,14 +41,6 @@
 can read MIDI events from the MIDI input device and render them to the
 audio device. It can also play MIDI files.
 
-
-
-Authors:
-
-Peter Hanappe 
-Samuel Bianchini
-Johnathan Lee
-
 %package devel
 License:LGPLv2.1+
 Summary:Development package for the fluidsynth library
@@ -57,14 +52,6 @@
 This package contains the files needed to compile programs that use the
 fluidsynth library.
 
-
-
-Authors:
-
-Peter Hanappe 
-Samuel Bianchini
-Johnathan Lee
-
 %package -n libfluidsynth1
 License:LGPLv2.1+
 Summary:Library for Fluidsynth
@@ -73,32 +60,20 @@
 %description -n libfluidsynth1
 This package contains the shared library for Fluidsynth.
 
-
-
-Authors:
-
-Peter Hanappe 
-Samuel Bianchini
-Johnathan Lee
-
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
 
 %build
-# autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-./configure --prefix=%{_prefix} \
-  --libdir=%{_libdir} \
-  --mandir=%{_mandir} \
-  --disable-static \
-  --enable-jack-support \
-  --enable-ladspa
-make
+mkdir build
+cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -Denable-ladspa=1
+%{__make} VERBOSE=1
 
 %install
+cd build
 make install DESTDIR=$RPM_BUILD_ROOT
-# remove unneeded files
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 %post -n libfluidsynth1 -p /sbin/ldconfig
 

++ fluidsynth-1.1.3.tar.bz2 -> fluidsynth-1.1.4.tar.bz2 ++
 8803 lines of diff (skipped)

++ fluidsynth-add-missing-export-for-1.1.4.diff ++
---
 src/sfloader/fluid_defsfont.c |6 ++
 1 file changed, 6 insertions(+)

--- a/src/sfloader/fluid_defsfont.c
+++ b/src/sfloader/fluid_defsfont.c
@@ -109,6 +109,12 @@
   return fluid_defsfont_get_name((fluid_defsfont_t*) sfont->data);
 }
 
+fluid_sample_t* fluid_defsfont_get_sample(fluid_defsfont_t* sfont, char *s)
+{
+  /* This function is here just to avoid an ABI/SONAME bump, see ticket #98. 
Should never be used. */
+  return NULL;
+}
+
 fluid_preset_t*
 fluid_defsfont_sfont_get_preset(fluid_sfont_t* sfont, unsigned int bank, 
unsigned int prenum)
 {
++ fluidsynth-fix-build-lash.diff ++
---
 src/CMakeLists.txt |1 +
 1 file changed, 1 insertion(+)

--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -296,6 +296,7 @@
 ${WINDOWS_LIBS}
 ${MidiShare_LIBS}
 ${LIBFLUID_LIBS}
+-lpthread
 )
 
 #  CLI program 





Remember to have fun...

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



commit ggz for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package ggz for openSUSE:Factory
checked in at Tue Aug 9 16:23:42 CEST 2011.




--- ggz/ggz.changes 2009-08-03 13:40:58.0 +0200
+++ /mounts/work_src_done/STABLE/ggz/ggz.changes2011-08-08 
10:36:00.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug  8 10:34:25 UTC 2011 - toddrme2...@gmail.ccom
+
+- Eliminated ggz package and moved contents to the lib package.
+  The ggz package only contained basic documentation
+- Switched to modern RPM macros and cleaned up spec file formatting
+- Removed the name from the summaries (fix for RPMLINT warnings)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ggz.spec ++
--- /var/tmp/diff_new_pack.fO6pK1/_old  2011-08-09 16:22:31.0 +0200
+++ /var/tmp/diff_new_pack.fO6pK1/_new  2011-08-09 16:22:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ggz (Version 0.0.14.1)
+# spec file for package ggz
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,77 +15,67 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 BuildRequires:  gnutls-devel
 BuildRequires:  libgcrypt-devel
 
 Name:   ggz
-Summary:The GGZ project makes free online gaming possible
 Version:0.0.14.1
-Release:41
-License:GPL v2 or later ; LGPL v2.1 or later
+Release:52
+License:GPLv2+ ; LGPLv2.1+
+Summary:Makes free online gaming possible
+Url:http://www.ggzgamingzone.org/
 Group:  Amusements/Games/Other
 Source0:libggz-%{version}.tar.bz2
-Url:http://www.ggzgamingzone.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
-Requires:   libggz2 = %{version}
 
 %description
 The GGZ project makes free online gaming possible.
 
-
-
 %package -n libggz2-devel
-License:GPL v2 or later ; LGPL v2.1 or later
-Summary:The GGZ project makes free online gaming possible
-Group:  Amusements/Games/Other
-Requires:   %{name} = %{version} glibc-devel
+License:GPLv2+ ; LGPLv2.1+
+Summary:Makes free online gaming possible
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 Requires:   gnutls-devel
 Requires:   libgcrypt-devel
 
 %description -n libggz2-devel
 The GGZ project makes free online gaming possible.
 
-
-
 %package -n libggz2
-License:GPL v2 or later ; LGPL v2.1 or later
-Summary:The GGZ project makes free online gaming possible
+License:GPLv2+ ; LGPLv2.1+
+Summary:Makes free online gaming possible
 Group:  Amusements/Games/Other
-Requires:   %{name} = %{version}
+Provides:   %{name} = %{version}
+Obsoletes:  %{name} < %{version}
 
 %description -n libggz2
 The GGZ project makes free online gaming possible.
 
-
-
 %prep
 %setup -q -n libggz-%{version}
 
 %build
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}%{_libdir}/*.la
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ggz
+mkdir -p %{buildroot}%{_datadir}/ggz
 
 %post -n libggz2 -p /sbin/ldconfig
 
 %postun -n libggz2 -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc AUTHORS NEWS README
+rm -rf %{buildroot}
 
 %files -n libggz2
 %defattr(-, root, root)
+%doc AUTHORS NEWS README
 %{_libdir}/*.so.*
 %dir %{_datadir}/ggz
 
@@ -93,6 +83,6 @@
 %defattr(-, root, root)
 %{_includedir}/*.h
 %{_libdir}/*.so
-%doc %{_mandir}/man3/*.gz
+%{_mandir}/man3/*.gz
 
 %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 postfix for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package postfix for openSUSE:Factory
checked in at Tue Aug 9 16:22:21 CEST 2011.




--- postfix/postfix.changes 2011-07-11 20:25:13.0 +0200
+++ /mounts/work_src_done/STABLE/postfix/postfix.changes2011-08-09 
13:07:18.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug  9 11:03:55 UTC 2011 - ch...@computersalat.de
+
+- rework SuSE patch
+  * add missing SASL stuff in rc.postfix
+
+---
+Mon Jul 25 09:08:14 UTC 2011 - ch...@computersalat.de
+
+- when chrooted and using SASL
+  o mount -o bind SASL_SOCKET_DIR into postfix CHROOT
+
+---

calling whatdependson for head-i586


New:

  postfix-SuSE-SASL_SOCKET_DIR.patch



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.QcS5Q6/_old  2011-08-09 16:21:57.0 +0200
+++ /var/tmp/diff_new_pack.QcS5Q6/_new  2011-08-09 16:21:57.0 +0200
@@ -21,7 +21,7 @@
 Name:   postfix
 Summary:A fast, secure, and flexible mailer
 Version:2.8.4
-Release:1
+Release:3
 License:IBM Public License ..
 Group:  Productivity/Networking/Email/Servers
 Url:http://www.postfix.org/
@@ -39,6 +39,7 @@
 Patch11:%{name}-2.8.3-master.cf.patch
 Patch12:%{name}-2.8.3-post-install.patch
 Patch20:%{name}-vda-v10-2.8.3.patch
+Patch100:   postfix-SuSE-SASL_SOCKET_DIR.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 PreReq: /usr/bin/getent
@@ -148,6 +149,8 @@
 %patch11 -p1
 %patch12 -p1
 %patch20 -p1
+# apply postfix-SUSE patches
+%patch100 -p0
 # ---
 
 %build

++ postfix-SuSE-SASL_SOCKET_DIR.patch ++
diff -ruN postfix-SuSE-orig/rc.postfix postfix-SuSE/rc.postfix
--- postfix-SuSE-orig/rc.postfix2011-04-10 08:59:58.0 +0200
+++ postfix-SuSE/rc.postfix 2011-08-09 13:01:08.0 +0200
@@ -28,6 +28,7 @@
 POSTFIX_BIN=/usr/sbin/postfix
 POSTCONF=/usr/sbin/postconf
 OPENSLP_BIN=/usr/bin/slptool
+PF_CHROOT=/var/spool/postfix
 print_defaults=/usr/bin/my_print_defaults
 
 test -x $POSTFIX_BIN || exit 5
@@ -61,7 +62,6 @@
 }
 
 chk_mysql_sock(){
-  PF_CHROOT="/var/spool/postfix"
   if [ -n "$($print_defaults mysqld)" ]; then
 MYSQL_SOCKET=$($print_defaults mysqld | grep -e '--socket[[:blank:]=]' | 
awk -F"=" '{print $2}')
 MYSQL_SOCKET_DIR=$(dirname $MYSQL_SOCKET)
@@ -86,6 +86,27 @@
   return $RET
 }
 
+chk_sasl_sock(){
+  SASL_SOCKET=/var/run/sasl2/mux
+  SASL_SOCKET_DIR=$(dirname $SASL_SOCKET)
+  CHR_SASL_SOCKET=${PF_CHROOT}${SASL_SOCKET}
+  CHR_SASL_SOCKET_DIR=$(dirname $CHR_SASL_SOCKET)
+  if  [ -S $SASL_SOCKET ]; then
+if [ -d $CHR_SASL_SOCKET_DIR ]; then
+  if grep $CHR_SASL_SOCKET_DIR /proc/mounts &> /dev/null; then
+RET=0
+  else
+RET=4
+  fi
+else
+  RET=2
+fi
+  else
+RET=1
+  fi
+  return $RET
+}
+
 # Shell functions sourced from /etc/rc.status:
 #  rc_check check and set local and overall rc status
 #  rc_statuscheck and set local and overall rc status
@@ -147,6 +168,29 @@
rc_failed 1; rc_status -v; rc_exit;
  }
;;
+   esac
+ fi
+ if [ "$(echo "$POSTFIX_SMTP_AUTH_SERVER" | tr 'A-Z' 'a-z' )" != "no" 
]; then
+   chk_sasl_sock
+   case $? in
+ 1)
+warn_user "\tsaslauthd not started\n\
+\tPlease check if saslauthd is started on boot"
+ rc_failed 7; rc_status -v; rc_exit;
+   ;;
+ 2)
+warn_user "\t$CHR_SASL_SOCKET_DIR does not exist!!\n\
+\tThis should not happen!\n\
+\tPlease run SuSEconfig."
+ rc_failed 6; rc_status -v; rc_exit;
+   ;;
+ 4)
+ /bin/mount -o bind $SASL_SOCKET_DIR $CHR_SASL_SOCKET_DIR &> 
/dev/null
+ [ $? -ne 0 ] && {
+   echo -n " ... can not mount $SASL_SOCKET_DIR to 
$SASL_SOCKET_DIR"
+   rc_failed 1; rc_status -v; rc_exit;
+ }
+   ;;
esac
  fi
fi
diff -ruN postfix-SuSE-orig/SuSEconfig.postfix postfix-SuSE/SuSEconfig.postfix
--- postfix-SuSE-orig/SuSEconfig.postfix2011-07-06 15:08:51.0 
+0200
+++ postfix-SuSE/SuSEconfig.postfix 2011-08-09 13:01:55.0 +0200
@@ -91,6 +91,10 @@
 \tPlease check if postfix-mysql is installed and check for package mysql."
 fi
 fi
+if [ "$(echo "$POSTFIX_SMTP_AUTH_SERVER" | tr 'A-Z' 'a-z' )" != "no" ]; 
then
+   SASL_SOCKET_DIR="/var/run/sasl2"
+   CHR_SASL_SOCKET_DIR="var/run/sasl2"
+fi
 if [ "$(echo "$POSTFIX_CHR

commit agg for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package agg for openSUSE:Factory
checked in at Tue Aug 9 11:05:17 CEST 2011.




--- agg/agg.changes 2010-12-13 17:51:06.0 +0100
+++ /mounts/work_src_done/STABLE/agg/agg.changes2011-08-05 
15:18:16.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 15:27:23 UTC 2011 - adr...@suse.de
+
+- rename to follow new library policy
+
+---
+Sun Apr 24 12:59:34 UTC 2011 - toddrme2...@gmail.com
+  
+- Add 32bit compatibility libraries
+  
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ agg.spec ++
--- /var/tmp/diff_new_pack.8rcazT/_old  2011-08-09 11:03:10.0 +0200
+++ /var/tmp/diff_new_pack.8rcazT/_new  2011-08-09 11:03:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package agg (Version 2.5)
+# spec file for package agg
 #
-# 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
@@ -24,16 +24,18 @@
 Group:  Development/Libraries/C and C++
 Summary:C++ SVG Rendering Library
 Version:2.5
-Release:165
+Release:170
 Url:http://antigrain.com
+Provides:   agg = %version
+Obsoletes:  agg <= 2.5
 %if 0
-Source: %{name}-%{version}.tar.bz2
+Source: agg-%{version}.tar.bz2
 %else
 # WARNING: This is not a comment, but the real command to repack souce:
 #%(sh %{_sourcedir}/%{name}-patch-source %{name}-%{version}.tar.bz2)
-Source: %{name}-%{version}-patched.tar.bz2
+Source: agg-%{version}-patched.tar.bz2
 %endif
-Source1:%{name}-patch-source
+Source1:agg-patch-source
 Patch:  agg-automake-fix.diff
 Patch1: agg-gpc.patch
 Patch2: agg-2.5.dif
@@ -43,17 +45,21 @@
 Very fast and complete library to render SVG graphics. It provides a
 C++ interface.
 
+%package -n libagg2
+License:GPLv2+
+Summary:C++ SVG rendering library
+Group:  Development/Libraries/C and C++
 
+%description -n libagg2
+Very fast and complete library to render SVG graphics. It provides a
+C++ interface.
 
-Authors:
-
-Maxim Shemanarev (McSeem)
 
 %package devel
 License:GPLv2+
 Summary:C++ SVG rendering library
 Group:  Development/Libraries/C and C++
-Requires:   agg = %{version}
+Requires:   libagg2 = %{version}
 Requires:   freetype2-devel 
 Requires:   glibc-devel
 
@@ -61,14 +67,8 @@
 Very fast and complete library to render SVG graphics. It provides a
 C++ interface.
 
-
-
-Authors:
-
-Maxim Shemanarev (McSeem)
-
 %prep
-%setup -q
+%setup -q -n agg-%version
 %patch
 %patch1
 %patch2 -p0
@@ -83,11 +83,11 @@
 %makeinstall
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
-%post -p /sbin/ldconfig
+%post -n libagg2 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libagg2 -p /sbin/ldconfig
 
-%files
+%files -n libagg2
 %defattr(-,root,root)
 %_libdir/lib*.so.*
 

++ baselibs.conf ++
libagg2





Remember to have fun...

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



commit getdata for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package getdata for openSUSE:Factory
checked in at Tue Aug 9 11:02:51 CEST 2011.




--- KDE/getdata/getdata.changes 2011-04-09 21:04:40.0 +0200
+++ /mounts/work_src_done/STABLE/getdata/getdata.changes2011-08-08 
14:32:41.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  9 14:28:45 UTC 2011 - toddrme2...@gmail.com
+ 
+- Moved documentation to -doc package (fox for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---

calling whatdependson for head-i586




Other differences:
--
++ getdata.spec ++
--- /var/tmp/diff_new_pack.4tZSeP/_old  2011-08-09 11:00:12.0 +0200
+++ /var/tmp/diff_new_pack.4tZSeP/_new  2011-08-09 11:00:12.0 +0200
@@ -16,21 +16,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   getdata
-BuildRequires:  gcc-c++ gcc-fortran python-devel python-numpy-devel
-BuildRequires:  bzip2 pkg-config xz xz-devel zlib-devel
-Url:http://getdata.sourceforge.net/
+Version:0.7.3
+Release:2
 License:GPLv2+
-Group:  Development/Libraries/C and C++
 Summary:Library for reading and writing dirfile data
-Version:0.7.3
-Release:1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://getdata.sourceforge.net/
+Group:  Development/Libraries/C and C++
 Source: %{name}-%{version}.tar.bz2
-Recommends: bzip2 gzip xz
+BuildRequires:  bzip2
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-fortran
+BuildRequires:  pkg-config
+BuildRequires:  python-devel
+BuildRequires:  python-numpy-devel
+BuildRequires:  xz
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
+Recommends: %{name}-doc
+Recommends: bzip2
+Recommends: gzip
+Recommends: xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The GetData Project is the reference implementation of the Dirfile Standards, a
@@ -40,22 +49,31 @@
 
 %package devel
 License:GPLv2+
-Group:  Development/Libraries/Other
 Summary:Headers required when building programs against GetData
-Requires:   %{name} = %{version}-%{release}
-Requires:   pkgconfig
-Requires:   gcc-fortran
+Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}
 Requires:   gcc-c++
-Requires:   libgetdata++2 = %{version}-%{release}
+Requires:   gcc-fortran
+Requires:   libgetdata++2 = %{version}
+Requires:   pkgconfig
 
 %description devel
 Headers required when building a program against the GetData library.
 Includes C++ and FORTRAN (77 & 95) bindings. 
 
+%package doc
+License:GPLv2+
+Summary:Documentation for GetData
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation and manuals for the GetData library.
+
 %package -n libgetdata4
 License:GPLv2+
-Group:  Development/Libraries/Other
 Summary:Library for GetData
+Group:  Development/Libraries/Other
 
 %description -n libgetdata4
 Library for C-bindings for GetData.
@@ -66,8 +84,8 @@
 
 %package -n libgetdata++2
 License:GPLv2+
-Group:  Development/Libraries/Other
 Summary:Library for GetData
+Group:  Development/Libraries/Other
 
 %description -n libgetdata++2
 Library for C++-bindings for GetData. 
@@ -78,8 +96,8 @@
 
 %package -n libf95getdata2
 License:GPLv2+
-Group:  Development/Libraries/Other
 Summary:GetData bindings for fortran
+Group:  Development/Libraries/Other
 
 %description -n libf95getdata2
 The GetData library for fortran programs. 
@@ -90,8 +108,8 @@
 
 %package -n libfgetdata2
 License:GPLv2+
-Group:  Development/Libraries/Other
 Summary:GetData bindings for fortran
+Group:  Development/Libraries/Other
 
 %description -n libfgetdata2
 The GetData library for fortran programs. 
@@ -102,9 +120,9 @@
 
 %package -n python-getdata
 License:GPLv2+
-Group:  Development/Libraries/Python
 Summary:GetData bindings for the python language
-Requires:   %{name} = %{version}-%{release}
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
 Requires:   python-base = %py_ver
 Requires:   python-numpy
 
@@ -112,7 +130,6 @@
 Bindings to the GetData library for the python lanuguage.
 Uses (and requires) the numpy python library for large numeric arrays.
 
-
 %prep
 %setup -q 
 
@@ -124,7 +141,7 @@
 make check
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 # Remove .la files.  
 rm -f %{buildroot}/%{_libdir}/lib*.la
 rm -f %{buildroot}/%{python_sitearch}/*.la
@@ -136,14 +153,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README NEWS COPYING A

commit reiserfs for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package reiserfs for openSUSE:Factory
checked in at Tue Aug 9 11:00:00 CEST 2011.




--- reiserfs/reiserfs.changes   2010-04-15 23:52:19.0 +0200
+++ /mounts/work_src_done/STABLE/reiserfs/reiserfs.changes  2011-08-08 
22:09:07.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 22:07:46 CEST 2011 - je...@suse.de
+
+- Fix signedness issues for large file systems
+
+---

calling whatdependson for head-i586


New:

  reiserfs-signedness-fixes



Other differences:
--
++ reiserfs.spec ++
--- /var/tmp/diff_new_pack.72Spgk/_old  2011-08-09 10:59:37.0 +0200
+++ /var/tmp/diff_new_pack.72Spgk/_new  2011-08-09 10:59:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package reiserfs (Version 3.6.21)
+# spec file for package reiserfs
 #
-# 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
@@ -23,13 +23,15 @@
 Conflicts:  libreiserfs-progs
 Supplements:filesystem(reiserfs)
 Version:3.6.21
-Release:3
+Release:12
 Summary:Reiser File System utilities
 License:GPLv2+
 Group:  System/Filesystems
 AutoReqProv:on
 Source: reiserfsprogs-%{version}.tar.bz2
 Patch1: reiserfsprogs-fix-fsck-crash
+Patch2: reiserfs-signedness-fixes
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,6 +44,7 @@
 %prep
 %setup -q -n reiserfsprogs-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf

++ reiserfs-signedness-fixes ++
From: Jeff Mahoney 
Subject: [PATCH] reiserfs: Fix signedness issues for large file systems
References: bnc#701602


Signed-by: Jeff Mahoney 
---
 debugreiserfs/debugreiserfs.c |   22 +++---
 debugreiserfs/pack.c  |   18 +-
 debugreiserfs/scan.c  |2 +-
 debugreiserfs/stat.c  |2 +-
 fsck/check_tree.c |6 +++---
 fsck/pass0.c  |   10 +-
 fsck/pass1.c  |4 ++--
 include/reiserfs_fs.h |2 ++
 lib/io.c  |2 +-
 reiserfscore/journal.c|2 +-
 reiserfscore/prints.c |   14 +++---
 reiserfscore/reiserfslib.c|5 +++--
 reiserfscore/stree.c  |2 +-
 13 files changed, 47 insertions(+), 44 deletions(-)

--- a/debugreiserfs/debugreiserfs.c
+++ b/debugreiserfs/debugreiserfs.c
@@ -59,11 +59,11 @@ Options:\n\
 
 #if 1
 struct reiserfs_fsstat {
-int nr_internals;
-int nr_leaves;
-int nr_files;
-int nr_directories;
-int nr_unformatted;
+unsigned int nr_internals;
+unsigned int nr_leaves;
+unsigned int nr_files;
+unsigned int nr_directories;
+unsigned int nr_unformatted;
 } g_stat_info;
 #endif
 
@@ -465,14 +465,14 @@ static void init_bitmap (reiserfs_filsys
 case ALL_BLOCKS:
input_bitmap (fs) = reiserfs_create_bitmap (block_count);
reiserfs_bitmap_fill (input_bitmap (fs));
-   reiserfs_warning (stderr, "Whole device (%d blocks) is to be 
scanned\n", 
+   reiserfs_warning (stderr, "Whole device (%u blocks) is to be 
scanned\n",
  reiserfs_bitmap_ones (input_bitmap (fs)));
break;
 case USED_BLOCKS:
reiserfs_warning (stderr, "Loading on-disk bitmap .. ");
input_bitmap (fs) = reiserfs_create_bitmap (block_count);
reiserfs_bitmap_copy (input_bitmap (fs), fs->fs_bitmap2);
-   reiserfs_warning (stderr, "%d bits set - done\n",
+   reiserfs_warning (stderr, "%lu bits set - done\n",
  reiserfs_bitmap_ones (input_bitmap (fs)));
break;
 case UNUSED_BLOCKS:
@@ -480,7 +480,7 @@ static void init_bitmap (reiserfs_filsys
input_bitmap (fs) = reiserfs_create_bitmap (block_count);
reiserfs_bitmap_copy (input_bitmap (fs), fs->fs_bitmap2);
reiserfs_bitmap_invert (input_bitmap (fs));
-   reiserfs_warning (stderr, "%d bits set - done\n",
+   reiserfs_warning (stderr, "%lu bits set - done\n",
  reiserfs_bitmap_ones (input_bitmap (fs)));
break;
 case EXTERN_BITMAP:
@@ -494,7 +494,7 @@ static void init_bitmap (reiserfs_filsys
reiserfs_exit (1, "could not load fitmap from \"%s\"", 
   input_bitmap_file_name(fs));
}
-   reiserfs_warning (stderr, "%d blocks marked in the given bitmap\n",
+   reiserfs_warning (stderr, "%u blocks marked in the given bitmap\n",

commit gnome-shell for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory
checked in at Tue Aug 9 10:59:27 CEST 2011.




--- GNOME/gnome-shell/gnome-shell.changes   2011-07-28 08:34:23.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-shell/gnome-shell.changes
2011-08-08 16:37:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 14:36:44 UTC 2011 - dims...@opensuse.org
+
+- Use versioned BuildRequires.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.aWo3iE/_old  2011-08-09 10:59:06.0 +0200
+++ /var/tmp/diff_new_pack.aWo3iE/_new  2011-08-09 10:59:06.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gnome-shell
 Version:3.1.4
-Release:1
+Release:2
 License:GPLv2+
 Summary:GNOME Shell
 Group:  System/GUI/GNOME
@@ -30,31 +30,31 @@
 BuildRequires:  update-desktop-files
 # needed for directory ownership
 BuildRequires:  dbus-1
-BuildRequires:  pkgconfig(clutter-1.0)
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.7.5
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gjs-1.0)
-BuildRequires:  pkgconfig(gnome-bluetooth-1.0)
+BuildRequires:  pkgconfig(gjs-1.0) >= 1.29.15
+BuildRequires:  pkgconfig(gnome-bluetooth-1.0) >= 3.1.0
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
+BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10.16
 BuildRequires:  pkgconfig(gstreamer-base-0.10)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(libcroco-0.6)
-BuildRequires:  pkgconfig(libedataserver-1.2)
+BuildRequires:  pkgconfig(libedataserver-1.2) >= 1.2.0
 BuildRequires:  pkgconfig(libgnome-menu)
-BuildRequires:  pkgconfig(libmutter)
+BuildRequires:  pkgconfig(libmutter) >= 3.0.0
 BuildRequires:  pkgconfig(libnm-glib) >= 0.8.995
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRequires:  pkgconfig(libstartup-notification-1.0) >= 0.11
 BuildRequires:  pkgconfig(mutter-plugins)
-BuildRequires:  pkgconfig(polkit-agent-1)
-BuildRequires:  pkgconfig(telepathy-glib)
-BuildRequires:  pkgconfig(telepathy-logger-0.2)
+BuildRequires:  pkgconfig(polkit-agent-1) >= 0.100
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.15.3
+BuildRequires:  pkgconfig(telepathy-logger-0.2) >= 0.2.4
 BuildRequires:  pkgconfig(xfixes)
 Requires:   dbus-1-python
 Requires:   gdk-pixbuf-loader-rsvg






Remember to have fun...

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



commit uim for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package uim for openSUSE:Factory
checked in at Tue Aug 9 10:59:00 CEST 2011.




--- uim/uim.changes 2011-08-01 12:58:00.0 +0200
+++ /mounts/work_src_done/STABLE/uim/uim.changes2011-08-08 
16:34:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 16:33:16 CEST 2011 - ti...@suse.de
+
+- Fix baselibs.conf to update GTK immodule cache properly for
+  uim-gtk2-32bit and uim-gtk3-32bit packages, too
+
+---

calling whatdependson for head-i586




Other differences:
--
++ uim.spec ++
--- /var/tmp/diff_new_pack.xI50eF/_old  2011-08-09 10:56:41.0 +0200
+++ /var/tmp/diff_new_pack.xI50eF/_new  2011-08-09 10:56:41.0 +0200
@@ -50,7 +50,7 @@
 BuildRequires:  fdupes
 %endif
 Version:1.7.1
-Release:1
+Release:18
 # xorg-x11-libXdmcp-devel libgnomeprintui-devel
 License:GPLv2+
 Summary:A multilingual input method library

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.xI50eF/_old  2011-08-09 10:56:41.0 +0200
+++ /var/tmp/diff_new_pack.xI50eF/_new  2011-08-09 10:56:41.0 +0200
@@ -1,9 +1,29 @@
 uim
 uim-gtk2
-  supplements "packageand(uim-gtk2:gtk2-)"
+  post "%if "%_lib" == "lib64""
+  post "%{_bindir}/gtk-query-immodules-2.0-64 > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules"
+  post "%else"
+  post "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
+  post "%endif"
+  postun "%if "%_lib" == "lib64""
+  postun "%{_bindir}/gtk-query-immodules-2.0-64 > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules"
+  postun "%else"
+  postun "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
+  postun "%endif"
+  supplements "packageand(uim:gtk2-)"
 uim-gtk3
-  supplements "packageand(uim-gtk3:gtk3-)"
+  post "%if "%_lib" == "lib64""
+  post "%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
+  post "%else"
+  post "%{_bindir}/gtk-query-immodules-3.0 --update-cache"
+  post "%endif"
+  postun "%if "%_lib" == "lib64""
+  postun "%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
+  postun "%else"
+  postun "%{_bindir}/gtk-query-immodules-3.0 --update-cache"
+  postun "%endif"
+  supplements "packageand(uim:gtk3-)"
 uim-qt
-  supplements "packageand(uim-qt:qt3-)"
+  supplements "packageand(uim:qt3-)"
 uim-qt4
-  supplements "packageand(uim-qt4:libqt4-)"
+  supplements "packageand(uim:libqt4-)"






Remember to have fun...

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



commit git for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package git for openSUSE:Factory
checked in at Tue Aug 9 10:56:12 CEST 2011.




--- git/cgit.changes2011-06-27 18:22:26.0 +0200
+++ /mounts/work_src_done/STABLE/git/cgit.changes   2011-08-05 
15:14:39.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  5 15:13:43 CEST 2011 - ti...@suse.de
+
+- Fix VUL-0: cgit: XSS flaw in rename hint (CVE-2011-2711,
+  bnc#707929)
+
+---

calling whatdependson for head-i586


New:

  cgit-CVE-2011-2711-fix.diff



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.x1E2Ph/_old  2011-08-09 10:55:40.0 +0200
+++ /var/tmp/diff_new_pack.x1E2Ph/_new  2011-08-09 10:55:40.0 +0200
@@ -25,13 +25,14 @@
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
 Version:0.9
-Release:7
+Release:8
 Summary:A web frontend for git repositories
 Source0:%{name}-%{version}.tar.bz2
 Source1:git-%{git_version}.tar.bz2
 Source2:cgitrc
 Patch:  cgit-optflags.diff
 Patch1: cgit-git-1.7.5.x-build-fix.diff
+Patch2: cgit-CVE-2011-2711-fix.diff
 # Requirements for cgit
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
 # Requirements for cgitrc man page generation
@@ -51,6 +52,7 @@
 %setup -q -T -D -a 1
 %patch -p1
 %patch1 -p1
+%patch2 -p1
 rm -rf git
 mv git-%{git_version} git
 

++ git.spec ++
--- /var/tmp/diff_new_pack.x1E2Ph/_old  2011-08-09 10:55:40.0 +0200
+++ /var/tmp/diff_new_pack.x1E2Ph/_new  2011-08-09 10:55:40.0 +0200
@@ -40,7 +40,7 @@
 BuildRequires:  python
 BuildRequires:  perl-Error
 Version:1.7.6
-Release:3
+Release:5
 Summary:Fast, scalable, distributed revision control system
 License:GPLv2+
 Group:  Development/Tools/Version Control

++ cgit-CVE-2011-2711-fix.diff ++
>From bebe89d7c11a92bf206bf6e528c51ffa8ecbc0d5 Mon Sep 17 00:00:00 2001
From: Lukas Fleischer 
Date: Fri, 22 Jul 2011 11:47:19 +
Subject: Fix potential XSS vulnerability in rename hint

The file name displayed in the rename hint should be escaped to avoid
XSS. Note that this vulnerability is only applicable when an attacker
has gained push access to the repository.

Signed-off-by: Lukas Fleischer 
Signed-off-by: Lars Hjemli 
---
---
 ui-diff.c |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

--- a/ui-diff.c
+++ b/ui-diff.c
@@ -97,10 +97,12 @@
htmlf("", class);
cgit_diff_link(info->new_path, NULL, NULL, ctx.qry.head, ctx.qry.sha1,
   ctx.qry.sha2, info->new_path, 0);
-   if (info->status == DIFF_STATUS_COPIED || info->status == 
DIFF_STATUS_RENAMED)
-   htmlf(" (%s from %s)",
- info->status == DIFF_STATUS_COPIED ? "copied" : "renamed",
- info->old_path);
+   if (info->status == DIFF_STATUS_COPIED || info->status == 
DIFF_STATUS_RENAMED) {
+   htmlf(" (%s from ",
+ info->status == DIFF_STATUS_COPIED ? "copied" : 
"renamed");
+   html_txt(info->old_path);
+   html(")");
+   }
html("");
if (info->binary) {
htmlf("bin%ld -> %ld bytes",





Remember to have fun...

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



commit libpeas for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory
checked in at Tue Aug 9 10:55:22 CEST 2011.




--- libpeas/libpeas.changes 2011-08-01 10:08:44.0 +0200
+++ /mounts/work_src_done/STABLE/libpeas/libpeas.changes2011-08-08 
17:36:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 15:35:10 UTC 2011 - dims...@opensuse.org
+
+- Use versioned BuildRequires to instruct OBS to wait with a build
+  instead of failing it.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libpeas.spec ++
--- /var/tmp/diff_new_pack.IjgiSM/_old  2011-08-09 10:54:48.0 +0200
+++ /var/tmp/diff_new_pack.IjgiSM/_new  2011-08-09 10:54:48.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libpeas
 Version:1.1.1
-Release:1
+Release:2
 License:LGPLv2+
 Summary:GObject-based Plugin Engine
 Group:  System/Libraries
@@ -31,11 +31,11 @@
 BuildRequires:  intltool
 BuildRequires:  libseed-gtk3-devel
 BuildRequires:  python-devel
-BuildRequires:  pkgconfig(gjs-internals-1.0)
-BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(gjs-internals-1.0) >= 1.29.16
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.23.6
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.1
+BuildRequires:  pkgconfig(pygobject-2.0) >= 2.28.0
 
 %description
 libpeas is a gobject-based plugin engine, and is targetted at giving






Remember to have fun...

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



commit ibus for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package ibus for openSUSE:Factory
checked in at Tue Aug 9 10:54:37 CEST 2011.




--- ibus/ibus.changes   2011-06-27 14:23:04.0 +0200
+++ /mounts/work_src_done/STABLE/ibus/ibus.changes  2011-08-08 
16:34:51.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  8 16:34:13 CEST 2011 - ti...@suse.de
+
+- Fix baselibs.conf to update GTK immodule cache properly for
+  ibus-gtk-32bit and ibus-gtk3-32bit packages, too
+- Clean up spec file
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.rheLFJ/_old  2011-08-09 10:53:29.0 +0200
+++ /var/tmp/diff_new_pack.rheLFJ/_new  2011-08-09 10:53:29.0 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%define build_gtk3 (0%{suse_version} >= 1140)
 
 Name:   ibus
 Version:1.3.9
-Release:3
+Release:5
 License:LGPL V2+
 Url:http://code.google.com/p/ibus/
 Source0:http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
@@ -69,11 +70,10 @@
 %description gtk
 This package contains ibus im module for gtk2
 
-%if %suse_version >= 1140
+%if %{build_gtk3}
 
 %package gtk3
 
-
 Summary:IBus im module for gtk3
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}
@@ -109,7 +109,7 @@
 autoreconf -fi
 intltoolize -f
 %configure --disable-static \
-%if %suse_version >= 1140
+%if %{build_gtk3}
--enable-gtk3 \
 %endif
   --disable-iso-codes-check \
@@ -172,7 +172,7 @@
 
 %postun -n libibus2 -p /sbin/ldconfig
 
-%if %suse_version >= 1140
+%if %{build_gtk3}
 
 %post gtk3
 %gtk3_immodule_post

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.rheLFJ/_old  2011-08-09 10:53:29.0 +0200
+++ /var/tmp/diff_new_pack.rheLFJ/_new  2011-08-09 10:53:29.0 +0200
@@ -1,3 +1,25 @@
 ibus-gtk
+  post "%if "%_lib" == "lib64""
+  post "%{_bindir}/gtk-query-immodules-2.0-64 > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules"
+  post "%else"
+  post "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
+  post "%endif"
+  postun "%if "%_lib" == "lib64""
+  postun "%{_bindir}/gtk-query-immodules-2.0-64 > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules"
+  postun "%else"
+  postun "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
+  postun "%endif"
+  supplements "packageand(ibus:gtk2-)"
 ibus-gtk3
-libibus2
\ No newline at end of file
+  post "%if "%_lib" == "lib64""
+  post "%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
+  post "%else"
+  post "%{_bindir}/gtk-query-immodules-3.0 --update-cache"
+  post "%endif"
+  postun "%if "%_lib" == "lib64""
+  postun "%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
+  postun "%else"
+  postun "%{_bindir}/gtk-query-immodules-3.0 --update-cache"
+  postun "%endif"
+  supplements "packageand(ibus:gtk3-)"
+libibus2






Remember to have fun...

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



commit scim for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package scim for openSUSE:Factory
checked in at Tue Aug 9 10:53:00 CEST 2011.




--- scim/scim.changes   2011-03-09 12:28:57.0 +0100
+++ /mounts/work_src_done/STABLE/scim/scim.changes  2011-08-08 
16:33:10.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 16:32:30 CEST 2011 - ti...@suse.de
+
+- Fix baselibs.conf to update GTK immodule cache properly for
+  scim-32bit, too.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ scim.spec ++
--- /var/tmp/diff_new_pack.YYnnN3/_old  2011-08-09 10:50:54.0 +0200
+++ /var/tmp/diff_new_pack.YYnnN3/_new  2011-08-09 10:50:54.0 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  libexpat-devel
 Summary:Smart Chinese/Common Input Method platform
 Version:1.4.7
-Release:182
+Release:183
 License:LGPLv2.1+
 Group:  System/I18n/Chinese
 AutoReqProv:on

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.YYnnN3/_old  2011-08-09 10:50:55.0 +0200
+++ /var/tmp/diff_new_pack.YYnnN3/_new  2011-08-09 10:50:55.0 +0200
@@ -1,4 +1,13 @@
 scim
   prereq "/usr/bin/touch"
-  post "touch var/adm/SuSEconfig/run-gtk"
+  post "%if "%_lib" == "lib64""
+  post "%{_bindir}/gtk-query-immodules-2.0-64 > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules"
+  post "%else"
+  post "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
+  post "%endif"
+  postun "%if "%_lib" == "lib64""
+  postun "%{_bindir}/gtk-query-immodules-2.0-64 > 
%{_sysconfdir}/gtk-2.0/gtk64.immodules"
+  postun "%else"
+  postun "%{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules"
+  postun "%endif"
   supplements "packageand(scim:gtk2-)"






Remember to have fun...

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



commit ethtool for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory
checked in at Tue Aug 9 10:50:16 CEST 2011.




--- ethtool/ethtool.changes 2011-03-15 19:03:14.0 +0100
+++ /mounts/work_src_done/STABLE/ethtool/ethtool.changes2011-08-08 
18:06:53.0 +0200
@@ -1,0 +2,28 @@
+Mon Aug  8 15:59:22 UTC 2011 - pu...@novell.com
+
+- update to ethtool-3.0 
+  * Feature: Report supported pause frame modes
+  * Feature: Support firmware dump (-w and -W options)
+  * Feature: Report advertised and supported 20G link modes
+  * Feature: Add an 'l4data' option for ip4 filters (-U option)
+  * Fix: Correct swapped h_source and h_dest fields for ether
+filters (-U option)
+  * Fix: Set ip_ver field correctly for ip4 filters (-U option)
+  * Fix: Correct parameter validation for -e and -E options; in
+particular, treat the 'magic' value as unsigned
+  * Feature: Report some driver features (-i option)
+  * Doc: Remove misleading 'Auto' advertising mask from manual page
+  * Doc: Improve table formatting on manual page, using tbl
+  * Doc: Remove initial blank page in printed manual page
+  * Doc: Fix line-wrapping of options
+  * Feature: Add support for ESP as a separate protocol from AH
+(-n, -N, -u and -U options)
+  * Cleanup: Remove support for showing RX n-tuple settings
+(-u option), which was never implemented correctly in the kernel
+  * Feature: Add support for RX network flow classifier (NFC)
+(-u and -U options)
+  * Feature: Add support for e1000 M88 PHY registers (-d option)
+  * Cleanup: Change bug-address to netdev
+- use spec-cleaner
+
+---

calling whatdependson for head-i586


Old:

  ethtool-2.6.38.tar.bz2

New:

  ethtool-3.0.tar.bz2



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.z4H5QD/_old  2011-08-09 10:38:39.0 +0200
+++ /var/tmp/diff_new_pack.z4H5QD/_new  2011-08-09 10:38:39.0 +0200
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ethtool
+Version:3.0
+Release:1
 License:GPLv2+
-Group:  Productivity/Networking/Diagnostic
-AutoReqProv:on
 Summary:Examine and Tune Ethernet-Based Network Interfaces
-Version:2.6.38
-Release:1
 # Tarballs: http://sourceforge.net/projects/gkernel/
 Url:http://git.kernel.org/?p=network/ethtool/ethtool.git
+Group:  Productivity/Networking/Diagnostic
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -34,30 +32,21 @@
 Ethtool is a small utility for examining and tuning ethernet-based
 network interfaces.  See the man page for more details.
 
-
-
-Authors:
-
-David Miller 
-Jakub Jelinek 
-Jeff Garzik 
-Tim Hockin 
-
 %prep
 %setup -q
 
 %build
 %{suse_update_config -f}
 autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith"
+export CFLAGS="%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith"
 %configure --sbindir=/sbin
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++ ethtool-2.6.38.tar.bz2 -> ethtool-3.0.tar.bz2 ++
 4638 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 yast2-country for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory
checked in at Tue Aug 9 10:38:29 CEST 2011.




--- yast2-country/yast2-country.changes 2011-07-11 16:49:15.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-country/yast2-country.changes
2011-08-08 15:07:20.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  8 15:06:20 CEST 2011 - jsuch...@suse.cz
+
+- added Romanian keyboard layout (bnc#709443)
+- 2.21.3 
+
+---
+Fri Aug  5 12:31:18 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-country-2.21.2.tar.bz2

New:

  yast2-country-2.21.3.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.olpt0p/_old  2011-08-09 10:37:59.0 +0200
+++ /var/tmp/diff_new_pack.olpt0p/_new  2011-08-09 10:37:59.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-country
-Version:2.21.2
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-country-2.21.2.tar.bz2
+Source0:yast2-country-2.21.3.tar.bz2
 
 Prefix: /usr
 
@@ -80,7 +80,7 @@
 timezone) for yast2.
 
 %prep
-%setup -n yast2-country-2.21.2
+%setup -n yast2-country-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf



++ yast2-country-2.21.2.tar.bz2 -> yast2-country-2.21.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.21.2/VERSION 
new/yast2-country-2.21.3/VERSION
--- old/yast2-country-2.21.2/VERSION2011-07-11 16:40:09.0 +0200
+++ new/yast2-country-2.21.3/VERSION2011-08-08 15:06:44.0 +0200
@@ -1 +1 @@
-2.21.2
+2.21.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.21.2/keyboard/data/keyboard_raw.ycp 
new/yast2-country-2.21.3/keyboard/data/keyboard_raw.ycp
--- old/yast2-country-2.21.2/keyboard/data/keyboard_raw.ycp 2010-05-27 
10:24:48.0 +0200
+++ new/yast2-country-2.21.3/keyboard/data/keyboard_raw.ycp 2011-08-08 
14:20:20.0 +0200
@@ -678,6 +678,28 @@
],
 ]
 ],
+
+"romanian": [
+   // keyboard layout
+   _("Romanian"),
+   $[
+   "pc104" : $[
+   "ncurses"   : "ro.map.gz",
+   ],
+   "macintosh" : $[
+   "ncurses"   : "mac-us.map.gz"
+   ],
+   "type4" : $[
+   "ncurses"   : "sunkeymap.map.gz"
+   ],
+   "type5" : $[
+   "ncurses"   : "sunkeymap.map.gz"
+   ],
+   "type5_euro": $[
+   "ncurses"   : "sunkeymap.map.gz"
+   ],
+]
+],
 ]);
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.21.2/keyboard/src/keyboard.desktop 
new/yast2-country-2.21.3/keyboard/src/keyboard.desktop
--- old/yast2-country-2.21.2/keyboard/src/keyboard.desktop  2010-01-15 
09:17:28.0 +0100
+++ new/yast2-country-2.21.3/keyboard/src/keyboard.desktop  2011-08-05 
15:40:58.0 +0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Hardware;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=keyboard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-2.21.2/keyboard/src/modules/Keyboard.ycp 
new/yast2-country-2.21.3/keyboard/src/modules/Keyboard.ycp
--- old/yast2-country-2.21.2/keyboard/src/modules/Keyboard.ycp  2011-07-11 
16:39:33.0 +0200
+++ new/yast2-country-2.21.3/keyboard/src/modules/Keyboard.ycp  2011-07-11 
16:48:58.0 +0200
@@ -13,7 +13,7 @@
  *
  * Maintainer: Jiri Suchomel 
  *
- * $Id: Keyboard.ycp 64575 2011-06-24 08:18:13Z jsuchome $
+ * $Id: Keyboard.ycp 64775 2011-07-11 14:48:56Z jsuchome $
  *
  * Usage:
  * --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-2.21.2/language/data/language_ro_RO.ycp 
new/yast2-country-2.21.3/language/data/language_ro_RO.ycp
--- old/yast2-country-2.21.2/language/data/language_ro_RO.ycp   2008-12-18 
14:47:04.0 +0100
+++ new/yast2-country-2.21.3/language/data/language_ro_RO.ycp   2011-08-08 
14:16:59.0 +0200
@@ -38,6 +38,6 @@
// 2. what time zone propose for this language
"timezone"  : "Europe/Bucharest",
// 3. which keyboard layout propose for this language
-   "keyboard"  : "english-us",
+   "keyboard"  : "romanian",
 ];
-}
\ No newline at end of file
+}
diff -urN '--exclude=CVS' '--e

commit xorg-x11 for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Tue Aug 9 10:37:50 CEST 2011.




--- xorg-x11/xorg-x11.changes   2011-05-31 20:43:45.0 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes  2011-08-08 
14:49:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 12:47:43 UTC 2011 - sndir...@novell.com
+
+- added mapping for romanian keyboard (bnc #709443)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.xymdS4/_old  2011-08-09 10:37:15.0 +0200
+++ /var/tmp/diff_new_pack.xymdS4/_new  2011-08-09 10:37:15.0 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  bison
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:55
+Release:57
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Utilities

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/Keyboard.map new/etc/X11/xdm/Keyboard.map
--- old/etc/X11/xdm/Keyboard.map2011-05-23 21:27:11.0 +0200
+++ new/etc/X11/xdm/Keyboard.map2011-08-08 14:46:42.0 +0200
@@ -95,6 +95,7 @@
 pt2 : microsoftpro : pt   : x: xfree86 : x : x 
: x : x : x
 pt-latin9   : microsoftpro : pt   : x: xfree86 : x : x 
: x : x : x
 pt-latin1   : microsoftpro : pt   : x: xfree86 : x : x 
: x : x : x
+ro  : microsoftpro : ro   : x: xfree86 : x : x 
: x : x : x
 ru-cp1251   : microsoftpro : us,ru: ,winkeys : xfree86 : x : x 
: x : x : grp:ctrl_shift_toggle,grp_led:scroll
 ru  : microsoftpro : us,ru: ,winkeys : xfree86 : x : x 
: x : x : grp:ctrl_shift_toggle,grp_led:scroll
 ru1 : microsoftpro : us,ru: ,winkeys : xfree86 : x : x 
: x : x : grp:ctrl_shift_toggle,grp_led:scroll






Remember to have fun...

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