File: changelog

package info (click to toggle)
solvespace 3.1%2Bds1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 15,964 kB
  • sloc: cpp: 122,491; ansic: 11,375; javascript: 1,919; sh: 89; xml: 44; makefile: 25
file content (204 lines) | stat: -rw-r--r-- 7,286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
solvespace (3.1+ds1-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062911

 -- Benjamin Drung <bdrung@debian.org>  Thu, 29 Feb 2024 17:02:12 +0000

solvespace (3.1+ds1-3) unstable; urgency=medium

  * Team upload.
  * Restore architectures, and just exclude s390x from affected tests.
    Thanks to Graham Inggs. Closes: #1025311

 -- Ryan Pavlik <ryan@ryanpavlik.com>  Wed, 07 Dec 2022 16:25:41 -0600

solvespace (3.1+ds1-2) unstable; urgency=medium

  * Team upload.
  * Drop s390x architecture due to test failures. Closes: #1013163
  * Bump Standards-Version to 4.6.1. No changes required.
  * d/copyright: Update
  * Update lintian overrides.

 -- Ryan Pavlik <ryan@ryanpavlik.com>  Mon, 19 Sep 2022 12:49:06 -0500

solvespace (3.1+ds1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.1+ds1
  * Rediff patches.
    Drop 05_eigen_dependency_fix.patch: Applied upstream.
    Drop 06_desktop_file_exec.patch: Applied upstream.

 -- Ryan Pavlik <ryan@ryanpavlik.com>  Mon, 11 Jul 2022 08:55:26 -0500

solvespace (3.1~rc1+ds1-1) unstable; urgency=medium

  * New upstream version 3.1~rc1+ds1. Closes: #983952
  * d/watch: Update to get new pattern for tarballs with submodules
  * d/control:
    - Add Build-Depends.
    - Remove libjs-three and unifont from Build-Depends, only
      needed at runtime for the GUI
  * d/copyright: Exclude vendored files available in Debian, binaries,
    minified Javascript, prebuilt docs
  * d/solvespace.lintian-overrides: Add overrides for false positives
  * d/get_orig.sh: Remove, no longer needed, uscan works now.
  * d/patches:
    - Drop 10_mimalloc_restrict_cpu_yield.patch: applied upstream.
    - Drop 11_update_js_three_r111.patch: applied upstream.
    - Drop 12_Remove-march-native-from-mimalloc-build.patch: applied upstream.
    - Revise 01_RemoveGitHash.patch into 01_hardcode_git_hash.patch: Hash
      needed to create commit link in app now.
    - Add 05_eigen_dependency_fix.patch: Fix test suite build.
    - Add 06_desktop_file_exec.patch: Fix desktop file lintian warning.

 -- Ryan Pavlik <ryan@ryanpavlik.com>  Thu, 19 May 2022 16:05:37 -0500

solvespace (3.0.rc2+repack1-3) unstable; urgency=medium

  * Add 12_Remove-march-native-from-mimalloc-build.patch:
    fix buildd-discovered issue.
  * Update patch metadata.

 -- Ryan Pavlik <ryan@ryanpavlik.com>  Thu, 11 Feb 2021 15:06:33 -0600

solvespace (3.0.rc2+repack1-2) unstable; urgency=medium

  * Upload into unstable

 -- Anton Gladky <gladk@debian.org>  Sat, 06 Feb 2021 20:04:57 +0100

solvespace (3.0.rc2+repack1-2~exp1) experimental; urgency=medium

  * Team upload.
  [ Ryan Pavlik ]
  * Enable LTO and OpenMP in build system

  [ Michael R. Crusoe ]
  * Remove erroneously added debian/salsa-ci.yml.

 -- Michael R. Crusoe <crusoe@debian.org>  Sat, 23 Jan 2021 20:31:05 +0100

solvespace (3.0.rc2+repack1-1) unstable; urgency=medium

  * Team upload.

  [ Ryan Pavlik ]
  * New upstream version 3.0.rc2+repack1
  * Adjust get_orig.sh script for RC2
  * d/rules: Specify package version for CMake.
  * Drop 20_use_system_flatbuffers: Upstream dep removed.
  * Add 02_add_debian_pkg_version.patch to provide better
    version ID to upstream
  * Add 03_use_system_threejs.patch, update d/control to use
    system-provided three.js
  * Add 04_use_system_unifont.patch, update d/control to use
    system unifont
  * Add 10_mimalloc_restrict_cpu_yield.patch to fix mimalloc
    armel build.
  * Add 11_update_js_three_r111.patch to support three.js r111
    as found in unstable, instead of old r76 bundled in tree.
  * d/control
    - Fix warning about substitution variable
    - Update description to cover new operations
    - Update version in Build-Depends for CMake
    - Remove Build-Depends on libflatbuffers-dev.
  * Add missing_sources for hammer js
  * Update copyright file
  * Package more docs
  * Add manpage for solvespace-cli from notesalexp repo.
  * Update solvespace manpage
  * Ensure build flags are exported and used
  * Add autopkgtests

  [ Michael R. Crusoe ]
  * Do not parse d/changelog (routine-update)
  * Add salsa-ci file (routine-update)
  * debian/upstream/metadata: mention upstream's GitHub repository
  * debian/patches/03_use_system_threejs.patch: refreshed
  * debian/patches/10_mimalloc_restrict_cpu_yield.patch: enhanced with better
    atomic yield for SSE2 (if available) and better/added ops for arm64,
    armel, and ppc64{el,}/powerpc. Closes: #980169
  * Run the build-time tests as part of the build on amd64.

 -- Michael R. Crusoe <crusoe@debian.org>  Sat, 23 Jan 2021 20:15:11 +0100

solvespace (3.0.rc1+repack1-4) unstable; urgency=medium

  * [3fa5dd1] Remove arm-patch

 -- Anton Gladky <gladk@debian.org>  Fri, 15 Jan 2021 15:40:02 +0100

solvespace (3.0.rc1+repack1-3) unstable; urgency=medium

  * [fa2ba63] Use CXX for mimalloc compilation

 -- Anton Gladky <gladk@debian.org>  Thu, 14 Jan 2021 23:41:14 +0100

solvespace (3.0.rc1+repack1-2) unstable; urgency=medium

  * [7192813] Update d/copyright
  * [93f958e] Fix compilation on armel

 -- Anton Gladky <gladk@debian.org>  Thu, 14 Jan 2021 19:41:26 +0100

solvespace (3.0.rc1+repack1-1) unstable; urgency=medium

  * [2c974c1] New upstream version 3.0.rc1+repack1
  * [d29ee68] Update get_orig script
  * [73cbc23] Refresh patches
  * [d8e0c6c] Use gtk3. (Closes: #967751)
  * [09453c9] Update watch file format version to 4.
  * [70475f7] Set Standards-Version to 4.5.1

 -- Anton Gladky <gladk@debian.org>  Tue, 12 Jan 2021 23:27:41 +0100

solvespace (2.3+repack1-4) unstable; urgency=medium

  * [f5f8b5c] Add link to the fixed by upstream issue
  * [4ac4b71] Use secure URI in Homepage field.
  * [ef3f5da] Bump debhelper from old 10 to 13.
  * [047d9c4] Set debhelper-compat version in Build-Depends.
  * [8b28a26] Set upstream metadata fields: Bug-Database, Bug-Submit.
  * [fba85d0] Update Vcs-* headers from URL redirect.
  * [ab740f9] Use canonical URL in Vcs-Git.
  * [84a98ae] Replace libglu-dev by libglu1-mesa-dev in BD
  * [fdf3c0d] Set Standards-version to 4.5.0. No changes
  * [cefcb01] Set Rules-Requires-Root: no
  * [9869a0d] Add .gitlab-ci.yml
  * [53ab556] Install usr/share/pixmaps

 -- Anton Gladky <gladk@debian.org>  Mon, 01 Jun 2020 22:17:17 +0200

solvespace (2.3+repack1-3) unstable; urgency=medium

  * [6d84f29] Set minimal cmake version to 3.1.0.
  * [be690c9] Fix FTBFS with glibc 2.25. (Closes: #882167)
  * [6c8697c] Set Standards-Version: 4.1.1
  * [2c3d9bd] Set compat level 10
  * [fb232b5] Set maximal hardening options

 -- Anton Gladky <gladk@debian.org>  Wed, 22 Nov 2017 09:54:12 +0100

solvespace (2.3+repack1-2) unstable; urgency=medium

  * [0d4dc2b] Add missing dependency on libslvs1. (Closes: #856937)

 -- Anton Gladky <gladk@debian.org>  Mon, 06 Mar 2017 20:59:20 +0100

solvespace (2.3+repack1-1) unstable; urgency=medium

  * [a7825d4] Add d/watch.
  * [15facd8] Update get_orig.sh script.
  * [4bcf775] New upstream version 2.3+repack1
  * [5bfcd9a] Refresh patch.

 -- Anton Gladky <gladk@debian.org>  Sat, 31 Dec 2016 09:54:59 +0100

solvespace (2.1+repack2-1) unstable; urgency=medium

  * Initial Release. (Closes: #797997)

 -- Anton Gladky <gladk@debian.org>  Mon, 15 Aug 2016 22:31:44 +0200