commit fityk for openSUSE:Factory
Hello community, here is the log from the commit of package fityk for openSUSE:Factory checked in at 2020-02-05 19:43:14 Comparing /work/SRC/openSUSE:Factory/fityk (Old) and /work/SRC/openSUSE:Factory/.fityk.new.26092 (New) Package is "fityk" Wed Feb 5 19:43:14 2020 rev:8 rq:770195 version:1.3.1 Changes: --- /work/SRC/openSUSE:Factory/fityk/fityk.changes 2017-02-07 12:04:08.403912846 +0100 +++ /work/SRC/openSUSE:Factory/.fityk.new.26092/fityk.changes 2020-02-05 19:44:13.835339946 +0100 @@ -1,0 +2,16 @@ +Sun Feb 2 15:53:53 UTC 2020 - Atri Bhattacharya + +- Don't make python3-fityk Obsolete or Provide python-fityk (the + python2 version) so that users may continue using the installed + python2 version should they so wish. + +--- +Thu Jan 30 07:11:58 UTC 2020 - Steve Kowalik + +- Switch to building against Python 3. + + Rename python-fityk to python3-fityk. +- Remove unknown option from configure arguments. +- Drop usage of py_sitelib deprecated variable. +- Run spec-cleaner over the spec file. + +--- Other differences: -- ++ fityk.spec ++ --- /var/tmp/diff_new_pack.Ucj7KO/_old 2020-02-05 19:44:14.591340306 +0100 +++ /var/tmp/diff_new_pack.Ucj7KO/_new 2020-02-05 19:44:14.607340313 +0100 @@ -1,7 +1,7 @@ # # spec file for package fityk # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,19 @@ # 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/ # +%define somajor 4 Name: fityk Version:1.3.1 Release:0 -%define somajor 4 Summary:Non-linear curve fitting and data analysis -License:GPL-2.0+ +License:GPL-2.0-or-later Group: Productivity/Scientific/Math -Url:http://fityk.nieto.pl/ +URL:https://fityk.nieto.pl/ Source: https://github.com/wojdyr/fityk/releases/download/v%{version}/fityk-%{version}.tar.bz2 -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel >= 1.35 -%endif BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ @@ -37,13 +32,17 @@ BuildRequires: lua-devel >= 5.1 BuildRequires: ncurses-devel BuildRequires: nlopt-devel -BuildRequires: python-devel +BuildRequires: python3-devel BuildRequires: readline-devel BuildRequires: swig BuildRequires: wxWidgets-devel >= 3 BuildRequires: xylib-devel >= 1.0 BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel >= 1.35 +%endif %description Fityk is a program for nonlinear curve-fitting of analytical @@ -84,11 +83,11 @@ This package contains libraries and header files for developing applications that use Fityk library. -%package -n python-fityk +%package -n python3-fityk Summary:Python bindings to Fityk library Group: Development/Libraries/Python -%description -n python-fityk +%description -n python3-fityk Fityk is a program for nonlinear curve-fitting of analytical functions (especially peak-shaped) to data (usually experimental data). It can also be used for visualization of x-y data only. @@ -99,8 +98,8 @@ %setup -q %build +export PYTHON=%{_bindir}/python3 %configure \ ---disable-xyconvert \ --enable-nlopt \ --enable-python @@ -108,15 +107,16 @@ %install %make_install -rm %{buildroot}/%{_libdir}/*.la -%fdupes %{buildroot}%{py_sitedir} +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot}%{python3_sitearch} +%fdupes %{buildroot}%{python3_sitelib} %post -n lib%{name}%{somajor} -p /sbin/ldconfig %postun -n lib%{name}%{somajor} -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING NEWS README.md TODO +%license COPYING +%doc NEWS README.md TODO %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/samples %{_bindir}/fityk @@ -132,15 +132,12 @@ %{_datadir}/mime/packages/* %files -n lib%{name}%{somajor} -%defattr(-,root,root) %{_libdir}/lib%{name}.so.%{somajor}* %files -n cfityk -%defattr(-,root,root) %{_bindir}/cfityk %files devel -%defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so %{_datadir}/%{name}/samples/hello.c @
commit fityk for openSUSE:Factory
Hello community, here is the log from the commit of package fityk for openSUSE:Factory checked in at 2017-02-07 12:04:08 Comparing /work/SRC/openSUSE:Factory/fityk (Old) and /work/SRC/openSUSE:Factory/.fityk.new (New) Package is "fityk" Changes: --- /work/SRC/openSUSE:Factory/fityk/fityk.changes 2017-01-09 11:00:32.822854615 +0100 +++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2017-02-07 12:04:08.403912846 +0100 @@ -1,0 +2,10 @@ +Fri Feb 3 16:19:18 UTC 2017 - jeng...@inai.de + +- Direct-invoke ldconfig. Update RPM groups. + +--- +Wed Feb 1 10:46:51 UTC 2017 - adam.ma...@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + +--- Other differences: -- ++ fityk.spec ++ --- /var/tmp/diff_new_pack.uiiEjc/_old 2017-02-07 12:04:08.867847212 +0100 +++ /var/tmp/diff_new_pack.uiiEjc/_new 2017-02-07 12:04:08.867847212 +0100 @@ -25,7 +25,11 @@ Group: Productivity/Scientific/Math Url:http://fityk.nieto.pl/ Source: https://github.com/wojdyr/fityk/releases/download/v%{version}/fityk-%{version}.tar.bz2 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel >= 1.35 +%endif BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ @@ -69,7 +73,7 @@ %packagedevel Summary:Header files, libraries and development documentation for %{name} -Group: Development/Libraries +Group: Development/Libraries/C and C++ Requires: lib%{name}%{somajor} = %{version} %descriptiondevel @@ -107,11 +111,8 @@ rm %{buildroot}/%{_libdir}/*.la %fdupes %{buildroot}%{py_sitedir} -%post -n lib%{name}%{somajor} -/sbin/ldconfig - -%postun -n lib%{name}%{somajor} -/sbin/ldconfig +%post -n lib%{name}%{somajor} -p /sbin/ldconfig +%postun -n lib%{name}%{somajor} -p /sbin/ldconfig %files %defattr(-,root,root)
commit fityk for openSUSE:Factory
Hello community, here is the log from the commit of package fityk for openSUSE:Factory checked in at 2015-05-27 12:50:42 Comparing /work/SRC/openSUSE:Factory/fityk (Old) and /work/SRC/openSUSE:Factory/.fityk.new (New) Package is "fityk" Changes: --- /work/SRC/openSUSE:Factory/fityk/fityk.changes 2014-11-14 09:19:24.0 +0100 +++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2015-05-27 12:50:43.0 +0200 @@ -1,0 +2,7 @@ +Tue May 26 13:10:59 UTC 2015 - dmitr...@opensuse.org + +- Update to version 1.3.0 + * See included NEWS file for detailes. + * Remove obsolete fityk-no-compilation-date.patch + +--- Old: fityk-1.2.9.tar.bz2 fityk-no-compilation-date.patch New: fityk-1.3.0.tar.bz2 Other differences: -- ++ fityk.spec ++ --- /var/tmp/diff_new_pack.xvSHzN/_old 2015-05-27 12:50:44.0 +0200 +++ /var/tmp/diff_new_pack.xvSHzN/_new 2015-05-27 12:50:44.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package fityk # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: fityk -Version:1.2.9 +Version:1.3.0 Release:0 %define somajor 4 Summary:Non-linear curve fitting and data analysis @@ -25,8 +25,6 @@ Group: Productivity/Scientific/Math Url:http://fityk.nieto.pl/ Source: https://github.com/wojdyr/fityk/releases/download/v%{version}/fityk-%{version}.tar.bz2 -# PATCH-FIX-OPENSUSE fityk-no-compilation-date.patch -- fix rpmlint warning "file-contains-current-date" -Patch1: fityk-no-compilation-date.patch BuildRequires: boost-devel >= 1.35 BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -95,7 +93,6 @@ %prep %setup -q -%patch1 -p1 %build %configure \ @@ -118,7 +115,7 @@ %files %defattr(-,root,root) -%doc COPYING NEWS README TODO +%doc COPYING NEWS README.md TODO %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/samples %{_bindir}/fityk @@ -127,9 +124,10 @@ %{_datadir}/%{name}/samples/*.dat %{_datadir}/%{name}/samples/*.fit %{_datadir}/%{name}/samples/hello.lua +%{_datadir}/icons/hicolor/*/apps/fityk.* %{_datadir}/applications/*.desktop %{_mandir}/man1/%{name}.* -%{_datadir}/pixmaps/* +# %%{_datadir}/pixmaps/* %{_datadir}/mime/packages/* %files -n lib%{name}%{somajor} ++ fityk-1.2.9.tar.bz2 -> fityk-1.3.0.tar.bz2 ++ 46079 lines of diff (skipped)
commit fityk for openSUSE:Factory
Hello community, here is the log from the commit of package fityk for openSUSE:Factory checked in at 2014-11-14 09:19:17 Comparing /work/SRC/openSUSE:Factory/fityk (Old) and /work/SRC/openSUSE:Factory/.fityk.new (New) Package is "fityk" Changes: --- /work/SRC/openSUSE:Factory/fityk/fityk.changes 2014-08-18 11:24:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2014-11-14 09:19:24.0 +0100 @@ -1,0 +2,10 @@ +Wed Nov 12 19:30:36 UTC 2014 - dmitr...@opensuse.org + +- Update to version 1.2.9 + * See included NEWS file for detailes. + * Update fityk-no-compilation-date.patch +- Move CLI binary to separate package +- Build with nonlinear optimization support +- Build python bindings to libfityk + +--- Old: fityk-1.2.1.tar.bz2 New: fityk-1.2.9.tar.bz2 Other differences: -- ++ fityk.spec ++ --- /var/tmp/diff_new_pack.5j53m9/_old 2014-11-14 09:19:26.0 +0100 +++ /var/tmp/diff_new_pack.5j53m9/_new 2014-11-14 09:19:26.0 +0100 @@ -17,34 +17,30 @@ Name: fityk -Version:1.2.1 +Version:1.2.9 Release:0 %define somajor 4 Summary:Non-linear curve fitting and data analysis License:GPL-2.0+ -Group: Applications/Engineering +Group: Productivity/Scientific/Math Url:http://fityk.nieto.pl/ Source: https://github.com/wojdyr/fityk/releases/download/v%{version}/fityk-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE fityk-no-compilation-date.patch -- fix rpmlint warning "file-contains-current-date" Patch1: fityk-no-compilation-date.patch BuildRequires: boost-devel >= 1.35 BuildRequires: desktop-file-utils +BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gtk2-devel -BuildRequires: libpng +BuildRequires: gnuplot BuildRequires: lua-devel >= 5.1 BuildRequires: ncurses-devel +BuildRequires: nlopt-devel +BuildRequires: python-devel BuildRequires: readline-devel -%if 0%{?suse_version} >= 1320 +BuildRequires: swig BuildRequires: wxWidgets-devel >= 3 -%else -BuildRequires: wxWidgets-devel >= 2.9.4 -%define _use_internal_dependency_generator 0 -%define __find_requires %wx_requires -%endif BuildRequires: xylib-devel >= 1.0 -BuildRequires: zlib -Requires: gnuplot +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,28 +57,58 @@ functions (especially peak-shaped) to data (usually experimental data). It can also be used for visualization of x-y data only. +%package -n cfityk +Summary:Non-linear curve fitting and data analysis, command line interface +Group: Productivity/Scientific/Math +Recommends: gnuplot + +%description -n cfityk +Fityk is a program for nonlinear curve-fitting of analytical +functions (especially peak-shaped) to data (usually experimental +data). It can also be used for visualization of x-y data only. + +This package contains command line interface for Fityk. + %packagedevel Summary:Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: lib%{name}%{somajor} = %{version} %descriptiondevel -This package contains the header files, static libraries and development -documentation for %{name}. If you like to develop programs that make -use of %{name}, you will need to install %{name}-devel. +Fityk is a program for nonlinear curve-fitting of analytical +functions (especially peak-shaped) to data (usually experimental +data). It can also be used for visualization of x-y data only. + +This package contains libraries and header files for developing +applications that use Fityk library. + +%package -n python-fityk +Summary:Python bindings to Fityk library +Group: Development/Libraries/Python + +%description -n python-fityk +Fityk is a program for nonlinear curve-fitting of analytical +functions (especially peak-shaped) to data (usually experimental +data). It can also be used for visualization of x-y data only. + +This package contains python bindings to Fityk library. %prep %setup -q %patch1 -p1 %build -%configure --disable-xyconvert +%configure \ +--disable-xyconvert \ +--enable-nlopt \ +--enable-python make %{?_smp_mflags} %install %make_install rm %{buildroot}/%{_libdir}/*.la +%fdupes %{buildroot}%{py_sitedir} %post -n lib%{name}%{somajor} /sbin/ldconfig @@ -95,7 +121,7 @@ %doc COPYING NEWS README TODO %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/samples -%{_bindir}/*fityk +%{_bindir}/fityk %{_datadir}/%{name}/html/ %{_datadir}/%{name}/samples/README %{_datadir}/%
commit fityk for openSUSE:Factory
Hello community, here is the log from the commit of package fityk for openSUSE:Factory checked in at 2014-08-18 11:23:56 Comparing /work/SRC/openSUSE:Factory/fityk (Old) and /work/SRC/openSUSE:Factory/.fityk.new (New) Package is "fityk" Changes: --- /work/SRC/openSUSE:Factory/fityk/fityk.changes 2014-04-17 14:08:15.0 +0200 +++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2014-08-18 11:24:00.0 +0200 @@ -1,0 +2,5 @@ +Fri Aug 15 16:03:05 UTC 2014 - jeng...@inai.de + +- Switch from wxWidgets 2.9 to stable-3.0 for openSUSE 13.2 + +--- Other differences: -- ++ fityk.spec ++ --- /var/tmp/diff_new_pack.t3ySjG/_old 2014-08-18 11:24:01.0 +0200 +++ /var/tmp/diff_new_pack.t3ySjG/_new 2014-08-18 11:24:01.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package fityk # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,12 +35,16 @@ BuildRequires: lua-devel >= 5.1 BuildRequires: ncurses-devel BuildRequires: readline-devel -BuildRequires: wxWidgets-2_9-devel >= 2.9.4 +%if 0%{?suse_version} >= 1320 +BuildRequires: wxWidgets-devel >= 3 +%else +BuildRequires: wxWidgets-devel >= 2.9.4 +%define _use_internal_dependency_generator 0 +%define __find_requires %wx_requires +%endif BuildRequires: xylib-devel >= 1.0 BuildRequires: zlib Requires: gnuplot -%define _use_internal_dependency_generator 0 -%define __find_requires %wx_requires BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org