Projects
osmocom:latest
libsmpp34
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
libsmpp34.spec
Deleted
@@ -1,90 +0,0 @@ -# -# spec file for package libsmpp34 -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -%define sover 1 -Name: libsmpp34 -Requires: osmocom-latest -Version: 1.14.3 -Release: 0 -Summary: PDU SMPP packaging and unpackaging tool -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -URL: https://osmocom.org/projects/libsmpp34 -Source: libsmpp34_1.14.3.tar.xz -Source1: rpmlintrc -BuildRequires: autoconf >= 2.57 -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libxml-2.0) - -%description -The library provides the PDU handling of the SMPP-3.4 protocol. - -%package -n libsmpp34-%{sover} -Requires: osmocom-latest -Summary: SMPP-3.4 protocol library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libsmpp34-%{sover} -This library provides the Protocol Data Unit (PDU) handling of the -SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol -providing a data communication interface for the transfer of short -message data between External Short Messaging Entities, Routing -Entitites and Message Centres. - -%package -n libsmpp34-%{sover}-devel -Requires: osmocom-latest -Summary: Development files for the SMPP-3.4 protocol library -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libsmpp34-%{sover} = %{version} - -%description -n libsmpp34-%{sover}-devel -The library provides the PDU handling of the SMPP-3.4 protocol. - -This subpackage contains libraries and header files for developing -applications that want to make use of libsmpp34. - -%prep -%setup -n libsmpp34 -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure --disable-static --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%post -n libsmpp34-%{sover} -p /sbin/ldconfig -%postun -n libsmpp34-%{sover} -p /sbin/ldconfig - -%files -n libsmpp34-%{sover} -%{_libdir}/libsmpp34.so.%{sover}* - -%files -n libsmpp34-%{sover}-devel -%license COPYING -%doc ChangeLog -%{_includedir}/%{name}/ -%{_libdir}/libsmpp34.so -%{_libdir}/pkgconfig/*.pc - -%changelog
View file
libsmpp34_1.14.3.tar.xz/contrib/libsmpp34.spec.in
Deleted
@@ -1,89 +0,0 @@ -# -# spec file for package libsmpp34 -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -%define sover 1 -Name: libsmpp34 -Requires: osmocom-latest -Version: @VERSION@ -Release: 0 -Summary: PDU SMPP packaging and unpackaging tool -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -URL: https://osmocom.org/projects/libsmpp34 -Source: %{name}-%{version}.tar.xz -BuildRequires: autoconf >= 2.57 -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libxml-2.0) - -%description -The library provides the PDU handling of the SMPP-3.4 protocol. - -%package -n libsmpp34-%{sover} -Requires: osmocom-latest -Summary: SMPP-3.4 protocol library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libsmpp34-%{sover} -This library provides the Protocol Data Unit (PDU) handling of the -SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol -providing a data communication interface for the transfer of short -message data between External Short Messaging Entities, Routing -Entitites and Message Centres. - -%package -n libsmpp34-%{sover}-devel -Requires: osmocom-latest -Summary: Development files for the SMPP-3.4 protocol library -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libsmpp34-%{sover} = %{version} - -%description -n libsmpp34-%{sover}-devel -The library provides the PDU handling of the SMPP-3.4 protocol. - -This subpackage contains libraries and header files for developing -applications that want to make use of libsmpp34. - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure --disable-static --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%post -n libsmpp34-%{sover} -p /sbin/ldconfig -%postun -n libsmpp34-%{sover} -p /sbin/ldconfig - -%files -n libsmpp34-%{sover} -%{_libdir}/libsmpp34.so.%{sover}* - -%files -n libsmpp34-%{sover}-devel -%license COPYING -%doc ChangeLog -%{_includedir}/%{name}/ -%{_libdir}/libsmpp34.so -%{_libdir}/pkgconfig/*.pc - -%changelog
View file
libsmpp34_1.14.3.dsc -> libsmpp34_1.14.4.dsc
Changed
@@ -2,7 +2,7 @@ Source: libsmpp34 Binary: libsmpp1, libsmpp34-dev, libsmpp34-utils, libsmpp34-dbg Architecture: any -Version: 1.14.3 +Version: 1.14.4 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libsmpp34 Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libsmpp34-dev deb libdevel optional arch=any libsmpp34-utils deb libs optional arch=any Checksums-Sha1: - 5120b7f453c1ec383c8077d8cf37d7b9f4b71cdb 40208 libsmpp34_1.14.3.tar.xz + c6cc676eef763e97ffc7cd8001114d0444c9bfc2 39520 libsmpp34_1.14.4.tar.xz Checksums-Sha256: - c66d603566400bbf8ef7cdb3a68f9901af6f9072efc713628d28df3993a86db7 40208 libsmpp34_1.14.3.tar.xz + 9ab5600fbe810af3f20039da71d08d834081a9b3479c73ec058701f39f60d8f7 39520 libsmpp34_1.14.4.tar.xz Files: - cd750cb59f20bed6acecef016c9df989 40208 libsmpp34_1.14.3.tar.xz + 0ac64d44603413355d1c18fe94064321 39520 libsmpp34_1.14.4.tar.xz
View file
libsmpp34_1.14.3.tar.xz/.tarball-version -> libsmpp34_1.14.4.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.14.3 +1.14.4
View file
libsmpp34_1.14.3.tar.xz/Makefile.am -> libsmpp34_1.14.4.tar.xz/Makefile.am
Changed
@@ -22,7 +22,8 @@ README.md \ .version \ debian \ - contrib/libsmpp34.spec.in + git-version-gen \ + $(NULL) @RELMAKE@
View file
libsmpp34_1.14.3.tar.xz/configure.ac -> libsmpp34_1.14.4.tar.xz/configure.ac
Changed
@@ -89,6 +89,5 @@ def_list/Makefile binaries/Makefile test_apps/Makefile - libsmpp34.pc - contrib/libsmpp34.spec) + libsmpp34.pc) AC_OUTPUT
View file
libsmpp34_1.14.3.tar.xz/debian/changelog -> libsmpp34_1.14.4.tar.xz/debian/changelog
Changed
@@ -1,3 +1,14 @@ +libsmpp34 (1.14.4) unstable; urgency=medium + + Vadim Yanitskiy + * fix warnings about implicit declaration of strtol() + * build: include git-version-gen into the release tarball + + Oliver Smith + * contrib: remove rpm spec file + + -- Oliver Smith <osmith@sysmocom.de> Mon, 27 May 2024 11:16:01 +0200 + libsmpp34 (1.14.3) unstable; urgency=medium Vadim Yanitskiy
View file
libsmpp34_1.14.3.tar.xz/src/Makefile.am -> libsmpp34_1.14.4.tar.xz/src/Makefile.am
Changed
@@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=3:0:2 +LIBVERSION=3:1:2 # src/Makefile.am # lib_LTLIBRARIES = libsmpp34.la
View file
libsmpp34_1.14.3.tar.xz/test_apps/esme.c -> libsmpp34_1.14.4.tar.xz/test_apps/esme.c
Changed
@@ -23,6 +23,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <libxml/xmlmemory.h>
View file
libsmpp34_1.14.3.tar.xz/test_apps/sendwp.c -> libsmpp34_1.14.4.tar.xz/test_apps/sendwp.c
Changed
@@ -23,6 +23,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <libxml/xmlmemory.h>
View file
libsmpp34_1.14.3.tar.xz/test_apps/smpp.c -> libsmpp34_1.14.4.tar.xz/test_apps/smpp.c
Changed
@@ -23,6 +23,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h>
View file
libsmpp34_1.14.3.tar.xz/test_apps/tcp.c -> libsmpp34_1.14.4.tar.xz/test_apps/tcp.c
Changed
@@ -28,6 +28,7 @@ #include <arpa/inet.h> #include <netdb.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <libxml/xmlmemory.h>
View file
rpmlintrc
Deleted
@@ -1,5 +0,0 @@ -# Don't abort the build when finding a library that depends on a package with -# a specific version. This is intentional for nightly builds, we don't want -# libraries from different build dates to be mixed as they might have ABI -# incompatibilities. -setBadness('shlib-fixed-dependency', 0)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.