Browse Source

libexif, exif: update

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8108 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 10 years ago
parent
commit
9037adfe4e
2 changed files with 22 additions and 6 deletions
  1. 18 5
      e/exif/exif-vl.spec
  2. 4 1
      lib/libe/libexif/libexif-vl.spec

+ 18 - 5
e/exif/exif-vl.spec

@@ -1,7 +1,7 @@
 Name: exif
 Summary: A utility to display exif headers from jpeg files
 Summary(ja): JPEG ファイルの EXIF ヘッダを表示するためのユーティリティ
-Version: 0.6.19
+Version: 0.6.21
 Release: 1%{?_dist_release}
 
 Group: Applications/Multimedia
@@ -11,11 +11,14 @@ URL: http://libexif.sourceforge.net/
 Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libexif-devel >= 0.6.19
+BuildRequires: libexif-devel >= 0.6.18
 BuildRequires: popt-devel
 BuildRequires: gettext
 BuildRequires: pkgconfig
-Requires: libexif >= 0.6.19
+Requires: libexif >= 0.6.18
+
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 'exif' is a small command-line utility to show EXIF information hidden
@@ -29,11 +32,11 @@ in JPEG files. I wrote it to demonstrate the power of libexif.
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 %makeinstall
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -43,6 +46,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/locale/*/LC_MESSAGES/*.mo
 
 %changelog
+* Sat Jan  4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 0.6.21-1
+- new upstream release with security fix (CVE-2012-2845)
+- add Distri/Vendor tags
+
+* Sat Mar 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-2
+- fix BuildRequires/Requires (libexif >= 0.6.18)
+
+* Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-1
+- new upstream (stability/bugfix) release
+
 * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
 - new upstream release with security fix (CVE-2009-3895)
 

+ 4 - 1
lib/libe/libexif/libexif-vl.spec

@@ -2,7 +2,7 @@ Name: libexif
 Summary: EXIF tag library
 Summary(ja): EXIF タグライブラリ
 Version: 0.6.21
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -66,6 +66,9 @@ rm -rf %{buildroot}
 #{_libdir}/libexif.a
 
 %changelog
+* Sat Jan  4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-2
+- rebuilt with new vineseed toolchan
+
 * Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.21-1
 - new upstream release with security fixes
   (CVE-2012-2812, 2813, 2814, 2836, 2837, 2840, 2841, 2845)