Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2016-03-07 13:27:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2015-07-03 00:11:38.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes     2016-03-07 
13:28:32.000000000 +0100
@@ -1,0 +2,17 @@
+Fri Mar  4 07:27:49 UTC 2016 - [email protected]
+
+- 0.153.0
+  - "my sr" is using the server side request collection to get right results
+  - maintenance request offers to supersede old, but still open requests
+  - add build --vm-telnet option for getting debug shell in KVM builds
+  - add buildhistory --limit option
+  OBS 2.7 only:
+  - add "addchannels" and "enablechannel" commands
+  - support new package instances on branching when using -N parameter
+  - add --linkrev option to branch command
+  - add --add-repository-block option to branch command
+  - add --add-repository-rebuild option to branch command
+  - add service merge command
+  - add service wait command
+
+-------------------------------------------------------------------

Old:
----
  osc-0.152.0.tar.gz

New:
----
  osc-0.153.0.tar.gz

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.ImEAoJ/_old  2016-03-07 13:28:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ImEAoJ/_new  2016-03-07 13:28:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 Name:           osc
-Version:        0.152.0
+Version:        0.153.0
 Release:        0
-Summary:        openSUSE Build Service Commander
+Summary:        Open Build Service Commander
 License:        GPL-2.0+
 Group:          Development/Tools/Other
 Url:            https://github.com/openSUSE/osc
@@ -84,7 +84,7 @@
 %{!?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.
+Commandline client for the Open Build Service.
 
 See http://en.opensuse.org/openSUSE:OSC , as well as
 http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.ImEAoJ/_old  2016-03-07 13:28:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ImEAoJ/_new  2016-03-07 13:28:33.000000000 +0100
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.152.0
+pkgver=0.153.0
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@
 groups=('base-devel')
 depends=('python2' 'python2-m2crypto' 'urlgrabber')
 source=(osc-${pkgver}.tar.gz)
-md5sums=('4a0b1194f52280d42dd50fe2a8adaa3a')
+md5sums=('SKIP')
 
 package() {
   msg "Installing osc ..."

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ImEAoJ/_old  2016-03-07 13:28:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ImEAoJ/_new  2016-03-07 13:28:33.000000000 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">0.152.0</param>
-    <param name="revision">0.152.0</param>
+    <param name="version">0.153.0</param>
+    <param name="revision">0.153.0</param>
     <param name="url">git://github.com/openSUSE/osc.git</param>
     <param name="scm">git</param>
   </service>

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.ImEAoJ/_old  2016-03-07 13:28:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ImEAoJ/_new  2016-03-07 13:28:33.000000000 +0100
@@ -1,4 +1,4 @@
-osc (0.152.0) unstable; urgency=low
+osc (0.153.0) unstable; urgency=low
   - Update to 0.135.0
 
  -- Adrian Schroeter <[email protected]>  Wed, 28 Jun 2012 10:00:00 +0200

++++++ debian.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/control new/debian/control
--- old/debian/control  2012-09-20 10:06:49.000000000 +0200
+++ new/debian/control  2015-06-30 15:40:36.000000000 +0200
@@ -8,9 +8,7 @@
 Package: osc
 Section: devel
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>=2.5) 
| python-celementtree, python-urlgrabber, python-m2crypto
-Suggests: python-keyring
-Description: openSUSE (buildsystem) commander
- svn-like cmdline tool (and python library) to maintain source files in the
- opensuse buildservice 
-
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>=2.5) 
| python-celementtree, python-urlgrabber, python-m2crypto, python-rpm, build
+Suggests: python-keyring, sudo
+Description: Open Build Service Commander
+  Commandline client for the Open Build Service.

++++++ osc-0.152.0.tar.gz -> osc-0.153.0.tar.gz ++++++
++++ 2706 lines of diff (skipped)

++++++ osc.dsc ++++++
--- /var/tmp/diff_new_pack.ImEAoJ/_old  2016-03-07 13:28:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ImEAoJ/_new  2016-03-07 13:28:33.000000000 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.152.0
+Version: 0.153.0
 Binary: osc
 Maintainer: Adrian Schroeter <[email protected]>
 Architecture: any


Reply via email to