Package: rasmol / 2.7.5.2-2

Metadata

Package Version Patches format
rasmol 2.7.5.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_gtkabout.patch | (download)

src/gtkwin.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix icon in gtk about dialog.
X-git-branch: p/gtkabout

Fix icon in GTK About dialog.

 src/gtkwin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

02_imakefile.patch | (download)

src/Imakefile | 35 19 + 16 - 0 !
1 file changed, 19 insertions(+), 16 deletions(-)

 debian changes to imakefile.
X-git-branch: p/imakefile

 src/Imakefile |   35 
03_intwidth.patch | (download)

src/rasmol.h | 18 8 + 10 - 0 !
1 file changed, 8 insertions(+), 10 deletions(-)

 rasmol.h: use c99 exact-width ints in typedefs.
X-git-branch: p/intwidth

 src/rasmol.h |   18 
04_spinbuttons.patch | (download)

src/sizechooser.glade | 29 19 + 10 - 0 !
1 file changed, 19 insertions(+), 10 deletions(-)

 set zero page size to gtkspinbuttons in export dialog.
X-git-branch: p/spinbuttons

    Fixes deprecation warning from GTK.

    Also re-save the sizechooser.glade file in glade, causing
    some reordering in the XML file.


 src/sizechooser.glade |   29 
05_gtkexport.patch | (download)

src/gtkwin.c | 425 226 + 199 - 0 !
1 file changed, 226 insertions(+), 199 deletions(-)

 fix segfault in image export with gtk.
X-git-branch: p/gtkexport

06_manfix.patch | (download)

doc/rasmol.1 | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 rasmol man page fixes.
X-git-branch: p/manfix

 doc/rasmol.1 |   22 
07_CONFLICTS_IN_gtk tiff lzw.patch | (download)

src/gtkwin.c | 198 91 + 107 - 0 !
1 file changed, 91 insertions(+), 107 deletions(-)

---
08_gtk tiff lzw.patch | (download)

src/gtkwin.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 write tiffs with lzw compression in gtk version.
X-git-branch: p/gtk-tiff-lzw

 src/gtkwin.c |    4 
09_glibsubheaders.patch | (download)

src/egg-macros.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not include individual glib headers.
X-git-branch: p/glibsubheaders

Starting with glib 2.32 it is now mandatory to include glib.h instead
of individual headers, or the compiler will generate an error.

Fixes Debian bug #665605.


 src/egg-macros.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

10_format security.patch | (download)

src/command.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 make rasmol compile with -werror=format-security
X-git-branch: p/format-security

Fix sprintf calls which fail when compiling with -werror=format-security.

 src/command.c |    8 
11_RESOLUTION.patch | (download)

src/gtkwin.c | 196 106 + 90 - 0 !
1 file changed, 106 insertions(+), 90 deletions(-)

---