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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes     2014-08-18 
11:24:17.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Aug 17 20:23:22 UTC 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.uzdGL1/_new  2014-08-18 11:24:19.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.uzdGL1/_new  2014-08-18 11:24:19.000000000 +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.000000000 +0200
+++ new/gonvert-0.2.37/Makefile 2014-05-31 22:16:16.000000000 +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/CHANGELOG    2013-06-10 01:46:01.000000000 +0200
+++ new/gonvert-0.2.37/doc/CHANGELOG    2014-05-31 22:16:16.000000000 +0200
@@ -1,6 +1,10 @@
 Project: gonvert
 
 Version:
+0.2.37 - Add twip unit to length category
+0.2.36 - modifed appdata location to help with making RPM
+0.2.35 - added /usr/share/appdata to showcase in the GNOME and KDE Software 
Centers.
+0.2.34 - fixed Flow liquid imperial units.
 0.2.33 - base number 40,50,60 description fixed to show proper last digit 
description.
 0.2.32 - save and restore of selected units working now.
        - Added "X" to clear the unit line, allowing two selected units.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gonvert-0.2.33/doc/THANKS 
new/gonvert-0.2.37/doc/THANKS
--- old/gonvert-0.2.33/doc/THANKS       2013-06-10 01:46:01.000000000 +0200
+++ new/gonvert-0.2.37/doc/THANKS       2014-05-31 22:16:16.000000000 +0200
@@ -17,6 +17,7 @@
        James Boulton
        Rafael Villar Burke
        Kim Lux
+       Norberto Ventafini
 
 RPM spec file:
        Andy Rabagliati
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gonvert-0.2.33/gonvert new/gonvert-0.2.37/gonvert
--- old/gonvert-0.2.33/gonvert  2013-06-10 01:46:01.000000000 +0200
+++ new/gonvert-0.2.37/gonvert  2014-05-31 22:16:16.000000000 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # -*- coding: UTF8 -*-
-version = "0.2.33"   # keep version information here on third line since 
Makefile reads it.
+version = "0.2.37"   # keep version information here on third line since 
Makefile reads it.
 
 import pygtk
 pygtk.require('2.0')
@@ -1648,14 +1648,34 @@
                        [(m,1.0),"lps",_(u"A cubic decimeter of material moving 
past a point every second")],
                _(u"litres per minute"):
                        [(m,1.0/60),"lpm",''],
-               _(u"US gallons per minute"):
-                       [(m,1/(60*3.785411784)),"gpm (US)",''],
+               _(u"litres per hour"):
+                       [(m,1.0/3600.0),"l/hour",''],
+               _(u"litres per day"):
+                       [(m,1.0/(3600.0*24)),"l/day",''],
+               _(u"cubic meter per second"):
+                       [(m,1000.0),u"m\xb3/s",''],
+               _(u"cubic meter per minute"):
+                       [(m,1000.0/60.0),u"m\xb3/min",''],
+               _(u"cubic meter per hour"):
+                       [(m,1000.0/3600.0),u"m\xb3/hour",''],
+               _(u"cubic meter per day"):
+                       [(m,1000.0/(3600.0*24.0)),u"m\xb3/day",''],
                _(u"US gallons per second"):
-                       [(m,1/3.785411784),"gps (US)",''],
-               _(u"UK gallons per minute"):
-                       [(m,1/(60*4.54609028199)),"gpm (UK)",''],
+                       [(m,3.785411784),"gps (US)",''],
+               _(u"US gallons per minute"):
+                       [(m,3.785411784/60.0),"gpm (US)",''],
+               _(u"US gallons per hour"):
+                       [(m,3.785411784/3600.0),"g/hour (US)",''],
+               _(u"US gallons per day"):
+                       [(m,3.785411784/(3600.0*24.0)),"g/day (US)",''],
                _(u"UK gallons per second"):
-                       [(m,1/4.54609028199),"gps (UK)",''],
+                       [(m,4.54609028199),"gps (UK)",''],
+               _(u"UK gallons per minute"):
+                       [(m,4.54609028199/60.0),"gpm (UK)",''],
+               _(u"UK gallons per hour"):
+                       [(m,4.54609028199/3600.0),"g/hour (UK)",''],
+               _(u"UK gallons per day"):
+                       [(m,4.54609028199/(3600.0*24.0)),"g/day (UK)",''],
        },
        _(u"Force"):{".base_unit":"newton",
                _(u"tonne of force"):
@@ -1796,6 +1816,8 @@
                        [(m,12*0.376065e-3),'',_(u"Typographical measurement. 1 
cicero equals 12 didot points.")],
                _(u"point (PostScript) (Typographical)"):
                        [(m,(25.4/1000)/72),"pt",_(u"Typographical measurement. 
Created by Adobe. There are exactly 72 PostScript points in 1 inch.")],
+               _(u"twip (Typographical)"):
+                       [(m,(25.4/1000)/72/20),"",_(u"Typographical 
measurement. Abbreviation for twentieth of an inch point.")],
 
                _(u"ell (English)"):
                        [(m,45*(25.4/1000)),'',_(u"A measure for cloth; -- now 
rarely used. It is of different lengths in different countries; the English ell 
being 45 inches, the Dutch or Flemish ell 27, the Scotch about 37.")],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gonvert-0.2.33/gonvert.appdata.xml 
new/gonvert-0.2.37/gonvert.appdata.xml
--- old/gonvert-0.2.33/gonvert.appdata.xml      1970-01-01 01:00:00.000000000 
+0100
+++ new/gonvert-0.2.37/gonvert.appdata.xml      2014-05-31 22:16:16.000000000 
+0200
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Anthony Tekatch <[email protected]> -->
+<application>
+ <id type="desktop">gonvert.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <name>Gonvert</name>
+ <summary>Unit Conversion Utility</summary>
+ <description>
+  <p>
+   gonvert is a conversion utility that allows conversion between 
+   many units like CGS, Ancient, Imperial with many categories like 
+   length, mass, numbers, etc..
+  </p>
+  <p>
+    All units converted values shown at once as you type.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="682" 
height="512">http://unihedron.com/projects/gonvert/gonvert.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://unihedron.com/projects/gonvert/</url>
+ <updatecontact>[email protected]</updatecontact>
+ <project_group>GNOME</project_group>
+</application>
\ No newline at end of file
Files old/gonvert-0.2.33/pixmaps/gonvert.png and 
new/gonvert-0.2.37/pixmaps/gonvert.png differ

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to