Skip to content

Commit

Permalink
Version 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab committed Oct 10, 2021
1 parent 0c86c0a commit 47ea1cd
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For more information, go to https://www.luigifab.fr/apijs and https://www.luigif

This repository is a releases mirror. To install the plugin, please read the documentation.

- Current version: 6.8.0 (08/08/2021)
- Current version: 6.8.1 (10/10/2021)
- Compatibility: Redmine 1.4 / 2.x / 3.x / 4.x, Python 3.3 - 3.10
- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+
- Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
redmine-plugin-apijs (6.8.0-1) unstable; urgency=low
redmine-plugin-apijs (6.8.1-1) unstable; urgency=low

* Initial debian package release (Closes: #959426)

-- Fabrice Creuzot <code@luigifab.fr> Sun, 08 Aug 2021 20:00:00 +0000
-- Fabrice Creuzot <code@luigifab.fr> Sun, 10 Oct 2021 20:00:00 +0000
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Fabrice Creuzot <code@luigifab.fr>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.5.1
Standards-Version: 4.6.0.1
Homepage: https://github.com/luigifab/redmine-apijs
Vcs-Browser: https://github.com/luigifab/redmine-apijs
Vcs-Git: https://github.com/luigifab/redmine-apijs.git
Expand All @@ -15,7 +15,7 @@ Pre-Depends: redmine
Depends: redmine (>= 2.0.0), ruby (>= 1.9), python3-pil, python3-scour, libimage-exiftool-perl, ${misc:Depends}
Recommends: ffmpegthumbnailer
Enhances: redmine
Description: Redmine plugin to display gallery from attachments
Description: plugin for Redmine to display a gallery from attachments
This plugin integrates apijs JavaScript library into Redmine.
For more information about the library, go to luigifab.fr/apijs.
.
Expand Down
10 changes: 5 additions & 5 deletions debian/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@


cd "$(dirname "$0")"
version="6.8.0"
version="6.8.1"


rm -rf builder/
mkdir builder

# copy to a tmp directory
if [ ! true ]; then
if [ true ]; then
cd builder
wget https://github.com/luigifab/redmine-apijs/archive/v$version/redmine-apijs-$version.tar.gz
tar xzf redmine-apijs-$version.tar.gz
Expand All @@ -31,7 +31,7 @@ fi


# create packages for debian and ubuntu
for serie in unstable impish hirsute groovy focal bionic xenial trusty; do
for serie in unstable impish hirsute focal bionic xenial trusty; do

if [ $serie = "unstable" ]; then
# for ubuntu
Expand All @@ -46,7 +46,7 @@ for serie in unstable impish hirsute groovy focal bionic xenial trusty; do

dh_make -a -s -y -f ../redmine-apijs-$version.tar.gz -p redmine-plugin-apijs

rm -f debian/*ex debian/*EX debian/README* debian/*doc*
rm -f debian/*ex debian/*EX debian/README* debian/*doc* debian/deb.sh
mkdir debian/upstream
mv debian/metadata debian/upstream/metadata
mv debian/lintian debian/redmine-plugin-apijs.lintian-overrides
Expand All @@ -56,7 +56,7 @@ for serie in unstable impish hirsute groovy focal bionic xenial trusty; do
if [ $serie = "unstable" ]; then
dpkg-buildpackage -us -uc
else
# debhelper: unstable:13 hirsute:13 groovy:13 focal:12 bionic:9 xenial:9 trusty:9
# debhelper: unstable:13 hirsute:13 focal:12 bionic:9 xenial:9 trusty:9
if [ $serie = "focal" ]; then
sed -i 's/debhelper-compat (= 13)/debhelper-compat (= 12)/g' debian/control
fi
Expand Down
13 changes: 8 additions & 5 deletions opensuse/redmine-apijs.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%define basedir /srv/www/vhosts/redmine/
%define plugin_name redmine_apijs
Name: redmine-apijs
Version: 6.8.0
Version: 6.8.1
Release: 0
Summary: Redmine plugin to display gallery from attachments
Summary(fr): Extension Redmine pour afficher une galerie à partir des pièces jointes
Summary: Plugin for Redmine to display a gallery from attachments
Summary(fr): Extension pour Redmine pour afficher une galerie à partir des pièces jointes
License: GPL-2.0-or-later and MIT and OFL-1.1
URL: https://github.com/luigifab/redmine-apijs
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -66,11 +66,14 @@ chmod +x %{buildroot}%{basedir}/plugins/%{plugin_name}/lib/*.py


%changelog
* Sun Oct 10 2021 Fabrice Creuzot <code@luigifab.fr> - 6.8.1-1
- New upstream release

* Sun Aug 08 2021 Fabrice Creuzot <code@luigifab.fr> - 6.8.0-1
- New upstream version
- New upstream release

* Wed Jul 07 2021 Fabrice Creuzot <code@luigifab.fr> - 6.7.0-1
- New upstream version
- New upstream release

* Wed Mar 03 2021 Fabrice Creuzot <code@luigifab.fr> - 6.6.0-1
- Initial openSUSE package release
4 changes: 2 additions & 2 deletions opensuse/rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@


cd "$(dirname "$0")"
version="6.8.0"
version="6.8.1"


rm -rf builder/ ~/rpmbuild/
mkdir -p builder ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}

# copy to a tmp directory
if [ ! true ]; then
if [ true ]; then
chmod 644 redmine-apijs.spec
spectool -g -R redmine-apijs.spec
else
Expand Down
2 changes: 1 addition & 1 deletion rubygem/gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


cd "$(dirname "$0")"
version="6.8.0"
version="6.8.1"
rm -rf builder/


Expand Down
6 changes: 3 additions & 3 deletions src/assets/javascripts/apijs-redmine.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Created D/15/12/2013
* Updated D/09/05/2021
* Updated D/05/09/2021
*
* Copyright 2008-2021 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://www.luigifab.fr/redmine/apijs
Expand All @@ -20,7 +20,7 @@ var apijsRedmine = new (function () {

"use strict";

this.start = function () {
this.init = function () {

var d = apijs.i18n.data;
if (!d.frca) d.frca = {};
Expand Down Expand Up @@ -316,4 +316,4 @@ var apijsRedmine = new (function () {
})();

if (typeof self.addEventListener == 'function')
self.addEventListener('apijsload', apijsRedmine.start.bind(apijsRedmine));
self.addEventListener('apijsload', apijsRedmine.init.bind(apijsRedmine));
2 changes: 1 addition & 1 deletion src/assets/javascripts/apijs-redmine.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/javascripts/apijs-redmine.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/assets/javascripts/apijs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/javascripts/apijs.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/stylesheets/apijs-print.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/stylesheets/apijs-print.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47ea1cd

Please sign in to comment.