Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
osc-plugins-gnome
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
osc-plugins-gnome.changes
@@ -0,0 +1,526 @@ +------------------------------------------------------------------- +Mon Sep 14 18:47:54 CEST 2009 - vuntz@opensuse.org + +- Update to version 0.4.27: + + Remove osc gnome plugin, it has been renamed to osc collab and + is now living in the osc-plugin-collab package. +- Recommends osc-plugin-collab for smooth transition for old osc + gnome plugin. + +------------------------------------------------------------------- +Sun Aug 16 23:55:06 CEST 2009 - vuntz@novell.com + +- Update to version 0.4.26: + + osc gnome: + - Add --no-cache option to bypass local cache + - Adapt for API changes in osc + - Rewrite some code to directly talk to the build service + instead of using osc API, because it's sometimes hiding some + details we need + - Fix comparison of versions when rpm cannot be used + - Correctly handle Source tag using defines in spec file + - Port to the new XML API for server communication + - Many speedups thanks to the new XML API + - Ignore links to packages in the same project for todo/ta + - Add more useful messages in todoadmin + - Do not show missing upstream data in todoadmin by default and + add --include-upstream option + - Many bug fixes and cleanups + +------------------------------------------------------------------- +Thu Jul 16 19:11:07 CEST 2009 - vuntz@novell.com + +- Update to version 0.4.25: + + osc gnome: + - build: also print details for 'finished' + - support the ignore-upstream metadata + - support per-project reservations + +------------------------------------------------------------------- +Fri Jun 12 13:51:41 CEST 2009 - vuntz@novell.com + +- Update to version 0.4.24: + + Update the template for GNOME spec file. + + osc gnome: + - make it work with newer (and older) versions of osc + - fix crashes + - also recompress tarballs ending with .tgz to bz2 + - stop update/setup if there are uncommitted changes + - fix todo output when there's no parent project + - use email key from ~/.oscrc when available + - build: add details for some results + +------------------------------------------------------------------- +Fri Mar 27 12:18:37 CET 2009 - vuntz@novell.com + +- Update to version 0.4.23: + + osc gnome: do not hardcode GNOME:Factory nor openSUSE:Factory + anywhere anymore. It's only used as default values now. + +------------------------------------------------------------------- +Fri Mar 13 15:55:13 CET 2009 - vuntz@novell.com + +- Update to version 0.4.22: + + Many "osc gnome" fixes. + + Small "osc mawbuild" fixes. + +------------------------------------------------------------------- +Tue Jan 20 16:55:24 CET 2009 - vuntz@novell.com + +- Copy to home:vuntz, the goal being to push it in openSUSE:Tools. + openSUSE:Tools should become the real home for this package, so + that other people can use the plugins developed by the GNOME + team. + +------------------------------------------------------------------- +Fri Nov 7 15:52:16 CST 2008 - maw@suse.de + +- Update to version 0.4.21: + + Fix a crash in osc gnome buildsubmit + + Add a terrible, embarassing special case to osc mawbuild. + +------------------------------------------------------------------- +Thu Oct 30 13:37:39 CST 2008 - maw@suse.de + +- Update to version 0.4.20: + + Improvements to osc pendingreqs: + * Now accepts -o/--output arguments, which should always be + coherent + * Output in general should be more coherent. + +------------------------------------------------------------------- +Wed Oct 29 11:57:37 CST 2008 - maw@suse.de + +- Update to version 0.4.19: + + Minor changes. + +------------------------------------------------------------------- +Fri Oct 24 16:15:39 CDT 2008 - maw@suse.de + +- Update to version 0.4.18: + + Make submitreqlist not show uninteresting cached results. + +------------------------------------------------------------------- +Fri Oct 24 13:27:33 CDT 2008 - maw@suse.de + +- Recommend osc >= 0.110. + +------------------------------------------------------------------- +Fri Oct 24 13:08:10 CDT 2008 - maw@suse.de + +- Update to version 0.4.17: + + Fix build on SLE 10 (on single arch platforms, anyway) + + Lots of osc gnome improvements. + +------------------------------------------------------------------- +Thu Oct 23 15:12:11 CDT 2008 - maw@suse.de + +- Recommend osc >= 0.109. + +------------------------------------------------------------------- +Thu Oct 23 15:08:44 CDT 2008 - maw@suse.de + +- Update to version 0.4.16: + + Make osc comfysubmit take an option to override some of its + configuration settings. + +------------------------------------------------------------------- +Thu Oct 23 14:59:31 CDT 2008 - maw@suse.de + +- Update to version 0.4.15: + + Make osc pendingreqs much faster (and probably a lot more + accurate to boot) + + Make osc comfydiff work, and also allow the user to override + some of its configuration settings. + +------------------------------------------------------------------- +Thu Oct 23 11:52:10 CDT 2008 - maw@suse.de + +- Update to version 0.4.14.1: + + Remove some debug spew inadvertently left behind. + +------------------------------------------------------------------- +Thu Oct 23 10:30:12 CDT 2008 - maw@suse.de + +- Update to version 0.4.14: + + osc submitreqlist now can show submitrequests for multiple + projects; this requires changing "favorite-project" in ~/.oscrc + to "favorite-projects". + +------------------------------------------------------------------- +Tue Oct 21 14:50:40 CDT 2008 - maw@suse.de + +- Update to version 0.4.12: + + More enhancements to the osc gnome plugin. + +------------------------------------------------------------------- +Thu Oct 16 17:23:54 CDT 2008 - maw@suse.de + +- Add osc-plugins-gnome-dumb-rpmlint.patch to work around + rpmlint being dumb. + +------------------------------------------------------------------- +Thu Oct 16 17:12:11 CDT 2008 - maw@suse.de + +- Fix file list. + +------------------------------------------------------------------- +Wed Oct 15 13:53:58 CDT 2008 - maw@novell.com + +- Update to version 0.4.11: + + Various enhancements to the osc gnome plugin. + +------------------------------------------------------------------- +Mon Sep 22 12:24:44 CDT 2008 - maw@suse.de + +- Update to version 0.4.10: + + Fewer strange surprises with the mawbuild plugin + + Install python utilities in the proper place, enabling builds + against Factory to succeed once more + + More updates to the gnome plugin. + +------------------------------------------------------------------- +Fri Sep 19 13:38:51 CDT 2008 - maw@suse.de + +- Update to version 0.4.7: + + Fix dumb bugs. + +------------------------------------------------------------------- +Fri Sep 19 13:31:04 CDT 2008 - maw@suse.de + +- Update to version 0.4.5: + + Use ~/.cache/osc/<command> instead of ~/.osc/cache/<command> + for cached submitreq diffs and submitreq lists + + Improve comfysubmit + + Rename the diffreq plugin to submitreqdiff (but diffreq remains + as an alias for compatibility's sake). + +------------------------------------------------------------------- +Thu Sep 18 17:12:39 CDT 2008 - maw@suse.de