Hello community, here is the log from the commit of package osc checked in at Sun May 13 16:45:21 CEST 2007. -------- --- osc/osc.changes 2007-05-10 16:34:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/osc/osc.changes 2007-05-12 23:26:42.000000000 +0200 @@ -1,0 +2,7 @@ +Sat May 12 23:25:15 CEST 2007 - poeml@suse.de + +- update to r1655: + - build: fix bug introduced with r1652: for the buildinfo, POST + the specfile's content, not its name... + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osc.spec ++++++ --- /var/tmp/diff_new_pack.s13954/_old 2007-05-13 16:45:08.000000000 +0200 +++ /var/tmp/diff_new_pack.s13954/_new 2007-05-13 16:45:08.000000000 +0200 @@ -13,7 +13,7 @@ Name: osc BuildRequires: python-devel Version: 0.96 -Release: 3 +Release: 6 Group: Development/Tools/Other License: GNU General Public License (GPL) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,6 +63,10 @@ %doc README TODO NEWS %changelog +* Sat May 12 2007 - poeml@suse.de +- update to r1655: + - build: fix bug introduced with r1652: for the buildinfo, POST + the specfile's content, not its name... * Thu May 10 2007 - poeml@suse.de - update to r1652: - build: implement -x/--extra-pkgs option (passed to backend and ++++++ debian.changelog ++++++ --- osc/debian.changelog 2007-05-10 16:34:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/osc/debian.changelog 2007-05-12 23:28:20.000000000 +0200 @@ -1,10 +1,17 @@ +osc (0.96-4) unstable; urgency=high + * update to r1655: + - build: fix bug introduced with r1652: for the buildinfo, POST the + specfile's content, not its name... + + -- Peter Poeml <poeml@suse.de> Sat, 12 May 2007 00:00:00 +0200 + osc (0.96-3) unstable; urgency=high * update to r1652: - build: implement -x/--extra-pkgs option (passed to backend and included in buildinfo result) - make filling out of username in templates work again - -- Peter Poeml <poeml@suse.de> Tue, 10 May 2007 00:00:00 +0200 + -- Peter Poeml <poeml@suse.de> Thu, 10 May 2007 00:00:00 +0200 osc (0.96-2) unstable; urgency=high * update to r1644: ++++++ osc-0.96.tar.gz ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/osc-0.96/osc/build.py new/osc-0.96/osc/build.py --- old/osc-0.96/osc/build.py 2007-05-09 11:36:55.000000000 +0200 +++ new/osc-0.96/osc/build.py 2007-05-12 22:18:23.000000000 +0200 @@ -245,7 +245,7 @@ store_read_package(os.curdir), repo, arch, - specfile=spec, + specfile=open(spec).read(), addlist=opts.extra_pkgs)) except: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de