rpms/exiv2/devel exiv2-0.18-deps.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 exiv2.spec, 1.22, 1.23 sources, 1.10, 1.11 exiv2-0.9.1-deps.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Thu Dec 18 18:31:20 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/exiv2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7204

Modified Files:
	.cvsignore exiv2.spec sources 
Added Files:
	exiv2-0.18-deps.patch 
Removed Files:
	exiv2-0.9.1-deps.patch 
Log Message:
* Thu Dec 18 2008 Rex Dieter <rdieter at fedoraproject.org> 0.18-1
- exiv2-0.18


exiv2-0.18-deps.patch:

--- NEW FILE exiv2-0.18-deps.patch ---
diff -up exiv2-0.18-pre2/src/Makefile.deps exiv2-0.18-pre2/src/Makefile
--- exiv2-0.18-pre2/src/Makefile.deps	2008-09-18 05:26:58.000000000 -0500
+++ exiv2-0.18-pre2/src/Makefile	2008-11-29 05:46:14.000000000 -0600
@@ -192,11 +192,19 @@ $(CCOBJ): %.o: %.cpp
 	@$(LIBTOOL) --mode=compile $(COMPILE.cc) -DEXV_BUILDING_LIB=1 -o $@ $<
 	@$(MAKEDEPEND)
 	@$(POSTDEPEND)
+# The dependancies here are wrong.  It generates .lo output,
+# so things are rebuilt *every* time 'make' is called.
+# Let's try a quick-n-dirty hack -- Rex
+	touch $@
 
 $(COBJ): %.o: %.c
 	@$(LIBTOOL) --mode=compile $(COMPILE.c) -DEXV_BUILDING_LIB=1 -o $@ $<
 	@$(MAKEDEPEND)
 	@$(POSTDEPEND)
+# The dependancies here are wrong.  It generates .lo output,
+# so things are rebuilt *every* time 'make' is called.
+# Let's try a quick-n-dirty hack -- Rex
+	touch $@
 
 $(sort $(BINOBJ) $(EXIV2OBJ) $(MCOBJ) path-test.o): %.o: %.cpp
 	$(COMPILE.cc) -o $@ $<


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	25 Jun 2008 13:07:45 -0000	1.10
+++ .cvsignore	18 Dec 2008 18:30:50 -0000	1.11
@@ -1 +1 @@
-exiv2-0.17.1.tar.gz
+exiv2-0.18.tar.gz


Index: exiv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/exiv2.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- exiv2.spec	12 Dec 2008 21:00:32 -0000	1.22
+++ exiv2.spec	18 Dec 2008 18:30:50 -0000	1.23
@@ -6,8 +6,8 @@
 
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
-Version: 0.17.1
-Release: 2%{?dist}
+Version: 0.18
+Release: 1%{?dist}
 
 License: GPLv2+
 Group:	 Applications/Multimedia
@@ -23,7 +23,7 @@
 # docs
 #BuildRequires: doxygen graphviz libxslt
 
-Patch1: exiv2-0.9.1-deps.patch
+Patch1: exiv2-0.18-deps.patch
 Patch2: exiv2-0.16-gcc43.patch
 
 %if 0%{?libs}
@@ -69,7 +69,7 @@
 %setup -q -n %{name}-%{version}%{?pre:-%{pre}}
 
 %patch1 -p1 -b .deps
-%patch2 -p1 -b .gcc43
+#patch2 -p1 -b .gcc43
 
 mkdir doc/html
 
@@ -119,7 +119,7 @@
 %files libs -f exiv2.lang
 %defattr(-,root,root,-)
 %endif
-%{_libdir}/libexiv2.so.4*
+%{_libdir}/libexiv2.so.5*
 
 %files devel
 %defattr(-,root,root,-)
@@ -130,6 +130,9 @@
 
 
 %changelog
+* Thu Dec 18 2008 Rex Dieter <rdieter at fedoraproject.org> 0.18-1
+- exiv2-0.18
+
 * Fri Dec 12 2008 Rex Dieter <rdieter at fedoraproject.org> 0.17.2-2
 - rebuild for pkgconfig deps
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	25 Jun 2008 13:07:45 -0000	1.10
+++ sources	18 Dec 2008 18:30:50 -0000	1.11
@@ -1 +1 @@
-52a602f4f0d9e89b7084ac795b7547ac  exiv2-0.17.1.tar.gz
+03044792525ae0a1b109df5a53b858fb  exiv2-0.18.tar.gz


--- exiv2-0.9.1-deps.patch DELETED ---




More information about the fedora-extras-commits mailing list