[Python-modules-commits] r31927 - in packages/mysql-connector-python/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Mar 2 22:06:05 UTC 2015


    Date: Monday, March 2, 2015 @ 22:06:05
  Author: morph
Revision: 31927

extend upstream copyright years

Modified:
  packages/mysql-connector-python/trunk/debian/changelog
  packages/mysql-connector-python/trunk/debian/copyright
  packages/mysql-connector-python/trunk/debian/patches/fix_last_executed_query.patch

Modified: packages/mysql-connector-python/trunk/debian/changelog
===================================================================
--- packages/mysql-connector-python/trunk/debian/changelog	2015-03-02 21:59:10 UTC (rev 31926)
+++ packages/mysql-connector-python/trunk/debian/changelog	2015-03-02 22:06:05 UTC (rev 31927)
@@ -3,8 +3,9 @@
   * New upstream release
   * debian/copyright
     - extend packaging copyright years
+    - extend upstream copyright years
 
- -- Sandro Tosi <morph at debian.org>  Mon, 02 Mar 2015 21:58:59 +0000
+ -- Sandro Tosi <morph at debian.org>  Mon, 02 Mar 2015 22:05:47 +0000
 
 mysql-connector-python (1.2.3-2) unstable; urgency=low
 

Modified: packages/mysql-connector-python/trunk/debian/copyright
===================================================================
--- packages/mysql-connector-python/trunk/debian/copyright	2015-03-02 21:59:10 UTC (rev 31926)
+++ packages/mysql-connector-python/trunk/debian/copyright	2015-03-02 22:06:05 UTC (rev 31927)
@@ -3,7 +3,7 @@
 Source: http://dev.mysql.com/downloads/connector/python/
 
 Files: *
-Copyright: Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
+Copyright: Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
            Use is subject to license terms.
 License: GPL-2 (with FOSS License Exception)
  This program is free software; you can redistribute it and/or modify

Modified: packages/mysql-connector-python/trunk/debian/patches/fix_last_executed_query.patch
===================================================================
--- packages/mysql-connector-python/trunk/debian/patches/fix_last_executed_query.patch	2015-03-02 21:59:10 UTC (rev 31926)
+++ packages/mysql-connector-python/trunk/debian/patches/fix_last_executed_query.patch	2015-03-02 22:06:05 UTC (rev 31927)
@@ -1,7 +1,7 @@
-Index: mysql-connector-python/python23/django/base.py
+Index: mysql-connector-python/lib/mysql/connector/django/base.py
 ===================================================================
---- mysql-connector-python.orig/python23/django/base.py	2014-08-15 07:47:44.000000000 +1000
-+++ mysql-connector-python/python23/django/base.py	2014-09-11 09:00:39.894957233 +1000
+--- mysql-connector-python.orig/lib/mysql/connector/django/base.py	2014-08-15 07:47:44.000000000 +1000
++++ mysql-connector-python/lib/mysql/connector/django/base.py	2014-09-11 09:00:39.894957233 +1000
 @@ -372,7 +372,8 @@
          return 'MATCH ({0}) AGAINST (%s IN BOOLEAN MODE)'.format(field_name)
  




More information about the Python-modules-commits mailing list