packages: smart/smart-pyc.patch, smart/smart.spec, smart/smart-archscore.pa...

baggins baggins at pld-linux.org
Sat Jan 21 22:53:32 CET 2012


Author: baggins                      Date: Sat Jan 21 21:53:32 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 1.4.1
- updated patches
- removed obsolete archscore patch

---- Files affected:
packages/smart:
   smart-pyc.patch (1.3 -> 1.4) , smart.spec (1.44 -> 1.45) , smart-archscore.patch (1.4 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/smart/smart-pyc.patch
diff -u packages/smart/smart-pyc.patch:1.3 packages/smart/smart-pyc.patch:1.4
--- packages/smart/smart-pyc.patch:1.3	Thu Mar 24 14:30:28 2011
+++ packages/smart/smart-pyc.patch	Sat Jan 21 22:53:27 2012
@@ -1,16 +1,16 @@
 --- smart-0.51/smart/channel.py~	2005-12-14 20:27:17.000000000 +0100
 +++ smart-0.51/smart/channel.py	2007-07-30 19:13:30.203002200 +0200
 @@ -296,8 +296,8 @@
-     filenames = os.listdir(os.path.dirname(channels.__file__))
      infos = {}
+     display_channels = sysconf.get("display-channels", True)
      for filename in filenames:
 -        if filename.endswith("_info.py"):
 -            type = filename[:-8].replace("_", "-")
 +        if filename.endswith("_info.pyc"):
 +            type = filename[:-9].replace("_", "-")
-             infos[type] = getChannelInfo(type)
+             if display_channels == True or type in str(display_channels):
+                 infos[type] = getChannelInfo(type)
      return infos
-
 --- smart-1.3.1/smart/__init__.py~	2010-05-03 14:34:05.000000000 +0300
 +++ smart-1.3.1/smart/__init__.py	2011-03-23 09:54:23.668508204 +0200
 @@ -182,12 +182,12 @@

================================================================
Index: packages/smart/smart.spec
diff -u packages/smart/smart.spec:1.44 packages/smart/smart.spec:1.45
--- packages/smart/smart.spec:1.44	Thu Jun  2 08:34:25 2011
+++ packages/smart/smart.spec	Sat Jan 21 22:53:27 2012
@@ -10,18 +10,17 @@
 Summary:	Next generation package handling tool
 Summary(pl.UTF-8):	Narzędzie do obsługi pakietów nowej generacji
 Name:		smart
-Version:	1.3.1
+Version:	1.4.1
 Release:	0.2
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://launchpad.net/smart/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
-# Source0-md5:	678c22b4374dd3d732395df5250e6d42
+# Source0-md5:	573ef32ba177a6b3c4bf7ef04873fcb6
 Source1:	%{name}-distro.py
 Source2:	%{name}.desktop
 Source3:	%{name}-kde.desktop
 Patch0:		%{name}-syslibs.patch
 Patch1:		%{name}-pyc.patch
-Patch2:		%{name}-archscore.patch
 Patch4:		%{name}-missingok.patch
 Patch5:		%{name}-pycurl-segfaults.patch
 URL:		http://labix.org/smart/
@@ -96,7 +95,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch4 -p1
 #%patch5 -p0
 
@@ -178,6 +176,7 @@
 %attr(755,root,root) %{py_sitedir}/%{module}/ccache.so
 %attr(755,root,root) %{py_sitedir}/%{module}/util/cdistance.so
 %attr(755,root,root) %{py_sitedir}/%{module}/util/ctagfile.so
+%attr(755,root,root) %{py_sitedir}/%{module}/backends/deb/_base.so
 %attr(755,root,root) %{py_sitedir}/%{module}/backends/deb/cdebver.so
 %attr(755,root,root) %{py_sitedir}/%{module}/backends/rpm/crpmver.so
 
@@ -220,6 +219,8 @@
 %{py_sitedir}/%{module}/interfaces/gtk/*.py[co]
 %dir %{py_sitedir}/%{module}/interfaces/qt
 %{py_sitedir}/%{module}/interfaces/qt/*.py[co]
+%dir %{py_sitedir}/%{module}/interfaces/qt4
+%{py_sitedir}/%{module}/interfaces/qt4/*.py[co]
 %{_desktopdir}/smart.desktop
 %{_desktopdir}/smart-kde.desktop
 %{_pixmapsdir}/smart.png
@@ -240,6 +241,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2012/01/21 21:53:27  baggins
+- 1.4.1
+- updated patches
+- removed obsolete archscore patch
+
 Revision 1.44  2011/06/02 06:34:25  uzsolt
 - gui subpackage requires gksu (in desktop file: Exec=gksu ...)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/smart/smart-pyc.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/smart/smart.spec?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list