@@ -0,0 +1,86 @@
+--- debian.changelog.orig
++++ debian.changelog
+@@ -1,3 +1,8 @@
++osc (0.123-1) unstable; urgency=high
++ - Updated to 0.123
++
++ -- Adrian Schroeter <adrian@suse.de> Mon, 20 Oct 2009 10:00:00 +0200
++
+ osc (0.122-1) unstable; urgency=high
+ - Updated to 0.122
+
+--- osc.changes.orig
++++ osc.changes
+@@ -1,4 +1,35 @@
+ -------------------------------------------------------------------
++Fri Oct 16 14:41:46 UTC 2009 - adrian@suse.de
++
++- update to version 0.123
++ - IMPORTANT: ssl certificate checks are actually performed now to
++ prevent man-in-the-middle-attacks. python-m2crypto is needed to
++ make this work. Certificate checks can be turned off per server
++ via 'sslcertck = 0' in .oscrc.
++ - 'osc list' option -D now only limits non-'new' requests. In state 'new' all are shown.
++ - suggest 'osc list' --bugowner option. Not implemented.
++ - implemented 'osc ls .' to take proj/pack name from current directory.
++ * Incompatible change: 'osc ls' now defaults to 'osc ls .',
++ * Use 'osc ls /' if you really want to list all projects.
++ * This is meant as a proof of concept. I intend to generalize this usage of '.'
++ for all osc commands. Feedback welcome.
++ - 'osc in' to be done. Its usage just prints a suggested zypper command line.
++ - Incompatible change: osc se now prints Project Package, instead of Package Project
++ for easier copy&paste.
++ - fix checkout of packages, which contain not committed files (but uploaded)
++ - add signing key management command (osc signkey)
++ * shows public part of project key
++ * allows (re)creation of a project key
++ * allows deletion of a project key
++ - support 100% offline build with "osc build --noinit ...."
++
++-------------------------------------------------------------------
++Thu Oct 8 08:47:19 UTC 2009 - adrian@suse.de
++
++- update to 0.123 svn snapshot
++ * new dependency to python-m2crypto for SSL certification check
++
++-------------------------------------------------------------------
+ Thu Sep 17 15:29:30 CEST 2009 - suse-tux@gmx.de
+
+ - removed "Recommends: rpm-python" which isn't needed anymore
+--- osc.dsc.orig
++++ osc.dsc
+@@ -1,6 +1,6 @@
+ Format: 1.0
+ Source: osc
+-Version: 0.122-1
++Version: 0.123-1
+ Binary: osc
+ Maintainer: Adrian Schroeter <adrian@suse.de>
+ Architecture: any
+--- osc.spec.orig
++++ osc.spec
+@@ -1,5 +1,5 @@
+ #
+-# spec file for package osc (Version 0.120)
++# spec file for package osc (Version 0.123)
+ #
+ # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+ #
+@@ -18,8 +18,15 @@
+
+
+ Name: osc
+-BuildRequires: python-devel
+-Version: 0.122
++BuildRequires: python-devel python-urlgrabber
++%if 0%{?suse_version}%{?mandriva_version}
++BuildRequires: python-m2crypto
++Requires: python-m2crypto
++%else
++BuildRequires: m2crypto
++Requires: m2crypto
++%endif
++Version: 0.123
+ Release: 1
+ Group: Development/Tools/Other
+ License: GPL v2 or later
|