[recoverjpeg/f20: 3/3] Update to 2.3

Christopher Meng cicku at fedoraproject.org
Mon Aug 25 04:56:11 UTC 2014


commit 8d80bb35519207cb41e8de9b79d709d340654530
Author: Christopher Meng <i at cicku.me>
Date:   Mon Aug 25 12:54:40 2014 +0800

    Update to 2.3

 .gitignore       |    1 +
 recoverjpeg.spec |   26 +++++++++++++-------------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41d7d05..f7347f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /recoverjpeg-2.2.3.tar.gz
+/recoverjpeg-2.3.tar.gz
diff --git a/recoverjpeg.spec b/recoverjpeg.spec
index cbddf34..8b2e93b 100644
--- a/recoverjpeg.spec
+++ b/recoverjpeg.spec
@@ -1,22 +1,19 @@
 Name:         recoverjpeg
-Summary:      Recover jpeg pictures and mov movies from damaged devices
+Version:      2.3
+Release:      1%{?dist}
+Summary:      Recover JPEG pictures and MOV movies from damaged devices
 License:      GPLv2
-Version:      2.2.3
-Release:      4%{?dist}
 URL:          http://www.rfc1149.net/devel/recoverjpeg
 Source0:      http://www.rfc1149.net/download/%{name}/%{name}-%{version}.tar.gz
-
-Requires:     ImageMagick
 Requires:     exif
+Requires:     ImageMagick
 
 %description
-recoverjpeg tries to recover JFIF (JPEG) pictures 
-and MOV movies (using recovermov) from a peripheral. 
-This may be useful if you mistakenly overwrite a 
-partition or if a device such as a digital camera memory card is bogus.
+recoverjpeg tries to recover JFIF (JPEG) pictures and MOV movies (using 
+recovermov) from a peripheral. This may be useful if you mistakenly overwrite 
+a partition or if a device such as a digital camera memory card is bogus.
 
 %prep
-
 %setup -q
 
 %build
@@ -24,17 +21,20 @@ partition or if a device such as a digital camera memory card is bogus.
 make %{?_smp_mflags}
 
 %install
-make install INSTALL="install -p" DESTDIR=%{buildroot}
+%make_install INSTALL="install -p"
 
 %files
 %doc ChangeLog COPYING
 %{_bindir}/recovermov
 %{_bindir}/remove-duplicates
 %{_bindir}/sort-pictures
-%{_bindir}/%{name}
+%{_bindir}/recoverjpeg
 %{_mandir}/man1/*.1*
 
 %changelog
+* Wed Aug 20 2014 Christopher Meng <rpm at cicku.me> - 2.3-1
+- Update to 2.3
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
@@ -48,7 +48,7 @@ make install INSTALL="install -p" DESTDIR=%{buildroot}
 - SPEC cleanup.
 
 * Wed May 01 2013 Christopher Meng <rpm at cicku.me> - 2.2.3-1
-- New upstream release with minor fixes.
+- Update to 2.2.3
 
 * Sun Apr 14 2013 Christopher Meng <rpm at cicku.me> - 2.2.2-1
 - Initial Package.
diff --git a/sources b/sources
index 44e2c1a..1b41650 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b1837086f45b91533a771821c8681a0  recoverjpeg-2.2.3.tar.gz
+54a36482a6bb4ec1214995fc06be27bb  recoverjpeg-2.3.tar.gz


More information about the scm-commits mailing list