Mailinglist Archive: opensuse-commit (1097 mails)

< Previous Next >
commit osc for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 18 Jan 2010 18:25:16 +0100
  • Message-id: <20100118172516.479C0202A6@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Mon Jan 18 18:25:16 CET 2010.



--------
--- osc/osc.changes 2009-10-27 16:38:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/osc/osc.changes 2010-01-15
10:59:08.000000000 +0100
@@ -1,0 +2,53 @@
+Thu Jan 14 21:55:28 UTC 2010 - adrian@xxxxxxx
+
+- osc 0.125.1 final
+ * when a broken link is encountered automatically switch to last working
+ version. use 'osc pull' to repair the broken link.
+ * osc my request is showing now also requests from other people target to
+ myself
+ * new config option 'submitrequest_on_accept_action' to specify a default
action
+ if a submitrequest has been accepted
+ * show scheduler state for each repo with "results" and "prjresults"
+
+-------------------------------------------------------------------
+Mon Jan 11 15:44:44 UTC 2010 - adrian@xxxxxxx
+
+- version 0.125 beta 1
+ * the new commands are "pull" and "linktobranch"
+ * proxy support via SSL
+
+-------------------------------------------------------------------
+Thu Dec 10 06:34:06 UTC 2009 - adrian@xxxxxxx
+
+- make version 0.124 final. (commit 13d900a64838fb577527d520fa0cf31c09af4cf6)
+ Full changelog is inside the NEWS file.
+
+-------------------------------------------------------------------
+Wed Dec 9 06:56:28 UTC 2009 - adrian@xxxxxxx
+
+- first package from git repo (osc 0.124 RC1)
+ * fixing product building
+
+-------------------------------------------------------------------
+Wed Dec 2 08:31:33 UTC 2009 - adrian@xxxxxxx
+
+- update to current svn trunk (r9348, osc 0.124 beta 2)
+ * build --release option added by Ludwig
+
+-------------------------------------------------------------------
+Fri Nov 13 09:18:19 UTC 2009 - adrian@xxxxxxx
+
+- update to current svn trunk (osc 0.124 beta 1)
+ * osc submitrequest is working on project level
+ * patchinfo support
+
+-------------------------------------------------------------------
+Mon Nov 2 10:01:45 UTC 2009 - adrian@xxxxxxx
+
+- update to current svn trunk (osc 0.124 alpha 1)
+ * Juergens incompatible changes are back, may get removed again for release
+ * For maintenance work:
+ - new "osc maintained $PACKAGE" command
+ - new "osc mbranch $PACKAGE" command
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
osc-0.123.tar.gz

New:
----
osc-0.125.1.tar.gz

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.niG4X2/_old 2010-01-18 18:23:46.000000000 +0100
+++ /var/tmp/diff_new_pack.niG4X2/_new 2010-01-18 18:23:46.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package osc (Version 0.123)
+# spec file for package osc (Version 0.125.1)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -18,21 +18,20 @@


Name: osc
-BuildRequires: python-devel python-urlgrabber
+BuildRequires: python-devel
%if 0%{?suse_version}%{?mandriva_version}
BuildRequires: python-m2crypto
-Requires: python-m2crypto
+Requires: python-m2crypto > 0.19
%else
BuildRequires: m2crypto
-Requires: m2crypto
+Requires: m2crypto > 0.19
%endif
-Version: 0.123
+Version: 0.125.1
Release: 1
Group: Development/Tools/Other
-License: GPL v2 or later
+License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Url:
https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
-# v=0.114; svn export
https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc
osc-$v && tar czf osc-$v.tar.gz osc-$v
+Url: http://www.gitorious.org/opensuse/osc
Source: osc-%{version}.tar.gz
Summary: OpenSUSE Build Service Commander
Requires: python-urlgrabber
@@ -42,8 +41,8 @@
BuildRequires: python-elementtree
Requires: python-elementtree
%else
-BuildRequires: python-xml
-Requires: python-xml
+BuildRequires: python-urlgrabber python-xml
+Requires: python-xml python-urlgrabber
%endif
%if 0%{?suse_version} > 1110
BuildArch: noarch
@@ -52,9 +51,13 @@
Recommends: build > 2009.06.03
%endif
%endif
+%if 0%{?mandriva_version} == 0200910
+BuildRequires: python-urlgrabber
+Requires: python-urlgrabber
+%endif
%if 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires: python-elementtree
-Requires: python-elementtree
+BuildRequires: python-elementtree python-urlgrabber
+Requires: python-elementtree python-urlgrabber
%endif
#
%{!?python_sitelib: %define python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.niG4X2/_old 2010-01-18 18:23:46.000000000 +0100
+++ /var/tmp/diff_new_pack.niG4X2/_new 2010-01-18 18:23:46.000000000 +0100
@@ -1,3 +1,8 @@
+osc (0.125.1-1) unstable; urgency=high
+ - Updated to 0.125.1
+
+ -- Adrian Schroeter <adrian@xxxxxxx> Fr, 15 Jan 2010 10:00:00 +0200
+
osc (0.123-1) unstable; urgency=high
- Updated to 0.123


++++++ osc-0.123.tar.gz -> osc-0.125.1.tar.gz ++++++
++++ 8280 lines of diff (skipped)

++++++ osc.dsc ++++++
--- /var/tmp/diff_new_pack.niG4X2/_old 2010-01-18 18:23:46.000000000 +0100
+++ /var/tmp/diff_new_pack.niG4X2/_new 2010-01-18 18:23:46.000000000 +0100
@@ -1,8 +1,8 @@
Format: 1.0
Source: osc
-Version: 0.123-1
+Version: 0.125.1-1
Binary: osc
Maintainer: Adrian Schroeter <adrian@xxxxxxx>
Architecture: any
Standards-Version: 3.7.1
-Build-Depends: debhelper (>= 4.0.0), python-dev, python-celementtree
+Build-Depends: debhelper (>= 4.0.0), python-dev


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread