This commit is contained in:
parent
6dd1354266
commit
23d0542ca8
@ -1,3 +1,11 @@
|
|||||||
|
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
|
||||||
|
|
||||||
osc (0.96-2) unstable; urgency=high
|
osc (0.96-2) unstable; urgency=high
|
||||||
* update to r1644:
|
* update to r1644:
|
||||||
- don't allow to delete projects, as long it is not implemented in
|
- don't allow to delete projects, as long it is not implemented in
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:dcf66f9beb203d90bf8585502a08d459c4b214a2bc4ee709a9b2fdfc6bf4b66d
|
oid sha256:79141ae410c462bdbcbc8e4640d8eb0b946c914e79f444ee1febe99b2f4e8d9d
|
||||||
size 53411
|
size 53685
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 10 16:33:57 CEST 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 8 12:22:47 CEST 2007 - poeml@suse.de
|
Tue May 8 12:22:47 CEST 2007 - poeml@suse.de
|
||||||
|
|
||||||
|
7
osc.spec
7
osc.spec
@ -13,7 +13,7 @@
|
|||||||
Name: osc
|
Name: osc
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Version: 0.96
|
Version: 0.96
|
||||||
Release: 1
|
Release: 3
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -63,6 +63,11 @@ ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
|
|||||||
%doc README TODO NEWS
|
%doc README TODO NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 10 2007 - poeml@suse.de
|
||||||
|
- 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
|
||||||
* Tue May 08 2007 - poeml@suse.de
|
* Tue May 08 2007 - poeml@suse.de
|
||||||
- update to r1644:
|
- update to r1644:
|
||||||
- don't allow to delete projects, as long it is not implemented in
|
- don't allow to delete projects, as long it is not implemented in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user