Hello community,
FYI: Package gstreamer-0_10-plugins-farsight was dropped from openSUSE:Factory at Tue May 31 17:41:43 CEST 2011.
You can find the latest sources of the package in the
openSUSE:Dropped
repository:
https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=gs…
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
Hello community,
FYI: Package telepathy-stream-engine was dropped from openSUSE:Factory at Tue May 31 17:41:10 CEST 2011.
You can find the latest sources of the package in the
openSUSE:Dropped
repository:
https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=te…
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
Hello community,
FYI: Package thunar-vfs was dropped from openSUSE:Factory at Tue May 31 17:40:45 CEST 2011.
You can find the latest sources of the package in the
openSUSE:Dropped
repository:
https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=th…
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
Hello community,
FYI: Package ipod-sharp was dropped from openSUSE:Factory at Tue May 31 17:40:19 CEST 2011.
You can find the latest sources of the package in the
openSUSE:Dropped
repository:
https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=ip…
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
Hello community,
here is the log from the commit of package ModemManager for openSUSE:Factory
checked in at Tue May 31 17:39:16 CEST 2011.
--------
--- ModemManager/ModemManager.changes 2011-02-13 17:59:33.000000000 +0100
+++ /mounts/work_src_done/STABLE/ModemManager/ModemManager.changes 2011-05-05 11:06:54.000000000 +0200
@@ -1,0 +2,33 @@
+Thu May 5 10:42:27 CEST 2011 - vuntz(a)opensuse.org
+
+- Update to version 0.4.996:
+ - Add a mechanism to get remaining incorrect PIN attempts
+ - Add a mechanism to retrieve the equipment identifier
+ (MEID/ESN, IMEI)
+ - Added support for returning devices to factory settings
+ - Better compatibility with Blackberry GSM devices
+ - Added a Location Services API with support for GSM devices
+ - Fixes for Novatel CDMA devices (home/roaming status, better
+ signal quality reporting)
+ - Better detection of EVDO registration when device is in 1X mode
+ - Add support for newer Alcatel devices like X220D
+ - Support for more ZTE devices
+ - Fix modem detection failures with some Sierra devices
+ - Add support for newer Ericsson devices
+ - Add an SIM identifier for use when auto-unlocking modems
+ - Add an device identifier for use when MEID/IMEI is not yet
+ available
+ - Handle signal quality reporting for GSM modems that don't
+ support AT+CSQ
+ - Add preliminary USSD support
+ - Fix reconnection attempts with some Sierra devices
+ - Add support for pseudo-ethernet interface on newer Sierra
+ devices
+ + Fixed bugs: rh#597296, rh#583691, rh#597088, bgo#626421,
+ rh#585394, bgo#628105, bgo#627935, bgo#621815, rh#632516,
+ lp#682282, bgo#590798
+- Drop ModemManager-fix-new-glib.patch: fixed upstream.
+- Drop ModemManager-polkit-deprecated.patch: fixed upstream.
+- Create a devel subpackage for new development files.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
ModemManager-0.4.tar.bz2
ModemManager-fix-new-glib.patch
ModemManager-polkit-deprecated.patch
New:
----
ModemManager-0.4.996.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ModemManager.spec ++++++
--- /var/tmp/diff_new_pack.cz7v0r/_old 2011-05-31 17:38:21.000000000 +0200
+++ /var/tmp/diff_new_pack.cz7v0r/_new 2011-05-31 17:38:21.000000000 +0200
@@ -18,17 +18,13 @@
Name: ModemManager
-Version: 0.4
-Release: 4
+Version: 0.4.996
+Release: 1
License: LGPLv2.1+
Summary: DBus interface for modem handling
Url: http://cgit.freedesktop.org/ModemManager/ModemManager
Group: Productivity/Networking/System
Source0: ModemManager-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM ModemManager-fix-new-glib.patch bgo626421 vuntz(a)opensuse.org -- Fix build with recent glib
-Patch0: ModemManager-fix-new-glib.patch
-# PATCH-FIX-UPSTREAM ModemManager-polkit-deprecated.patch bgo#628105 vuntz(a)opensuse.org -- Fix build with polkit >= 0.97
-Patch1: ModemManager-polkit-deprecated.patch
BuildRequires: dbus-1-glib-devel
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
@@ -46,12 +42,19 @@
(over DBus) to communicate with all sorts of modems (landline, GSM,
CDMA).
+%package devel
+License: LGPLv2.1+
+Summary: DBus interface for modem handling -- Development Files
+Group: Development/Libraries/C and C++
+Requires: %{name} = %{version}
+
+%description devel
+DBus interface for modem handling. Provides a standard abstracted API
+(over DBus) to communicate with all sorts of modems (landline, GSM,
+CDMA).
+
%prep
%setup -q
-%patch0 -p1
-%if 0%{?suse_version} >= 1140
-%patch1 -p1
-%endif
%build
pppddir=`ls -1d %{_libdir}/pppd/2*`
@@ -89,4 +92,9 @@
%dir %{_libdir}/pppd/2.4.5
%{_libdir}/pppd/2.4.5/mm-test-pppd-plugin.so
+%files devel
+%defattr(-,root,root)
+%{_includedir}/mm/
+%{_datadir}/dbus-1/interfaces/*.xml
+
%changelog
++++++ ModemManager-0.4.tar.bz2 -> ModemManager-0.4.996.tar.bz2 ++++++
++++ 53348 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
Hello community,
here is the log from the commit of package autofs for openSUSE:Factory
checked in at Tue May 31 17:37:20 CEST 2011.
--------
--- autofs/autofs.changes 2011-05-09 18:45:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/autofs/autofs.changes 2011-05-27 22:55:48.000000000 +0200
@@ -1,0 +2,24 @@
+Fri May 27 20:53:03 UTC 2011 - lchiquitto(a)novell.com
+
+- modify the NetworkManager dispatcher script to prevent it from
+ restarting AutoFS when the network goes down (bnc#693402)
+
+-------------------------------------------------------------------
+Fri May 27 20:13:52 UTC 2011 - lchiquitto(a)novell.com
+
+- init script: remove references to the obsolete autofs.ko (v3)
+ kernel module (bnc#696708)
+- init script: don't wait one second if the misc device is already
+ available (bnc#696708)
+
+-------------------------------------------------------------------
+Mon May 23 17:44:54 UTC 2011 - lchiquitto(a)novell.com
+
+- documentation: add the following (commented out) options to
+ the default sysconfig file (bnc#695487, bnc#691617):
+ * DEFAULT_NEGATIVE_TIMEOUT
+ * DEFAULT_MOUNT_WAIT and DEFAULT_UMOUNT_WAIT
+ * MOUNT_NFS_DEFAULT_PROTOCOL
+ * LDAP_URI, LDAP_TIMEOUT, LDAP_NETWORK_TIMEOUT and SEARCH_BASE
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ autofs.spec ++++++
--- /var/tmp/diff_new_pack.lG9sjK/_old 2011-05-31 17:34:34.000000000 +0200
+++ /var/tmp/diff_new_pack.lG9sjK/_new 2011-05-31 17:34:34.000000000 +0200
@@ -26,7 +26,7 @@
Group: System/Daemons
AutoReqProv: on
Version: 5.0.5
-Release: 22
+Release: 24
Summary: A Kernel-Based Automounter
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.bz2
++++++ NetworkManager-autofs ++++++
--- /var/tmp/diff_new_pack.lG9sjK/_old 2011-05-31 17:34:34.000000000 +0200
+++ /var/tmp/diff_new_pack.lG9sjK/_new 2011-05-31 17:34:34.000000000 +0200
@@ -10,9 +10,6 @@
up)
rc_active autofs && /etc/init.d/autofs restart
;;
- down)
- rc_active autofs && /etc/init.d/autofs restart
- ;;
*)
exit 0
;;
++++++ autofs.init ++++++
--- /var/tmp/diff_new_pack.lG9sjK/_old 2011-05-31 17:34:34.000000000 +0200
+++ /var/tmp/diff_new_pack.lG9sjK/_new 2011-05-31 17:34:34.000000000 +0200
@@ -62,17 +62,14 @@
echo "Error: failed to load $MODULE module."
return 1
fi
- elif ([ -f /proc/modules ] && lsmod) | grep -q autofs[^4]; then
- # Wrong autofs filesystem module loaded
- echo
- echo "Error: autofs kernel module is loaded, $MODULE required"
- return 1
fi
# Use the AutoFS misc device unless it is explicitly disabled
if [ -z "$USE_MISC_DEVICE" -o "x$USE_MISC_DEVICE" = "xyes" ]; then
- sleep 1
if [ -e "/proc/misc" ]; then
+ if ! grep -q autofs /proc/misc; then
+ sleep 1
+ fi
MINOR=`awk "/$DEVICE/ {print \\$1}" /proc/misc`
if [ -n "$MINOR" -a ! -c "/dev/$DEVICE" ]; then
mknod -m 0600 /dev/$DEVICE c 10 $MINOR
++++++ sysconfig.autofs ++++++
--- /var/tmp/diff_new_pack.lG9sjK/_old 2011-05-31 17:34:35.000000000 +0200
+++ /var/tmp/diff_new_pack.lG9sjK/_new 2011-05-31 17:34:35.000000000 +0200
@@ -6,15 +6,15 @@
#
AUTOFS_OPTIONS=""
-## Description: default mount options.
+## Description: Default mount options.
## Type: string
## Default: ""
#
-# default mount options which are appended or replaced to
-# each map entry (see also APPEND_OPTIONS)
+# Default mount options which are appended or replaced to
+# each map entry (see also APPEND_OPTIONS).
LOCAL_OPTIONS=""
-## Description: append or replace options
+## Description: Append or replace options.
## Type: string
## Default: "yes"
#
@@ -23,12 +23,12 @@
# (program default "yes", append options).
APPEND_OPTIONS="yes"
-## Description: use autofs miscellaneous device
+## Description: Use AutoFS miscellaneous device (/dev/autofs).
## Type: string
## Default: "yes"
#
-# Determine whether the autofs misc device (/dev/autofs) will be used
-# for routing ioctl commands. Requires kernel support (2.6.28 and newer)
+# Determine whether the AutoFS misc device (/dev/autofs) will be used
+# for routing ioctl commands. Requires kernel support (2.6.28 and newer).
USE_MISC_DEVICE="yes"
## Description: Default map name for the master map.
@@ -37,12 +37,44 @@
#
DEFAULT_MASTER_MAP_NAME="auto.master"
-## Description: Set the default mount timeout (default 600).
+## Description: Set the default mount timeout.
## Type: integer(0:)
## Default: 600
#
DEFAULT_TIMEOUT=600
+## Description: Set the default negative timeout for failed mount attempts.
+## Type: integer(0:)
+## Default: 60
+#
+#DEFAULT_NEGATIVE_TIMEOUT=60
+
+## Description: Time to wait for a response from mount(8).
+## Type: integer(-1:)
+## Default: -1
+#
+# Setting this timeout can cause problems when mount would otherwise
+# wait for a server that is temporarily unavailable, such as when
+# it's restarting. The default of waiting for mount(8) usually
+# results in a wait of around 3 minutes.
+#DEFAULT_MOUNT_WAIT=-1
+
+## Description: Time to wait for a response from umount(8).
+## Type: integer(0:)
+## Default: 12
+#
+#DEFAULT_UMOUNT_WAIT=12
+
+## Description: The default protocol used by mount.nfs(8).
+## Type: string
+## Default: 3
+#
+# Since we can't identify the default automatically we need to
+# set it in our configuration. This will only make a difference
+# for replicated map entries as availability probing isn't
+# used for single host map entries.
+#MOUNT_NFS_DEFAULT_PROTOCOL=3
+
## Description: maps are browsable by default.
## Type: string
## Default: "yes"
@@ -83,13 +115,50 @@
#DEFAULT_ENTRY_ATTRIBUTE="automountKey"
#DEFAULT_VALUE_ATTRIBUTE="automountInformation"
-## Description: set the default location for the SASL authentication configuration file.
+## Description: Set the default location for the SASL authentication configuration file.
## Type: string
## Default: "/etc/autofs_ldap_auth.conf"
#
DEFAULT_AUTH_CONF_FILE="etc/autofs_ldap_auth.conf"
-## Description: set the map cache hash table size.
+## Description: List of LDAP server URIs.
+## Type: string
+## Default: ""
+#
+# Space seperated list of server URIs of the form <proto>://<server>[/]
+# where <proto> can be ldap or ldaps. The option can be given multiple
+# times. Map entries that include a server name override this option.
+#
+# This configuration option can also be used to request AutoFS lookup
+# SRV RRs for a domain of the form <proto>:///[<domain dn>]. Note that a
+# trailing "/" is not allowed when using this form. If the domain dn
+# is not specified the DNS domain name (if any) is used to construct
+# the domain dn for the SRV RR lookup. The server list returned from
+# an SRV RR lookup is refreshed according to the minimum ttl found in
+# the SRV RR records or after one hour, whichever is less.
+#LDAP_URI=""
+
+## Description: Timeout value for the synchronous LDAP API calls.
+## Type: integer
+## Default: LDAP library default
+#
+#LDAP_TIMEOUT=-1
+
+## Description: Set the network LDAP response timeout (default 8).
+## Type: integer
+## Default: 8
+#
+#LDAP_NETWORK_TIMEOUT=8
+
+## Description: Define the LDAP base dn for map dn lookup.
+## Type: string
+## Default: ""
+#
+# Multiple entries can be given and they are checked in the order
+# they appear here.
+#SEARCH_BASE=""
+
+## Description: Set the map cache hash table size.
## Type: integer
## Default: 1024
#
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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