Skip to content

Commit

Permalink
try to make launchpad happy
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzmazur committed Jul 4, 2020
1 parent 4dc2289 commit afade5b
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (ENABLE_JYACAS)
set (LANGUAGES ${LANGUAGES} Java)
endif ()

project (yacas VERSION 1.9.0 LANGUAGES ${LANGUAGES})
project (yacas VERSION 1.9.1 LANGUAGES ${LANGUAGES})

set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>
jyacas build file
</description>
<property name="version" value="1.9.0" />
<property name="version" value="1.9.1" />
<property name="main" value="net.sf.yacas.YacasConsole" />
<property name="src" location="jyacas" />
<property name="scripts" location="scripts" />
Expand Down
2 changes: 1 addition & 1 deletion cyacas/packaging/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yacas (1.9.0-1) UNRELEASED; urgency=low
yacas (1.9.1-1) UNRELEASED; urgency=low

* New upstream release

Expand Down
4 changes: 3 additions & 1 deletion cyacas/packaging/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Build-Depends: debhelper (>=9),
libssl-dev,
libzmqpp-dev,
libzmq3-dev,
libboost-all-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libjsoncpp-dev
Homepage: http://www.yacas.org

Expand Down
2 changes: 1 addition & 1 deletion cyacas/packaging/flatpak/org.yacas.yacas-gui.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz",
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz",
"sha256": "6b94394f705bed70a9d104967073efd6c23e9eb1a832805c4d805ef875555ae5"
}
],
Expand Down
2 changes: 1 addition & 1 deletion cyacas/packaging/flatpak/org.yacas.yacas.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz",
"url": "https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz",
"sha256": "6b94394f705bed70a9d104967073efd6c23e9eb1a832805c4d805ef875555ae5"
}
],
Expand Down
4 changes: 2 additions & 2 deletions cyacas/packaging/pkg/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<pkg-ref id="yacas-gui"/>
</choice>

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

</installer-gui-script>
4 changes: 2 additions & 2 deletions cyacas/packaging/rpm/yacas.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

Name: yacas
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Easy to use, general purpose computer algebra system
%if 0%{?suse_version}
Expand Down Expand Up @@ -175,7 +175,7 @@ algorithms used.
%{_includedir}/yacas/*

%changelog
* Wed Jul 1 2020 Grzegorz Mazur <teoretyk@gmail.com> 1.9.0-1
* Wed Jul 1 2020 Grzegorz Mazur <teoretyk@gmail.com> 1.9.1-1
- New upstream release
* Thu Feb 15 2018 Grzegorz Mazur <teoretyk@gmail.com> 1.8.0-1
- Changes are none, there is only the now (Ayal Pinkus)
4 changes: 2 additions & 2 deletions cyacas/packaging/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yacas
version: 1.9.0-snap1
version: 1.9.1-snap1
grade: stable
base: core18
summary: Yet Another Computer Algebra System
Expand Down Expand Up @@ -78,7 +78,7 @@ parts:
- xdg-user-dirs
- qt5-gtk-platformtheme
yacas:
source: https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz
source: https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz
plugin: cmake
configflags:
- -DCMAKE_BUILD_TYPE=Release
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.0'
release = '1.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Installation from sources
Getting sources
---------------

Version 1.9.0 can be downloaded from
`<https://github.com/grzegorzmazur/yacas/archive/v1.9.0.zip>`_ or
`<https://github.com/grzegorzmazur/yacas/archive/v1.9.0.tar.gz>`_,
Version 1.9.1 can be downloaded from
`<https://github.com/grzegorzmazur/yacas/archive/v1.9.1.zip>`_ or
`<https://github.com/grzegorzmazur/yacas/archive/v1.9.1.tar.gz>`_,
while the current development version is accessible from
`<https://github.com/grzegorzmazur/yacas/archive/develop.zip>`_.

Expand Down

0 comments on commit afade5b

Please sign in to comment.