Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2013-11-19 16:28:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pymol (Old)
 and      /work/SRC/openSUSE:Factory/.pymol.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pymol"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pymol/pymol.changes      2013-10-14 
14:30:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2013-11-19 
16:28:40.000000000 +0100
@@ -1,0 +2,45 @@
+Mon Nov 11 21:31:02 UTC 2013 - [email protected]
+
+- update to svn rev 4051
+  * fix segfault in SceneImagePrepareImpl
+  * fix dihedral rep for objects with >20 states
+  * cmd.png: consider image_dots_per_inch with _unit2px
+  * preset.py: delete temporary selections
+  * fixed CGO demo crash in CGOSimplify
+  * print OpenGL info not only to STDOUT, but to PyMOL text output
+  * fix tcl/tk window placement on OS X 10.9
+  * get_viewport: do not print int as float
+  * fix: do not set wiz.cmd to None when saving PSE
+  * fix cartoon picking bug
+  * fix crash during selection
+  * fix two_sided_lighting cartoon shader bug
+  * fix isolevel command for isosurface with shaders
+  * mol2 writing with multiple objects
+  * fix removing non-polar hydrogens
+  * fix crash during select bychain
+  * fixed line_as_cylinder bug
+  * fixed smooth half bonds with line as cylinders
+  * get_bond command
+
+-------------------------------------------------------------------
+Mon Nov 11 21:22:50 UTC 2013 - [email protected]
+
+- Add no-build-date.patch : eliminates build date in executable
+
+-------------------------------------------------------------------
+Mon Nov 11 17:18:28 UTC 2013 - [email protected]
+
+- update to svn rev 4050
+  * fix splash.png sRGB profile, https://sourceforge.net/p/pymol/bugs/136/
+  * fix get_setting_updates
+  * improve Filter Wizard, "Create Filtered Object"
+  * consider "ignore_pdb_segi" setting when saving to PDB
+  * delete obsolete files (sglite, ExtensionClass)
+  * some C code refactoring
+  * remove out-dated pymol.opengl module
+  * enhance get_version command, quiet=-1 gives build information
+  * remove max_triangles setting (was unused)
+  * fcmp equals operator approximate match
+  * fix Tcl/Tk save multiple to one file
+
+-------------------------------------------------------------------

Old:
----
  pymol-1.6.0.0.svn4045.tar.bz2

New:
----
  no-build-date.patch
  pymol-1.6.0.0.svn4051.tar.bz2

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

Other differences:
------------------
++++++ pymol.spec ++++++
--- /var/tmp/diff_new_pack.6VlaLT/_old  2013-11-19 16:28:41.000000000 +0100
+++ /var/tmp/diff_new_pack.6VlaLT/_new  2013-11-19 16:28:41.000000000 +0100
@@ -17,13 +17,15 @@
 
 
 Name:           pymol
-Version:        1.6.0.0.svn4045
+Version:        1.6.0.0.svn4051
 Release:        0
 Url:            http://pymol.org
 Summary:        A Molecular Viewer
 License:        Python-2.0
 Group:          Productivity/Scientific/Chemistry
 Source:         %{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE no-build-date.patch [email protected] -- patch eliminates 
build date
+Patch:          no-build-date.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freeglut-devel
 BuildRequires:  freetype2-devel
@@ -60,6 +62,7 @@
 
 %prep
 %setup -q
+%patch
 sed -i "1d" modules/pmg_tk/startup/apbs_tools.py # Remove she-bang line
 chmod -x data/xray/* # mark data files as not executable
 

++++++ no-build-date.patch ++++++
From: David Hall <[email protected]>
Date: 2013-11-11 12:41:00 -0500
Subject: do not include build date in package
References:
Upstream: never

Patch removes including build date in binary

---
 create_shadertext.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: create_shadertext.py
===================================================================
--- create_shadertext.py
+++ create_shadertext.py
@@ -98,7 +98,7 @@ def create_buildinfo(outputdir, pymoldir
 #define _PyMOL_BUILD_DATE %d
 #define _PYMOL_BUILD_GIT_SHA "%s"
 #define _PyMOL_BUILD_SVN_REV %d
-        ''' % (time.time(), sha, rev)
+        ''' % (0, sha, rev)
 
 if __name__ == "__main__":
     create_shadertext(*sys.argv[1:5])
++++++ pymol-1.6.0.0.svn4045.tar.bz2 -> pymol-1.6.0.0.svn4051.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/pymol/pymol-1.6.0.0.svn4045.tar.bz2 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.6.0.0.svn4051.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to