commit ninja-ide for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2015-12-09 19:53:59

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is "ninja-ide"

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2015-08-01 
11:34:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2015-12-09 
22:25:42.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  8 00:12:07 UTC 2015 - jorge.iz...@gmail.com
+
+- Explicitly add python-setuptools as installation requirement.
+  * Fix for bug 958149: https://bugzilla.opensuse.org/show_bug.cgi?id=958149 
+
+---



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.dHkFDV/_old  2015-12-09 22:25:43.0 +0100
+++ /var/tmp/diff_new_pack.dHkFDV/_new  2015-12-09 22:25:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# Copyright (c) 2015 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
@@ -13,7 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
-#https://codeload.github.com/ninja-ide/ninja-ide/zip/v2.3
+#
 
 
 Name:   ninja-ide
@@ -33,12 +33,13 @@
 BuildRequires:  python-pyinotify
 BuildRequires:  python-qt4-devel
 BuildRequires:  python-setuptools
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-BuildRequires:  python-setuptools
 Requires:   python-pyinotify
 Requires:   python-qt4
+Requires:   python-setuptools
 %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





commit ninja-ide for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2015-08-01 11:34:02

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is "ninja-ide"

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2014-11-24 
11:13:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2015-08-01 
11:34:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 13 13:12:38 UTC 2015 - toddrme2...@gmail.com
+
+- Install to prefix explicitly
+  * Fixes building on SLES 11
+
+---



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.EwbJad/_old  2015-08-01 11:34:04.0 +0200
+++ /var/tmp/diff_new_pack.EwbJad/_new  2015-08-01 11:34:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -74,18 +74,20 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 cp %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
 
-python setup.py install -O1 --skip-build --root %{buildroot}
+python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
 
 %suse_update_desktop_file -i ninja-ide-git Development IDE
 %fdupes %{buildroot}%{python_sitelib}
 find %{buildroot} -name 'pep8mod.py' | xargs chmod 0755
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
-%{python_sitelib}/*
+%{python_sitelib}/NINJA_IDE-%{version}-py*.egg-info
+%{python_sitelib}/ninja_ide
+%{python_sitelib}/ninja_tests
 %{_mandir}/man1/%{name}.1.*
 
 %changelog





commit ninja-ide for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2014-11-24 11:13:30

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is "ninja-ide"

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2013-10-24 
19:09:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2014-11-24 
11:13:43.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 20 16:24:38 UTC 2014 - toddrme2...@gmail.com
+
+- Include .rpmlinc file in sources.
+- Provide url for source file verification.
+- Switch to .desktop file included in the package.
+
+---
+Thu Nov 20 11:04:53 UTC 2014 - toddrme2...@gmail.com
+
+- Require python-setuptools since the main package depends on it.
+- Spec file cleanups
+
+---

Old:

  ninja-ide-2.3.zip
  ninja-ide.desktop

New:

  v2.3.tar.gz



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.R0snTu/_old  2014-11-24 11:13:44.0 +0100
+++ /var/tmp/diff_new_pack.R0snTu/_new  2014-11-24 11:13:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# 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
@@ -13,11 +13,8 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
+#https://codeload.github.com/ninja-ide/ninja-ide/zip/v2.3
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   ninja-ide
 Version:2.3
@@ -26,9 +23,9 @@
 Summary:Ninja IDE for Python development
 License:GPL-3.0
 Group:  Development/Languages/Python
-Source0:%{name}-%{version}.zip
-Source1:ninja-ide.desktop
-Source2:%{name}.1.gz
+Source0:
https://github.com/ninja-ide/ninja-ide/archive/v%{version}.tar.gz
+Source1:%{name}.1.gz
+Source99:   %{name}.rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -39,22 +36,14 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-%if 0%{?suse_version} > 1230
 BuildRequires:  python-setuptools
-%endif
 Requires:   python-pyinotify
 Requires:   python-qt4
-%if 0%{?sles_version} == 11
-%ifarch x86_64
-BuildArch:  x86_64
-%endif
-%endif
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} >= 1140
+%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
-%endif
 
 %description
 Features:
@@ -75,28 +64,27 @@
 %setup -q #-n ninja-ide
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
-%{__install} -d %{buildroot}%{_datadir}/pixmaps/
-%{__cp} icon.png %{buildroot}%{_datadir}/pixmaps/ninja-ide.png
+desktop-file-install --dir %{buildroot}%{_datadir}/applications 
build_files/ninja-ide-git.desktop
+install -d %{buildroot}%{_datadir}/pixmaps/
+cp icon.png %{buildroot}%{_datadir}/pixmaps/ninja-ide.png
+
 mkdir -p %{buildroot}%{_mandir}/man1
-cp %{SOURCE2} %{buildroot}%{_mandir}/man1/%{name}.1.gz
-%if 0%{?suse_version} < 1230
-%{__python} setup.py install -O1 --skip-build --root %{buildroot} 
--prefix=%{_prefix} 
-%else
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-%endif
-%suse_update_desktop_file -i ninja-ide Development IDE
-%fdupes %{buildroot}%{python_sitelib}/
+cp %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
+
+python setup.py install -O1 --skip-build --root %{buildroot}
+
+%suse_update_desktop_file -i ninja-ide-git Development IDE
+%fdupes %{buildroot}%{python_sitelib}
 find %{buildroot} -name 'pep8mod.py' | xargs chmod 0755
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
-%{_datadir}/applications/*desktop
-%{_datadir}/pixmaps/*png
+%{_datadir}/applications/*.desktop
+%{_datadir}/pixmaps/*.png
 %{python_sitelib}/*
 %{_mandir}/man1/%{name}.1.*
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@

commit ninja-ide for openSUSE:Factory

2013-10-24 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2013-10-24 19:09:03

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is "ninja-ide"

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2013-08-23 
11:05:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2013-10-24 
19:09:05.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:51:45 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.Y3tjEZ/_old  2013-10-24 19:09:05.0 +0200
+++ /var/tmp/diff_new_pack.Y3tjEZ/_new  2013-10-24 19:09:05.0 +0200
@@ -11,10 +11,11 @@
 # 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 http://bugs.opensuse.org/
 #
 
+
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -28,21 +29,21 @@
 Source0:%{name}-%{version}.zip
 Source1:ninja-ide.desktop
 Source2:%{name}.1.gz
-BuildRoot:  %{_tmppath}/%{name}-build
-BuildRequires:  python-devel
-BuildRequires:  python-distribute
-BuildRequires:  update-desktop-files
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
+BuildRequires:  python-devel
 BuildRequires:  python-pyinotify
 BuildRequires:  python-qt4-devel
-BuildRequires:  fdupes
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
+BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 %if 0%{?suse_version} > 1230
 BuildRequires:  python-setuptools
 %endif
-Requires:   python-qt4
 Requires:   python-pyinotify
+Requires:   python-qt4
 %if 0%{?sles_version} == 11
 %ifarch x86_64
 BuildArch: x86_64



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ninja-ide for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2013-08-23 11:05:18

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is "ninja-ide"

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2013-05-27 
09:54:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2013-08-23 
11:05:20.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug 20 07:23:00 UTC 2013 - samuelw2...@tpg.com.au
+
+- Updated source to stable version 2.3 
+  from the git repository 
+   * Last stable version before 
+  next major update - mostly bug fixes
+
+---
+Thu Aug 15 13:03:10 UTC 2013 - toddrme2...@gmail.com
+
+- Fix depenency on setuptools, it conflicts with distribute below
+  Factory
+
+---

Old:

  ninja-ide-2.2.zip

New:

  ninja-ide-2.3.zip



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.se14YB/_old  2013-08-23 11:05:21.0 +0200
+++ /var/tmp/diff_new_pack.se14YB/_new  2013-08-23 11:05:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,7 +19,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   ninja-ide
-Version:2.2
+Version:2.3
 Release:0
 Url:http://www.ninja-ide.org
 Summary:Ninja IDE for Python development
@@ -33,12 +33,14 @@
 BuildRequires:  python-distribute
 BuildRequires:  update-desktop-files
 BuildRequires:  desktop-file-utils
-%if 0%{?suse_version} >= 1210
-BuildRequires:  python-setuptools
-%endif
 BuildRequires:  python-pyinotify
 BuildRequires:  python-qt4-devel
-BuildRequires:  fdupes unzip zlib-devel
+BuildRequires:  fdupes
+BuildRequires:  unzip
+BuildRequires:  zlib-devel
+%if 0%{?suse_version} > 1230
+BuildRequires:  python-setuptools
+%endif
 Requires:   python-qt4
 Requires:   python-pyinotify
 %if 0%{?sles_version} == 11


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ninja-ide for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2013-05-27 09:54:47

Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and  /work/SRC/openSUSE:Factory/.ninja-ide.new (New)


Package is "ninja-ide"

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2012-11-26 
18:59:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2013-05-27 
09:54:48.0 +0200
@@ -1,0 +2,6 @@
+Sun May 19 23:53:43 UTC 2013 - samuelw2...@tpg.com.au
+
+- updated to latest stable version 2.2. As stated in the release announcement 
: 
"This new version includes several performance improves and bug fixes 
(specially a performance improve in the Python Syntax Highlighter, and soon it 
will be extended for the other languages supported in ninja)."
+- changed setup line and name of source zip in spec file to suit new version
+
+---

Old:

  ninja-ide-v2.1.1.zip

New:

  ninja-ide-2.2.zip



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.nfNoeN/_old  2013-05-27 09:54:49.0 +0200
+++ /var/tmp/diff_new_pack.nfNoeN/_new  2013-05-27 09:54:49.0 +0200
@@ -19,13 +19,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   ninja-ide
-Version:2.1.1
+Version:2.2
 Release:0
 Url:http://www.ninja-ide.org
 Summary:Ninja IDE for Python development
 License:GPL-3.0
 Group:  Development/Languages/Python
-Source0:   
https://github.com/downloads/%{name}/%{name}/%{name}-v%{version}.zip
+Source0:%{name}-%{version}.zip
 Source1:   ninja-ide.desktop
 Source2:%{name}.1.gz
 BuildRoot:  %{_tmppath}/%{name}-build
@@ -69,7 +69,7 @@
   - And many more... Stay up to date for more features!
 
 %prep
-%setup -q -n ninja-ide
+%setup -q #-n ninja-ide
 
 %build
 %{__python} setup.py build


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org