aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--renrot.spec6
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cda6a36..ab81c3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,22 @@
1* 1.1rc2 *
2
3Serveral bugs were fixed in the aggregation framework. The hardcoded path
4separator symbols are removed. This should bring proper path interpretation on
5other than Unix operating systems. The virtual aggregation is worked now for
6delta aggregation mode as well. In according to the last changes the
7documentation has been updated. Additionally a small optimization was done in
8the contact sheet generator.
9
10
1* 1.1rc1 * 11* 1.1rc1 *
2 12
3There is major improvement of the existent functionality. In this release the 13There is major improvement of the existent functionality. In this release the
4thumbnail generation has been added (see --generate-thumb option). An 14thumbnail generation has been added (see --generate-thumb option). An
5aggregation could be performed with absolute path now, but on the same file 15aggregation could be performed with absolute path now, but on the same file
6system. A thumbnail image for the contact sheet generator could be now in any 16system. A thumbnail image for the contact sheet generator could be now in any
7supported format by ImageMagick. The plain documentation was expanded 17supported format by ImageMagick. The plain documentation was expanded
8especially in contact sheet generator part. The sample directory has been 18especially in contact sheet generator part. The sample directory has been
9created with the dotrank and dotkeywords files. Additionally a few bugs were 19created with the dotrank and dotkeywords files. Additionally a few bugs were
10fixed. The option --no-ren-rot-tag-mtm was renamed to the --no-renrot. Also the 20fixed. The option --no-ren-rot-tag-mtm was renamed to the --no-renrot. Also the
11debug messages are prepended by a calling function name. 21debug messages are prepended by a calling function name.
12 22
diff --git a/renrot.spec b/renrot.spec
index 3c46b79..4debf4b 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,18 +1,18 @@
1%define rcver rc1 1%define rcver rc2
2%define dotrc .rc1 2%define dotrc .rc2
3 3
4Name: renrot 4Name: renrot
5Version: 1.1 5Version: 1.1
6Release: 0.1%{?dotrc}%{?dist} 6Release: 0.2%{?dotrc}%{?dist}
7License: Artistic 2.0 7License: Artistic 2.0
8Group: Applications/Multimedia 8Group: Applications/Multimedia
9Summary: A program to rename and rotate files according to EXIF tags 9Summary: A program to rename and rotate files according to EXIF tags
10URL: http://puszcza.gnu.org.ua/projects/renrot/ 10URL: http://puszcza.gnu.org.ua/projects/renrot/
11Source0: ftp://download.gnu.org.ua/pub/release/renrot/%{name}-%{version}%{?rcver}.tar.gz 11Source0: ftp://download.gnu.org.ua/pub/release/renrot/%{name}-%{version}%{?rcver}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13BuildArch: noarch 13BuildArch: noarch
14BuildRequires: perl(Image::ExifTool) >= 5.72 14BuildRequires: perl(Image::ExifTool) >= 5.72
15BuildRequires: perl(Getopt::Long) >= 2.34 15BuildRequires: perl(Getopt::Long) >= 2.34
16Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 16Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17Requires: libjpeg >= 6b 17Requires: libjpeg >= 6b
18Requires(hint): perl(Image::Magick) 18Requires(hint): perl(Image::Magick)

Return to:

Send suggestions and report system problems to the System administrator.