diff --git a/libtranscript-0.3.2.tar.bz2 b/libtranscript-0.3.2.tar.bz2 deleted file mode 100644 index fa2cf8d..0000000 --- a/libtranscript-0.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af637a90e9cf89f556a4ce50a2f92d49cad51e80941c2c5e22fe3fa092ac3cde -size 2057779 diff --git a/libtranscript-0.3.3.tar.bz2 b/libtranscript-0.3.3.tar.bz2 new file mode 100644 index 0000000..d37aaf5 --- /dev/null +++ b/libtranscript-0.3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8c19f257da5d6fad0ed9a7e5bd2442819e910a19907c38e115116a3955f5fa +size 1960626 diff --git a/libtranscript.changes b/libtranscript.changes index 8c1a328..b81867a 100644 --- a/libtranscript.changes +++ b/libtranscript.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 7 15:45:51 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 0.3.3 + * No functional changes. The pre-generated Doxygen documentation + was removed from the source tarball. + ------------------------------------------------------------------- Sun Mar 29 20:41:40 UTC 2015 - jengelh@inai.de diff --git a/libtranscript.spec b/libtranscript.spec index 1d69665..dc8a6b1 100644 --- a/libtranscript.spec +++ b/libtranscript.spec @@ -1,7 +1,7 @@ # # spec file for package libtranscript # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,26 @@ # 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/ # Name: libtranscript %define lname libtranscript1 -Version: 0.3.2 +Version: 0.3.3 Release: 0 Summary: A character set conversion library -License: GPL-3.0 +License: GPL-3.0-only Group: Development/Libraries/C and C++ Url: http://os.ghalkes.nl/libtranscript.html #Git-Clone: git://github.com/gphalkes/transcript Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: gettext-tools BuildRequires: libtool BuildRequires: pkg-config -%if 0%{?suse_version} -BuildRequires: fdupes -%endif %description libtranscript is a character set conversion library which allows @@ -60,7 +58,7 @@ This subpackage contains libraries and header files for developing applications that want to make use of libtranscript. %prep -%setup -q +%autosetup -p1 %build export CC=gcc @@ -70,9 +68,7 @@ make %{?_smp_mflags} %install %make_install rm -f "%buildroot/%_libdir"/*.la -%if 0%{?fdupes:1} %fdupes %buildroot/%_prefix -%endif %post -p /sbin/ldconfig -n %lname %postun -p /sbin/ldconfig -n %lname