diff --git a/_service b/_service new file mode 100644 index 0000000..4b7e279 --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + http + dbus.freedesktop.org + /releases/dbus/dbus-1.4.6.tar.gz + + + _service:download_url:dbus-1.4.6.tar.gz + sha256 + 753e1e64df2de518ec93bdee9a813a85b3c147a363615412818c3c095cb8a567 + + + *.tar.gz + bz2 + + diff --git a/_service:recompress:download_url:dbus-1.4.6.tar.bz2 b/_service:recompress:download_url:dbus-1.4.6.tar.bz2 new file mode 100644 index 0000000..b987c8d --- /dev/null +++ b/_service:recompress:download_url:dbus-1.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb880b6513fc72a206969113521bf2fff29b8d12506dbbdad9d9d571b396989b +size 1442062 diff --git a/dbus-1-x11.changes b/dbus-1-x11.changes index f007483..71b84a5 100644 --- a/dbus-1-x11.changes +++ b/dbus-1-x11.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Mar 9 13:23:09 UTC 2011 - coolo@novell.com + +- Update to 1.4.6 + • Remove unfinished changes intended to support GTest-based tests, + which were mistakenly included in 1.4.4 + +- Update to 1.4.4 + • Switch back to using even micro versions for stable releases; 1.4.1 + should have been called 1.4.2, so skip that version number + • Don't leave bad file descriptors being watched when spawning processes, + which could result in a busy-loop (fd.o #32992, NB#200248; possibly + also LP#656134, LP#680444, LP#713157) + • Check for MSG_NOSIGNAL correctly + • Fix failure to detect abstract socket support (fd.o #29895) + • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL + (fd.o #32262, NB#180486) + • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262, + fd.o #33128, fd.o #33277, fd.o #33126, NB#180486) + • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854) + • Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486) + • Improve gcc malloc annotations (fd.o #32710) + • If the system bus is launched via systemd, protect it from the OOM killer + • Documentation improvements (fd.o #11190) + • Avoid readdir_r, which is difficult to use correctly (fd.o #8284, + fd.o #15922, LP#241619) + • Cope with invalid files in session.d, system.d (fd.o #19186, + Debian #230231) + • Don't distribute generated files that embed our builddir (fd.o #30285, + fd.o #34292) + • Raise the system bus's fd limit to be sufficient for its configuration + (fd.o #33474, LP#381063) + • Fix syslog string processing + • Ignore -Waddress + • Remove broken gcov parsing code and --enable-gcov, and replace them + with lcov HTML reports and --enable-compiler-coverage (fd.o #10887) + • Windows: + · avoid live-lock in Windows CE due to unfair condition variables + • OpenBSD: + · support credentials-passing (fd.o #32542) + • Solaris: + · opt-in to thread safety (fd.o #33464) + ------------------------------------------------------------------- Sun Jan 2 12:54:14 UTC 2011 - javier@opensuse.org diff --git a/dbus-1-x11.spec b/dbus-1-x11.spec index 8fcbfe7..44dbc58 100644 --- a/dbus-1-x11.spec +++ b/dbus-1-x11.spec @@ -17,7 +17,6 @@ # norootforbuild - Name: dbus-1-x11 BuildRequires: xorg-x11-devel Url: http://dbus.freedesktop.org/ @@ -28,7 +27,7 @@ Summary: D-Bus Message Bus System # COMMON1-BEGIN BuildRequires: doxygen libexpat-devel libzio pkgconfig BuildRequires: audit-devel -Version: 1.4.1 +Version: 1.4.6 Release: 1 AutoReqProv: on # bug437293 diff --git a/dbus-1.4.1.tar.bz2 b/dbus-1.4.1.tar.bz2 deleted file mode 100644 index 298ffd3..0000000 --- a/dbus-1.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:957973032701c9a6625117f793513a0d8b1cd6a6bf35b5d775c762c05f1a4aec -size 1443101 diff --git a/dbus-1.changes b/dbus-1.changes index f007483..71b84a5 100644 --- a/dbus-1.changes +++ b/dbus-1.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Mar 9 13:23:09 UTC 2011 - coolo@novell.com + +- Update to 1.4.6 + • Remove unfinished changes intended to support GTest-based tests, + which were mistakenly included in 1.4.4 + +- Update to 1.4.4 + • Switch back to using even micro versions for stable releases; 1.4.1 + should have been called 1.4.2, so skip that version number + • Don't leave bad file descriptors being watched when spawning processes, + which could result in a busy-loop (fd.o #32992, NB#200248; possibly + also LP#656134, LP#680444, LP#713157) + • Check for MSG_NOSIGNAL correctly + • Fix failure to detect abstract socket support (fd.o #29895) + • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL + (fd.o #32262, NB#180486) + • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262, + fd.o #33128, fd.o #33277, fd.o #33126, NB#180486) + • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854) + • Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486) + • Improve gcc malloc annotations (fd.o #32710) + • If the system bus is launched via systemd, protect it from the OOM killer + • Documentation improvements (fd.o #11190) + • Avoid readdir_r, which is difficult to use correctly (fd.o #8284, + fd.o #15922, LP#241619) + • Cope with invalid files in session.d, system.d (fd.o #19186, + Debian #230231) + • Don't distribute generated files that embed our builddir (fd.o #30285, + fd.o #34292) + • Raise the system bus's fd limit to be sufficient for its configuration + (fd.o #33474, LP#381063) + • Fix syslog string processing + • Ignore -Waddress + • Remove broken gcov parsing code and --enable-gcov, and replace them + with lcov HTML reports and --enable-compiler-coverage (fd.o #10887) + • Windows: + · avoid live-lock in Windows CE due to unfair condition variables + • OpenBSD: + · support credentials-passing (fd.o #32542) + • Solaris: + · opt-in to thread safety (fd.o #33464) + ------------------------------------------------------------------- Sun Jan 2 12:54:14 UTC 2011 - javier@opensuse.org diff --git a/dbus-1.spec b/dbus-1.spec index fc2a34d..bf95058 100644 --- a/dbus-1.spec +++ b/dbus-1.spec @@ -26,7 +26,7 @@ Summary: D-Bus Message Bus System # COMMON1-BEGIN BuildRequires: doxygen libexpat-devel libzio pkgconfig BuildRequires: audit-devel -Version: 1.4.1 +Version: 1.4.6 Release: 1 AutoReqProv: on # bug437293