rpms/banshee-community-extensions/F-13 banshee-community-extensions-1.5.5-remove-custom-invisibility-char.patch, NONE, 1.1 banshee-community-extensions.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

chkr chkr at fedoraproject.org
Tue Mar 30 22:47:28 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/banshee-community-extensions/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29221/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	banshee-community-extensions-1.5.5-remove-custom-invisibility-char.patch 
	banshee-community-extensions.spec import.log 
Log Message:
Initial import of banshee-community-extensions for F-13


banshee-community-extensions-1.5.5-remove-custom-invisibility-char.patch:
 Magnatune.Configuration.cs |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE banshee-community-extensions-1.5.5-remove-custom-invisibility-char.patch ---
diff -uNr banshee-community-extensions-1.5.5.old/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs banshee-community-extensions-1.5.5/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs
--- banshee-community-extensions-1.5.5.old/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs	2010-03-09 22:40:10.000000000 +0100
+++ banshee-community-extensions-1.5.5/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs	2010-03-14 21:14:28.000000000 +0100
@@ -66,7 +66,6 @@
             this.username.CanFocus = true;
             this.username.Name = "username";
             this.username.IsEditable = true;
-            this.username.InvisibleChar = '●';
             this.hbox2.Add(this.username);
             Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.username]));
             w3.Position = 1;
@@ -94,7 +93,6 @@
             this.password.Name = "password";
             this.password.IsEditable = true;
             this.password.Visibility = false;
-            this.password.InvisibleChar = '●';
             this.hbox1.Add(this.password);
             Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.password]));
             w6.Position = 1;


--- NEW FILE banshee-community-extensions.spec ---
%define		debug_package %{nil}

Name:		banshee-community-extensions
Version:	1.5.5
Release:	1%{?dist}
Summary:	Collection of extensions for the media player Banshee
Group:		Applications/Multimedia
License:	GPLv2+ and MIT
URL:		http://banshee-project.org/download/extensions/
Source0:	http://download.banshee-project.org/banshee-community-extensions/%{version}/%{name}-%{version}.tar.bz2
Patch0:		banshee-community-extensions-1.5.5-remove-custom-invisibility-char.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	mono-devel, banshee-devel, banshee-musicbrainz-devel
BuildRequires:	intltool, gnome-sharp-devel
BuildRequires:	fftw-devel, libsamplerate-devel, gstreamer-devel, gstreamer-plugins-base-devel
BuildRequires:	notify-sharp-devel, webkit-sharp-devel
BuildRequires:	ipod-sharp-devel, ndesk-dbus-devel

# no need to provide banshee-mirage since no other package requires it
Obsoletes:	banshee-mirage < 0.6.1
Requires:	banshee

%description
The Banshee Community Extensions contains a set of useful extensions
for the media player Banshee. 

%prep
%setup -q
%patch0 -p1 -b .no_custom_invisibility_char

%build
%configure
make V=1 %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install-strip

# delete unneeded *.(l)a files
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' -exec rm -f {} \;

%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README NEWS
%{_libdir}/banshee-1/Extensions/*

%changelog
* Sun Mar 28 2010 Christian Krause <chkr at fedoraproject.org> - 1.5.5-1
- Initial spec file


--- NEW FILE import.log ---
banshee-community-extensions-1_5_5-1_fc13:F-13:banshee-community-extensions-1.5.5-1.fc13.src.rpm:1269989209


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/banshee-community-extensions/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Mar 2010 21:51:35 -0000	1.1
+++ .cvsignore	30 Mar 2010 22:47:27 -0000	1.2
@@ -0,0 +1 @@
+banshee-community-extensions-1.5.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/banshee-community-extensions/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Mar 2010 21:51:35 -0000	1.1
+++ sources	30 Mar 2010 22:47:27 -0000	1.2
@@ -0,0 +1 @@
+be829ac68d565d46277e5895a8f93c5c  banshee-community-extensions-1.5.5.tar.bz2



More information about the scm-commits mailing list