packages: libmatroska/libmatroska-makefile.patch, libmatroska/libmatroska.s...

qboosh qboosh at pld-linux.org
Mon Jan 31 21:32:45 CET 2011


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

---- Files affected:
packages/libmatroska:
   libmatroska-makefile.patch (1.10 -> 1.11) , libmatroska.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/libmatroska/libmatroska-makefile.patch
diff -u packages/libmatroska/libmatroska-makefile.patch:1.10 packages/libmatroska/libmatroska-makefile.patch:1.11
--- packages/libmatroska/libmatroska-makefile.patch:1.10	Thu Aug  5 22:46:02 2010
+++ packages/libmatroska/libmatroska-makefile.patch	Mon Jan 31 21:32:40 2011
@@ -29,7 +29,7 @@
  # Names
 -LIBRARY=libmatroska.a
 -LIBRARY_SO=libmatroska.so
--LIBRARY_SO_VER=libmatroska.so.2
+-LIBRARY_SO_VER=libmatroska.so.3
 +LIBRARY=libmatroska.la
  
  # source-files
@@ -79,7 +79,7 @@
 -	$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
 -	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) -lebml -rpath $(libdir)
++	$(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -lebml -rpath $(libdir)
  
  clean:	cleantest
  	rm -f $(objects) $(objects_so)

================================================================
Index: packages/libmatroska/libmatroska.spec
diff -u packages/libmatroska/libmatroska.spec:1.26 packages/libmatroska/libmatroska.spec:1.27
--- packages/libmatroska/libmatroska.spec:1.26	Thu Aug  5 22:46:02 2010
+++ packages/libmatroska/libmatroska.spec	Mon Jan 31 21:32:40 2011
@@ -2,15 +2,15 @@
 Summary:	Extensible Binary Meta Language access library
 Summary(pl.UTF-8):	Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:		libmatroska
-Version:	1.0.0
+Version:	1.1.0
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
-# Source0-md5:	4efcf3945b17a6f0320cf1aaa326a4de
+# Source0-md5:	21e5ee3e2573f0ae99db195348bdfb98
 Patch0:		%{name}-makefile.patch
 URL:		http://www.matroska.org/
-BuildRequires:	libebml-devel >= 1.0.0
+BuildRequires:	libebml-devel >= 1.2.0
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
 BuildRequires:	rpmbuild(macros) >= 1.566
@@ -38,7 +38,7 @@
 Summary(pl.UTF-8):	Nagłówki dla biblioteki matroska
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libebml-devel
+Requires:	libebml-devel >= 1.2.0
 Requires:	libstdc++-devel
 
 %description devel
@@ -95,7 +95,7 @@
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) %{_libdir}/libmatroska.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmatroska.so.2
+%attr(755,root,root) %ghost %{_libdir}/libmatroska.so.3
 
 %files devel
 %defattr(644,root,root,755)
@@ -114,6 +114,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2011/01/31 20:32:40  qboosh
+- updated to 1.1.0 (new soname)
+- updated makefile patch
+
 Revision 1.26  2010/08/05 20:46:02  glen
 - up to 1.0.0, new soname (versioned deps solved via sonames as well)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmatroska/libmatroska-makefile.patch?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmatroska/libmatroska.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list