Skip to content

Commit afade5b

Browse files
committed
try to make launchpad happy
1 parent 4dc2289 commit afade5b

File tree

11 files changed

+18
-16
lines changed

11 files changed

+18
-16
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (ENABLE_JYACAS)
3333
set (LANGUAGES ${LANGUAGES} Java)
3434
endif ()
3535

36-
project (yacas VERSION 1.9.0 LANGUAGES ${LANGUAGES})
36+
project (yacas VERSION 1.9.1 LANGUAGES ${LANGUAGES})
3737

3838
set (CMAKE_CXX_STANDARD 17)
3939
set (CMAKE_CXX_STANDARD_REQUIRED ON)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<description>
33
jyacas build file
44
</description>
5-
<property name="version" value="1.9.0" />
5+
<property name="version" value="1.9.1" />
66
<property name="main" value="net.sf.yacas.YacasConsole" />
77
<property name="src" location="jyacas" />
88
<property name="scripts" location="scripts" />

cyacas/packaging/deb/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yacas (1.9.0-1) UNRELEASED; urgency=low
1+
yacas (1.9.1-1) UNRELEASED; urgency=low
22

33
* New upstream release
44

cyacas/packaging/deb/control

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Build-Depends: debhelper (>=9),
1616
libssl-dev,
1717
libzmqpp-dev,
1818
libzmq3-dev,
19-
libboost-all-dev,
19+
libboost-date-time-dev,
20+
libboost-filesystem-dev,
21+
libboost-program-options-dev,
2022
libjsoncpp-dev
2123
Homepage: http://www.yacas.org
2224

cyacas/packaging/flatpak/org.yacas.yacas-gui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"sources": [
9292
{
9393
"type": "archive",
94-
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz",
94+
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz",
9595
"sha256": "6b94394f705bed70a9d104967073efd6c23e9eb1a832805c4d805ef875555ae5"
9696
}
9797
],

cyacas/packaging/flatpak/org.yacas.yacas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"sources": [
1717
{
1818
"type": "archive",
19-
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz",
19+
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz",
2020
"sha256": "6b94394f705bed70a9d104967073efd6c23e9eb1a832805c4d805ef875555ae5"
2121
}
2222
],

cyacas/packaging/pkg/distribution.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<pkg-ref id="yacas-gui"/>
1818
</choice>
1919

20-
<pkg-ref id="yacas-cli" version="1.9.0" onConclusion="none">yacas-cli.pkg</pkg-ref>
21-
<pkg-ref id="yacas-gui" version="1.9.0" onConclusion="none">yacas-gui.pkg</pkg-ref>
20+
<pkg-ref id="yacas-cli" version="1.9.1" onConclusion="none">yacas-cli.pkg</pkg-ref>
21+
<pkg-ref id="yacas-gui" version="1.9.1" onConclusion="none">yacas-gui.pkg</pkg-ref>
2222

2323
</installer-gui-script>

cyacas/packaging/rpm/yacas.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
Name: yacas
10-
Version: 1.9.0
10+
Version: 1.9.1
1111
Release: 1%{?dist}
1212
Summary: Easy to use, general purpose computer algebra system
1313
%if 0%{?suse_version}
@@ -175,7 +175,7 @@ algorithms used.
175175
%{_includedir}/yacas/*
176176

177177
%changelog
178-
* Wed Jul 1 2020 Grzegorz Mazur <[email protected]> 1.9.0-1
178+
* Wed Jul 1 2020 Grzegorz Mazur <[email protected]> 1.9.1-1
179179
- New upstream release
180180
* Thu Feb 15 2018 Grzegorz Mazur <[email protected]> 1.8.0-1
181181
- Changes are none, there is only the now (Ayal Pinkus)

cyacas/packaging/snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yacas
2-
version: 1.9.0-snap1
2+
version: 1.9.1-snap1
33
grade: stable
44
base: core18
55
summary: Yet Another Computer Algebra System
@@ -78,7 +78,7 @@ parts:
7878
- xdg-user-dirs
7979
- qt5-gtk-platformtheme
8080
yacas:
81-
source: https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz
81+
source: https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz
8282
plugin: cmake
8383
configflags:
8484
- -DCMAKE_BUILD_TYPE=Release

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = '1.9'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.9.0'
66+
release = '1.9.1'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

0 commit comments

Comments
 (0)