OBS User unknown 2007-05-13 14:45:22 +00:00 committed by Git OBS Bridge
parent 654499cd5c
commit 47a25a0e4f
4 changed files with 22 additions and 4 deletions

View File

@ -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:

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79141ae410c462bdbcbc8e4640d8eb0b946c914e79f444ee1febe99b2f4e8d9d
size 53685
oid sha256:77a7973d31057208406357e10e3766f6527e5148732fac1da77d3fc8e183ddf7
size 53696

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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...
-------------------------------------------------------------------
Thu May 10 16:33:57 CEST 2007 - poeml@suse.de

View File

@ -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 @@ ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
%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