1
0
forked from pool/osc
OBS User unknown 2007-06-28 21:37:42 +00:00 committed by Git OBS Bridge
parent 55e1c3bfe8
commit de3eec594e
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,13 @@
osc (0.96-9) unstable; urgency=high
* update to r1792:
- linkpac: make this osc subcommand work again: sync metadata if
edit_meta() is called with change_is_required=False.
- log: fail gracefully if logfile can't be found
- handle empty prjresults (e.g. when no repositories are defined)
-- Peter Poeml <poeml@suse.de> Thu, 28 May 2007 00:00:00 +0200
osc (0.96-8) unstable; urgency=high
* update to r1783:

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76c9fcca35895c5c330bb8a6643234c2902f977ea747cc77efbce19fd2106ed5
size 54839
oid sha256:4c158ad195497464da17bb2079050e0d7b3f4b96ca63c5d6933b2688747a0135
size 54084

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 28 16:19:07 CEST 2007 - poeml@suse.de
- update to r1792:
- linkpac: make this osc subcommand work again: sync metadata if
edit_meta() is called with change_is_required=False.
- log: fail gracefully if logfile can't be found
- handle empty prjresults (e.g. when no repositories are defined)
-------------------------------------------------------------------
Tue Jun 26 15:22:08 CEST 2007 - poeml@suse.de

View File

@ -13,7 +13,7 @@
Name: osc
BuildRequires: python-devel
Version: 0.96
Release: 26
Release: 27
Group: Development/Tools/Other
License: GNU General Public License (GPL)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -73,6 +73,12 @@ ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
%doc README TODO NEWS
%changelog
* Thu Jun 28 2007 - poeml@suse.de
- update to r1792:
- linkpac: make this osc subcommand work again: sync metadata if
edit_meta() is called with change_is_required=False.
- log: fail gracefully if logfile can't be found
- handle empty prjresults (e.g. when no repositories are defined)
* Tue Jun 26 2007 - poeml@suse.de
- update to r1783:
- build: don't stumble over an empty list of packages when trying to verify packages