Accepting request 66525 from home:thoenig:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/66525
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=39
This commit is contained in:
Stephan Kulow 2011-04-08 16:17:00 +00:00 committed by Git OBS Bridge
parent d2989f6c21
commit f054e06a66
4 changed files with 35 additions and 6 deletions

View File

@ -2,12 +2,12 @@
<service name="download_url">
<param name="protocol">http</param>
<param name="host">dbus.freedesktop.org</param>
<param name="path">/releases/dbus/dbus-1.4.6.tar.gz</param>
<param name="path">/releases/dbus/dbus-1.4.8.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:dbus-1.4.6.tar.gz</param>
<param name="file">_service:download_url:dbus-1.4.8.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">753e1e64df2de518ec93bdee9a813a85b3c147a363615412818c3c095cb8a567</param>
<param name="checksum">48bf73a35be0f0e2d9a5071d8f2d9c7c40b4254d9b405dee57f0fb07c9c3cf58</param>
</service>
<service name="recompress">
<param name="file">*.tar.gz</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb880b6513fc72a206969113521bf2fff29b8d12506dbbdad9d9d571b396989b
size 1442062

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc4cc35ade274ae6154cfe0a707028cecfd419b5bb70b55f35de525e9d55756d
size 1447179

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 8 16:41:57 CEST 2011 - thoenig@suse.de
- Update to 1.4.8
• Rename configure.in to configure.ac, and update it to modern conventions
(fd.o #32245; Javier Jardón, Simon McVittie)
• Correctly give XDG_DATA_HOME priority over XDG_DATA_DIRS (fd.o #34496,
Anders Kaseorg)
• Prevent X11 autolaunching if $DISPLAY is unset or empty, and add
--disable-x11-autolaunch configure option to prevent it altogether
in embedded environments (fd.o #19997, NB#219964; Simon McVittie)
• Install the documentation, and an index for Devhelp (fd.o #13495,
Debian #454142; Simon McVittie, Matthias Clasen)
• If checks are not disabled, check validity of string-like types and
booleans when sending them (fd.o #16338, NB#223152; Simon McVittie)
• Add UnknownObject, UnknownInterface, UnknownProperty and PropertyReadOnly
errors to dbus-shared.h (fd.o #34527, Lennart Poettering)
• Break up a huge conditional in config-parser so gcov can produce coverage
data (fd.o #10887, Simon McVittie)
• List which parts of the Desktop Entry specification are applicable to
.service files (fd.o #19159, Sven Herzberg)
• Don't suppress service activation if two services have the same Exec=
(fd.o #35750, Colin Walters)
• Windows:
· Avoid the name ELEMENT_TYPE due to namespace-pollution from winioctl.h
(Andre Heinecke)
· Include _dbus_path_is_absolute in libdbus on Windows, fixing compilation
(fd.o #32805, Mark Brand)
-------------------------------------------------------------------
Wed Mar 9 13:23:09 UTC 2011 - coolo@novell.com