From eeb02401e2c39fc85b377fac26824b03091b34671e26aff3ff4dc892aada4c19 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:33:32 +0000 Subject: [PATCH 01/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=30 --- finalcut.spec | 193 -------------------------------------------------- 1 file changed, 193 deletions(-) delete mode 100644 finalcut.spec diff --git a/finalcut.spec b/finalcut.spec deleted file mode 100644 index d3ce058..0000000 --- a/finalcut.spec +++ /dev/null @@ -1,193 +0,0 @@ -# -# spec file for package finalcut -# -# Copyright (c) 2019 by Markus Gans -# -# 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. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - - -%define sover 0 -Name: finalcut -Version: 0.6.0 -Release: 0 -Summary: Console widget library -License: LGPL-3.0-or-later -Group: Development/Libraries/C and C++ -URL: https://github.com/gansm/finalcut/ -Source: https://github.com/gansm/finalcut/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: 0001-arm-glibc-2.30.patch -BuildRequires: autoconf -BuildRequires: autoconf-archive -BuildRequires: automake -BuildRequires: fontpackages-devel -BuildRequires: gcc-c++ >= 5.1 -BuildRequires: gdb -BuildRequires: glib2-devel -BuildRequires: gpm-devel -BuildRequires: libtool -BuildRequires: ncurses-devel - -%description -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package -n libfinal-devel -Summary: Development files for the FINAL CUT text widget library -Group: Development/Libraries/C and C++ -Requires: bdftopcf -Requires: coreutils -Requires: gcc-c++ >= 5.1 -Requires: gpm-devel -Requires: grep -Requires: gzip -Requires: libfinal%{sover} = %{version} -Requires: ncurses-devel -Requires: sed -Requires: vim -Provides: finalcut-devel = %{version} -Obsoletes: finalcut-devel < %{version} -Recommends: %{name}-examples = %{version} - -%description -n libfinal-devel -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package -n libfinal-examples -Summary: Example files for the FINAL CUT library -Group: Development/Languages/C and C++ -Provides: finalcut-examples = %{version} -Obsoletes: finalcut-examples < %{version} - -%description -n libfinal-examples -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package -n libfinal%{sover} -Summary: Console widget toolkit -Group: System/Libraries - -%description -n libfinal%{sover} -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package bitmap-fonts -Summary: Bitmap fonts for finalcut -Group: System/X11/Fonts -Requires(pre): fontconfig -# install the fonts only if we have X11 fonts anyways -Supplements: packageand(libfinal%{sover}:xorg-x11-fonts-core) -BuildArch: noarch - -%description bitmap-fonts -This package include a special font uses by the FINAL CUT text -widget toolkit - -%prep -%setup -q -%patch0 -p1 - -%build -autoreconf -vif -export CPPFLAGS="%{optflags} -Wall -Wextra -Wpedantic" -%ifnarch %ix86 x86_64 -export CPPFLAGS="$CPPFLAGS -Wno-error=unused-parameter" -%endif -%configure --disable-static -make %{?_smp_mflags} V=1 - -%install -make install libdir=%{buildroot}%{_libdir}/ \ - includedir=%{buildroot}%{_includedir} \ - bindir=%{buildroot}%{_bindir} \ - docdir=%{buildroot}%{_docdir}/%{name}/ \ - fontdir=%{buildroot}%{_miscfontsdir}/%{name}/ -mkdir -p %{buildroot}%{_miscfontsdir}/%{name}/ -mkdir -p %{buildroot}%{_docdir}/%{name} -mkdir -p %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/.libs/* %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/*.cpp %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/Makefile.clang %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/Makefile.gcc %{buildroot}%{_libdir}/%{name}/examples -rm -f %{buildroot}%{_libdir}/libfinal.la -rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYING.LESSER -# Add config for X font path -mkdir -p %{buildroot}%{_datadir}/X11/xorg.conf.d -cat < %{buildroot}%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf -Section "Files" - FontPath "%{_miscfontsdir}/finalcut:unscaled" -EndSection -EOF -# -# make sure we own all generated files -for i in .fonts-config-timestamp encodings.dir fonts.dir fonts.scale; do - > %{buildroot}%{_miscfontsdir}/finalcut/$i -done - -%post -n libfinal%{sover} -p /sbin/ldconfig -%postun -n libfinal%{sover} -p /sbin/ldconfig - -%reconfigure_fonts_scriptlets -n %{name}-bitmap-fonts - -%files -n libfinal-devel -%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500 -%license COPYING.LESSER -%else -%doc COPYING.LESSER -%endif -%doc ChangeLog README.md -%exclude %{_docdir}/%{name}/examples -%{_docdir}/%{name} -%{_libdir}/libfinal.so -%{_libdir}/pkgconfig/%{name}.pc -%{_includedir}/final - -%files -n libfinal-examples -%{_libdir}/%{name} - -%files -n libfinal%{sover} -%{_libdir}/libfinal.so.* - -%files bitmap-fonts -%dir %{_miscfontsdir} -%dir %{_miscfontsdir}/finalcut -%{_miscfontsdir}/finalcut/*.gz -%{_miscfontsdir}/finalcut/fonts.alias -%ghost %{_miscfontsdir}/finalcut/fonts.dir -%ghost %{_miscfontsdir}/finalcut/fonts.scale -%ghost %{_miscfontsdir}/finalcut/encodings.dir -%ghost %{_miscfontsdir}/finalcut/.fonts-config-timestamp -%dir %{_datadir}/X11 -%dir %{_datadir}/X11/xorg.conf.d -%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf - -%changelog From 6b4f5d4088099ad30d77f562b776d0e783e39dad6787f34f3b9f5bd236fb70b6 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:33:39 +0000 Subject: [PATCH 02/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=31 --- finalcut-0.6.0.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 finalcut-0.6.0.tar.gz diff --git a/finalcut-0.6.0.tar.gz b/finalcut-0.6.0.tar.gz deleted file mode 100644 index 21ffc2a..0000000 --- a/finalcut-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c2260104ba918a83748f6af0f01e33c35bbc4591f49567839e45cf1555b9f2f -size 672043 From d1e11acf45f28c17c951615605de8b3940d8b58b48099dbf2f1679e6fdd5f808 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:33:44 +0000 Subject: [PATCH 03/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=32 --- 0001-arm-glibc-2.30.patch | 65 --------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 0001-arm-glibc-2.30.patch diff --git a/0001-arm-glibc-2.30.patch b/0001-arm-glibc-2.30.patch deleted file mode 100644 index 8fc88b9..0000000 --- a/0001-arm-glibc-2.30.patch +++ /dev/null @@ -1,65 +0,0 @@ ---- a/src/include/final/fsystemimpl.h -+++ b/src/include/final/fsystemimpl.h -@@ -36,9 +36,19 @@ - #endif - - #if defined(__linux__) -- #if defined(__x86_64__) || defined(__i386) || defined(__arm__) -- #include // is deprecated -- #endif // defined(__x86_64__) || defined(__i386) || defined(__arm__) -+ -+ #if defined(__arm__) && defined(__GLIBC__) && defined(__GLIBC_PREREQ) -+ // ISA sysctl support on arm processors only up to glibc-2.29 -+ #if !__GLIBC_PREREQ(2,30) -+ #define ARM_ISA_SYSCTL -+ #endif -+ #endif -+ -+ #if defined(__x86_64__) || defined(__i386) || defined(ARM_ISA_SYSCTL) -+ #define ISA_SYSCTL_SUPPORT -+ #include -+ #endif // defined(__x86_64__) || defined(__i386) || defined(ARM_ISA_SYSCTL) -+ - #endif // defined(__linux__) - - #if defined(__sun) && defined(__SVR4) -@@ -88,8 +98,7 @@ class FSystemImpl : public FSystem - virtual ~FSystemImpl(); - - // Methods --#if defined(__linux__) --#if defined(__x86_64__) || defined(__i386) || defined(__arm__) -+#if defined(ISA_SYSCTL_SUPPORT) - uChar inPortByte (uShort port) override - { - return ::inb (port); -@@ -100,16 +109,9 @@ class FSystemImpl : public FSystem - return 0; - } - #endif --#else -- uChar inPortByte (uShort) override -- { -- return 0; -- } --#endif - - --#if defined(__linux__) --#if defined(__x86_64__) || defined(__i386) || defined(__arm__) -+#if defined(ISA_SYSCTL_SUPPORT) - void outPortByte (uChar value, uShort port) override - { - ::outb (value, port); -@@ -118,11 +120,6 @@ class FSystemImpl : public FSystem - void outPortByte (uChar, uShort) override - { } - #endif --#else -- void outPortByte (uChar, uShort) override -- { } --#endif -- - - int isTTY (int fd) override - { From ba76554d21a536bf1649ab8f267b113296f4d8c09f822c50f7d35b26e02ea6fc Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:39:34 +0000 Subject: [PATCH 04/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=33 --- finalcut-0.6.1.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 finalcut-0.6.1.tar.gz diff --git a/finalcut-0.6.1.tar.gz b/finalcut-0.6.1.tar.gz new file mode 100644 index 0000000..201c5c1 --- /dev/null +++ b/finalcut-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4a694f5c3edfcfbda9353dab558bf409de8bf4c9de4358cb6b92ffc02987e4 +size 867839 From 5e7e44adb9c3061132f26d5f9e78c5cb87a071e42594c8ea837c655ef63492fe Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:40:08 +0000 Subject: [PATCH 05/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=34 --- finalcut.spec | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 finalcut.spec diff --git a/finalcut.spec b/finalcut.spec new file mode 100644 index 0000000..c0fe36c --- /dev/null +++ b/finalcut.spec @@ -0,0 +1,202 @@ +# +# spec file for package finalcut +# +# Copyright (c) 2020 by Markus Gans +# +# 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. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + +%define sover 0 +Name: finalcut +Version: 0.6.1 +Release: %{buildno} +Summary: Console widget library +License: LGPL-3.0-or-later +Group: Development/Libraries/C and C++ +URL: https://github.com/gansm/finalcut/ +Source: https://github.com/gansm/finalcut/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake +BuildRequires: fontpackages-devel +BuildRequires: gcc-c++ >= 5.1 +BuildRequires: gdb +BuildRequires: glib2-devel +BuildRequires: gpm-devel +BuildRequires: libtool +BuildRequires: ncurses-devel + +%description +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package -n libfinal-devel +Summary: Development files for the FINAL CUT text widget library +Group: Development/Libraries/C and C++ +Requires: bdftopcf +Requires: coreutils +Requires: gcc-c++ >= 5.1 +Requires: gpm-devel +Requires: grep +Requires: gzip +Requires: libfinal%{sover} = %{version} +Requires: ncurses-devel +Requires: sed +Requires: vim +Provides: libfinal-devel = %{version} +Obsoletes: libfinal-devel < %{version} +Recommends: libfinal-examples = %{version} + +%description -n libfinal-devel +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package -n libfinal-examples +Summary: Example files for the FINAL CUT library +Group: Development/Languages/C and C++ +Provides: libfinal-examples = %{version} +Obsoletes: libfinal-examples < %{version} + +%description -n libfinal-examples +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package -n libfinal%{sover} +Summary: Console widget toolkit +Group: System/Libraries + +%description -n libfinal%{sover} +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package bitmap-fonts +Summary: X11 bitmap font for FINAL CUT +Group: System/X11/Fonts +Requires(pre): fontconfig +# install the fonts only if we have X11 fonts anyways +Supplements: packageand(libfinal%{sover}:xorg-x11-fonts-core) +BuildArch: noarch + +%description bitmap-fonts +Special X11 bitmap font used by FINAL CUT to display graphic objects. + +%prep +%setup -q + +%build +autoreconf -vif +export CPPFLAGS="%{optflags} -Wall -Wextra -Wpedantic" +%ifnarch %ix86 x86_64 +export CPPFLAGS="$CPPFLAGS -Wno-error=unused-parameter" +%endif +%configure --disable-static +make %{?_smp_mflags} V=1 + +%install +%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?fc#} || 0%{?el#} +%global _miscfontsdir %{_datadir}/fonts +%endif +make install libdir=%{buildroot}%{_libdir}/ \ + includedir=%{buildroot}%{_includedir} \ + bindir=%{buildroot}%{_bindir} \ + docdir=%{buildroot}%{_docdir}/%{name}/ \ + fontdir=%{buildroot}%{_miscfontsdir}/%{name}/ +mkdir -p %{buildroot}%{_miscfontsdir}/%{name}/ +mkdir -p %{buildroot}%{_docdir}/%{name} +mkdir -p %{buildroot}%{_libdir}/%{name}/examples +mkdir -p %{buildroot}/etc/fonts/conf.d +mkdir -p %{buildroot}/usr/share/fontconfig/conf.avail +cp -p examples/.libs/* %{buildroot}%{_libdir}/%{name}/examples +cp -p examples/*.cpp %{buildroot}%{_libdir}/%{name}/examples +cp -p examples/Makefile.clang %{buildroot}%{_libdir}/%{name}/examples +cp -p examples/Makefile.gcc %{buildroot}%{_libdir}/%{name}/examples +cp -p fonts/40-finalcut-newfont.conf %{buildroot}/usr/share/fontconfig/conf.avail +ln -s /usr/share/fontconfig/conf.avail/40-finalcut-newfont.conf %{buildroot}/etc/fonts/conf.d/40-finalcut-newfont.conf +rm -f %{buildroot}%{_libdir}/libfinal.la +rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYING.LESSER +# Add config for X font path +mkdir -p %{buildroot}%{_datadir}/X11/xorg.conf.d +cat < %{buildroot}%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf +Section "Files" + FontPath "%{_miscfontsdir}/finalcut:unscaled" +EndSection +EOF +# make sure we own all generated files +for i in .fonts-config-timestamp encodings.dir fonts.dir fonts.scale; do + > %{buildroot}%{_miscfontsdir}/finalcut/$i +done + +%clean +%{__rm} -rf %{buildroot} + +%post -n libfinal%{sover} -p /sbin/ldconfig +%postun -n libfinal%{sover} -p /sbin/ldconfig + +%reconfigure_fonts_scriptlets -n %{name}-bitmap-fonts + +%files -n libfinal-devel +%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500 +%license COPYING.LESSER +%else +%doc COPYING.LESSER +%endif +%doc ChangeLog README.md +%exclude %{_docdir}/%{name}/examples +%{_docdir}/%{name} +%{_libdir}/libfinal.so +%{_libdir}/pkgconfig/%{name}.pc +%{_includedir}/final + +%files -n libfinal-examples +%{_libdir}/%{name} + +%files -n libfinal%{sover} +%{_libdir}/libfinal.so.* + +%files bitmap-fonts +%dir %{_miscfontsdir} +%dir %{_miscfontsdir}/finalcut +%{_miscfontsdir}/finalcut/*.gz +%{_miscfontsdir}/finalcut/fonts.alias +%ghost %{_miscfontsdir}/finalcut/fonts.dir +%ghost %{_miscfontsdir}/finalcut/fonts.scale +%ghost %{_miscfontsdir}/finalcut/encodings.dir +%ghost %{_miscfontsdir}/finalcut/.fonts-config-timestamp +%dir /etc/fonts/conf.d/ +%dir /usr/share/fontconfig/conf.avail +%dir %{_datadir}/X11 +%dir %{_datadir}/X11/xorg.conf.d +%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf +/etc/fonts/conf.d/40-finalcut-newfont.conf +/usr/share/fontconfig/conf.avail/40-finalcut-newfont.conf + +%changelog From 40ebc722b99bee3d4a099ead4f5d4d29a450897a9aa9d06d01201dfca4168271 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:44:56 +0000 Subject: [PATCH 06/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=35 --- finalcut.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/finalcut.changes b/finalcut.changes index 6b3043e..b4086c4 100644 --- a/finalcut.changes +++ b/finalcut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 21 11:42:02 UTC 2020 - Markus Gans + +- Release (version 0.6.1 pre-release 0.7.0) + ------------------------------------------------------------------- Mon Jan 20 14:10:38 UTC 2020 - Ludwig Nussel From be9b0637c61cadf5e20e1433efdbe31b2da22407619f4dc83bc02d099cf1863f Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 21 Oct 2020 11:50:11 +0000 Subject: [PATCH 07/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=36 --- finalcut.spec | 404 +++++++++++++++++++++++++------------------------- 1 file changed, 202 insertions(+), 202 deletions(-) diff --git a/finalcut.spec b/finalcut.spec index c0fe36c..4649f87 100644 --- a/finalcut.spec +++ b/finalcut.spec @@ -1,202 +1,202 @@ -# -# spec file for package finalcut -# -# Copyright (c) 2020 by Markus Gans -# -# 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. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - -%define sover 0 -Name: finalcut -Version: 0.6.1 -Release: %{buildno} -Summary: Console widget library -License: LGPL-3.0-or-later -Group: Development/Libraries/C and C++ -URL: https://github.com/gansm/finalcut/ -Source: https://github.com/gansm/finalcut/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: autoconf -BuildRequires: autoconf-archive -BuildRequires: automake -BuildRequires: fontpackages-devel -BuildRequires: gcc-c++ >= 5.1 -BuildRequires: gdb -BuildRequires: glib2-devel -BuildRequires: gpm-devel -BuildRequires: libtool -BuildRequires: ncurses-devel - -%description -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package -n libfinal-devel -Summary: Development files for the FINAL CUT text widget library -Group: Development/Libraries/C and C++ -Requires: bdftopcf -Requires: coreutils -Requires: gcc-c++ >= 5.1 -Requires: gpm-devel -Requires: grep -Requires: gzip -Requires: libfinal%{sover} = %{version} -Requires: ncurses-devel -Requires: sed -Requires: vim -Provides: libfinal-devel = %{version} -Obsoletes: libfinal-devel < %{version} -Recommends: libfinal-examples = %{version} - -%description -n libfinal-devel -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package -n libfinal-examples -Summary: Example files for the FINAL CUT library -Group: Development/Languages/C and C++ -Provides: libfinal-examples = %{version} -Obsoletes: libfinal-examples < %{version} - -%description -n libfinal-examples -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package -n libfinal%{sover} -Summary: Console widget toolkit -Group: System/Libraries - -%description -n libfinal%{sover} -FINAL CUT is a class library and widget toolkit with full mouse -support for creating a text-based user interface. The library supports -the programmer to develop an application for the text console. It allows -the simultaneous handling of multiple windows on the screen. -The C++ class design was inspired by the Qt framework. It provides -common controls like dialog windows, push buttons, check boxes, -radio buttons, input lines, list boxes, status bars and so on. - -%package bitmap-fonts -Summary: X11 bitmap font for FINAL CUT -Group: System/X11/Fonts -Requires(pre): fontconfig -# install the fonts only if we have X11 fonts anyways -Supplements: packageand(libfinal%{sover}:xorg-x11-fonts-core) -BuildArch: noarch - -%description bitmap-fonts -Special X11 bitmap font used by FINAL CUT to display graphic objects. - -%prep -%setup -q - -%build -autoreconf -vif -export CPPFLAGS="%{optflags} -Wall -Wextra -Wpedantic" -%ifnarch %ix86 x86_64 -export CPPFLAGS="$CPPFLAGS -Wno-error=unused-parameter" -%endif -%configure --disable-static -make %{?_smp_mflags} V=1 - -%install -%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?fc#} || 0%{?el#} -%global _miscfontsdir %{_datadir}/fonts -%endif -make install libdir=%{buildroot}%{_libdir}/ \ - includedir=%{buildroot}%{_includedir} \ - bindir=%{buildroot}%{_bindir} \ - docdir=%{buildroot}%{_docdir}/%{name}/ \ - fontdir=%{buildroot}%{_miscfontsdir}/%{name}/ -mkdir -p %{buildroot}%{_miscfontsdir}/%{name}/ -mkdir -p %{buildroot}%{_docdir}/%{name} -mkdir -p %{buildroot}%{_libdir}/%{name}/examples -mkdir -p %{buildroot}/etc/fonts/conf.d -mkdir -p %{buildroot}/usr/share/fontconfig/conf.avail -cp -p examples/.libs/* %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/*.cpp %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/Makefile.clang %{buildroot}%{_libdir}/%{name}/examples -cp -p examples/Makefile.gcc %{buildroot}%{_libdir}/%{name}/examples -cp -p fonts/40-finalcut-newfont.conf %{buildroot}/usr/share/fontconfig/conf.avail -ln -s /usr/share/fontconfig/conf.avail/40-finalcut-newfont.conf %{buildroot}/etc/fonts/conf.d/40-finalcut-newfont.conf -rm -f %{buildroot}%{_libdir}/libfinal.la -rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYING.LESSER -# Add config for X font path -mkdir -p %{buildroot}%{_datadir}/X11/xorg.conf.d -cat < %{buildroot}%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf -Section "Files" - FontPath "%{_miscfontsdir}/finalcut:unscaled" -EndSection -EOF -# make sure we own all generated files -for i in .fonts-config-timestamp encodings.dir fonts.dir fonts.scale; do - > %{buildroot}%{_miscfontsdir}/finalcut/$i -done - -%clean -%{__rm} -rf %{buildroot} - -%post -n libfinal%{sover} -p /sbin/ldconfig -%postun -n libfinal%{sover} -p /sbin/ldconfig - -%reconfigure_fonts_scriptlets -n %{name}-bitmap-fonts - -%files -n libfinal-devel -%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500 -%license COPYING.LESSER -%else -%doc COPYING.LESSER -%endif -%doc ChangeLog README.md -%exclude %{_docdir}/%{name}/examples -%{_docdir}/%{name} -%{_libdir}/libfinal.so -%{_libdir}/pkgconfig/%{name}.pc -%{_includedir}/final - -%files -n libfinal-examples -%{_libdir}/%{name} - -%files -n libfinal%{sover} -%{_libdir}/libfinal.so.* - -%files bitmap-fonts -%dir %{_miscfontsdir} -%dir %{_miscfontsdir}/finalcut -%{_miscfontsdir}/finalcut/*.gz -%{_miscfontsdir}/finalcut/fonts.alias -%ghost %{_miscfontsdir}/finalcut/fonts.dir -%ghost %{_miscfontsdir}/finalcut/fonts.scale -%ghost %{_miscfontsdir}/finalcut/encodings.dir -%ghost %{_miscfontsdir}/finalcut/.fonts-config-timestamp -%dir /etc/fonts/conf.d/ -%dir /usr/share/fontconfig/conf.avail -%dir %{_datadir}/X11 -%dir %{_datadir}/X11/xorg.conf.d -%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf -/etc/fonts/conf.d/40-finalcut-newfont.conf -/usr/share/fontconfig/conf.avail/40-finalcut-newfont.conf - -%changelog +# +# spec file for package finalcut +# +# Copyright (c) 2020 by Markus Gans +# +# 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. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + +%define sover 0 +Name: finalcut +Version: 0.6.1 +Release: %{buildno} +Summary: Console widget library +License: LGPL-3.0-or-later +Group: Development/Libraries/C and C++ +URL: https://github.com/gansm/finalcut/ +Source: https://github.com/gansm/finalcut/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake +BuildRequires: fontpackages-devel +BuildRequires: gcc-c++ >= 5.1 +BuildRequires: gdb +BuildRequires: glib2-devel +BuildRequires: gpm-devel +BuildRequires: libtool +BuildRequires: ncurses-devel + +%description +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package -n libfinal-devel +Summary: Development files for the FINAL CUT text widget library +Group: Development/Libraries/C and C++ +Requires: bdftopcf +Requires: coreutils +Requires: gcc-c++ >= 5.1 +Requires: gpm-devel +Requires: grep +Requires: gzip +Requires: libfinal%{sover} = %{version} +Requires: ncurses-devel +Requires: sed +Requires: vim +Provides: libfinal-devel = %{version} +Obsoletes: libfinal-devel < %{version} +Recommends: libfinal-examples = %{version} + +%description -n libfinal-devel +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package -n libfinal-examples +Summary: Example files for the FINAL CUT library +Group: Development/Languages/C and C++ +Provides: libfinal-examples = %{version} +Obsoletes: libfinal-examples < %{version} + +%description -n libfinal-examples +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package -n libfinal%{sover} +Summary: Console widget toolkit +Group: System/Libraries + +%description -n libfinal%{sover} +FINAL CUT is a class library and widget toolkit with full mouse +support for creating a text-based user interface. The library supports +the programmer to develop an application for the text console. It allows +the simultaneous handling of multiple windows on the screen. +The C++ class design was inspired by the Qt framework. It provides +common controls like dialog windows, push buttons, check boxes, +radio buttons, input lines, list boxes, status bars and so on. + +%package bitmap-fonts +Summary: X11 bitmap font for FINAL CUT +Group: System/X11/Fonts +Requires(pre): fontconfig +# install the fonts only if we have X11 fonts anyways +Supplements: packageand(libfinal%{sover}:xorg-x11-fonts-core) +BuildArch: noarch + +%description bitmap-fonts +Special X11 bitmap font used by FINAL CUT to display graphic objects. + +%prep +%setup -q + +%build +autoreconf -vif +export CPPFLAGS="%{optflags} -Wall -Wextra -Wpedantic" +%ifnarch %ix86 x86_64 +export CPPFLAGS="$CPPFLAGS -Wno-error=unused-parameter" +%endif +%configure --disable-static +make %{?_smp_mflags} V=1 + +%install +%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?fc#} || 0%{?el#} +%global _miscfontsdir %{_datadir}/fonts +%endif +make install libdir=%{buildroot}%{_libdir}/ \ + includedir=%{buildroot}%{_includedir} \ + bindir=%{buildroot}%{_bindir} \ + docdir=%{buildroot}%{_docdir}/%{name}/ \ + fontdir=%{buildroot}%{_miscfontsdir}/%{name}/ +mkdir -p %{buildroot}%{_miscfontsdir}/%{name}/ +mkdir -p %{buildroot}%{_docdir}/%{name} +mkdir -p %{buildroot}%{_libdir}/%{name}/examples +mkdir -p %{buildroot}/etc/fonts/conf.d +mkdir -p %{buildroot}/usr/share/fontconfig/conf.avail +cp -p examples/.libs/* %{buildroot}%{_libdir}/%{name}/examples +cp -p examples/*.cpp %{buildroot}%{_libdir}/%{name}/examples +cp -p examples/Makefile.clang %{buildroot}%{_libdir}/%{name}/examples +cp -p examples/Makefile.gcc %{buildroot}%{_libdir}/%{name}/examples +cp -p fonts/40-finalcut-newfont.conf %{buildroot}/usr/share/fontconfig/conf.avail +ln -s /usr/share/fontconfig/conf.avail/40-finalcut-newfont.conf %{buildroot}/etc/fonts/conf.d/40-finalcut-newfont.conf +rm -f %{buildroot}%{_libdir}/libfinal.la +rm %{buildroot}%{_docdir}/%{name}/ChangeLog %{buildroot}%{_docdir}/%{name}/COPYING.LESSER +# Add config for X font path +mkdir -p %{buildroot}%{_datadir}/X11/xorg.conf.d +cat < %{buildroot}%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf +Section "Files" + FontPath "%{_miscfontsdir}/finalcut:unscaled" +EndSection +EOF +# make sure we own all generated files +for i in .fonts-config-timestamp encodings.dir fonts.dir fonts.scale; do + > %{buildroot}%{_miscfontsdir}/finalcut/$i +done + +%clean +%{__rm} -rf %{buildroot} + +%post -n libfinal%{sover} -p /sbin/ldconfig +%postun -n libfinal%{sover} -p /sbin/ldconfig + +%reconfigure_fonts_scriptlets -n %{name}-bitmap-fonts + +%files -n libfinal-devel +%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500 +%license COPYING.LESSER +%else +%doc COPYING.LESSER +%endif +%doc ChangeLog README.md +%exclude %{_docdir}/%{name}/examples +%{_docdir}/%{name} +%{_libdir}/libfinal.so +%{_libdir}/pkgconfig/%{name}.pc +%{_includedir}/final + +%files -n libfinal-examples +%{_libdir}/%{name} + +%files -n libfinal%{sover} +%{_libdir}/libfinal.so.* + +%files bitmap-fonts +%dir %{_miscfontsdir} +%dir %{_miscfontsdir}/finalcut +%{_miscfontsdir}/finalcut/*.gz +%{_miscfontsdir}/finalcut/fonts.alias +%ghost %{_miscfontsdir}/finalcut/fonts.dir +%ghost %{_miscfontsdir}/finalcut/fonts.scale +%ghost %{_miscfontsdir}/finalcut/encodings.dir +%ghost %{_miscfontsdir}/finalcut/.fonts-config-timestamp +%dir /etc/fonts/conf.d/ +%dir /usr/share/fontconfig/conf.avail +%dir %{_datadir}/X11 +%dir %{_datadir}/X11/xorg.conf.d +%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf +/etc/fonts/conf.d/40-finalcut-newfont.conf +/usr/share/fontconfig/conf.avail/40-finalcut-newfont.conf + +%changelog From 9ececce4e8a44af0ebe8b375e49d0255c8d98dd3b36a48800d22bb41b74c6c86 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 7 Nov 2020 22:40:09 +0000 Subject: [PATCH 08/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=37 --- finalcut-0.7.0.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 finalcut-0.7.0.tar.gz diff --git a/finalcut-0.7.0.tar.gz b/finalcut-0.7.0.tar.gz new file mode 100644 index 0000000..0250eb3 --- /dev/null +++ b/finalcut-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1275e36e388e7a45da8c730ad14c8b829e5fa963199911f6bc5cfa6a33bf16c +size 817496 From e24a9d8dd781de5f06f77454f623c4c2d1cd413034c78324d9e8cb69a0937f00 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 7 Nov 2020 22:40:49 +0000 Subject: [PATCH 09/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=38 --- finalcut.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/finalcut.changes b/finalcut.changes index b4086c4..11cbc47 100644 --- a/finalcut.changes +++ b/finalcut.changes @@ -1,3 +1,7 @@ +------------------------------------------------------------------- +Sat Nov 07 11:24:39 UTC 2020 - Markus Gans +- Release (version 0.7.0) + ------------------------------------------------------------------- Wed Oct 21 11:42:02 UTC 2020 - Markus Gans From d3425697dde355339bd0fee4675bdbe3c3f9c99391976813f78aa559657b48cb Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 7 Nov 2020 22:41:17 +0000 Subject: [PATCH 10/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=39 --- finalcut.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finalcut.spec b/finalcut.spec index 4649f87..71507a5 100644 --- a/finalcut.spec +++ b/finalcut.spec @@ -17,7 +17,7 @@ %define sover 0 Name: finalcut -Version: 0.6.1 +Version: 0.7.0 Release: %{buildno} Summary: Console widget library License: LGPL-3.0-or-later From 3c42a57f43bf8363d1c95156758d0f9aa84cd4eaaf2e822412bcdfa8e609714d Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 7 Nov 2020 22:41:27 +0000 Subject: [PATCH 11/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=40 --- finalcut-0.6.1.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 finalcut-0.6.1.tar.gz diff --git a/finalcut-0.6.1.tar.gz b/finalcut-0.6.1.tar.gz deleted file mode 100644 index 201c5c1..0000000 --- a/finalcut-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e4a694f5c3edfcfbda9353dab558bf409de8bf4c9de4358cb6b92ffc02987e4 -size 867839 From 685a4504f9e63e239a136eef47c6b6fc9e3302fe0232a711df83910e3774c81b Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 8 Nov 2020 14:06:50 +0000 Subject: [PATCH 12/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=41 --- finalcut.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/finalcut.changes b/finalcut.changes index 11cbc47..d563961 100644 --- a/finalcut.changes +++ b/finalcut.changes @@ -6,6 +6,8 @@ Sat Nov 07 11:24:39 UTC 2020 - Markus Gans Wed Oct 21 11:42:02 UTC 2020 - Markus Gans - Release (version 0.6.1 pre-release 0.7.0) +- deleted patch + - 0001-arm-glibc-2.30.patch (upstreamed) ------------------------------------------------------------------- Mon Jan 20 14:10:38 UTC 2020 - Ludwig Nussel From 21d7bd20c31c6fe8825161f0ce4b913e4a2f9b23c528d8478e12926713d3a52e Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 8 Nov 2020 14:07:14 +0000 Subject: [PATCH 13/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=42 --- finalcut-0.7.0.tar.gz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finalcut-0.7.0.tar.gz b/finalcut-0.7.0.tar.gz index 0250eb3..09456b3 100644 --- a/finalcut-0.7.0.tar.gz +++ b/finalcut-0.7.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1275e36e388e7a45da8c730ad14c8b829e5fa963199911f6bc5cfa6a33bf16c -size 817496 +oid sha256:a2c8b6acf446e802c8c3a15276d40e38a147149494aec0b504934412aeff2df3 +size 801101 From d5c98f86e238dbc71ca3dad7b670bc1641700b556b7ddaa7ea6af6deef338eb3 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 8 Nov 2020 14:25:00 +0000 Subject: [PATCH 14/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=43 --- finalcut.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/finalcut.changes b/finalcut.changes index d563961..4364d42 100644 --- a/finalcut.changes +++ b/finalcut.changes @@ -1,5 +1,6 @@ ------------------------------------------------------------------- Sat Nov 07 11:24:39 UTC 2020 - Markus Gans + - Release (version 0.7.0) ------------------------------------------------------------------- From 9feafb47af6f3363d6f432a7d15297fa5a8c78dd9f79fd2b4fa2791e35077727 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 8 Nov 2020 14:49:47 +0000 Subject: [PATCH 15/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=44 --- finalcut.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finalcut.spec b/finalcut.spec index 71507a5..7d2de90 100644 --- a/finalcut.spec +++ b/finalcut.spec @@ -18,7 +18,7 @@ %define sover 0 Name: finalcut Version: 0.7.0 -Release: %{buildno} +Release: 0 Summary: Console widget library License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ From 7beaba95b4ffb6a91f1f900d91c15f830d3140bd9247b1fd31444820eb854d46 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 8 Nov 2020 17:50:29 +0000 Subject: [PATCH 16/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=45 --- finalcut.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/finalcut.spec b/finalcut.spec index 7d2de90..9a864a0 100644 --- a/finalcut.spec +++ b/finalcut.spec @@ -155,9 +155,6 @@ for i in .fonts-config-timestamp encodings.dir fonts.dir fonts.scale; do > %{buildroot}%{_miscfontsdir}/finalcut/$i done -%clean -%{__rm} -rf %{buildroot} - %post -n libfinal%{sover} -p /sbin/ldconfig %postun -n libfinal%{sover} -p /sbin/ldconfig From 8ebb59db6b12e680d0cd98aa1b50ac79b3202638790aa603fac11f256f0a8d0a Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 14 Nov 2020 21:24:30 +0000 Subject: [PATCH 17/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=46 --- finalcut-0.7.1.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 finalcut-0.7.1.tar.gz diff --git a/finalcut-0.7.1.tar.gz b/finalcut-0.7.1.tar.gz new file mode 100644 index 0000000..2eec4b9 --- /dev/null +++ b/finalcut-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85bfffa9481ac4647e07c4a6d824da5560509541966db69f59ebc214efcbee2 +size 801034 From 662ee00dde1c9ea25dccb803f66961852f70501f1d1435e208bfc055709e2d33 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 14 Nov 2020 21:24:56 +0000 Subject: [PATCH 18/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=47 --- finalcut.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/finalcut.changes b/finalcut.changes index 4364d42..65c75ff 100644 --- a/finalcut.changes +++ b/finalcut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 14 20:13:57 UTC 2020 - Markus Gans + +- Release (version 0.7.1) + ------------------------------------------------------------------- Sat Nov 07 11:24:39 UTC 2020 - Markus Gans From a86c649fe610421d033f14fb0ba8cc707025e7e01e0a0d3d002f13bb3486cde4 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 14 Nov 2020 21:25:15 +0000 Subject: [PATCH 19/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=48 --- finalcut-0.7.0.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 finalcut-0.7.0.tar.gz diff --git a/finalcut-0.7.0.tar.gz b/finalcut-0.7.0.tar.gz deleted file mode 100644 index 09456b3..0000000 --- a/finalcut-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2c8b6acf446e802c8c3a15276d40e38a147149494aec0b504934412aeff2df3 -size 801101 From 5b48333332d6694cee4403132e30718efc9156bb443a63318b409d2b70bf546e Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 14 Nov 2020 21:29:21 +0000 Subject: [PATCH 20/20] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/finalcut?expand=0&rev=49 --- finalcut.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finalcut.spec b/finalcut.spec index 9a864a0..3fc1de0 100644 --- a/finalcut.spec +++ b/finalcut.spec @@ -17,7 +17,7 @@ %define sover 0 Name: finalcut -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: Console widget library License: LGPL-3.0-or-later