Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2016-04-05 10:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and      /work/SRC/openSUSE:Factory/.pspp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pspp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pspp/pspp.changes        2015-08-27 
08:56:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pspp.new/pspp.changes   2016-04-05 
10:44:30.000000000 +0200
@@ -1,0 +2,34 @@
+Sun Apr  3 15:57:10 UTC 2016 - [email protected]
+- Update to 0.10:
+ * The QUICK CLUSTER command has a  /PRINT subcommand which shows
+   the initial cluster centres and the final cluster membership of
+   each case.  The clustering algorithm has also been updated, so
+   as to produce better separated clusters.
+ * If the DECIMAL character is set to COMMA then the ',' character
+   will not be treated as a separator by DATA LIST.
+ * The graphical user interface (psppire) has been changed as follows:
+   - It now uses Gtk+ version 3 instead of version 2.
+   - There is now a Graphs menu to access the GRAPH command.
+   - The status of dialog box widgets are now preserved between calls
+     to the same dialog box for the same dataset.
+   - The dialog box for the Logistic Regression command will now
+     infer that string variables or any varible with a "measure"
+     of Nominal or Ordinal are to be treated as categorical variables
+     and will generate syntax accordingly.
+ * The pspp-convert utility can now decrypt encrypted syntax files.
+   The encrypted syntax file format is unacceptably insecure, so to
+   discourage its use PSPP and PSPPIRE do not directly read or write
+   this format.
+ * New commands:
+   - SORT VARIABLES.
+ * The following functions for transformation expressions are new:
+   - REPLACE, for search-and-replace of one string with another.
+   - STRUNC, to truncate a string and trim trailing spaces.
+   - MEDIAN, to compute the median of its arguments.
+   - The TRUNC function in expressions now supports additional arguments
+     for truncating to values other than integers and to indicate a level
+     of rounding fuzz.  The default rounding fuzz may now be controlled
+     and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
+ * Various bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  pspp-0.8.5.tar.gz

New:
----
  pspp-0.10.1.tar.gz

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

Other differences:
------------------
++++++ pspp.spec ++++++
--- /var/tmp/diff_new_pack.cZk2F6/_old  2016-04-05 10:44:32.000000000 +0200
+++ /var/tmp/diff_new_pack.cZk2F6/_new  2016-04-05 10:44:32.000000000 +0200
@@ -1,4 +1,4 @@
-# spec file for PSPP 0.8.5
+# spec file for PSPP 0.10.1
 
 # Copyright (c) 2008 Matj Cepl <[email protected]>
 # Copyright (c) 2008 D. Steuer <[email protected]>
@@ -14,7 +14,7 @@
 # published by the Open Source Initiative.
 
 # Usable with currently supported openSUSE releases
-# 11.3, 11.4, 12.1, 12.2, 12.3, 13.1, 13.2
+# 13.2, 42.1
 
 # Variable gitversion is part of build name, for example, gitversion of 
0.7.6-g08d746 is g08d746
 # it help to build from git
@@ -27,14 +27,14 @@
 %endif
 
 Name:           pspp
-Version:        0.8.5
+Version:        0.10.1
 Release:        0
 Summary:        A program for statistical analysis of sampled data
  
 Group:          Productivity/Scientific/Math
 License:        GPL-3.0+
 URL:            http://www.gnu.org/software/pspp/
-Source0:        ftp://ftp.gnu.org/pub/gnu/pspp/pspp-0.8.5.tar.gz
+Source0:        ftp://ftp.gnu.org/pub/gnu/pspp/pspp-0.10.1.tar.gz
 #ftp://ftp.gnu.org/pub/gnu/pspp/pspp-{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/pspp-root
@@ -42,14 +42,14 @@
 BuildRequires:  perl
 BuildRequires:  perl-ExtUtils-MakeMaker
 BuildRequires:  pkgconfig
-BuildRequires:  gtksourceview2-devel
+BuildRequires:  gtksourceview3-devel
 %endif
 %if 0%{?fedora} 
 BuildRequires:  atlas
 BuildRequires:  perl
 BuildRequires:  perl-ExtUtils-MakeMaker
 BuildRequires:  pkgconfig
-BuildRequires:  gtksourceview2-devel
+BuildRequires:  gtksourceview3-devel
 %endif
 %if 0%{?mandriva_version} 
 BuildRequires:  perl
@@ -63,18 +63,10 @@
 BuildRequires:  update-desktop-files
 PreReq:         %install_info_prereq
 %endif
-%if  0%{?suse_version} <= 1140
-BuildRequires:  gtksourceview-devel
-%else
-BuildRequires:  gtksourceview2-devel 
+%if  0%{?suse_version} 
+BuildRequires:  gtksourceview-devel >= 3.4.2
 %endif
-%if 0%{?suse_version} >= 1140
-#For GTK2 2.22 version, you must add line:
-#gtk-fallback-icon-theme = "gnome"
-#Because of bug https://savannah.gnu.org/bugs/index.php?31511
-#That line is default in gtk2-branding-openSUSE package, so
-Recommends:     gtk2-branding-openSUSE
-#
+%if 0%{?suse_version}
 #Next package only for "make check"
 BuildRequires:  free-ttf-fonts
 %endif
@@ -84,7 +76,7 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  gsl-devel >= 1.12
-BuildRequires:  gtk2-devel >= 2.16
+BuildRequires:  gtk3-devel >= 3.4.2
 BuildRequires:  libglade2-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  m4

++++++ pspp-0.8.5.tar.gz -> pspp-0.10.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/pspp/pspp-0.8.5.tar.gz 
/work/SRC/openSUSE:Factory/.pspp.new/pspp-0.10.1.tar.gz differ: char 5, line 1


Reply via email to