]> git.pld-linux.org Git - packages/libmatroska.git/commitdiff
- updated to 1.1.0 (new soname) auto/th/libmatroska-1_1_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 31 Jan 2011 20:32:40 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated makefile patch

Changed files:
    libmatroska-makefile.patch -> 1.11
    libmatroska.spec -> 1.27

libmatroska-makefile.patch
libmatroska.spec

index c5bae798248f959682215c157950ce4ea2fc4063..ad4f2e9822cadb295fe813dc0b4dc92f621e388e 100644 (file)
@@ -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 c40a703377cad20ef609c12128d411c6fcc47958..82ffe8bfa1b4c4ba64d911e2defdafda15ddc657 100644 (file)
@@ -1,15 +1,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
@@ -37,7 +37,7 @@ Summary:      Header files for matroska library
 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
@@ -94,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.10425 seconds and 4 git commands to generate.