Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Set version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Feb 27, 2022
1 parent 8f4db6f commit d8e9ecf
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
@@ -1,4 +1,4 @@
version: 4.2.3.{build}-{branch}
version: 4.2.4.{build}-{branch}

image:
- macos
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
@@ -1,3 +1,9 @@
lightzone (4.2.4-0obs1) unstable; urgency=medium

* Upstream sync

-- Masahiro Kitagawa <arctica0316@gmail.com> Fri, 11 Feb 2022 16:13:51 +0900

lightzone (4.2.3-0obs1) unstable; urgency=medium

* Upstream sync
Expand Down Expand Up @@ -235,7 +241,7 @@ lightzone (4.0.0-0obs20130807) raring; urgency=low

lightzone (4.0.0-0obs20130803) raring; urgency=low

* Simpler way to find liblzma.so in /usr/bin/lightzone
* Simpler way to find liblzma.so in /usr/bin/lightzone

-- Masahiro Kitagawa <arctica0316@gmail.com> Sat, 03 Aug 2013 13:37:22 +0900

Expand Down
6 changes: 3 additions & 3 deletions debian/lightzone.dsc
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: lightzone
Binary: lightzone
Architecture: i386 amd64 armhf arm64
Version: 4.2.3
Version: 4.2.4
Maintainer: Masahiro Kitagawa <arctica0316@gmail.com>
Homepage: http://lightzoneproject.org/
Standards-Version: 4.4.1
Expand Down Expand Up @@ -33,6 +33,6 @@ Build-Depends:
libx11-dev,
pkg-config,
rsync
Package-List:
Package-List:
lightzone deb graphics optional
DEBTRANSFORM-TAR: lightzone-4.2.3.tar.bz2
DEBTRANSFORM-TAR: lightzone-4.2.4.tar.bz2
2 changes: 1 addition & 1 deletion freebsd-ports/graphics/lightzone/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= lightzone
DISTVERSION= 4.2.3
DISTVERSION= 4.2.4
PORTREVISION= 0
CATEGORIES= graphics java
DIST_SUBDIR= ${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion lightcrafts/src/com/lightcrafts/app/CheckForUpdate.java
Expand Up @@ -537,7 +537,7 @@ private static void syncPrefs() {

public static void main( String[] args ) throws MalformedURLException {
val isAvailable = checkIfUpdateIsAvailable(
"4.2.3", new URL("file:///tmp/lightzone/appcast.xml"));
"4.2.4", new URL("file:///tmp/lightzone/appcast.xml"));
System.exit(isAvailable ? 0 : 1);
}
}
Expand Down
2 changes: 1 addition & 1 deletion lightcrafts/version.txt
@@ -1 +1 @@
4.2.3
4.2.4
4 changes: 2 additions & 2 deletions linux/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: KITAGAWA Masahiro <arctica0316@gmail.com>
pkgname=lightzone
pkgver=4.2.3
pkgver=4.2.4
pkgrel=0
pkgdesc="Open-source professional-level digital darkroom software"
url="http://lightzoneproject.org/"
Expand Down Expand Up @@ -60,7 +60,7 @@ package() {
cp -pH lightcrafts/products/dcraw_lz "${pkgdir}/${_javadir}/${pkgname}"
cp -pH lightcrafts/products/LightZone-forkd "${pkgdir}/${_javadir}/${pkgname}"
cp -pH linux/products/*.jar "${pkgdir}/${_javadir}/${pkgname}"

# create icons and shortcuts
_datadir=/usr/share
install -dm 0755 "${pkgdir}/${_datadir}/applications"
Expand Down
12 changes: 8 additions & 4 deletions linux/lightzone.changes
@@ -1,3 +1,8 @@
Sat Feb 11 2022 - KITAGAWA Masahiro <arctica0316@gmail.com>

- Upstream sync to 4.2.4

-------------------------------------------------------------------
Sat Apr 17 2021 - KITAGAWA Masahiro <arctica0316@gmail.com>

- Upstream sync to 4.2.3
Expand Down Expand Up @@ -194,10 +199,10 @@ Sun Feb 10 2013 - Andreas Rother <andreas@rother.org>

- changed license to GPLv2+ due to dcraw.c
- added changes from Pavel Benak:
+ added -H option to cp to follow symbolic links. This allows simpler
+ added -H option to cp to follow symbolic links. This allows simpler
copying from product directory. There were four JARs missing.
+ script now runs LightZone from /usr/share/lightzone directory, because
the native launcher invokes command "./LightZone-forkd". This may be
+ script now runs LightZone from /usr/share/lightzone directory, because
the native launcher invokes command "./LightZone-forkd". This may be
working if moved to bin, might be worth trying.
+ added LD_LIBRARY_PATH to fix problems with native libraries loading
+ removed ant dependency, in OpenSUSE it seems to have weird build results
Expand All @@ -206,4 +211,3 @@ Sun Feb 10 2013 - Andreas Rother <andreas@rother.org>
Sat Feb 09 2013 - Andreas Rother <andreas@rother.org>

- initial version with Lightzone 3.9.1 and OpenJDK 1.7.0

4 changes: 2 additions & 2 deletions linux/lightzone.spec
Expand Up @@ -5,12 +5,12 @@
Name: lightzone
# Do not use hyphens in Version tag. OBS doesn't handle it properly.
# Use 4.1.0.beta2 for betas and 4.1.0.0 for final, since RPM sorts A-Z before 0-9.
Version: 4.2.3
Version: 4.2.4
Release: 0%{?dist}
License: BSD-3-Clause
Summary: Open-source professional-level digital darkroom software
Url: http://lightzoneproject.org/
Group: Productivity/Graphics/Convertors
Group: Productivity/Graphics/Convertors
Source: %{name}-%{version}.tar.bz2

%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
Expand Down
2 changes: 1 addition & 1 deletion linux/products/lightzone
Expand Up @@ -2,7 +2,7 @@
#
# LightZone startscript
#
echo Starting LightZone version 4.2.3 ...
echo Starting LightZone version 4.2.4 ...
echo with options : ${@}
java -version

Expand Down
2 changes: 1 addition & 1 deletion macosx/resources/Info.plist
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>LCLZ</string>
<key>CFBundleVersion</key>
<string>4.2.3</string>
<string>4.2.4</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit d8e9ecf

Please sign in to comment.