rpms/libsexy/devel libsexy-0.1.3-goofup.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libsexy.spec, 1.2, 1.3 sources, 1.2, 1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Tue Oct 18 00:28:26 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/libsexy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30440/devel

Modified Files:
	.cvsignore libsexy.spec sources 
Added Files:
	libsexy-0.1.3-goofup.patch 
Log Message:
Upstream update

libsexy-0.1.3-goofup.patch:

--- NEW FILE libsexy-0.1.3-goofup.patch ---
--- libsexy-0.1.3/libsexy/sexy-url-label.c.goofup	2005-10-17 18:10:43.000000000 -0400
+++ libsexy-0.1.3/libsexy/sexy-url-label.c	2005-10-17 18:11:04.000000000 -0400
@@ -45,7 +45,6 @@
 
 	int layout_x;
 	int layout_y;
-	int wrap_width;
 
 	size_t wrap_width;
 
@@ -417,17 +416,6 @@
 }
 
 static void
-sexy_url_label_size_request(GtkWidget *widget, GtkRequisition *req)
-{
-	int height;
-
-	pango_layout_get_pixel_size(gtk_label_get_layout(GTK_LABEL(widget)),
-								NULL, &height);
-	req->width  = 0;
-	req->height = height;
-}
-
-static void
 open_link_activate_cb(GtkMenuItem *menu_item, SexyUrlLabel *url_label)
 {
 	SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label);


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Oct 2005 16:50:31 -0000	1.2
+++ .cvsignore	18 Oct 2005 00:28:24 -0000	1.3
@@ -1 +1 @@
-libsexy-0.1.1.tar.gz
+libsexy-0.1.3.tar.gz


Index: libsexy.spec
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/libsexy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsexy.spec	13 Oct 2005 18:23:20 -0000	1.2
+++ libsexy.spec	18 Oct 2005 00:28:24 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           libsexy
-Version:        0.1.1
+Version:        0.1.3
 Release:        1%{?dist}
 Summary:        Funky fresh graphical widgets for GTK+ 2
 
@@ -7,9 +7,10 @@
 License:        LGPL
 URL:            http://www.chipx86.com/blog/archives/000103.html
 Source0:        http://osiris.chipx86.com/projects/libsexy/releases/%{name}-%{version}.tar.gz
+Patch0:         libsexy-0.1.3-goofup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk2-devel libxml2-devel
 #Requires:       
 
 %description
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .goofup
 
 %build
 %configure --disable-static
@@ -55,5 +57,8 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Oct 17 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.1.3-1
+- Upstream update
+
 * Thu Oct 13 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.1.1-1
 - Initial RPM release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Oct 2005 16:50:31 -0000	1.2
+++ sources	18 Oct 2005 00:28:24 -0000	1.3
@@ -1 +1 @@
-ef448d563ea9f9580446e2693e846235  libsexy-0.1.1.tar.gz
+7b6e13045af0ef5b9405bcc9345abe9a  libsexy-0.1.3.tar.gz




More information about the fedora-extras-commits mailing list