Compare commits

1 Commits
main ... 1.1

5 changed files with 8 additions and 37 deletions

BIN
libsigc++-2.12.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libsigc++-2.12.1.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +0,0 @@
diff --git a/NEWS b/NEWS
old mode 100755
new mode 100644

View File

@@ -1,27 +1,3 @@
-------------------------------------------------------------------
Sun Oct 1 08:15:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.12.1:
+ Documentation:
- slot, signal: Describe the slot<void(int)> syntax more
- connection: Improve the class documentation
- Improve Visual Studio build documentation
- Remove AUTHORS and add general information to README.md
+ Build:
- Meson:
. Don't copy files with configure_file()
. Fix the evaluation of is_git_build on Windows
- Visual Studio: Support static builds
- Use ldconfig_scriptlets macro for post(un) handling.
- Update URL to new home.
-------------------------------------------------------------------
Mon Apr 17 14:23:34 UTC 2023 - qzhao@suse.com
- Add libsigc++2-remove-unnecessary-executable-flag-from-file.patch:
cancel executable permission for file
/usr/share/doc/packages/libsigc-2_0-0/NEWS(bsc#1209094,bsc#1209140).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 27 18:07:38 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Mon Feb 27 18:07:38 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -18,16 +18,14 @@
%define _name libsigc++ %define _name libsigc++
Name: libsigc++2 Name: libsigc++2
Version: 2.12.1 Version: 2.12.0
Release: 0 Release: 0
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://libsigcplusplus.github.io/libsigcplusplus/ URL: http://libsigc.sourceforge.net/
Source0: https://download.gnome.org/sources/libsigc++/2.12/%{_name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/libsigc++/2.12/%{_name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-OPENSUSE libsigc++2-remove-unnecessary-executable-flag-from-file.patch bsc#1209094 bsc#1209140 qzhao@suse.com -- cancel executable permission for file /usr/share/doc/packages/libsigc-2_0-0/NEWS
Patch0: libsigc++2-remove-unnecessary-executable-flag-from-file.patch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: meson >= 0.54.0 BuildRequires: meson >= 0.54.0
@@ -71,7 +69,6 @@ of use unmatched by other C++ callback libraries.
%prep %prep
%setup -q -n %{_name}-%{version} %setup -q -n %{_name}-%{version}
%patch -P 0 -p1
# Remove executable bit in NEWS... # Remove executable bit in NEWS...
chmod -x NEWS chmod -x NEWS
@@ -88,11 +85,12 @@ export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
%meson_test %meson_test
unset MALLOC_CHECK_ MALLOC_PERTURB_ unset MALLOC_CHECK_ MALLOC_PERTURB_
%ldconfig_scriptlets -n libsigc-2_0-0 %post -n libsigc-2_0-0 -p /sbin/ldconfig
%postun -n libsigc-2_0-0 -p /sbin/ldconfig
%files -n libsigc-2_0-0 %files -n libsigc-2_0-0
%license COPYING %license COPYING
%doc ChangeLog NEWS README.md %doc AUTHORS ChangeLog NEWS
%{_libdir}/libsigc-2.0.so.* %{_libdir}/libsigc-2.0.so.*
%files devel %files devel