commit belle-sip for openSUSE:Factory

2020-08-03 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2020-08-03 14:14:32

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.3592 (New)


Package is "belle-sip"

Mon Aug  3 14:14:32 2020 rev:16 rq:823431 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2020-06-10 
00:40:48.201775461 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.3592/belle-sip.changes
2020-08-03 14:15:18.212494124 +0200
@@ -1,0 +2,26 @@
+Wed Jul 29 14:46:36 UTC 2020 - Alexei Sorokin 
+
+- Update to version 4.4.0 (changes since 4.3.1):
+  * Now get custom well_known_port (either sip or sips) if set,
+exported well known port getter and setter to be used in
+public api.
+  * Introduce bufferising file body handler.
+  * Fix potential crashes when processing invalid responses or
+requests.
+  * Add Session-Expires header support (from RFC 4028).
+  * Fix bad algorithm for channel selection.
+  * Add a new cppListToClist method on hybrid objects.
+  * Replace std::mem_fun by std::mem_fn, as the former is
+deprecated.
+  * User body handler gets buffering too.
+  * Make received parameter in VIA header compatible with url
+encoded IPv6 address
+(https://tools.ietf.org/html/rfc5118#section-4.5)
+  * Print C++ object type names using typeid.
+  * Make belle_sip_main_loop_do_later() to be thread-safe.
+  * Clear all data of the control pipe on each main loop
+iteration.
+  * Prevent bad behaviour when creating a belle_sip_source_t with a
+timeout higher than UINT_MAX/2.
+
+---

Old:

  belle-sip-4.3.1.tar.bz2

New:

  belle-sip-4.4.0.tar.bz2



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.DY6697/_old  2020-08-03 14:15:20.620496539 +0200
+++ /var/tmp/diff_new_pack.DY6697/_new  2020-08-03 14:15:20.624496543 +0200
@@ -18,9 +18,9 @@
 
 
 %define soname  libbellesip
-%define sover   0
+%define sover   1
 Name:   belle-sip
-Version:4.3.1
+Version:4.4.0
 Release:0
 Summary:C object-oriented SIP Stack
 License:GPL-2.0-or-later
@@ -35,7 +35,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 4.3.0
+BuildRequires:  pkgconfig(bctoolbox) >= 4.4.0
 BuildRequires:  pkgconfig(zlib)
 
 %description


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.DY6697/_old  2020-08-03 14:15:20.660496579 +0200
+++ /var/tmp/diff_new_pack.DY6697/_new  2020-08-03 14:15:20.660496579 +0200
@@ -1 +1 @@
-libbellesip0
+libbellesip1

++ belle-sip-4.3.1.tar.bz2 -> belle-sip-4.4.0.tar.bz2 ++
 298565 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2020-06-10 00:40:23

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.3606 (New)


Package is "belle-sip"

Wed Jun 10 00:40:23 2020 rev:15 rq:796708 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2019-11-18 
20:11:03.877571393 +0100
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.3606/belle-sip.changes
2020-06-10 00:40:48.201775461 +0200
@@ -1,0 +2,26 @@
+Wed Apr 22 16:24:17 UTC 2020 - Alexei Sorokin 
+
+- Update to version 4.3.1 (changes since 1.6.3):
+  * RFC3262 (100 rel) support.
+  * Use maddr for http uris.
+  * Install cmake config files into the correct path.
+  * Enable faster retry upon io/error.
+  * Add wakelocks counters to destroy powermanager only if there is
+no more initialised wakelocks
+  * Send keepalive on channels that are in out state IDLE only +
+add method to send a keep alive manually.
+  * Fix http provider auth using SHA-256.
+  * Use BcTooblox macros for source archive generation.
+  * Fix loop of REGISTER when the server replies 500 Internal
+error.
+  * Export some functions related to escaped characters.
+  * Process 100rel for answers from 101 to 199.
+  * CMakeLists.txt: Introduce ENABLE_PACKAGE_SOURCE option.
+  * Improve prack behaviour in case of reliable response
+retransmition.
+  * The licence is now GPLv3+.
+  * Remove some useless files.
+- Drop belle-sip-fix-dns-build.patch,
+  belle-sip-fix-pkgconfig.patch.
+
+---

Old:

  belle-sip-1.6.3.tar.gz
  belle-sip-fix-dns-build.patch
  belle-sip-fix-pkgconfig.patch

New:

  belle-sip-4.3.1.tar.bz2



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.4h9e3q/_old  2020-06-10 00:40:52.877787723 +0200
+++ /var/tmp/diff_new_pack.4h9e3q/_new  2020-06-10 00:40:52.881787733 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package belle-sip
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,26 +20,22 @@
 %define soname  libbellesip
 %define sover   0
 Name:   belle-sip
-Version:1.6.3
+Version:4.3.1
 Release:0
 Summary:C object-oriented SIP Stack
 License:GPL-2.0-or-later
 URL:https://linphone.org/technical-corner/belle-sip/overview
-Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
+Source: 
https://gitlab.linphone.org/BC/public/belle-sip/-/archive/%{version}/%{name}-%{version}.tar.bz2
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 Source2:baselibs.conf
-# PATCH-FIX-OPENSUSE belle-sip-fix-pkgconfig.patch sor.ale...@meowr.ru -- Fix 
up pkgconfig.
-Patch0: belle-sip-fix-pkgconfig.patch
-# PATCH-FIX-OPENSUSE belle-sip-fix-dns-build.patch -- Pass -Wno-override-init 
to the compiler while building dns.c (commit 99dda3d1).
-Patch1: belle-sip-fix-dns-build.patch
 # PATCH-FIX-OPENSUSE fix-build.patch idoen...@suse.de -- Remove reference to 
wakelock.h
-Patch2: fix-build.patch
+Patch0: fix-build.patch
 BuildRequires:  antlr3c-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
+BuildRequires:  pkgconfig(bctoolbox) >= 4.3.0
 BuildRequires:  pkgconfig(zlib)
 
 %description
@@ -67,7 +63,7 @@
 to develop applications using the belle-sip library.
 
 %prep
-%autosetup -p1 -n %{name}-%{version}-0
+%autosetup -p1
 
 cp -f %{SOURCE1} antlr3.jar
 
@@ -87,16 +83,17 @@
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%license COPYING
+%license LICENSE.txt
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%license COPYING
-%doc AUTHORS NEWS README.md
+%license LICENSE.txt
+%doc AUTHORS.md CHANGELOG.md README.md
 %{_bindir}/belle_sip_tester
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so
-%{_datadir}/BelleSIP/
+%{_libdir}/cmake/BelleSIP/
+%{_datadir}/belle_sip_tester/
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


++ belle-sip-1.6.3.tar.gz -> belle-sip-4.3.1.tar.bz2 ++
 375331 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2019-11-18 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2019-11-18 20:11:03

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.26869 (New)


Package is "belle-sip"

Mon Nov 18 20:11:03 2019 rev:14 rq:749208 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2019-11-06 
13:54:41.488064432 +0100
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.26869/belle-sip.changes   
2019-11-18 20:11:03.877571393 +0100
@@ -1,0 +2,5 @@
+Mon Nov 18 23:15:31 UTC 2019 - Simon Lees 
+
+- %make_jobs is depricated replaced by %cmake_build
+
+---



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.7snw1p/_old  2019-11-18 20:11:04.585571032 +0100
+++ /var/tmp/diff_new_pack.7snw1p/_new  2019-11-18 20:11:04.589571030 +0100
@@ -77,7 +77,7 @@
   -DANTLR3_JAR_PATH="$antlr_jar" \
   -DENABLE_STRICT=OFF\
   -DENABLE_STATIC=OFF
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install





commit belle-sip for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2019-11-06 13:54:39

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.2990 (New)


Package is "belle-sip"

Wed Nov  6 13:54:39 2019 rev:13 rq:739947 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2019-09-11 
10:37:36.811257548 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.2990/belle-sip.changes
2019-11-06 13:54:41.488064432 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:32:41 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.EQrGq1/_old  2019-11-06 13:54:42.288065300 +0100
+++ /var/tmp/diff_new_pack.EQrGq1/_new  2019-11-06 13:54:42.292065304 +0100
@@ -24,7 +24,6 @@
 Release:0
 Summary:C object-oriented SIP Stack
 License:GPL-2.0-or-later
-Group:  Development/Libraries/C and C++
 URL:https://linphone.org/technical-corner/belle-sip/overview
 Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
@@ -49,7 +48,6 @@
 
 %package -n %{soname}%{sover}
 Summary:C object-oriented SIP Stack
-Group:  System/Libraries
 
 %description -n %{soname}%{sover}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an
@@ -57,7 +55,6 @@
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
-Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
 Requires:   pkgconfig(bctoolbox)
 Requires:   pkgconfig(zlib)





commit belle-sip for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2019-09-11 10:37:35

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.7948 (New)


Package is "belle-sip"

Wed Sep 11 10:37:35 2019 rev:12 rq:729881 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2019-09-07 
11:50:46.434296706 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.7948/belle-sip.changes
2019-09-11 10:37:36.811257548 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 08:36:03 UTC 2019 - Jan Engelhardt 
+
+- Update RPM group and descriptions.
+
+---
@@ -98 +102,0 @@
-



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.vIGJEt/_old  2019-09-11 10:37:37.311257402 +0200
+++ /var/tmp/diff_new_pack.vIGJEt/_new  2019-09-11 10:37:37.315257402 +0200
@@ -22,9 +22,9 @@
 Name:   belle-sip
 Version:1.6.3
 Release:0
-Summary:C object oriented SIP Stack
+Summary:C object-oriented SIP Stack
 License:GPL-2.0-or-later
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 URL:https://linphone.org/technical-corner/belle-sip/overview
 Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
@@ -45,15 +45,15 @@
 
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an
-object oriented API.
+object-oriented API.
 
 %package -n %{soname}%{sover}
-Summary:C object oriented SIP Stack
+Summary:C object-oriented SIP Stack
 Group:  System/Libraries
 
 %description -n %{soname}%{sover}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an
-object oriented API.
+object-oriented API.
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
@@ -64,7 +64,7 @@
 
 %description devel
 Belle-sip is a SIP (RFC3261) implementation written in C, with an
-object oriented API.
+object-oriented API.
 
 This package contains header files and development libraries needed
 to develop applications using the belle-sip library.





commit belle-sip for openSUSE:Factory

2019-09-07 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2019-09-07 11:50:43

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.7948 (New)


Package is "belle-sip"

Sat Sep  7 11:50:43 2019 rev:11 rq:728514 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2017-08-30 
16:21:33.899316033 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.7948/belle-sip.changes
2019-09-07 11:50:46.434296706 +0200
@@ -1,0 +2,6 @@
+Wed Sep  4 19:42:02 UTC 2019 - Alexei Sorokin 
+
+- Add belle-sip-fix-dns-build.patch: Pass -Wno-override-init to the
+  compiler while building dns.c (commit 99dda3d1).
+
+---

New:

  belle-sip-fix-dns-build.patch



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.GyMpyi/_old  2019-09-07 11:50:47.538296550 +0200
+++ /var/tmp/diff_new_pack.GyMpyi/_new  2019-09-07 11:50:47.538296550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package belle-sip
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,16 +23,18 @@
 Version:1.6.3
 Release:0
 Summary:C object oriented SIP Stack
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Libraries
-Url:https://linphone.org/technical-corner/belle-sip/overview
+URL:https://linphone.org/technical-corner/belle-sip/overview
 Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 Source2:baselibs.conf
 # PATCH-FIX-OPENSUSE belle-sip-fix-pkgconfig.patch sor.ale...@meowr.ru -- Fix 
up pkgconfig.
 Patch0: belle-sip-fix-pkgconfig.patch
+# PATCH-FIX-OPENSUSE belle-sip-fix-dns-build.patch -- Pass -Wno-override-init 
to the compiler while building dns.c (commit 99dda3d1).
+Patch1: belle-sip-fix-dns-build.patch
 # PATCH-FIX-OPENSUSE fix-build.patch idoen...@suse.de -- Remove reference to 
wakelock.h
-Patch1: fix-build.patch
+Patch2: fix-build.patch
 BuildRequires:  antlr3c-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -68,9 +70,8 @@
 to develop applications using the belle-sip library.
 
 %prep
-%setup -q -n %{name}-%{version}-0
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n %{name}-%{version}-0
+
 cp -f %{SOURCE1} antlr3.jar
 
 %build
@@ -79,7 +80,7 @@
   -DANTLR3_JAR_PATH="$antlr_jar" \
   -DENABLE_STRICT=OFF\
   -DENABLE_STATIC=OFF
-make %{?_smp_mflags} V=1
+%make_jobs
 
 %install
 %cmake_install
@@ -89,11 +90,12 @@
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%doc COPYING
+%license COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%doc AUTHORS COPYING NEWS README.md
+%license COPYING
+%doc AUTHORS NEWS README.md
 %{_bindir}/belle_sip_tester
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so


++ belle-sip-fix-dns-build.patch ++
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -186,12 +186,8 @@ if(MSVC)
set(SIP_MESSAGE_PARSER_COMPILE_FLAGS 
"${SIP_MESSAGE_PARSER_COMPILE_FLAGS} /wd4267") # Disable "possible loss of 
data" warnings
set_source_files_properties(grammars/belle_sip_messageParser.c 
PROPERTIES COMPILE_FLAGS "${SIP_MESSAGE_PARSER_COMPILE_FLAGS}")
 else()
-   get_source_file_property(DNS_C_COMPILE_FLAGS dns.c COMPILE_FLAGS)
-   set(DNS_C_COMPILE_FLAGS "${DNS_C_COMPILE_FLAGS} -Wno-error")
-   set_source_files_properties(dns.c PROPERTIES COMPILE_FLAGS 
"${DNS_C_COMPILE_FLAGS}")
-   get_source_file_property(SIP_MESSAGE_PARSER_COMPILE_FLAGS 
grammars/belle_sip_messageParser.c COMPILE_FLAGS)
-   set(SIP_MESSAGE_PARSER_COMPILE_FLAGS 
"${SIP_MESSAGE_PARSER_COMPILE_FLAGS} -Wno-sign-compare")
-   set_source_files_properties(grammars/belle_sip_messageParser.c 
PROPERTIES COMPILE_FLAGS "${SIP_MESSAGE_PARSER_COMPILE_FLAGS}")
+   set_property(SOURCE dns.c APPEND_STRING PROPERTY COMPILE_FLAGS " 
-Wno-override-init -Wno-implicit-fallthrough -Wno-array-bounds")
+   set_property(SOURCE grammars/belle_sip_messageParser.c APPEND_STRING 
PROPERTY COMPILE_FLAGS " -Wno-sign-compare")
 endif()
 
 string(REPLACE ";" " 

commit belle-sip for openSUSE:Factory

2017-08-30 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2017-08-30 16:21:32

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Wed Aug 30 16:21:32 2017 rev:10 rq:512371 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2017-07-05 
23:55:19.378564037 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2017-08-30 
16:21:33.899316033 +0200
@@ -1,0 +2,6 @@
+Fri Jul 21 13:30:37 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.6.3 (changes since 1.6.1):
+  * Bug fixes.
+
+---

Old:

  belle-sip-1.6.1.tar.gz

New:

  belle-sip-1.6.3.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.s2TxB4/_old  2017-08-30 16:21:34.827185515 +0200
+++ /var/tmp/diff_new_pack.s2TxB4/_new  2017-08-30 16:21:34.831184952 +0200
@@ -20,7 +20,7 @@
 %define soname  libbellesip
 %define sover   0
 Name:   belle-sip
-Version:1.6.1
+Version:1.6.3
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
@@ -38,7 +38,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 0.5.0
+BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
 BuildRequires:  pkgconfig(zlib)
 
 %description
@@ -68,7 +68,7 @@
 to develop applications using the belle-sip library.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-0
 %patch0 -p1
 %patch1 -p1
 cp -f %{SOURCE1} antlr3.jar
@@ -89,12 +89,10 @@
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README.md
 %{_bindir}/belle_sip_tester
 %{_includedir}/%{name}/


++ belle-sip-1.6.1.tar.gz -> belle-sip-1.6.3.tar.gz ++
 5778 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2017-07-05 23:55:15

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Wed Jul  5 23:55:15 2017 rev:9 rq:501061 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2016-09-20 
13:26:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2017-07-05 
23:55:19.378564037 +0200
@@ -1,0 +2,6 @@
+Wed May 17 15:00:49 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.6.1:
+  * No changelog available.
+
+---

Old:

  belle-sip-1.5.0.tar.gz

New:

  belle-sip-1.6.1.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.MTgf8p/_old  2017-07-05 23:55:20.146455870 +0200
+++ /var/tmp/diff_new_pack.MTgf8p/_new  2017-07-05 23:55:20.150455306 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package belle-sip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,12 +20,12 @@
 %define soname  libbellesip
 %define sover   0
 Name:   belle-sip
-Version:1.5.0
+Version:1.6.1
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
 Group:  System/Libraries
-Url:https://www.linphone.org/technical-corner/belle-sip/overview
+Url:https://linphone.org/technical-corner/belle-sip/overview
 Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 Source2:baselibs.conf
@@ -38,18 +38,20 @@
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox)
+BuildRequires:  pkgconfig(bctoolbox) >= 0.5.0
 BuildRequires:  pkgconfig(zlib)
 
 %description
-Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
+Belle-sip is a SIP (RFC3261) implementation written in C, with an
+object oriented API.
 
 %package -n %{soname}%{sover}
 Summary:C object oriented SIP Stack
 Group:  System/Libraries
 
 %description -n %{soname}%{sover}
-Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
+Belle-sip is a SIP (RFC3261) implementation written in C, with an
+object oriented API.
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
@@ -59,9 +61,11 @@
 Requires:   pkgconfig(zlib)
 
 %description devel
-Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
+Belle-sip is a SIP (RFC3261) implementation written in C, with an
+object oriented API.
 
-This package contains header files and development libraries needed to develop 
programs using the belle-sip library.
+This package contains header files and development libraries needed
+to develop applications using the belle-sip library.
 
 %prep
 %setup -q
@@ -75,7 +79,7 @@
   -DANTLR3_JAR_PATH="$antlr_jar" \
   -DENABLE_STRICT=OFF\
   -DENABLE_STATIC=OFF
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %cmake_install
@@ -91,11 +95,11 @@
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS COPYING NEWS README.md
 %{_bindir}/belle_sip_tester
 %{_includedir}/%{name}/
-%{_datadir}/BelleSIP/
 %{_libdir}/%{soname}.so
+%{_datadir}/BelleSIP/
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


++ belle-sip-1.5.0.tar.gz -> belle-sip-1.6.1.tar.gz ++
 65553 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2016-09-20 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2016-09-20 13:26:43

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2016-09-13 
22:25:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2016-09-20 
13:26:46.0 +0200
@@ -1,0 +2,11 @@
+Sat Sep 17 12:50:36 UTC 2016 - idon...@suse.com
+
+- Remove reference to unneeded wakelock.h file (fix-build.patch) 
+
+---
+Tue Sep 13 12:54:30 UTC 2016 - sor.ale...@meowr.ru
+
+- Switch to building with CMake.
+- Add belle-sip-fix-pkgconfig.patch: Fix up pkgconfig.
+
+---

New:

  belle-sip-fix-pkgconfig.patch
  fix-build.patch



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.CXde9v/_old  2016-09-20 13:26:47.0 +0200
+++ /var/tmp/diff_new_pack.CXde9v/_new  2016-09-20 13:26:47.0 +0200
@@ -25,18 +25,21 @@
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
 Group:  System/Libraries
-Url:http://linphone.org/technical-corner/belle-sip/overview
-Source: 
https://github.com/BelledonneCommunications/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Url:https://www.linphone.org/technical-corner/belle-sip/overview
+Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 Source2:baselibs.conf
+# PATCH-FIX-OPENSUSE belle-sip-fix-pkgconfig.patch sor.ale...@meowr.ru -- Fix 
up pkgconfig.
+Patch0: belle-sip-fix-pkgconfig.patch
+# PATCH-FIX-OPENSUSE fix-build.patch idoen...@suse.de -- Remove reference to 
wakelock.h
+Patch1: fix-build.patch
 BuildRequires:  antlr3c-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  java
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(bctoolbox)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -52,6 +55,8 @@
 Summary:Headers and libraries for the belle-sip library
 Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
+Requires:   pkgconfig(bctoolbox)
+Requires:   pkgconfig(zlib)
 
 %description devel
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -60,19 +65,20 @@
 
 %prep
 %setup -q
-cp -f %{SOURCE1} antlr.jar
-sed -i "s|^\(antlr_java_prefixes=\).*$|\1\"$PWD\"|" configure.ac
+%patch0 -p1
+%patch1 -p1
+cp -f %{SOURCE1} antlr3.jar
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
-  --disable-strict \
-  --disable-static
+antlr_jar="$PWD/antlr3.jar"
+%cmake \
+  -DANTLR3_JAR_PATH="$antlr_jar" \
+  -DENABLE_STRICT=OFF\
+  -DENABLE_STATIC=OFF
 make %{?_smp_mflags}
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%cmake_install
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
 
@@ -86,7 +92,9 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
+%{_bindir}/belle_sip_tester
 %{_includedir}/%{name}/
+%{_datadir}/BelleSIP/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/%{name}.pc
 


++ belle-sip-1.5.0.tar.gz ++
 59974 lines of diff (skipped)

++ belle-sip-fix-pkgconfig.patch ++
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,14 +137,14 @@ configure_file(${CMAKE_CURRENT_SOURCE_DI
 
 set(prefix ${CMAKE_INSTALL_PREFIX})
 set(exec_prefix ${prefix}/bin)
-set(libdir ${prefix}/lib)
+set(libdir ${CMAKE_INSTALL_FULL_LIBDIR})
 set(includedir ${prefix}/include)
 get_filename_component(antlr3c_library_path "${ANTLR3C_LIBRARIES}" PATH)
 set(LIBS_PRIVATE "-L${antlr3c_library_path} -lantlr3c")
 get_filename_component(bctoolbox_library_path "${BCTOOLBOX_CORE_LIBRARIES}" 
PATH)
 set(LIBS_PRIVATE "${LIBS_PRIVATE} -L${bctoolbox_library_path} -lbctoolbox")
 if(ZLIB_FOUND)
-   set(REQUIRES_PRIVATE "${REQUIRES_PRIVATE} z")
+   set(REQUIRES_PRIVATE "${REQUIRES_PRIVATE} zlib")
 endif()
 if(HAVE_LIBDL)
set(LIBS_PRIVATE "${LIBS_PRIVATE} -ldl")
++ fix-build.patch ++
Index: belle-sip-1.5.0/include/CMakeLists.txt
===
--- belle-sip-1.5.0.orig/include/CMakeLists.txt
+++ belle-sip-1.5.0/include/CMakeLists.txt
@@ -48,7 +48,6 @@ set(HEADER_FILES
transaction.h
   

commit belle-sip for openSUSE:Factory

2016-09-13 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2016-09-13 22:24:19

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2015-11-22 
11:00:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2016-09-13 
22:25:08.0 +0200
@@ -1,0 +2,14 @@
+Sun Sep 11 16:43:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.5.0:
+  * Move general purpose and encryption related functions to
+bctoolbox, which becomes a mandatory dependency.
+  * mbedTLS support through bctoolbox.
+  * SUBSCRIBE/NOTIFY dialog improvements: can be created upon
+reception of NOTIFY (as requested by RFC), automatic deletion
+when dialog expires.
+  * Fix: Retransmit 200Ok of a reINVITE (was formely only done for
+initial INVITE).
+  * Add support for zlib in body handling.
+
+---

Old:

  belle-sip-1.4.2.tar.gz

New:

  belle-sip-1.5.0.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.4XRUF6/_old  2016-09-13 22:25:09.0 +0200
+++ /var/tmp/diff_new_pack.4XRUF6/_new  2016-09-13 22:25:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package belle-sip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
 %define soname  libbellesip
 %define sover   0
 Name:   belle-sip
-Version:1.4.2
+Version:1.5.0
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
 Group:  System/Libraries
 Url:http://linphone.org/technical-corner/belle-sip/overview
-Source: 
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/BelledonneCommunications/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 Source2:baselibs.conf
 BuildRequires:  antlr3c-devel
@@ -35,8 +35,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  libtool
-BuildRequires:  mbedtls-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(bctoolbox)
 
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -64,7 +64,7 @@
 sed -i "s|^\(antlr_java_prefixes=\).*$|\1\"$PWD\"|" configure.ac
 
 %build
-autoreconf -fi
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-strict \
   --disable-static


++ belle-sip-1.4.2.tar.gz -> belle-sip-1.5.0.tar.gz ++
 82599 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2015-11-22 11:00:07

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2015-07-22 
09:20:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-11-22 
11:00:14.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov  6 19:00:45 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.4.2:
+  * Support of Accept, Content-Disposition and Supported headers.
+  * Bug fixes.
+- Add baselibs.conf.
+
+---

Old:

  belle-sip-1.4.1.tar.gz

New:

  baselibs.conf
  belle-sip-1.4.2.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.DOSSn9/_old  2015-11-22 11:00:15.0 +0100
+++ /var/tmp/diff_new_pack.DOSSn9/_new  2015-11-22 11:00:15.0 +0100
@@ -17,9 +17,10 @@
 #
 
 
-%define lname libbellesip0
+%define soname  libbellesip
+%define sover   0
 Name:   belle-sip
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
@@ -27,6 +28,7 @@
 Url:http://linphone.org/technical-corner/belle-sip/overview
 Source: 
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
+Source2:baselibs.conf
 BuildRequires:  antlr3c-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -39,17 +41,17 @@
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
-%package -n %{lname}
+%package -n %{soname}%{sover}
 Summary:C object oriented SIP Stack
 Group:  System/Libraries
 
-%description -n %{lname}
+%description -n %{soname}%{sover}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
+Requires:   %{soname}%{sover} = %{version}
 
 %description devel
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -72,20 +74,20 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n %{soname}%{sover} -p /sbin/ldconfig
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n %{soname}%{sover}
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/libbellesip.so.*
+%{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-%{_includedir}/belle-sip/
-%{_libdir}/libbellesip.so
-%{_libdir}/pkgconfig/belle-sip.pc
+%{_includedir}/%{name}/
+%{_libdir}/%{soname}.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


++ baselibs.conf ++
libbellesip0
++ belle-sip-1.4.1.tar.gz -> belle-sip-1.4.2.tar.gz ++
 10393 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2015-07-22 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2015-07-22 09:19:58

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2015-04-02 
16:02:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-07-22 
09:20:00.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 20 19:09:15 UTC 2015 - mplus...@suse.com
+
+- Update to 1.4.1
+  * Bug fixes
+
+---

Old:

  belle-sip-1.4.0.tar.gz

New:

  belle-sip-1.4.1.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.OfkQU3/_old  2015-07-22 09:20:01.0 +0200
+++ /var/tmp/diff_new_pack.OfkQU3/_new  2015-07-22 09:20:01.0 +0200
@@ -19,7 +19,7 @@
 
 %define lname libbellesip0
 Name:   belle-sip
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+


++ belle-sip-1.4.0.tar.gz -> belle-sip-1.4.1.tar.gz ++
 2688 lines of diff (skipped)




commit belle-sip for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2015-04-02 16:02:43

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2015-03-18 
13:04:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-04-02 
16:02:44.0 +0200
@@ -1,0 +2,5 @@
+Mon Mar 23 10:16:05 UTC 2015 - sor.ale...@meowr.ru
+
+- Switch from obsolete polarssl to mbedtls.
+
+---



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.SZJBRx/_old  2015-04-02 16:02:45.0 +0200
+++ /var/tmp/diff_new_pack.SZJBRx/_new  2015-04-02 16:02:45.0 +0200
@@ -30,14 +30,11 @@
 BuildRequires:  antlr3c-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
-# Needed for tests, tests use net so useless for OBS
-# BuildRequires:  cunit-devel
 BuildRequires:  gcc-c++
 BuildRequires:  java
-BuildRequires:  libpolarssl-devel
 BuildRequires:  libtool
+BuildRequires:  mbedtls-devel
 BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -68,7 +65,6 @@
 autoreconf -fi
 %configure \
   --disable-strict \
-  --disable-tests  \
   --disable-static
 make %{?_smp_mflags}
 





commit belle-sip for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2015-03-18 13:04:52

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2014-11-15 
12:13:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-03-18 
13:04:53.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar 15 16:35:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.4.0 (changes since 1.3.0):
+  * DNS SRV weight selection.
+  * Support of multipart messages.
+  * Support of backslash escaped display name.
+  * Support of display names of type (token LWS)* instead of just
+token.
+  * Support for absolute URIs.
+- Remove 0001-fix-license-headers.patch: fixed upstream.
+
+---

Old:

  0001-fix-license-headers.patch
  belle-sip-1.3.0.tar.gz

New:

  belle-sip-1.4.0.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.d7E5L5/_old  2015-03-18 13:04:54.0 +0100
+++ /var/tmp/diff_new_pack.d7E5L5/_new  2015-03-18 13:04:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package belle-sip
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,16 @@
 #
 
 
-%define soname libbellesip0
+%define lname libbellesip0
 Name:   belle-sip
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
 Group:  System/Libraries
-Url:http://www.linphone.org/
+Url:http://linphone.org/technical-corner/belle-sip/overview
 Source: 
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
-Source100:  antlr-3.4-complete.jar
-# PATCH-FIX-UPSTREAM 0001-fix-license-headers.patch -- Fix license header -- 
Simon Morlat 
-Patch0: 0001-fix-license-headers.patch
+Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 BuildRequires:  antlr3c-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -44,17 +42,17 @@
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
-%package -n %{soname}
+%package -n %{lname}
 Summary:C object oriented SIP Stack
 Group:  System/Libraries
 
-%description -n %{soname}
+%description -n %{lname}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
 Group:  Development/Libraries/C and C++
-Requires:   %{soname} = %{version}
+Requires:   %{lname} = %{version}
 
 %description devel
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -62,32 +60,27 @@
 This package contains header files and development libraries needed to develop 
programs using the belle-sip library.
 
 %prep
-cp %{S:100} antlr.jar
 %setup -q
-%patch0
-sed -i \
--e "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" \
--e "s:-Werror::g" \
-configure{,.ac}
+cp -f %{SOURCE1} antlr.jar
+sed -i "s|^\(antlr_java_prefixes=\).*$|\1\"$PWD\"|" configure.ac
 
 %build
-autoreconf -fvi
+autoreconf -fi
 %configure \
+  --disable-strict \
 --disable-tests \
---disable-static \
---disable-silent-rules \
---enable-tls
+  --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/libbellesip.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{soname} -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %{soname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %{soname}
+%files -n %{lname}
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/libbellesip.so.*
@@ -95,9 +88,8 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
+%{_includedir}/belle-sip/
 %{_libdir}/libbellesip.so
 %{_libdir}/pkgconfig/belle-sip.pc
-%dir %{_includedir}/belle-sip
-%{_includedir}/belle-sip/*.h
 
 %changelog


++ belle-sip-1.3.0.tar.gz -> belle-sip-1.4.0.tar.gz ++
 57445 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit belle-sip for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2014-11-15 11:44:22

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2014-10-16 
14:53:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2014-11-15 
12:13:02.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov  6 16:09:07 UTC 2014 - tchva...@suse.com
+
+- Use gpl2+ as is in the files not just gpl2
+- Fix build on factory
+- Run autoreconf to avoid double configure run
+- Disable silent rules
+- Disable Werror
+
+---



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.aWUyml/_old  2014-11-15 12:13:03.0 +0100
+++ /var/tmp/diff_new_pack.aWUyml/_new  2014-11-15 12:13:03.0 +0100
@@ -22,7 +22,7 @@
 Version:1.3.0
 Release:0
 Summary:C object oriented SIP Stack
-License:GPL-2.0
+License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.linphone.org/
 Source: 
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
@@ -30,9 +30,14 @@
 # PATCH-FIX-UPSTREAM 0001-fix-license-headers.patch -- Fix license header -- 
Simon Morlat 
 Patch0: 0001-fix-license-headers.patch
 BuildRequires:  antlr3c-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+# Needed for tests, tests use net so useless for OBS
+# BuildRequires:  cunit-devel
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  libpolarssl-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,12 +65,17 @@
 cp %{S:100} antlr.jar
 %setup -q
 %patch0
-sed -i "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" 
configure{,.ac}
+sed -i \
+-e "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" \
+-e "s:-Werror::g" \
+configure{,.ac}
 
 %build
+autoreconf -fvi
 %configure \
 --disable-tests \
 --disable-static \
+--disable-silent-rules \
 --enable-tls
 make %{?_smp_mflags}
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org