rpms/hwbrowser/devel .cvsignore, 1.36, 1.37 hwbrowser.spec, 1.50, 1.51 sources, 1.44, 1.45

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Oct 15 16:37:56 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/hwbrowser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15829

Modified Files:
	.cvsignore hwbrowser.spec sources 
Log Message:
add release tags to changelog versions to appease rpmlint
add blurb about this being upstream before source file
use "make %{?_smp_mflags}"
use "%defattr(-,root,root,-)"



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hwbrowser/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore	8 Oct 2007 15:13:50 -0000	1.36
+++ .cvsignore	15 Oct 2007 16:37:20 -0000	1.37
@@ -1 +1 @@
-hwbrowser-0.38.tar.bz2
+hwbrowser-0.39.tar.bz2


Index: hwbrowser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hwbrowser/devel/hwbrowser.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- hwbrowser.spec	8 Oct 2007 15:13:50 -0000	1.50
+++ hwbrowser.spec	15 Oct 2007 16:37:20 -0000	1.51
@@ -1,7 +1,9 @@
 Summary: Hardware browser
 Name: hwbrowser
-Version: 0.38
+Version: 0.39
 Release: 1%{?dist}
+# We are upstream, thus the source is only available from within this source
+# package.
 Source0: %{name}-%{version}.tar.bz2
 License: GPLv2+
 Group: Applications/System
@@ -27,7 +29,7 @@
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -42,7 +44,7 @@
 rm -rf %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README AUTHORS COPYING
 %{_bindir}/hwbrowser
 %config(noreplace) %{_sysconfdir}/pam.d/*
@@ -52,6 +54,12 @@
 %{_datadir}/applications/redhat-hwbrowser.desktop
 
 %changelog
+* Mon Oct 15 2007 Nils Philippsen <nphilipp at redhat.com> - 0.39-1
+- add release tags to changelog versions to appease rpmlint
+- add blurb about this being upstream before source file
+- use "make %%{?_smp_mflags}"
+- use "%%defattr(-,root,root,-)"
+
 * Mon Oct 08 2007 Nils Philippsen <nphilipp at redhat.com> - 0.38-1
 - add "make diff" ("dif") and "make shortdiff" ("sdif")
 - pull in updated translations
@@ -90,19 +98,19 @@
   - don't use macros in %%changelog
   - remove hashbang from DeviceList.py
 
-* Fri Mar 30 2007 Nils Philippsen <nphilipp at redhat.com> - 0.31
+* Fri Mar 30 2007 Nils Philippsen <nphilipp at redhat.com> - 0.31-1
 - fix summary, don't hash-bang python modules, mark config files (#225892)
 - remove kontrol-panel icon
 - pick up updated translations
 
-* Fri Nov 24 2006 Nils Philippsen <nphilipp at redhat.com> - 0.30
+* Fri Nov 24 2006 Nils Philippsen <nphilipp at redhat.com> - 0.30-1
 - pick up updated translations (#216597)
 
-* Wed Nov 22 2006 Nils Philippsen <nphilipp at redhat.com> - 0.29
+* Wed Nov 22 2006 Nils Philippsen <nphilipp at redhat.com> - 0.29-1
 - recognize ATA-, SATA-controllers, be more gracious about unknown device
   classes (#216714)
 
-* Mon Nov 20 2006 Nils Philippsen <nphilipp at redhat.com> - 0.28
+* Mon Nov 20 2006 Nils Philippsen <nphilipp at redhat.com> - 0.28-1
 - find device manufacturers' names in pci.ids and usb.ids (#215275)
 - make update-po
 - add disttag
@@ -111,37 +119,37 @@
 - rebuild
 - br gettext
 
-* Wed May 31 2006 Nils Philippsen <nphilipp at redhat.com> 0.27
+* Wed May 31 2006 Nils Philippsen <nphilipp at redhat.com> 0.27-1
 - buildrequire perl-XML-Parser (#193400)
 
 * Thu Apr 06 2006 Nils Philippsen <nphilipp at redhat.com>
 - make horizontal scroll arrows on hard disk tab work as well
 
-* Mon Feb 13 2006 Nils Philippsen <nphilipp at redhat.com> 0.26
+* Mon Feb 13 2006 Nils Philippsen <nphilipp at redhat.com> 0.26-1
 - avoid traceback on startup (#177197), mark "None or built-in" string as
   translatable (patch by Frank Arnold)
 
-* Mon Feb 06 2006 Nils Philippsen <nphilipp at redhat.com> 0.25
+* Mon Feb 06 2006 Nils Philippsen <nphilipp at redhat.com> 0.25-1
 - build and distribute Slovakian translation (#180089)
 
 * Thu Dec 22 2005 Nils Philippsen <nphilipp at redhat.com>
 - add sr at Latn translation, distribute Serbian translations (#176134)
 
-* Tue Nov 22 2005 Matthias Clasen <mclasen at redhat.com> 0.24
+* Tue Nov 22 2005 Matthias Clasen <mclasen at redhat.com> 0.24-1
 - Remove "Browser" from name, classify as monitor for
   better menus
 
 * Mon Oct 10 2005 Nils Philippsen <nphilipp at redhat.com>
 - make disk layout scrollable (#167819, patch by Glen Johnson)
 
-* Fri Oct 07 2005 Nils Philippsen <nphilipp at redhat.com> 0.23
+* Fri Oct 07 2005 Nils Philippsen <nphilipp at redhat.com> 0.23-1
 - don't use pam_stack in PAM hwbrowser.pam (#169649)
 - appease "make distcheck"
 
-* Thu May 19 2005 Nils Philippsen <nphilipp at redhat.com> 0.22
+* Thu May 19 2005 Nils Philippsen <nphilipp at redhat.com> 0.22-1
 - avoid DeprecationWarnings
 
-* Wed May 18 2005 Nils Philippsen <nphilipp at redhat.com> 0.21
+* Wed May 18 2005 Nils Philippsen <nphilipp at redhat.com> 0.21-1
 - use True, False instead of gtk.TRUE, gtk.FALSE
 - set window manager icon (#155866)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hwbrowser/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	8 Oct 2007 15:13:50 -0000	1.44
+++ sources	15 Oct 2007 16:37:20 -0000	1.45
@@ -1 +1 @@
-5f775df449a6071535769d9c70d84f26  hwbrowser-0.38.tar.bz2
+77532b76fe6ec6e4c2d55ae8b8dcb1fe  hwbrowser-0.39.tar.bz2




More information about the fedora-extras-commits mailing list