openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
August 2008
- 1 participants
- 1192 discussions
Hello community,
here is the log from the commit of package ldapcpplib
checked in at Sat Aug 30 00:39:12 CEST 2008.
--------
--- ldapcpplib/ldapcpplib.changes 2008-08-08 11:37:44.000000000 +0200
+++ ldapcpplib/ldapcpplib.changes 2008-08-27 21:28:03.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 27 20:25:43 CEST 2008 - rhafer(a)suse.de
+
+- synced with latest CVS, allows to create LDAP Controls without
+ any value (bnc#420016)
+
+-------------------------------------------------------------------
Old:
----
ldapcpplib-0.1.1.tar.bz2
New:
----
ldapcpplib-0.1.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ldapcpplib.spec ++++++
--- /var/tmp/diff_new_pack.dTD908/_old 2008-08-30 00:37:25.000000000 +0200
+++ /var/tmp/diff_new_pack.dTD908/_new 2008-08-30 00:37:25.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package ldapcpplib (Version 0.1.1)
+# spec file for package ldapcpplib (Version 0.1.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -23,7 +23,7 @@
License: BSD 3-Clause; OpenLDAP Public License 2.7
Group: Development/Libraries/C and C++
Summary: C++ API for LDAPv3
-Version: 0.1.1
+Version: 0.1.2
Release: 1
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -127,6 +127,9 @@
%{_defaultdocdir}/%{name}/COPYRIGHT
%changelog
+* Wed Aug 27 2008 rhafer(a)suse.de
+- synced with latest CVS, allows to create LDAP Controls without
+ any value (bnc#420016)
* Fri Aug 08 2008 rhafer(a)suse.de
- synced with latest CVS, allows to pass flags to Schema Parser
* Mon Jun 23 2008 rhafer(a)suse.de
++++++ ldapcpplib-0.1.1.tar.bz2 -> ldapcpplib-0.1.2.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/ldapcpplib-0.1.1/src/LDAPControl.cpp new/ldapcpplib-0.1.2/src/LDAPControl.cpp
--- old/ldapcpplib-0.1.1/src/LDAPControl.cpp 2008-03-28 11:05:10.000000000 +0100
+++ new/ldapcpplib-0.1.2/src/LDAPControl.cpp 2008-08-27 21:19:51.000000000 +0200
@@ -1,4 +1,4 @@
-// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/LDAPControl.cpp,v 1.5 2008/03/28 10:05:10 ralf Exp $
+// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/LDAPControl.cpp,v 1.6 2008/08/27 19:19:51 ralf Exp $
/*
* Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -10,13 +10,6 @@
using namespace std;
-LDAPCtrl::LDAPCtrl(const LDAPCtrl& c){
- DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl(&)" << endl);
- m_oid=c.m_oid;
- m_data=c.m_data;
- m_isCritical=c.m_isCritical;
-}
-
LDAPCtrl::LDAPCtrl(const char *oid, bool critical, const char* data,
int length){
DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl);
@@ -28,10 +21,10 @@
m_data.assign(data,length);
}else{
m_data=string();
+ m_noData=true;
}
}
-
LDAPCtrl::LDAPCtrl(const string& oid, bool critical, const string& data){
DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl);
DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,
@@ -39,6 +32,7 @@
m_oid=oid;
m_isCritical=critical;
m_data=data;
+ m_noData=false;
}
LDAPCtrl::LDAPCtrl(const LDAPControl* ctrl){
@@ -62,6 +56,10 @@
return m_isCritical;
}
+bool LDAPCtrl::hasData() const{
+ return !m_noData;
+}
+
string LDAPCtrl::getData() const {
DEBUG(LDAP_DEBUG_TRACE,"LDAPCtrl::getData()" << endl);
return m_data;
@@ -73,9 +71,14 @@
ret->ldctl_oid= new char[m_oid.size() + 1];
m_oid.copy(ret->ldctl_oid,string::npos);
ret->ldctl_oid[m_oid.size()]=0;
- ret->ldctl_value.bv_len=m_data.size();
- ret->ldctl_value.bv_val= new char[m_data.size()];
- m_data.copy(ret->ldctl_value.bv_val,string::npos);
+ if ( m_noData ) {
+ ret->ldctl_value.bv_len = 0;
+ ret->ldctl_value.bv_val = NULL;
+ } else {
+ ret->ldctl_value.bv_len=m_data.size();
+ ret->ldctl_value.bv_val= new char[m_data.size()];
+ m_data.copy(ret->ldctl_value.bv_val,string::npos);
+ }
ret->ldctl_iscritical = ( m_isCritical ? 1:0);
return ret;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/ldapcpplib-0.1.1/src/LDAPControl.h new/ldapcpplib-0.1.2/src/LDAPControl.h
--- old/ldapcpplib-0.1.1/src/LDAPControl.h 2008-03-28 11:05:10.000000000 +0100
+++ new/ldapcpplib-0.1.2/src/LDAPControl.h 2008-08-27 21:19:51.000000000 +0200
@@ -1,4 +1,4 @@
-// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/LDAPControl.h,v 1.6 2008/03/28 10:05:10 ralf Exp $
+// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/LDAPControl.h,v 1.7 2008/08/27 19:19:51 ralf Exp $
/*
* Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -17,11 +17,6 @@
class LDAPCtrl{
public :
/**
- * Copy-constructor
- */
- LDAPCtrl(const LDAPCtrl& c);
-
- /**
* Constructor.
* @param oid: The Object Identifier of the Control
* @param critical: "true" if the Control should be handled
@@ -29,7 +24,7 @@
* @param data: If there is data for the control, put it here.
* @param length: The length of the data field
*/
- LDAPCtrl(const char *oid, bool critical, const char *data=0,
+ LDAPCtrl(const char *oid, bool critical=false, const char *data=0,
int length=0);
/**
@@ -39,8 +34,8 @@
* critical by the server.
* @param data: If there is data for the control, put it here.
*/
- LDAPCtrl(const std::string& oid, bool critical=false,
- const std::string& data=std::string());
+ LDAPCtrl(const std::string& oid, bool critical,
+ const std::string& data);
/**
* Creates a copy of the Control that "ctrl is pointing to
@@ -58,7 +53,13 @@
std::string getOID() const;
/**
- * @return The Data of the control as a std::string-Objekt
+ * @return true if there is no "Control Value" (there is a
+ * difference between no and an empty control value)
+ */
+ bool hasData() const;
+
+ /**
+ * @return The Data of the control as a std::string-Object
*/
std::string getData() const;
@@ -80,6 +81,7 @@
std::string m_oid;
std::string m_data;
bool m_isCritical;
+ bool m_noData;
};
#endif //LDAP_CONTROL_H
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/ldapcpplib-0.1.1/version.var new/ldapcpplib-0.1.2/version.var
--- old/ldapcpplib-0.1.1/version.var 2008-08-08 11:20:16.000000000 +0200
+++ new/ldapcpplib-0.1.2/version.var 2008-08-27 21:20:11.000000000 +0200
@@ -6,8 +6,8 @@
ol_cpp_api_rel_major=0
ol_cpp_api_rel_minor=1
-ol_cpp_api_rel_patch=1
+ol_cpp_api_rel_patch=2
ol_cpp_api_current=1
-ol_cpp_api_revision=1
+ol_cpp_api_revision=2
ol_cpp_api_age=0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package krb5-plugin-preauth-pkinit-nss
checked in at Sat Aug 30 00:37:16 CEST 2008.
--------
--- krb5-plugin-preauth-pkinit-nss/krb5-plugin-preauth-pkinit-nss.changes 2008-02-13 17:05:06.000000000 +0100
+++ krb5-plugin-preauth-pkinit-nss/krb5-plugin-preauth-pkinit-nss.changes 2008-08-29 10:19:25.426255000 +0200
@@ -1,0 +2,18 @@
+Fri Aug 29 10:14:53 CEST 2008 - mc(a)suse.de
+
+- update to version 0.7.6
+ * Correctly initialize NSS so that we continue to be able to read the database
+ with NSS 3.12.
+ * Make the version number we use when generating Signed-Data tunable for the
+ sake of other implementations which only accept one version or another.
+ * Teach the server side about a "server_pin_file", so that databases with a
+ PIN set can be used.
+ * Add some brief notes on setting up for testing.
+ * Fix wire-level incompatibilities with WS2008.
+ * Recognize and support "pkinit_kdc_hostname" and "pkinit_eku_checking"
+ settings.
+ * Recognize and support "pkinit_dh_min_bits", and allow it to override the
+ configured preference of which Oakley group to use.
+ * Recognize and support "pkinit_cert_match" rules.
+
+-------------------------------------------------------------------
Old:
----
pkinit-nss-0.7.4-1.tar.bz2
New:
----
pkinit-nss-0.7.6-1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ krb5-plugin-preauth-pkinit-nss.spec ++++++
--- /var/tmp/diff_new_pack.z30596/_old 2008-08-30 00:35:38.000000000 +0200
+++ /var/tmp/diff_new_pack.z30596/_new 2008-08-30 00:35:38.000000000 +0200
@@ -1,10 +1,17 @@
#
-# spec file for package krb5-plugin-preauth-pkinit-nss (Version 0.7.4)
+# spec file for package krb5-plugin-preauth-pkinit-nss (Version 0.7.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -12,8 +19,8 @@
Name: krb5-plugin-preauth-pkinit-nss
-Version: 0.7.4
-Release: 25
+Version: 0.7.6
+Release: 1
BuildRequires: keyutils-devel krb5-devel >= 1.6.1 mozilla-nss-devel >= 3.11.2 pkgconfig
Summary: MIT Kerberos5 Implementation--PKINIT preauth Plugin
License: LGPL v2.1 or later
@@ -68,6 +75,21 @@
%{_libdir}/krb5
%changelog
+* Fri Aug 29 2008 mc(a)suse.de
+- update to version 0.7.6
+ * Correctly initialize NSS so that we continue to be able to read the database
+ with NSS 3.12.
+ * Make the version number we use when generating Signed-Data tunable for the
+ sake of other implementations which only accept one version or another.
+ * Teach the server side about a "server_pin_file", so that databases with a
+ PIN set can be used.
+ * Add some brief notes on setting up for testing.
+ * Fix wire-level incompatibilities with WS2008.
+ * Recognize and support "pkinit_kdc_hostname" and "pkinit_eku_checking"
+ settings.
+ * Recognize and support "pkinit_dh_min_bits", and allow it to override the
+ configured preference of which Oakley group to use.
+ * Recognize and support "pkinit_cert_match" rules.
* Wed Feb 13 2008 mc(a)suse.de
- modify pkinit-nss-0.6.1-match-default-realms.patch
to call krb5_get_host_realm() correct.
++++++ pkinit-nss-0.7.4-1.tar.bz2 -> pkinit-nss-0.7.6-1.tar.bz2 ++++++
++++ 18040 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package jdepend
checked in at Sat Aug 30 00:35:29 CEST 2008.
--------
--- jdepend/jdepend.changes 2008-03-17 09:29:41.000000000 +0100
+++ jdepend/jdepend.changes 2008-08-29 13:27:24.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 29 13:26:09 CEST 2008 - mvyskocil(a)suse.cz
+
+- source=1.5 -target=1.5
+- bzipped source code
+- removed the gcj support
+- removed a javadoc scripplets
+
+-------------------------------------------------------------------
Old:
----
jdepend-2.9.1.zip
New:
----
jdepend-2.9.1.tar.bz2
jdepend-target15.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jdepend.spec ++++++
--- /var/tmp/diff_new_pack.Q27216/_old 2008-08-30 00:34:12.000000000 +0200
+++ /var/tmp/diff_new_pack.Q27216/_new 2008-08-30 00:34:12.000000000 +0200
@@ -2,40 +2,37 @@
# spec file for package jdepend (Version 2.9.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# icecream 0
-%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
%define section free
Name: jdepend
Version: 2.9.1
-Release: 1
+Release: 72
Summary: Java Design Quality Metrics
License: BSD 3-Clause
Url: http://www.clarkware.com/
Group: Development/Libraries/Java
-Source0: %{url}software/%{name}-%{version}.zip
+Source0: %{url}software/%{name}-%{version}.tar.bz2
+Patch0: jdepend-target15.patch
BuildRequires: ant
-%if %defined suse_version
-BuildRequires: unzip
BuildRequires: java-devel
-%endif
-%if ! %{gcj_support}
BuildArch: noarch
-%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if %{gcj_support}
-BuildRequires: java-gcj-compat-devel
-Requires(post): java-gcj-compat
-Requires(postun): java-gcj-compat
-%endif
%description
JDepend traverses a set of Java class and source file directories and
@@ -47,10 +44,9 @@
%package javadoc
+License: BSD 3-Clause
Summary: Javadoc for jdepend
Group: Development/Libraries/Java
-Requires(post): /bin/rm /bin/ln
-Requires(postun): /bin/rm
%description javadoc
JDepend traverses a set of Java class and source file directories and
@@ -64,6 +60,7 @@
%package demo
+License: BSD 3-Clause
Summary: Demonstration and sample files for jdepend
Group: Development/Libraries/Java
Requires: %{name} = %{version}-%{release}
@@ -85,6 +82,7 @@
find . -name "*.jar" -exec rm -f {} \;
# fix strange permissions
find . -type d -exec chmod 755 {} \;
+%patch0 -b .target15
%build
ant jar javadoc
@@ -98,62 +96,36 @@
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
+ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
rm -rf docs/api
# demo
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr sample $RPM_BUILD_ROOT%{_datadir}/%{name}
-%if %{gcj_support}
-%{_bindir}/aot-compile-rpm
-%endif
%clean
rm -rf $RPM_BUILD_ROOT
-%if %{gcj_support}
-
-%post
-if [ -x %{_bindir}/rebuild-gcj-db ]
-then
- %{_bindir}/rebuild-gcj-db
-fi
-%endif
-%if %{gcj_support}
-
-%postun
-if [ -x %{_bindir}/rebuild-gcj-db ]
-then
- %{_bindir}/rebuild-gcj-db
-fi
-%endif
-
-%post javadoc
-rm -f %{_javadocdir}/%{name}
-ln -s %{name}-%{version} %{_javadocdir}/%{name}
-
-%postun javadoc
-if [ "$1" = "0" ]; then
- rm -f %{_javadocdir}/%{name}
-fi
%files
%defattr(-,root,root)
%doc CHANGES README LICENSE
%{_javadir}/*
-%if %{gcj_support}
-%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
-%endif
%files javadoc
%defattr(-,root,root)
%doc docs
%{_javadocdir}/%{name}-%{version}
-%ghost %doc %{_javadocdir}/%{name}
+%doc %{_javadocdir}/%{name}
%files demo
%defattr(-,root,root)
%{_datadir}/%{name}
%changelog
+* Fri Aug 29 2008 mvyskocil(a)suse.cz
+- source=1.5 -target=1.5
+- bzipped source code
+- removed the gcj support
+- removed a javadoc scripplets
* Fri Mar 14 2008 mvyskocil(a)suse.cz
- merged with jpackage 1.7:
- update to version 2.9.1
++++++ jdepend-target15.patch ++++++
--- build.xml
+++ build.xml
@@ -38,7 +38,7 @@
<target name="compile" depends="prepare"
description="Compiles the source code">
- <javac srcdir="${src.dir}"
+ <javac source="1.5" target="1.5" srcdir="${src.dir}"
destdir="${build.dir}"
debug="${build.debug}">
<classpath refid="project.classpath"/>
@@ -47,7 +47,7 @@
<target name="compile-sample" depends="prepare"
description="Compiles the sample code">
- <javac srcdir="sample"
+ <javac source="1.5" target="1.5" srcdir="sample"
destdir="${build.dir}"
debug="${build.debug}">
<classpath refid="project.classpath"/>
@@ -57,7 +57,7 @@
<target name="compile-tests" depends="compile"
if="junit.available"
description="Compiles the test code">
- <javac srcdir="${test.dir}"
+ <javac source="1.5" target="1.5" srcdir="${test.dir}"
destdir="${build.dir}"
debug="${build.debug}">
<classpath refid="project.classpath"/>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package iprutils
checked in at Sat Aug 30 00:33:57 CEST 2008.
--------
--- iprutils/iprutils.changes 2008-08-27 18:02:34.000000000 +0200
+++ iprutils/iprutils.changes 2008-08-29 12:55:30.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 29 12:49:56 CEST 2008 - olh(a)suse.de
+
+- fix an uninitialized but unused variable
+- move defines in iprlib.h out of bigendian section
+
+-------------------------------------------------------------------
New:
----
iprutils.iprlib.patch
iprutils.uninitialized.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ iprutils.spec ++++++
--- /var/tmp/diff_new_pack.d26300/_old 2008-08-30 00:33:28.000000000 +0200
+++ /var/tmp/diff_new_pack.d26300/_new 2008-08-30 00:33:28.000000000 +0200
@@ -22,7 +22,7 @@
BuildRequires: ncurses-devel pciutils-devel sysfsutils
Summary: Utilities for the IBM Power Linux RAID Adapters
Version: 2.2.10
-Release: 1
+Release: 3
License: Other uncritical OpenSource License
Url: http://sourceforge.net/projects/iprdd/
Group: Hardware/Other
@@ -33,6 +33,8 @@
Patch0: iprconfig.usr-sbin.patch
Patch1: iprutils.install-man.patch
Patch2: iprutils.runlevel.patch
+Patch3: iprutils.uninitialized.patch
+Patch4: iprutils.iprlib.patch
%description
Provides a suite of utilities to manage and configure SCSI devices
@@ -49,6 +51,8 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
+%patch4 -p1
%build
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses \$(IPR_DEFINES)"
@@ -88,6 +92,9 @@
%attr(755,root,root) /etc/init.d/*
%changelog
+* Fri Aug 29 2008 olh(a)suse.de
+- fix an uninitialized but unused variable
+- move defines in iprlib.h out of bigendian section
* Wed Aug 27 2008 olh(a)suse.de
- add /usr/include/ncurses to CFLAGS
* Wed Aug 27 2008 olh(a)suse.de
++++++ iprutils.iprlib.patch ++++++
---
iprlib.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--- a/iprlib.h
+++ b/iprlib.h
@@ -637,14 +637,15 @@ struct ipr_res_addr_aliases {
struct ipr_array_cap_entry {
u8 prot_level;
#define IPR_DEFAULT_RAID_LVL "5"
+
+#define IPR_FORMAT_ADD_DEVICES 1
+#define IPR_FORMAT_REMOVE_DEVICES 2
+
#if defined (__BIG_ENDIAN_BITFIELD)
u8 include_allowed:1;
u8 reserved:5;
u8 format_overlay_type:2;
-#define IPR_FORMAT_ADD_DEVICES 1
-#define IPR_FORMAT_REMOVE_DEVICES 2
-
#elif defined (__LITTLE_ENDIAN_BITFIELD)
u8 format_overlay_type:2;
u8 reserved:5;
++++++ iprutils.uninitialized.patch ++++++
---
iprconfig.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/iprconfig.c
+++ b/iprconfig.c
@@ -4356,7 +4356,7 @@ int confirm_raid_migrate()
struct screen_output *s_out;
int toggle = 1;
int header_lines;
- i_container *i_con;
+ i_container *i_con = NULL;
body_init_status(buffer, n_confirm_raid_migrate.header, &header_lines);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package installation-images
checked in at Sat Aug 30 00:33:19 CEST 2008.
--------
--- installation-images/installation-images.changes 2008-08-25 11:40:20.000000000 +0200
+++ installation-images/installation-images.changes 2008-08-29 16:31:30.395087000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 29 16:31:14 CEST 2008 - snwint(a)suse.de
+
+- always use SLE branding
+
+-------------------------------------------------------------------
@@ -5 +9,0 @@
-- removed evms
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.G22858/_old 2008-08-30 00:31:32.000000000 +0200
+++ /var/tmp/diff_new_pack.G22858/_new 2008-08-30 00:31:32.000000000 +0200
@@ -19,11 +19,7 @@
Name: installation-images
-%if %(echo "%distribution" | grep -Ec '^openSUSE:Factory')
-%define has_sles 0
-%else
%define has_sles 1
-%endif
%define build_xen 1
BuildRequires: adaptec-firmware ash autoyast2-installation bc blueprint-cursor-theme cifs-mount cron cups-libs ddrescue dhcpcd dhcpv6 dmraid dump ed efont-unicode eject fbiterm finger fonts-config gdb glibc-i18ndata hex icmpinfo initviocons iputils joe kdelibs3 krb5-devel libidn libjpeg-devel libpng-devel links linuxrc lklug lvm2 mdadm mingetty mtools multipath-tools nasm netcat netpbm nfs-utils nscd ntfsprogs openslp-server openssh pcmciautils pcre-devel popt-devel pothana2000 qlogic-firmware recode rsh rsync sbl screen setserial sg3_utils smartmontools socat sysconfig syslogd tcpd-devel telnet telnet-server termcap terminfo usbutils wget xfsdump
BuildRequires: e2fsprogs ncurses-utils yast2-add-on yast2-kdump yast2-mouse yast2-ncurses-pkg yast2-network yast2-ntp-client yast2-qt yast2-qt-pkg yast2-repair yast2-runlevel yast2-slp yast2-trans-allpacks yast2-trans-stats yast2-tune yast2-update yast2-users
@@ -90,7 +86,7 @@
AutoReqProv: off
Summary: Installation Image Files
Version: 11.0
-Release: 2
+Release: 3
Source: installation-images-11.0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
@@ -107,7 +103,7 @@
AutoReqProv: off
Summary: Create initrd for Installation
Version: 1.0
-Release: 432
+Release: 433
%description -n install-initrd
You can create an initrd for installation. Useful, for example, to set
@@ -163,9 +159,10 @@
/usr/sbin/mkinstallinitrd
%changelog
+* Fri Aug 29 2008 snwint(a)suse.de
+- always use SLE branding
* Mon Aug 25 2008 snwint(a)suse.de
- fixed spec file typo
-- removed evms
* Fri Aug 22 2008 snwint(a)suse.de
- merged Adrians OBS hack
- assume no SLE branding in OBS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package hal
checked in at Sat Aug 30 00:30:59 CEST 2008.
--------
--- hal/hal.changes 2008-08-23 15:58:51.000000000 +0200
+++ hal/hal.changes 2008-08-28 13:23:26.000000000 +0200
@@ -1,0 +2,30 @@
+Thu Aug 28 12:57:26 CEST 2008 - dkukawka(a)suse.de
+
+- updated HAL to 0.5.11_git20080828 and hal-info to 20080828
+- removed upstream gone patches:
+ - hal-20080317-fix-linux_remove_childs.diff
+ - hal-20080626-fix-PropertyModified.diff
+ - hal-20080414-fix-pmu_sysfs-power_supply.diff
+ - hal-20080628-fix-memory-leak-g_strsplit.diff
+ - hal-20080630-fix-remove_storage.model_from_Volumes.diff
+ - hal-20080630-reuse-check_priv-code_for_helper.diff
+ - hal-20080701-generic-backlight-addon.diff
+ - hal-20080701-fix-merge-uint64.diff
+ - hal-20080702-ipw-killswitch-addon.diff
+ - hal-20080620-fix-configure.diff
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff
+ - hal-20080811-fix-Lock_handling.diff
+ - hal-20080821-fix-usage_of_var_run_hald.diff
+ - hal-info-20080702-fix-identify-cardreader.diff
+ - hal-info-20080715-add-CDMA_USB_modem.diff
+ - hal-info-20080716-fix-Samsung-keymapping.diff
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff
+- removed no longer needed patches:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+- updated patches (ported to new source):
+ - hal-20080828-add-standby-support_v3.diff
+ - hal-info-20080828-fix-acer-keymapping.diff
+- changed rc script and spec to use only /var/run/hald and no
+ longer /var/run/hal (and /var/run/hald)
+
+-------------------------------------------------------------------
@@ -11,0 +42,22 @@
+Thu Aug 21 16:55:49 CEST 2008 - dkukawka(a)suse.de
+
+- use always /var/run/hald and not /var/run/hal (should also fix
+ bnc#418743), fixed rc and spec file for this change
+- added new patch:
+ - hal-20080821-fix-usage_of_var_run_hald.diff: fixed single
+ place in the code where /var/run/hal was used
+
+-------------------------------------------------------------------
+Wed Aug 20 19:37:33 CEST 2008 - dkukawka(a)suse.de
+
+- updated patches:
+ - hal-20080811-fix-Lock_handling_if_LockOwner_die.diff to
+ hal-20080811-fix-Lock_handling.diff: fix it now in general
+
+-------------------------------------------------------------------
+Mon Aug 11 18:28:11 CEST 2008 - dkukawka(a)suse.de
+
+- hal-20080811-fix-Lock_handling_if_LockOwner_die.diff: fixed
+ lock handling if the lockowner exit or die without call Unlock().
+
+-------------------------------------------------------------------
@@ -16,0 +69,15 @@
+Thu Jul 31 18:00:45 CEST 2008 - dkukawka(a)suse.de
+
+- deactivated patch:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+
+-------------------------------------------------------------------
+Wed Jul 30 16:48:37 CEST 2008 - dkukawka(a)suse.de
+
+- added new patches:
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff: detect
+ Laptop with internal WACOM USB Tablets correctly as TabletPCs
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff: fix the
+ keymapping for sony laptops.
+
+-------------------------------------------------------------------
--- hal/hal-doc.changes 2008-08-11 18:20:38.000000000 +0200
+++ hal/hal-doc.changes 2008-08-28 13:42:15.000000000 +0200
@@ -1,0 +2,62 @@
+Thu Aug 28 12:57:26 CEST 2008 - dkukawka(a)suse.de
+
+- updated HAL to 0.5.11_git20080828 and hal-info to 20080828
+- removed upstream gone patches:
+ - hal-20080317-fix-linux_remove_childs.diff
+ - hal-20080626-fix-PropertyModified.diff
+ - hal-20080414-fix-pmu_sysfs-power_supply.diff
+ - hal-20080628-fix-memory-leak-g_strsplit.diff
+ - hal-20080630-fix-remove_storage.model_from_Volumes.diff
+ - hal-20080630-reuse-check_priv-code_for_helper.diff
+ - hal-20080701-generic-backlight-addon.diff
+ - hal-20080701-fix-merge-uint64.diff
+ - hal-20080702-ipw-killswitch-addon.diff
+ - hal-20080620-fix-configure.diff
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff
+ - hal-20080811-fix-Lock_handling.diff
+ - hal-20080821-fix-usage_of_var_run_hald.diff
+ - hal-info-20080702-fix-identify-cardreader.diff
+ - hal-info-20080715-add-CDMA_USB_modem.diff
+ - hal-info-20080716-fix-Samsung-keymapping.diff
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff
+- removed no longer needed patches:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+- updated patches (ported to new source):
+ - hal-20080828-add-standby-support_v3.diff
+ - hal-info-20080828-fix-acer-keymapping.diff
+- changed rc script and spec to use only /var/run/hald and no
+ longer /var/run/hal (and /var/run/hald)
+
+-------------------------------------------------------------------
+Sat Aug 23 15:58:45 CEST 2008 - aj(a)suse.de
+
+- Fix init script.
+
+-------------------------------------------------------------------
+Fri Aug 22 17:00:31 CEST 2008 - prusnak(a)suse.cz
+
+- enabled SELinux support [Fate#303662]
+
+-------------------------------------------------------------------
+Thu Aug 21 16:55:49 CEST 2008 - dkukawka(a)suse.de
+
+- use always /var/run/hald and not /var/run/hal (should also fix
+ bnc#418743), fixed rc and spec file for this change
+- added new patch:
+ - hal-20080821-fix-usage_of_var_run_hald.diff: fixed single
+ place in the code where /var/run/hal was used
+
+-------------------------------------------------------------------
+Wed Aug 20 19:37:33 CEST 2008 - dkukawka(a)suse.de
+
+- updated patches:
+ - hal-20080811-fix-Lock_handling_if_LockOwner_die.diff to
+ hal-20080811-fix-Lock_handling.diff: fix it now in general
+
+-------------------------------------------------------------------
+Mon Aug 11 18:28:11 CEST 2008 - dkukawka(a)suse.de
+
+- hal-20080811-fix-Lock_handling_if_LockOwner_die.diff: fixed
+ lock handling if the lockowner exit or die without call Unlock().
+
+-------------------------------------------------------------------
@@ -6,0 +69,15 @@
+Thu Jul 31 18:00:45 CEST 2008 - dkukawka(a)suse.de
+
+- deactivated patch:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+
+-------------------------------------------------------------------
+Wed Jul 30 16:48:37 CEST 2008 - dkukawka(a)suse.de
+
+- added new patches:
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff: detect
+ Laptop with internal WACOM USB Tablets correctly as TabletPCs
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff: fix the
+ keymapping for sony laptops.
+
+-------------------------------------------------------------------
Old:
----
hal-0.5.11_git20080626.tar.bz2
hal-20071113-fix-storage-policy-fixed-drives.diff
hal-20080317-fix-linux_remove_childs.diff
hal-20080318-add-standby-support_v2.diff
hal-20080414-fix-pmu_sysfs-power_supply.diff
hal-20080620-fix-configure.diff
hal-20080626-fix-PropertyModified.diff
hal-20080628-fix-memory-leak-g_strsplit.diff
hal-20080630-fix-remove_storage.model_from_Volumes.diff
hal-20080630-reuse-check_priv-code_for_helper.diff
hal-20080701-fix-merge-uint64.diff
hal-20080701-generic-backlight-addon.diff
hal-20080702-ipw-killswitch-addon.diff
hal-info-20080702-fix-identify-cardreader.diff
hal-info-20080715-add-CDMA_USB_modem.diff
hal-info-20080716-fix-acer-keymapping.diff
hal-info-20080716-fix-Samsung-keymapping.diff
hal-info-20080716.tar.bz2
New:
----
hal-0.5.11_git20080828.tar.bz2
hal-20080828-add-standby-support_v3.diff
hal-info-20080828-fix-acer-keymapping.diff
hal-info-20080828.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hal-doc.spec ++++++
--- /var/tmp/diff_new_pack.J17956/_old 2008-08-30 00:28:23.000000000 +0200
+++ /var/tmp/diff_new_pack.J17956/_new 2008-08-30 00:28:23.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package hal-doc (Version 0.5.11_git20080626)
+# spec file for package hal-doc (Version 0.5.11_git20080828)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,16 +26,17 @@
Summary: Daemon for Collecting Hardware Information
%define dbus_version 0.61
%define dbus_release 1
-%define hal_info_version 20080716
+%define hal_info_version 20080828
%define libsmbios_version 2.0.2
-Version: 0.5.11_git20080626
-Release: 12
+Version: 0.5.11_git20080828
+Release: 1
Url: http://freedesktop.org/Software/hal
License: Other uncritical OpenSource License
Group: System/Daemons
AutoReqProv: on
Requires: pm-utils
BuildRequires: ConsoleKit-devel PolicyKit-devel dbus-1-glib-devel glib2-devel gperf intltool libexpat-devel libusb-devel libvolume_id-devel parted parted-devel pciutils pciutils-devel perl-XML-Parser popt-devel python-devel update-desktop-files
+BuildRequires: libselinux-devel
%ifarch %ix86 x86_64
BuildRequires: libsmbios2 >= %libsmbios_version
BuildRequires: libsmbios-devel >= %libsmbios_version
@@ -77,21 +78,10 @@
# SUSE specific patches
Patch1: hal-20070613-panasonic-acpi-suse.diff
Patch2: hal-20061124-allow_uid_for_ntfs.diff
-Patch3: hal-20071113-fix-storage-policy-fixed-drives.diff
# SUSE specific temporary patches
-Patch10: hal-20080318-add-standby-support_v2.diff
+Patch10: hal-20080828-add-standby-support_v3.diff
# submitted (or planed to do in next time) upstream patches
-Patch100: hal-20080317-fix-linux_remove_childs.diff
-Patch101: hal-20080626-fix-PropertyModified.diff
-Patch102: hal-20080414-fix-pmu_sysfs-power_supply.diff
-Patch103: hal-20080628-fix-memory-leak-g_strsplit.diff
-Patch104: hal-20080701-fix-get_storage.model_from_SCSI.diff
-Patch105: hal-20080630-fix-remove_storage.model_from_Volumes.diff
-Patch106: hal-20080630-reuse-check_priv-code_for_helper.diff
-Patch107: hal-20080701-generic-backlight-addon.diff
-Patch108: hal-20080701-fix-merge-uint64.diff
-Patch109: hal-20080702-ipw-killswitch-addon.diff
-Patch110: hal-20080620-fix-configure.diff
+Patch100: hal-20080701-fix-get_storage.model_from_SCSI.diff
# backports from git master:
#Patch200: hal-update-to_.diff
# revert from HEAD:
@@ -99,10 +89,7 @@
# patches from ML:
#Patch300: hal-ML.diff
# hal-info related patches:
-Patch400: hal-info-20080702-fix-identify-cardreader.diff
-Patch401: hal-info-20080715-add-CDMA_USB_modem.diff
-Patch402: hal-info-20080716-fix-acer-keymapping.diff
-Patch403: hal-info-20080716-fix-Samsung-keymapping.diff
+Patch400: hal-info-20080828-fix-acer-keymapping.diff
# currently unused patches:
Patch500: hal-20070803-cleanup-deprecated_libhal-storage.diff
# temporary debug patches
@@ -181,28 +168,14 @@
# patch hal package if needed
%patch1 -p0
%patch2 -p1
-%patch3 -p0
%patch10 -p0
%patch100 -p1
-%patch101 -p1
-%patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
-%patch106 -p1
-%patch107 -p1
-%patch108 -p1
-%patch109 -p1
-%patch110 -p0
#%patch200 -p1
#%patch300 -p1
#%patch1000 -p1
# patch hal-info package if needed
pushd hal-info-%{hal_info_version}
%patch400 -p1
-%patch401 -p1
-%patch402 -p1
-%patch403 -p1
popd
%build
@@ -213,7 +186,7 @@
--libexecdir=%{_libexecdir}/hal \
--with-init-scripts=suse \
--with-hwdata=/usr/share \
- --with-pid-file=/var/run/hal/haldaemon.pid \
+ --with-pid-file=/var/run/hald/haldaemon.pid \
--with-dbus-sys=/etc/dbus-1/system.d \
--with-hal-user=haldaemon \
--with-hal-group=haldaemon \
@@ -297,7 +270,7 @@
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/90-hal.rules
ln -sf %{_sysconfdir}/init.d/haldaemon $RPM_BUILD_ROOT/%{_sbindir}/rchal
#rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-install -d $RPM_BUILD_ROOT/%{_localstatedir}/run/hal
+install -d $RPM_BUILD_ROOT/%{_localstatedir}/run/hald
install -d $RPM_BUILD_ROOT/%{_localstatedir}/cache/hald
rm -f $RPM_BUILD_ROOT/etc/hotplug.d/default/20-hal.hotplug
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/packages/hal/
@@ -338,7 +311,7 @@
: OK haldaemon user already present
else
/usr/sbin/useradd -r -g haldaemon -c "User for haldaemon" \
- -d /var/run/hal -o haldaemon 2>/dev/null || :
+ -d /var/run/hald -o haldaemon 2>/dev/null || :
fi
%if 0%{?suse_version} > 1030
/usr/bin/polkit-auth --user haldaemon --grant org.freedesktop.policykit.read >& /dev/null || :
@@ -378,7 +351,7 @@
%{_mandir}/man8/*
%{_sbindir}/hal*
%{_sbindir}/rchal
-%attr(-,haldaemon,haldaemon) %{_localstatedir}/run/hal
+%attr(-,haldaemon,haldaemon) %{_localstatedir}/run/hald
%attr(-,haldaemon,haldaemon) %{_localstatedir}/cache/hald
%files -n hal-devel
@@ -391,8 +364,61 @@
%endif
%changelog
+* Thu Aug 28 2008 dkukawka(a)suse.de
+- updated HAL to 0.5.11_git20080828 and hal-info to 20080828
+- removed upstream gone patches:
+ - hal-20080317-fix-linux_remove_childs.diff
+ - hal-20080626-fix-PropertyModified.diff
+ - hal-20080414-fix-pmu_sysfs-power_supply.diff
+ - hal-20080628-fix-memory-leak-g_strsplit.diff
+ - hal-20080630-fix-remove_storage.model_from_Volumes.diff
+ - hal-20080630-reuse-check_priv-code_for_helper.diff
+ - hal-20080701-generic-backlight-addon.diff
+ - hal-20080701-fix-merge-uint64.diff
+ - hal-20080702-ipw-killswitch-addon.diff
+ - hal-20080620-fix-configure.diff
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff
+ - hal-20080811-fix-Lock_handling.diff
+ - hal-20080821-fix-usage_of_var_run_hald.diff
+ - hal-info-20080702-fix-identify-cardreader.diff
+ - hal-info-20080715-add-CDMA_USB_modem.diff
+ - hal-info-20080716-fix-Samsung-keymapping.diff
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff
+- removed no longer needed patches:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+- updated patches (ported to new source):
+ - hal-20080828-add-standby-support_v3.diff
+ - hal-info-20080828-fix-acer-keymapping.diff
+- changed rc script and spec to use only /var/run/hald and no
+ longer /var/run/hal (and /var/run/hald)
+* Sat Aug 23 2008 aj(a)suse.de
+- Fix init script.
+* Fri Aug 22 2008 prusnak(a)suse.cz
+- enabled SELinux support [Fate#303662]
+* Thu Aug 21 2008 dkukawka(a)suse.de
+- use always /var/run/hald and not /var/run/hal (should also fix
+ bnc#418743), fixed rc and spec file for this change
+- added new patch:
+ - hal-20080821-fix-usage_of_var_run_hald.diff: fixed single
+ place in the code where /var/run/hal was used
+* Wed Aug 20 2008 dkukawka(a)suse.de
+- updated patches:
+ - hal-20080811-fix-Lock_handling_if_LockOwner_die.diff to
+ hal-20080811-fix-Lock_handling.diff: fix it now in general
+* Mon Aug 11 2008 dkukawka(a)suse.de
+- hal-20080811-fix-Lock_handling_if_LockOwner_die.diff: fixed
+ lock handling if the lockowner exit or die without call Unlock().
* Mon Aug 11 2008 ro(a)suse.de
- fix build for hal-doc package
+* Thu Jul 31 2008 dkukawka(a)suse.de
+- deactivated patch:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+* Wed Jul 30 2008 dkukawka(a)suse.de
+- added new patches:
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff: detect
+ Laptop with internal WACOM USB Tablets correctly as TabletPCs
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff: fix the
+ keymapping for sony laptops.
* Thu Jul 24 2008 dkukawka(a)suse.de
- enabled ACL support
* Wed Jul 16 2008 dkukawka(a)suse.de
++++++ hal.spec ++++++
--- /var/tmp/diff_new_pack.J17956/_old 2008-08-30 00:28:23.000000000 +0200
+++ /var/tmp/diff_new_pack.J17956/_new 2008-08-30 00:28:23.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package hal (Version 0.5.11_git20080626)
+# spec file for package hal (Version 0.5.11_git20080828)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,10 +26,10 @@
Summary: Daemon for Collecting Hardware Information
%define dbus_version 0.61
%define dbus_release 1
-%define hal_info_version 20080716
+%define hal_info_version 20080828
%define libsmbios_version 2.0.2
-Version: 0.5.11_git20080626
-Release: 19
+Version: 0.5.11_git20080828
+Release: 1
Url: http://freedesktop.org/Software/hal
License: GPL v2 or later; AFL
Group: System/Daemons
@@ -78,21 +78,10 @@
# SUSE specific patches
Patch1: hal-20070613-panasonic-acpi-suse.diff
Patch2: hal-20061124-allow_uid_for_ntfs.diff
-Patch3: hal-20071113-fix-storage-policy-fixed-drives.diff
# SUSE specific temporary patches
-Patch10: hal-20080318-add-standby-support_v2.diff
+Patch10: hal-20080828-add-standby-support_v3.diff
# submitted (or planed to do in next time) upstream patches
-Patch100: hal-20080317-fix-linux_remove_childs.diff
-Patch101: hal-20080626-fix-PropertyModified.diff
-Patch102: hal-20080414-fix-pmu_sysfs-power_supply.diff
-Patch103: hal-20080628-fix-memory-leak-g_strsplit.diff
-Patch104: hal-20080701-fix-get_storage.model_from_SCSI.diff
-Patch105: hal-20080630-fix-remove_storage.model_from_Volumes.diff
-Patch106: hal-20080630-reuse-check_priv-code_for_helper.diff
-Patch107: hal-20080701-generic-backlight-addon.diff
-Patch108: hal-20080701-fix-merge-uint64.diff
-Patch109: hal-20080702-ipw-killswitch-addon.diff
-Patch110: hal-20080620-fix-configure.diff
+Patch100: hal-20080701-fix-get_storage.model_from_SCSI.diff
# backports from git master:
#Patch200: hal-update-to_.diff
# revert from HEAD:
@@ -100,10 +89,7 @@
# patches from ML:
#Patch300: hal-ML.diff
# hal-info related patches:
-Patch400: hal-info-20080702-fix-identify-cardreader.diff
-Patch401: hal-info-20080715-add-CDMA_USB_modem.diff
-Patch402: hal-info-20080716-fix-acer-keymapping.diff
-Patch403: hal-info-20080716-fix-Samsung-keymapping.diff
+Patch400: hal-info-20080828-fix-acer-keymapping.diff
# currently unused patches:
Patch500: hal-20070803-cleanup-deprecated_libhal-storage.diff
# temporary debug patches
@@ -181,28 +167,14 @@
# patch hal package if needed
%patch1 -p0
%patch2 -p1
-%patch3 -p0
%patch10 -p0
%patch100 -p1
-%patch101 -p1
-%patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
-%patch106 -p1
-%patch107 -p1
-%patch108 -p1
-%patch109 -p1
-%patch110 -p0
#%patch200 -p1
#%patch300 -p1
#%patch1000 -p1
# patch hal-info package if needed
pushd hal-info-%{hal_info_version}
%patch400 -p1
-%patch401 -p1
-%patch402 -p1
-%patch403 -p1
popd
%build
@@ -213,7 +185,7 @@
--libexecdir=%{_libexecdir}/hal \
--with-init-scripts=suse \
--with-hwdata=/usr/share \
- --with-pid-file=/var/run/hal/haldaemon.pid \
+ --with-pid-file=/var/run/hald/haldaemon.pid \
--with-dbus-sys=/etc/dbus-1/system.d \
--with-hal-user=haldaemon \
--with-hal-group=haldaemon \
@@ -297,7 +269,7 @@
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/90-hal.rules
ln -sf %{_sysconfdir}/init.d/haldaemon $RPM_BUILD_ROOT/%{_sbindir}/rchal
#rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-install -d $RPM_BUILD_ROOT/%{_localstatedir}/run/hal
+install -d $RPM_BUILD_ROOT/%{_localstatedir}/run/hald
install -d $RPM_BUILD_ROOT/%{_localstatedir}/cache/hald
rm -f $RPM_BUILD_ROOT/etc/hotplug.d/default/20-hal.hotplug
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/packages/hal/
@@ -338,7 +310,7 @@
: OK haldaemon user already present
else
/usr/sbin/useradd -r -g haldaemon -c "User for haldaemon" \
- -d /var/run/hal -o haldaemon 2>/dev/null || :
+ -d /var/run/hald -o haldaemon 2>/dev/null || :
fi
%if 0%{?suse_version} > 1030
/usr/bin/polkit-auth --user haldaemon --grant org.freedesktop.policykit.read >& /dev/null || :
@@ -378,7 +350,7 @@
%{_mandir}/man8/*
%{_sbindir}/hal*
%{_sbindir}/rchal
-%attr(-,haldaemon,haldaemon) %{_localstatedir}/run/hal
+%attr(-,haldaemon,haldaemon) %{_localstatedir}/run/hald
%attr(-,haldaemon,haldaemon) %{_localstatedir}/cache/hald
%files -n hal-devel
@@ -391,12 +363,61 @@
%endif
%changelog
+* Thu Aug 28 2008 dkukawka(a)suse.de
+- updated HAL to 0.5.11_git20080828 and hal-info to 20080828
+- removed upstream gone patches:
+ - hal-20080317-fix-linux_remove_childs.diff
+ - hal-20080626-fix-PropertyModified.diff
+ - hal-20080414-fix-pmu_sysfs-power_supply.diff
+ - hal-20080628-fix-memory-leak-g_strsplit.diff
+ - hal-20080630-fix-remove_storage.model_from_Volumes.diff
+ - hal-20080630-reuse-check_priv-code_for_helper.diff
+ - hal-20080701-generic-backlight-addon.diff
+ - hal-20080701-fix-merge-uint64.diff
+ - hal-20080702-ipw-killswitch-addon.diff
+ - hal-20080620-fix-configure.diff
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff
+ - hal-20080811-fix-Lock_handling.diff
+ - hal-20080821-fix-usage_of_var_run_hald.diff
+ - hal-info-20080702-fix-identify-cardreader.diff
+ - hal-info-20080715-add-CDMA_USB_modem.diff
+ - hal-info-20080716-fix-Samsung-keymapping.diff
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff
+- removed no longer needed patches:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+- updated patches (ported to new source):
+ - hal-20080828-add-standby-support_v3.diff
+ - hal-info-20080828-fix-acer-keymapping.diff
+- changed rc script and spec to use only /var/run/hald and no
+ longer /var/run/hal (and /var/run/hald)
* Sat Aug 23 2008 aj(a)suse.de
- Fix init script.
* Fri Aug 22 2008 prusnak(a)suse.cz
- enabled SELinux support [Fate#303662]
+* Thu Aug 21 2008 dkukawka(a)suse.de
+- use always /var/run/hald and not /var/run/hal (should also fix
+ bnc#418743), fixed rc and spec file for this change
+- added new patch:
+ - hal-20080821-fix-usage_of_var_run_hald.diff: fixed single
+ place in the code where /var/run/hal was used
+* Wed Aug 20 2008 dkukawka(a)suse.de
+- updated patches:
+ - hal-20080811-fix-Lock_handling_if_LockOwner_die.diff to
+ hal-20080811-fix-Lock_handling.diff: fix it now in general
+* Mon Aug 11 2008 dkukawka(a)suse.de
+- hal-20080811-fix-Lock_handling_if_LockOwner_die.diff: fixed
+ lock handling if the lockowner exit or die without call Unlock().
* Mon Aug 11 2008 ro(a)suse.de
- fix build for hal-doc package
+* Thu Jul 31 2008 dkukawka(a)suse.de
+- deactivated patch:
+ - hal-20071113-fix-storage-policy-fixed-drives.diff
+* Wed Jul 30 2008 dkukawka(a)suse.de
+- added new patches:
+ - hal-20080730-detect-TabletPCs_with_wacomUSB.diff: detect
+ Laptop with internal WACOM USB Tablets correctly as TabletPCs
+ - hal-info-20080730-fix-sony_laptop-keymapping.diff: fix the
+ keymapping for sony laptops.
* Thu Jul 24 2008 dkukawka(a)suse.de
- enabled ACL support
* Wed Jul 16 2008 dkukawka(a)suse.de
++++++ hal-0.5.11_git20080626.tar.bz2 -> hal-0.5.11_git20080828.tar.bz2 ++++++
++++ 8391 lines of diff (skipped)
++++++ hal-20080318-add-standby-support_v2.diff -> hal-20080828-add-standby-support_v3.diff ++++++
--- hal/hal-20080318-add-standby-support_v2.diff 2008-03-14 02:18:42.000000000 +0100
+++ hal/hal-20080828-add-standby-support_v3.diff 2008-08-28 13:15:18.000000000 +0200
@@ -177,10 +177,10 @@
+exit $RET
--- policy/org.freedesktop.hal.power-management.policy 2007-10-17 15:44:00.000000000 +0200
+++ policy/org.freedesktop.hal.power-management.policy 2007-10-17 15:44:40.000000000 +0200
-@@ -79,6 +79,15 @@
+@@ -79,6 +79,15 @@ details.
</defaults>
</action>
-
+
+ <action id="org.freedesktop.hal.power-management.standby">
+ <description>Standby the system</description>
+ <message>System policy prevents standby the system</message>
@@ -189,7 +189,7 @@
+ <allow_active>yes</allow_active>
+ </defaults>
+ </action>
-+
++
<action id="org.freedesktop.hal.power-management.cpufreq">
<description>Configure CPU frequency scaling</description>
<message>System policy prevents CPU frequency scaling to be configured</message>
++++++ hal-info-20080716-fix-acer-keymapping.diff -> hal-info-20080828-fix-acer-keymapping.diff ++++++
--- hal/hal-info-20080716-fix-acer-keymapping.diff 2008-07-17 16:04:15.000000000 +0200
+++ hal/hal-info-20080828-fix-acer-keymapping.diff 2008-08-28 13:24:38.000000000 +0200
@@ -1,8 +1,8 @@
diff --git a/fdi/information/10freedesktop/30-keymap-acer.fdi b/fdi/information/10freedesktop/30-keymap-acer.fdi
-index e544363..bf88700 100644
+index 1551932..9923c69 100644
--- a/fdi/information/10freedesktop/30-keymap-acer.fdi
+++ b/fdi/information/10freedesktop/30-keymap-acer.fdi
-@@ -7,45 +7,65 @@
+@@ -7,43 +7,65 @@
<match key="@input.originating_device:info.linux.driver" string="atkbd">
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" prefix="Acer">
@@ -28,47 +28,48 @@
- <append key="input.keymap.data" type="strlist">e078:fn</append> <!-- Fn key -->
- <append key="input.keymap.data" type="strlist">e079:sync</append> <!-- Launch NTI shadow -->
- <append key="info.capabilities" type="strlist">input.keymap</append>
-+ <match key="/org/freedesktop/Hal/devices/computer:system.formfactor" string="laptop">
-+ <merge key="input.keymap.map" type="bool">true</merge>
-
+-
- <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" prefix="Extensa">
- <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="5210;5220;5610;5620;5720">
- <remove key="input.keymap.data" type="strlist">e06e:brightnessup</remove>
-- <append key="input.keymap.data" type="strlist">e06e:lock</append> <!-- Windows Lock function -->
+- <append key="input.keymap.data" type="strlist">e06e:lock</append> <!-- Windows Lock function -->
- </match>
- </match>
- <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" prefix="TravelMate">
- <!-- TravelMate C300 -->
- <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="C300">
-- <append key="input.keymap.data" type="strlist">0x67:f22</append> <!-- FIXME: rotate screen -->
-- <append key="input.keymap.data" type="strlist">0x68:up</append>
-- <append key="input.keymap.data" type="strlist">0x69:down</append>
-- <append key="input.keymap.data" type="strlist">0x6b:fn</append>
+- <append key="input.keymap.data" type="strlist">0x67:f22</append> <!-- FIXME: rotate screen -->
+- <append key="input.keymap.data" type="strlist">0x68:up</append>
+- <append key="input.keymap.data" type="strlist">0x69:down</append>
+- <append key="input.keymap.data" type="strlist">0x6b:fn</append>
- <append key="input.keymap.data" type="strlist">0x6c:f23</append> <!-- FIXME: lock tablet device/buttons-->
-+ <!-- If you need no mapping, add your machine here and set input.keymap.map=false -->
+
-+ <match key="input.keymap.map" bool="true">
-+ <!-- add machine with special mappings here -->
++ <match key="/org/freedesktop/Hal/devices/computer:system.formfactor" string="laptop">
++ <merge key="input.keymap.map" type="bool">true</merge>
++ <!-- If you need no mapping, add your machine here and set input.keymap.map=false -->
++
++ <match key="input.keymap.map" bool="true">
++ <!-- add machine with special mappings here -->
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" prefix="TravelMate">
+ <!-- TravelMate C300 -->
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="C300">
-+ <append key="input.keymap.data" type="strlist">0x67:f22</append> <!-- FIXME: rotate screen -->
-+ <append key="input.keymap.data" type="strlist">0x68:up</append>
-+ <append key="input.keymap.data" type="strlist">0x69:down</append>
-+ <append key="input.keymap.data" type="strlist">0x6b:fn</append>
++ <append key="input.keymap.data" type="strlist">0x67:f22</append> <!-- FIXME: rotate screen -->
++ <append key="input.keymap.data" type="strlist">0x68:up</append>
++ <append key="input.keymap.data" type="strlist">0x69:down</append>
++ <append key="input.keymap.data" type="strlist">0x6b:fn</append>
+ <append key="input.keymap.data" type="strlist">0x6c:f23</append> <!-- FIXME: lock tablet device/buttons-->
-+ <append key="info.capabilities" type="strlist">input.keymap</append>
++ <append key="info.capabilities" type="strlist">input.keymap</append>
+ </match>
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains=" 660">
-+ <append key="input.keymap.data" type="strlist">e042:help</append> <!-- Fn+F1 Hotkey help -->
-+ <append key="input.keymap.data" type="strlist">e04b:setup</append> <!-- Fn+F2 Acer eSettings -->
-+ <append key="input.keymap.data" type="strlist">e04c:battery</append> <!-- Fn+F3 Power Management -->
-+ <append key="info.capabilities" type="strlist">input.keymap</append>
++ <append key="input.keymap.data" type="strlist">e042:help</append> <!-- Fn+F1 Hotkey help -->
++ <append key="input.keymap.data" type="strlist">e04b:setup</append> <!-- Fn+F2 Acer eSettings -->
++ <append key="input.keymap.data" type="strlist">e04c:battery</append> <!-- Fn+F3 Power Management -->
++ <append key="info.capabilities" type="strlist">input.keymap</append>
+ </match>
+ </match>
+
-+ <!-- now the generic mapping -->
-+ <match key="input.keymap.data" exists="false">
++ <!-- now the generic mapping -->
++ <match key="input.keymap.data" exists="false">
+ <append key="input.keymap.data" type="strlist">e025:help</append> <!-- Fn+F1 Hotkey help -->
+ <append key="input.keymap.data" type="strlist">e026:setup</append> <!-- Fn+F2 Acer eSettings -->
+ <append key="input.keymap.data" type="strlist">e027:battery</append> <!-- Fn+F3 Power Management -->
@@ -95,13 +96,12 @@
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" prefix="Extensa">
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="5210;5220;5610;5620;5720">
+ <remove key="input.keymap.data" type="strlist">e06e:brightnessup</remove>
-+ <append key="input.keymap.data" type="strlist">e06e:lock</append> <!-- Windows Lock function -->
++ <append key="input.keymap.data" type="strlist">e06e:lock</append> <!-- Windows Lock function -->
+ </match>
+ </match>
++
+ </match>
++
</match>
-- </match>
-+ </match>
+ </match>
</match>
- </match>
- </device>
++++++ hal-info-20080716.tar.bz2 -> hal-info-20080828.tar.bz2 ++++++
++++ 6103 lines of diff (skipped)
++++++ rc.hal ++++++
--- hal/rc.hal 2008-08-23 16:14:29.000000000 +0200
+++ hal/rc.hal 2008-08-28 13:11:57.000000000 +0200
@@ -29,7 +29,7 @@
# Parameters (startup)
HALDAEMON_PARA="--daemon=yes";
-HALDAEMON_PIDDIR="/var/run/hal";
+HALDAEMON_PIDDIR="/var/run/hald";
HALDAEMON_PID=$HALDAEMON_PIDDIR/haldaemon.pid;
DBUSDAEMON_PID=/var/run/dbus/pid;
CPUFREQ_SYSFS_PATH="/sys/devices/system/cpu/cpu0/cpufreq"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-system-monitor
checked in at Sat Aug 30 00:28:03 CEST 2008.
--------
--- GNOME/gnome-system-monitor/gnome-system-monitor.changes 2008-08-05 00:59:20.000000000 +0200
+++ gnome-system-monitor/gnome-system-monitor.changes 2008-08-26 02:31:13.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 26 23:25:58 CEST 2008 - mboman(a)novell.com
+
+- Update to version 2.23.90:
+ + Fixed truncated process names.
+
+-------------------------------------------------------------------
Old:
----
gnome-system-monitor-2.23.6.tar.bz2
New:
----
gnome-system-monitor-2.23.90.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-system-monitor.spec ++++++
--- /var/tmp/diff_new_pack.R14800/_old 2008-08-30 00:26:50.000000000 +0200
+++ /var/tmp/diff_new_pack.R14800/_new 2008-08-30 00:26:50.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-system-monitor (Version 2.23.6)
+# spec file for package gnome-system-monitor (Version 2.23.90)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,7 +22,7 @@
BuildRequires: docbook-xsl-stylesheets fdupes gcc-c++ gconf2-devel glib2-devel gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-vfs2-devel gtk2-devel gtkmm2-devel intltool libglade2-devel libgnomeui-devel libgtop-devel librsvg-devel libwnck-devel libxml2-devel perl-XML-Parser scrollkeeper update-desktop-files
License: GPL v2 or later
Group: System/GUI/GNOME
-Version: 2.23.6
+Version: 2.23.90
Release: 1
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.20/%{name}-%{v…
Url: http://www.gnome.org
@@ -85,6 +85,9 @@
%files lang -f %{name}.lang
%changelog
+* Wed Aug 27 2008 mboman(a)novell.com
+- Update to version 2.23.90:
+ + Fixed truncated process names.
* Wed Aug 06 2008 captain.magnus(a)opensuse.org
- Update to version 2.23.6:
+ Don't segfault in the disk list when icon cannot be retried from gvfs.
++++++ gnome-system-monitor-2.23.6.tar.bz2 -> gnome-system-monitor-2.23.90.tar.bz2 ++++++
++++ 6958 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-session
checked in at Sat Aug 30 00:26:41 CEST 2008.
--------
--- GNOME/gnome-session/gnome-session.changes 2008-08-11 20:02:05.000000000 +0200
+++ gnome-session/gnome-session.changes 2008-08-21 14:57:43.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Aug 21 14:51:09 CEST 2008 - vuntz(a)novell.com
+
+- Update to version 2.23.90:
+ + Remove inhibitors for the client when it disconnects
+ + Add log/debugging framework
+ + Add signal handling framework
+ + Add support for stopping/killing apps
+ + Add command line option to override autostart dirs (used by
+ GDM)
+ + Improve QES,ES,CES error handling
+ + Remove gnome-login-sound (replaced by libcanberra-login-sound)
+ + Rework the capplet dialogs to use gobject.
+ + Make gnome-session-save tool use D-Bus API
+ + Fixed bgo#521413, Fixes for sparse warnings in gnome-session
+ + Fixed bgo#546410, splash no longer disappear
+ + Fixed bgo#546439, missing include for pid_t
+ + Fixed bgo#546722, Need bump dbus-glib dependency to 0.76
+ + Fixed bgo#546896, crash wen passing null strings to
+ key_file_set_locale_string()
+ + Fixed bgo#547069, [patch] Logout by sending XSMP
+ SaveYourselfRequest is broken
+ + Fixed bgo#547443, crashes on desktop parsing errors
+ + Fixed bgo#547619, gnome-session 2.23.6 doesn't compile on
+ Solaris
+ + Fixed bgo#547769, part of gnome-wm potentially can break
+ + Fixed bgo#548129, gnome-session-properties doesn't create
+ ~/.config/autostart
+ + Fixed bgo#548259, g-s thinks that metacity is 'not responding'
+ if it was --replace'd
+ + Updated translations.
+- Add gnome-session-launch-dbus.patch to make sure that dbus is
+ running (bgo#546863).
+
+-------------------------------------------------------------------
Old:
----
gnome-session-2.23.6.tar.bz2
New:
----
gnome-session-2.23.90.tar.bz2
gnome-session-launch-dbus.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.k10541/_old 2008-08-30 00:24:19.000000000 +0200
+++ /var/tmp/diff_new_pack.k10541/_new 2008-08-30 00:24:19.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-session (Version 2.23.6)
+# spec file for package gnome-session (Version 2.23.90)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,7 +22,7 @@
BuildRequires: control-center2-devel fdupes gnome-common gnome-desktop-devel gnome-keyring-devel gnome-patch-translation gnome-settings-daemon-devel hicolor-icon-theme intltool libglade2-devel libgnomekbd libnotify-devel perl-XML-Parser tcpd-devel update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
-Version: 2.23.6
+Version: 2.23.90
Release: 1
Summary: Session Tools for the GNOME 2.x Desktop
Url: http://www.gnome.org
@@ -50,6 +50,8 @@
Patch4: gnome-session-gnome-wm-compiz-manager.patch
#PATCH-FIX-OPENSUSE gnome-session-bnc389137-splash-layout.patch bnc389137 vuntz(a)novell.com -- Improve layout with our splash screen.
Patch5: gnome-session-bnc389137-splash-layout.patch
+#PATCH-FIX-UPSTREAM gnome-session-launch-dbus.patch bgo546863 vuntz(a)novell.com -- Launch dbus if it's not already running
+Patch6: gnome-session-launch-dbus.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: control-center2
Obsoletes: gnome-core
@@ -112,6 +114,7 @@
# %patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6
#gnome-patch-translation-update
%build
@@ -159,7 +162,6 @@
%dir %{_libdir}/gnome-session
%dir %{_libdir}/gnome-session/helpers
%dir %{_datadir}/gnome-session
-%dir %{_datadir}/gnome/shutdown
%{_bindir}/*
%{_datadir}/applications/session-properties.desktop
%{_datadir}/xsessions/*.desktop
@@ -167,7 +169,6 @@
%{_datadir}/gnome/autostart/*
%{_datadir}/gnome-session/*.glade
%{_libdir}/gnome-session/helpers/*
-%{_datadir}/gnome/shutdown/*
%dir %{_datadir}/pixmaps/splash
%if %suse_version <= 1020
%dir %{_datadir}/xsessions
@@ -182,6 +183,37 @@
%files lang -f %{name}-2.0.lang
%changelog
+* Thu Aug 21 2008 vuntz(a)novell.com
+- Update to version 2.23.90:
+ + Remove inhibitors for the client when it disconnects
+ + Add log/debugging framework
+ + Add signal handling framework
+ + Add support for stopping/killing apps
+ + Add command line option to override autostart dirs (used by
+ GDM)
+ + Improve QES,ES,CES error handling
+ + Remove gnome-login-sound (replaced by libcanberra-login-sound)
+ + Rework the capplet dialogs to use gobject.
+ + Make gnome-session-save tool use D-Bus API
+ + Fixed bgo#521413, Fixes for sparse warnings in gnome-session
+ + Fixed bgo#546410, splash no longer disappear
+ + Fixed bgo#546439, missing include for pid_t
+ + Fixed bgo#546722, Need bump dbus-glib dependency to 0.76
+ + Fixed bgo#546896, crash wen passing null strings to
+ key_file_set_locale_string()
+ + Fixed bgo#547069, [patch] Logout by sending XSMP
+ SaveYourselfRequest is broken
+ + Fixed bgo#547443, crashes on desktop parsing errors
+ + Fixed bgo#547619, gnome-session 2.23.6 doesn't compile on
+ Solaris
+ + Fixed bgo#547769, part of gnome-wm potentially can break
+ + Fixed bgo#548129, gnome-session-properties doesn't create
+ ~/.config/autostart
+ + Fixed bgo#548259, g-s thinks that metacity is 'not responding'
+ if it was --replace'd
+ + Updated translations.
+- Add gnome-session-launch-dbus.patch to make sure that dbus is
+ running (bgo#546863).
* Mon Aug 11 2008 maw(a)suse.de
- Update to version 2.23.6:
+ This release merges the D-Bus based branch in GNOME SVN into
@@ -248,7 +280,7 @@
* Tue Jun 03 2008 rodrigo(a)suse.de
- Export SDL_AUDIODRIVER=pulse in gnome startup script to have
SDL applications use PulseAudio when in GNOME (bnc#394721)
-* Fri May 23 2008 sreeves(a)suse.de
+* Sat May 24 2008 sreeves(a)suse.de
- Update the "gnome" script to not start gpk-update-icon on live install
BNC #390658
* Mon May 19 2008 sbrabec(a)suse.cz
@@ -285,7 +317,7 @@
performance issue when launching new apps in GNOME on a default
beta1 install -- extreme slowness can happen depending on the
network setup. Fix bnc#385150, patch by Michael Meeks.
-* Tue Apr 29 2008 vuntz(a)suse.de
+* Wed Apr 30 2008 vuntz(a)suse.de
- Actually copy the right live-installer.desktop (instead of a
non-existing file) in gnome script so the installer icon appears
on the desktop.
@@ -320,7 +352,7 @@
+ Updated translations
* Mon Mar 10 2008 sbrabec(a)suse.cz
- Require bug-buddy and its bi-arch counterpart (bnc#354164).
-* Tue Mar 04 2008 maw(a)suse.de
+* Wed Mar 05 2008 maw(a)suse.de
- Update to version 2.21.92:
+ Require recent versions of gnome-keyring
+ Correctly handle the env. variables given by gnome-keyring to
@@ -343,7 +375,7 @@
- Remove gnome-session-splash-screen.diff its obsoleted by bgo116814
(originally bnc5780)
- Remove handling of SUSE Linux 10.0 in the spec, its EOL
-* Wed Jan 30 2008 maw(a)suse.de
+* Thu Jan 31 2008 maw(a)suse.de
- Update to version 2.21.90:
+ Set orientation with randr too (Luca Cavalli)
+ Fix warnings and plug leaks
@@ -353,7 +385,7 @@
+ Change capplet title
+ HIG fixes in the capplet
+ Updated translations.
-* Thu Nov 08 2007 hpj(a)suse.de
+* Fri Nov 09 2007 hpj(a)suse.de
- Rename gnome-session-main-init.patch to
gnome-session-2.20.0-safe-a11y-startup.patch, and change it so
a11y is started up before the user session, but still after
@@ -367,15 +399,15 @@
- Updated gnome script to detect live install user and create
desktop entires in the ~/.config/autostart directory to disable
beagle and opensuse-updater applets. Bug #326801
-* Wed Sep 19 2007 cgaisford(a)novell.com
+* Thu Sep 20 2007 cgaisford(a)novell.com
- Updated gnome script to create live install desktop file if the
system is booted into a live install configuration. Also depends
on an update to the gnome2-SuSE package which contains the desktop
file. Bug #310543
-* Tue Sep 18 2007 mauro(a)suse.de
+* Wed Sep 19 2007 mauro(a)suse.de
- Update to version 2.20.0
+ Updated translations
-* Fri Sep 14 2007 cgaisford(a)novell.com
+* Sat Sep 15 2007 cgaisford(a)novell.com
- Modified the gnome script to copy the SuSE.desktop file to the
desktop which points to the greeter app #300773
* Thu Sep 13 2007 jpr(a)suse.de
@@ -389,10 +421,10 @@
- Update to versino 2.19.92:
+ Fix compiz support in gnome-wm
+ Updated translations.
-* Fri Sep 07 2007 lewing(a)suse.de
+* Sat Sep 08 2007 lewing(a)suse.de
- Copy GnomeOnlineHelp.desktop to ~/Desktop the first time 10.3
runs. Part of bnc #300773
-* Thu Sep 06 2007 cgaisford(a)novell.com
+* Fri Sep 07 2007 cgaisford(a)novell.com
- Created a patch to fix login and logout sounds in gnome-session
Novell bug 294396 and bugzilla.gnome.org #466458
* Tue Sep 04 2007 maw(a)suse.de
@@ -402,7 +434,7 @@
* Fri Aug 31 2007 maw(a)suse.de
- Update to version 2.19.90:
+ Updated translations.
-* Tue Aug 28 2007 cgaisford(a)novell.com
+* Wed Aug 29 2007 cgaisford(a)novell.com
- Further testing showed that the a11y needs to be done much lower
in the loop so I've moved it down right before the gtk-main
* Mon Aug 27 2007 cgaisford(a)novell.com
@@ -414,13 +446,13 @@
if they are not available. Fix for Novell Bug 238299
- Included patch to fix up load time that is pending review
upstream. I'll add it to the spec file once approved
-* Tue Aug 07 2007 maw(a)suse.de
+* Wed Aug 08 2007 maw(a)suse.de
- Use %%fdupes
- Split off a -lang subpackage.
-* Fri Aug 03 2007 dreveman(a)suse.de
+* Sat Aug 04 2007 dreveman(a)suse.de
- Update for compiz 0.5.2, which need glib plugin to be loaded
before gconf plugin.
-* Thu Aug 02 2007 cgaisford(a)suse.de
+* Fri Aug 03 2007 cgaisford(a)suse.de
- Fixed up the tile-ui patch to work with the new gnome
* Thu Aug 02 2007 maw(a)suse.de
- Update to version 2.19.6:
@@ -526,7 +558,7 @@
* Yang Zhang (zh_CN)
* Wed Apr 04 2007 sbrabec(a)suse.cz
- Session start script (gnome) cleanup (#254439).
-* Tue Apr 03 2007 jhargadon(a)suse.de
+* Wed Apr 04 2007 jhargadon(a)suse.de
- specfile cleanup (#255906)
* Mon Mar 19 2007 jpr(a)suse.de
- Update to 2.18.0
@@ -540,7 +572,7 @@
* Translations
* Wed Mar 14 2007 sbrabec(a)suse.cz
- Fixed at-spi-registryd path (#254403).
-* Thu Mar 08 2007 maw(a)suse.de
+* Fri Mar 09 2007 maw(a)suse.de
- Update to version 2.17.91.
Session Properties Dialog
* Update categories in the .desktop file for the new control center
@@ -611,19 +643,19 @@
* Use Program instead of Command in the capplet (Tom Tromey)
* Fri Mar 02 2007 sbrabec(a)suse.cz
- Do not own /usr/share/xsessions (#229172).
-* Mon Feb 12 2007 cgaisford(a)novell.com
+* Tue Feb 13 2007 cgaisford(a)novell.com
- updated the UI from changes make in SLED.
-* Sun Jan 07 2007 sbrabec(a)suse.cz
+* Mon Jan 08 2007 sbrabec(a)suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
-* Fri Dec 22 2006 federico(a)novell.com
+* Sat Dec 23 2006 federico(a)novell.com
- Removed the part of /usr/bin/gnome that overwrites the
/desktop/gnome/font_rendering/dpi setting in GConf upon the user's
first login. With an updated control-center2 package,
gnome-settings-daemon will take care of figuring out the right DPI
value. Fixes the gnome-session part of
https://bugzilla.novell.com/show_bug.cgi?id=217790.
-* Sat Oct 14 2006 danw(a)suse.de
+* Sun Oct 15 2006 danw(a)suse.de
- Remove dead patches
- Update and re-enable gnome-session-remove-dns-warning.patch
* Fri Oct 13 2006 dreveman(a)suse.de
@@ -641,7 +673,7 @@
- update to version 2.16.0
- Updated splash screen
- translation updates
-* Wed Aug 30 2006 jhargadon(a)suse.de
+* Thu Aug 31 2006 jhargadon(a)suse.de
- update to version 2.15.92
- Fix crash caused by debug output on Solaris
- translation updates
@@ -660,27 +692,27 @@
- Fix edition of startup programs containing a space in a command line
argument
- Add gnome-keyring dependency
-* Tue Aug 01 2006 danw(a)suse.de
+* Wed Aug 02 2006 danw(a)suse.de
- If the session explicitly specifies metacity or compiz, but
the "wrong" X server for that wm is running, switch back to
gnome-wm. #180506
* Fri Jun 16 2006 danw(a)suse.de
- Pass --replace to compiz and gnome-window-decorator in case the
copies run by gdm don't exit properly. #185296
-* Mon Jun 12 2006 rodrigo(a)suse.de
+* Tue Jun 13 2006 rodrigo(a)suse.de
- Added patch to create ~/.config/autostart before starting the
migration from previous versions (#169509)
* Fri Jun 02 2006 gekker(a)suse.de
- Fix pager on upgrade (#181264)
-* Wed May 31 2006 jpr(a)suse.de
+* Thu Jun 01 2006 jpr(a)suse.de
- Don't run the migration script for new users (#179332)
-* Wed May 24 2006 joeshaw(a)suse.de
+* Thu May 25 2006 joeshaw(a)suse.de
- Fix the gnome script to not break when setting the background on
multihead setups. Patch from Erik Jacobsen. (bnc #178388)
* Sun May 21 2006 jpr(a)suse.de
- Reset the user's UI if upgrading from NLD9/SLES9 to SLED10, leave ui
for SLES10 upgrades (#174123)
-* Fri May 12 2006 hpj(a)suse.de
+* Sat May 13 2006 hpj(a)suse.de
- Update keyring unlockage patch to try both CASA's
Gnome_Keyring_Default and Desktop passwords. Part of fix for
Novell bug #174093.
@@ -691,7 +723,7 @@
- Update gnome-wm to pick metacity or compiz based on whether it's
actually running under Xgl or not, regardless of what
/etc/sysconfig/displaymanager says. Fixes Xnest logins. #170839.
-* Tue May 02 2006 joeshaw(a)suse.de
+* Wed May 03 2006 joeshaw(a)suse.de
- Don't write out a font using raw XML to the gconf database,
that's wrong and evil. Instead, try to set the desktop's DPI
value using gconftool-2. (bnc #171096)
@@ -704,14 +736,14 @@
* Thu Apr 13 2006 sbrabec(a)suse.cz
- Call %%suse_update_desktop_file.
- Use new control-center Categories instead of old ones.
-* Fri Apr 07 2006 danw(a)suse.de
+* Sat Apr 08 2006 danw(a)suse.de
- Patch gnome-wm to prefer compiz when Xgl is running
* Wed Apr 05 2006 hpj(a)suse.de
- Fix keyring unlock patch to use g_strlcpy() correctly again.
Fixes bug #159593 together with a CASA fix.
* Fri Mar 31 2006 rodrigo(a)suse.de
- Added missing "/" for /etc/xdg/autostart searching (#161322)
-* Mon Mar 27 2006 jpr(a)suse.de
+* Tue Mar 28 2006 jpr(a)suse.de
- Handle only shipping 2 sizes of backgrounds
* Tue Mar 21 2006 rodrigo(a)suse.de
- Added support for /etc/xdg/autostart directory, so that
@@ -728,7 +760,7 @@
- Removed gnome-session-default-applications.patch, all needed
applications are now started, if installed, via the autostart
mechanism.
-* Mon Mar 06 2006 rodrigo(a)suse.de
+* Tue Mar 07 2006 rodrigo(a)suse.de
- Fixed support for multiple system autostart directories.
- Disable GUI operations for system-wide files (#154755).
* Thu Mar 02 2006 rodrigo(a)suse.de
@@ -736,7 +768,7 @@
- Use g_strlcpy instead of strcpy when copying passwords.
* Wed Feb 22 2006 rodrigo(a)suse.de
- Added gnome-session-gsd-early-start.patch that fixes #150256.
-* Thu Feb 16 2006 rodrigo(a)suse.de
+* Fri Feb 17 2006 rodrigo(a)suse.de
- Don't try to remove non-existing files (#145870)
* Thu Feb 16 2006 rodrigo(a)suse.de
- Updated gnome-session-suspend-patch to make suspend work as
@@ -749,7 +781,7 @@
- Remove the beagled invocation from the /usr/X11R6/bin/gnome
shell script; it gets invoked through the new autostart
mechanism now. (bnc #150041)
-* Wed Feb 08 2006 rodrigo(a)suse.de
+* Thu Feb 09 2006 rodrigo(a)suse.de
- Updated gnome-session-suspend.patch to not exit the X session
when suspend is selected on the logout dialog (117491)
* Wed Feb 08 2006 joeshaw(a)suse.de
@@ -762,10 +794,10 @@
* Mon Feb 06 2006 hpj(a)suse.de
- Fixed gnome-keyring-unlock patch to give correct soname for
casa.
-* Sun Feb 05 2006 hpj(a)suse.de
+* Mon Feb 06 2006 hpj(a)suse.de
- Updated gnome-keyring-unlock patch with dlopen hack from CASA
team. I have no idea why this is required.
-* Sun Feb 05 2006 ro(a)suse.de
+* Mon Feb 06 2006 ro(a)suse.de
- make it build on x86_64 (adding libdir to CASA unlock patch)
* Fri Feb 03 2006 rodrigo(a)suse.de
- Added gnome-session-rdesktop.diff, that fixes hang on login when
@@ -778,7 +810,7 @@
* Sat Jan 28 2006 hpj(a)suse.de
- Added patch to unlock default GNOME keyring using the CASA
password, optionally creating it if it doesn't exist.
-* Thu Jan 26 2006 hpj(a)suse.de
+* Fri Jan 27 2006 hpj(a)suse.de
- Set the ICEAUTHORITY env var so programs running as root can
get to the cookies. Eliminates hangs on logout.
* Wed Jan 25 2006 mls(a)suse.de
@@ -800,7 +832,7 @@
- Updated autostart patch that includes code to migrate from the
old ~/.gnome2/session-manual to the .desktop file-based thing
in the user's home directory.
-* Sat Jan 07 2006 dreveman(a)suse.de
+* Sun Jan 08 2006 dreveman(a)suse.de
- Improved logout effect patch
* Thu Jan 05 2006 rodrigo(a)suse.de
- Small fix to previous patch to avoid crash.
@@ -866,9 +898,9 @@
- Update splash for 10.0
* Tue Aug 09 2005 rodrigo(a)suse.de
- Update to 2.11.91, which includes fix for #102652
-* Fri Aug 05 2005 gekker(a)suse.de
+* Sat Aug 06 2005 gekker(a)suse.de
- Start gnome-volume-manager with session
-* Wed Aug 03 2005 gekker(a)suse.de
+* Thu Aug 04 2005 gekker(a)suse.de
- Start beagle by default, disable with ~/.dontrunbeagle
* Tue Aug 02 2005 gekker(a)suse.de
- Update to 2.11.90
@@ -887,7 +919,7 @@
- Don't run beagle unless ~/.runbeagle exists (#74029)
* Sat Mar 19 2005 jody(a)suse.de
- Enable suspend if it is available. (#73000)
-* Thu Mar 17 2005 clahey(a)suse.de
+* Fri Mar 18 2005 clahey(a)suse.de
- Patch fixes freeze on login.
* Wed Mar 16 2005 sbrabec(a)suse.cz
- Fixed gnome-session-desktop-file.patch (#73047).
@@ -898,7 +930,7 @@
* Mon Mar 07 2005 gekker(a)suse.de
- mv suseplugger to default-apps patch
- launch netapplet, resapplet, and best on startup
-* Fri Feb 25 2005 gekker(a)suse.de
+* Sat Feb 26 2005 gekker(a)suse.de
- Add launch wrapper to launch beagled if installed in file gnome
* Wed Feb 09 2005 sbrabec(a)suse.cz
- Added session desktop file.
@@ -929,7 +961,7 @@
* Fri Sep 10 2004 hhetter(a)suse.de
- run use_default_session again to make the 9.2 distribution
wallpapers accessible
-* Thu Sep 09 2004 federico(a)ximian.com
+* Fri Sep 10 2004 federico(a)ximian.com
- Added gnome-session-remove-purge-timeout.diff, to fix
http://bugzilla.gnome.org/show_bug.cgi?id=151664
- Changed gnome-session-suseplugger.patch to run suseplugger with
@@ -944,22 +976,22 @@
- Fixes bug #61567
kdm shows 'Reboot' and 'Shutdown' options at the time
of logout.
-* Thu Aug 05 2004 clahey(a)suse.de
+* Fri Aug 06 2004 clahey(a)suse.de
- Added gnome-session-remove-dns-warning.patch from Federico.
* Fri Jul 16 2004 shprasad(a)suse.de
- Fixes bug #59918
Hides the splash-screen once the difault setting gets loaded.
* Thu Jul 08 2004 sbrabec(a)suse.cz
- Added DESKTOP_LAUNCH patch from Jan Holesovsky.
-* Fri Jun 18 2004 dave(a)suse.de
+* Sat Jun 19 2004 dave(a)suse.de
- Don't set the wallpaper or font in the gnome startup script.
-* Fri Jun 11 2004 clahey(a)suse.de
+* Sat Jun 12 2004 clahey(a)suse.de
- Added gnome-session-use-gdmctl.patch.
-* Thu Jun 03 2004 clahey(a)suse.de
+* Fri Jun 04 2004 clahey(a)suse.de
- Switch to Novell session splash screen.
-* Wed Jun 02 2004 mibarra(a)suse.de
+* Thu Jun 03 2004 mibarra(a)suse.de
- Make GNOME use suseplugger
-* Tue May 11 2004 clahey(a)suse.de
+* Wed May 12 2004 clahey(a)suse.de
- Added gnome-session-2.0.5-dithering.patch to use MAX dithering.
- Added gnome-session-desktop-file.patch to make gnome-session show
up in control-center.
@@ -1018,7 +1050,7 @@
- Removed distribution desktop files.
* Wed May 28 2003 sbrabec(a)suse.cz
- Compress manpages.
-* Tue May 27 2003 ro(a)suse.de
+* Wed May 28 2003 ro(a)suse.de
- added manpages to filelist
* Tue Mar 18 2003 sbrabec(a)suse.cz
- Variables already set in profile files removed from session startup
@@ -1055,7 +1087,7 @@
- Added libjpeg to neededforbuild.
* Thu Nov 28 2002 hhetter(a)suse.de
- updated to version 2.0.9 [GNOME 2.0.3]
-* Mon Nov 11 2002 ro(a)suse.de
+* Tue Nov 12 2002 ro(a)suse.de
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Wed Nov 06 2002 hhetter(a)suse.de
- use correct kde-datadir
@@ -1105,7 +1137,7 @@
* Thu Jun 20 2002 hhetter(a)suse.de
- updated to version 2.0.1
- don't install schemas while make install
-* Sun Jun 16 2002 ro(a)suse.de
+* Mon Jun 17 2002 ro(a)suse.de
- use libpng-devel-packages in neededforbuild
* Fri Jun 14 2002 hhetter(a)suse.de
- provide schema file
++++++ gnome-session-2.23.6.tar.bz2 -> gnome-session-2.23.90.tar.bz2 ++++++
++++ 24050 lines of diff (skipped)
++++++ gnome-session-launch-dbus.patch ++++++
Index: gnome-session/main.c
===================================================================
--- gnome-session/main.c (révision 4982)
+++ gnome-session/main.c (copie de travail)
@@ -25,6 +25,8 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
+#include <errno.h>
#include <glib/gi18n.h>
#include <glib/goption.h>
@@ -390,6 +392,42 @@ signal_cb (int signo,
return ret;
}
+static gboolean
+require_dbus_session (int argc, char **argv, GError **error)
+{
+ int i;
+ char **new_argv;
+
+ if (g_getenv ("DBUS_SESSION_BUS_ADDRESS"))
+ return TRUE;
+
+ /* Just a sanity check to prevent infinite recursion if
+ * dbus-launch fails to set DBUS_SESSION_BUS_ADDRESS
+ */
+ g_return_val_if_fail (!g_str_has_prefix (argv[0], "dbus-launch"), TRUE);
+
+ /* +2 for our new arguments, +1 for NULL */
+ new_argv = g_malloc (argc+3 * sizeof (*argv));
+
+ new_argv[0] = "dbus-launch";
+ new_argv[1] = "--exit-with-session";
+ new_argv[2] = argv[0];
+ for (i = 1; i < argc-1; i++)
+ new_argv[i+2] = argv[i];
+ new_argv[i+2] = NULL;
+
+ if (!execvp ("dbus-launch", new_argv)) {
+ g_set_error (error,
+ G_SPAWN_ERROR,
+ G_SPAWN_ERROR_FAILED,
+ "No session bus and could not exec dbus-launch: %s",
+ g_strerror (errno));
+ return FALSE;
+ }
+ /* Should not be reached */
+ return TRUE;
+}
+
int
main (int argc, char **argv)
{
@@ -401,6 +439,13 @@ main (int argc, char **argv)
GsmXsmpServer *xsmp_server;
GdmSignalHandler *signal_handler;
+ /* Ensure that we have a session bus:
+ * http://bugzilla.gnome.org/show_bug.cgi?id=546863
+ */
+ if (!require_dbus_session (argc, argv, &error)) {
+ gsm_util_init_error (TRUE, "%s", error->message);
+ }
+
bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-panel
checked in at Sat Aug 30 00:23:09 CEST 2008.
--------
--- GNOME/gnome-panel/gnome-panel.changes 2008-08-01 22:07:03.000000000 +0200
+++ gnome-panel/gnome-panel.changes 2008-08-29 18:31:14.000000000 +0200
@@ -1,0 +2,35 @@
+Fri Aug 29 18:15:03 CEST 2008 - maw(a)suse.de
+
+- Update to version 2.23.90.1:
+ + Panel
+ * Some code reorganization/cleanup
+ * Make it easier to use D-Bus services that the panel is
+ interested in
+ * Use the gnome-session D-Bus API to log out/shut down
+ * Update some icon names, including changing the bookmark
+ icon name according to latest the gnome-icon-theme
+ * Fix some gconf values in the default layout
+ * Make logout work (updated to latest gnome-session API)
+ + Clock Applet:
+ * When opening the "set time" window, also set the day on the
+ calendar so that the user doesn't accidently set a time in
+ the past
+ * Show groupwise and exchange appointments in the calendar
+ * Load calendars asynchronously
+ * Use the right color for tasks and appointments
+ * Use new GWeatherLocationEntry and GWeatherTimezoneMenu
+ widgets to select location/timezone
+ * Do not show lock/logout/shutdown in the menus if those items
+ are locked down
+ * Fix cosmetic issue when opening the menu where launchers or
+ applets got the focus drawn
+ * Change behavior of struts for auto-hiding panels: the strut
+ is live updated and matches what is shown of the panel; this
+ means the size of a fullscreen window changes when the panel
+ is hidden/unhidden
+ * Ensure 12 hour clock format doesn't appear as 24 hour format
+ initially
+ + Updated translations
+- Drop gnome-panel-dumb-build-fix.patch.
+
+-------------------------------------------------------------------
Old:
----
gnome-panel-2.23.3.tar.bz2
gnome-panel-dumb-build-fix.patch
New:
----
gnome-panel-2.23.90.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-panel.spec ++++++
--- /var/tmp/diff_new_pack.un2787/_old 2008-08-30 00:18:53.000000000 +0200
+++ /var/tmp/diff_new_pack.un2787/_new 2008-08-30 00:18:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-panel (Version 2.23.3)
+# spec file for package gnome-panel (Version 2.23.90.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,11 +19,30 @@
Name: gnome-panel
-BuildRequires: NetworkManager-devel PolicyKit-devel PolicyKit-gnome-devel dbus-1-devel evolution-data-server-devel fdupes gnome-common gnome-desktop-devel gnome-doc-utils-devel gnome-menus-devel gnome-patch-translation gtk-doc intltool libgweather-devel libidl-devel librsvg-devel libwnck-devel licenses perl-XML-Parser scrollkeeper
+BuildRequires: NetworkManager-devel
+BuildRequires: PolicyKit-devel
+BuildRequires: PolicyKit-gnome-devel
+BuildRequires: dbus-1-devel
+BuildRequires: evolution-data-server-devel
+BuildRequires: fdupes
+BuildRequires: gnome-common
+BuildRequires: gnome-desktop-devel
+BuildRequires: gnome-doc-utils-devel
+BuildRequires: gnome-menus-devel
+BuildRequires: gnome-patch-translation
+BuildRequires: gtk-doc
+BuildRequires: intltool
+BuildRequires: libgweather-devel
+BuildRequires: libidl-devel
+BuildRequires: librsvg-devel
+BuildRequires: libwnck-devel
+BuildRequires: licenses
+BuildRequires: perl-XML-Parser
+BuildRequires: scrollkeeper
License: LGPL v2.1 or later
Group: System/GUI/GNOME
-Version: 2.23.3
-Release: 33
+Version: 2.23.90.1
+Release: 1
Summary: The GNOME 2.x Desktop Panel
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-panel/2.22/%{name}-%{version}.t…
Url: http://www.gnome.org
@@ -35,7 +54,7 @@
Requires: timezone
# PATCH-FEATURE-UPSTREAM gnome-panel-disable-movement.patch -- vuntz: we want this upstream in some way, but I (as upstream) disagree with the way it's done so I'm not forwarding it for now.
Patch10: gnome-panel-disable-movement.patch
-# PATCH-FIX-UPSTREAM gnome-panel-recent-check-exists.patch -- Show an error when clicking on a recent item that doesn't exist anymore
+# PATCH-NEEDS-REBASE gnome-panel-recent-check-exists.patch -- Show an error when clicking on a recent item that doesn't exist anymore (was PATCH-FIX-UPSTREAM)
Patch25: gnome-panel-recent-check-exists.patch
# PATCH-FIX-UPSTREAM gnome-panel-beagle-search.patch bgo336726 -- Use nautilus search instead of gnome-search-tool
Patch34: gnome-panel-beagle-search.patch
@@ -51,7 +70,7 @@
# PATCH-FEATURE-SLED gnome-panel-menu-bar-migrate.patch -- Migrate the old menu bar to gnome-main-menu, useful for migrations from NLD9 (or earlier)
Patch48: gnome-panel-menu-bar-migrate.patch
%endif
-# PATCH-FIX-UPSTREAM gnome-panel-run-fixes.patch bnc115576 bgo543604 -- Fix running a command like yast2 when we find the desktop file but the binary is not in $PATH
+# PATCH-NEEDS-REBASE gnome-panel-run-fixes.patch bnc115576 bgo543604 -- Fix running a command like yast2 when we find the desktop file but the binary is not in $PATH (was PATCH-FIX-UPSTREAM)
Patch50: gnome-panel-run-fixes.patch
# PATCH-FEATURE-OPENSUSE gnome-panel-alt-f1-slab.patch -- Open the gnome-main-menu on Alt-F1.
Patch51: gnome-panel-alt-f1-slab.patch
@@ -65,8 +84,6 @@
Patch61: gnome-panel-bnc356242-recently-used-apps-hidden.patch
# PATCH-FIX-OPENSUSE gnome-panel-bnc388089-clock-policykit-allow.patch bnc388089 vuntz(a)novell.com -- Require root password to change the time
Patch63: gnome-panel-bnc388089-clock-policykit-allow.patch
-# PATCH-FIX-UPSTREAM gnome-panel-dumb-build-fix.patch maw(a)novell.com -- already fixed in svn trunk, will go away upon the next release
-Patch64: gnome-panel-dumb-build-fix.patch
Obsoletes: gnome-core
# For upgrade from SLE 10
Provides: gnome-panel-nld > 2.12.3
@@ -250,7 +267,7 @@
%setup -q -n gnome-panel-%{version}
gnome-patch-translation-prepare
%patch10 -p0
-%patch25 -p1
+# %patch25 -p1
%patch34
%patch35 -p1
%if %sles_version > 0
@@ -260,14 +277,13 @@
%if %sles_version > 0
%patch48
%endif
-%patch50
+# %patch50
%patch51 -p1
%patch55
%patch56 -p1
%patch58 -p1
%patch61 -p1
%patch63 -p1
-%patch64
# this is for the gnome-panel-corners.patch
# which has been temporarily removed for reworking
#cd icons
@@ -419,7 +435,39 @@
%{_datadir}/gtk-doc/html/*
%changelog
-* Fri Aug 01 2008 mauro(a)suse.de
+* Fri Aug 29 2008 maw(a)suse.de
+- Update to version 2.23.90.1:
+ + Panel
+ * Some code reorganization/cleanup
+ * Make it easier to use D-Bus services that the panel is
+ interested in
+ * Use the gnome-session D-Bus API to log out/shut down
+ * Update some icon names, including changing the bookmark
+ icon name according to latest the gnome-icon-theme
+ * Fix some gconf values in the default layout
+ * Make logout work (updated to latest gnome-session API)
+ + Clock Applet:
+ * When opening the "set time" window, also set the day on the
+ calendar so that the user doesn't accidently set a time in
+ the past
+ * Show groupwise and exchange appointments in the calendar
+ * Load calendars asynchronously
+ * Use the right color for tasks and appointments
+ * Use new GWeatherLocationEntry and GWeatherTimezoneMenu
+ widgets to select location/timezone
+ * Do not show lock/logout/shutdown in the menus if those items
+ are locked down
+ * Fix cosmetic issue when opening the menu where launchers or
+ applets got the focus drawn
+ * Change behavior of struts for auto-hiding panels: the strut
+ is live updated and matches what is shown of the panel; this
+ means the size of a fullscreen window changes when the panel
+ is hidden/unhidden
+ * Ensure 12 hour clock format doesn't appear as 24 hour format
+ initially
+ + Updated translations
+- Drop gnome-panel-dumb-build-fix.patch.
+* Sat Aug 02 2008 mauro(a)suse.de
- Now gnome-panel requires gnome-panel-lang
+ Bugfix for bnc#412156
* Fri Jul 18 2008 vuntz(a)novell.com
@@ -459,7 +507,7 @@
show desktop files in the recent menu. Fix bug bnc#356242.
- Add gnome-panel-bnc388799-clock-edit-location-focus.patch to fix
initial focus in the Edit location window. Fix bug bnc#388799.
-* Thu May 08 2008 federico(a)novell.com
+* Fri May 09 2008 federico(a)novell.com
- Added gnome-panel-bnc384159-clock-auth-dialog-transient-parent.diff
to fix https://bugzilla.novell.com/show_bug.cgi?id=384159 - the
authentication dialog used during a time/timezone change would
@@ -609,7 +657,7 @@
- Removed gnome-panel-clock-change-date.diff, since we already
specify the tool to change date/time in a configure argument
(bnc#365389)
-* Tue Feb 19 2008 maw(a)suse.de
+* Wed Feb 20 2008 maw(a)suse.de
- Update to version 2.21.91:
+ Fix orientation of panel handles
+ Port the to gio
@@ -659,7 +707,7 @@
- Revert to 2.20.0
- Add gnome-panel-2.20.0-logout-icon-name.patch, taken from
2.20.0.1.
-* Wed Sep 19 2007 maw(a)suse.de
+* Thu Sep 20 2007 maw(a)suse.de
- Update to version 2.20.0.1:
+ Revert usage if new icon name for logout, which breaks some
icon themes.
@@ -672,7 +720,7 @@
* Clock Applet: Don't show the UI to have timezones in the clock
since it's not ready
* Docs and translations update
-* Mon Sep 10 2007 cgaisford(a)novell.com
+* Tue Sep 11 2007 cgaisford(a)novell.com
- Updated spec file and added the --with-clock-time-utility option
to the spec file to make sure the correct path is being used
for the time-utility (regardless of the gconf setting)
@@ -684,7 +732,7 @@
+ Don't show tooltips for app categories in the menu
+ Use new icon name for search
+ Updated translations.
-* Thu Aug 30 2007 maw(a)suse.de
+* Fri Aug 31 2007 maw(a)suse.de
- Update to version 2.19.6:
+ Panel proper: fix tooltops changing on launchers, use new
freedesktop.org power management interface, small fix to
@@ -695,7 +743,7 @@
hard link, solaris compilation fixes, don't mark icons as
translatable, code cleanups
+ Updated translations.
-* Tue Aug 07 2007 maw(a)suse.de
+* Wed Aug 08 2007 maw(a)suse.de
- Split off a -lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
* Wed Aug 01 2007 maw(a)suse.de
@@ -775,7 +823,7 @@
- Use %%fdupes and symlinked license files.
* Sat Jul 14 2007 aj(a)suse.de
- It's really libwnck-devel.
-* Tue Jul 10 2007 maw(a)suse.de
+* Wed Jul 11 2007 maw(a)suse.de
- Update to version 2.19.4
- Requires newer versions of glib and gtk
==============
@@ -928,13 +976,13 @@
[#247450]
* Fri Apr 27 2007 sbrabec(a)suse.cz
- Do not call meinproc (#227624).
-* Wed Apr 11 2007 maw(a)suse.de
+* Thu Apr 12 2007 maw(a)suse.de
- Update to version 2.18.1
- Several crashers fixed
- Don't show the "lock screen" menu item if the user is root as
the screen cannot be locked in that case
- Updated translations.
-* Thu Mar 22 2007 maw(a)suse.de
+* Fri Mar 23 2007 maw(a)suse.de
- Update to version 2.18.0
- Require pango 1.15.4 to build
- Nuke .cvsignore
@@ -961,13 +1009,13 @@
- cleaned up the libtool files in the specfile (#223683)
* Tue Nov 28 2006 sbrabec(a)suse.cz
- Use Recommends: gnome-main-menu to break dependency loop.
-* Wed Nov 15 2006 jimmyk(a)suse.de
+* Thu Nov 16 2006 jimmyk(a)suse.de
- Updated recently-used-apps.patch to be compatible with new recently-used
format, BNC #221392.
* Tue Nov 07 2006 jhargadon(a)suse.de
- removed obsolete patch gnome-panel-help-item.patch as a partial
fix for bug #214294
-* Mon Oct 30 2006 danw(a)suse.de
+* Tue Oct 31 2006 danw(a)suse.de
- Add gnome-panel-202076-root-launchers.patch to reenable
X-KDE-SubstituteUID support in launchers (which got broken by an
upstream rewrite to not use GnomeDesktopItem)
@@ -1044,7 +1092,7 @@
- Require GTK+ 2.10.0
- Add new --with-in-process-applets to make it possible to compile
applets as in-process applets
-* Tue Aug 22 2006 jhargadon(a)suse.de
+* Wed Aug 23 2006 jhargadon(a)suse.de
- update to version 2.15.91
- Don't block when X is killed
- Use GtkRecent
@@ -1052,7 +1100,7 @@
- New dialog to edit launchers
- Don't show error about not found icons multiple times per launcher
- Use new animation for Wanda
-* Fri Aug 04 2006 gekker(a)suse.de
+* Sat Aug 05 2006 gekker(a)suse.de
- Update to version 2.14.2
- Remove upstreamed patches
- Merge in configuration from gnome-panel-nld
@@ -1133,15 +1181,15 @@
- If the command in the run dialog matches a .desktop file, use path
and uid info from that .desktop file, so that eg "yast2" will work.
[#115576].
-* Mon Apr 17 2006 jpr(a)suse.de
+* Tue Apr 18 2006 jpr(a)suse.de
- Make sure all events are shown properly (#160200)
-* Fri Mar 24 2006 joeshaw(a)suse.de
+* Sat Mar 25 2006 joeshaw(a)suse.de
- Don't pop up a warning if we can't load an icon. Fixes bnc
[#157121].
* Thu Mar 23 2006 rml(a)suse.de
- Require evolution-data-server (needed by calender widget in clock
applet)
-* Mon Mar 13 2006 jimmyk(a)suse.de
+* Tue Mar 14 2006 jimmyk(a)suse.de
- Modify Alt-F2 Run Dialog to update ~/.recently-used-apps
* Wed Mar 08 2006 danw(a)suse.de
- Make the notification area obey panel transparency (and fix a bug
@@ -1163,7 +1211,7 @@
- Use translation compendium gnome-patch-translation.
* Tue Jan 31 2006 aj(a)suse.de
- Cleanup BuildRequires.
-* Wed Jan 25 2006 gekker(a)suse.de
+* Thu Jan 26 2006 gekker(a)suse.de
- Add tomboy to default panel (#143160)
* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
@@ -1173,11 +1221,11 @@
- Change back to the normal preconf used in 10.0
* Fri Dec 09 2005 sbrabec(a)suse.cz
- Moved fish.schemas scriptlet to proper subpackage (#137775).
-* Wed Nov 30 2005 gekker(a)suse.de
+* Thu Dec 01 2005 gekker(a)suse.de
- Update to version 2.12.2
* Mon Nov 28 2005 gekker(a)suse.de
- Split out the fish applet to gnome-panel-extras (#134398).
-* Wed Oct 19 2005 gekker(a)suse.de
+* Thu Oct 20 2005 gekker(a)suse.de
- Add fortune to Requires so it is there for fish applet
- Move unversioned .so plugins to main package
* Mon Oct 17 2005 rodrigo(a)suse.de
@@ -1186,7 +1234,7 @@
- Don't start the battstat applet, gnome-session starts now
the gnome-power-manager, which deals with battery present/not
present.
-* Thu Oct 13 2005 gekker(a)suse.de
+* Fri Oct 14 2005 gekker(a)suse.de
- Update to version 2.12.1
- Re-diff a couple patches so that they still apply
* Thu Oct 13 2005 ro(a)suse.de
@@ -1197,7 +1245,7 @@
- Require gnome-themes.
* Thu Sep 22 2005 clahey(a)suse.de
- New panel layout.
-* Tue Sep 20 2005 gekker(a)suse.de
+* Wed Sep 21 2005 gekker(a)suse.de
- Fix command history to use correct order (5485)
* Fri Sep 09 2005 clahey(a)suse.de
- Put back run application menu item. bug #116208
@@ -1207,18 +1255,18 @@
* Sun Aug 28 2005 jpr(a)suse.de
- Launch nautilus-search or `nautilus x-nautilus-search:` from the
places menu (113691)
-* Thu Aug 25 2005 jpr(a)suse.de
+* Fri Aug 26 2005 jpr(a)suse.de
- Rework patch that conflicted with upstream change. (112835)
* Mon Aug 22 2005 rodrigo(a)suse.de
- Update to version 2.11.92
-* Sun Aug 21 2005 ro(a)suse.de
+* Mon Aug 22 2005 ro(a)suse.de
- remove control-center2 from nfb
* Fri Aug 19 2005 gekker(a)suse.de
- Fix to change to gnomesu to use /sbin/yast2
-* Fri Aug 12 2005 gekker(a)suse.de
+* Sat Aug 13 2005 gekker(a)suse.de
- Add patch to fix show desktop icon
- Use gnomesu for time adjust instead of kdesu
-* Wed Aug 10 2005 gekker(a)suse.de
+* Thu Aug 11 2005 gekker(a)suse.de
- Remove -rpath and fix nfb (95673)
* Sun Aug 07 2005 aj(a)suse.de
- Fix needed for build.
@@ -1229,7 +1277,7 @@
- Refer to evolution-2.4 (#99676).
* Tue Jul 26 2005 gekker(a)suse.de
- Update to version 2.11.5
-* Mon Jul 25 2005 ro(a)suse.de
+* Tue Jul 26 2005 ro(a)suse.de
- added dbus to neededforbuild
* Tue Jun 21 2005 sbrabec(a)suse.cz
- Updated to version 2.11.3.
@@ -1247,28 +1295,28 @@
- Add powersave to neededforbuild
* Tue Mar 15 2005 sbrabec(a)suse.cz
- Removed outdated Czech and German translations.
-* Sun Mar 13 2005 clahey(a)suse.de
+* Mon Mar 14 2005 clahey(a)suse.de
- Fix notification area.
- Fix launchers.
-* Wed Mar 09 2005 gekker(a)suse.de
+* Thu Mar 10 2005 gekker(a)suse.de
- Update to version 2.10.0 (GNOME 2.10).
-* Wed Mar 09 2005 clahey(a)suse.de
+* Thu Mar 10 2005 clahey(a)suse.de
- Replaced yelp with SuSE help center in Desktop menu.
* Wed Mar 09 2005 clahey(a)suse.de
- link to proper evolution desktop file.
* Mon Mar 07 2005 gekker(a)suse.de
- Add -rpath for mozilla libs (67286)
-* Thu Mar 03 2005 gekker(a)suse.de
+* Fri Mar 04 2005 gekker(a)suse.de
- Update to version 2.9.92
* Tue Mar 01 2005 clahey(a)suse.de
- Use firefox in 9.3.
-* Sun Feb 27 2005 ro(a)suse.de
+* Mon Feb 28 2005 ro(a)suse.de
- added mozilla to nfb
* Fri Feb 11 2005 gekker(a)suse.de
- Update to version 2.9.91
-* Mon Feb 07 2005 gekker(a)suse.de
+* Tue Feb 08 2005 gekker(a)suse.de
- Update to version 2.9.90
-* Fri Jan 21 2005 gekker(a)suse.de
+* Sat Jan 22 2005 gekker(a)suse.de
- Update to Rudi's improved 64-bit fix.
* Fri Jan 21 2005 gekker(a)suse.de
- Update to version 2.9.4
@@ -1298,7 +1346,7 @@
* Fri Sep 17 2004 ke(a)suse.de
- Update translation files and translate German messages
(gnome-panel-de.po); [#45523].
-* Thu Sep 16 2004 dave(a)suse.de
+* Fri Sep 17 2004 dave(a)suse.de
- Replaced recent-files.diff with a better
gnome-panel-recent-check-exists.patch, fixes ximian #64796
* Tue Sep 14 2004 hhetter(a)suse.de
@@ -1331,7 +1379,7 @@
Introduces a check on mouse button release while dragging the panel to change orient.
writes the size changes to gconf only after the mouse button is released. This fixes
resizing problems due to menubar present on vertical panels.
-* Thu Aug 26 2004 clahey(a)suse.de
+* Fri Aug 27 2004 clahey(a)suse.de
- Cache gnome-panel help.
* Thu Aug 26 2004 dave(a)suse.de
- New version of the panel layout patch, fixes ximian #58717
@@ -1343,7 +1391,7 @@
- Fixes bug #62545
'System -> Recent files' shows an error dialog instead of
launching the application, when that file doesn't exist.
-* Tue Aug 10 2004 clahey(a)suse.de
+* Wed Aug 11 2004 clahey(a)suse.de
- Updated corners patch from joeshaw.
* Tue Aug 10 2004 shprasad(a)suse.de
- Fixes bug #62427 (Fix given by sdharmaveer(a)novell.com)
@@ -1366,12 +1414,12 @@
* Fri Jul 30 2004 shprasad(a)suse.de
- Fixes bug #61166 (Fix given bt svasista(a)novell.com)
Doesn't accept pipes as background.
-* Thu Jul 29 2004 dave(a)suse.de
+* Fri Jul 30 2004 dave(a)suse.de
- Added gnome-panel-run-dialog-dnd.patch
* Mon Jul 26 2004 clahey(a)suse.de
- Updated to gnome-panel-2.6.2.
- Added workspaces default patch.
-* Thu Jun 24 2004 clahey(a)suse.de
+* Fri Jun 25 2004 clahey(a)suse.de
- Add notification area.
* Thu Jun 24 2004 sragavan(a)suse.de
- Fixed the change date settings in clock applet. Using yast instead
@@ -1398,18 +1446,18 @@
* Tue May 11 2004 clahey(a)suse.de
- Added gnome-panel-corners.patch.
- Added gnome-panel-logout-strings.patch.
-* Mon May 10 2004 clahey(a)suse.de
+* Tue May 11 2004 clahey(a)suse.de
- Removed an incorrect portion of new layout patch.
* Thu May 06 2004 sbrabec(a)suse.cz
- Updated to version 2.6.1.
-* Tue May 04 2004 clahey(a)suse.de
+* Wed May 05 2004 clahey(a)suse.de
- Updated to 2.6.0.
- Added patch for new layout of System and Help menus.
- Added patch to turn on big icons.
- Removed clock patch until bounty comes in.
* Mon Apr 05 2004 hhetter(a)suse.de
- place Epiphany and Evolution as try-exec in upper panel
-* Mon Mar 22 2004 hhetter(a)suse.de
+* Tue Mar 23 2004 hhetter(a)suse.de
- gnome-panel-clock-format-de.diff: show the clock correctly
in german locale (#36179)
* Wed Mar 17 2004 sbrabec(a)suse.cz
@@ -1426,7 +1474,7 @@
call yast2 timezone for time setting, show weekday feature
* Fri Feb 20 2004 sbrabec(a)suse.cz
- Fixed names of GNOME2 packages.
-* Sun Feb 15 2004 ro(a)suse.de
+* Mon Feb 16 2004 ro(a)suse.de
- fixed postinstall: panel-default.entries is not a schema
* Thu Feb 12 2004 hhetter(a)suse.de
- gconf schema (de-)installation in %%post and %%postun
@@ -1465,7 +1513,7 @@
- Compress man pages.
- Use %%find_lang.
- Require control-center2.
-* Tue May 27 2003 ro(a)suse.de
+* Wed May 28 2003 ro(a)suse.de
- remove unpackaged files from buildroot
* Thu May 15 2003 sbrabec(a)suse.cz
- Updated to version 2.2.1.
@@ -1533,7 +1581,7 @@
* Thu Jun 20 2002 hhetter(a)suse.de
- don't install schemas while make install
- updated to version 2.0.1
-* Sun Jun 16 2002 ro(a)suse.de
+* Mon Jun 17 2002 ro(a)suse.de
- fixed filelist
* Fri Jun 14 2002 hhetter(a)suse.de
- provide schemas
++++++ gnome-panel-2.23.3.tar.bz2 -> gnome-panel-2.23.90.1.tar.bz2 ++++++
++++ 56746 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-keyring
checked in at Sat Aug 30 00:18:01 CEST 2008.
--------
--- GNOME/gnome-keyring/gnome-keyring.changes 2008-08-05 00:08:39.000000000 +0200
+++ gnome-keyring/gnome-keyring.changes 2008-08-26 02:23:59.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Aug 26 19:48:25 CEST 2008 - mboman(a)novell.com
+
+- Update to version 2.23.90:
+ + Use 'Create' button instead of 'OK' when prompting the user for
+ a password to create a new keyring.
+ + Fix more cases where 'Deny' choice by a user resulted in
+ more subsequent prompts.
+ + Automatically create non-existant directories when storing files.
+ + Fix problem prompting for the same password twice when parsing a
+ PFX or PKCS#12 file.
+ + Don't offer to store password during import operation.
+ + Don't try to store certificates encrypted on the disk.
+ + Add command line tool for importing of keys and certificates.
+ + Fix problems with SSH agent not unlocking keys properly.
+ + Build fixes.
+
+-------------------------------------------------------------------
Old:
----
gnome-keyring-2.23.6.tar.bz2
New:
----
gnome-keyring-2.23.90.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.E29773/_old 2008-08-30 00:14:54.000000000 +0200
+++ /var/tmp/diff_new_pack.E29773/_new 2008-08-30 00:14:54.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-keyring (Version 2.23.6)
+# spec file for package gnome-keyring (Version 2.23.90)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,7 +20,7 @@
Name: gnome-keyring
BuildRequires: dbus-1-devel fdupes gconf2-devel gtk-doc gtk2-devel hal-devel intltool libgcrypt-devel libtasn1-devel pam-devel update-desktop-files
-Version: 2.23.6
+Version: 2.23.90
Release: 1
Url: http://www.gnome.org/
Group: System/GUI/GNOME
@@ -193,6 +193,20 @@
%{_datadir}/gtk-doc/html/gnome-keyring
%changelog
+* Tue Aug 26 2008 mboman(a)novell.com
+- Update to version 2.23.90:
+ + Use 'Create' button instead of 'OK' when prompting the user for
+ a password to create a new keyring.
+ + Fix more cases where 'Deny' choice by a user resulted in
+ more subsequent prompts.
+ + Automatically create non-existant directories when storing files.
+ + Fix problem prompting for the same password twice when parsing a
+ PFX or PKCS#12 file.
+ + Don't offer to store password during import operation.
+ + Don't try to store certificates encrypted on the disk.
+ + Add command line tool for importing of keys and certificates.
+ + Fix problems with SSH agent not unlocking keys properly.
+ + Build fixes.
* Tue Aug 05 2008 captain.magnus(a)opensuse.org
- Update to version 2.23.6:
+ If the user denies a prompt, then don't prompt the same prompt
++++++ gnome-keyring-2.23.6.tar.bz2 -> gnome-keyring-2.23.90.tar.bz2 ++++++
++++ 12302 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0