Hello community,

here is the log from the commit of package python3-smbc for openSUSE:Factory 
checked in at 2015-05-27 12:51:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-smbc (Old)
 and      /work/SRC/openSUSE:Factory/.python3-smbc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-smbc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-smbc/python3-smbc.changes        
2015-01-20 12:37:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-smbc.new/python3-smbc.changes   
2015-05-27 12:51:17.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 26 16:21:16 UTC 2015 - [email protected]
+
+- update to version 1.0.15.4:
+  * added some constants
+
+-------------------------------------------------------------------

Old:
----
  pysmbc-1.0.15.3.tar.bz2

New:
----
  pysmbc-1.0.15.4.tar.bz2

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

Other differences:
------------------
++++++ python3-smbc.spec ++++++
--- /var/tmp/diff_new_pack.vgwSMD/_old  2015-05-27 12:51:18.000000000 +0200
+++ /var/tmp/diff_new_pack.vgwSMD/_new  2015-05-27 12:51:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-smbc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,7 +20,7 @@
 BuildRequires:  libsmbclient-devel
 BuildRequires:  pkg-config
 BuildRequires:  python3-devel
-Version:        1.0.15.3
+Version:        1.0.15.4
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://cyberelk.net/tim/software/pysmbc/

++++++ pysmbc-1.0.15.3.tar.bz2 -> pysmbc-1.0.15.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/NEWS new/pysmbc-1.0.15.4/NEWS
--- old/pysmbc-1.0.15.3/NEWS    2014-08-12 05:57:22.000000000 +0200
+++ new/pysmbc-1.0.15.4/NEWS    2015-05-11 09:45:14.000000000 +0200
@@ -1,6 +1,9 @@
 NEWS
 ----
 
+New in 1.0.15.4:
+* added some constants
+
 New in 1.0.15.3:
 * added smbc.ConnectionRefusedError
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/PKG-INFO new/pysmbc-1.0.15.4/PKG-INFO
--- old/pysmbc-1.0.15.3/PKG-INFO        2014-08-12 05:58:16.000000000 +0200
+++ new/pysmbc-1.0.15.4/PKG-INFO        2015-05-11 09:46:05.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pysmbc
-Version: 1.0.15.3
+Version: 1.0.15.4
 Summary: Python bindings for libsmbclient
 Home-page: http://cyberelk.net/tim/software/pysmbc/
 Author: ['Tim Waugh <[email protected]>', 'Tsukasa Hamano 
<[email protected]>', 'Roberto Polli <[email protected]>']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/setup.py new/pysmbc-1.0.15.4/setup.py
--- old/pysmbc-1.0.15.3/setup.py        2014-08-12 05:57:31.000000000 +0200
+++ new/pysmbc-1.0.15.4/setup.py        2015-05-11 09:44:28.000000000 +0200
@@ -64,7 +64,7 @@
     return dirs
     
 setup (name="pysmbc",
-       version="1.0.15.3",
+       version="1.0.15.4",
        description="Python bindings for libsmbclient",
        long_description=__doc__,
        author=["Tim Waugh <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/smbc/smbcmodule.c 
new/pysmbc-1.0.15.4/smbc/smbcmodule.c
--- old/pysmbc-1.0.15.3/smbc/smbcmodule.c       2014-08-12 05:57:16.000000000 
+0200
+++ new/pysmbc-1.0.15.4/smbc/smbcmodule.c       2015-05-11 09:40:56.000000000 
+0200
@@ -115,6 +115,9 @@
   INT_CONSTANT (SMBC_, PRINTER_SHARE);
   INT_CONSTANT (SMBC_, COMMS_SHARE);
   INT_CONSTANT (SMBC_, IPC_SHARE);
+  INT_CONSTANT (SMBC_, DIR);
+  INT_CONSTANT (SMBC_, FILE);
+  INT_CONSTANT (SMBC_, LINK);
   INT_CONSTANT (SMB_CTX_, FLAG_USE_KERBEROS);
   INT_CONSTANT (SMB_CTX_, FLAG_FALLBACK_AFTER_KERBEROS);
   INT_CONSTANT (SMBCCTX_, FLAG_NO_AUTO_ANONYMOUS_LOGON);


Reply via email to