6 Commits

Author SHA256 Message Date
5a66269f62 Accepting request 1274971 from science
OBS-URL: https://build.opensuse.org/request/show/1274971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gretl?expand=0&rev=4
2025-05-07 17:17:32 +00:00
8cefdb59e8 Accepting request 1274953 from home:pgajdos
- version update to 2025a
  * kalman filter: fixes for variance of smoothed disturbances
    and some documentation updates
  * "meantest" and "vartest" commands: support more options and
    expand their documentation
  * "system" command, iterated variants: allow more iterations
    (now 250) before declaring non-convergence
  * aggregate() function; speed improvement in the matrix case
  * hyp2f1 function: enhance the documentation
  * document the $pmanteau accessor for VARs
  * GUI, preferences dialog: add a tab specifically for plot-
    related settings
  * Fix bug: potential crash in the GUI when trying to forecast
    from an ARIMA model without a constant
  * Fix bug: "dataset addobs n" with panel data (and without the
    *-panel-time option) was not respecting the documented
    policy that 'n' refers to the number of cross-sectional
    units to be added to the dataset
  * Fix bug: "mpols" was not respecting the --simple-print
    option, now it does
  * Fix bug: the "join" command could overwrite some existing
    data with missing values (contrary to the documentation) in
    some cases
  * Fix bug: the RESET test in the GUI was broken when the
    "show all variants" option was selected (since 2024c)
  * Function packaging: fix to allow a plot-checker function to
    be private; documentation updates
  * markdown parser: improve extraction of URLs
  * minor code adjustments to comply with the C23 standard
  * update sourceforge URLs to use https

OBS-URL: https://build.opensuse.org/request/show/1274953
OBS-URL: https://build.opensuse.org/package/show/science/gretl?expand=0&rev=13
2025-05-06 14:48:42 +00:00
21f0ba4643 Accepting request 1254765 from science
OBS-URL: https://build.opensuse.org/request/show/1254765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gretl?expand=0&rev=3
2025-03-20 18:26:44 +00:00
07912da122 Accepting request 1253658 from home:badshah400:branches:science
* Update to version 2024d.
* Update gretl-guide.pdf and gretl-ref.pdf.
* Replace update-desktop-files with desktop-file-utils for BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/1253658
OBS-URL: https://build.opensuse.org/package/show/science/gretl?expand=0&rev=11
2025-03-20 15:12:35 +00:00
224e73a868 Accepting request 1253356 from science
OBS-URL: https://build.opensuse.org/request/show/1253356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gretl?expand=0&rev=2
2025-03-16 17:58:42 +00:00
f8ebfbe527 Accepting request 1253330 from home:iznogood:branches:science
- Replace pkgconfig(gtksourceview-3.0) with
  pkgconfig(gtksourceview-4) BuildRequires: Update to a more
  current gtksourceview.

OBS-URL: https://build.opensuse.org/request/show/1253330
OBS-URL: https://build.opensuse.org/package/show/science/gretl?expand=0&rev=9
2025-03-15 14:53:13 +00:00
6 changed files with 85 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a498e98a3b6b62032b198700bc90db825cd9a5f0d7453df68d17291dc581406
size 14736688

3
gretl-2025a.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e41f55d59d76f87bb4d31fbebb69dd5175aaf7593f497cbbdb70e82ce79f8444
size 14823400

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67ada7ba5c7a794a9f011e962ee3f317458ac5e3214356b103d2793897adb4a8
size 2505257
oid sha256:4bf8795c1030dabfd5ffc1cabf4e24bdbda73078f8ea66fca06896ddc5400b94
size 2509929

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c93f9e74bac3759dccd97dd34e2db96f8a767b61f5434d8bdbf6101e03971f3
size 977445
oid sha256:344b8fa37cba19ff2b5e626939293804ad2aa1aa9544e30055dac9fb5c6ab8db
size 985877

View File

@@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue May 6 14:07:40 UTC 2025 - pgajdos@suse.com
- version update to 2025a
* kalman filter: fixes for variance of smoothed disturbances
and some documentation updates
* "meantest" and "vartest" commands: support more options and
expand their documentation
* "system" command, iterated variants: allow more iterations
(now 250) before declaring non-convergence
* aggregate() function; speed improvement in the matrix case
* hyp2f1 function: enhance the documentation
* document the $pmanteau accessor for VARs
* GUI, preferences dialog: add a tab specifically for plot-
related settings
* Fix bug: potential crash in the GUI when trying to forecast
from an ARIMA model without a constant
* Fix bug: "dataset addobs n" with panel data (and without the
*-panel-time option) was not respecting the documented
policy that 'n' refers to the number of cross-sectional
units to be added to the dataset
* Fix bug: "mpols" was not respecting the --simple-print
option, now it does
* Fix bug: the "join" command could overwrite some existing
data with missing values (contrary to the documentation) in
some cases
* Fix bug: the RESET test in the GUI was broken when the
"show all variants" option was selected (since 2024c)
* Function packaging: fix to allow a plot-checker function to
be private; documentation updates
* markdown parser: improve extraction of URLs
* minor code adjustments to comply with the C23 standard
* update sourceforge URLs to use https
-------------------------------------------------------------------
Mon Mar 17 09:35:06 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2024d:
* "append" command: make the help text more explicit
* "pca" command: make a $result bundle available
* "square" command and square() function: don't skip dummy
variables when computing cross-products
* xmax() and xmin() functions; consolidate with max, min but
retain the "x" variants as aliases until further notice
* Fix possible incorrect behavior of "smpl" in some special
cases (inside a function, when the dataset is sub-sampled at
the caller level)
* nelem() function: ensure that it returns the number of bytes
in a string argument, as per the documentation
* Avoid false positives in detecting markdown in help text for
function packages
* dbnomics addon: don't fail on database IDs that contain '@'
(as some OECD identifiers now do)
* gretl_edit: use a scrollable window when displaying stderr
output, so it doesn't get truncated
* When adding a 1x1 matrix to a bundle via defbundle() or _()
don't automatically convert it to a scalar
* Tweaks for handling of empty matrices plus a little more
documentation
* GUI: support Ctrl + mouse-wheel to resize text
* GUI: fixes for breakage when resizing plots in some cases
* Documentation for addons: avoid collision with hyperref
- Update gretl-guide.pdf and gretl-ref.pdf.
- Replace update-desktop-files with desktop-file-utils for
BuildRequires.
-------------------------------------------------------------------
Fri Mar 14 21:26:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Replace pkgconfig(gtksourceview-3.0) with
pkgconfig(gtksourceview-4) BuildRequires: Update to a more
current gtksourceview.
-------------------------------------------------------------------
Sat Jun 15 18:40:59 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gretl
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2012, Efstathios Agrapidis (stathisagrapidis@gmail.com)
#
# All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
#
%define libname libgretl-1_0-48
%define libname libgretl-1_0-51
Name: gretl
Version: 2024b
Version: 2025a
Release: 0
Summary: GNU regression, econometrics and time-series library
License: GPL-3.0-only
@@ -29,6 +29,7 @@ Source0: https://downloads.sourceforge.net/gretl/%{name}-%{version}.tar.x
Source1: https://downloads.sourceforge.net/gretl/gretl-guide.pdf
Source2: https://downloads.sourceforge.net/gretl/gretl-ref.pdf
BuildRequires: R-base-devel
BuildRequires: desktop-file-utils
BuildRequires: fdupes
# Documented build requirements
BuildRequires: gcc-c++
@@ -36,11 +37,10 @@ BuildRequires: gcc-fortran
BuildRequires: gnuplot
# Extra build requirements for openSUSE
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmp)
BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(lapack)
BuildRequires: pkgconfig(libcurl)