summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Soares2016-11-14 12:22:01 -0400
committerRafael Soares2016-11-14 12:22:01 -0400
commit6bca4bcdd49994780911abccb4dc08e0119c505d (patch)
tree2c7d64ff4a522c32601c7ec08bbba0562e597687
parentdb8607e106eaeb8fa4ea2b70df7ffbaa042b7ce6 (diff)
downloadaur-6bca4bcdd49994780911abccb4dc08e0119c505d.tar.gz
Update to v3.5.1.a
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD17
-rw-r--r--changelog18
-rw-r--r--modelio.desktop2
4 files changed, 26 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd84683543ec..dc674c4ec56d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 26 20:44:12 UTC 2016
+# Mon Nov 14 16:12:46 UTC 2016
pkgbase = modelio-bin
pkgdesc = The opensource modeling environment
- pkgver = 3.5.1
+ pkgver = 3.5.1.a
pkgrel = 1
url = https://www.modelio.org/
changelog = changelog
@@ -18,12 +18,12 @@ pkgbase = modelio-bin
optdepends = cairo
source = modelio.desktop
source = changelog
- md5sums = SKIP
- md5sums = SKIP
- source_i686 = https://sourceforge.net/projects/modeliouml/files/3.5.1/modelio-open-201607121907-linux.gtk.x86.tar.gz/download
- md5sums_i686 = 7d3a83b17cd7ad2624ec85bed430f7cf
- source_x86_64 = https://sourceforge.net/projects/modeliouml/files/3.5.1/modelio-open-201607121907-linux.gtk.x86_64.tar.gz/download
- md5sums_x86_64 = 86839aadbe8df43fbcd8eb0ce44e97cc
+ sha256sums = 6b90872f1ddcfba5db33b56d115334220c5a081d04bbf80cc0b9f7227a0104ac
+ sha256sums = d6009847389012b96c5b2f36358acd93a260236e5449739c41727f64c696b5db
+ source_i686 = modelio-3.5.1.a-i686::https://sourceforge.net/projects/modeliouml/files/3.5.1.a/modelio-open-201607131846-linux.gtk.x86.tar.gz/download
+ sha256sums_i686 = ffe5d0df932512d46c9cc8087ae927f34a4aaf1859eb981dfa76e578d806be63
+ source_x86_64 = modelio-3.5.1.a-x86_64::https://sourceforge.net/projects/modeliouml/files/3.5.1.a/modelio-open-201607131846-linux.gtk.x86_64.tar.gz/download
+ sha256sums_x86_64 = 7769bca6e8ae924667809131a7a405cb735a8dc317eb964d2b113e1c26d3f2dc
pkgname = modelio-bin
diff --git a/PKGBUILD b/PKGBUILD
index 10143a6f4f27..f854118f9e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=modelio-bin
# Version
-pkgver=3.5.1
+pkgver=3.5.1.a
pkgrel=1
#epoch=
_ver=3.5
-_timestamp=201607121907
+_timestamp=201607131846
# Generic
pkgdesc="The opensource modeling environment"
@@ -38,17 +38,18 @@ changelog=changelog
# Sources
source=("modelio.desktop" "changelog")
-source_i686=("https://sourceforge.net/projects/modeliouml/files/${pkgver}/modelio-open-${_timestamp}-linux.gtk.x86.tar.gz/download")
-source_x86_64=("https://sourceforge.net/projects/modeliouml/files/${pkgver}/modelio-open-${_timestamp}-linux.gtk.x86_64.tar.gz/download")
+source_i686=("modelio-${pkgver}-i686::https://sourceforge.net/projects/modeliouml/files/${pkgver}/modelio-open-${_timestamp}-linux.gtk.x86.tar.gz/download")
+source_x86_64=("modelio-${pkgver}-x86_64::https://sourceforge.net/projects/modeliouml/files/${pkgver}/modelio-open-${_timestamp}-linux.gtk.x86_64.tar.gz/download")
#noextract=()
#validpgpkeys=()
# Integrity
-md5sums=('SKIP' 'SKIP')
-md5sums_i686=('7d3a83b17cd7ad2624ec85bed430f7cf')
-md5sums_x86_64=('86839aadbe8df43fbcd8eb0ce44e97cc')
+#md5sums=
#sha1sums=()
-#sha256sums=()
+sha256sums=('6b90872f1ddcfba5db33b56d115334220c5a081d04bbf80cc0b9f7227a0104ac'
+ 'd6009847389012b96c5b2f36358acd93a260236e5449739c41727f64c696b5db')
+sha256sums_i686=('ffe5d0df932512d46c9cc8087ae927f34a4aaf1859eb981dfa76e578d806be63')
+sha256sums_x86_64=('7769bca6e8ae924667809131a7a405cb735a8dc317eb964d2b113e1c26d3f2dc')
#pkgver() {
#}
diff --git a/changelog b/changelog
index 47785abd256c..5c226c006969 100644
--- a/changelog
+++ b/changelog
@@ -1,20 +1,18 @@
-Released on April 22th 2016
-
-New features:
-
- New ‘Update model components’ feature.
- New BPMN import/export feature.
+Released on November 24th 2015
Evolutions:
- Reorganisation of the Import/Export menu for Model, XMI and BPMN.
+ Diagrams layout assistant is now customizable.
+ Floating labels are no more taken into account by the layout assistant.
+ Views positions are now saved when closing a project.
Fixes / Improvements:
- Fix saving views positions.
+ Fixes in the Patterns feature.
+ Fix Use Cases edition boxes.
+ Fixes in Sequence diagrams.
+ Fixes in Activity diagrams.
Fixes in XMI import/export.
- Fixes in BPMN transformation commands.
- Fixes in saving diagram styles.
Notes:
diff --git a/modelio.desktop b/modelio.desktop
index 206d90cbcb0b..fc3cc130e753 100644
--- a/modelio.desktop
+++ b/modelio.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Modelio
-Version=3.5.1
+Version=3.5.1.a
Comment=The opensource modeling environment
Exec=/opt/modelio/modelio %u
Icon=/opt/modelio/icon.xpm