diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 06319c3..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -viewnior-0.7.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0cdbf4d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +viewnior-1.0.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 21176ed..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: viewnior -# $Id: Makefile,v 1.1 2009/09/24 04:24:48 kevin Exp $ -NAME := viewnior -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index fb97fdc..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -viewnior-0_7-1_fc11:HEAD:viewnior-0.7-1.fc11.src.rpm:1253782866 diff --git a/sources b/sources index 5fc9a04..7a14d6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4db1ca78ea048c35e904a6a162d489b viewnior-0.7.tar.gz +a9cc6cdf5b0c628ad7a2577656915f58 viewnior-1.0.tar.gz diff --git a/viewnior.spec b/viewnior.spec index 9d41e13..6314b3a 100644 --- a/viewnior.spec +++ b/viewnior.spec @@ -6,7 +6,7 @@ %bcond_with gnome Name: viewnior -Version: 0.7 +Version: 1.0 Release: 1%{?dist} Summary: Elegant image viewer @@ -25,7 +25,7 @@ BuildRequires: GConf2-devel %description Viewnior is an image viewer program. Created to be simple, fast and elegant. -It's minimalistic interface provides more screenspace for your images. Among +It's minimalistic interface provides more screen space for your images. Among its features are: * Fullscreen & Slideshow @@ -91,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Mar 31 2010 Christoph Wickert - 1.0-1 +- Update to 1.0 + * Tue Feb 16 2010 Christoph Wickert - 0.7-2 - Add patch to fix DSO linking (#565018) - Switch to %%bcond macro