Changeset: 5e306a2e905b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5e306a2e905b
Added Files:
        debian/monetdb-python2.install
Removed Files:
        debian/monetdb-python.install
Modified Files:
        MonetDB.spec
        buildtools/ChangeLog.Dec2016
        debian/control
Branch: Dec2016
Log Message:

Future proofing: rename packages to MonetDB-python2/monetdb-python2.


diffs (80 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -88,7 +88,7 @@
 %endif
 
 %if %{fedpkgs}
-# If the _without_pyintegration macro is not set, the MonetDB-python
+# If the _without_pyintegration macro is not set, the MonetDB-python2
 # RPM will be created.  The macro can be set when using mock by
 # passing it the flag --without=pyintegration.
 %if %{?_without_pyintegration:0}%{!?_without_pyintegration:1}
@@ -524,25 +524,25 @@ install it.
 %endif
 
 %if %{?with_pyintegration:1}%{!?with_pyintegration:0}
-%package python
+%package python2
 Summary: Integration of MonetDB and Python, allowing use of Python from within 
SQL
 Group: Applications/Databases
 Requires: MonetDB-SQL-server5%{?_isa} = %{version}-%{release}
 
-%description python
+%description python2
 MonetDB is a database management system that is developed from a
 main-memory perspective with use of a fully decomposed storage model,
 automatic index management, extensibility of data types and search
 accelerators.  It also has an SQL frontend.
 
 This package contains the interface to use the Python language from
-within SQL queries.
+within SQL queries.  This package is for Python 2.
 
 NOTE: INSTALLING THIS PACKAGE OPENS UP SECURITY ISSUES.  If you don't
 know how this package affects the security of your system, do not
 install it.
 
-%files python
+%files python2
 %defattr(-,root,root)
 %{_libdir}/monetdb5/pyapi.*
 %{_libdir}/monetdb5/autoload/*_pyapi.mal
diff --git a/buildtools/ChangeLog.Dec2016 b/buildtools/ChangeLog.Dec2016
--- a/buildtools/ChangeLog.Dec2016
+++ b/buildtools/ChangeLog.Dec2016
@@ -2,8 +2,8 @@
 # This file is updated with Maddlog
 
 * Tue Dec  6 2016 Sjoerd Mullender <[email protected]>
-- New packages MonetDB-python (Fedora) and monetdb-python (Debian/Ubuntu)
-  have been created for Python integration into MonetDB.
+- New packages MonetDB-python2 (Fedora) and monetdb-python2 (Debian/Ubuntu)
+  have been created for Python 2 integration into MonetDB.
 
 * Tue Jul 19 2016 Stefan Manegold <[email protected]>
 - With OID size equal to ABI/word size, mserver5 does not need to print
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -272,7 +272,7 @@ Description: MonetDB5 128 bit integer (h
  This package provides HUGEINT (128-bit integer) support for the SQL
  frontend of MonetDB.
 
-Package: monetdb-python
+Package: monetdb-python2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
  monetdb5-sql (= ${source:Version})
@@ -283,7 +283,7 @@ Description: Integration of MonetDB and 
  accelerators.  It also has an SQL frontend.
  .
  This package contains the interface to use the Python language from
- within SQL queries.
+ within SQL queries.  This package is for Python 2.
  .
  NOTE: INSTALLING THIS PACKAGE OPENS UP SECURITY ISSUES.  If you don't
  know how this package affects the security of your system, do not
diff --git a/debian/monetdb-python.install b/debian/monetdb-python2.install
rename from debian/monetdb-python.install
rename to debian/monetdb-python2.install
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to