Author: baggins Date: Thu May 13 11:52:27 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - fixed desktop categories
---- Files affected: packages/sqliteman: sqliteman.spec (1.8 -> 1.9) , sqliteman-desktop.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/sqliteman/sqliteman.spec diff -u packages/sqliteman/sqliteman.spec:1.8 packages/sqliteman/sqliteman.spec:1.9 --- packages/sqliteman/sqliteman.spec:1.8 Sat Sep 5 15:35:31 2009 +++ packages/sqliteman/sqliteman.spec Thu May 13 13:52:22 2010 @@ -6,12 +6,13 @@ Summary(pl.UTF-8): ZarzÄ…dca baz sqlite Name: sqliteman Version: 1.2.1 -Release: 2 +Release: 3 # src is GPLv2+, icons are LGPLv2+ License: GPLv2+ and LGPLv2+ Group: Applications/Databases Source0: http://dl.sourceforge.net/sqliteman/%{name}-%{version}.tar.bz2 # Source0-md5: 1ad603d38e4eda63f1386c6ee22a2838 +Patch0: %{name}-desktop.patch URL: http://www.sqliteman.com/ BuildRequires: QtCore-devel >= %{qtver} BuildRequires: QtGui-devel >= %{qtver} @@ -38,6 +39,7 @@ %prep %setup -q +%patch0 -p1 %build install -d build @@ -70,6 +72,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2010/05/13 11:52:22 baggins +- rel 3 +- fixed desktop categories + Revision 1.8 2009/09/05 13:35:31 adamg - release 2 (rebuild against qscintilla 2.4) ================================================================ Index: packages/sqliteman/sqliteman-desktop.patch diff -u /dev/null packages/sqliteman/sqliteman-desktop.patch:1.1 --- /dev/null Thu May 13 13:52:27 2010 +++ packages/sqliteman/sqliteman-desktop.patch Thu May 13 13:52:22 2010 @@ -0,0 +1,11 @@ +--- sqliteman-1.2.1/sqliteman.desktop~ 2009-03-02 18:47:55.000000000 +0100 ++++ sqliteman-1.2.1/sqliteman.desktop 2010-05-13 13:51:19.945254419 +0200 +@@ -7,7 +7,7 @@ + Icon=sqliteman.png + Exec=sqliteman %f + Terminal=false +-Categories=Office;Database ++Categories=Database;System; + StartupNotify=true + MimeType=application/x-sqlite3 + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sqliteman/sqliteman.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
