packages: libebml/libebml-makefile.patch, libebml/libebml.spec - updated to...

qboosh qboosh at pld-linux.org
Mon Jan 31 21:22:56 CET 2011


Author: qboosh                       Date: Mon Jan 31 20:22:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.2.0 (new soname)
- updated makefile patch

---- Files affected:
packages/libebml:
   libebml-makefile.patch (1.12 -> 1.13) , libebml.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: packages/libebml/libebml-makefile.patch
diff -u packages/libebml/libebml-makefile.patch:1.12 packages/libebml/libebml-makefile.patch:1.13
--- packages/libebml/libebml-makefile.patch:1.12	Thu Aug  5 22:22:06 2010
+++ packages/libebml/libebml-makefile.patch	Mon Jan 31 21:22:50 2011
@@ -14,7 +14,7 @@
  # Names
 -LIBRARY=libebml.a
 -LIBRARY_SO=libebml.so
--LIBRARY_SO_VER=libebml.so.2
+-LIBRARY_SO_VER=libebml.so.3
 +LIBRARY=libebml.la
  
  # source-files
@@ -50,7 +50,7 @@
 -	$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
 -	rm -f $(LIBRARY_SO)
 -	ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-+	$(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 2:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
++	$(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
  
  clean:
  	rm -f $(objects) $(objects_so)

================================================================
Index: packages/libebml/libebml.spec
diff -u packages/libebml/libebml.spec:1.30 packages/libebml/libebml.spec:1.31
--- packages/libebml/libebml.spec:1.30	Thu Aug  5 22:22:06 2010
+++ packages/libebml/libebml.spec	Mon Jan 31 21:22:50 2011
@@ -2,12 +2,12 @@
 Summary:	Extensible Binary Meta Language access library
 Summary(pl.UTF-8):	Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:		libebml
-Version:	1.0.0
+Version:	1.2.0
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
-# Source0-md5:	6d438f03d8928d83a2d120ed02705f03
+# Source0-md5:	26fbaa556bb497c1134d33b84ab34443
 Patch0:		%{name}-makefile.patch
 URL:		http://www.matroska.org/
 BuildRequires:	libstdc++-devel
@@ -81,8 +81,9 @@
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog
 %attr(755,root,root) %{_libdir}/libebml.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libebml.so.2
+%attr(755,root,root) %ghost %{_libdir}/libebml.so.3
 
 %files devel
 %defattr(644,root,root,755)
@@ -100,6 +101,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2011/01/31 20:22:50  qboosh
+- updated to 1.2.0 (new soname)
+- updated makefile patch
+
 Revision 1.30  2010/08/05 20:22:06  glen
 - up to 1.0.0, new soname
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libebml/libebml-makefile.patch?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libebml/libebml.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list