| Submitter | Andrei Dinu |
|---|---|
| Date | Feb. 25, 2013, noon |
| Message ID | <1361793612-26991-1-git-send-email-andrei.adrianx.dinu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/45035/ |
| State | New |
| Headers | show |
Comments
dbus-glib 0.100.2 was just spun: """ The "I would prefer lengthier studies, and fewer explosions" release. http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.100.2.tar.gz http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.100.2.tar.gz.asc This release is a respin of the 0.100.1 tarball to drop some old, broken versions of generated documentation files (fd.o #55830). There are no source changes. """ It's nothing critical but we might as well use .2 instead of .1. Ross
Thanks for the heads-up! I will update this as soon as possible. Andrei On 02/25/2013 05:53 PM, Burton, Ross wrote: > dbus-glib 0.100.2 was just spun: > > """ > The "I would prefer lengthier studies, and fewer explosions" release. > > http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.100.2.tar.gz > http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.100.2.tar.gz.asc > > This release is a respin of the 0.100.1 tarball to drop some old, > broken versions of generated documentation files (fd.o #55830). There > are no source changes. > """ > > It's nothing critical but we might as well use .2 instead of .1. > > Ross
Patch
diff --git a/meta/recipes-core/dbus/dbus-glib-0.100/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.100.1/no-examples.patch similarity index 100% rename from meta/recipes-core/dbus/dbus-glib-0.100/no-examples.patch rename to meta/recipes-core/dbus/dbus-glib-0.100.1/no-examples.patch diff --git a/meta/recipes-core/dbus/dbus-glib-0.100/obsolete_automake_macros.patch b/meta/recipes-core/dbus/dbus-glib-0.100.1/obsolete_automake_macros.patch similarity index 100% rename from meta/recipes-core/dbus/dbus-glib-0.100/obsolete_automake_macros.patch rename to meta/recipes-core/dbus/dbus-glib-0.100.1/obsolete_automake_macros.patch diff --git a/meta/recipes-core/dbus/dbus-glib-0.100/test-install-makefile.patch b/meta/recipes-core/dbus/dbus-glib-0.100.1/test-install-makefile.patch similarity index 100% rename from meta/recipes-core/dbus/dbus-glib-0.100/test-install-makefile.patch rename to meta/recipes-core/dbus/dbus-glib-0.100.1/test-install-makefile.patch diff --git a/meta/recipes-core/dbus/dbus-glib_0.100.bb b/meta/recipes-core/dbus/dbus-glib_0.100.1.bb similarity index 13% rename from meta/recipes-core/dbus/dbus-glib_0.100.bb rename to meta/recipes-core/dbus/dbus-glib_0.100.1.bb index ad5aa97..1c4150f 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.100.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.100.1.bb @@ -1,6 +1,6 @@ require dbus-glib.inc -PR = "r2" +PR = "r0" -SRC_URI[md5sum] = "d33959a9c0c6a158f5ac6d640316e89e" -SRC_URI[sha256sum] = "80ddf7584a659590103817798dd95d7e451d666f385e5e95a83abf85c46d4605" +SRC_URI[md5sum] = "d758967b70ea3d5318b62839d5bd440f" +SRC_URI[sha256sum] = "1f40d0dce4c6fa8998dbd2d915388d574ae962a20e7016fef4bed6c550767800"
--- .../no-examples.patch | 0 .../obsolete_automake_macros.patch | 0 .../test-install-makefile.patch | 0 .../{dbus-glib_0.100.bb => dbus-glib_0.100.1.bb} | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/dbus/{dbus-glib-0.100 => dbus-glib-0.100.1}/no-examples.patch (100%) rename meta/recipes-core/dbus/{dbus-glib-0.100 => dbus-glib-0.100.1}/obsolete_automake_macros.patch (100%) rename meta/recipes-core/dbus/{dbus-glib-0.100 => dbus-glib-0.100.1}/test-install-makefile.patch (100%) rename meta/recipes-core/dbus/{dbus-glib_0.100.bb => dbus-glib_0.100.1.bb} (13%)