Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 146791 Details for
Bug 225099
SVN version fixes a crash and notification ID reset "on close"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec diff
libnotify-0.4.3.90-1.diff (text/plain), 2.80 KB, created by
Marius Feraru
on 2007-01-28 22:52:12 UTC
(
hide
)
Description:
spec diff
Filename:
MIME Type:
Creator:
Marius Feraru
Created:
2007-01-28 22:52:12 UTC
Size:
2.80 KB
patch
obsolete
>--- libnotify-0.4.3-2.spec 2006-12-10 02:56:13.000000000 +0200 >+++ libnotify.spec 2007-01-29 00:44:18.000000000 +0200 >@@ -1,14 +1,16 @@ >-%define gtk2_version 2.4.0 >-%define glib2_version 2.2.2 >+%define gtk2_version 2.6.0 >+%define glib2_version 2.6.0 > %define dbus_version 0.90 > %define dbus_glib_version 0.70 >+%define svn 2963 > >-Summary: libnotify notification library >+Summary: Libnotify notification library > Name: libnotify >-Version: 0.4.3 >-Release: 2%{?dist} >+Version: 0.4.3.90 >+Release: 1.n0i.1%{?svn:.svn%{svn}}%{?dist} > URL: http://www.galago-project.org/specs/notification/ >-Source0: %{name}-%{version}.tar.bz2 >+Source0: %{!?svn:%{name}-%{version}}%{?svn:%{name}-svn%{svn}}.tar.bz2 >+Patch0: http://trac.galago-project.org/attachment/ticket/112/libnotify-pbuf-gvalues.diff > License: LGPL > Group: System Environment/Libraries > BuildRoot: %{_tmppath}/%{name}-root >@@ -17,6 +19,7 @@ > BuildRequires: dbus-devel >= %{dbus_version} > BuildRequires: dbus-glib-devel >= %{dbus_glib_version} > BuildRequires: gtk2-devel >= %{gtk2_version} >+BuildRequires: gtk-doc > Requires: glib2 >= %{glib2_version} > Requires: desktop-notification-daemon > >@@ -39,45 +42,58 @@ > development of programs using %{name}. > > %prep >-%setup -q >+%setup -q %{?svn:-n %{name}} >+%patch0 > > %build >+%{?svn:./autogen.sh} >+%configure --disable-static --enable-gtk-doc >+%{__make} > >-%configure >-make > > %install >-rm -rf $RPM_BUILD_ROOT >+%{__rm} -rf $RPM_BUILD_ROOT >+%{__make} install DESTDIR=$RPM_BUILD_ROOT > >-make install DESTDIR=$RPM_BUILD_ROOT >- >-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la >-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a > > %clean >-rm -rf $RPM_BUILD_ROOT >+%{__rm} -rf $RPM_BUILD_ROOT >+ > >-%post >-/sbin/ldconfig >+%post -p /sbin/ldconfig >+%postun -p /sbin/ldconfig > >-%postun >-/sbin/ldconfig > > %files > %defattr(-,root,root) > %doc COPYING ChangeLog NEWS >- > %{_bindir}/notify-send >-%{_libdir}/lib*.so* >+%{_libdir}/*.so.* >+%exclude %{_libdir}/*.la > > %files devel > %defattr(-,root,root) >+%{_libdir}/*.so > %{_includedir}/* > %{_libdir}/pkgconfig/libnotify.pc >-%dir %{_datadir}/gtk-doc/html/libnotify >-%{_datadir}/gtk-doc/html/libnotify/* >+%doc %{_datadir}/gtk-doc/html/libnotify >+ > > %changelog >+* Sun Jan 28 2007 Marius FERARU <altblue@n0i.net> - 0.4.3.90-1.n0i.1.svn2963 >+- version 0.4.4 (SVN revision 2963) >+- added spec code to be able to work with SVN snapshots >+- spec tags indent >+- using more macros >+- fixed %%summary capitalization >+- updated minimum required versions for Gtk/Glib >+- fixed libraries wildcard >+- added %%{_libdir}/*.so to devel package >+- marked gtk-doc as documentation >+- disabled building static libraries >+- enabled building gtk-doc >+- added proposed patch for ticket #112 (memory leak when attaching a GdkPixbuf) >+ > * Sat Dec 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.3-2 > - Another typo (#214275) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225099
: 146791