Overview

Request 284 (accepted)

bump version 0.4.28

Submit package home:marguerite:...ches:Multimedia / libzen to package Multimedia / libzen

libzen.changes Changed
x
 
1
@@ -1,3 +1,10 @@
2
+Thu Oct  4 00:17:53 UTC 2012 - i@marguerite.su  
3
+
4
+- Update to 0.4.28
5
+  * Removing _T() in order to be compatible with LLVM compiler
6
+  * Ztring: UTF-16 conversion routines crash if the provided string size is odd.
7
+  * GNU: forcing stdc++ at link
8
+
9
 -------------------------------------------------------------------
10
 Sat May 19 15:53:06 UTC 2012 - seife+obs@b1-systems.com
11
 
12
@@ -144,4 +151,3 @@
13
 - install *-config files manually
14
 - added devel-subpackages
15
 - split off from MediaInfo package
16
-
17
libzen.spec Changed
51
 
1
@@ -8,15 +8,18 @@
2
 %define soname 0
3
 
4
 Name:           libzen
5
-Version:        0.4.22
6
+Version:        0.4.28
7
 Release:        0.pm.1
8
 Summary:        Shared library for mediainfo
9
 Group:          System/Libraries
10
-License:        BSD
11
+License:        BSD-3-Clause
12
 URL:            http://zenlib.sourceforge.net/
13
 Source:         http://prdownloads.sourceforge.net/zenlib/libzen_%{version}.tar.bz2
14
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
15
-BuildRequires:  autoconf automake libtool
16
+BuildRequires:  autoconf 
17
+BuildRequires:  automake 
18
+BuildRequires:  fdupes
19
+BuildRequires:  libtool
20
 BuildRequires:  doxygen
21
 BuildRequires:  gcc-c++
22
 BuildRequires:  pkgconfig
23
@@ -74,7 +77,7 @@
24
 %__install -dm 755 %{buildroot}%{_includedir}/ZenLib
25
 %__install -m 644 Source/ZenLib/*.h \
26
     %{buildroot}%{_includedir}/ZenLib
27
-for i in Base64 HTTP_Client Format/Html Format/Http TinyXml; do
28
+for i in HTTP_Client Format/Html Format/Http; do
29
     %__install -dm 755 %{buildroot}%{_includedir}/ZenLib/$i
30
     %__install -m 644 Source/ZenLib/$i/*.h \
31
        %{buildroot}%{_includedir}/ZenLib/$i
32
@@ -89,6 +92,11 @@
33
 %__rm %{buildroot}%{_libdir}/libzen.a
34
 %__rm %{buildroot}%{_libdir}/libzen.la
35
 
36
+# we don't need libzen-config
37
+rm %{buildroot}%{_bindir}/libzen-config
38
+
39
+%fdupes %{buildroot}
40
+
41
 %clean
42
 %{?buildroot:%__rm -rf "%{buildroot}"}
43
 
44
@@ -110,4 +118,4 @@
45
 %{_libdir}/libzen.so
46
 %{_libdir}/pkgconfig/*.pc
47
 
48
-%changelog
49
+%changelog
50
\ No newline at end of file
51
libzen_0.4.22.tar.bz2 -> libzen_0.4.28.tar.bz2 Changed
Refresh
Refresh
Request History
Marguerite Su's avatar

marguerite created request over 11 years ago

bump version 0.4.28


pbleser's avatar

pbleser accepted request over 12 years ago

ok