Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2011-12-21 10:01:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2011-09-23 12:21:08.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes     2011-12-21 
10:01:49.000000000 +0100
@@ -1,0 +2,27 @@
+Tue Dec 20 21:58:02 UTC 2011 - [email protected]
+
+- update to 0.133.1
+  - removed debug code lead to warning message (fix by Marcus_H)
+
+-------------------------------------------------------------------
+Tue Dec  6 08:58:53 UTC 2011 - [email protected]
+
+- update to 0.133
+  - add --meta option also to "list", "cat" and "less" commands
+  - project checkout is skipping packages linking to project local packages by 
default
+  - add --keep-link option to copypac command
+  - source validators are not called by default anymore:
+    * They can get used via source services now
+    * Allows different validations based on the code streams
+  #
+  # Features which require OBS 2.3
+  #
+  - support source services using OBS project or package name
+  - support updateing _patchinfo file with new issues just by calling "osc 
patchinfo" again
+  - branch --add-repositories can be used to add repos from source project to 
target project
+  - branch --extend-package-names can be used to do mbranch like branch of a 
single package
+  - branch --new-package can be used to do branch from a not yet existing 
package (to define later submit target)
+  - show declined requests which created by user
+
+
+-------------------------------------------------------------------

Old:
----
  osc-0.132.6.tar.gz

New:
----
  _service:format_spec_file:osc.spec
  osc-0.133.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ _service:format_spec_file:osc.spec ++++++
#
# spec file for package osc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           osc
Version:        0.133.1
Release:        0
Summary:        openSUSE Build Service Commander
License:        GPL-2.0+
Group:          Development/Tools/Other
Url:            http://www.gitorious.org/opensuse/osc
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?mandriva_version} < 02010
BuildRequires:  python-urlgrabber
Requires:       python-urlgrabber
%endif
BuildRequires:  python-devel
%if 0%{?mandriva_version}
BuildRequires:  python-rpm
Requires:       python-rpm
%else
BuildRequires:  rpm-python
Requires:       rpm-python
%endif
#
%if 0%{?suse_version}
%if 0%{?suse_version} < 1020
BuildRequires:  python-elementtree
Requires:       python-elementtree
%else
BuildRequires:  python-xml
Requires:       python-xml
%endif
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%if 0%{?suse_version} > 1000
Recommends:     build >= 2010.05.04
# These packages are needed for "osc add $URL"
Recommends:     obs-service-recompress
Recommends:     obs-service-set_version
Recommends:     obs-service-tar_scm
Recommends:     obs-service-verify_file
Recommends:     obs-service-download_files
Recommends:     obs-service-format_spec_file
Recommends:     obs-service-source_validator
%endif
%endif
%if 0%{?rhel_version} && 0%{?rhel_version} < 600
BuildRequires:  python-elementtree
Requires:       python-elementtree
%endif
%if 0%{?centos_version} && 0%{?centos_version} < 600
BuildRequires:  python-elementtree
Requires:       python-elementtree
%endif
%if 0%{?suse_version}%{?mandriva_version}
BuildRequires:  python-m2crypto
Requires:       python-m2crypto > 0.19
%else
BuildRequires:  m2crypto
Requires:       m2crypto > 0.19
%endif
%{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Commandline client for the openSUSE Build Service.

See http://en.opensuse.org/openSUSE:OSC , as well as
http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general
introduction.

%prep
%setup -q

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
install -Dm0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
install -Dm0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
%if 0%{?suse_version} > 1110
install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
%else
install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS README TODO NEWS
%{_bindir}/osc*
%{python_sitelib}/*
%config %{_sysconfdir}/profile.d/osc.csh
%config %{_sysconfdir}/profile.d/osc.sh
%dir %{_localstatedir}/lib/osc-plugins
%{_mandir}/man1/osc.*
%if 0%{?suse_version} > 1110
%{_prefix}/lib/osc
%else
%{_libdir}/osc
%endif

%changelog
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.eLap7e/_old  2011-12-21 10:01:50.000000000 +0100
+++ /var/tmp/diff_new_pack.eLap7e/_new  2011-12-21 10:01:50.000000000 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           osc
-Version:        0.132.6
-Release:        1
-License:        GPLv2+
+Version:        0.133.1
+Release:        0
 Summary:        openSUSE Build Service Commander
-Url:            http://www.gitorious.org/opensuse/osc
+License:        GPL-2.0+
 Group:          Development/Tools/Other
+Url:            http://www.gitorious.org/opensuse/osc
 Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?mandriva_version} < 02010

++++++ osc-0.132.6.tar.gz -> osc-0.133.1.tar.gz ++++++
++++ 2683 lines of diff (skipped)

++++++ osc.dsc ++++++
--- /var/tmp/diff_new_pack.eLap7e/_old  2011-12-21 10:01:51.000000000 +0100
+++ /var/tmp/diff_new_pack.eLap7e/_new  2011-12-21 10:01:51.000000000 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.132.6
+Version: 0.133.1
 Binary: osc
 Maintainer: Adrian Schroeter <[email protected]>
 Architecture: any

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to