From 18b4bd5eee33ca923bdf15a687e28efc84391887807a9646a554c5f5823a7292 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 9 Mar 2011 13:25:56 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20Update=20to=201.4.6=20=20=20=E2=80=A2?= =?UTF-8?q?=20Remove=20unfinished=20changes=20intended=20to=20support=20GT?= =?UTF-8?q?est-based=20tests,=20=20=20=20=20which=20were=20mistakenly=20in?= =?UTF-8?q?cluded=20in=201.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=36 --- _service | 16 ++++++++++++++++ dbus-1-x11.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ dbus-1-x11.spec | 4 ++-- dbus-1.4.1.tar.bz2 | 3 --- dbus-1.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ dbus-1.spec | 4 ++-- 6 files changed, 106 insertions(+), 7 deletions(-) create mode 100644 _service delete mode 100644 dbus-1.4.1.tar.bz2 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/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 16a287e..44dbc58 100644 --- a/dbus-1-x11.spec +++ b/dbus-1-x11.spec @@ -27,8 +27,8 @@ Summary: D-Bus Message Bus System # COMMON1-BEGIN BuildRequires: doxygen libexpat-devel libzio pkgconfig BuildRequires: audit-devel -Version: 1.4.1 -Release: 4 +Version: 1.4.6 +Release: 1 AutoReqProv: on # bug437293 %ifarch ppc64 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 e5b61fa..bf95058 100644 --- a/dbus-1.spec +++ b/dbus-1.spec @@ -26,8 +26,8 @@ Summary: D-Bus Message Bus System # COMMON1-BEGIN BuildRequires: doxygen libexpat-devel libzio pkgconfig BuildRequires: audit-devel -Version: 1.4.1 -Release: 4 +Version: 1.4.6 +Release: 1 AutoReqProv: on # bug437293 %ifarch ppc64 From 10fec514c630655e2c8f76ccdea589c1553d3ab8ec8121c1a2f3ef51183eb73a Mon Sep 17 00:00:00 2001 From: OBS User _service Date: Wed, 9 Mar 2011 13:26:03 +0000 Subject: [PATCH 2/2] generated via source service OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=37 --- _service:recompress:download_url:dbus-1.4.6.tar.bz2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _service:recompress:download_url:dbus-1.4.6.tar.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