commit gonvert for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory checked 
in at 2015-07-12 22:52:54

Comparing /work/SRC/openSUSE:Factory/gonvert (Old)
 and  /work/SRC/openSUSE:Factory/.gonvert.new (New)


Package is gonvert

Changes:

--- /work/SRC/openSUSE:Factory/gonvert/gonvert.changes  2015-06-04 
11:25:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes 2015-07-12 
22:52:55.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 17:26:05 UTC 2015 - nemy...@gmx.ch
+
+- Change URL
+
+---



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.W12C2v/_old  2015-07-12 22:52:56.0 +0200
+++ /var/tmp/diff_new_pack.W12C2v/_new  2015-07-12 22:52:56.0 +0200
@@ -22,7 +22,7 @@
 Release:0
 License:GPL-2.0+
 Summary:Conversion utility that allows conversion between many units
-Url:http://unihedron.com/projects/gonvert/gonvert.php
+Url:http://www.unihedron.com/projects/gonvert/index.php
 Group:  Productivity/Scientific/Math
 Source: 
http://www.unihedron.com/projects/gonvert/downloads/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gonvert-desktopfile.patch -- Fix Name, GenericName, Icon 
and Categories




commit gonvert for openSUSE:Factory

2015-06-04 Thread h_root
Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory checked 
in at 2015-06-04 11:25:29

Comparing /work/SRC/openSUSE:Factory/gonvert (Old)
 and  /work/SRC/openSUSE:Factory/.gonvert.new (New)


Package is gonvert

Changes:

--- /work/SRC/openSUSE:Factory/gonvert/gonvert.changes  2014-08-18 
11:24:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes 2015-06-04 
11:25:30.0 +0200
@@ -1,0 +2,21 @@
+Tue Jun  2 04:44:28 UTC 2015 - nemy...@gmx.ch
+
+- Revert %dir %{_datadir}/appdata
+
+---
+Mon Jun  1 14:43:58 UTC 2015 - nemy...@gmx.ch
+
+- Update to 0.2.38, announce message:
+  - Add in/min and others to speed category
+
+- Change Summary
+- Change Source0 to use Web URL
+- Remove patch gonvert-0.2.20-Makefile.patch, use instead sed
+- Remove patch gonvert-0.2.20-desktopfile.patch, use instead
+  gonvert.desktop.patch
+- Use check for openSUSE %if 0%{?suse_version}
+- Remove not needed doc/INSTALL
+- Use %{name} instead of gonvert
+- Use %{name} instead of *.png
+
+---

Old:

  gonvert-0.2.20-Makefile.patch
  gonvert-0.2.20-desktopfile.patch
  gonvert-0.2.37.tar.bz2

New:

  gonvert-0.2.38.tar.gz
  gonvert.desktop.patch



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.YOcVrw/_old  2015-06-04 11:25:30.0 +0200
+++ /var/tmp/diff_new_pack.YOcVrw/_new  2015-06-04 11:25:30.0 +0200
@@ -18,18 +18,19 @@
 
 
 Name:   gonvert
-Version:0.2.37
-Release:1
+Version:0.2.38
+Release:0
 License:GPL-2.0+
-Summary:Unit Conversion Utility
+Summary:Conversion utility that allows conversion between many units
 Url:http://unihedron.com/projects/gonvert/gonvert.php
 Group:  Productivity/Scientific/Math
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE gonvert-0.2.20-Makefile.patch -- fix paths
-Patch1: gonvert-0.2.20-Makefile.patch
-# PATCH-FIX-OPENSUSE gonvert-0.2.20-desktopfile.patch -- fix name and icon
-Patch2: gonvert-0.2.20-desktopfile.patch
+Source: 
http://www.unihedron.com/projects/gonvert/downloads/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE gonvert-desktopfile.patch -- Fix Name, GenericName, Icon 
and Categories
+Patch0: gonvert.desktop.patch
+%if 0%{?suse_version}
+BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
+%endif
 Requires:   python-gtk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -42,24 +43,37 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
+
+# SED-FIX-OPENSUSE -- Fix paths
+sed -i -e 's|/usr/local|/usr|;
+   s|$(datadir)/doc|$(datadir)/doc/packages|
+   s|$(datadir)/gnome/apps/Utilities|$(datadir)/applications|' Makefile
+
+%patch0
+
+# Remove not needed files
+rm -f doc/INSTALL
 
 %build
 make
 
 %install
 %make_install
-%suse_update_desktop_file -r %{name} Education Math
+
+%if 0%{?suse_version}
+%suse_update_desktop_file %{name}
+%fdupes -s %{buildroot}%{_prefix}
+%endif
 
 %files
 %defattr(-,root,root,0755)
 %{_bindir}/gonvert
-%doc %{_datadir}/doc/packages/gonvert
+%doc %{_datadir}/doc/packages/%{name}
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/gonvert.appdata.xml
-%{_datadir}/gonvert
-%{_datadir}/applications/gonvert.desktop
-%{_datadir}/pixmaps/*.png
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}-icon_alternative.png
+%{_datadir}/pixmaps/%{name}.png
 
 %changelog

++ gonvert-0.2.20-desktopfile.patch - gonvert.desktop.patch ++
--- /work/SRC/openSUSE:Factory/gonvert/gonvert-0.2.20-desktopfile.patch 
2011-09-23 02:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.desktop.patch   
2015-06-04 11:25:30.0 +0200
@@ -1,8 +1,6 @@
-Index: gonvert.desktop
-===
 gonvert.desktop.orig
-+++ gonvert.desktop
-@@ -1,7 +1,8 @@
+--- gonvert.desktop.orig   2015-05-31 14:59:25.0 +0200
 gonvert.desktop2015-06-01 16:35:43.437022235 +0200
+@@ -1,9 +1,10 @@
  [Desktop Entry]
 -Name=Unit Convertor
 +Name=Gonvert
@@ -13,3 +11,6 @@
  Exec=gonvert
  Terminal=false
  Type=Application
+ StartupNotify=true
+-Categories=GNOME;Application;Utility;
++Categories=Education;Math;




commit gonvert for openSUSE:Factory

2014-08-18 Thread h_root
Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory checked 
in at 2014-08-18 11:24:06

Comparing /work/SRC/openSUSE:Factory/gonvert (Old)
 and  /work/SRC/openSUSE:Factory/.gonvert.new (New)


Package is gonvert

Changes:

--- /work/SRC/openSUSE:Factory/gonvert/gonvert.changes  2013-09-02 
17:03:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes 2014-08-18 
11:24:17.0 +0200
@@ -1,0 +2,13 @@
+Sun Aug 17 20:23:22 UTC 2014 - kkir...@opensuse.org
+
+- Update to version 0.2.37
+  + added twip unit to length category
+- Changes from 0.2.36
+  + modifed appdata location to help with making RPM
+- Changes from 0.2.35
+  + added /usr/share/appdata to showcase in the GNOME
+and KDE Software Centers.
+- Changes from 0.2.34
+  + fixed Flow liquid imperial units.
+
+---

Old:

  gonvert-0.2.33.tar.bz2

New:

  gonvert-0.2.37.tar.bz2



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.uzdGL1/_old  2014-08-18 11:24:19.0 +0200
+++ /var/tmp/diff_new_pack.uzdGL1/_new  2014-08-18 11:24:19.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gonvert
-Version:0.2.33
+Version:0.2.37
 Release:1
 License:GPL-2.0+
 Summary:Unit Conversion Utility
@@ -56,6 +56,8 @@
 %defattr(-,root,root,0755)
 %{_bindir}/gonvert
 %doc %{_datadir}/doc/packages/gonvert
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gonvert.appdata.xml
 %{_datadir}/gonvert
 %{_datadir}/applications/gonvert.desktop
 %{_datadir}/pixmaps/*.png

++ gonvert-0.2.20-Makefile.patch ++
--- /var/tmp/diff_new_pack.uzdGL1/_old  2014-08-18 11:24:19.0 +0200
+++ /var/tmp/diff_new_pack.uzdGL1/_new  2014-08-18 11:24:19.0 +0200
@@ -19,8 +19,8 @@
  
  DESTDIR =
  
-@@ -18,7 +18,7 @@ install:
-   install -D -m0644 gonvert.glade 
$(DESTDIR)$(datadir)/gonvert/gonvert.glade
+@@ -19,7 +19,7 @@ install:
+   install -D -m0644 $(NAME).appdata.xml 
$(DESTDIR)$(datadir)/appdata/$(NAME).appdata.xml
install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/
install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/
 -  install -D -m0644 gonvert.desktop 
$(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop
@@ -28,14 +28,3 @@
install -d -m0755 $(DESTDIR)$(docdir)/gonvert/
install -m0644 doc/* $(DESTDIR)$(docdir)/gonvert/
  
-@@ -37,8 +37,8 @@ uninstall:
-   rm -f  $(bindir)/gonvert
-   rm -rf $(datadir)/gonvert*
-   rm -rf $(docdir)/gonvert*
--  rm -f /usr/share/gnome/apps/Utilities/$(NAME).desktop
--  rm -f /usr/share/pixmaps/$(NAME).png
-+  rm -f $(datadir)/applications/$(NAME).desktop
-+  rm -f $(datadir)/pixmaps/$(NAME).png
- 
- uninstall_pl:
-   #specify project name manually to prevent removal of all directories

++ gonvert-0.2.33.tar.bz2 - gonvert-0.2.37.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gonvert-0.2.33/Makefile new/gonvert-0.2.37/Makefile
--- old/gonvert-0.2.33/Makefile 2013-06-10 01:46:01.0 +0200
+++ new/gonvert-0.2.37/Makefile 2014-05-31 22:16:16.0 +0200
@@ -16,6 +16,7 @@
 install:
install -D -m0755 gonvert $(DESTDIR)$(bindir)/gonvert
install -D -m0644 gonvert.glade 
$(DESTDIR)$(datadir)/gonvert/gonvert.glade
+   install -D -m0644 $(NAME).appdata.xml 
$(DESTDIR)$(datadir)/appdata/$(NAME).appdata.xml
install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/
install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/
install -D -m0644 gonvert.desktop 
$(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop
@@ -39,6 +40,7 @@
rm -rf $(docdir)/gonvert*
rm -f /usr/share/gnome/apps/Utilities/$(NAME).desktop
rm -f /usr/share/pixmaps/$(NAME).png
+   rm -f /usr/share/appdata/$(NAME).appdata.xml
 
 uninstall_pl:
#specify project name manually to prevent removal of all directories
@@ -61,6 +63,7 @@
cp $(NAME).glade $(NAME)-$(VERSION)
cp $(NAME).spec $(NAME)-$(VERSION)
cp $(NAME).desktop $(NAME)-$(VERSION)
+   cp $(NAME).appdata.xml $(NAME)-$(VERSION)
cp -R pixmaps $(NAME)-$(VERSION)
tar cvzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gonvert-0.2.33/doc/CHANGELOG 
new/gonvert-0.2.37/doc/CHANGELOG
--- old/gonvert-0.2.33/doc/CHANGELOG2013-06-10 01:46:01.0 +0200
+++ new/gonvert-0.2.37/doc/CHANGELOG2014-05-31 22:16:16.0 +0200
@@ -1,6 +1,10 @@
 Project: gonvert
 
 Version:
+0.2.37 - Add twip 

commit gonvert for openSUSE:Factory

2013-09-02 Thread h_root
Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory checked 
in at 2013-09-02 17:03:10

Comparing /work/SRC/openSUSE:Factory/gonvert (Old)
 and  /work/SRC/openSUSE:Factory/.gonvert.new (New)


Package is gonvert

Changes:

--- /work/SRC/openSUSE:Factory/gonvert/gonvert.changes  2012-02-16 
14:56:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes 2013-09-02 
17:03:11.0 +0200
@@ -1,0 +2,22 @@
+Sun Sep  1 20:45:06 UTC 2013 - kkir...@opensuse.org
+
+- Update to version 0.2.33
+  + base number 40,50,60 description fixed to show proper last
+digit description.
+- Changes from 0.2.32  
+  + save and restore of selected units working now.
+  + added X to clear the unit line, allowing two selected units.
+- Changes from 0.2.31
+  + find next works again.
+- Changes from 0.2.30
+  + lowered minimum height to work on Pandora device.
+  + more complete shoe size listings from Wikipedia.
+  + added Paris point to Length category.
+- Changes from 0.2.27
+  + added all SI volumes (to dry volumes).
+- Changes from 0.2.26
+  + removed non-functioning shortlist feature.
+  + modified glade requirements to glade 2.16 to prevent introduction warnings
+  + modified find to instant-find
+
+---

Old:

  gonvert-0.2.25.tar.bz2

New:

  gonvert-0.2.33.tar.bz2



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.kllv4d/_old  2013-09-02 17:03:12.0 +0200
+++ /var/tmp/diff_new_pack.kllv4d/_new  2013-09-02 17:03:12.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gonvert
-Version:0.2.25
+Version:0.2.33
 Release:1
 License:GPL-2.0+
 Summary:Unit Conversion Utility

++ gonvert-0.2.25.tar.bz2 - gonvert-0.2.33.tar.bz2 ++
 2104 lines of diff (skipped)

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



commit gonvert for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory checked 
in at 2012-02-16 14:56:32

Comparing /work/SRC/openSUSE:Factory/gonvert (Old)
 and  /work/SRC/openSUSE:Factory/.gonvert.new (New)


Package is gonvert, Maintainer is mse...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/gonvert/gonvert.changes  2011-09-23 
02:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes 2012-02-16 
14:56:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:47:15 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.c7CJXx/_old  2012-02-16 14:56:35.0 +0100
+++ /var/tmp/diff_new_pack.c7CJXx/_new  2012-02-16 14:56:35.0 +0100
@@ -20,7 +20,7 @@
 Name:   gonvert
 Version:0.2.25
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:Unit Conversion Utility
 Url:http://unihedron.com/projects/gonvert/gonvert.php
 Group:  Productivity/Scientific/Math
@@ -50,7 +50,7 @@
 
 %install
 %make_install
-%suse_update_desktop_file -r %{name} Math
+%suse_update_desktop_file -r %{name} Education Math
 
 %files
 %defattr(-,root,root,0755)

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



commit gonvert for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory
checked in at Tue Sep 20 09:31:07 CEST 2011.




--- GNOME/gonvert/gonvert.changes   2010-09-19 12:39:03.0 +0200
+++ /mounts/work_src_done/STABLE/gonvert/gonvert.changes2011-09-20 
01:35:54.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 19 23:16:53 UTC 2011 - kirill.kiril...@gmail.com
+
+- Update to version 0.2.25
+  + Corrected and added to Thermal conductance area and linear
+categories
+
+---

calling whatdependson for head-i586


Old:

  gonvert-0.2.24.tar.bz2

New:

  gonvert-0.2.25.tar.bz2



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.KyTHX0/_old  2011-09-20 09:31:03.0 +0200
+++ /var/tmp/diff_new_pack.KyTHX0/_new  2011-09-20 09:31:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gonvert (Version 0.2.24)
+# spec file for package gonvert
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   gonvert
-BuildRequires:  update-desktop-files
-Summary:Unit Conversion Utility
-Version:0.2.24
+Version:0.2.25
 Release:1
-Source: %{name}-%{version}.tar.bz2
-Patch1: %{name}-0.2.20-Makefile.patch
-Patch2: %{name}-0.2.20-desktopfile.patch
+License:GPLv2+
+Summary:Unit Conversion Utility
 Url:http://unihedron.com/projects/gonvert/gonvert.php
 Group:  Productivity/Scientific/Math
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE gonvert-0.2.20-Makefile.patch -- fix paths
+Patch1: gonvert-0.2.20-Makefile.patch
+# PATCH-FIX-OPENSUSE gonvert-0.2.20-desktopfile.patch -- fix name and icon
+Patch2: gonvert-0.2.20-desktopfile.patch
+BuildRequires:  update-desktop-files
 Requires:   python-gtk
-License:GPLv2+
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -40,21 +41,16 @@
 you type. It is easy to add and change your own units.
 
 %prep
-%setup
+%setup -q
 %patch1
 %patch2
-#delete waste from doc
-%__rm doc/*~
 
 %build
 make
 
 %install
-%makeinstall
-%suse_update_desktop_file -r %name Math
-
-%clean
-[ -d %{buildroot} -a %{buildroot} !=  ]  %__rm -rf %{buildroot}
+%make_install
+%suse_update_desktop_file -r %{name} Math
 
 %files
 %defattr(-,root,root,0755)

++ gonvert-0.2.20-desktopfile.patch ++
--- /var/tmp/diff_new_pack.KyTHX0/_old  2011-09-20 09:31:03.0 +0200
+++ /var/tmp/diff_new_pack.KyTHX0/_new  2011-09-20 09:31:03.0 +0200
@@ -1,8 +1,12 @@
 gonvert.desktop
+Index: gonvert.desktop
+===
+--- gonvert.desktop.orig
 +++ gonvert.desktop
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,8 @@
  [Desktop Entry]
- Name=Unit Convertor
+-Name=Unit Convertor
++Name=Gonvert
++GenericName=Unit Convertor
  Comment=Convert between various units
 -Icon=gonvert.png
 +Icon=gonvert

++ gonvert-0.2.24.tar.bz2 - gonvert-0.2.25.tar.bz2 ++
 6892 lines of diff (skipped)






Remember to have fun...

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