Projects
mass
turbina-core-dimm
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
turbina-core-dimm.spec
Changed
@@ -1,5 +1,5 @@ # -# spec file for package turbina-core-dimm (Version 2.45) +# spec file for package turbina-core-dimm (Version 2.46) # # Copyright (c) 2012 Matwey V. Kornilov. # This file and all modifications and additions to the pristine @@ -39,7 +39,7 @@ BuildRequires: make gcc gcc-c++ libdc1394-devel boost-devel Summary: DIMM measure daemon Name: turbina-core-dimm -Version: 2.45 +Version: 2.46 Release: 1 Source: %{tarname}-%{version}.tar.bz2 Source1: defnames.h @@ -158,6 +158,8 @@ %attr(644,root,root) %{_datadir}/preat/spectra/*.sp %changelog +* Tue Oct 30 2012 - matwey.kornilov@gmail.com +- version 2.46 * Fri Sep 07 2012 - matwey.kornilov@gmail.com - version 2.45 * Wed Oct 27 2010 - matwey.kornilov@gmail.com
View file
dimm_tool-2.45.tar.bz2/Makefile -> dimm_tool-2.46.tar.bz2/Makefile
Changed
@@ -10,7 +10,7 @@ DIMM_SOURCES = main.o comms.o dimm.o modes.o find.o frame_proc.o camera.o iidc.o functions.o results.o client_handler.o server.o socket.o astrotime.o configs.o errlog.o PREAT = preat PREAT_SOURCES = preat.o parameter_set.o processing.o coordinates.o astrotime.o -VERSION = 2.45 +VERSION = 2.46 CXX = g++ INSTALL_PROGRAM = install CXXFLAGS += -Wall -O2 -DVERSION=\"$(VERSION)\" -I./infras -I./server
View file
dimm_tool-2.45.tar.bz2/camera.cpp -> dimm_tool-2.46.tar.bz2/camera.cpp
Changed
@@ -68,7 +68,7 @@ } Record::Record( Camera* cam, win<int> w ){ - int nbuffs = 8000000/w.xdim()*w.ydim(); + int nbuffs = 8000000/(w.xdim()*w.ydim()); try { frame = std::auto_ptr<Fprocess>(new Fprocess( w - w.beg() )); if( (cam->ieeecam).get() ) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.