Hello community, here is the log from the commit of package nested for openSUSE:Factory checked in at 2017-01-24 10:37:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nested (Old) and /work/SRC/openSUSE:Factory/.nested.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nested" Changes: -------- --- /work/SRC/openSUSE:Factory/nested/nested.changes 2012-02-01 09:58:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nested.new/nested.changes 2017-01-24 10:38:02.246909478 +0100 @@ -1,0 +2,8 @@ +Fri Jan 20 12:27:14 UTC 2017 - [email protected] + +- Version bump to 1.4 + * See CHANGELOG.txt for more information +- Changed upstream repository as the development moved to github +- Added correct product group categorization + +------------------------------------------------------------------- Old: ---- nested-1.2.2.tar.gz New: ---- nested-1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nested.spec ++++++ --- /var/tmp/diff_new_pack.gmf9Em/_old 2017-01-24 10:38:02.878819727 +0100 +++ /var/tmp/diff_new_pack.gmf9Em/_new 2017-01-24 10:38:02.882819159 +0100 @@ -1,7 +1,7 @@ # # spec file for package nested # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Izaac Zavaleta # # All modifications and additions to the file contributed by third parties @@ -16,35 +16,41 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else +BuildArch: noarch +%endif Name: nested -Version: 1.2.2 +Version: 1.4 Release: 0 Summary: Specialized editor for structured documents License: GPL-2.0+ and Apache-2.0 -Group: Productivity/Editors/Other -Url: http://nestededitor.sourceforge.net/ -Source0: http://downloads.sourceforge.net/project/nestededitor/%{name}-%{version}.tar.gz +Group: Productivity/Text/Editors +Url: https://github.com/carlos-jenkins/nested +Source0: https://github.com/carlos-jenkins/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.desktop +Source2: %{name}.rpmlintrc BuildRequires: fdupes BuildRequires: python-devel BuildRequires: update-desktop-files -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} >= 1210 -BuildRequires: python-distribute -%endif Requires: netpbm Requires: python-gtk Requires: python-webkitgtk Requires: texlive Requires: texlive-latex -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else -BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} >= 1210 +BuildRequires: python-distribute %endif %description -Nested is a specialized editor focused on creating structured documents such as reports, publications, presentations, books, etc. It is designed to help the user concentrate on writing content without been distracted by format or markup. It offers a rich WYSIWYM interface where the user writes plain text with a lightweight markup language. +Nested is a specialized editor focused on creating structured documents such as +reports, publications, presentations, books, etc. It is designed to help the user +concentrate on writing content without being distracted by format or markup. +It offers a rich WYSIWYM interface where the user writes plain text with a +lightweight markup language. %prep %setup -q @@ -70,11 +76,12 @@ %else mv %{buildroot}%{python_sitelib}/nested/nested.png %{buildroot}%{_datadir}/pixmaps/ %endif +mv %{buildroot}%{_bindir}/nested.run %{buildroot}%{_bindir}/nested %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop %fdupes %{buildroot}%{python_sitelib}/nested/ %find_lang %{name} -%files -f %name.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc CHANGELOG.txt LICENSE.txt %{_bindir}/nested @@ -82,6 +89,6 @@ %{_datadir}/pixmaps/nested.png %{_datadir}/locale/*/LC_MESSAGES/%{name}.mo %{python_sitelib}/* -%{_mandir}/man1/%{name}.1.* +%{_mandir}/man1/%{name}.1%{ext_man} %changelog ++++++ nested-1.2.2.tar.gz -> nested-1.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/nested/nested-1.2.2.tar.gz /work/SRC/openSUSE:Factory/.nested.new/nested-1.4.tar.gz differ: char 4, line 1
