Hello community,

here is the log from the commit of package jhead for openSUSE:Factory checked 
in at 2012-03-22 12:33:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jhead (Old)
 and      /work/SRC/openSUSE:Factory/.jhead.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jhead", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jhead/jhead.changes      2011-09-23 
02:04:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jhead.new/jhead.changes 2012-03-22 
12:33:50.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Mar 20 10:00:09 UTC 2012 - [email protected]
+
+- Updated to version 2.95
+  * Handle very large unsigned rational numbers in exif header 
+
+-------------------------------------------------------------------
+Fri Mar 16 20:16:46 UTC 2012 - [email protected]
+
+- Fixed file-contains-date-and-time rpmlint warning. Date is set as
+  last date in the changes file.  
+
+-------------------------------------------------------------------
+Thu Mar 15 22:38:08 UTC 2012 - [email protected]
+
+- Updated to version 2.93: For details please read changes.txt
+  * Fixed bug in jhead -cmd that caused metatdata to be deleted.
+
+-------------------------------------------------------------------

Old:
----
  jhead-2.87.tar.bz2

New:
----
  jhead-2.95.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jhead.spec ++++++
--- /var/tmp/diff_new_pack.7F8vjO/_old  2012-03-22 12:33:54.000000000 +0100
+++ /var/tmp/diff_new_pack.7F8vjO/_new  2012-03-22 12:33:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package jhead (Version 2.87)
+# spec file for package jhead
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           jhead
-License:        Public Domain, Freeware ; Public Domain. See 
http://www.sentex.ca/~mwandel/jhead/
-Group:          Productivity/Graphics/Other
-Version:        2.87
-Release:        1
-Requires:       %{_bindir}/jpegtran %{_bindir}/mogrify
+Version:        2.95
+Release:        0
+Requires:       %{_bindir}/jpegtran
+Requires:       %{_bindir}/mogrify
 Summary:        Tool to Manipulate the Nonimage Part of EXIF Compliant JPEG 
Files
+License:        SUSE-Public-Domain
+Group:          Productivity/Graphics/Other
 Url:            http://www.sentex.net/~mwandel/jhead/
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,18 +44,18 @@
 
 %prep
 %setup -q
+modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
 
 %build
-make CC="gcc $RPM_OPT_FLAGS"
+make CC="gcc %optflags -D__DATE__=$DATE"
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 755 jhead $RPM_BUILD_ROOT%{_bindir}
-install -m 644 jhead.1  $RPM_BUILD_ROOT%{_mandir}/man1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m 755 %buildroot%{_bindir}
+install -d -m 755 %buildroot%{_mandir}/man1
+install -m 755 jhead %buildroot%{_bindir}
+install -m 644 jhead.1  %buildroot%{_mandir}/man1
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to