Fix version information 14/193114/1 accepted/tizen/unified/20181115.151540 submit/tizen/20181115.005435
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 15 Nov 2018 00:35:54 +0000 (09:35 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 15 Nov 2018 00:36:05 +0000 (09:36 +0900)
Change-Id: I90337a9f572bbb2c48e0d815302701a6185e68ad
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
mDNSPosix/Makefile
packaging/mdnsresponder.spec
pkgconfig/lib/dns_sd.pc.in
pkgconfig/lib64/dns_sd.pc.in

index ede1196..08804c2 100755 (executable)
@@ -48,7 +48,7 @@
 
 #############################################################################
 
-LIBVERS = 765.50.9
+LIBVERS = 878.70.2
 
 COREDIR = ../mDNSCore
 SHAREDDIR ?= ../mDNSShared
index 10635c6..ab550d7 100755 (executable)
@@ -71,7 +71,7 @@ CONFIG_TIZEN_64BIT=y; export CONFIG_TIZEN_64BIT
 %endif
 cd mDNSPosix
 make install os=tizen DESTDIR=%{buildroot} LIBDIR=/%{?_lib}
-ln -sf %{_libdir}/libdns_sd.so.%{version} %{buildroot}%{_libdir}/libdns_sd.so.765
+ln -sf %{_libdir}/libdns_sd.so.%{version} %{buildroot}%{_libdir}/libdns_sd.so.878
 ln -sf %{_libdir}/libdns_sd.so.%{version} %{buildroot}%{_libdir}/libdns_sd.so
 
 %post
index 7542d7f..cca7b7d 100755 (executable)
@@ -5,7 +5,7 @@ includedir=/usr/include/
 
 Name: dns_sd
 Description: @PACKAGE_DESCRIPTION@
-Version: 765.50.9
+Version: 878.70.2
 Requires: glib-2.0
 Libs: -L${libdir} -ldns_sd
 Cflags: -I${includedir}
index 1c96623..cf723ea 100755 (executable)
@@ -8,7 +8,7 @@ includedir=/usr/include/
 
 Name: dns_sd
 Description: @PACKAGE_DESCRIPTION@
-Version: 765.50.9
+Version: 878.70.2
 Requires: glib-2.0
 Libs: -L${libdir} -ldns_sd
 Cflags: -I${includedir}