aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-06-09 08:23:51 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-06-09 08:23:51 +0000
commitb51f770f56fd30c5f99442f3bf369a12901e5e63 (patch)
tree8ca85f585b07b635e2d0366f6fa8f1eae9ba1f8b
parent3de3d59a8545b89aad235551f6fe3be535c50fc4 (diff)
downloadrenrot-b51f770f56fd30c5f99442f3bf369a12901e5e63.tar.gz
renrot-b51f770f56fd30c5f99442f3bf369a12901e5e63.tar.bz2
Release as 0.21rc4.
git-svn-id: file:///svnroot/renrot/trunk@200 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--META.yml2
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec6
3 files changed, 5 insertions, 5 deletions
diff --git a/META.yml b/META.yml
index 8602307..8ae286e 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: renrot
-version: 0.21rc3
+version: 0.21rc4
version_from: renrot
installdirs: site
requires:
diff --git a/renrot b/renrot
index 6717c28..a2a49b3 100755
--- a/renrot
+++ b/renrot
@@ -11,7 +11,7 @@ use Time::Local;
use Image::ExifTool;
use Getopt::Long;
-our $VERSION = "0.21rc3"; # the version of this script
+our $VERSION = "0.21rc4"; # the version of this script
my $maxVerbosity = 4; # our max verbosity level (internal)
########################################################################################
diff --git a/renrot.spec b/renrot.spec
index cd2e047..11443a9 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,11 +1,11 @@
Name: renrot
Version: 0.21
-Release: 0.3.rc3%{?dist}
+Release: 0.4.rc4%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia
Summary: A program to rename and rotate files according to EXIF tags
URL: http://freshmeat.net/projects/renrot/
-Source0: ftp://ftp.dn.farlep.net/pub/misc/renrot/%{name}-%{version}rc3.tar.gz
+Source0: ftp://ftp.dn.farlep.net/pub/misc/renrot/%{name}-%{version}rc4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Image::ExifTool) >= 5.72
@@ -26,7 +26,7 @@ Personal details can be specified via XMP tags defined in a
configuration file.
%prep
-%setup -q -n %{name}-%{version}rc3
+%setup -q -n %{name}-%{version}rc4
%build
%{__perl} Makefile.PL PREFIX=%{_prefix}

Return to:

Send suggestions and report system problems to the System administrator.