rpms/gnome-applet-sensors/devel .cvsignore, 1.5, 1.6 gnome-applet-sensors.spec, 1.7, 1.8 sources, 1.5, 1.6
by fedora-extras-commits@redhat.com
Author: dragoon
Update of /cvs/extras/rpms/gnome-applet-sensors/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16733
Modified Files:
.cvsignore gnome-applet-sensors.spec sources
Log Message:
Version bump
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 12 Feb 2006 00:39:36 -0000 1.5
+++ .cvsignore 31 Aug 2006 23:54:52 -0000 1.6
@@ -1 +1 @@
-sensors-applet-1.6.tar.gz
+sensors-applet-1.7.8.tar.gz
Index: gnome-applet-sensors.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/gnome-applet-sensors.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-applet-sensors.spec 14 Feb 2006 04:25:15 -0000 1.7
+++ gnome-applet-sensors.spec 31 Aug 2006 23:54:52 -0000 1.8
@@ -1,6 +1,6 @@
Name: gnome-applet-sensors
-Version: 1.6
-Release: 3%{?dist}
+Version: 1.7.8
+Release: 1%{?dist}
Summary: Gnome panel applet for hardware sensors
Group: User Interface/Desktops
@@ -12,7 +12,7 @@
BuildRequires: gettext, gnome-doc-utils
BuildRequires: gnome-panel-devel >= 2.8
-Requires: lm_sensors
+BuildRequires: lm_sensors-devel, libnotify-devel
BuildRequires: scrollkeeper
Requires(post): scrollkeeper
Requires(postun): scrollkeeper
@@ -43,13 +43,14 @@
%build
-%configure --disable-scrollkeeper
+%configure --disable-scrollkeeper --enable-libnotify
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
+rm $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/icon-theme.cache
# Note: the find_lang macro requires gettext
%find_lang sensors-applet
@@ -74,9 +75,12 @@
%{_datadir}/omf/sensors-applet/
%{_datadir}/gnome/help/sensors-applet/
%{_datadir}/pixmaps/sensors-applet/
-
+%{_datadir}/icons/hicolor/*/*/*
%changelog
+* Thu Aug 31 2006 Aaron Kurtz <a.kurtz(a)hardsun.net> - 1.7.8-1
+- Rebuild for Fedora Core 6, bump version
+
* Mon Feb 13 2006 Aaron Kurtz <a.kurtz(a)hardsun.net> - 1.6-3
- Rebuild for Fedora Extras 5
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 12 Feb 2006 00:39:36 -0000 1.5
+++ sources 31 Aug 2006 23:54:52 -0000 1.6
@@ -1 +1 @@
-544d97bb862257c5c9613af5b6e013ce sensors-applet-1.6.tar.gz
+0d71eaae6f4bad3c1b6d44d71929d954 sensors-applet-1.7.8.tar.gz
16 years, 9 months
rpms/rssowl/FC-5 .cvsignore, 1.3, 1.4 rssowl-swt31-SortingSelectionAdapter.patch, 1.1, 1.2 rssowl-swt31.patch, 1.2, 1.3 rssowl.spec, 1.9, 1.10 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: green
Update of /cvs/extras/rpms/rssowl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647
Modified Files:
.cvsignore rssowl-swt31-SortingSelectionAdapter.patch
rssowl-swt31.patch rssowl.spec sources
Log Message:
Update to 1.2.2. Fix zip bug.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 6 May 2006 17:24:01 -0000 1.3
+++ .cvsignore 31 Aug 2006 23:50:56 -0000 1.4
@@ -1,2 +1 @@
-rssowl_1_2_src_clean.tar.gz
-rssowl_1_2_1_src.tar.gz
+rssowl_1_2_2_src.tar.gz
rssowl-swt31-SortingSelectionAdapter.patch:
Index: rssowl-swt31-SortingSelectionAdapter.patch
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31-SortingSelectionAdapter.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rssowl-swt31-SortingSelectionAdapter.patch 6 May 2006 17:24:01 -0000 1.1
+++ rssowl-swt31-SortingSelectionAdapter.patch 31 Aug 2006 23:50:56 -0000 1.2
@@ -12,7 +12,7 @@
* header is clicked and update it.
*
* @author <a href="mailto:masterludo@gmx.net">Ludovic Kim-Xuan Galibert </a>
-- * @version 1.2.1
+- * @version 1.2.2
+ * @version 1.1.3
*/
public class SortingSelectionAdapter extends SelectionAdapter {
rssowl-swt31.patch:
Index: rssowl-swt31.patch
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rssowl-swt31.patch 6 May 2006 17:24:01 -0000 1.2
+++ rssowl-swt31.patch 31 Aug 2006 23:50:56 -0000 1.3
@@ -12,7 +12,7 @@
* Table. A selection on a newstitle will open it inside the Newstext panel.
*
* @author <a href="mailto:bpasero@rssowl.org">Benjamin Pasero </a>
-- * @version 1.2.1
+- * @version 1.2.2
+ * @version 1.1.3
*/
public class NewsfeedPanel {
Index: rssowl.spec
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rssowl.spec 8 May 2006 13:46:36 -0000 1.9
+++ rssowl.spec 31 Aug 2006 23:50:56 -0000 1.10
@@ -1,6 +1,6 @@
%define name rssowl
-%define version 1.2.1
-%define release 2%{?dist}
+%define version 1.2.2
+%define release 1%{?dist}
%define jdk java
Name: %name
@@ -10,7 +10,7 @@
License: CPL
Group: Applications/Internet
URL: http://www.rssowl.org
-Source0: rssowl_1_2_1_src.tar.gz
+Source0: rssowl_1_2_2_src.tar.gz
Source1: %{name}.script
Source2: %{name}.desktop
Patch0: %{name}-use-jce.patch
@@ -51,7 +51,7 @@
integrierte Browser.
%prep
-%setup -q -n rssowl_1_2_1_src
+%setup -q -n rssowl_1_2_2_src
%patch0 -p0
%patch1 -p0
%patch2 -p0
@@ -69,6 +69,14 @@
cd src
ant deploy_linux
+# Work around libgcj zip bug (fixed upstream, but not in FC5)
+cd ..
+mkdir zipbug
+cd zipbug
+unzip ../rssowl.jar
+jar c0f ../rssowl.jar *
+cd ..
+
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}
@@ -140,6 +148,11 @@
%{_libdir}/gcj/%{name}
%changelog
+* Thu Aug 31 2006 Anthony Green <green(a)redhat.com> - 1.2.2-1
+- Upgrade sources to 1.2.2.
+- Repackage .jar file as uncompressed to work around upstream libgcj
+ bug (since fixed). Thanks tromey!
+
* Mon May 8 2006 Anthony Green <green(a)redhat.com> - 1.2.1-2
- Fix bugzilla #191044 - postinstall scriptlet typo error.
Thanks to Chien-Chung Yeh for the fix.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 6 May 2006 17:24:01 -0000 1.3
+++ sources 31 Aug 2006 23:50:56 -0000 1.4
@@ -1,2 +1 @@
-d440e36983de3dba0239b4f1020f0837 rssowl_1_2_src_clean.tar.gz
-be9c070343aa145807e1e708ed535a9b rssowl_1_2_1_src.tar.gz
+d28007e0c0a09f163d4e98177657dc2e rssowl_1_2_2_src.tar.gz
16 years, 9 months
rpms/openalpp/devel openalpp.spec,1.8,1.9
by fedora-extras-commits@redhat.com
Author: xulchris
Update of /cvs/extras/rpms/openalpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16368
Modified Files:
openalpp.spec
Log Message:
rebuild
Index: openalpp.spec
===================================================================
RCS file: /cvs/extras/rpms/openalpp/devel/openalpp.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openalpp.spec 13 Jul 2006 09:08:11 -0000 1.8
+++ openalpp.spec 31 Aug 2006 23:46:25 -0000 1.9
@@ -1,6 +1,6 @@
Name: openalpp
Version: 20060405
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Object Oriented version of OpenAL
Group: System Environment/Libraries
License: LGPL
@@ -59,6 +59,9 @@
%exclude %{_libdir}/*.la
%changelog
+* Thu Aug 31 2006 Christopher Stone <chris.stone(a)gmail.com> 20060405-11
+- FC6 Rebuild
+
* Wed Jul 12 2006 Christopher Stone <chris.stone(a)gmail.com> 20060405-10
- Add patch to link properly
16 years, 9 months
rpms/pcb/devel pcb.spec,1.14,1.15
by fedora-extras-commits@redhat.com
Author: chitlesh
Update of /cvs/extras/rpms/pcb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16333/devel
Modified Files:
pcb.spec
Log Message:
auto-import pcb-0.20060822-5 on branch devel from pcb-0.20060822-5.src.rpm
added required m4
Index: pcb.spec
===================================================================
RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pcb.spec 31 Aug 2006 23:37:30 -0000 1.14
+++ pcb.spec 31 Aug 2006 23:46:17 -0000 1.15
@@ -2,7 +2,7 @@
Name: pcb
Version: 0.%{pcbver}
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: An interactive printed circuit board editor
License: GPL
@@ -116,6 +116,9 @@
%{_datadir}/%{name}/tutorial/
%Changelog
+* Fri Sep 01 2006 Chitlesh Goorah <chitlesh(a)fedoraproject.org> - 0.20060822-5
+- release for devel
+
* Fri Sep 01 2006 Chitlesh Goorah <chitlesh(a)fedoraproject.org> - 0.20060822-4
- Added m4 as requires: to fix the error msg:
- can't find default font-symbol-file 'default_font'
16 years, 9 months
rpms/pcb import.log,1.18,1.19
by fedora-extras-commits@redhat.com
Author: chitlesh
Update of /cvs/extras/rpms/pcb
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16333
Modified Files:
import.log
Log Message:
auto-import pcb-0.20060822-5 on branch devel from pcb-0.20060822-5.src.rpm
added required m4
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/pcb/import.log,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- import.log 31 Aug 2006 23:37:29 -0000 1.18
+++ import.log 31 Aug 2006 23:46:16 -0000 1.19
@@ -15,3 +15,4 @@
pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194
pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257
pcb-0_20060822-4:HEAD:pcb-0.20060822-4.src.rpm:1157067665
+pcb-0_20060822-5:HEAD:pcb-0.20060822-5.src.rpm:1157068192
16 years, 9 months
rpms/istanbul/devel .cvsignore, 1.2, 1.3 istanbul.spec, 1.6, 1.7 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE
by fedora-extras-commits@redhat.com
Author: tibbs
Update of /cvs/extras/rpms/istanbul/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16276/devel
Modified Files:
.cvsignore istanbul.spec sources
Removed Files:
needs.rebuild
Log Message:
auto-import istanbul-0.2.1-0.fc6 on branch devel from istanbul-0.2.1-0.fc6.src.rpm
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/istanbul/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 27 Jul 2005 01:29:11 -0000 1.2
+++ .cvsignore 31 Aug 2006 23:45:54 -0000 1.3
@@ -1 +1 @@
-istanbul-0.1.1.tar.bz2
+istanbul-0.2.1.tar.bz2
Index: istanbul.spec
===================================================================
RCS file: /cvs/extras/rpms/istanbul/devel/istanbul.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- istanbul.spec 23 Mar 2006 22:23:16 -0000 1.6
+++ istanbul.spec 31 Aug 2006 23:45:54 -0000 1.7
@@ -1,14 +1,13 @@
-%define gstreamer_version 0.8.7
-%define gstreamer_plugins_version 0.8.9
-%define pygtk2_version 2.6.0
-
+%define gstreamer_version 0.10.9
+%define gstreamer_plugins_version 0.10.3
+%define pygtk2_version 2.8.6
%define pyver %(python -c 'import sys ; print sys.version[:3]')
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")}
Summary: Desktop Session Recorder
Name: istanbul
-Version: 0.1.1
-Release: 9
+Version: 0.2.1
+Release: 0%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://live.gnome.org/Istanbul
@@ -17,16 +16,22 @@
Requires: pygtk2 >= %{pygtk2_version}
Requires: gnome-desktop >= 2.6.0
-Requires: gstreamer08 >= %gstreamer_version
-Requires: gstreamer08-plugins >= %gstreamer_plugins_version
-Requires: gstreamer08-python
+Requires: gstreamer >= %gstreamer_version
+Requires: gstreamer-plugins-good >= %gstreamer_plugins_version
+Requires: gstreamer-python
+Requires: gnome-python2-libegg
+Requires: gnome-python2-gconf
+Requires: gnome-python2-extras
BuildRequires: python, python-devel
BuildRequires: pygtk2-devel >= %{pygtk2_version}
+BuildRequires: gnome-python2-extras
BuildRequires: desktop-file-utils
-BuildRequires: gstreamer08-plugins-devel >= %gstreamer_plugins_version
-BuildRequires: gstreamer08-python-devel, gtk2-devel
-
+BuildRequires: gstreamer-devel >= %{gstreamer_version}
+BuildRequires: gstreamer-plugins-good-devel >= %gstreamer_plugins_version
+BuildRequires: gstreamer-python-devel, gtk2-devel
+BuildRequires: perl-XML-Parser
+BuildRequires: gettext
%description
Istanbul is a desktop session recorder. You can use it to record your
desktop session and then play it back for demos, tutorials and
@@ -53,14 +58,14 @@
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}/extern/pytrayicon/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la
desktop-file-install --vendor gnome --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--add-category X-Fedora-Extra \
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
-#%find_lang %{name}
+%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -69,30 +74,36 @@
#%postun
-#%files -f %{name}.lang
-%files
+%files -f %{name}.lang
+#%files
%defattr(-,root,root,-)
#%doc AUTHORS COPYING ChangeLog NEWS README
%doc COPYING ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/gnome-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/glade
-%{_datadir}/%{name}/glade/prefs.glade
+%{_sysconfdir}/gconf/schemas/istanbul.schemas
+#%dir %{_datadir}/%{name}
+#%dir %{_datadir}/%{name}/glade
+#%{_datadir}/%{name}/glade/prefs.glade
%dir %{python_sitelib}/%{name}
%{python_sitelib}/%{name}/*.py*
-%dir %{python_sitelib}/%{name}/extern
-%{python_sitelib}/%{name}/extern/*.py*
-%dir %{python_sitelib}/%{name}/extern/pytrayicon
-%{python_sitelib}/%{name}/extern/pytrayicon/*.py*
-%{python_sitelib}/%{name}/extern/pytrayicon/*.so*
+
+#%dir %{python_sitelib}/%{name}/extern
+#%{python_sitelib}/%{name}/extern/*.py*
+#%dir %{python_sitelib}/%{name}/extern/pytrayicon
+#%{python_sitelib}/%{name}/extern/pytrayicon/*.py*
+
+%{_libdir}/gstreamer-0.10/libistximagesrc.so
+%{_libdir}/gstreamer-0.10/libistximagesrc.so.*
%dir %{python_sitelib}/%{name}/main
%{python_sitelib}/%{name}/main/*.py*
%dir %{python_sitelib}/%{name}/configure
%{python_sitelib}/%{name}/configure/*.py*
-%{python_sitelib}/%{name}/extern/pytrayicon/*.so*
+%{_mandir}/man1/istanbul.1.gz
+
+#%{python_sitelib}/%{name}/extern/pytrayicon/*.so*
%changelog
* Thu Mar 23 2006 Jef Spaleta <jspaleta(a)gmail.com> - 0.1.1-9
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/istanbul/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 27 Jul 2005 01:29:11 -0000 1.2
+++ sources 31 Aug 2006 23:45:54 -0000 1.3
@@ -1 +1 @@
-360f0225c916e81eed459e9915caf317 istanbul-0.1.1.tar.bz2
+a28cad50f8e29bdce6f8a61af7932539 istanbul-0.2.1.tar.bz2
--- needs.rebuild DELETED ---
16 years, 9 months
rpms/istanbul import.log,1.2,1.3
by fedora-extras-commits@redhat.com
Author: tibbs
Update of /cvs/extras/rpms/istanbul
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16276
Modified Files:
import.log
Log Message:
auto-import istanbul-0.2.1-0.fc6 on branch devel from istanbul-0.2.1-0.fc6.src.rpm
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/istanbul/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log 27 Jul 2005 01:29:11 -0000 1.2
+++ import.log 31 Aug 2006 23:45:54 -0000 1.3
@@ -1 +1,2 @@
istanbul-0_1_1-4:HEAD:istanbul-0.1.1-4.src.rpm:1122427747
+istanbul-0_2_1-0_fc6:HEAD:istanbul-0.2.1-0.fc6.src.rpm:1157067950
16 years, 9 months
rpms/osgcal/devel needs.rebuild,1.1,NONE
by fedora-extras-commits@redhat.com
Author: xulchris
Update of /cvs/extras/rpms/osgcal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16213
Removed Files:
needs.rebuild
Log Message:
rebuilt
--- needs.rebuild DELETED ---
16 years, 9 months
rpms/istanbul/FC-5 istanbul.spec,1.7,1.8
by fedora-extras-commits@redhat.com
Author: tibbs
Update of /cvs/extras/rpms/istanbul/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16135
Modified Files:
istanbul.spec
Log Message:
* Thu Aug 31 2006 Jason Tibbitts <tibbs(a)math.uh.edu> - 0.1.1-11
- Rebuild.
Index: istanbul.spec
===================================================================
RCS file: /cvs/extras/rpms/istanbul/FC-5/istanbul.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- istanbul.spec 31 Aug 2006 23:34:45 -0000 1.7
+++ istanbul.spec 31 Aug 2006 23:43:09 -0000 1.8
@@ -8,7 +8,7 @@
Summary: Desktop Session Recorder
Name: istanbul
Version: 0.1.1
-Release: 10%{?dist}
+Release: 11%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://live.gnome.org/Istanbul
@@ -97,6 +97,9 @@
%{python_sitelib}/%{name}/extern/pytrayicon/*.so*
%changelog
+* Thu Aug 31 2006 Jason Tibbitts <tibbs(a)math.uh.edu> - 0.1.1-11
+- Rebuild.
+
* Wed Aug 30 2006 Jef Spaleta <jspaleta(a)gmail.com> - 0.1.1-10
- Applied contributed patch to fix context menu bug #204032
16 years, 9 months
rpms/istanbul/FC-5 istanbul-context-menu.patch,NONE,1.1
by fedora-extras-commits@redhat.com
Author: tibbs
Update of /cvs/extras/rpms/istanbul/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16057
Added Files:
istanbul-context-menu.patch
Log Message:
* Wed Aug 30 2006 Jef Spaleta <jspaleta(a)gmail.com> - 0.1.1-10
- Applied contributed patch to fix context menu bug #204032
istanbul-context-menu.patch:
--- NEW FILE istanbul-context-menu.patch ---
--- istanbul/main/main.py.orig 2006-08-22 14:27:39.000000000
-0400
+++ istanbul/main/main.py 2006-08-22 14:27:43.000000000 -0400
@@ -82,6 +82,7 @@
self.popupmenu.popup(None, None, None, 3, gtk.get_current_event_time())
self.popupmenu.show_all()
+ self.popupmenu.reposition()
def _settings(self, button):
# show settings dialog
16 years, 9 months